.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}


a {
  cursor: pointer;
  text-decoration: none;
  color: #007bff;
  transition: all .2s ease-in-out
}

a:hover {
  text-decoration: none;
  color: #0056b3;
  transition: all .2s ease-in-out
}

a.disabled:hover, a:disabled:hover {
  color: #007bff
}


.divider-new {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem
}

.divider-new h2, .divider-new h3, .divider-new h4, .divider-new h5, .divider-new h6, .divider-new > h1 {
  margin-bottom: 0
}

.divider-new:after, .divider-new:before {
  content: "";
  height: 1.5px;
  flex: 1;
  height: 2px;
  background: #c6c6c6
}

.divider-new:before {
  margin: 0 .5rem 0 0
}

.divider-new:after {
  margin: 0 0 0 .5rem
}

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
  max-width: 100%;
  height: auto
}

.hr-light {
  border-top: 1px solid #fff
}

.hr-dark {
  border-top: 1px solid #666
}


.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.delay-1s {
  animation-delay: 1s
}

.animated.delay-2s {
  animation-delay: 2s
}

.animated.delay-3s {
  animation-delay: 3s
}

.animated.delay-4s {
  animation-delay: 4s
}

.animated.delay-5s {
  animation-delay: 5s
}

.animated.fast {
  animation-duration: .8s
}

.animated.faster {
  animation-duration: .5s
}

.animated.slow {
  animation-duration: 2s
}

.animated.slower {
  animation-duration: 3s
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  animation-name: fadeOutDown
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  animation-name: fadeOutRight
}

@keyframes fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  animation-name: fadeOutUp
}

@keyframes bounce {
  20%, 53%, 80%, from, to {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  40%, 43% {
    transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }
  70% {
    transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }
  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  transform-origin: center bottom;
  animation-name: bounce
}

@keyframes flash {
  50%, from, to {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1)
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1)
  }
  30% {
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    transform: scale3d(1.05, .95, 1)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0)
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
    transform: translateX(0)
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    transform: translateX(0)
  }
}

.headShake {
  animation-name: headShake;
  animation-timing-function: ease-in-out
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0)
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {
  11.1%, from, to {
    transform: translate3d(0, 0, 0)
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    transform: skewX(.39062deg) skewY(.39062deg)
  }
  88.8% {
    transform: skewX(-.19531deg) skewY(-.19531deg)
  }
}

.jello {
  transform-origin: center;
  animation-name: jello
}

@keyframes heartBeat {
  0% {
    transform: scale(1)
  }
  14% {
    transform: scale(1.3)
  }
  28% {
    transform: scale(1)
  }
  42% {
    transform: scale(1.3)
  }
  70% {
    transform: scale(1)
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: .75s
}

@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }
  75% {
    transform: translate3d(0, -10px, 0)
  }
  90% {
    transform: translate3d(0, 5px, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }
  75% {
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    transform: translate3d(5px, 0, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    transform: translate3d(10px, 0, 0)
  }
  90% {
    transform: translate3d(-5px, 0, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  75% {
    transform: translate3d(0, 10px, 0)
  }
  90% {
    transform: translate3d(0, -5px, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: .75s
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  animation-name: bounceOutRight
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  animation-name: bounceOutUp
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in
  }
  80% {
    transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in
  }
}

.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip
}

@keyframes flipInX {
  from {
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  to {
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flipInX
}

@keyframes flipInY {
  from {
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  to {
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flipInY
}

@keyframes flipOutX {
  from {
    transform: perspective(400px)
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg)
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: .75s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible
}

@keyframes flipOutY {
  from {
    transform: perspective(400px)
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg)
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg)
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: .75s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible
}

@keyframes lightSpeedIn {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg)
  }
  60% {
    opacity: 1;
    transform: skewX(20deg)
  }
  80% {
    transform: skewX(-5deg)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg)
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -200deg);
    transform-origin: center
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: center
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: left bottom
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: right bottom
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: left bottom
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  from {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -90deg);
    transform-origin: right bottom
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: right bottom
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rotateOut {
  from {
    opacity: 1;
    transform-origin: center
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 200deg);
    transform-origin: center
  }
}

.rotateOut {
  animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
    transform-origin: left bottom
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
    transform-origin: right bottom
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: right bottom
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
    transform-origin: left bottom
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
    transform-origin: right bottom
  }
  to {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 90deg);
    transform-origin: right bottom
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  to {
    opacity: 0;
    transform: translate3d(0, 700px, 0)
  }
}

.hinge {
  animation-name: hinge;
  animation-duration: 2s
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }
  50% {
    transform: rotate(-10deg)
  }
  70% {
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

.jackInTheBox {
  animation-name: jackInTheBox
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.rollOut {
  animation-name: rollOut
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}

.zoomOut {
  animation-name: zoomOut
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

.zoomOutRight {
  animation-name: zoomOutRight
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  animation-name: zoomOutUp
}

@keyframes slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  animation-name: slideOutDown
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  animation-name: slideOutLeft
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  animation-name: slideOutRight
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  animation-name: slideOutUp
}

.btn {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  padding: .84rem 2.14rem;
  font-size: .81rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: .375rem;
  border: 0;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: inherit
}

.btn:active, .btn:focus, .btn:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  outline: 0
}

.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn .fab, .btn .far, .btn .fas {
  position: relative;
  font-size: .9rem
}

.btn .fab.right, .btn .far.right, .btn .fas.right {
  margin-left: .3rem
}

.btn .fab.left, .btn .far.left, .btn .fas.left {
  margin-right: .3rem
}

.btn.btn-lg {
  padding: 1rem 2.4rem;
  font-size: .94rem
}

.btn.btn-lg .fab, .btn.btn-lg .far, .btn.btn-lg .fas {
  font-size: 1rem
}

.btn.btn-md {
  padding: .7rem 1.6rem;
  font-size: .7rem
}

.btn.btn-md .fab, .btn.btn-md .far, .btn.btn-md .fas {
  font-size: .8rem
}

.btn.btn-sm {
  padding: .5rem 1.6rem;
  font-size: .64rem
}

.btn.btn-sm .fab, .btn.btn-sm .far, .btn.btn-sm .fas {
  font-size: .7rem
}

.btn.btn-tb {
  padding: .3rem 1rem
}

.btn.disabled:active, .btn.disabled:focus, .btn.disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.btn.btn-block {
  margin: inherit
}

.btn.btn-link {
  box-shadow: none;
  background-color: transparent
}

.btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link:hover {
  box-shadow: none !important;
  background-color: transparent
}

.btn[class*=btn-outline-] {
  padding-top: .7rem;
  padding-bottom: .7rem
}

.btn[class*=btn-outline-].btn-lg {
  padding-top: .88rem;
  padding-bottom: .88rem
}

.btn[class*=btn-outline-].btn-md {
  padding-top: .58rem;
  padding-bottom: .58rem
}

.btn[class*=btn-outline-].btn-sm {
  padding-top: .38rem;
  padding-bottom: .38rem
}

.btn-group .btn {
  margin: 0
}

.btn .fa-lg, .btn-floating .fa-lg {
  font-size: 1.33333em !important
}

.btn .fa-xs, .btn-floating .fa-xs {
  font-size: .75em !important
}

.btn .fa-sm, .btn-floating .fa-sm {
  font-size: .875em !important
}

.btn .fa-1x, .btn-floating .fa-1x {
  font-size: 1em !important
}

.btn .fa-2x, .btn-floating .fa-2x {
  font-size: 2em !important
}

.btn .fa-3x, .btn-floating .fa-3x {
  font-size: 3em !important
}

.btn .fa-4x, .btn-floating .fa-4x {
  font-size: 4em !important
}

.btn .fa-5x, .btn-floating .fa-5x {
  font-size: 5em !important
}

.btn .fa-6x, .btn-floating .fa-6x {
  font-size: 6em !important
}

.btn .fa-7x, .btn-floating .fa-7x {
  font-size: 7em !important
}

.btn .fa-8x, .btn-floating .fa-8x {
  font-size: 8em !important
}

.btn .fa-9x, .btn-floating .fa-9x {
  font-size: 9em !important
}

.btn .fa-10x, .btn-floating .fa-10x {
  font-size: 10em !important
}

.btn-primary {
  background-color: #4285f4 !important;
  color: #fff
}

.btn-primary:hover {
  background-color: #5a95f5;
  color: #fff
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus {
  background-color: #0b51c5
}

.btn-primary.dropdown-toggle {
  background-color: #4285f4 !important
}

.btn-primary.dropdown-toggle:focus, .btn-primary.dropdown-toggle:hover {
  background-color: #5a95f5 !important
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #0b51c5 !important
}

.btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.primary-ic {
  color: #4285f4 !important
}

.primary-ic:focus, .primary-ic:hover {
  color: #4285f4
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-primary {
  color: #fff
}

.btn-outline-primary {
  border: 2px solid #4285f4 !important;
  background-color: transparent !important;
  color: #4285f4 !important
}

.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary:focus, .btn-outline-primary:hover {
  border-color: #4285f4 !important;
  background-color: transparent !important;
  color: #4285f4 !important
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #4285f4 !important
}

.btn-outline-primary:not([disabled]):not(.disabled).active:focus, .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-danger {
  background-color: #ff3547 !important;
  color: #fff
}

.btn-danger:hover {
  background-color: #ff4f5e;
  color: #fff
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus {
  background-color: #ce0012
}

.btn-danger.dropdown-toggle {
  background-color: #ff3547 !important
}

.btn-danger.dropdown-toggle:focus, .btn-danger.dropdown-toggle:hover {
  background-color: #ff4f5e !important
}

.btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #ce0012 !important
}

.btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.danger-ic {
  color: #ff3547 !important
}

.danger-ic:focus, .danger-ic:hover {
  color: #ff3547
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-danger {
  color: #fff
}

.btn-outline-danger {
  border: 2px solid #ff3547 !important;
  background-color: transparent !important;
  color: #ff3547 !important
}

.btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:active:focus, .btn-outline-danger:focus, .btn-outline-danger:hover {
  border-color: #ff3547 !important;
  background-color: transparent !important;
  color: #ff3547 !important
}

.btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #ff3547 !important
}

.btn-outline-danger:not([disabled]):not(.disabled).active:focus, .btn-outline-danger:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-warning {
  background-color: #fb3 !important;
  color: #fff
}

.btn-warning:hover {
  background-color: #ffc44d;
  color: #fff
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus {
  background-color: #c80
}

.btn-warning.dropdown-toggle {
  background-color: #fb3 !important
}

.btn-warning.dropdown-toggle:focus, .btn-warning.dropdown-toggle:hover {
  background-color: #ffc44d !important
}

.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #c80 !important
}

.btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.warning-ic {
  color: #fb3 !important
}

.warning-ic:focus, .warning-ic:hover {
  color: #fb3
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-warning {
  color: #fff
}

.btn-outline-warning {
  border: 2px solid #fb3 !important;
  background-color: transparent !important;
  color: #fb3 !important
}

.btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:active:focus, .btn-outline-warning:focus, .btn-outline-warning:hover {
  border-color: #fb3 !important;
  background-color: transparent !important;
  color: #fb3 !important
}

.btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #fb3 !important
}

.btn-outline-warning:not([disabled]):not(.disabled).active:focus, .btn-outline-warning:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-success {
  background-color: #00c851 !important;
  color: #fff
}

.btn-success:hover {
  background-color: #00e25b;
  color: #fff
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-success.active, .btn-success:active, .btn-success:focus {
  background-color: #006228
}

.btn-success.dropdown-toggle {
  background-color: #00c851 !important
}

.btn-success.dropdown-toggle:focus, .btn-success.dropdown-toggle:hover {
  background-color: #00e25b !important
}

.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #006228 !important
}

.btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.success-ic {
  color: #00c851 !important
}

.success-ic:focus, .success-ic:hover {
  color: #00c851
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-success {
  color: #fff
}

.btn-outline-success {
  border: 2px solid #00c851 !important;
  background-color: transparent !important;
  color: #00c851 !important
}

.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:active:focus, .btn-outline-success:focus, .btn-outline-success:hover {
  border-color: #00c851 !important;
  background-color: transparent !important;
  color: #00c851 !important
}

.btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success:not([disabled]):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #00c851 !important
}

.btn-outline-success:not([disabled]):not(.disabled).active:focus, .btn-outline-success:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-info {
  background-color: #33b5e5 !important;
  color: #fff
}

.btn-info:hover {
  background-color: #4abde8;
  color: #fff
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-info.active, .btn-info:active, .btn-info:focus {
  background-color: #14799e
}

.btn-info.dropdown-toggle {
  background-color: #33b5e5 !important
}

.btn-info.dropdown-toggle:focus, .btn-info.dropdown-toggle:hover {
  background-color: #4abde8 !important
}

.btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #14799e !important
}

.btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.info-ic {
  color: #33b5e5 !important
}

.info-ic:focus, .info-ic:hover {
  color: #33b5e5
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-info {
  color: #fff
}

.btn-outline-info {
  border: 2px solid #33b5e5 !important;
  background-color: transparent !important;
  color: #33b5e5 !important
}

.btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:active:focus, .btn-outline-info:focus, .btn-outline-info:hover {
  border-color: #33b5e5 !important;
  background-color: transparent !important;
  color: #33b5e5 !important
}

.btn-outline-info:not([disabled]):not(.disabled).active, .btn-outline-info:not([disabled]):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #33b5e5 !important
}

.btn-outline-info:not([disabled]):not(.disabled).active:focus, .btn-outline-info:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-default {
  background-color: #2bbbad !important;
  color: #fff
}

.btn-default:hover {
  background-color: #30cfc0;
  color: #fff
}

.btn-default.focus, .btn-default:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-default.active, .btn-default:active, .btn-default:focus {
  background-color: #186860
}

.btn-default.dropdown-toggle {
  background-color: #2bbbad !important
}

.btn-default.dropdown-toggle:focus, .btn-default.dropdown-toggle:hover {
  background-color: #30cfc0 !important
}

.btn-default:not([disabled]):not(.disabled).active, .btn-default:not([disabled]):not(.disabled):active, .show > .btn-default.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #186860 !important
}

.btn-default:not([disabled]):not(.disabled).active:focus, .btn-default:not([disabled]):not(.disabled):active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.default-ic {
  color: #2bbbad !important
}

.default-ic:focus, .default-ic:hover {
  color: #2bbbad
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-default {
  color: #fff
}

.btn-outline-default {
  border: 2px solid #2bbbad !important;
  background-color: transparent !important;
  color: #2bbbad !important
}

.btn-outline-default.active, .btn-outline-default:active, .btn-outline-default:active:focus, .btn-outline-default:focus, .btn-outline-default:hover {
  border-color: #2bbbad !important;
  background-color: transparent !important;
  color: #2bbbad !important
}

.btn-outline-default:not([disabled]):not(.disabled).active, .btn-outline-default:not([disabled]):not(.disabled):active, .show > .btn-outline-default.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #2bbbad !important
}

.btn-outline-default:not([disabled]):not(.disabled).active:focus, .btn-outline-default:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-secondary {
  background-color: #a6c !important;
  color: #fff
}

.btn-secondary:hover {
  background-color: #b579d2;
  color: #fff
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus {
  background-color: #739
}

.btn-secondary.dropdown-toggle {
  background-color: #a6c !important
}

.btn-secondary.dropdown-toggle:focus, .btn-secondary.dropdown-toggle:hover {
  background-color: #b579d2 !important
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #739 !important
}

.btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.secondary-ic {
  color: #a6c !important
}

.secondary-ic:focus, .secondary-ic:hover {
  color: #a6c
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-secondary {
  color: #fff
}

.btn-outline-secondary {
  border: 2px solid #a6c !important;
  background-color: transparent !important;
  color: #a6c !important
}

.btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:active:focus, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
  border-color: #a6c !important;
  background-color: transparent !important;
  color: #a6c !important
}

.btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #a6c !important
}

.btn-outline-secondary:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-elegant {
  background-color: #2e2e2e !important;
  color: #fff
}

.btn-elegant:hover {
  background-color: #3b3b3b;
  color: #fff
}

.btn-elegant.focus, .btn-elegant:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-elegant.active, .btn-elegant:active, .btn-elegant:focus {
  background-color: #1C497C
}

.btn-elegant.dropdown-toggle {
  background-color: #2e2e2e !important
}

.btn-elegant.dropdown-toggle:focus, .btn-elegant.dropdown-toggle:hover {
  background-color: #3b3b3b !important
}

.btn-elegant:not([disabled]):not(.disabled).active, .btn-elegant:not([disabled]):not(.disabled):active, .show > .btn-elegant.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #1C497C !important
}

.btn-elegant:not([disabled]):not(.disabled).active:focus, .btn-elegant:not([disabled]):not(.disabled):active:focus, .show > .btn-elegant.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.elegant-ic {
  color: #2e2e2e !important
}

.elegant-ic:focus, .elegant-ic:hover {
  color: #2e2e2e
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-elegant {
  color: #fff
}

.btn-outline-elegant {
  border: 2px solid #2e2e2e !important;
  background-color: transparent !important;
  color: #2e2e2e !important
}

.btn-outline-elegant.active, .btn-outline-elegant:active, .btn-outline-elegant:active:focus, .btn-outline-elegant:focus, .btn-outline-elegant:hover {
  border-color: #2e2e2e !important;
  background-color: transparent !important;
  color: #2e2e2e !important
}

.btn-outline-elegant:not([disabled]):not(.disabled).active, .btn-outline-elegant:not([disabled]):not(.disabled):active, .show > .btn-outline-elegant.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #2e2e2e !important
}

.btn-outline-elegant:not([disabled]):not(.disabled).active:focus, .btn-outline-elegant:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-elegant.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-unique {
  background-color: #880e4f !important;
  color: #fff
}

.btn-unique:hover {
  background-color: #9f105c;
  color: #fff
}

.btn-unique.focus, .btn-unique:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-unique.active, .btn-unique:active, .btn-unique:focus {
  background-color: #2c0419
}

.btn-unique.dropdown-toggle {
  background-color: #880e4f !important
}

.btn-unique.dropdown-toggle:focus, .btn-unique.dropdown-toggle:hover {
  background-color: #9f105c !important
}

.btn-unique:not([disabled]):not(.disabled).active, .btn-unique:not([disabled]):not(.disabled):active, .show > .btn-unique.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #2c0419 !important
}

.btn-unique:not([disabled]):not(.disabled).active:focus, .btn-unique:not([disabled]):not(.disabled):active:focus, .show > .btn-unique.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.unique-ic {
  color: #880e4f !important
}

.unique-ic:focus, .unique-ic:hover {
  color: #880e4f
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-unique {
  color: #fff
}

.btn-outline-unique {
  border: 2px solid #880e4f !important;
  background-color: transparent !important;
  color: #880e4f !important
}

.btn-outline-unique.active, .btn-outline-unique:active, .btn-outline-unique:active:focus, .btn-outline-unique:focus, .btn-outline-unique:hover {
  border-color: #880e4f !important;
  background-color: transparent !important;
  color: #880e4f !important
}

.btn-outline-unique:not([disabled]):not(.disabled).active, .btn-outline-unique:not([disabled]):not(.disabled):active, .show > .btn-outline-unique.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #880e4f !important
}

.btn-outline-unique:not([disabled]):not(.disabled).active:focus, .btn-outline-unique:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-unique.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-dark-green {
  background-color: #388e3c !important;
  color: #fff
}

.btn-dark-green:hover {
  background-color: #3fa044;
  color: #fff
}

.btn-dark-green.focus, .btn-dark-green:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-dark-green.active, .btn-dark-green:active, .btn-dark-green:focus {
  background-color: #1b451d
}

.btn-dark-green.dropdown-toggle {
  background-color: #388e3c !important
}

.btn-dark-green.dropdown-toggle:focus, .btn-dark-green.dropdown-toggle:hover {
  background-color: #3fa044 !important
}

.btn-dark-green:not([disabled]):not(.disabled).active, .btn-dark-green:not([disabled]):not(.disabled):active, .show > .btn-dark-green.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #1b451d !important
}

.btn-dark-green:not([disabled]):not(.disabled).active:focus, .btn-dark-green:not([disabled]):not(.disabled):active:focus, .show > .btn-dark-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.dark-green-ic {
  color: #388e3c !important
}

.dark-green-ic:focus, .dark-green-ic:hover {
  color: #388e3c
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-dark-green {
  color: #fff
}

.btn-outline-dark-green {
  border: 2px solid #388e3c !important;
  background-color: transparent !important;
  color: #388e3c !important
}

.btn-outline-dark-green.active, .btn-outline-dark-green:active, .btn-outline-dark-green:active:focus, .btn-outline-dark-green:focus, .btn-outline-dark-green:hover {
  border-color: #388e3c !important;
  background-color: transparent !important;
  color: #388e3c !important
}

.btn-outline-dark-green:not([disabled]):not(.disabled).active, .btn-outline-dark-green:not([disabled]):not(.disabled):active, .show > .btn-outline-dark-green.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #388e3c !important
}

.btn-outline-dark-green:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-green:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-dark-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-mdb-color {
  background-color: #59698d !important;
  color: #fff
}

.btn-mdb-color:hover {
  background-color: #63759d;
  color: #fff
}

.btn-mdb-color.focus, .btn-mdb-color:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-mdb-color.active, .btn-mdb-color:active, .btn-mdb-color:focus {
  background-color: #323a4e
}

.btn-mdb-color.dropdown-toggle {
  background-color: #59698d !important
}

.btn-mdb-color.dropdown-toggle:focus, .btn-mdb-color.dropdown-toggle:hover {
  background-color: #63759d !important
}

.btn-mdb-color:not([disabled]):not(.disabled).active, .btn-mdb-color:not([disabled]):not(.disabled):active, .show > .btn-mdb-color.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #323a4e !important
}

.btn-mdb-color:not([disabled]):not(.disabled).active:focus, .btn-mdb-color:not([disabled]):not(.disabled):active:focus, .show > .btn-mdb-color.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-color-ic {
  color: #59698d !important
}

.mdb-color-ic:focus, .mdb-color-ic:hover {
  color: #59698d
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-mdb-color {
  color: #fff
}

.btn-outline-mdb-color {
  border: 2px solid #59698d !important;
  background-color: transparent !important;
  color: #59698d !important
}

.btn-outline-mdb-color.active, .btn-outline-mdb-color:active, .btn-outline-mdb-color:active:focus, .btn-outline-mdb-color:focus, .btn-outline-mdb-color:hover {
  border-color: #59698d !important;
  background-color: transparent !important;
  color: #59698d !important
}

.btn-outline-mdb-color:not([disabled]):not(.disabled).active, .btn-outline-mdb-color:not([disabled]):not(.disabled):active, .show > .btn-outline-mdb-color.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #59698d !important
}

.btn-outline-mdb-color:not([disabled]):not(.disabled).active:focus, .btn-outline-mdb-color:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-mdb-color.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-red {
  background-color: #d32f2f !important;
  color: #fff
}

.btn-red:hover {
  background-color: #d74444;
  color: #fff
}

.btn-red.focus, .btn-red:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-red.active, .btn-red:active, .btn-red:focus {
  background-color: #811b1b
}

.btn-red.dropdown-toggle {
  background-color: #d32f2f !important
}

.btn-red.dropdown-toggle:focus, .btn-red.dropdown-toggle:hover {
  background-color: #d74444 !important
}

.btn-red:not([disabled]):not(.disabled).active, .btn-red:not([disabled]):not(.disabled):active, .show > .btn-red.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #811b1b !important
}

.btn-red:not([disabled]):not(.disabled).active:focus, .btn-red:not([disabled]):not(.disabled):active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.red-ic {
  color: #d32f2f !important
}

.red-ic:focus, .red-ic:hover {
  color: #d32f2f
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-red {
  color: #fff
}

.btn-outline-red {
  border: 2px solid #d32f2f !important;
  background-color: transparent !important;
  color: #d32f2f !important
}

.btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:active:focus, .btn-outline-red:focus, .btn-outline-red:hover {
  border-color: #d32f2f !important;
  background-color: transparent !important;
  color: #d32f2f !important
}

.btn-outline-red:not([disabled]):not(.disabled).active, .btn-outline-red:not([disabled]):not(.disabled):active, .show > .btn-outline-red.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #d32f2f !important
}

.btn-outline-red:not([disabled]):not(.disabled).active:focus, .btn-outline-red:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-pink {
  background-color: #ec407a !important;
  color: #fff
}

.btn-pink:hover {
  background-color: #ee578a;
  color: #fff
}

.btn-pink.focus, .btn-pink:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-pink.active, .btn-pink:active, .btn-pink:focus {
  background-color: #b41249
}

.btn-pink.dropdown-toggle {
  background-color: #ec407a !important
}

.btn-pink.dropdown-toggle:focus, .btn-pink.dropdown-toggle:hover {
  background-color: #ee578a !important
}

.btn-pink:not([disabled]):not(.disabled).active, .btn-pink:not([disabled]):not(.disabled):active, .show > .btn-pink.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #b41249 !important
}

.btn-pink:not([disabled]):not(.disabled).active:focus, .btn-pink:not([disabled]):not(.disabled):active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.pink-ic {
  color: #ec407a !important
}

.pink-ic:focus, .pink-ic:hover {
  color: #ec407a
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-pink {
  color: #fff
}

.btn-outline-pink {
  border: 2px solid #ec407a !important;
  background-color: transparent !important;
  color: #ec407a !important
}

.btn-outline-pink.active, .btn-outline-pink:active, .btn-outline-pink:active:focus, .btn-outline-pink:focus, .btn-outline-pink:hover {
  border-color: #ec407a !important;
  background-color: transparent !important;
  color: #ec407a !important
}

.btn-outline-pink:not([disabled]):not(.disabled).active, .btn-outline-pink:not([disabled]):not(.disabled):active, .show > .btn-outline-pink.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #ec407a !important
}

.btn-outline-pink:not([disabled]):not(.disabled).active:focus, .btn-outline-pink:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-purple {
  background-color: #8e24aa !important;
  color: #fff
}

.btn-purple:hover {
  background-color: #a028bf;
  color: #fff
}

.btn-purple.focus, .btn-purple:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-purple.active, .btn-purple:active, .btn-purple:focus {
  background-color: #481256
}

.btn-purple.dropdown-toggle {
  background-color: #8e24aa !important
}

.btn-purple.dropdown-toggle:focus, .btn-purple.dropdown-toggle:hover {
  background-color: #a028bf !important
}

.btn-purple:not([disabled]):not(.disabled).active, .btn-purple:not([disabled]):not(.disabled):active, .show > .btn-purple.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #481256 !important
}

.btn-purple:not([disabled]):not(.disabled).active:focus, .btn-purple:not([disabled]):not(.disabled):active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.purple-ic {
  color: #8e24aa !important
}

.purple-ic:focus, .purple-ic:hover {
  color: #8e24aa
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-purple {
  color: #fff
}

.btn-outline-purple {
  border: 2px solid #8e24aa !important;
  background-color: transparent !important;
  color: #8e24aa !important
}

.btn-outline-purple.active, .btn-outline-purple:active, .btn-outline-purple:active:focus, .btn-outline-purple:focus, .btn-outline-purple:hover {
  border-color: #8e24aa !important;
  background-color: transparent !important;
  color: #8e24aa !important
}

.btn-outline-purple:not([disabled]):not(.disabled).active, .btn-outline-purple:not([disabled]):not(.disabled):active, .show > .btn-outline-purple.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #8e24aa !important
}

.btn-outline-purple:not([disabled]):not(.disabled).active:focus, .btn-outline-purple:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-deep-purple {
  background-color: #512da8 !important;
  color: #fff
}

.btn-deep-purple:hover {
  background-color: #5b32bc;
  color: #fff
}

.btn-deep-purple.focus, .btn-deep-purple:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-deep-purple.active, .btn-deep-purple:active, .btn-deep-purple:focus {
  background-color: #2a1758
}

.btn-deep-purple.dropdown-toggle {
  background-color: #512da8 !important
}

.btn-deep-purple.dropdown-toggle:focus, .btn-deep-purple.dropdown-toggle:hover {
  background-color: #5b32bc !important
}

.btn-deep-purple:not([disabled]):not(.disabled).active, .btn-deep-purple:not([disabled]):not(.disabled):active, .show > .btn-deep-purple.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #2a1758 !important
}

.btn-deep-purple:not([disabled]):not(.disabled).active:focus, .btn-deep-purple:not([disabled]):not(.disabled):active:focus, .show > .btn-deep-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.deep-purple-ic {
  color: #512da8 !important
}

.deep-purple-ic:focus, .deep-purple-ic:hover {
  color: #512da8
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-deep-purple {
  color: #fff
}

.btn-outline-deep-purple {
  border: 2px solid #512da8 !important;
  background-color: transparent !important;
  color: #512da8 !important
}

.btn-outline-deep-purple.active, .btn-outline-deep-purple:active, .btn-outline-deep-purple:active:focus, .btn-outline-deep-purple:focus, .btn-outline-deep-purple:hover {
  border-color: #512da8 !important;
  background-color: transparent !important;
  color: #512da8 !important
}

.btn-outline-deep-purple:not([disabled]):not(.disabled).active, .btn-outline-deep-purple:not([disabled]):not(.disabled):active, .show > .btn-outline-deep-purple.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #512da8 !important
}

.btn-outline-deep-purple:not([disabled]):not(.disabled).active:focus, .btn-outline-deep-purple:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-deep-purple.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-indigo {
  background-color: #3f51b5 !important;
  color: #fff
}

.btn-indigo:hover {
  background-color: #4d5ec1;
  color: #fff
}

.btn-indigo.focus, .btn-indigo:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-indigo.active, .btn-indigo:active, .btn-indigo:focus {
  background-color: #252f69
}

.btn-indigo.dropdown-toggle {
  background-color: #3f51b5 !important
}

.btn-indigo.dropdown-toggle:focus, .btn-indigo.dropdown-toggle:hover {
  background-color: #4d5ec1 !important
}

.btn-indigo:not([disabled]):not(.disabled).active, .btn-indigo:not([disabled]):not(.disabled):active, .show > .btn-indigo.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #252f69 !important
}

.btn-indigo:not([disabled]):not(.disabled).active:focus, .btn-indigo:not([disabled]):not(.disabled):active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.indigo-ic {
  color: #3f51b5 !important
}

.indigo-ic:focus, .indigo-ic:hover {
  color: #3f51b5
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-indigo {
  color: #fff
}

.btn-outline-indigo {
  border: 2px solid #3f51b5 !important;
  background-color: transparent !important;
  color: #3f51b5 !important
}

.btn-outline-indigo.active, .btn-outline-indigo:active, .btn-outline-indigo:active:focus, .btn-outline-indigo:focus, .btn-outline-indigo:hover {
  border-color: #3f51b5 !important;
  background-color: transparent !important;
  color: #3f51b5 !important
}

.btn-outline-indigo:not([disabled]):not(.disabled).active, .btn-outline-indigo:not([disabled]):not(.disabled):active, .show > .btn-outline-indigo.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #3f51b5 !important
}

.btn-outline-indigo:not([disabled]):not(.disabled).active:focus, .btn-outline-indigo:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-blue {
  background-color: #1976d2 !important;
  color: #fff
}

.btn-blue:hover {
  background-color: #2083e4;
  color: #fff
}

.btn-blue.focus, .btn-blue:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-blue.active, .btn-blue:active, .btn-blue:focus {
  background-color: #0e4377
}

.btn-blue.dropdown-toggle {
  background-color: #1976d2 !important
}

.btn-blue.dropdown-toggle:focus, .btn-blue.dropdown-toggle:hover {
  background-color: #2083e4 !important
}

.btn-blue:not([disabled]):not(.disabled).active, .btn-blue:not([disabled]):not(.disabled):active, .show > .btn-blue.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #0e4377 !important
}

.btn-blue:not([disabled]):not(.disabled).active:focus, .btn-blue:not([disabled]):not(.disabled):active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.blue-ic {
  color: #1976d2 !important
}

.blue-ic:focus, .blue-ic:hover {
  color: #1976d2
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-blue {
  color: #fff
}

.btn-outline-blue {
  border: 2px solid #1976d2 !important;
  background-color: transparent !important;
  color: #1976d2 !important
}

.btn-outline-blue.active, .btn-outline-blue:active, .btn-outline-blue:active:focus, .btn-outline-blue:focus, .btn-outline-blue:hover {
  border-color: #1976d2 !important;
  background-color: transparent !important;
  color: #1976d2 !important
}

.btn-outline-blue:not([disabled]):not(.disabled).active, .btn-outline-blue:not([disabled]):not(.disabled):active, .show > .btn-outline-blue.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #1976d2 !important
}

.btn-outline-blue:not([disabled]):not(.disabled).active:focus, .btn-outline-blue:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-light-blue {
  background-color: #82b1ff !important;
  color: #fff
}

.btn-light-blue:hover {
  background-color: #9cc1ff;
  color: #fff
}

.btn-light-blue.focus, .btn-light-blue:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-light-blue.active, .btn-light-blue:active, .btn-light-blue:focus {
  background-color: #1c71ff
}

.btn-light-blue.dropdown-toggle {
  background-color: #82b1ff !important
}

.btn-light-blue.dropdown-toggle:focus, .btn-light-blue.dropdown-toggle:hover {
  background-color: #9cc1ff !important
}

.btn-light-blue:not([disabled]):not(.disabled).active, .btn-light-blue:not([disabled]):not(.disabled):active, .show > .btn-light-blue.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #1c71ff !important
}

.btn-light-blue:not([disabled]):not(.disabled).active:focus, .btn-light-blue:not([disabled]):not(.disabled):active:focus, .show > .btn-light-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.light-blue-ic {
  color: #82b1ff !important
}

.light-blue-ic:focus, .light-blue-ic:hover {
  color: #82b1ff
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-light-blue {
  color: #fff
}

.btn-outline-light-blue {
  border: 2px solid #82b1ff !important;
  background-color: transparent !important;
  color: #82b1ff !important
}

.btn-outline-light-blue.active, .btn-outline-light-blue:active, .btn-outline-light-blue:active:focus, .btn-outline-light-blue:focus, .btn-outline-light-blue:hover {
  border-color: #82b1ff !important;
  background-color: transparent !important;
  color: #82b1ff !important
}

.btn-outline-light-blue:not([disabled]):not(.disabled).active, .btn-outline-light-blue:not([disabled]):not(.disabled):active, .show > .btn-outline-light-blue.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #82b1ff !important
}

.btn-outline-light-blue:not([disabled]):not(.disabled).active:focus, .btn-outline-light-blue:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-light-blue.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-cyan {
  background-color: #00bcd4 !important;
  color: #fff
}

.btn-cyan:hover {
  background-color: #00d3ee;
  color: #fff
}

.btn-cyan.focus, .btn-cyan:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-cyan.active, .btn-cyan:active, .btn-cyan:focus {
  background-color: #00626e
}

.btn-cyan.dropdown-toggle {
  background-color: #00bcd4 !important
}

.btn-cyan.dropdown-toggle:focus, .btn-cyan.dropdown-toggle:hover {
  background-color: #00d3ee !important
}

.btn-cyan:not([disabled]):not(.disabled).active, .btn-cyan:not([disabled]):not(.disabled):active, .show > .btn-cyan.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #00626e !important
}

.btn-cyan:not([disabled]):not(.disabled).active:focus, .btn-cyan:not([disabled]):not(.disabled):active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.cyan-ic {
  color: #00bcd4 !important
}

.cyan-ic:focus, .cyan-ic:hover {
  color: #00bcd4
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-cyan {
  color: #fff
}

.btn-outline-cyan {
  border: 2px solid #00bcd4 !important;
  background-color: transparent !important;
  color: #00bcd4 !important
}

.btn-outline-cyan.active, .btn-outline-cyan:active, .btn-outline-cyan:active:focus, .btn-outline-cyan:focus, .btn-outline-cyan:hover {
  border-color: #00bcd4 !important;
  background-color: transparent !important;
  color: #00bcd4 !important
}

.btn-outline-cyan:not([disabled]):not(.disabled).active, .btn-outline-cyan:not([disabled]):not(.disabled):active, .show > .btn-outline-cyan.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #00bcd4 !important
}

.btn-outline-cyan:not([disabled]):not(.disabled).active:focus, .btn-outline-cyan:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-teal {
  background-color: #00796b !important;
  color: #fff
}

.btn-teal:hover {
  background-color: #009382;
  color: #fff
}

.btn-teal.focus, .btn-teal:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-teal.active, .btn-teal:active, .btn-teal:focus {
  background-color: #001311
}

.btn-teal.dropdown-toggle {
  background-color: #00796b !important
}

.btn-teal.dropdown-toggle:focus, .btn-teal.dropdown-toggle:hover {
  background-color: #009382 !important
}

.btn-teal:not([disabled]):not(.disabled).active, .btn-teal:not([disabled]):not(.disabled):active, .show > .btn-teal.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #001311 !important
}

.btn-teal:not([disabled]):not(.disabled).active:focus, .btn-teal:not([disabled]):not(.disabled):active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.teal-ic {
  color: #00796b !important
}

.teal-ic:focus, .teal-ic:hover {
  color: #00796b
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-teal {
  color: #fff
}

.btn-outline-teal {
  border: 2px solid #00796b !important;
  background-color: transparent !important;
  color: #00796b !important
}

.btn-outline-teal.active, .btn-outline-teal:active, .btn-outline-teal:active:focus, .btn-outline-teal:focus, .btn-outline-teal:hover {
  border-color: #00796b !important;
  background-color: transparent !important;
  color: #00796b !important
}

.btn-outline-teal:not([disabled]):not(.disabled).active, .btn-outline-teal:not([disabled]):not(.disabled):active, .show > .btn-outline-teal.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #00796b !important
}

.btn-outline-teal:not([disabled]):not(.disabled).active:focus, .btn-outline-teal:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-green {
  background-color: #388e3c !important;
  color: #fff
}

.btn-green:hover {
  background-color: #3fa044;
  color: #fff
}

.btn-green.focus, .btn-green:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-green.active, .btn-green:active, .btn-green:focus {
  background-color: #1b451d
}

.btn-green.dropdown-toggle {
  background-color: #388e3c !important
}

.btn-green.dropdown-toggle:focus, .btn-green.dropdown-toggle:hover {
  background-color: #3fa044 !important
}

.btn-green:not([disabled]):not(.disabled).active, .btn-green:not([disabled]):not(.disabled):active, .show > .btn-green.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #1b451d !important
}

.btn-green:not([disabled]):not(.disabled).active:focus, .btn-green:not([disabled]):not(.disabled):active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.green-ic {
  color: #388e3c !important
}

.green-ic:focus, .green-ic:hover {
  color: #388e3c
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-green {
  color: #fff
}

.btn-outline-green {
  border: 2px solid #388e3c !important;
  background-color: transparent !important;
  color: #388e3c !important
}

.btn-outline-green.active, .btn-outline-green:active, .btn-outline-green:active:focus, .btn-outline-green:focus, .btn-outline-green:hover {
  border-color: #388e3c !important;
  background-color: transparent !important;
  color: #388e3c !important
}

.btn-outline-green:not([disabled]):not(.disabled).active, .btn-outline-green:not([disabled]):not(.disabled):active, .show > .btn-outline-green.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #388e3c !important
}

.btn-outline-green:not([disabled]):not(.disabled).active:focus, .btn-outline-green:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-light-green {
  background-color: #8bc34a !important;
  color: #fff
}

.btn-light-green:hover {
  background-color: #97c95d;
  color: #fff
}

.btn-light-green.focus, .btn-light-green:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-light-green.active, .btn-light-green:active, .btn-light-green:focus {
  background-color: #577d2a
}

.btn-light-green.dropdown-toggle {
  background-color: #8bc34a !important
}

.btn-light-green.dropdown-toggle:focus, .btn-light-green.dropdown-toggle:hover {
  background-color: #97c95d !important
}

.btn-light-green:not([disabled]):not(.disabled).active, .btn-light-green:not([disabled]):not(.disabled):active, .show > .btn-light-green.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #577d2a !important
}

.btn-light-green:not([disabled]):not(.disabled).active:focus, .btn-light-green:not([disabled]):not(.disabled):active:focus, .show > .btn-light-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.light-green-ic {
  color: #8bc34a !important
}

.light-green-ic:focus, .light-green-ic:hover {
  color: #8bc34a
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-light-green {
  color: #fff
}

.btn-outline-light-green {
  border: 2px solid #8bc34a !important;
  background-color: transparent !important;
  color: #8bc34a !important
}

.btn-outline-light-green.active, .btn-outline-light-green:active, .btn-outline-light-green:active:focus, .btn-outline-light-green:focus, .btn-outline-light-green:hover {
  border-color: #8bc34a !important;
  background-color: transparent !important;
  color: #8bc34a !important
}

.btn-outline-light-green:not([disabled]):not(.disabled).active, .btn-outline-light-green:not([disabled]):not(.disabled):active, .show > .btn-outline-light-green.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #8bc34a !important
}

.btn-outline-light-green:not([disabled]):not(.disabled).active:focus, .btn-outline-light-green:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-light-green.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-lime {
  background-color: #afb42b !important;
  color: #fff
}

.btn-lime:hover {
  background-color: #c3c930;
  color: #fff
}

.btn-lime.focus, .btn-lime:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-lime.active, .btn-lime:active, .btn-lime:focus {
  background-color: #5f6217
}

.btn-lime.dropdown-toggle {
  background-color: #afb42b !important
}

.btn-lime.dropdown-toggle:focus, .btn-lime.dropdown-toggle:hover {
  background-color: #c3c930 !important
}

.btn-lime:not([disabled]):not(.disabled).active, .btn-lime:not([disabled]):not(.disabled):active, .show > .btn-lime.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #5f6217 !important
}

.btn-lime:not([disabled]):not(.disabled).active:focus, .btn-lime:not([disabled]):not(.disabled):active:focus, .show > .btn-lime.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.lime-ic {
  color: #afb42b !important
}

.lime-ic:focus, .lime-ic:hover {
  color: #afb42b
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-lime {
  color: #fff
}

.btn-outline-lime {
  border: 2px solid #afb42b !important;
  background-color: transparent !important;
  color: #afb42b !important
}

.btn-outline-lime.active, .btn-outline-lime:active, .btn-outline-lime:active:focus, .btn-outline-lime:focus, .btn-outline-lime:hover {
  border-color: #afb42b !important;
  background-color: transparent !important;
  color: #afb42b !important
}

.btn-outline-lime:not([disabled]):not(.disabled).active, .btn-outline-lime:not([disabled]):not(.disabled):active, .show > .btn-outline-lime.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #afb42b !important
}

.btn-outline-lime:not([disabled]):not(.disabled).active:focus, .btn-outline-lime:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-lime.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-yellow {
  background-color: #fbc02d !important;
  color: #fff
}

.btn-yellow:hover {
  background-color: #fbc846;
  color: #fff
}

.btn-yellow.focus, .btn-yellow:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-yellow.active, .btn-yellow:active, .btn-yellow:focus {
  background-color: #be8904
}

.btn-yellow.dropdown-toggle {
  background-color: #fbc02d !important
}

.btn-yellow.dropdown-toggle:focus, .btn-yellow.dropdown-toggle:hover {
  background-color: #fbc846 !important
}

.btn-yellow:not([disabled]):not(.disabled).active, .btn-yellow:not([disabled]):not(.disabled):active, .show > .btn-yellow.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #be8904 !important
}

.btn-yellow:not([disabled]):not(.disabled).active:focus, .btn-yellow:not([disabled]):not(.disabled):active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.yellow-ic {
  color: #fbc02d !important
}

.yellow-ic:focus, .yellow-ic:hover {
  color: #fbc02d
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-yellow {
  color: #fff
}

.btn-outline-yellow {
  border: 2px solid #fbc02d !important;
  background-color: transparent !important;
  color: #fbc02d !important
}

.btn-outline-yellow.active, .btn-outline-yellow:active, .btn-outline-yellow:active:focus, .btn-outline-yellow:focus, .btn-outline-yellow:hover {
  border-color: #fbc02d !important;
  background-color: transparent !important;
  color: #fbc02d !important
}

.btn-outline-yellow:not([disabled]):not(.disabled).active, .btn-outline-yellow:not([disabled]):not(.disabled):active, .show > .btn-outline-yellow.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #fbc02d !important
}

.btn-outline-yellow:not([disabled]):not(.disabled).active:focus, .btn-outline-yellow:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-amber {
  background-color: #ffa000 !important;
  color: #fff
}

.btn-amber:hover {
  background-color: #ffaa1a;
  color: #fff
}

.btn-amber.focus, .btn-amber:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-amber.active, .btn-amber:active, .btn-amber:focus {
  background-color: #996000
}

.btn-amber.dropdown-toggle {
  background-color: #ffa000 !important
}

.btn-amber.dropdown-toggle:focus, .btn-amber.dropdown-toggle:hover {
  background-color: #ffaa1a !important
}

.btn-amber:not([disabled]):not(.disabled).active, .btn-amber:not([disabled]):not(.disabled):active, .show > .btn-amber.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #996000 !important
}

.btn-amber:not([disabled]):not(.disabled).active:focus, .btn-amber:not([disabled]):not(.disabled):active:focus, .show > .btn-amber.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.amber-ic {
  color: #ffa000 !important
}

.amber-ic:focus, .amber-ic:hover {
  color: #ffa000
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-amber {
  color: #fff
}

.btn-outline-amber {
  border: 2px solid #ffa000 !important;
  background-color: transparent !important;
  color: #ffa000 !important
}

.btn-outline-amber.active, .btn-outline-amber:active, .btn-outline-amber:active:focus, .btn-outline-amber:focus, .btn-outline-amber:hover {
  border-color: #ffa000 !important;
  background-color: transparent !important;
  color: #ffa000 !important
}

.btn-outline-amber:not([disabled]):not(.disabled).active, .btn-outline-amber:not([disabled]):not(.disabled):active, .show > .btn-outline-amber.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #ffa000 !important
}

.btn-outline-amber:not([disabled]):not(.disabled).active:focus, .btn-outline-amber:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-amber.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-orange {
  background-color: #f57c00 !important;
  color: #fff
}

.btn-orange:hover {
  background-color: #ff8910;
  color: #fff
}

.btn-orange.focus, .btn-orange:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-orange.active, .btn-orange:active, .btn-orange:focus {
  background-color: #8f4800
}

.btn-orange.dropdown-toggle {
  background-color: #f57c00 !important
}

.btn-orange.dropdown-toggle:focus, .btn-orange.dropdown-toggle:hover {
  background-color: #ff8910 !important
}

.btn-orange:not([disabled]):not(.disabled).active, .btn-orange:not([disabled]):not(.disabled):active, .show > .btn-orange.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #8f4800 !important
}

.btn-orange:not([disabled]):not(.disabled).active:focus, .btn-orange:not([disabled]):not(.disabled):active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.orange-ic {
  color: #f57c00 !important
}

.orange-ic:focus, .orange-ic:hover {
  color: #f57c00
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-orange {
  color: #fff
}

.btn-outline-orange {
  border: 2px solid #f57c00 !important;
  background-color: transparent !important;
  color: #f57c00 !important
}

.btn-outline-orange.active, .btn-outline-orange:active, .btn-outline-orange:active:focus, .btn-outline-orange:focus, .btn-outline-orange:hover {
  border-color: #f57c00 !important;
  background-color: transparent !important;
  color: #f57c00 !important
}

.btn-outline-orange:not([disabled]):not(.disabled).active, .btn-outline-orange:not([disabled]):not(.disabled):active, .show > .btn-outline-orange.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #f57c00 !important
}

.btn-outline-orange:not([disabled]):not(.disabled).active:focus, .btn-outline-orange:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-deep-orange {
  background-color: #ff7043 !important;
  color: #fff
}

.btn-deep-orange:hover {
  background-color: #ff835d;
  color: #fff
}

.btn-deep-orange.focus, .btn-deep-orange:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-deep-orange.active, .btn-deep-orange:active, .btn-deep-orange:focus {
  background-color: #dc3500
}

.btn-deep-orange.dropdown-toggle {
  background-color: #ff7043 !important
}

.btn-deep-orange.dropdown-toggle:focus, .btn-deep-orange.dropdown-toggle:hover {
  background-color: #ff835d !important
}

.btn-deep-orange:not([disabled]):not(.disabled).active, .btn-deep-orange:not([disabled]):not(.disabled):active, .show > .btn-deep-orange.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #dc3500 !important
}

.btn-deep-orange:not([disabled]):not(.disabled).active:focus, .btn-deep-orange:not([disabled]):not(.disabled):active:focus, .show > .btn-deep-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.deep-orange-ic {
  color: #ff7043 !important
}

.deep-orange-ic:focus, .deep-orange-ic:hover {
  color: #ff7043
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-deep-orange {
  color: #fff
}

.btn-outline-deep-orange {
  border: 2px solid #ff7043 !important;
  background-color: transparent !important;
  color: #ff7043 !important
}

.btn-outline-deep-orange.active, .btn-outline-deep-orange:active, .btn-outline-deep-orange:active:focus, .btn-outline-deep-orange:focus, .btn-outline-deep-orange:hover {
  border-color: #ff7043 !important;
  background-color: transparent !important;
  color: #ff7043 !important
}

.btn-outline-deep-orange:not([disabled]):not(.disabled).active, .btn-outline-deep-orange:not([disabled]):not(.disabled):active, .show > .btn-outline-deep-orange.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #ff7043 !important
}

.btn-outline-deep-orange:not([disabled]):not(.disabled).active:focus, .btn-outline-deep-orange:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-deep-orange.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-brown {
  background-color: #795548 !important;
  color: #fff
}

.btn-brown:hover {
  background-color: #896052;
  color: #fff
}

.btn-brown.focus, .btn-brown:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-brown.active, .btn-brown:active, .btn-brown:focus {
  background-color: #392822
}

.btn-brown.dropdown-toggle {
  background-color: #795548 !important
}

.btn-brown.dropdown-toggle:focus, .btn-brown.dropdown-toggle:hover {
  background-color: #896052 !important
}

.btn-brown:not([disabled]):not(.disabled).active, .btn-brown:not([disabled]):not(.disabled):active, .show > .btn-brown.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #392822 !important
}

.btn-brown:not([disabled]):not(.disabled).active:focus, .btn-brown:not([disabled]):not(.disabled):active:focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.brown-ic {
  color: #795548 !important
}

.brown-ic:focus, .brown-ic:hover {
  color: #795548
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-brown {
  color: #fff
}

.btn-outline-brown {
  border: 2px solid #795548 !important;
  background-color: transparent !important;
  color: #795548 !important
}

.btn-outline-brown.active, .btn-outline-brown:active, .btn-outline-brown:active:focus, .btn-outline-brown:focus, .btn-outline-brown:hover {
  border-color: #795548 !important;
  background-color: transparent !important;
  color: #795548 !important
}

.btn-outline-brown:not([disabled]):not(.disabled).active, .btn-outline-brown:not([disabled]):not(.disabled):active, .show > .btn-outline-brown.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #795548 !important
}

.btn-outline-brown:not([disabled]):not(.disabled).active:focus, .btn-outline-brown:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-grey {
  background-color: #616161 !important;
  color: #fff
}

.btn-grey:hover {
  background-color: #6e6e6e;
  color: #fff
}

.btn-grey.focus, .btn-grey:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-grey.active, .btn-grey:active, .btn-grey:focus {
  background-color: #2e2e2e
}

.btn-grey.dropdown-toggle {
  background-color: #616161 !important
}

.btn-grey.dropdown-toggle:focus, .btn-grey.dropdown-toggle:hover {
  background-color: #6e6e6e !important
}

.btn-grey:not([disabled]):not(.disabled).active, .btn-grey:not([disabled]):not(.disabled):active, .show > .btn-grey.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #2e2e2e !important
}

.btn-grey:not([disabled]):not(.disabled).active:focus, .btn-grey:not([disabled]):not(.disabled):active:focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.grey-ic {
  color: #616161 !important
}

.grey-ic:focus, .grey-ic:hover {
  color: #616161
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-grey {
  color: #fff
}

.btn-outline-grey {
  border: 2px solid #616161 !important;
  background-color: transparent !important;
  color: #616161 !important
}

.btn-outline-grey.active, .btn-outline-grey:active, .btn-outline-grey:active:focus, .btn-outline-grey:focus, .btn-outline-grey:hover {
  border-color: #616161 !important;
  background-color: transparent !important;
  color: #616161 !important
}

.btn-outline-grey:not([disabled]):not(.disabled).active, .btn-outline-grey:not([disabled]):not(.disabled):active, .show > .btn-outline-grey.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #616161 !important
}

.btn-outline-grey:not([disabled]):not(.disabled).active:focus, .btn-outline-grey:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-blue-grey {
  background-color: #78909c !important;
  color: #fff
}

.btn-blue-grey:hover {
  background-color: #879ca7;
  color: #fff
}

.btn-blue-grey.focus, .btn-blue-grey:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-blue-grey.active, .btn-blue-grey:active, .btn-blue-grey:focus {
  background-color: #4a5b64
}

.btn-blue-grey.dropdown-toggle {
  background-color: #78909c !important
}

.btn-blue-grey.dropdown-toggle:focus, .btn-blue-grey.dropdown-toggle:hover {
  background-color: #879ca7 !important
}

.btn-blue-grey:not([disabled]):not(.disabled).active, .btn-blue-grey:not([disabled]):not(.disabled):active, .show > .btn-blue-grey.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #4a5b64 !important
}

.btn-blue-grey:not([disabled]):not(.disabled).active:focus, .btn-blue-grey:not([disabled]):not(.disabled):active:focus, .show > .btn-blue-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.blue-grey-ic {
  color: #78909c !important
}

.blue-grey-ic:focus, .blue-grey-ic:hover {
  color: #78909c
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-blue-grey {
  color: #fff
}

.btn-outline-blue-grey {
  border: 2px solid #78909c !important;
  background-color: transparent !important;
  color: #78909c !important
}

.btn-outline-blue-grey.active, .btn-outline-blue-grey:active, .btn-outline-blue-grey:active:focus, .btn-outline-blue-grey:focus, .btn-outline-blue-grey:hover {
  border-color: #78909c !important;
  background-color: transparent !important;
  color: #78909c !important
}

.btn-outline-blue-grey:not([disabled]):not(.disabled).active, .btn-outline-blue-grey:not([disabled]):not(.disabled):active, .show > .btn-outline-blue-grey.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #78909c !important
}

.btn-outline-blue-grey:not([disabled]):not(.disabled).active:focus, .btn-outline-blue-grey:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-blue-grey.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-dark {
  background-color: #212121 !important;
  color: #fff
}

.btn-dark:hover {
  background-color: #2e2e2e;
  color: #fff
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-dark.active, .btn-dark:active, .btn-dark:focus {
  background-color: #1C497C
}

.btn-dark.dropdown-toggle {
  background-color: #212121 !important
}

.btn-dark.dropdown-toggle:focus, .btn-dark.dropdown-toggle:hover {
  background-color: #2e2e2e !important
}

.btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #1C497C !important
}

.btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.dark-ic {
  color: #212121 !important
}

.dark-ic:focus, .dark-ic:hover {
  color: #212121
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-dark {
  color: #fff
}

.btn-outline-dark {
  border: 2px solid #212121 !important;
  background-color: transparent !important;
  color: #212121 !important
}

.btn-outline-dark.active, .btn-outline-dark:active, .btn-outline-dark:active:focus, .btn-outline-dark:focus, .btn-outline-dark:hover {
  border-color: #212121 !important;
  background-color: transparent !important;
  color: #212121 !important
}

.btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #212121 !important
}

.btn-outline-dark:not([disabled]):not(.disabled).active:focus, .btn-outline-dark:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-light {
  background-color: #e0e0e0 !important;
  color: #1C497C
}

.btn-light:hover {
  background-color: #ededed;
  color: #1C497C
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-light.active, .btn-light:active, .btn-light:focus {
  background-color: #adadad
}

.btn-light.dropdown-toggle {
  background-color: #e0e0e0 !important
}

.btn-light.dropdown-toggle:focus, .btn-light.dropdown-toggle:hover {
  background-color: #ededed !important
}

.btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #adadad !important
}

.btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.light-ic {
  color: #e0e0e0 !important
}

.light-ic:focus, .light-ic:hover {
  color: #e0e0e0
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #1C497C
}

table.table a.btn.btn-light {
  color: #1C497C
}

.btn-outline-light {
  border: 2px solid #e0e0e0 !important;
  background-color: transparent !important;
  color: #e0e0e0 !important
}

.btn-outline-light.active, .btn-outline-light:active, .btn-outline-light:active:focus, .btn-outline-light:focus, .btn-outline-light:hover {
  border-color: #e0e0e0 !important;
  background-color: transparent !important;
  color: #e0e0e0 !important
}

.btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light:not([disabled]):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #e0e0e0 !important
}

.btn-outline-light:not([disabled]):not(.disabled).active:focus, .btn-outline-light:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-white {
  background-color: #fff !important;
  color: #1C497C
}

.btn-white:hover {
  background-color: #fff;
  color: #1C497C
}

.btn-white.focus, .btn-white:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-white.active, .btn-white:active, .btn-white:focus {
  background-color: #ccc
}

.btn-white.dropdown-toggle {
  background-color: #fff !important
}

.btn-white.dropdown-toggle:focus, .btn-white.dropdown-toggle:hover {
  background-color: #fff !important
}

.btn-white:not([disabled]):not(.disabled).active, .btn-white:not([disabled]):not(.disabled):active, .show > .btn-white.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #ccc !important
}

.btn-white:not([disabled]):not(.disabled).active:focus, .btn-white:not([disabled]):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.white-ic {
  color: #fff !important
}

.white-ic:focus, .white-ic:hover {
  color: #fff
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #1C497C
}

table.table a.btn.btn-white {
  color: #1C497C
}

.btn-outline-white {
  border: 2px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important
}

.btn-outline-white.active, .btn-outline-white:active, .btn-outline-white:active:focus, .btn-outline-white:focus, .btn-outline-white:hover {
  border-color: #fff !important;
  background-color: transparent !important;
  color: #fff !important
}

.btn-outline-white:not([disabled]):not(.disabled).active, .btn-outline-white:not([disabled]):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #fff !important
}

.btn-outline-white:not([disabled]):not(.disabled).active:focus, .btn-outline-white:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-black {
  background-color: #1C497C !important;
  color: #fff
}

.btn-black:hover {
  background-color: #0d0d0d;
  color: #fff
}

.btn-black.focus, .btn-black:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-black.active, .btn-black:active, .btn-black:focus {
  background-color: #1C497C
}

.btn-black.dropdown-toggle {
  background-color: #1C497C !important
}

.btn-black.dropdown-toggle:focus, .btn-black.dropdown-toggle:hover {
  background-color: #0d0d0d !important
}

.btn-black:not([disabled]):not(.disabled).active, .btn-black:not([disabled]):not(.disabled):active, .show > .btn-black.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #1C497C !important
}

.btn-black:not([disabled]):not(.disabled).active:focus, .btn-black:not([disabled]):not(.disabled):active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.black-ic {
  color: #1C497C !important
}

.black-ic:focus, .black-ic:hover {
  color: #1C497C
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

.btn-outline-black {
  border: 2px solid #1C497C !important;
  background-color: transparent !important;
  color: #1C497C !important
}

.btn-outline-black.active, .btn-outline-black:active, .btn-outline-black:active:focus, .btn-outline-black:focus, .btn-outline-black:hover {
  border-color: #1C497C !important;
  background-color: transparent !important;
  color: #1C497C !important
}

.btn-outline-black:not([disabled]):not(.disabled).active, .btn-outline-black:not([disabled]):not(.disabled):active, .show > .btn-outline-black.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #1C497C !important
}

.btn-outline-black:not([disabled]):not(.disabled).active:focus, .btn-outline-black:not([disabled]):not(.disabled):active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #fff
}

.btn.purple-gradient {
  transition: .5s ease;
  color: #fff
}

.btn.purple-gradient:active, .btn.purple-gradient:active:focus .btn.purple-gradient.active, .btn.purple-gradient:focus, .btn.purple-gradient:hover {
  background: linear-gradient(#ff88ce, #8f8bf7)
}

.btn.peach-gradient {
  transition: .5s ease;
  color: #fff
}

.btn.peach-gradient:active, .btn.peach-gradient:active:focus .btn.peach-gradient.active, .btn.peach-gradient:focus, .btn.peach-gradient:hover {
  background: linear-gradient(#ffdf89, #fc7b7b)
}

.btn.aqua-gradient {
  transition: .5s ease;
  color: #fff
}

.btn.aqua-gradient:active, .btn.aqua-gradient:active:focus .btn.aqua-gradient.active, .btn.aqua-gradient:focus, .btn.aqua-gradient:hover {
  background: linear-gradient(#3aa2ff, #1fffac)
}

.btn.blue-gradient {
  transition: .5s ease;
  color: #fff
}

.btn.blue-gradient:active, .btn.blue-gradient:active:focus .btn.blue-gradient.active, .btn.blue-gradient:focus, .btn.blue-gradient:hover {
  background: linear-gradient(#5ed1fc, #3647b3)
}

.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #757575
}

.md-form.input-group label {
  top: 0;
  margin-bottom: 0
}

.md-form.input-group .input-group-text {
  background-color: #e0e0e0
}

.md-form.input-group .input-group-text.md-addon {
  border: none;
  background-color: transparent;
  font-weight: 500
}

.md-form.input-group .form-control {
  margin: 0;
  padding: .375rem .75rem
}


.md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  box-sizing: content-box;
  background-color: transparent
}

.md-form input[type=date]:focus:not([readonly]), .md-form input[type=datetime-local]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:focus:not([readonly]), .md-form input[type=tel]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]), .md-form input[type=time]:focus:not([readonly]), .md-form input[type=url]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #4285f4;
  border-bottom: 1px solid #4285f4
}

.md-form input[type=date]:focus:not([readonly]) + label, .md-form input[type=datetime-local]:focus:not([readonly]) + label, .md-form input[type=email]:focus:not([readonly]) + label, .md-form input[type=number]:focus:not([readonly]) + label, .md-form input[type=password]:focus:not([readonly]) + label, .md-form input[type=search-md]:focus:not([readonly]) + label, .md-form input[type=search]:focus:not([readonly]) + label, .md-form input[type=tel]:focus:not([readonly]) + label, .md-form input[type=text]:focus:not([readonly]) + label, .md-form input[type=time]:focus:not([readonly]) + label, .md-form input[type=url]:focus:not([readonly]) + label, .md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4
}

.md-form input[type=date] + label:after, .md-form input[type=datetime-local] + label:after, .md-form input[type=email] + label:after, .md-form input[type=number] + label:after, .md-form input[type=password] + label:after, .md-form input[type=search-md] + label:after, .md-form input[type=search] + label:after, .md-form input[type=tel] + label:after, .md-form input[type=text] + label:after, .md-form input[type=time] + label:after, .md-form input[type=url] + label:after, .md-form textarea.md-textarea + label:after {
  content: "";
  position: absolute;
  top: 65px;
  display: block;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out
}

.md-form input[type=date].valid, .md-form input[type=date]:focus.valid, .md-form input[type=datetime-local].valid, .md-form input[type=datetime-local]:focus.valid, .md-form input[type=email].valid, .md-form input[type=email]:focus.valid, .md-form input[type=number].valid, .md-form input[type=number]:focus.valid, .md-form input[type=password].valid, .md-form input[type=password]:focus.valid, .md-form input[type=search-md].valid, .md-form input[type=search-md]:focus.valid, .md-form input[type=search].valid, .md-form input[type=search]:focus.valid, .md-form input[type=tel].valid, .md-form input[type=tel]:focus.valid, .md-form input[type=text].valid, .md-form input[type=text]:focus.valid, .md-form input[type=time].valid, .md-form input[type=time]:focus.valid, .md-form input[type=url].valid, .md-form input[type=url]:focus.valid, .md-form textarea.md-textarea.valid, .md-form textarea.md-textarea:focus.valid {
  border-bottom: 1px solid #00c851;
  box-shadow: 0 1px 0 0 #00c851
}

.md-form input[type=date].valid + label:after, .md-form input[type=date]:focus.valid + label:after, .md-form input[type=datetime-local].valid + label:after, .md-form input[type=datetime-local]:focus.valid + label:after, .md-form input[type=email].valid + label:after, .md-form input[type=email]:focus.valid + label:after, .md-form input[type=number].valid + label:after, .md-form input[type=number]:focus.valid + label:after, .md-form input[type=password].valid + label:after, .md-form input[type=password]:focus.valid + label:after, .md-form input[type=search-md].valid + label:after, .md-form input[type=search-md]:focus.valid + label:after, .md-form input[type=search].valid + label:after, .md-form input[type=search]:focus.valid + label:after, .md-form input[type=tel].valid + label:after, .md-form input[type=tel]:focus.valid + label:after, .md-form input[type=text].valid + label:after, .md-form input[type=text]:focus.valid + label:after, .md-form input[type=time].valid + label:after, .md-form input[type=time]:focus.valid + label:after, .md-form input[type=url].valid + label:after, .md-form input[type=url]:focus.valid + label:after, .md-form textarea.md-textarea.valid + label:after, .md-form textarea.md-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #00c851;
  opacity: 1
}

.md-form input[type=date].invalid, .md-form input[type=date]:focus.invalid, .md-form input[type=datetime-local].invalid, .md-form input[type=datetime-local]:focus.invalid, .md-form input[type=email].invalid, .md-form input[type=email]:focus.invalid, .md-form input[type=number].invalid, .md-form input[type=number]:focus.invalid, .md-form input[type=password].invalid, .md-form input[type=password]:focus.invalid, .md-form input[type=search-md].invalid, .md-form input[type=search-md]:focus.invalid, .md-form input[type=search].invalid, .md-form input[type=search]:focus.invalid, .md-form input[type=tel].invalid, .md-form input[type=tel]:focus.invalid, .md-form input[type=text].invalid, .md-form input[type=text]:focus.invalid, .md-form input[type=time].invalid, .md-form input[type=time]:focus.invalid, .md-form input[type=url].invalid, .md-form input[type=url]:focus.invalid, .md-form textarea.md-textarea.invalid, .md-form textarea.md-textarea:focus.invalid {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336
}

.md-form input[type=date].invalid + label:after, .md-form input[type=date]:focus.invalid + label:after, .md-form input[type=datetime-local].invalid + label:after, .md-form input[type=datetime-local]:focus.invalid + label:after, .md-form input[type=email].invalid + label:after, .md-form input[type=email]:focus.invalid + label:after, .md-form input[type=number].invalid + label:after, .md-form input[type=number]:focus.invalid + label:after, .md-form input[type=password].invalid + label:after, .md-form input[type=password]:focus.invalid + label:after, .md-form input[type=search-md].invalid + label:after, .md-form input[type=search-md]:focus.invalid + label:after, .md-form input[type=search].invalid + label:after, .md-form input[type=search]:focus.invalid + label:after, .md-form input[type=tel].invalid + label:after, .md-form input[type=tel]:focus.invalid + label:after, .md-form input[type=text].invalid + label:after, .md-form input[type=text]:focus.invalid + label:after, .md-form input[type=time].invalid + label:after, .md-form input[type=time]:focus.invalid + label:after, .md-form input[type=url].invalid + label:after, .md-form input[type=url]:focus.invalid + label:after, .md-form textarea.md-textarea.invalid + label:after, .md-form textarea.md-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #f44336;
  opacity: 1
}

.md-form input[type=date].form-control.valid + label:after, .md-form input[type=date].form-control:focus.valid + label:after, .md-form input[type=datetime-local].form-control.valid + label:after, .md-form input[type=datetime-local].form-control:focus.valid + label:after, .md-form input[type=email].form-control.valid + label:after, .md-form input[type=email].form-control:focus.valid + label:after, .md-form input[type=number].form-control.valid + label:after, .md-form input[type=number].form-control:focus.valid + label:after, .md-form input[type=password].form-control.valid + label:after, .md-form input[type=password].form-control:focus.valid + label:after, .md-form input[type=search-md].form-control.valid + label:after, .md-form input[type=search-md].form-control:focus.valid + label:after, .md-form input[type=search].form-control.valid + label:after, .md-form input[type=search].form-control:focus.valid + label:after, .md-form input[type=tel].form-control.valid + label:after, .md-form input[type=tel].form-control:focus.valid + label:after, .md-form input[type=text].form-control.valid + label:after, .md-form input[type=text].form-control:focus.valid + label:after, .md-form input[type=time].form-control.valid + label:after, .md-form input[type=time].form-control:focus.valid + label:after, .md-form input[type=url].form-control.valid + label:after, .md-form input[type=url].form-control:focus.valid + label:after, .md-form textarea.md-textarea.form-control.valid + label:after, .md-form textarea.md-textarea.form-control:focus.valid + label:after {
  top: 4.1rem
}

.md-form input[type=date].form-control.invalid + label:after, .md-form input[type=date].form-control:focus.invalid + label:after, .md-form input[type=datetime-local].form-control.invalid + label:after, .md-form input[type=datetime-local].form-control:focus.invalid + label:after, .md-form input[type=email].form-control.invalid + label:after, .md-form input[type=email].form-control:focus.invalid + label:after, .md-form input[type=number].form-control.invalid + label:after, .md-form input[type=number].form-control:focus.invalid + label:after, .md-form input[type=password].form-control.invalid + label:after, .md-form input[type=password].form-control:focus.invalid + label:after, .md-form input[type=search-md].form-control.invalid + label:after, .md-form input[type=search-md].form-control:focus.invalid + label:after, .md-form input[type=search].form-control.invalid + label:after, .md-form input[type=search].form-control:focus.invalid + label:after, .md-form input[type=tel].form-control.invalid + label:after, .md-form input[type=tel].form-control:focus.invalid + label:after, .md-form input[type=text].form-control.invalid + label:after, .md-form input[type=text].form-control:focus.invalid + label:after, .md-form input[type=time].form-control.invalid + label:after, .md-form input[type=time].form-control:focus.invalid + label:after, .md-form input[type=url].form-control.invalid + label:after, .md-form input[type=url].form-control:focus.invalid + label:after, .md-form textarea.md-textarea.form-control.invalid + label:after, .md-form textarea.md-textarea.form-control:focus.invalid + label:after {
  top: 4rem
}

.md-form input[type=date].form-control-lg.valid + label:after, .md-form input[type=date].form-control-lg:focus.valid + label:after, .md-form input[type=datetime-local].form-control-lg.valid + label:after, .md-form input[type=datetime-local].form-control-lg:focus.valid + label:after, .md-form input[type=email].form-control-lg.valid + label:after, .md-form input[type=email].form-control-lg:focus.valid + label:after, .md-form input[type=number].form-control-lg.valid + label:after, .md-form input[type=number].form-control-lg:focus.valid + label:after, .md-form input[type=password].form-control-lg.valid + label:after, .md-form input[type=password].form-control-lg:focus.valid + label:after, .md-form input[type=search-md].form-control-lg.valid + label:after, .md-form input[type=search-md].form-control-lg:focus.valid + label:after, .md-form input[type=search].form-control-lg.valid + label:after, .md-form input[type=search].form-control-lg:focus.valid + label:after, .md-form input[type=tel].form-control-lg.valid + label:after, .md-form input[type=tel].form-control-lg:focus.valid + label:after, .md-form input[type=text].form-control-lg.valid + label:after, .md-form input[type=text].form-control-lg:focus.valid + label:after, .md-form input[type=time].form-control-lg.valid + label:after, .md-form input[type=time].form-control-lg:focus.valid + label:after, .md-form input[type=url].form-control-lg.valid + label:after, .md-form input[type=url].form-control-lg:focus.valid + label:after, .md-form textarea.md-textarea.form-control-lg.valid + label:after, .md-form textarea.md-textarea.form-control-lg:focus.valid + label:after {
  top: 4.6rem
}

.md-form input[type=date].form-control-lg.invalid + label:after, .md-form input[type=date].form-control-lg:focus.invalid + label:after, .md-form input[type=datetime-local].form-control-lg.invalid + label:after, .md-form input[type=datetime-local].form-control-lg:focus.invalid + label:after, .md-form input[type=email].form-control-lg.invalid + label:after, .md-form input[type=email].form-control-lg:focus.invalid + label:after, .md-form input[type=number].form-control-lg.invalid + label:after, .md-form input[type=number].form-control-lg:focus.invalid + label:after, .md-form input[type=password].form-control-lg.invalid + label:after, .md-form input[type=password].form-control-lg:focus.invalid + label:after, .md-form input[type=search-md].form-control-lg.invalid + label:after, .md-form input[type=search-md].form-control-lg:focus.invalid + label:after, .md-form input[type=search].form-control-lg.invalid + label:after, .md-form input[type=search].form-control-lg:focus.invalid + label:after, .md-form input[type=tel].form-control-lg.invalid + label:after, .md-form input[type=tel].form-control-lg:focus.invalid + label:after, .md-form input[type=text].form-control-lg.invalid + label:after, .md-form input[type=text].form-control-lg:focus.invalid + label:after, .md-form input[type=time].form-control-lg.invalid + label:after, .md-form input[type=time].form-control-lg:focus.invalid + label:after, .md-form input[type=url].form-control-lg.invalid + label:after, .md-form input[type=url].form-control-lg:focus.invalid + label:after, .md-form textarea.md-textarea.form-control-lg.invalid + label:after, .md-form textarea.md-textarea.form-control-lg:focus.invalid + label:after {
  top: 4.6rem
}

.md-form input[type=date].form-control-sm.valid + label:after, .md-form input[type=date].form-control-sm:focus.valid + label:after, .md-form input[type=datetime-local].form-control-sm.valid + label:after, .md-form input[type=datetime-local].form-control-sm:focus.valid + label:after, .md-form input[type=email].form-control-sm.valid + label:after, .md-form input[type=email].form-control-sm:focus.valid + label:after, .md-form input[type=number].form-control-sm.valid + label:after, .md-form input[type=number].form-control-sm:focus.valid + label:after, .md-form input[type=password].form-control-sm.valid + label:after, .md-form input[type=password].form-control-sm:focus.valid + label:after, .md-form input[type=search-md].form-control-sm.valid + label:after, .md-form input[type=search-md].form-control-sm:focus.valid + label:after, .md-form input[type=search].form-control-sm.valid + label:after, .md-form input[type=search].form-control-sm:focus.valid + label:after, .md-form input[type=tel].form-control-sm.valid + label:after, .md-form input[type=tel].form-control-sm:focus.valid + label:after, .md-form input[type=text].form-control-sm.valid + label:after, .md-form input[type=text].form-control-sm:focus.valid + label:after, .md-form input[type=time].form-control-sm.valid + label:after, .md-form input[type=time].form-control-sm:focus.valid + label:after, .md-form input[type=url].form-control-sm.valid + label:after, .md-form input[type=url].form-control-sm:focus.valid + label:after, .md-form textarea.md-textarea.form-control-sm.valid + label:after, .md-form textarea.md-textarea.form-control-sm:focus.valid + label:after {
  top: 3.7rem
}

.md-form input[type=date].form-control-sm.invalid + label:after, .md-form input[type=date].form-control-sm:focus.invalid + label:after, .md-form input[type=datetime-local].form-control-sm.invalid + label:after, .md-form input[type=datetime-local].form-control-sm:focus.invalid + label:after, .md-form input[type=email].form-control-sm.invalid + label:after, .md-form input[type=email].form-control-sm:focus.invalid + label:after, .md-form input[type=number].form-control-sm.invalid + label:after, .md-form input[type=number].form-control-sm:focus.invalid + label:after, .md-form input[type=password].form-control-sm.invalid + label:after, .md-form input[type=password].form-control-sm:focus.invalid + label:after, .md-form input[type=search-md].form-control-sm.invalid + label:after, .md-form input[type=search-md].form-control-sm:focus.invalid + label:after, .md-form input[type=search].form-control-sm.invalid + label:after, .md-form input[type=search].form-control-sm:focus.invalid + label:after, .md-form input[type=tel].form-control-sm.invalid + label:after, .md-form input[type=tel].form-control-sm:focus.invalid + label:after, .md-form input[type=text].form-control-sm.invalid + label:after, .md-form input[type=text].form-control-sm:focus.invalid + label:after, .md-form input[type=time].form-control-sm.invalid + label:after, .md-form input[type=time].form-control-sm:focus.invalid + label:after, .md-form input[type=url].form-control-sm.invalid + label:after, .md-form input[type=url].form-control-sm:focus.invalid + label:after, .md-form textarea.md-textarea.form-control-sm.invalid + label:after, .md-form textarea.md-textarea.form-control-sm:focus.invalid + label:after {
  top: 3.6rem
}

.md-form > input[type=date]:not(.browser-default) + label {
  transform: translateY(-27px) scale(.8);
  transform-origin: 0 0
}

.md-form > input[type=time]:not(.browser-default) + label, .md-form > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label {
  transform: translateY(-25px);
  transform-origin: 0 0;
  font-size: .8rem
}

.md-form .was-validated input[type=text]:valid + label {
  color: #00c851 !important
}

.md-form .was-validated input[type=text]:invalid + label {
  color: #f44336 !important
}

.md-form .was-validated .form-control:valid:focus {
  box-shadow: 0 1px 0 0 #00c851 !important
}

.md-form .was-validated .form-control:valid {
  border-color: #00c851 !important
}

.md-form .was-validated .form-control:invalid:focus {
  box-shadow: 0 1px 0 0 #f44336 !important
}

.md-form .was-validated .form-control:invalid {
  border-color: #f44336 !important
}

.md-form .form-control {
  margin: 0 0 .5rem 0;
  border-radius: 0;
  padding: .6rem 0 .4rem 0;
  background-color: transparent;
  height: auto
}

.md-form .form-control:focus {
  box-shadow: none
}

.md-form .form-control:disabled, .md-form .form-control[readonly] {
  border-bottom: 1px solid #bdbdbd;
  background-color: transparent
}

.md-form .form-control.is-valid {
  border-color: #00c851
}

.md-form .form-control.is-valid:focus {
  border-color: #00c851 !important;
  box-shadow: 0 1px 0 0 #00c851 !important
}

.md-form .form-control.is-invalid {
  border-color: #f44336
}

.md-form .form-control.is-invalid:focus {
  box-shadow: 0 1px 0 0 #f44336 !important;
  border-color: #f44336 !important
}

.md-form .form-control.is-invalid, .md-form .form-control.is-valid {
  background-position: center right !important
}

.md-form .validate {
  margin-bottom: 2.5rem
}

.md-form label {
  font-size: 1rem
}

.md-form label.active {
  font-size: 1rem
}

.md-form .prefix {
  top: .25rem;
  font-size: 1.75rem
}

.md-form .prefix ~ input, .md-form .prefix ~ textarea {
  margin-left: 2.5rem;
  width: calc(100% - 2.5rem)
}

.md-form .prefix ~ label {
  margin-left: 2.5rem
}

.md-form .prefix ~ .form-text {
  margin-left: 2.6rem
}

.md-form label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0 100%;
  transform: translateY(12px);
  cursor: text;
  color: #757575
}

.md-form label.active {
  transform: translateY(-14px) scale(.8)
}

.md-form .prefix {
  position: absolute;
  transition: color .2s
}

.md-form .prefix.active {
  color: #4285f4
}

.md-form.form-lg .validate {
  margin-bottom: 2.8rem
}

.md-form.form-lg label {
  font-size: 1.25rem
}

.md-form.form-lg label.active {
  font-size: 1.15rem
}

.md-form.form-lg .prefix {
  top: .4rem;
  font-size: 2rem
}

.md-form.form-lg .prefix ~ input, .md-form.form-lg .prefix ~ textarea {
  margin-left: 3rem;
  width: calc(100% - 3rem)
}

.md-form.form-lg .prefix ~ label {
  margin-left: 3rem
}

.md-form.form-lg .prefix ~ .form-text {
  margin-left: 3.1rem
}

.md-form.form-sm .validate {
  margin-bottom: 2.3rem
}

.md-form.form-sm label {
  font-size: .875rem
}

.md-form.form-sm label.active {
  font-size: .95rem
}

.md-form.form-sm .prefix {
  top: .35rem;
  font-size: 1.5rem
}

.md-form.form-sm .prefix ~ input, .md-form.form-sm .prefix ~ textarea {
  margin-left: 2rem;
  width: calc(100% - 2rem)
}

.md-form.form-sm .prefix ~ label {
  margin-left: 2rem
}

.md-form.form-sm .prefix ~ .form-text {
  margin-left: 2rem
}

.md-form textarea.md-textarea {
  overflow-y: hidden;
  padding: 1.5rem 0;
  resize: none
}

.md-form textarea.md-textarea-auto {
  padding: 0;
  padding-top: 1.5rem
}

.md-form.md-outline {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.md-form.md-outline input[type=date], .md-form.md-outline input[type=datetime-local], .md-form.md-outline input[type=email], .md-form.md-outline input[type=number], .md-form.md-outline input[type=password], .md-form.md-outline input[type=search-md], .md-form.md-outline input[type=search], .md-form.md-outline input[type=tel], .md-form.md-outline input[type=text], .md-form.md-outline input[type=time], .md-form.md-outline input[type=url], .md-form.md-outline textarea.md-textarea {
  transition: all .3s;
  outline: 0;
  box-shadow: none;
  border: 1px solid #dadce0;
  border-radius: 4px;
  background-color: transparent;
  box-sizing: border-box
}

.md-form.md-outline input[type=date]:focus:not([readonly]), .md-form.md-outline input[type=datetime-local]:focus:not([readonly]), .md-form.md-outline input[type=email]:focus:not([readonly]), .md-form.md-outline input[type=number]:focus:not([readonly]), .md-form.md-outline input[type=password]:focus:not([readonly]), .md-form.md-outline input[type=search-md]:focus:not([readonly]), .md-form.md-outline input[type=search]:focus:not([readonly]), .md-form.md-outline input[type=tel]:focus:not([readonly]), .md-form.md-outline input[type=text]:focus:not([readonly]), .md-form.md-outline input[type=time]:focus:not([readonly]), .md-form.md-outline input[type=url]:focus:not([readonly]), .md-form.md-outline textarea.md-textarea:focus:not([readonly]) {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4
}

.md-form.md-outline input[type=date]:focus:not([readonly]) + label, .md-form.md-outline input[type=datetime-local]:focus:not([readonly]) + label, .md-form.md-outline input[type=email]:focus:not([readonly]) + label, .md-form.md-outline input[type=number]:focus:not([readonly]) + label, .md-form.md-outline input[type=password]:focus:not([readonly]) + label, .md-form.md-outline input[type=search-md]:focus:not([readonly]) + label, .md-form.md-outline input[type=search]:focus:not([readonly]) + label, .md-form.md-outline input[type=tel]:focus:not([readonly]) + label, .md-form.md-outline input[type=text]:focus:not([readonly]) + label, .md-form.md-outline input[type=time]:focus:not([readonly]) + label, .md-form.md-outline input[type=url]:focus:not([readonly]) + label, .md-form.md-outline textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4
}

.md-form.md-outline input[type=date].valid, .md-form.md-outline input[type=date]:focus.valid, .md-form.md-outline input[type=datetime-local].valid, .md-form.md-outline input[type=datetime-local]:focus.valid, .md-form.md-outline input[type=email].valid, .md-form.md-outline input[type=email]:focus.valid, .md-form.md-outline input[type=number].valid, .md-form.md-outline input[type=number]:focus.valid, .md-form.md-outline input[type=password].valid, .md-form.md-outline input[type=password]:focus.valid, .md-form.md-outline input[type=search-md].valid, .md-form.md-outline input[type=search-md]:focus.valid, .md-form.md-outline input[type=search].valid, .md-form.md-outline input[type=search]:focus.valid, .md-form.md-outline input[type=tel].valid, .md-form.md-outline input[type=tel]:focus.valid, .md-form.md-outline input[type=text].valid, .md-form.md-outline input[type=text]:focus.valid, .md-form.md-outline input[type=time].valid, .md-form.md-outline input[type=time]:focus.valid, .md-form.md-outline input[type=url].valid, .md-form.md-outline input[type=url]:focus.valid, .md-form.md-outline textarea.md-textarea.valid, .md-form.md-outline textarea.md-textarea:focus.valid {
  border-color: #00c851;
  box-shadow: inset 0 0 0 1px #00c851
}

.md-form.md-outline input[type=date].valid + label:after, .md-form.md-outline input[type=date]:focus.valid + label:after, .md-form.md-outline input[type=date]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=datetime-local].valid + label:after, .md-form.md-outline input[type=datetime-local]:focus.valid + label:after, .md-form.md-outline input[type=datetime-local]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=email].valid + label:after, .md-form.md-outline input[type=email]:focus.valid + label:after, .md-form.md-outline input[type=email]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=number].valid + label:after, .md-form.md-outline input[type=number]:focus.valid + label:after, .md-form.md-outline input[type=number]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=password].valid + label:after, .md-form.md-outline input[type=password]:focus.valid + label:after, .md-form.md-outline input[type=password]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=search-md].valid + label:after, .md-form.md-outline input[type=search-md]:focus.valid + label:after, .md-form.md-outline input[type=search-md]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=search].valid + label:after, .md-form.md-outline input[type=search]:focus.valid + label:after, .md-form.md-outline input[type=search]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=tel].valid + label:after, .md-form.md-outline input[type=tel]:focus.valid + label:after, .md-form.md-outline input[type=tel]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=text].valid + label:after, .md-form.md-outline input[type=text]:focus.valid + label:after, .md-form.md-outline input[type=text]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=time].valid + label:after, .md-form.md-outline input[type=time]:focus.valid + label:after, .md-form.md-outline input[type=time]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=url].valid + label:after, .md-form.md-outline input[type=url]:focus.valid + label:after, .md-form.md-outline input[type=url]:focus:not([readonly]).valid + label, .md-form.md-outline textarea.md-textarea.valid + label:after, .md-form.md-outline textarea.md-textarea:focus.valid + label:after, .md-form.md-outline textarea.md-textarea:focus:not([readonly]).valid + label {
  content: attr(data-success);
  color: #00c851;
  opacity: 1
}

.md-form.md-outline input[type=date].invalid, .md-form.md-outline input[type=date]:focus.invalid, .md-form.md-outline input[type=datetime-local].invalid, .md-form.md-outline input[type=datetime-local]:focus.invalid, .md-form.md-outline input[type=email].invalid, .md-form.md-outline input[type=email]:focus.invalid, .md-form.md-outline input[type=number].invalid, .md-form.md-outline input[type=number]:focus.invalid, .md-form.md-outline input[type=password].invalid, .md-form.md-outline input[type=password]:focus.invalid, .md-form.md-outline input[type=search-md].invalid, .md-form.md-outline input[type=search-md]:focus.invalid, .md-form.md-outline input[type=search].invalid, .md-form.md-outline input[type=search]:focus.invalid, .md-form.md-outline input[type=tel].invalid, .md-form.md-outline input[type=tel]:focus.invalid, .md-form.md-outline input[type=text].invalid, .md-form.md-outline input[type=text]:focus.invalid, .md-form.md-outline input[type=time].invalid, .md-form.md-outline input[type=time]:focus.invalid, .md-form.md-outline input[type=url].invalid, .md-form.md-outline input[type=url]:focus.invalid, .md-form.md-outline textarea.md-textarea.invalid, .md-form.md-outline textarea.md-textarea:focus.invalid {
  border-color: #f44336;
  box-shadow: inset 0 0 0 1px #f44336
}

.md-form.md-outline input[type=date].invalid + label:after, .md-form.md-outline input[type=date]:focus.invalid + label:after, .md-form.md-outline input[type=date]:focus:not([readonly]).invalid + label, .md-form.md-outline input[type=datetime-local].invalid + label:after, .md-form.md-outline input[type=datetime-local]:focus.invalid + label:after, .md-form.md-outline input[type=datetime-local]:focus:not([readonly]).invalid + label, .md-form.md-outline input[type=email].invalid + label:after, .md-form.md-outline input[type=email]:focus.invalid + label:after, .md-form.md-outline input[type=email]:focus:not([readonly]).invalid + label, .md-form.md-outline input[type=number].invalid + label:after, .md-form.md-outline input[type=number]:focus.invalid + label:after, .md-form.md-outline input[type=number]:focus:not([readonly]).invalid + label, .md-form.md-outline input[type=password].invalid + label:after, .md-form.md-outline input[type=password]:focus.invalid + label:after, .md-form.md-outline input[type=password]:focus:not([readonly]).invalid + label, .md-form.md-outline input[type=search-md].invalid + label:after, .md-form.md-outline input[type=search-md]:focus.invalid + label:after, .md-form.md-outline input[type=search-md]:focus:not([readonly]).invalid + label, .md-form.md-outline input[type=search].invalid + label:after, .md-form.md-outline input[type=search]:focus.invalid + label:after, .md-form.md-outline input[type=search]:focus:not([readonly]).invalid + label, .md-form.md-outline input[type=tel].invalid + label:after, .md-form.md-outline input[type=tel]:focus.invalid + label:after, .md-form.md-outline input[type=tel]:focus:not([readonly]).invalid + label, .md-form.md-outline input[type=text].invalid + label:after, .md-form.md-outline input[type=text]:focus.invalid + label:after, .md-form.md-outline input[type=text]:focus:not([readonly]).invalid + label, .md-form.md-outline input[type=time].invalid + label:after, .md-form.md-outline input[type=time]:focus.invalid + label:after, .md-form.md-outline input[type=time]:focus:not([readonly]).invalid + label, .md-form.md-outline input[type=url].invalid + label:after, .md-form.md-outline input[type=url]:focus.invalid + label:after, .md-form.md-outline input[type=url]:focus:not([readonly]).invalid + label, .md-form.md-outline textarea.md-textarea.invalid + label:after, .md-form.md-outline textarea.md-textarea:focus.invalid + label:after, .md-form.md-outline textarea.md-textarea:focus:not([readonly]).invalid + label {
  content: attr(data-error);
  color: #f44336;
  opacity: 1
}

.md-form.md-outline input[type=date].form-control.valid + label:after, .md-form.md-outline input[type=date].form-control:focus.valid + label:after, .md-form.md-outline input[type=datetime-local].form-control.valid + label:after, .md-form.md-outline input[type=datetime-local].form-control:focus.valid + label:after, .md-form.md-outline input[type=email].form-control.valid + label:after, .md-form.md-outline input[type=email].form-control:focus.valid + label:after, .md-form.md-outline input[type=number].form-control.valid + label:after, .md-form.md-outline input[type=number].form-control:focus.valid + label:after, .md-form.md-outline input[type=password].form-control.valid + label:after, .md-form.md-outline input[type=password].form-control:focus.valid + label:after, .md-form.md-outline input[type=search-md].form-control.valid + label:after, .md-form.md-outline input[type=search-md].form-control:focus.valid + label:after, .md-form.md-outline input[type=search].form-control.valid + label:after, .md-form.md-outline input[type=search].form-control:focus.valid + label:after, .md-form.md-outline input[type=tel].form-control.valid + label:after, .md-form.md-outline input[type=tel].form-control:focus.valid + label:after, .md-form.md-outline input[type=text].form-control.valid + label:after, .md-form.md-outline input[type=text].form-control:focus.valid + label:after, .md-form.md-outline input[type=time].form-control.valid + label:after, .md-form.md-outline input[type=time].form-control:focus.valid + label:after, .md-form.md-outline input[type=url].form-control.valid + label:after, .md-form.md-outline input[type=url].form-control:focus.valid + label:after, .md-form.md-outline textarea.md-textarea.form-control.valid + label:after, .md-form.md-outline textarea.md-textarea.form-control:focus.valid + label:after {
  top: 2.75rem;
  left: 0;
  position: absolute
}

.md-form.md-outline input[type=date].form-control.invalid + label:after, .md-form.md-outline input[type=date].form-control:focus.invalid + label:after, .md-form.md-outline input[type=datetime-local].form-control.invalid + label:after, .md-form.md-outline input[type=datetime-local].form-control:focus.invalid + label:after, .md-form.md-outline input[type=email].form-control.invalid + label:after, .md-form.md-outline input[type=email].form-control:focus.invalid + label:after, .md-form.md-outline input[type=number].form-control.invalid + label:after, .md-form.md-outline input[type=number].form-control:focus.invalid + label:after, .md-form.md-outline input[type=password].form-control.invalid + label:after, .md-form.md-outline input[type=password].form-control:focus.invalid + label:after, .md-form.md-outline input[type=search-md].form-control.invalid + label:after, .md-form.md-outline input[type=search-md].form-control:focus.invalid + label:after, .md-form.md-outline input[type=search].form-control.invalid + label:after, .md-form.md-outline input[type=search].form-control:focus.invalid + label:after, .md-form.md-outline input[type=tel].form-control.invalid + label:after, .md-form.md-outline input[type=tel].form-control:focus.invalid + label:after, .md-form.md-outline input[type=text].form-control.invalid + label:after, .md-form.md-outline input[type=text].form-control:focus.invalid + label:after, .md-form.md-outline input[type=time].form-control.invalid + label:after, .md-form.md-outline input[type=time].form-control:focus.invalid + label:after, .md-form.md-outline input[type=url].form-control.invalid + label:after, .md-form.md-outline input[type=url].form-control:focus.invalid + label:after, .md-form.md-outline textarea.md-textarea.form-control.invalid + label:after, .md-form.md-outline textarea.md-textarea.form-control:focus.invalid + label:after {
  top: 2.75rem;
  left: 0;
  position: absolute
}

.md-form.md-outline > input[type=time]:not(.browser-default) + label, .md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label {
  transform: translateY(-9px) scale(.8);
  transform-origin: 0 0;
  background: #fff;
  font-weight: 500;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1rem;
  left: 8px
}

.md-form.md-outline > input[type=time]:not(.browser-default) + label.active, .md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label.active {
  transform: translateY(-9px) scale(.8);
  transform-origin: 0 0
}

@keyframes autofill {
  to {
    color: #495057;
    background: 0 0
  }
}

.md-form.md-outline input:-webkit-autofill {
  animation-name: autofill;
  animation-fill-mode: both
}

.md-form.md-outline .form-control {
  padding: .375rem .75rem
}

.md-form.md-outline label {
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0 100%;
  transform: translateY(9px);
  cursor: text;
  color: #757575
}

.md-form.md-outline label.active {
  transform: translateY(-13px) scale(.8);
  background: #fff;
  font-weight: 500;
  padding-right: 5px;
  padding-left: 5px;
  left: 8px
}

.md-form.md-outline.form-lg .form-control.form-control-lg {
  padding: .5rem .725rem
}

.md-form.md-outline.form-lg label {
  font-size: 1.25rem;
  transform: translateY(10px)
}

.md-form.md-outline.form-lg label.active {
  font-size: 1.1rem;
  transform: translateY(-14px) scale(.8)
}

.md-form.md-outline.form-lg .prefix {
  top: .65rem;
  font-size: 25px
}

.md-form.md-outline.form-lg .prefix ~ input, .md-form.md-outline.form-lg .prefix ~ textarea {
  margin-left: 2.2rem;
  width: calc(100% - 2.2rem)
}

.md-form.md-outline.form-lg .prefix ~ label {
  margin-left: 2.2rem
}

.md-form.md-outline.form-lg .prefix ~ .form-text {
  margin-left: 2.3rem
}

.md-form.md-outline.form-sm .form-control.form-control-sm {
  padding: .25rem .625rem
}

.md-form.md-outline.form-sm label {
  font-size: .8rem;
  transform: translateY(8px)
}

.md-form.md-outline.form-sm label.active {
  font-size: .85rem;
  transform: translateY(-12px) scale(.8)
}

.md-form.md-outline.form-sm .prefix {
  top: .5rem;
  font-size: 15px
}

.md-form.md-outline.form-sm .prefix ~ input, .md-form.md-outline.form-sm .prefix ~ textarea {
  margin-left: 1.6rem;
  width: calc(100% - 1.6rem)
}

.md-form.md-outline.form-sm .prefix ~ label {
  margin-left: 1.6rem
}

.md-form.md-outline.form-sm .prefix ~ .form-text {
  margin-left: 1.7rem
}

.md-form.md-outline .prefix {
  position: absolute;
  transition: color .2s
}

.md-form.md-outline .prefix:focus {
  color: #4285f4
}

.md-form.md-outline .prefix {
  top: .6rem;
  font-size: 20px
}

.md-form.md-outline .prefix ~ input, .md-form.md-outline .prefix ~ textarea {
  margin-left: 2rem;
  width: calc(100% - 2rem)
}

.md-form.md-outline .prefix ~ label {
  margin-left: 2rem
}

.md-form.md-outline .prefix ~ .form-text {
  margin-left: 2.1rem
}

.md-form.md-outline .character-counter {
  margin-top: -.5rem
}

.md-form.md-bg input[type=date], .md-form.md-bg input[type=datetime-local], .md-form.md-bg input[type=email], .md-form.md-bg input[type=number], .md-form.md-bg input[type=password], .md-form.md-bg input[type=search-md], .md-form.md-bg input[type=search], .md-form.md-bg input[type=tel], .md-form.md-bg input[type=text], .md-form.md-bg input[type=time], .md-form.md-bg input[type=url], .md-form.md-bg textarea.md-textarea {
  box-sizing: border-box;
  padding: 10px 5px;
  border: 0;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  background: #f5f5f5 no-repeat;
  background-image: linear-gradient(to bottom, #4285f4, #4285f4), linear-gradient(to bottom, #ced4da, #ced4da);
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  transition: background-size .3s cubic-bezier(.64, .09, .08, 1)
}

.md-form.md-bg input[type=date]:focus:not([readonly]), .md-form.md-bg input[type=datetime-local]:focus:not([readonly]), .md-form.md-bg input[type=email]:focus:not([readonly]), .md-form.md-bg input[type=number]:focus:not([readonly]), .md-form.md-bg input[type=password]:focus:not([readonly]), .md-form.md-bg input[type=search-md]:focus:not([readonly]), .md-form.md-bg input[type=search]:focus:not([readonly]), .md-form.md-bg input[type=tel]:focus:not([readonly]), .md-form.md-bg input[type=text]:focus:not([readonly]), .md-form.md-bg input[type=time]:focus:not([readonly]), .md-form.md-bg input[type=url]:focus:not([readonly]), .md-form.md-bg textarea.md-textarea:focus:not([readonly]) {
  box-shadow: none;
  border-bottom: none
}

.md-form.md-bg input[type=date]:focus, .md-form.md-bg input[type=datetime-local]:focus, .md-form.md-bg input[type=email]:focus, .md-form.md-bg input[type=number]:focus, .md-form.md-bg input[type=password]:focus, .md-form.md-bg input[type=search-md]:focus, .md-form.md-bg input[type=search]:focus, .md-form.md-bg input[type=tel]:focus, .md-form.md-bg input[type=text]:focus, .md-form.md-bg input[type=time]:focus, .md-form.md-bg input[type=url]:focus, .md-form.md-bg textarea.md-textarea:focus {
  background-color: #dcdcdc;
  background-size: 100% 2px, 100% 1px;
  outline: 0
}

.md-form.md-bg > input[type=date]:not(.browser-default) + label {
  transform: translateY(-12px) scale(.8);
  transform-origin: 0 0
}

.md-form.md-bg > input[type=time]:not(.browser-default) + label, .md-form.md-bg > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label {
  transform: translateY(-12px);
  transform-origin: 0 0;
  font-size: .8rem
}

.md-form.md-bg .form-control {
  padding: 1.1rem .7rem .4rem !important
}

.md-form.md-bg label {
  top: 0;
  padding-left: .7rem;
  font-size: 1rem;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0 100%;
  transform: translateY(13px)
}

.md-form.md-bg label.active {
  transform: translateY(-3px) scale(.8);
  font-weight: 500;
  padding-left: .75rem
}

.md-form.md-bg.form-lg label {
  transform: translateY(16px)
}

.md-form.md-bg.form-lg label.active {
  transform: translateY(-4px) scale(.8)
}

.md-form.md-bg.form-sm label {
  transform: translateY(11px)
}

.md-form.md-bg.form-sm label.active {
  transform: translateY(-2px) scale(.8)
}

.md-form .form-control.is-invalid, .was-validated .md-form .form-control:invalid {
  padding-right: 0
}

.md-form .form-control.is-valid, .was-validated .md-form .form-control:valid {
  padding-right: 0
}

.needs-validation .md-form label {
  left: .3rem
}

.custom-file-input:lang(es) ~ .custom-file-label::after {
  content: "Elegir"
}

.custom-file-input:lang(pl-PL) ~ .custom-file-label::after {
  content: "Wybierz"
}

.custom-file-input:lang(fr) ~ .custom-file-label::after {
  content: "Choisir"
}

.custom-file-input:lang(in) ~ .custom-file-label::after {
  content: "Pilih"
}

.custom-file-input:lang(zh) ~ .custom-file-label::after {
  content: "選擇"
}

.custom-file-input:lang(de) ~ .custom-file-label::after {
  content: "Wählen"
}

.custom-file-input:lang(ru) ~ .custom-file-label::after {
  content: "выбирать"
}

.edge-header {
  display: block;
  height: 278px;
  background-color: #ccc
}

.free-bird {
  margin-top: -100px
}

.juicy-peach-gradient {
  background-image: linear-gradient(to right, #ffecd2 0, #fcb69f 100%)
}

.young-passion-gradient {
  background-image: linear-gradient(to right, #ff8177 0, #ff867a 0, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%)
}

.lady-lips-gradient {
  background-image: linear-gradient(to top, #ff9a9e 0, #fecfef 99%, #fecfef 100%)
}

.sunny-morning-gradient {
  background-image: linear-gradient(120deg, #f6d365 0, #fda085 100%)
}

.rainy-ashville-gradient {
  background-image: linear-gradient(to top, #fbc2eb 0, #a6c1ee 100%)
}

.frozen-dreams-gradient {
  background-image: linear-gradient(to top, #fdcbf1 0, #fdcbf1 1%, #e6dee9 100%)
}

.warm-flame-gradient {
  background-image: linear-gradient(45deg, #ff9a9e 0, #fad0c4 99%, #fad0c4 100%)
}

.night-fade-gradient {
  background-image: linear-gradient(to top, #a18cd1 0, #fbc2eb 100%)
}

.spring-warmth-gradient {
  background-image: linear-gradient(to top, #fad0c4 0, #ffd1ff 100%)
}

.winter-neva-gradient {
  background-image: linear-gradient(120deg, #a1c4fd 0, #c2e9fb 100%)
}

.dusty-grass-gradient {
  background-image: linear-gradient(120deg, #d4fc79 0, #96e6a1 100%)
}

.tempting-azure-gradient {
  background-image: linear-gradient(120deg, #84fab0 0, #8fd3f4 100%)
}

.heavy-rain-gradient {
  background-image: linear-gradient(to top, #cfd9df 0, #e2ebf0 100%)
}

.amy-crisp-gradient {
  background-image: linear-gradient(120deg, #a6c0fe 0, #f68084 100%)
}

.mean-fruit-gradient {
  background-image: linear-gradient(120deg, #fccb90 0, #d57eeb 100%)
}

.deep-blue-gradient {
  background-image: linear-gradient(120deg, #e0c3fc 0, #8ec5fc 100%)
}

.ripe-malinka-gradient {
  background-image: linear-gradient(120deg, #f093fb 0, #f5576c 100%)
}

.cloudy-knoxville-gradient {
  background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%)
}

.morpheus-den-gradient {
  background-image: linear-gradient(to top, #30cfd0 0, #330867 100%)
}

.rare-wind-gradient {
  background-image: linear-gradient(to top, #a8edea 0, #fed6e3 100%)
}

.near-moon-gradient {
  background-image: linear-gradient(to top, #5ee7df 0, #b490ca 100%)
}

.schedule-list .hr-bold {
  border-top: 2px solid #212529
}

.schedule-list .font-smaller {
  font-size: .8rem
}

.note {
  padding: 10px;
  border-left: 6px solid;
  border-radius: 5px
}

.note strong {
  font-weight: 600
}

.note p {
  font-weight: 500
}

.note.note-primary {
  background-color: #dfeefd;
  border-color: #176ac4
}

.note.note-secondary {
  background-color: #e2e3e5;
  border-color: #58595a
}

.note.note-success {
  background-color: #e2f0e5;
  border-color: #49a75f
}

.note.note-danger {
  background-color: #fae7e8;
  border-color: #e45460
}

.note.note-warning {
  background-color: #faf4e0;
  border-color: #c2a442
}

.note.note-info {
  background-color: #e4f2f5;
  border-color: #2492a5
}

.note.note-light {
  background-color: #fefefe;
  border-color: #0f0f0f
}

footer.page-footer {
  bottom: 0;
  color: #fff
}

footer.page-footer .container-fluid {
  width: auto
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  background-color: rgba(0, 0, 0, .2);
  color: rgba(255, 255, 255, .6)
}

footer.page-footer a {
  color: #fff
}

.media .media-left {
  padding: 0 10px 10px 0
}

.media .media-left img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.list-group .list-group-item:first-child {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem
}

.list-group .list-group-item:last-child {
  border-bottom-left-radius: .125rem;
  border-bottom-right-radius: .125rem
}

.list-group a, .list-group button {
  transition: .5s
}

.list-group a:hover, .list-group button:hover {
  transition: .5s
}

table th {
  font-size: .9rem;
  font-weight: 400
}

table td {
  font-size: .9rem;
  font-weight: 300
}

table.table thead th {
  border-top: none
}

table.table td, table.table th {
  padding-top: 1.1rem;
  padding-bottom: 1rem
}

table.table a {
  margin: 0;
  color: #212529
}

table.table .label-table {
  margin: 0;
  padding: 0;
  line-height: .94rem;
  height: .94rem
}

table.table.btn-table td {
  vertical-align: middle
}

table.table-hover tbody tr:hover {
  transition: .5s;
  background-color: rgba(0, 0, 0, .075)
}

table .th-lg {
  min-width: 9rem
}

table .th-sm {
  min-width: 6rem
}

table.table-sm td, table.table-sm th {
  padding-top: .6rem;
  padding-bottom: .6rem
}

.table-scroll-vertical {
  max-height: 300px;
  overflow-y: auto
}

.table-fixed {
  table-layout: fixed
}

.table-responsive-lg > .table-bordered, .table-responsive-md > .table-bordered, .table-responsive-sm > .table-bordered, .table-responsive-xl > .table-bordered, .table-responsive > .table-bordered {
  border-top: 1px solid #dee2e6
}

ul.stepper {
  counter-reset: section;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 1em -1.5rem;
  padding: 0 1.5rem;
  padding: 1.5rem
}

ul.stepper li a {
  padding: 1.5rem;
  text-align: center
}

ul.stepper li a .circle {
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, .38);
  width: 1.75rem;
  height: 1.75rem;
  text-align: center;
  line-height: 1.7rem;
  margin-right: .5rem
}

ul.stepper li a .label {
  display: inline-block;
  color: rgba(0, 0, 0, .38)
}

ul.stepper li.active a .label, ul.stepper li.completed a .label {
  font-weight: 600;
  color: rgba(0, 0, 0, .87)
}

.stepper-horizontal {
  position: relative;
  display: flex;
  justify-content: space-between
}

.stepper-horizontal li {
  transition: .5s;
  display: flex;
  align-items: center;
  flex: 1;
  position: relative
}

.stepper-horizontal li a .label {
  margin-top: .63rem
}

.stepper-horizontal li:not(:last-child):after {
  content: "";
  position: relative;
  flex: 1;
  margin: .5rem 0 0 0;
  height: 1px;
  background-color: rgba(0, 0, 0, .1)
}

.stepper-horizontal li:not(:first-child):before {
  content: "";
  position: relative;
  flex: 1;
  margin: .5rem 0 0 0;
  height: 1px;
  background-color: rgba(0, 0, 0, .1)
}

.stepper-horizontal li:hover {
  background-color: rgba(0, 0, 0, .06)
}

@media (max-width: 47.9375rem) {
  .stepper-horizontal {
    flex-direction: column
  }

  .stepper-horizontal li {
    align-items: flex-start;
    flex-direction: column
  }

  .stepper-horizontal li a .label {
    flex-flow: column nowrap;
    order: 2;
    margin-top: .2rem
  }

  .stepper-horizontal li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    left: 2.19rem;
    top: 3.75rem
  }
}

.stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important
}

.stepper-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.stepper-vertical li {
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  position: relative
}

.stepper-vertical li a {
  align-self: flex-start;
  display: flex;
  position: relative
}

.stepper-vertical li a .circle {
  order: 1
}

.stepper-vertical li a .label {
  flex-flow: column nowrap;
  order: 2;
  margin-top: .2rem
}

.stepper-vertical li.completed a .label {
  font-weight: 500
}

.stepper-vertical li .step-content {
  display: block;
  margin-top: 0;
  margin-left: 3.13rem;
  padding: .94rem
}

.stepper-vertical li .step-content p {
  font-size: .88rem
}

.stepper-vertical li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  left: 2.19rem;
  top: 3.44rem;
  background-color: rgba(0, 0, 0, .1)
}

.fast.spinner-border {
  animation: spinner-border .4s linear infinite
}

.fast.spinner-grow {
  animation: spinner-grow .4s linear infinite
}

.treeview.w-20 {
  width: 20rem
}

.treeview .rotate {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .1s linear;
  font-size: .8rem;
  vertical-align: text-top;
  margin-top: .2rem
}

.treeview .rotate.down {
  transform: rotate(90deg)
}

.treeview .nested {
  display: none
}

.treeview .active {
  display: block
}

.treeview ul {
  list-style-type: none
}

.treeview .ic-w {
  width: 1.3rem
}

.treeview-animated.w-20 {
  width: 20rem
}

.treeview-animated ul {
  position: relative;
  list-style: none;
  padding-left: 1em
}

.treeview-animated .treeview-animated-list li {
  padding: .2em 0 0 .2em
}

.treeview-animated .treeview-animated-list .treeview-animated-items .nested::before {
  content: "";
  display: block;
  position: absolute;
  background-color: grey;
  left: 5px;
  width: 5px;
  height: 100%
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed {
  display: block;
  padding: .2em .2em .2em .4em;
  margin-right: 0;
  border-top-left-radius: .3em;
  border-bottom-left-radius: .3em
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed:hover {
  background-color: #8cb9ff
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed .fa-angle-right {
  transition: all .1s linear;
  font-size: .8rem
}

.treeview-animated .treeview-animated-list .treeview-animated-items .closed .fa-angle-right.down {
  position: relative;
  color: #f8f9fa;
  transform: rotate(90deg)
}

.treeview-animated .treeview-animated-list .treeview-animated-items .open {
  transition: all .1s linear;
  background-color: #32a0ff
}

.treeview-animated .treeview-animated-list .treeview-animated-items .open:hover {
  color: #f8f9fa;
  background-color: #32a0ff
}

.treeview-animated .treeview-animated-list .treeview-animated-items .open span {
  color: #f8f9fa
}

.treeview-animated .treeview-animated-list .treeview-animated-element {
  padding: .2em .2em .2em .6em;
  cursor: pointer;
  transition: all .1s linear;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.treeview-animated .treeview-animated-list .treeview-animated-element:hover {
  background-color: #8cb9ff
}

.treeview-animated .treeview-animated-list .treeview-animated-element.opened {
  color: #f8f9fa;
  background-color: #32a0ff
}

.treeview-animated .treeview-animated-list .treeview-animated-element.opened:hover {
  color: #f8f9fa;
  background-color: #32a0ff
}

.treeview-colorful {
  font-size: 16px;
  font-weight: 400;
  background: rgba(224, 127, 178, .2)
}

.treeview-colorful.w-20 {
  width: 20rem
}

.treeview-colorful hr {
  border-color: #a2127a
}

.treeview-colorful h6 {
  font-size: 1.4em;
  font-weight: 500;
  color: #a2127a
}

.treeview-colorful ul {
  position: relative;
  list-style: none;
  padding-left: 0
}

.treeview-colorful .treeview-colorful-list ul {
  padding-left: 1em;
  margin-top: .1em;
  background: rgba(224, 127, 178, .2)
}

.treeview-colorful .treeview-colorful-element {
  padding: .2em .2em .2em 1em;
  cursor: pointer;
  transition: all .1s linear;
  border: 2px solid transparent;
  border-right: 0 solid transparent
}

.treeview-colorful .treeview-colorful-element:hover {
  background-color: #e07fb2
}

.treeview-colorful .treeview-colorful-element.opened {
  color: #ffac47;
  border: 2px solid #ffac47;
  border-right: 0 solid transparent;
  background-color: #a2127a
}

.treeview-colorful .treeview-colorful-element.opened:hover {
  color: #ffac47;
  background-color: #a2127a
}

.treeview-colorful .treeview-colorful-items-header {
  display: block;
  padding: .4em;
  margin-right: 0;
  border-bottom: 2px solid transparent;
  transition: all .1s linear
}

.treeview-colorful .treeview-colorful-items-header:hover {
  background-color: #e07fb2
}

.treeview-colorful .treeview-colorful-items-header.open {
  transition: all .1s linear;
  background-color: #a2127a;
  border-bottom: 2px solid #ffac47
}

.treeview-colorful .treeview-colorful-items-header.open span {
  color: #ffac47
}

.treeview-colorful .treeview-colorful-items-header.open:hover {
  color: #ffac47;
  background-color: #a2127a
}

.treeview-colorful .treeview-colorful-items-header.open div:hover {
  background-color: #a2127a
}

.treeview-colorful .treeview-colorful-items-header .fa-angle-right {
  transition: all .2s linear;
  font-size: .8rem
}

.treeview-colorful .treeview-colorful-items-header .fas {
  position: relative;
  transition: all .2s linear;
  transform: rotate(90deg);
  color: #ffac47
}

.treeview-colorful .treeview-colorful-items-header .fa-minus-circle {
  transition: all .2s linear;
  position: relative;
  color: #ffac47;
  transform: rotate(180deg)
}

.btn.btn-flat {
  font-weight: 500;
  box-shadow: none;
  background-color: transparent;
  color: inherit
}

.btn.btn-flat:not([disabled]):not(.disabled):active {
  box-shadow: none
}

.btn-floating {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  transition: all .2s ease-in-out;
  margin: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer
}

.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px
}

.btn-floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff
}

.btn-floating:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.btn-floating:before {
  border-radius: 0
}

.btn-floating.btn-sm {
  width: 36.15385px;
  height: 36.15385px
}

.btn-floating.btn-sm i {
  font-size: .96154rem;
  line-height: 36.15385px
}

.btn-floating.btn-lg {
  width: 61.1px;
  height: 61.1px
}

.btn-floating.btn-lg i {
  font-size: 1.625rem;
  line-height: 61.1px
}

.fixed-action-btn {
  position: fixed;
  z-index: 998;
  right: 35px;
  bottom: 35px;
  margin-bottom: 0;
  padding-top: 15px
}

.fixed-action-btn ul {
  display: flex;
  flex-direction: column;
  transition: .4s height;
  position: absolute;
  bottom: 64px;
  height: 64px;
  left: 0;
  right: 0;
  margin: 0 0 15px;
  padding: 0;
  text-align: center
}

.fixed-action-btn ul li {
  display: flex;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0
}

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
  transition-duration: .4s;
  transform: scale(.4) translate(0)
}

.fixed-action-btn ul a.btn-floating.shown {
  transform: scale(1) translate(0);
  opacity: 1
}

.fixed-action-btn.active ul {
  height: 300px
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.btn-rounded {
  border-radius: 10em
}

.counter {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  position: relative;
  z-index: 2;
  margin-left: -23px;
  border-radius: 10em;
  padding: 1px 7px;
  background-color: #fe1212;
  font-size: 11px;
  color: #fff;
  left: auto;
  top: -23px
}

.counter.counter-lg {
  top: -27px
}

.counter.counter-md {
  top: -19px
}

.counter.counter-sm {
  top: -15px
}

.btn-fb {
  background-color: #3b5998 !important;
  color: #fff
}

.btn-fb:hover {
  background-color: #4264aa;
  color: #fff
}

.btn-fb.focus, .btn-fb:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-fb.active, .btn-fb:active, .btn-fb:focus {
  background-color: #1e2e4f
}

.btn-fb.dropdown-toggle {
  background-color: #3b5998 !important
}

.btn-fb.dropdown-toggle:focus, .btn-fb.dropdown-toggle:hover {
  background-color: #4264aa !important
}

.btn-fb:not([disabled]):not(.disabled).active, .btn-fb:not([disabled]):not(.disabled):active, .show > .btn-fb.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #1e2e4f !important
}

.btn-fb:not([disabled]):not(.disabled).active:focus, .btn-fb:not([disabled]):not(.disabled):active:focus, .show > .btn-fb.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.fb-ic {
  color: #3b5998 !important
}

.fb-ic:focus, .fb-ic:hover {
  color: #3b5998
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-fb {
  color: #fff
}

.btn-tw {
  background-color: #55acee !important;
  color: #fff
}

.btn-tw:hover {
  background-color: #6cb7f0;
  color: #fff
}

.btn-tw.focus, .btn-tw:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-tw.active, .btn-tw:active, .btn-tw:focus {
  background-color: #147bc9
}

.btn-tw.dropdown-toggle {
  background-color: #55acee !important
}

.btn-tw.dropdown-toggle:focus, .btn-tw.dropdown-toggle:hover {
  background-color: #6cb7f0 !important
}

.btn-tw:not([disabled]):not(.disabled).active, .btn-tw:not([disabled]):not(.disabled):active, .show > .btn-tw.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #147bc9 !important
}

.btn-tw:not([disabled]):not(.disabled).active:focus, .btn-tw:not([disabled]):not(.disabled):active:focus, .show > .btn-tw.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.tw-ic {
  color: #55acee !important
}

.tw-ic:focus, .tw-ic:hover {
  color: #55acee
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-tw {
  color: #fff
}

.btn-gplus {
  background-color: #dd4b39 !important;
  color: #fff
}

.btn-gplus:hover {
  background-color: #e15f4f;
  color: #fff
}

.btn-gplus.focus, .btn-gplus:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-gplus.active, .btn-gplus:active, .btn-gplus:focus {
  background-color: #96271a
}

.btn-gplus.dropdown-toggle {
  background-color: #dd4b39 !important
}

.btn-gplus.dropdown-toggle:focus, .btn-gplus.dropdown-toggle:hover {
  background-color: #e15f4f !important
}

.btn-gplus:not([disabled]):not(.disabled).active, .btn-gplus:not([disabled]):not(.disabled):active, .show > .btn-gplus.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #96271a !important
}

.btn-gplus:not([disabled]):not(.disabled).active:focus, .btn-gplus:not([disabled]):not(.disabled):active:focus, .show > .btn-gplus.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.gplus-ic {
  color: #dd4b39 !important
}

.gplus-ic:focus, .gplus-ic:hover {
  color: #dd4b39
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-gplus {
  color: #fff
}

.btn-yt {
  background-color: #ed302f !important;
  color: #fff
}

.btn-yt:hover {
  background-color: #ef4746;
  color: #fff
}

.btn-yt.focus, .btn-yt:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-yt.active, .btn-yt:active, .btn-yt:focus {
  background-color: #a80f0e
}

.btn-yt.dropdown-toggle {
  background-color: #ed302f !important
}

.btn-yt.dropdown-toggle:focus, .btn-yt.dropdown-toggle:hover {
  background-color: #ef4746 !important
}

.btn-yt:not([disabled]):not(.disabled).active, .btn-yt:not([disabled]):not(.disabled):active, .show > .btn-yt.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #a80f0e !important
}

.btn-yt:not([disabled]):not(.disabled).active:focus, .btn-yt:not([disabled]):not(.disabled):active:focus, .show > .btn-yt.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.yt-ic {
  color: #ed302f !important
}

.yt-ic:focus, .yt-ic:hover {
  color: #ed302f
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-yt {
  color: #fff
}

.btn-li {
  background-color: #0082ca !important;
  color: #fff
}

.btn-li:hover {
  background-color: #0092e4;
  color: #fff
}

.btn-li.focus, .btn-li:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-li.active, .btn-li:active, .btn-li:focus {
  background-color: #004064
}

.btn-li.dropdown-toggle {
  background-color: #0082ca !important
}

.btn-li.dropdown-toggle:focus, .btn-li.dropdown-toggle:hover {
  background-color: #0092e4 !important
}

.btn-li:not([disabled]):not(.disabled).active, .btn-li:not([disabled]):not(.disabled):active, .show > .btn-li.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #004064 !important
}

.btn-li:not([disabled]):not(.disabled).active:focus, .btn-li:not([disabled]):not(.disabled):active:focus, .show > .btn-li.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.li-ic {
  color: #0082ca !important
}

.li-ic:focus, .li-ic:hover {
  color: #0082ca
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-li {
  color: #fff
}

.btn-pin {
  background-color: #c61118 !important;
  color: #fff
}

.btn-pin:hover {
  background-color: #dd131b;
  color: #fff
}

.btn-pin.focus, .btn-pin:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-pin.active, .btn-pin:active, .btn-pin:focus {
  background-color: #68090d
}

.btn-pin.dropdown-toggle {
  background-color: #c61118 !important
}

.btn-pin.dropdown-toggle:focus, .btn-pin.dropdown-toggle:hover {
  background-color: #dd131b !important
}

.btn-pin:not([disabled]):not(.disabled).active, .btn-pin:not([disabled]):not(.disabled):active, .show > .btn-pin.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #68090d !important
}

.btn-pin:not([disabled]):not(.disabled).active:focus, .btn-pin:not([disabled]):not(.disabled):active:focus, .show > .btn-pin.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.pin-ic {
  color: #c61118 !important
}

.pin-ic:focus, .pin-ic:hover {
  color: #c61118
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-pin {
  color: #fff
}

.btn-ins {
  background-color: #2e5e86 !important;
  color: #fff
}

.btn-ins:hover {
  background-color: #356b99;
  color: #fff
}

.btn-ins.focus, .btn-ins:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-ins.active, .btn-ins:active, .btn-ins:focus {
  background-color: #14293a
}

.btn-ins.dropdown-toggle {
  background-color: #2e5e86 !important
}

.btn-ins.dropdown-toggle:focus, .btn-ins.dropdown-toggle:hover {
  background-color: #356b99 !important
}

.btn-ins:not([disabled]):not(.disabled).active, .btn-ins:not([disabled]):not(.disabled):active, .show > .btn-ins.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #14293a !important
}

.btn-ins:not([disabled]):not(.disabled).active:focus, .btn-ins:not([disabled]):not(.disabled):active:focus, .show > .btn-ins.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.ins-ic {
  color: #2e5e86 !important
}

.ins-ic:focus, .ins-ic:hover {
  color: #2e5e86
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-ins {
  color: #fff
}

.btn-git {
  background-color: #1C497C !important;
  color: #fff
}

.btn-git:hover {
  background-color: #404040;
  color: #fff
}

.btn-git.focus, .btn-git:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-git.active, .btn-git:active, .btn-git:focus {
  background-color: #1C497C
}

.btn-git.dropdown-toggle {
  background-color: #1C497C !important
}

.btn-git.dropdown-toggle:focus, .btn-git.dropdown-toggle:hover {
  background-color: #404040 !important
}

.btn-git:not([disabled]):not(.disabled).active, .btn-git:not([disabled]):not(.disabled):active, .show > .btn-git.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #1C497C !important
}

.btn-git:not([disabled]):not(.disabled).active:focus, .btn-git:not([disabled]):not(.disabled):active:focus, .show > .btn-git.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.git-ic {
  color: #1C497C !important
}

.git-ic:focus, .git-ic:hover {
  color: #1C497C
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-git {
  color: #fff
}

.btn-comm {
  background-color: #30cfc0 !important;
  color: #fff
}

.btn-comm:hover {
  background-color: #45d4c6;
  color: #fff
}

.btn-comm.focus, .btn-comm:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-comm.active, .btn-comm:active, .btn-comm:focus {
  background-color: #1d7c73
}

.btn-comm.dropdown-toggle {
  background-color: #30cfc0 !important
}

.btn-comm.dropdown-toggle:focus, .btn-comm.dropdown-toggle:hover {
  background-color: #45d4c6 !important
}

.btn-comm:not([disabled]):not(.disabled).active, .btn-comm:not([disabled]):not(.disabled):active, .show > .btn-comm.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #1d7c73 !important
}

.btn-comm:not([disabled]):not(.disabled).active:focus, .btn-comm:not([disabled]):not(.disabled):active:focus, .show > .btn-comm.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.comm-ic {
  color: #30cfc0 !important
}

.comm-ic:focus, .comm-ic:hover {
  color: #30cfc0
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-comm {
  color: #fff
}

.btn-vk {
  background-color: #4c75a3 !important;
  color: #fff
}

.btn-vk:hover {
  background-color: #5882b1;
  color: #fff
}

.btn-vk.focus, .btn-vk:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-vk.active, .btn-vk:active, .btn-vk:focus {
  background-color: #2c435d
}

.btn-vk.dropdown-toggle {
  background-color: #4c75a3 !important
}

.btn-vk.dropdown-toggle:focus, .btn-vk.dropdown-toggle:hover {
  background-color: #5882b1 !important
}

.btn-vk:not([disabled]):not(.disabled).active, .btn-vk:not([disabled]):not(.disabled):active, .show > .btn-vk.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #2c435d !important
}

.btn-vk:not([disabled]):not(.disabled).active:focus, .btn-vk:not([disabled]):not(.disabled):active:focus, .show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.vk-ic {
  color: #4c75a3 !important
}

.vk-ic:focus, .vk-ic:hover {
  color: #4c75a3
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-vk {
  color: #fff
}

.btn-dribbble {
  background-color: #ec4a89 !important;
  color: #fff
}

.btn-dribbble:hover {
  background-color: #ee6198;
  color: #fff
}

.btn-dribbble.focus, .btn-dribbble:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-dribbble.active, .btn-dribbble:active, .btn-dribbble:focus {
  background-color: #bc1455
}

.btn-dribbble.dropdown-toggle {
  background-color: #ec4a89 !important
}

.btn-dribbble.dropdown-toggle:focus, .btn-dribbble.dropdown-toggle:hover {
  background-color: #ee6198 !important
}

.btn-dribbble:not([disabled]):not(.disabled).active, .btn-dribbble:not([disabled]):not(.disabled):active, .show > .btn-dribbble.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #bc1455 !important
}

.btn-dribbble:not([disabled]):not(.disabled).active:focus, .btn-dribbble:not([disabled]):not(.disabled):active:focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.dribbble-ic {
  color: #ec4a89 !important
}

.dribbble-ic:focus, .dribbble-ic:hover {
  color: #ec4a89
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-dribbble {
  color: #fff
}

.btn-so {
  background-color: #ffac44 !important;
  color: #fff
}

.btn-so:hover {
  background-color: #ffb75e;
  color: #fff
}

.btn-so.focus, .btn-so:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-so.active, .btn-so:active, .btn-so:focus {
  background-color: #dd7b00
}

.btn-so.dropdown-toggle {
  background-color: #ffac44 !important
}

.btn-so.dropdown-toggle:focus, .btn-so.dropdown-toggle:hover {
  background-color: #ffb75e !important
}

.btn-so:not([disabled]):not(.disabled).active, .btn-so:not([disabled]):not(.disabled):active, .show > .btn-so.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #dd7b00 !important
}

.btn-so:not([disabled]):not(.disabled).active:focus, .btn-so:not([disabled]):not(.disabled):active:focus, .show > .btn-so.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.so-ic {
  color: #ffac44 !important
}

.so-ic:focus, .so-ic:hover {
  color: #ffac44
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-so {
  color: #fff
}

.btn-slack {
  background-color: #56b68b !important;
  color: #fff
}

.btn-slack:hover {
  background-color: #68be97;
  color: #fff
}

.btn-slack.focus, .btn-slack:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-slack.active, .btn-slack:active, .btn-slack:focus {
  background-color: #327456
}

.btn-slack.dropdown-toggle {
  background-color: #56b68b !important
}

.btn-slack.dropdown-toggle:focus, .btn-slack.dropdown-toggle:hover {
  background-color: #68be97 !important
}

.btn-slack:not([disabled]):not(.disabled).active, .btn-slack:not([disabled]):not(.disabled):active, .show > .btn-slack.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #327456 !important
}

.btn-slack:not([disabled]):not(.disabled).active:focus, .btn-slack:not([disabled]):not(.disabled):active:focus, .show > .btn-slack.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.slack-ic {
  color: #56b68b !important
}

.slack-ic:focus, .slack-ic:hover {
  color: #56b68b
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-slack {
  color: #fff
}

.btn-email {
  background-color: #4b515d !important;
  color: #fff
}

.btn-email:hover {
  background-color: #565d6b;
  color: #fff
}

.btn-email.focus, .btn-email:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-email.active, .btn-email:active, .btn-email:focus {
  background-color: #1d2025
}

.btn-email.dropdown-toggle {
  background-color: #4b515d !important
}

.btn-email.dropdown-toggle:focus, .btn-email.dropdown-toggle:hover {
  background-color: #565d6b !important
}

.btn-email:not([disabled]):not(.disabled).active, .btn-email:not([disabled]):not(.disabled):active, .show > .btn-email.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #1d2025 !important
}

.btn-email:not([disabled]):not(.disabled).active:focus, .btn-email:not([disabled]):not(.disabled):active:focus, .show > .btn-email.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.email-ic {
  color: #4b515d !important
}

.email-ic:focus, .email-ic:hover {
  color: #4b515d
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-email {
  color: #fff
}

.btn-reddit {
  background-color: #ff4500 !important;
  color: #fff
}

.btn-reddit:hover {
  background-color: #ff581a;
  color: #fff
}

.btn-reddit.focus, .btn-reddit:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-reddit.active, .btn-reddit:active, .btn-reddit:focus {
  background-color: #992900
}

.btn-reddit.dropdown-toggle {
  background-color: #ff4500 !important
}

.btn-reddit.dropdown-toggle:focus, .btn-reddit.dropdown-toggle:hover {
  background-color: #ff581a !important
}

.btn-reddit:not([disabled]):not(.disabled).active, .btn-reddit:not([disabled]):not(.disabled):active, .show > .btn-reddit.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #992900 !important
}

.btn-reddit:not([disabled]):not(.disabled).active:focus, .btn-reddit:not([disabled]):not(.disabled):active:focus, .show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.reddit-ic {
  color: #ff4500 !important
}

.reddit-ic:focus, .reddit-ic:hover {
  color: #ff4500
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-reddit {
  color: #fff
}

.btn-twitch {
  background-color: #6441a4 !important;
  color: #fff
}

.btn-twitch:hover {
  background-color: #6f48b6;
  color: #fff
}

.btn-twitch.focus, .btn-twitch:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-twitch.active, .btn-twitch:active, .btn-twitch:focus {
  background-color: #37245b
}

.btn-twitch.dropdown-toggle {
  background-color: #6441a4 !important
}

.btn-twitch.dropdown-toggle:focus, .btn-twitch.dropdown-toggle:hover {
  background-color: #6f48b6 !important
}

.btn-twitch:not([disabled]):not(.disabled).active, .btn-twitch:not([disabled]):not(.disabled):active, .show > .btn-twitch.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #37245b !important
}

.btn-twitch:not([disabled]):not(.disabled).active:focus, .btn-twitch:not([disabled]):not(.disabled):active:focus, .show > .btn-twitch.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.twitch-ic {
  color: #6441a4 !important
}

.twitch-ic:focus, .twitch-ic:hover {
  color: #6441a4
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-twitch {
  color: #fff
}

.btn-discord {
  background-color: #7289da !important;
  color: #fff
}

.btn-discord:hover {
  background-color: #869adf;
  color: #fff
}

.btn-discord.focus, .btn-discord:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-discord.active, .btn-discord:active, .btn-discord:focus {
  background-color: #304eb6
}

.btn-discord.dropdown-toggle {
  background-color: #7289da !important
}

.btn-discord.dropdown-toggle:focus, .btn-discord.dropdown-toggle:hover {
  background-color: #869adf !important
}

.btn-discord:not([disabled]):not(.disabled).active, .btn-discord:not([disabled]):not(.disabled):active, .show > .btn-discord.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #304eb6 !important
}

.btn-discord:not([disabled]):not(.disabled).active:focus, .btn-discord:not([disabled]):not(.disabled):active:focus, .show > .btn-discord.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.discord-ic {
  color: #7289da !important
}

.discord-ic:focus, .discord-ic:hover {
  color: #7289da
}

a.btn:not([href]):not([tabindex]), a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

table.table a.btn.btn-discord {
  color: #fff
}


.dropdown .dropdown-menu, .dropleft .dropdown-menu, .dropright .dropdown-menu, .dropup .dropdown-menu {
  padding: .5rem
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item.active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-primary .dropdown-item.active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover {
  background-color: #4285f4 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  border-radius: .125rem
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover.disabled, .dropright .dropdown-menu.dropdown-primary .dropdown-item.active.disabled, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active.disabled, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover.disabled {
  background-color: transparent;
  box-shadow: none
}

.dropdown .dropdown-menu.dropdown-danger .dropdown-item.active, .dropdown .dropdown-menu.dropdown-danger .dropdown-item:active, .dropdown .dropdown-menu.dropdown-danger .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-danger .dropdown-item.active, .dropleft .dropdown-menu.dropdown-danger .dropdown-item:active, .dropleft .dropdown-menu.dropdown-danger .dropdown-item:hover, .dropright .dropdown-menu.dropdown-danger .dropdown-item.active, .dropright .dropdown-menu.dropdown-danger .dropdown-item:active, .dropright .dropdown-menu.dropdown-danger .dropdown-item:hover, .dropup .dropdown-menu.dropdown-danger .dropdown-item.active, .dropup .dropdown-menu.dropdown-danger .dropdown-item:active, .dropup .dropdown-menu.dropdown-danger .dropdown-item:hover {
  background-color: #c00 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  border-radius: .125rem
}

.dropdown .dropdown-menu.dropdown-danger .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-danger .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-danger .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-danger .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-danger .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-danger .dropdown-item:hover.disabled, .dropright .dropdown-menu.dropdown-danger .dropdown-item.active.disabled, .dropright .dropdown-menu.dropdown-danger .dropdown-item:active.disabled, .dropright .dropdown-menu.dropdown-danger .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-danger .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-danger .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-danger .dropdown-item:hover.disabled {
  background-color: transparent;
  box-shadow: none
}

.dropdown .dropdown-menu.dropdown-default .dropdown-item.active, .dropdown .dropdown-menu.dropdown-default .dropdown-item:active, .dropdown .dropdown-menu.dropdown-default .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-default .dropdown-item.active, .dropleft .dropdown-menu.dropdown-default .dropdown-item:active, .dropleft .dropdown-menu.dropdown-default .dropdown-item:hover, .dropright .dropdown-menu.dropdown-default .dropdown-item.active, .dropright .dropdown-menu.dropdown-default .dropdown-item:active, .dropright .dropdown-menu.dropdown-default .dropdown-item:hover, .dropup .dropdown-menu.dropdown-default .dropdown-item.active, .dropup .dropdown-menu.dropdown-default .dropdown-item:active, .dropup .dropdown-menu.dropdown-default .dropdown-item:hover {
  background-color: #2bbbad !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  border-radius: .125rem
}

.dropdown .dropdown-menu.dropdown-default .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-default .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-default .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-default .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-default .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-default .dropdown-item:hover.disabled, .dropright .dropdown-menu.dropdown-default .dropdown-item.active.disabled, .dropright .dropdown-menu.dropdown-default .dropdown-item:active.disabled, .dropright .dropdown-menu.dropdown-default .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-default .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-default .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-default .dropdown-item:hover.disabled {
  background-color: transparent;
  box-shadow: none
}

.dropdown .dropdown-menu.dropdown-secondary .dropdown-item.active, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-secondary .dropdown-item.active, .dropright .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropright .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-secondary .dropdown-item.active, .dropup .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropup .dropdown-menu.dropdown-secondary .dropdown-item:hover {
  background-color: #a6c !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  border-radius: .125rem
}

.dropdown .dropdown-menu.dropdown-secondary .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item:hover.disabled, .dropright .dropdown-menu.dropdown-secondary .dropdown-item.active.disabled, .dropright .dropdown-menu.dropdown-secondary .dropdown-item:active.disabled, .dropright .dropdown-menu.dropdown-secondary .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-secondary .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-secondary .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-secondary .dropdown-item:hover.disabled {
  background-color: transparent;
  box-shadow: none
}

.dropdown .dropdown-menu.dropdown-success .dropdown-item.active, .dropdown .dropdown-menu.dropdown-success .dropdown-item:active, .dropdown .dropdown-menu.dropdown-success .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-success .dropdown-item.active, .dropleft .dropdown-menu.dropdown-success .dropdown-item:active, .dropleft .dropdown-menu.dropdown-success .dropdown-item:hover, .dropright .dropdown-menu.dropdown-success .dropdown-item.active, .dropright .dropdown-menu.dropdown-success .dropdown-item:active, .dropright .dropdown-menu.dropdown-success .dropdown-item:hover, .dropup .dropdown-menu.dropdown-success .dropdown-item.active, .dropup .dropdown-menu.dropdown-success .dropdown-item:active, .dropup .dropdown-menu.dropdown-success .dropdown-item:hover {
  background-color: #00c851 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  border-radius: .125rem
}

.dropdown .dropdown-menu.dropdown-success .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-success .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-success .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-success .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-success .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-success .dropdown-item:hover.disabled, .dropright .dropdown-menu.dropdown-success .dropdown-item.active.disabled, .dropright .dropdown-menu.dropdown-success .dropdown-item:active.disabled, .dropright .dropdown-menu.dropdown-success .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-success .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-success .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-success .dropdown-item:hover.disabled {
  background-color: transparent;
  box-shadow: none
}

.dropdown .dropdown-menu.dropdown-info .dropdown-item.active, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active, .dropdown .dropdown-menu.dropdown-info .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-info .dropdown-item.active, .dropleft .dropdown-menu.dropdown-info .dropdown-item:active, .dropleft .dropdown-menu.dropdown-info .dropdown-item:hover, .dropright .dropdown-menu.dropdown-info .dropdown-item.active, .dropright .dropdown-menu.dropdown-info .dropdown-item:active, .dropright .dropdown-menu.dropdown-info .dropdown-item:hover, .dropup .dropdown-menu.dropdown-info .dropdown-item.active, .dropup .dropdown-menu.dropdown-info .dropdown-item:active, .dropup .dropdown-menu.dropdown-info .dropdown-item:hover {
  background-color: #33b5e5 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  border-radius: .125rem
}

.dropdown .dropdown-menu.dropdown-info .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-info .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-info .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-info .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-info .dropdown-item:hover.disabled, .dropright .dropdown-menu.dropdown-info .dropdown-item.active.disabled, .dropright .dropdown-menu.dropdown-info .dropdown-item:active.disabled, .dropright .dropdown-menu.dropdown-info .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-info .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-info .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-info .dropdown-item:hover.disabled {
  background-color: transparent;
  box-shadow: none
}

.dropdown .dropdown-menu.dropdown-warning .dropdown-item.active, .dropdown .dropdown-menu.dropdown-warning .dropdown-item:active, .dropdown .dropdown-menu.dropdown-warning .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-warning .dropdown-item.active, .dropleft .dropdown-menu.dropdown-warning .dropdown-item:active, .dropleft .dropdown-menu.dropdown-warning .dropdown-item:hover, .dropright .dropdown-menu.dropdown-warning .dropdown-item.active, .dropright .dropdown-menu.dropdown-warning .dropdown-item:active, .dropright .dropdown-menu.dropdown-warning .dropdown-item:hover, .dropup .dropdown-menu.dropdown-warning .dropdown-item.active, .dropup .dropdown-menu.dropdown-warning .dropdown-item:active, .dropup .dropdown-menu.dropdown-warning .dropdown-item:hover {
  background-color: #fb3 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  border-radius: .125rem
}

.dropdown .dropdown-menu.dropdown-warning .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-warning .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-warning .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-warning .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-warning .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-warning .dropdown-item:hover.disabled, .dropright .dropdown-menu.dropdown-warning .dropdown-item.active.disabled, .dropright .dropdown-menu.dropdown-warning .dropdown-item:active.disabled, .dropright .dropdown-menu.dropdown-warning .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-warning .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-warning .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-warning .dropdown-item:hover.disabled {
  background-color: transparent;
  box-shadow: none
}

.dropdown .dropdown-menu.dropdown-dark .dropdown-item.active, .dropdown .dropdown-menu.dropdown-dark .dropdown-item:active, .dropdown .dropdown-menu.dropdown-dark .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-dark .dropdown-item.active, .dropleft .dropdown-menu.dropdown-dark .dropdown-item:active, .dropleft .dropdown-menu.dropdown-dark .dropdown-item:hover, .dropright .dropdown-menu.dropdown-dark .dropdown-item.active, .dropright .dropdown-menu.dropdown-dark .dropdown-item:active, .dropright .dropdown-menu.dropdown-dark .dropdown-item:hover, .dropup .dropdown-menu.dropdown-dark .dropdown-item.active, .dropup .dropdown-menu.dropdown-dark .dropdown-item:active, .dropup .dropdown-menu.dropdown-dark .dropdown-item:hover {
  background-color: #2e2e2e !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  border-radius: .125rem
}

.dropdown .dropdown-menu.dropdown-dark .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-dark .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-dark .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-dark .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-dark .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-dark .dropdown-item:hover.disabled, .dropright .dropdown-menu.dropdown-dark .dropdown-item.active.disabled, .dropright .dropdown-menu.dropdown-dark .dropdown-item:active.disabled, .dropright .dropdown-menu.dropdown-dark .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-dark .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-dark .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-dark .dropdown-item:hover.disabled {
  background-color: transparent;
  box-shadow: none
}

.dropdown .dropdown-menu.dropdown-ins .dropdown-item.active, .dropdown .dropdown-menu.dropdown-ins .dropdown-item:active, .dropdown .dropdown-menu.dropdown-ins .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-ins .dropdown-item.active, .dropleft .dropdown-menu.dropdown-ins .dropdown-item:active, .dropleft .dropdown-menu.dropdown-ins .dropdown-item:hover, .dropright .dropdown-menu.dropdown-ins .dropdown-item.active, .dropright .dropdown-menu.dropdown-ins .dropdown-item:active, .dropright .dropdown-menu.dropdown-ins .dropdown-item:hover, .dropup .dropdown-menu.dropdown-ins .dropdown-item.active, .dropup .dropdown-menu.dropdown-ins .dropdown-item:active, .dropup .dropdown-menu.dropdown-ins .dropdown-item:hover {
  background-color: #2e5e86 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  border-radius: .125rem
}

.dropdown .dropdown-menu.dropdown-ins .dropdown-item.active.disabled, .dropdown .dropdown-menu.dropdown-ins .dropdown-item:active.disabled, .dropdown .dropdown-menu.dropdown-ins .dropdown-item:hover.disabled, .dropleft .dropdown-menu.dropdown-ins .dropdown-item.active.disabled, .dropleft .dropdown-menu.dropdown-ins .dropdown-item:active.disabled, .dropleft .dropdown-menu.dropdown-ins .dropdown-item:hover.disabled, .dropright .dropdown-menu.dropdown-ins .dropdown-item.active.disabled, .dropright .dropdown-menu.dropdown-ins .dropdown-item:active.disabled, .dropright .dropdown-menu.dropdown-ins .dropdown-item:hover.disabled, .dropup .dropdown-menu.dropdown-ins .dropdown-item.active.disabled, .dropup .dropdown-menu.dropdown-ins .dropdown-item:active.disabled, .dropup .dropdown-menu.dropdown-ins .dropdown-item:hover.disabled {
  background-color: transparent;
  box-shadow: none
}

.dropdown .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item {
  padding: .5rem;
  margin-left: 0;
  font-size: .9rem
}

.dropdown .dropdown-menu .dropdown-item.disabled, .dropleft .dropdown-menu .dropdown-item.disabled, .dropright .dropdown-menu .dropdown-item.disabled, .dropup .dropdown-menu .dropdown-item.disabled {
  color: #868e96
}

.dropdown .dropdown-menu .dropdown-item.disabled:active, .dropdown .dropdown-menu .dropdown-item.disabled:focus, .dropdown .dropdown-menu .dropdown-item.disabled:hover, .dropleft .dropdown-menu .dropdown-item.disabled:active, .dropleft .dropdown-menu .dropdown-item.disabled:focus, .dropleft .dropdown-menu .dropdown-item.disabled:hover, .dropright .dropdown-menu .dropdown-item.disabled:active, .dropright .dropdown-menu .dropdown-item.disabled:focus, .dropright .dropdown-menu .dropdown-item.disabled:hover, .dropup .dropdown-menu .dropdown-item.disabled:active, .dropup .dropdown-menu .dropdown-item.disabled:focus, .dropup .dropdown-menu .dropdown-item.disabled:hover {
  box-shadow: none;
  color: #868e96 !important;
  background-color: transparent !important
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #4285f4;
  border-radius: .125rem;
  transition: all .1s linear
}


.dotted-scrollspy li {
  display: block;
  padding: 0 1rem
}

.dotted-scrollspy li:first-child {
  padding-top: .625rem
}

.dotted-scrollspy li:last-child {
  padding-bottom: .625rem
}

.dotted-scrollspy li a {
  padding: .5rem
}

.dotted-scrollspy li a span {
  display: block;
  background-color: rgba(255, 255, 255, .54);
  width: .5rem;
  height: .5rem;
  border-radius: 50%
}

.dotted-scrollspy li a.active span {
  background: #fff
}

.scrollspy-example {
  overflow-y: scroll;
  position: relative;
  height: 12.5rem;
  padding: 1rem
}

.pswp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
  outline: 0
}

.pswp * {
  box-sizing: border-box
}

.pswp img {
  max-width: none
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
  display: block
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
  cursor: grab
}

.pswp--dragging .pswp__img {
  cursor: grabbing
}

.pswp__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C497C;
  opacity: 0;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__scroll-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  touch-action: none
}

.pswp__container, .pswp__img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
  transform-origin: left top
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  transition: none
}

.pswp__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden
}

.pswp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto
}

.pswp__img--placeholder--blank {
  background: #222
}

.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto
}

.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -8px;
  font-size: 14px;
  line-height: 16px;
  color: #ccc;
  text-align: center
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline
}

.pswp__button {
  position: relative;
  display: block;
  float: right;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  box-shadow: none;
  opacity: .75;
  transition: opacity .2s
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1
}

.pswp__button:active {
  outline: 0;
  opacity: .9
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1
}

.pswp__button, .pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
  width: 44px;
  height: 44px;
  background: url(../img/lightbox/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px
}

@media (-webkit-min-device-pixel-ratio: 1.1),(-webkit-min-device-pixel-ratio: 1.09375),(min-resolution: 105dpi),(min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left::before, .pswp--svg .pswp__button--arrow--right::before {
    background-image: url(../img/lightbox/default-skin.svg)
  }

  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: 0 0
  }
}

.pswp__button--close {
  background-position: 0 -44px
}

.pswp__button--share {
  background-position: -44px -44px
}

.pswp__button--fs {
  display: none
}

.pswp--supports-fs .pswp__button--fs {
  display: block
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  background: 0 0
}

.pswp__button--arrow--left {
  left: 0
}

.pswp__button--arrow--right {
  right: 0
}

.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
  position: absolute;
  top: 35px;
  width: 32px;
  height: 30px;
  content: "";
  background-color: rgba(0, 0, 0, .3)
}

.pswp__button--arrow--left::before {
  left: 6px;
  background-position: -138px -44px
}

.pswp__button--arrow--right::before {
  right: 6px;
  background-position: -94px -44px
}

.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pswp__share-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: opacity .25s ease-out;
  will-change: opacity
}

.pswp__share-modal--hidden {
  display: none
}

.pswp__share-tooltip {
  position: absolute;
  top: 56px;
  right: 44px;
  z-index: 1620;
  display: block;
  width: auto;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  transition: transform .25s;
  transform: translateY(6px);
  will-change: transform
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
  color: #1C497C;
  text-decoration: none
}

.pswp__share-tooltip a:hover {
  color: #1C497C;
  text-decoration: none
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
  opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px
}

.pswp__share--facebook::before {
  position: absolute;
  top: -12px;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border: 6px solid transparent;
  border-bottom-color: #fff
}

.pswp__share--facebook:hover {
  color: #fff;
  background: #3e5c9a
}

.pswp__share--facebook:hover::before {
  border-bottom-color: #3e5c9a
}

.pswp__share--twitter:hover {
  color: #fff;
  background: #55acee
}

.pswp__share--pinterest:hover {
  color: #ce272d;
  background: #ccc
}

.pswp__share--download:hover {
  background: #ddd
}

.pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75
}

.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 44px
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb
}

.pswp__caption__center {
  max-width: 500px;
  padding: 10px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 20px;
  color: #ccc;
  text-align: center
}

.pswp__caption--empty {
  display: none
}

.pswp__caption--fake {
  visibility: hidden
}

.pswp__preloader {
  position: absolute;
  top: 0;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  direction: ltr;
  opacity: 0;
  transition: opacity .25s ease-out;
  will-change: opacity
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px
}

.pswp__preloader--active {
  opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(../img/lightbox/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 14px;
  height: 14px;
  margin: 0;
  background: 0 0;
  opacity: .75
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 0;
  background: 0 0;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    top: auto;
    left: auto;
    float: right;
    margin: 0
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0)
  }
  50% {
    transform: rotate(-140deg)
  }
  100% {
    transform: rotate(0)
  }
}

.pswp__ui {
  z-index: 1550;
  visibility: visible;
  opacity: 1;
  -webkit-font-smoothing: auto
}

.pswp__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible
}

.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
  opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none
}

.pswp__element--disabled {
  display: none
}

.pswp--minimal--dark .pswp__top-bar {
  background: 0 0
}

.mdb-lightbox figure {
  float: left;
  margin: 0
}

.mdb-lightbox figure .img-fluid, .mdb-lightbox figure .modal-dialog.cascading-modal.modal-avatar .modal-header, .modal-dialog.cascading-modal.modal-avatar .mdb-lightbox figure .modal-header {
  display: inline
}

.mdb-lightbox figure img {
  cursor: zoom-in;
  border-radius: 0;
  transition: opacity .4s
}

.mdb-lightbox figure img:hover {
  opacity: .8
}

.mdb-lightbox figure figcaption {
  display: none
}

.mdb-lightbox.no-margin [class*=col-] {
  padding: 0
}

.mdb-lightbox [class*=col-] {
  padding: .5rem
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, .6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #eceff1;
  margin-bottom: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  transition: all .3s linear
}

.chip:hover {
  transition: all .3s linear;
  background-color: #e0e0e0
}

.chip:focus {
  transition: all .3s linear;
  background-color: #bdbdbd
}

.chip:active {
  transition: all .3s linear
}

.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%
}

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
  transition: all .1s linear
}

.chips {
  outline: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 30px;
  min-height: 45px;
  padding-bottom: 1rem;
  transition: all .3s
}

.chips.focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4
}

.chips:hover {
  cursor: text
}

.chips .tag.selected {
  border-bottom: 1px solid #4285f4;
  color: #fff
}

.chips .input {
  display: inline-block;
  background: 0 0;
  border: 0;
  outline: 0;
  padding: 0 !important;
  width: 120px !important;
  color: rgba(0, 0, 0, .6);
  font-size: 13px;
  font-weight: 500;
  height: 32px;
  margin-right: 20px;
  line-height: 32px
}

.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important
}

.chips-autocomplete .chips {
  padding-bottom: unset
}

.chips-autocomplete .chip-span {
  position: relative;
  left: -15px
}

.chips-autocomplete .chip-ul {
  position: absolute;
  z-index: 100;
  right: 0;
  width: 140px;
  background: #fff;
  list-style-type: none;
  overflow-y: auto;
  max-height: 210px;
  padding-left: 0;
  outline: 0
}

.chips-autocomplete .chip-ul li {
  padding: 12px 15px;
  cursor: pointer;
  font-size: .875rem
}

.chips-autocomplete .chip-ul li:hover {
  background: #eee
}

.table fieldset.form-check {
  margin-bottom: 0
}

.table fieldset label.form-check-label {
  height: .94rem
}

.product-table img {
  max-height: 150px;
  min-width: 50px
}

.product-table td {
  vertical-align: middle
}

.streak {
  display: block;
  position: relative;
  overflow: hidden;
  height: 250px
}

.streak.streak-md {
  height: 400px
}

@media (max-width: 736px) {
  .streak.streak-md {
    height: 300px
  }
}

.streak.streak-lg {
  height: 650px
}

@media (max-width: 450px) {
  .streak.streak-lg {
    height: 900px
  }
}

.streak.streak-long {
  height: 200px
}

@media (max-width: 450px) {
  .streak.streak-long {
    height: 620px
  }
}

.streak.streak-long-2 {
  height: 400px
}

@media (max-width: 450px) {
  .streak.streak-long-2 {
    height: 700px
  }
}

.streak.streak-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

@media (min-width: 1366px) {
  .streak.streak-photo {
    background-attachment: fixed
  }
}

.streak.no-flex {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  height: auto
}

.collapse-content p.collapse:not(.show), .collapse-content table.collapse:not(.show) {
  height: 2.65rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2
}

.collapse-content p.collapsing, .collapse-content table.collapsing {
  min-height: 2.65rem
}

.collapse-content a.collapsed:after {
  content: 'Read More'
}

.collapse-content a:not(.collapsed):after {
  content: 'Read Less'
}

.form-header {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  color: #fff;
  text-align: center;
  margin-top: -3.13rem;
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: .125rem
}

[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.form-check-input[type=radio]:checked + label, .form-check-input[type=radio]:not(:checked) + label, label.btn input[type=radio]:checked + label, label.btn input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.form-check-input[type=radio] + label:after, .form-check-input[type=radio] + label:before, label.btn input[type=radio] + label:after, label.btn input[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease
}

.form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio].with-gap:checked + label:before, .form-check-input[type=radio]:checked + label:after, .form-check-input[type=radio]:checked + label:before, .form-check-input[type=radio]:not(:checked) + label:after, .form-check-input[type=radio]:not(:checked) + label:before, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio].with-gap:checked + label:before, label.btn input[type=radio]:checked + label:after, label.btn input[type=radio]:checked + label:before, label.btn input[type=radio]:not(:checked) + label:after, label.btn input[type=radio]:not(:checked) + label:before {
  border-radius: 50%
}

.form-check-input[type=radio]:not(:checked) + label:after, .form-check-input[type=radio]:not(:checked) + label:before, label.btn input[type=radio]:not(:checked) + label:after, label.btn input[type=radio]:not(:checked) + label:before {
  border: 2px solid #5a5a5a
}

.form-check-input[type=radio]:not(:checked) + label:after, label.btn input[type=radio]:not(:checked) + label:after {
  transform: scale(0)
}

.form-check-input[type=radio]:checked + label:before, label.btn input[type=radio]:checked + label:before {
  border: 2px solid transparent
}

.form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio].with-gap:checked + label:before, .form-check-input[type=radio]:checked + label:after, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio].with-gap:checked + label:before, label.btn input[type=radio]:checked + label:after {
  border: 2px solid #4285f4
}

.form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio]:checked + label:after, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio]:checked + label:after {
  background-color: #4285f4
}

.form-check-input[type=radio]:checked + label:after, label.btn input[type=radio]:checked + label:after {
  transform: scale(1.02)
}

.form-check-input[type=radio].with-gap:checked + label:after, label.btn input[type=radio].with-gap:checked + label:after {
  transform: scale(.5)
}

.form-check-input[type=radio].with-gap:disabled:checked + label:before, label.btn input[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, .46)
}

.form-check-input[type=radio].with-gap:disabled:checked + label:after, label.btn input[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, .46)
}

.form-check-input[type=radio]:disabled:checked + label:before, .form-check-input[type=radio]:disabled:not(:checked) + label:before, label.btn input[type=radio]:disabled:checked + label:before, label.btn input[type=radio]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .46)
}

.form-check-input[type=radio]:disabled + span, label.btn input[type=radio]:disabled + span {
  color: rgba(0, 0, 0, .46)
}

.form-check-input[type=radio]:disabled:not(:checked) + span:before, label.btn input[type=radio]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, .46)
}

.form-check-input[type=radio]:disabled:checked + span:after, label.btn input[type=radio]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, .46);
  border-color: #bdbdbd
}

.form-check-input[type=radio]:checked + label:after .disabled-material, label.btn input[type=radio]:checked + label:after .disabled-material {
  background-color: rgba(66, 133, 244, .2)
}

.md-disabled::after {
  background-color: rgba(66, 133, 244, .5) !important;
  border-color: rgba(66, 133, 244, .2) !important
}

.md-disabled::before {
  border-color: rgba(66, 133, 244, .25) !important
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #8a8a8a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s
}

.form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  transform: scale(0)
}

.form-check-input[type=checkbox]:not(:checked):disabled + label:before, label.btn input[type=checkbox]:not(:checked):disabled + label:before {
  border: none;
  background-color: #bdbdbd
}

.form-check-input[type=checkbox]:checked + label:before, label.btn input[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #4285f4;
  border-bottom: 2px solid #4285f4;
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100% 100%
}

.form-check-input[type=checkbox]:checked:disabled + label:before, label.btn input[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd
}

.form-check-input[type=checkbox]:indeterminate + label:before, label.btn input[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 1.375rem;
  border-top: none;
  border-left: none;
  border-right: 2px solid #4285f4;
  border-bottom: none;
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100% 100%
}

.form-check-input[type=checkbox]:indeterminate:disabled + label:before, label.btn input[type=checkbox]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, .46);
  background-color: transparent
}

.form-check-input[type=checkbox].filled-in + label:after, label.btn input[type=checkbox].filled-in + label:after {
  border-radius: .125rem
}

.form-check-input[type=checkbox].filled-in + label:after, .form-check-input[type=checkbox].filled-in + label:before, label.btn input[type=checkbox].filled-in + label:after, label.btn input[type=checkbox].filled-in + label:before {
  content: '';
  left: 0;
  position: absolute;
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  z-index: 1
}

.form-check-input[type=checkbox].filled-in:not(:checked) + label:before, label.btn input[type=checkbox].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%
}

.form-check-input[type=checkbox].filled-in:not(:checked) + label:after, label.btn input[type=checkbox].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0;
  z-index: 0
}

.form-check-input[type=checkbox].filled-in:checked + label:before, label.btn input[type=checkbox].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%
}

.form-check-input[type=checkbox].filled-in:checked + label:after, label.btn input[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #a6c;
  background-color: #a6c;
  z-index: 0
}

.form-check-input[type=checkbox].filled-in.filled-in-danger:checked + label:after, label.btn input[type=checkbox].filled-in.filled-in-danger:checked + label:after {
  background-color: #f44336;
  border-color: #f44336
}

.form-check-input[type=checkbox]:disabled:not(:checked) + label:before, label.btn input[type=checkbox]:disabled:not(:checked) + label:before {
  background-color: #bdbdbd;
  border-color: #bdbdbd
}

.form-check-input[type=checkbox]:disabled:not(:checked) + label:after, label.btn input[type=checkbox]:disabled:not(:checked) + label:after {
  border-color: #bdbdbd;
  background-color: #bdbdbd
}

.form-check-input[type=checkbox]:disabled:checked + label:before, label.btn input[type=checkbox]:disabled:checked + label:before {
  background-color: transparent
}

.form-check-input[type=checkbox]:disabled:checked + label:after, label.btn input[type=checkbox]:disabled:checked + label:after {
  background-color: #bdbdbd;
  border-color: #bdbdbd
}

.select-wrapper .select-dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.select-label {
  position: absolute
}

.select-wrapper {
  position: relative
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: 0;
  height: 38px;
  line-height: 2.9rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 .94rem 0;
  padding: 0;
  display: block;
  text-overflow: ellipsis;
  z-index: 2
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, .3);
  border-bottom-color: rgba(0, 0, 0, .2);
  cursor: default
}

.select-wrapper input.select-dropdown .selected, .select-wrapper input.select-dropdown li:focus {
  background-color: rgba(0, 0, 0, .15)
}

.select-wrapper input.select-dropdown li.active {
  background: 0 0
}

.select-wrapper input.select-dropdown .fab, .select-wrapper input.select-dropdown .far, .select-wrapper input.select-dropdown .fas {
  color: inherit
}

.select-wrapper input.active {
  box-shadow: 0 1px 0 0 #4285f4;
  border-bottom: 1px solid #4285f4
}

.select-wrapper .search-wrap {
  padding: 1rem 0 0;
  display: block;
  margin: 0 .7rem
}

.select-wrapper .search-wrap .md-form {
  margin-top: 0;
  margin-bottom: 1rem
}

.select-wrapper .search-wrap .md-form input {
  padding-bottom: .4rem;
  margin-bottom: 0
}

.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: .8rem;
  font-size: .63rem
}

.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, .3)
}

.select-wrapper + label {
  position: absolute;
  top: 2.125rem;
  transition: .2s ease-out;
  color: #757575;
  font-weight: 300
}

.select-wrapper + label.active {
  transform: translateY(-14px);
  font-size: .8rem;
  top: 1.5rem;
  left: 15px
}

.select-wrapper + label.active-check {
  color: #4285f4
}

.select-wrapper + label.mdb-main-label {
  z-index: 1
}

.select-wrapper + label.disabled {
  color: rgba(0, 0, 0, .3)
}

.select-wrapper i {
  color: rgba(0, 0, 0, .3)
}

.select-wrapper ul {
  list-style-type: none;
  padding-left: 0
}

.select-wrapper.md-form > ul li label {
  top: 0;
  color: #4285f4;
  font-size: .9rem;
  transform: none
}

.select-wrapper.md-form > ul li.select-toggle-all label {
  padding-left: 38px
}

.select-wrapper.md-form.colorful-select > ul li.select-toggle-all:hover label {
  color: #fff
}

.select-wrapper.md-form.md-outline span.caret {
  padding-right: .75rem;
  padding-left: .75rem;
  color: #495057 !important
}

.select-wrapper.md-form.md-outline span.caret.active {
  color: #4285f4 !important
}

.select-wrapper.md-form.md-outline .dropdown-content {
  top: 2.7rem !important
}

.select-wrapper.md-form.md-outline input.select-dropdown {
  padding: .375rem .75rem;
  color: #495057
}

.select-wrapper.md-form.md-outline input.select-dropdown:focus {
  border-color: #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4
}

.select-wrapper.md-form.md-outline + label {
  position: absolute;
  transform: translateY(40%);
  left: 23px;
  color: #757575;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  padding-right: 5px;
  padding-left: 5px;
  top: .5em !important;
  z-index: 2 !important
}

.select-wrapper.md-form.md-outline + label.active {
  color: #4285f4
}

.select-wrapper .select-add-option {
  display: none;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  cursor: pointer;
  color: #4285f4
}

.select-wrapper ~ .invalid-feedback, .select-wrapper ~ .valid-feedback {
  margin-top: -1rem
}

select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none !important
}

select.browser-default {
  display: block !important
}

select:disabled {
  color: rgba(0, 0, 0, .3)
}

.select-dropdown [type=checkbox]:disabled:not(:checked) + label:before {
  margin-left: 0;
  margin-top: 3px
}

.select-dropdown ul {
  list-style-type: none;
  padding: 0
}

.select-dropdown li img {
  height: 30px;
  width: 30px;
  margin: .3rem .75rem;
  float: right
}

.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
  color: rgba(0, 0, 0, .3);
  background-color: transparent !important;
  cursor: context-menu
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, .7)
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, .4)
}

.multiple-select-dropdown li [type=checkbox] + label {
  height: .63rem
}

.dropdown-content {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 6.25rem;
  max-height: 40.625rem;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 1021;
  will-change: width, height
}

.dropdown-content li {
  clear: both;
  color: #1C497C;
  cursor: pointer;
  line-height: 1.3rem;
  width: 100%;
  text-align: left;
  text-transform: none
}

.dropdown-content li.active, .dropdown-content li:hover {
  background-color: #eee
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: .9rem;
  color: #212529;
  display: block;
  padding: .5rem
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit
}

.colorful-select .dropdown-content {
  padding: .5rem
}

.colorful-select .dropdown-content li.active span {
  color: #fff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.colorful-select .dropdown-content li.active span [type=checkbox]:checked + label:before {
  border-color: transparent #fff #fff transparent
}

.colorful-select .dropdown-content li a:hover, .colorful-select .dropdown-content li span:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  color: #fff !important;
  transition: .15s;
  border-radius: .125rem
}

.colorful-select .dropdown-content li a:hover [type=checkbox] + label:before, .colorful-select .dropdown-content li span:hover [type=checkbox] + label:before {
  border-color: #fff
}

.colorful-select .dropdown-content li a:hover [type=checkbox]:checked + label:before, .colorful-select .dropdown-content li span:hover [type=checkbox]:checked + label:before {
  border-color: transparent #fff #fff transparent
}

.colorful-select .dropdown-content li.disabled.active span, .colorful-select .dropdown-content li.optgroup.active span, .colorful-select .dropdown-content li:disabled.active span {
  box-shadow: none;
  color: rgba(0, 0, 0, .3) !important;
  border-bottom-color: rgba(0, 0, 0, .3);
  cursor: default
}

.colorful-select .dropdown-content li.disabled a:hover, .colorful-select .dropdown-content li.disabled span:hover, .colorful-select .dropdown-content li.optgroup a:hover, .colorful-select .dropdown-content li.optgroup span:hover, .colorful-select .dropdown-content li:disabled a:hover, .colorful-select .dropdown-content li:disabled span:hover {
  box-shadow: none;
  color: rgba(0, 0, 0, .3) !important;
  border-bottom-color: rgba(0, 0, 0, .3);
  cursor: default;
  background-color: #fff !important
}

.colorful-select .dropdown-content li.disabled label, .colorful-select .dropdown-content li.optgroup label, .colorful-select .dropdown-content li:disabled label {
  cursor: default
}

.dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover, .dropdown-primary .dropdown-content li.active {
  background-color: #4285f4 !important
}

.dropdown-primary .dropdown-content li.disabled.active {
  background-color: transparent !important
}

.dropdown-primary .search-wrap input:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4
}

.dropdown-danger .dropdown-content li a, .dropdown-danger .dropdown-content li span:hover, .dropdown-danger .dropdown-content li.active {
  background-color: #c00 !important
}

.dropdown-danger .dropdown-content li.disabled.active {
  background-color: transparent !important
}

.dropdown-danger .search-wrap input:focus {
  border-bottom: 1px solid #c00;
  box-shadow: 0 1px 0 0 #c00
}

.dropdown-default .dropdown-content li a, .dropdown-default .dropdown-content li span:hover, .dropdown-default .dropdown-content li.active {
  background-color: #2bbbad !important
}

.dropdown-default .dropdown-content li.disabled.active {
  background-color: transparent !important
}

.dropdown-default .search-wrap input:focus {
  border-bottom: 1px solid #2bbbad;
  box-shadow: 0 1px 0 0 #2bbbad
}

.dropdown-secondary .dropdown-content li a, .dropdown-secondary .dropdown-content li span:hover, .dropdown-secondary .dropdown-content li.active {
  background-color: #a6c !important
}

.dropdown-secondary .dropdown-content li.disabled.active {
  background-color: transparent !important
}

.dropdown-secondary .search-wrap input:focus {
  border-bottom: 1px solid #a6c;
  box-shadow: 0 1px 0 0 #a6c
}

.dropdown-success .dropdown-content li a, .dropdown-success .dropdown-content li span:hover, .dropdown-success .dropdown-content li.active {
  background-color: #00c851 !important
}

.dropdown-success .dropdown-content li.disabled.active {
  background-color: transparent !important
}

.dropdown-success .search-wrap input:focus {
  border-bottom: 1px solid #00c851;
  box-shadow: 0 1px 0 0 #00c851
}

.dropdown-info .dropdown-content li a, .dropdown-info .dropdown-content li span:hover, .dropdown-info .dropdown-content li.active {
  background-color: #33b5e5 !important
}

.dropdown-info .dropdown-content li.disabled.active {
  background-color: transparent !important
}

.dropdown-info .search-wrap input:focus {
  border-bottom: 1px solid #33b5e5;
  box-shadow: 0 1px 0 0 #33b5e5
}

.dropdown-warning .dropdown-content li a, .dropdown-warning .dropdown-content li span:hover, .dropdown-warning .dropdown-content li.active {
  background-color: #fb3 !important
}

.dropdown-warning .dropdown-content li.disabled.active {
  background-color: transparent !important
}

.dropdown-warning .search-wrap input:focus {
  border-bottom: 1px solid #fb3;
  box-shadow: 0 1px 0 0 #fb3
}

.dropdown-dark .dropdown-content li a, .dropdown-dark .dropdown-content li span:hover, .dropdown-dark .dropdown-content li.active {
  background-color: #2e2e2e !important
}

.dropdown-dark .dropdown-content li.disabled.active {
  background-color: transparent !important
}

.dropdown-dark .search-wrap input:focus {
  border-bottom: 1px solid #2e2e2e;
  box-shadow: 0 1px 0 0 #2e2e2e
}

.dropdown-ins .dropdown-content li a, .dropdown-ins .dropdown-content li span:hover, .dropdown-ins .dropdown-content li.active {
  background-color: #2e5e86 !important
}


.test-skin .card .btn-action:focus, .test-skin .card .btn-action:hover {
  background-color: #fff !important
}

.test-skin .card .btn-action.active {
  background-color: #ccc !important
}

.test-skin .md-outline input[type=date]:focus:not([readonly]), .test-skin .md-outline input[type=datetime-local]:focus:not([readonly]), .test-skin .md-outline input[type=email]:focus:not([readonly]), .test-skin .md-outline input[type=number]:focus:not([readonly]), .test-skin .md-outline input[type=password]:focus:not([readonly]), .test-skin .md-outline input[type=search-md]:focus:not([readonly]), .test-skin .md-outline input[type=search]:focus:not([readonly]), .test-skin .md-outline input[type=tel]:focus:not([readonly]), .test-skin .md-outline input[type=text]:focus:not([readonly]), .test-skin .md-outline input[type=time]:focus:not([readonly]), .test-skin .md-outline input[type=url]:focus:not([readonly]), .test-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #fff;
  box-shadow: inset 0 0 0 1px #fff
}

.test-skin .md-outline input[type=date]:focus:not([readonly]) + label, .test-skin .md-outline input[type=datetime-local]:focus:not([readonly]) + label, .test-skin .md-outline input[type=email]:focus:not([readonly]) + label, .test-skin .md-outline input[type=number]:focus:not([readonly]) + label, .test-skin .md-outline input[type=password]:focus:not([readonly]) + label, .test-skin .md-outline input[type=search-md]:focus:not([readonly]) + label, .test-skin .md-outline input[type=search]:focus:not([readonly]) + label, .test-skin .md-outline input[type=tel]:focus:not([readonly]) + label, .test-skin .md-outline input[type=text]:focus:not([readonly]) + label, .test-skin .md-outline input[type=time]:focus:not([readonly]) + label, .test-skin .md-outline input[type=url]:focus:not([readonly]) + label, .test-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #fff
}

.test-skin .md-bg input[type=date], .test-skin .md-bg input[type=datetime-local], .test-skin .md-bg input[type=email], .test-skin .md-bg input[type=number], .test-skin .md-bg input[type=password], .test-skin .md-bg input[type=search-md], .test-skin .md-bg input[type=search], .test-skin .md-bg input[type=tel], .test-skin .md-bg input[type=text], .test-skin .md-bg input[type=time], .test-skin .md-bg input[type=url], .test-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #ced4da, #ced4da)
}

.test-skin input[type=email]:focus:not([readonly]), .test-skin input[type=number]:focus:not([readonly]), .test-skin input[type=password]:focus:not([readonly]), .test-skin input[type=text]:focus:not([readonly]), .test-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #fff;
  box-shadow: 0 1px 0 0 #fff
}

.test-skin input[type=email]:focus:not([readonly]) + label, .test-skin input[type=number]:focus:not([readonly]) + label, .test-skin input[type=password]:focus:not([readonly]) + label, .test-skin input[type=text]:focus:not([readonly]) + label, .test-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #fff
}

.test-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.test-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.test-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #fff;
  border-color: #fff
}

.test-skin .md-form .prefix.active {
  color: #fff
}

.test-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #fff !important
}

.test-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #fff;
  box-shadow: inset 0 0 0 1px #fff
}

.test-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #fff
}

.test-skin .select-wrapper.colorful-select.md-form .dropdown-content li a, .test-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover, .test-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active {
  background-color: #fff !important
}

.test-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important
}

.test-skin .top-nav-collapse {
  background-color: #fff
}

.test-skin .carousel-multi-item .carousel-indicators li, .test-skin .carousel-multi-item .carousel-indicators li.active, .test-skin .carousel-multi-item .controls-top > a {
  background-color: #fff
}

.test-skin .card-header, .test-skin .form-header {
  background-color: #fff
}

.test-skin .spinner-primary-color, .test-skin .spinner-primary-color-only {
  border-color: #fff
}

.test-skin .pagination-primary-color .page-item.active .page-link, .test-skin .pagination-primary-color .page-item.active .page-link:focus, .test-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #fff
}

.test-skin .pagination-primary-color .page-link {
  color: #fff
}

.test-skin .pagination-primary-color .page-link:focus {
  box-shadow: none
}


.mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #1C497C
}

.mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover {
  background-color: #1dade2
}

.mdb-skin .navbar.double-nav a {
  color: #fff
}

.mdb-skin .navbar form .md-form .form-control {
  color: #fff;
  font-weight: 300
}

.mdb-skin .navbar form .md-form .form-control::-webkit-input-placeholder {
  color: #fff
}

.mdb-skin .navbar form .md-form .form-control:-ms-input-placeholder {
  color: #fff
}

.mdb-skin .navbar form .md-form .form-control::-ms-input-placeholder {
  color: #fff
}

.mdb-skin .navbar form .md-form .form-control::placeholder {
  color: #fff
}

.mdb-skin .page-footer {
  background-color: #243a51
}

.mdb-skin .side-nav {
  background-color: #224562
}

.mdb-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important
}

.mdb-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #178ab4
}

.mdb-skin .side-nav .social {
  border-bottom: 1px solid rgba(153, 153, 153, .3)
}

.mdb-skin .side-nav .social a:hover .fab, .mdb-skin .side-nav .social a:hover .far, .mdb-skin .side-nav .social a:hover .fas {
  color: #33b5e5 !important;
  transition: all .3s linear
}

.mdb-skin .side-nav .collapsible li {
  background-color: transparent
}

.mdb-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all .3s linear
}

.mdb-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(72, 198, 255, .8)
}

.mdb-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(72, 198, 255, .8)
}

.mdb-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff
}

.mdb-skin .side-nav .collapsible li .collapsible-body a.active, .mdb-skin .side-nav .collapsible li .collapsible-body a:active, .mdb-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #67d5ff
}

.mdb-skin .side-nav .collapsible li .collapsible-body a .fab, .mdb-skin .side-nav .collapsible li .collapsible-body a .far, .mdb-skin .side-nav .collapsible li .collapsible-body a .fas {
  color: #fff
}

.mdb-skin .side-nav .collapsible li a:not(.collapsible-header) {
  color: #fff;
  transition: all .3s linear
}

.mdb-skin .side-nav .collapsible li a:not(.collapsible-header).active, .mdb-skin .side-nav .collapsible li a:not(.collapsible-header):active, .mdb-skin .side-nav .collapsible li a:not(.collapsible-header):hover {
  color: #67d5ff !important
}

.mdb-skin .side-nav .sidenav-bg.mask-strong:after, .mdb-skin .side-nav .sidenav-bg:after {
  background: rgba(13, 36, 60, .8)
}

.mdb-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(13, 36, 60, .65)
}

.mdb-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(13, 36, 60, .5)
}

.mdb-skin .btn-primary {
  background-color: #33b5e5 !important;
  color: #fff
}

.mdb-skin .btn-primary:hover {
  background-color: #4abde8;
  color: #fff
}

.mdb-skin .btn-primary.focus, .mdb-skin .btn-primary:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin .btn-primary.active, .mdb-skin .btn-primary:active, .mdb-skin .btn-primary:focus {
  background-color: #14799e
}

.mdb-skin .btn-primary.dropdown-toggle {
  background-color: #33b5e5 !important
}

.mdb-skin .btn-primary.dropdown-toggle:focus, .mdb-skin .btn-primary.dropdown-toggle:hover {
  background-color: #4abde8 !important
}

.mdb-skin .btn-primary:not([disabled]):not(.disabled).active, .mdb-skin .btn-primary:not([disabled]):not(.disabled):active, .show > .mdb-skin .btn-primary.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #14799e !important
}

.mdb-skin .btn-primary:not([disabled]):not(.disabled).active:focus, .mdb-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .show > .mdb-skin .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin .primary-ic {
  color: #33b5e5 !important
}

.mdb-skin .primary-ic:focus, .mdb-skin .primary-ic:hover {
  color: #33b5e5
}

.mdb-skin a.btn:not([href]):not([tabindex]), .mdb-skin a.btn:not([href]):not([tabindex]):focus, .mdb-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

.mdb-skin table.table a.btn.btn-primary {
  color: #fff
}

.mdb-skin .btn-secondary {
  background-color: #0e3d67 !important;
  color: #fff
}

.mdb-skin .btn-secondary:hover {
  background-color: #114a7d;
  color: #fff
}

.mdb-skin .btn-secondary.focus, .mdb-skin .btn-secondary:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin .btn-secondary.active, .mdb-skin .btn-secondary:active, .mdb-skin .btn-secondary:focus {
  background-color: #02080d
}

.mdb-skin .btn-secondary.dropdown-toggle {
  background-color: #0e3d67 !important
}

.mdb-skin .btn-secondary.dropdown-toggle:focus, .mdb-skin .btn-secondary.dropdown-toggle:hover {
  background-color: #114a7d !important
}

.mdb-skin .btn-secondary:not([disabled]):not(.disabled).active, .mdb-skin .btn-secondary:not([disabled]):not(.disabled):active, .show > .mdb-skin .btn-secondary.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #02080d !important
}

.mdb-skin .btn-secondary:not([disabled]):not(.disabled).active:focus, .mdb-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .show > .mdb-skin .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin .secondary-ic {
  color: #0e3d67 !important
}

.mdb-skin .secondary-ic:focus, .mdb-skin .secondary-ic:hover {
  color: #0e3d67
}

.mdb-skin a.btn:not([href]):not([tabindex]), .mdb-skin a.btn:not([href]):not([tabindex]):focus, .mdb-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

.mdb-skin table.table a.btn.btn-secondary {
  color: #fff
}

.mdb-skin .btn-default {
  background-color: #1a6398 !important;
  color: #fff
}

.mdb-skin .btn-default:hover {
  background-color: #1e71ae;
  color: #fff
}

.mdb-skin .btn-default.focus, .mdb-skin .btn-default:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin .btn-default.active, .mdb-skin .btn-default:active, .mdb-skin .btn-default:focus {
  background-color: #0b2a41
}

.mdb-skin .btn-default.dropdown-toggle {
  background-color: #1a6398 !important
}

.mdb-skin .btn-default.dropdown-toggle:focus, .mdb-skin .btn-default.dropdown-toggle:hover {
  background-color: #1e71ae !important
}

.mdb-skin .btn-default:not([disabled]):not(.disabled).active, .mdb-skin .btn-default:not([disabled]):not(.disabled):active, .show > .mdb-skin .btn-default.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #0b2a41 !important
}

.mdb-skin .btn-default:not([disabled]):not(.disabled).active:focus, .mdb-skin .btn-default:not([disabled]):not(.disabled):active:focus, .show > .mdb-skin .btn-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin .default-ic {
  color: #1a6398 !important
}

.mdb-skin .default-ic:focus, .mdb-skin .default-ic:hover {
  color: #1a6398
}

.mdb-skin a.btn:not([href]):not([tabindex]), .mdb-skin a.btn:not([href]):not([tabindex]):focus, .mdb-skin a.btn:not([href]):not([tabindex]):hover {
  color: #fff
}

.mdb-skin table.table a.btn.btn-default {
  color: #fff
}

.mdb-skin .btn-outline-primary {
  border: 2px solid #33b5e5 !important;
  background-color: transparent !important;
  color: #33b5e5 !important
}

.mdb-skin .btn-outline-primary.active, .mdb-skin .btn-outline-primary:active, .mdb-skin .btn-outline-primary:active:focus, .mdb-skin .btn-outline-primary:focus, .mdb-skin .btn-outline-primary:hover {
  border-color: #33b5e5 !important;
  background-color: transparent !important;
  color: #33b5e5 !important
}

.mdb-skin .btn-outline-primary:not([disabled]):not(.disabled).active, .mdb-skin .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .mdb-skin .btn-outline-primary.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #33b5e5 !important
}

.mdb-skin .btn-outline-primary:not([disabled]):not(.disabled).active:focus, .mdb-skin .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .show > .mdb-skin .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin .btn-outline-secondary {
  border: 2px solid #0e3d67 !important;
  background-color: transparent !important;
  color: #0e3d67 !important
}

.mdb-skin .btn-outline-secondary.active, .mdb-skin .btn-outline-secondary:active, .mdb-skin .btn-outline-secondary:active:focus, .mdb-skin .btn-outline-secondary:focus, .mdb-skin .btn-outline-secondary:hover {
  border-color: #0e3d67 !important;
  background-color: transparent !important;
  color: #0e3d67 !important
}

.mdb-skin .btn-outline-secondary:not([disabled]):not(.disabled).active, .mdb-skin .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .mdb-skin .btn-outline-secondary.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #0e3d67 !important
}

.mdb-skin .btn-outline-secondary:not([disabled]):not(.disabled).active:focus, .mdb-skin .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .show > .mdb-skin .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin .btn-outline-default {
  border: 2px solid #1a6398 !important;
  background-color: transparent !important;
  color: #1a6398 !important
}

.mdb-skin .btn-outline-default.active, .mdb-skin .btn-outline-default:active, .mdb-skin .btn-outline-default:active:focus, .mdb-skin .btn-outline-default:focus, .mdb-skin .btn-outline-default:hover {
  border-color: #1a6398 !important;
  background-color: transparent !important;
  color: #1a6398 !important
}

.mdb-skin .btn-outline-default:not([disabled]):not(.disabled).active, .mdb-skin .btn-outline-default:not([disabled]):not(.disabled):active, .show > .mdb-skin .btn-outline-default.dropdown-toggle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: transparent !important;
  border-color: #1a6398 !important
}

.mdb-skin .btn-outline-default:not([disabled]):not(.disabled).active:focus, .mdb-skin .btn-outline-default:not([disabled]):not(.disabled):active:focus, .show > .mdb-skin .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin .card .btn-action {
  background: #1a6398
}

.mdb-skin .card .btn-action:focus, .mdb-skin .card .btn-action:hover {
  background-color: #1e71ae !important
}

.mdb-skin .card .btn-action.active {
  background-color: #0b2a41 !important
}

.mdb-skin .md-outline input[type=date]:focus:not([readonly]), .mdb-skin .md-outline input[type=datetime-local]:focus:not([readonly]), .mdb-skin .md-outline input[type=email]:focus:not([readonly]), .mdb-skin .md-outline input[type=number]:focus:not([readonly]), .mdb-skin .md-outline input[type=password]:focus:not([readonly]), .mdb-skin .md-outline input[type=search-md]:focus:not([readonly]), .mdb-skin .md-outline input[type=search]:focus:not([readonly]), .mdb-skin .md-outline input[type=tel]:focus:not([readonly]), .mdb-skin .md-outline input[type=text]:focus:not([readonly]), .mdb-skin .md-outline input[type=time]:focus:not([readonly]), .mdb-skin .md-outline input[type=url]:focus:not([readonly]), .mdb-skin .md-outline textarea:focus:not([readonly]) {
  border-color: #33b5e5;
  box-shadow: inset 0 0 0 1px #33b5e5
}

.mdb-skin .md-outline input[type=date]:focus:not([readonly]) + label, .mdb-skin .md-outline input[type=datetime-local]:focus:not([readonly]) + label, .mdb-skin .md-outline input[type=email]:focus:not([readonly]) + label, .mdb-skin .md-outline input[type=number]:focus:not([readonly]) + label, .mdb-skin .md-outline input[type=password]:focus:not([readonly]) + label, .mdb-skin .md-outline input[type=search-md]:focus:not([readonly]) + label, .mdb-skin .md-outline input[type=search]:focus:not([readonly]) + label, .mdb-skin .md-outline input[type=tel]:focus:not([readonly]) + label, .mdb-skin .md-outline input[type=text]:focus:not([readonly]) + label, .mdb-skin .md-outline input[type=time]:focus:not([readonly]) + label, .mdb-skin .md-outline input[type=url]:focus:not([readonly]) + label, .mdb-skin .md-outline textarea:focus:not([readonly]) + label {
  color: #33b5e5
}

.mdb-skin .md-bg input[type=date], .mdb-skin .md-bg input[type=datetime-local], .mdb-skin .md-bg input[type=email], .mdb-skin .md-bg input[type=number], .mdb-skin .md-bg input[type=password], .mdb-skin .md-bg input[type=search-md], .mdb-skin .md-bg input[type=search], .mdb-skin .md-bg input[type=tel], .mdb-skin .md-bg input[type=text], .mdb-skin .md-bg input[type=time], .mdb-skin .md-bg input[type=url], .mdb-skin .md-bg textarea.md-textarea {
  background-image: linear-gradient(to bottom, #33b5e5, #33b5e5), linear-gradient(to bottom, #ced4da, #ced4da)
}

.mdb-skin input[type=email]:focus:not([readonly]), .mdb-skin input[type=number]:focus:not([readonly]), .mdb-skin input[type=password]:focus:not([readonly]), .mdb-skin input[type=text]:focus:not([readonly]), .mdb-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #33b5e5;
  box-shadow: 0 1px 0 0 #33b5e5
}

.mdb-skin input[type=email]:focus:not([readonly]) + label, .mdb-skin input[type=number]:focus:not([readonly]) + label, .mdb-skin input[type=password]:focus:not([readonly]) + label, .mdb-skin input[type=text]:focus:not([readonly]) + label, .mdb-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #33b5e5
}

.mdb-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #33b5e5;
  border-bottom: 2px solid #33b5e5
}

.mdb-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.mdb-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #33b5e5;
  border-color: #33b5e5
}

.mdb-skin .md-form .prefix.active {
  color: #33b5e5
}

.mdb-skin .select-wrapper.colorful-select.md-form.md-outline span.caret.active {
  color: #33b5e5 !important
}

.mdb-skin .select-wrapper.colorful-select.md-form.md-outline input.select-dropdown:focus {
  border-color: #33b5e5;
  box-shadow: inset 0 0 0 1px #33b5e5
}

.mdb-skin .select-wrapper.colorful-select.md-form.md-outline + label.active {
  color: #33b5e5
}

.mdb-skin .select-wrapper.colorful-select.md-form .dropdown-content li a, .mdb-skin .select-wrapper.colorful-select.md-form .dropdown-content li span:hover, .mdb-skin .select-wrapper.colorful-select.md-form .dropdown-content li.active {
  background-color: #33b5e5 !important
}

.mdb-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled.active {
  background-color: transparent !important
}

.mdb-skin .top-nav-collapse {
  background-color: #243a51
}

.mdb-skin .carousel-multi-item .carousel-indicators li, .mdb-skin .carousel-multi-item .carousel-indicators li.active, .mdb-skin .carousel-multi-item .controls-top > a {
  background-color: #33b5e5
}

.mdb-skin .card-header, .mdb-skin .form-header {
  background-color: #3cb8e6
}

.mdb-skin .spinner-primary-color, .mdb-skin .spinner-primary-color-only {
  border-color: #33b5e5
}

.mdb-skin .pagination-primary-color .page-item.active .page-link, .mdb-skin .pagination-primary-color .page-item.active .page-link:focus, .mdb-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #33b5e5
}

.mdb-skin .pagination-primary-color .page-link {
  color: #33b5e5
}

.mdb-skin .pagination-primary-color .page-link:focus {
  box-shadow: none
}


.picker__input {
  cursor: default
}

.picker__input.picker__input--active {
  border-color: #0089ec
}

.picker {
  position: absolute;
  z-index: 10000;
  font-size: 1rem;
  line-height: 1.2;
  color: #1C497C;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.picker .picker__holder {
  position: fixed;
  width: 100%;
  overflow-y: auto;
  overflow-scrolling: touch;
  transition: background .15s ease-out, top 0s .15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.picker .picker__frame, .picker .picker__holder {
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0
}

.picker .picker__frame {
  position: absolute;
  width: 18.75rem;
  min-width: 16rem;
  max-width: 20.3125rem;
  max-height: 21.875rem;
  margin: 0 auto;
  opacity: 0;
  transition: all .15s ease-out
}

@media (min-height: 28.875em) {
  .picker .picker__frame {
    top: auto;
    bottom: -100%;
    max-height: 80%;
    overflow: visible
  }
}

@media (min-height: 40.125em) {
  .picker .picker__frame {
    margin-bottom: 7.5%
  }
}

.picker .picker__frame .picker__wrap {
  display: table;
  width: 100%;
  height: 100%
}

@media (min-height: 28.875em) {
  .picker .picker__frame .picker__wrap {
    display: block
  }
}

.picker .picker__box {
  display: table-cell;
  vertical-align: middle;
  background: #fff
}

@media (min-height: 28.875em) {
  .picker .picker__box {
    display: block;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 .75rem 2.25rem 1rem rgba(0, 0, 0, .24)
  }
}

.picker--opened .picker__holder {
  top: 0;
  zoom: 1;
  background: rgba(0, 0, 0, .32);
  transition: background .15s ease-out
}

.picker--opened .picker__frame {
  top: 0;
  opacity: 1
}

@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto
  }
}

.datepicker.picker__input.picker__input--active, .timepicker.picker__input.picker__input--active {
  border-bottom: 1px solid #e3f2fd
}

.picker__list {
  padding: .75em 0 4.2em;
  margin: 0;
  list-style: none
}

.picker__list-item {
  position: relative;
  padding: .75em 1.25em;
  margin-bottom: -1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em
  }
}

.picker__list-item:hover {
  z-index: 10;
  cursor: pointer;
  background: #b1dcfb;
  border-color: #0089ec
}

.picker__list-item--highlighted {
  z-index: 10;
  border-color: #0089ec
}

.picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted:hover {
  color: #1C497C;
  cursor: pointer;
  background: #b1dcfb
}

.picker--focused .picker__list-item--selected, .picker__list-item--selected, .picker__list-item--selected:hover {
  z-index: 10;
  background: #0089ec
}

.picker--focused .picker__list-item--disabled, .picker__list-item--disabled, .picker__list-item--disabled:hover {
  z-index: auto;
  color: #ddd;
  cursor: default;
  background: #f5f5f5;
  border-color: #f5f5f5
}

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  padding: 1em 1.25em;
  margin: 1em auto 0;
  font-size: .67em;
  background: 0 0;
  font-weight: 500;
  color: #666;
  border: 0;
  text-align: center;
  text-transform: uppercase
}

.picker--time .picker__button--clear:focus, .picker--time .picker__button--clear:hover {
  color: #1C497C;
  background: #b1dcfb;
  cursor: pointer;
  border-color: #e20;
  outline: 0
}

.picker--time .picker__button--clear::before {
  top: -.25em;
  font-size: 1.25em;
  font-weight: 700;
  color: #666
}

.picker--time .picker__frame {
  min-width: 16rem;
  max-width: 20rem
}

.picker--time .picker__box {
  padding: 0;
  font-size: 1em;
  background: #f2f2f2
}

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em
  }
}

.picker__date-display {
  text-align: center;
  padding-bottom: .9375rem;
  background-color: #4285f4;
  margin-bottom: 1rem;
  font-weight: 300
}

.picker__date-display .clockpicker-display {
  display: inline-block;
  vertical-align: middle;
  height: 5.3125rem;
  margin: auto;
  padding: .625rem;
  padding-bottom: 0;
  font-size: 4.375rem;
  color: #b2dfdb
}

.picker__date-display .clockpicker-display .clockpicker-display-column {
  float: left
}

.picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary {
  animation-name: pulse
}

.picker__date-display .clockpicker-display .clockpicker-display-column #click-am, .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm {
  cursor: pointer
}

.picker__date-display .clockpicker-display .clockpicker-display-am-pm {
  padding-left: .3125rem;
  vertical-align: bottom;
  height: 5.3125rem
}

.picker__date-display .clockpicker-display .clockpicker-display-am-pm .clockpicker-span-am-pm {
  display: inline-block;
  font-size: 1.4375rem;
  line-height: 1.5625rem;
  color: #b2dfdb
}

.picker__date-display .clockpicker-display .clockpicker-span-hours, .picker__date-display .clockpicker-display .clockpicker-span-minutes {
  animation-duration: .5s;
  cursor: pointer;
  transition: color .5s;
  animation-fill-mode: both
}

.clockpicker-display {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  height: 5.3125rem;
  margin: auto;
  padding: .625rem;
  padding-bottom: 0;
  font-size: 4.375rem;
  color: #b2dfdb
}

.clockpicker-display .clockpicker-display-column {
  float: left
}

.clockpicker-display .clockpicker-display-column #click-am.text-primary, .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary {
  animation-name: pulse
}

.clockpicker-display .clockpicker-display-column #click-am, .clockpicker-display .clockpicker-display-column #click-pm {
  cursor: pointer
}

.clockpicker-display .clockpicker-display-am-pm {
  padding-left: .3125rem;
  vertical-align: bottom;
  height: 5.3125rem
}

.clockpicker-display .clockpicker-display-am-pm .clockpicker-span-am-pm {
  display: inline-block;
  font-size: 1.4375rem;
  line-height: 1.5625rem;
  color: #b2dfdb
}

.clockpicker-display .clockpicker-span-hours, .clockpicker-display .clockpicker-span-minutes {
  animation-duration: .5s;
  animation-fill-mode: both;
  cursor: pointer;
  transition: color .5s
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1)
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}

.clockpicker-moving {
  cursor: move
}

.clockpicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 16.875rem;
  height: 16.875rem;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.clockpicker-plate .clockpicker-canvas, .clockpicker-plate .clockpicker-dial {
  width: 16.875rem;
  height: 16.875rem;
  position: absolute;
  left: -1px;
  top: -1px
}

.clockpicker-plate .clockpicker-dial {
  transition: transform 350ms, opacity 350ms
}

.clockpicker-plate .clockpicker-dial .clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 2.5rem;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 150, 136, 0);
  transition: background-color .3s
}

.clockpicker-plate .clockpicker-dial .clockpicker-tick.active, .clockpicker-plate .clockpicker-dial .clockpicker-tick:hover {
  background-color: rgba(0, 150, 136, .25)
}

.clockpicker-plate .clockpicker-minutes {
  visibility: hidden
}

.clockpicker-plate .clockpicker-dial-out {
  opacity: 0
}

.clockpicker-plate .clockpicker-hours.clockpicker-dial-out {
  transform: scale(1.2, 1.2)
}

.clockpicker-plate .clockpicker-minutes.clockpicker-dial-out {
  transform: scale(.8, .8)
}

.clockpicker-canvas {
  transition: opacity .3s
}

.clockpicker-canvas line {
  stroke: rgba(0, 150, 136, .25);
  stroke-width: 1
}

.clockpicker-canvas-out {
  opacity: .25
}

.clockpicker-canvas-bearing {
  fill: rgba(0, 77, 64, .75);
  stroke: none
}

.clockpicker-canvas-fg {
  fill: rgba(0, 77, 64, 0);
  stroke: none
}

.clockpicker-canvas-fg.active {
  fill: rgba(0, 77, 64, .5)
}

.clockpicker-canvas-bg {
  fill: rgba(0, 150, 136, .25);
  stroke: none
}

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 150, 136, .25)
}

.clockpicker-am-pm-block {
  width: 100%;
  height: 3.125rem;
  margin-top: -.625rem
}

.clockpicker-am-pm-block .clockpicker-button.am-button {
  float: left;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 0
}

.clockpicker-am-pm-block .clockpicker-button.pm-button {
  float: right;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 0
}

.btn-floating.btn-flat {
  padding: 0;
  color: #fff;
  background: #4285f4
}

.btn-floating.btn-flat:hover {
  box-shadow: none
}

.btn-floating.btn-flat:focus, .btn-floating.btn-flat:hover {
  background-color: #5a95f5
}

.btn-floating.btn-flat.active {
  background-color: #0b51c5;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.picker__footer {
  width: 100%
}

.picker__footer .clockpicker-button {
  margin: auto;
  margin-top: .9375rem;
  text-transform: uppercase;
  background-color: transparent
}

.picker__footer .clockpicker-button:focus {
  background-color: transparent
}

.picker__footer .clockpicker-button:active {
  background-color: rgba(0, 150, 136, .25)
}

.darktheme .picker__box {
  background-color: #212121
}

.darktheme .picker__box .picker__date-display {
  background-color: transparent
}

.darktheme .picker__box .picker__calendar-container .clockpicker-plate {
  background-color: transparent
}

.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick {
  background-color: rgba(255, 64, 129, 0)
}

.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick.active, .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick:hover {
  background-color: rgba(255, 64, 129, .25)
}

.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas line {
  stroke: rgba(255, 64, 129, .25)
}

.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bearing {
  fill: #fff
}

.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-fg {
  fill: rgba(255, 64, 129, 0)
}

.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-fg.active {
  fill: rgba(255, 64, 129, .5)
}

.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bg {
  fill: rgba(255, 64, 129, .25)
}

.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bg-trans {
  fill: rgba(255, 64, 129, .5)
}

.darktheme .picker__box .picker__footer .clockpicker-button:active {
  background-color: rgba(255, 64, 129, .25)
}

.picker__box {
  padding: 0;
  border-radius: .125rem;
  overflow: hidden
}

.picker__box .picker__header {
  text-align: center;
  position: relative;
  margin-bottom: 1.25rem
}

.picker__box .picker__header select {
  display: inline-block !important
}

.picker__box .picker__header .picker__date-display {
  display: flex;
  justify-content: center;
  background-color: #4285f4;
  font-weight: 400;
  padding-bottom: .3125rem
}

.picker__box .picker__header .picker__date-display .picker__weekday-display {
  padding: .875rem .4375rem .3125rem .5rem;
  letter-spacing: .5;
  font-size: 2.1rem;
  margin-top: 1.25rem
}

.picker__box .picker__header .picker__date-display .picker__month-display {
  font-size: 2.1rem;
  padding: .875rem .3125rem .25rem;
  margin-top: 1.25rem
}

.picker__box .picker__header .picker__date-display .picker__day-display {
  font-size: 2.1rem;
  padding: .875rem .3125rem .25rem;
  margin-top: 1.25rem
}

.picker__box .picker__header .picker__date-display .picker__year-display {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, .4);
  position: absolute;
  top: .625rem;
  left: 45%
}

.picker__box .picker__header .picker__month, .picker__box .picker__header .picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em
}

.picker__box .picker__header .picker__select--month, .picker__box .picker__header .picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
  border: none;
  background: 0 0;
  border-bottom: 1px solid #ced4da;
  outline: 0
}

.picker__box .picker__header .picker__select--month:focus, .picker__box .picker__header .picker__select--year:focus {
  border-color: rgba(0, 0, 0, .05)
}

.picker__box .picker__header .picker__select--year {
  width: 30%
}

.picker__box .picker__header .picker__select--month.browser-default {
  display: inline;
  width: 40%
}

.picker__box .picker__header .picker__select--year.browser-default {
  display: inline;
  width: 25%
}

.picker__box .picker__header .picker__nav--next, .picker__box .picker__header .picker__nav--prev {
  position: absolute;
  padding: .1875rem .625rem;
  box-sizing: content-box
}

.picker__box .picker__header .picker__nav--next:hover, .picker__box .picker__header .picker__nav--prev:hover {
  cursor: pointer;
  color: #1C497C
}

.picker__box .picker__header .picker__nav--next:before, .picker__box .picker__header .picker__nav--prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block
}

.picker__box .picker__header .picker__nav--prev {
  left: -.5em;
  padding-right: 1.25em
}

.picker__box .picker__header .picker__nav--prev:before {
  content: "\f104"
}

.picker__box .picker__header .picker__nav--next {
  right: -.2em;
  padding-left: 1.25em
}

.picker__box .picker__header .picker__nav--next:before {
  content: "\f105"
}

.picker__box .picker__header .picker__nav--disabled, .picker__box .picker__header .picker__nav--disabled:before, .picker__box .picker__header .picker__nav--disabled:before:hover, .picker__box .picker__header .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5
}

.picker__box .picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em
}

.picker__box .picker__table td, .picker__box .picker__table th {
  text-align: center
}

.picker__box .picker__table td {
  margin: 0;
  padding: 0
}

.picker__box .picker__table .picker__weekday {
  width: 14%;
  font-size: .9em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500
}

@media (min-height: 33.875em) {
  .picker__box .picker__table .picker__weekday {
    padding-bottom: .25em
  }
}

.picker__box .picker__table .picker__day--today {
  position: relative;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent
}

.picker__box .picker__table .picker__day.picker__day--today {
  color: #4285f4
}

.picker__box .picker__table .picker__day--disabled:before {
  border-top-color: #aaa
}

.picker__box .picker__table .picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: #595959 transparent
}

.picker__box .picker__table .picker__day--infocus:hover {
  cursor: pointer;
  color: #1C497C;
  font-weight: 500
}

.picker__box .picker__table .picker__day--outfocus {
  display: none;
  padding: .75rem 0
}

.picker__box .picker__table .picker__day--outfocus:hover {
  cursor: pointer;
  color: #ddd;
  font-weight: 500
}

.picker__box .picker__table .picker--focused .picker__day--highlighted, .picker__box .picker__table .picker__day--highlighted:hover {
  cursor: pointer
}

.picker__box .picker__table .picker--focused, .picker__box .picker__table .picker__day--selected, .picker__box .picker__table .picker__day--selected:hover {
  border-radius: 50%;
  transform: scale(.9);
  background-color: #4285f4;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.picker__box .picker__table .picker--focused.picker__day--outfocus, .picker__box .picker__table .picker__day--selected.picker__day--outfocus, .picker__box .picker__table .picker__day--selected:hover.picker__day--outfocus {
  background-color: #ecf2fc
}

.picker__box .picker__table .picker--focused, .picker__box .picker__table .picker__day--disabled, .picker__box .picker__table .picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default
}

.picker__box .picker__table .picker__day--highlighted.picker__day--disabled, .picker__box .picker__table .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb
}

.picker__box .picker__footer {
  text-align: right;
  padding: .3125rem .625rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.picker__box .picker__footer .picker__button--clear, .picker__box .picker__footer .picker__button--close, .picker__box .picker__footer .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: 1rem 0 .7rem 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase
}

.picker__box .picker__footer .picker__button--clear:hover, .picker__box .picker__footer .picker__button--close:hover, .picker__box .picker__footer .picker__button--today:hover {
  cursor: pointer;
  color: #1C497C;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb
}

.picker__box .picker__footer .picker__button--clear:focus, .picker__box .picker__footer .picker__button--close:focus, .picker__box .picker__footer .picker__button--today:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, .05);
  outline: 0
}

.picker__box .picker__footer .picker__button--clear:before, .picker__box .picker__footer .picker__button--close:before, .picker__box .picker__footer .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0
}

.picker__box .picker__footer .picker__button--clear:before, .picker__box .picker__footer .picker__button--today:before {
  content: " ";
  margin-right: .45em
}

.picker__box .picker__footer .picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent
}

.picker__box .picker__footer .picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20
}

.picker__box .picker__footer .picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777
}

.picker__box .picker__footer .picker__button--today[disabled], .picker__box .picker__footer .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default
}

.picker__box .picker__footer .picker__button--today[disabled]:before {
  border-top-color: #aaa
}

.picker__calendar-container {
  padding: 0 1rem
}

.picker__calendar-container thead {
  border: none
}

.fixed-sn .double-nav, .fixed-sn footer, .fixed-sn main {
  padding-left: 15rem
}

.fixed-sn main {
  padding-top: 5.5rem
}

@media (max-width: 1440px) {
  .fixed-sn .double-nav, .fixed-sn footer, .fixed-sn main {
    padding-left: 0
  }
}

@media (min-width: 600px) {
  .fixed-sn .page-footer .container-fluid, .fixed-sn main {
    margin-right: 2%;
    margin-left: 2%
  }
}

@media (min-width: 992px) {
  .fixed-sn .page-footer .container-fluid, .fixed-sn main {
    margin-right: 5%;
    margin-left: 5%
  }
}

@media (min-width: 1200px) {
  .fixed-sn .page-footer .container-fluid, .fixed-sn main {
    margin-right: 6%;
    margin-left: 6%
  }
}

.hidden-sn main {
  padding-top: 5.5rem
}

.hidden-sn .button-collapse {
  position: relative;
  display: block;
  padding-left: 0;
  margin-right: .625rem;
  margin-left: -.375rem;
  font-size: 1.4rem
}

.mdb-feed .news {
  display: flex
}

.mdb-feed .news .label {
  display: block;
  flex: 0 0 auto;
  align-self: stretch;
  width: 2.5rem
}

.mdb-feed .news .label img {
  width: 100%;
  height: auto
}

.mdb-feed .news .excerpt {
  display: block;
  flex: 1 1 auto;
  align-self: stretch;
  margin: 0 0 1.2rem 1.2rem;
  word-wrap: break-word
}

.mdb-feed .news .excerpt .brief {
  padding-bottom: .5rem;
  font-weight: 500
}

.mdb-feed .news .excerpt .brief a {
  color: #4285f4
}

.mdb-feed .news .excerpt .brief .name {
  display: inline-block;
  vertical-align: baseline
}

.mdb-feed .news .excerpt .brief .date {
  display: inline-block;
  float: none;
  padding-left: .7rem;
  font-size: .86rem;
  font-weight: 300;
  color: #9e9e9e
}

.mdb-feed .news .excerpt .added-images {
  margin-bottom: .6rem
}

.mdb-feed .news .excerpt .added-images img {
  display: inline-block;
  width: 7rem;
  margin-right: .3rem
}

.mdb-feed .news .excerpt .added-text {
  max-width: 450px;
  margin-bottom: .6rem
}

.mdb-feed .news .excerpt .feed-footer .like {
  font-size: .86rem;
  font-weight: 300;
  color: #9e9e9e
}

.mdb-feed .news .excerpt .feed-footer .like:hover .fab, .mdb-feed .news .excerpt .feed-footer .like:hover .far, .mdb-feed .news .excerpt .feed-footer .like:hover .fas {
  color: #f44336;
  transition: .4s
}

.mdb-feed .news .excerpt .feed-footer .like:hover span {
  color: #1C497C;
  transition: .4s
}

.mdb-feed .news .excerpt .feed-footer .like .fab, .mdb-feed .news .excerpt .feed-footer .like .far, .mdb-feed .news .excerpt .feed-footer .like .fas {
  padding-right: .5rem
}

.mdb-feed .news .excerpt .feed-footer span a {
  padding-right: .3rem;
  color: #4285f4;
  cursor: default
}

.mdb-feed .news .excerpt .feed-footer .thumbs .fab, .mdb-feed .news .excerpt .feed-footer .thumbs .far, .mdb-feed .news .excerpt .feed-footer .thumbs .fas {
  color: #9e9e9e;
  transition: .4s
}

.mdb-feed .news .excerpt .feed-footer .thumbs .fab:hover, .mdb-feed .news .excerpt .feed-footer .thumbs .far:hover, .mdb-feed .news .excerpt .feed-footer .thumbs .fas:hover {
  color: #757575
}

.mdb-feed .news .excerpt .feed-footer .thumbs .fa-thumbs-up {
  padding-right: .3rem
}

.mdb-feed .news .excerpt .feed-footer .comment {
  color: #9e9e9e
}

.card-personal .card-body .card-title {
  margin-bottom: .3rem;
  font-weight: 400
}

.card-personal .card-body .card-title.title-one {
  transition: .4s
}

.card-personal .card-body .card-title.title-one:hover {
  color: #4285f4
}

.card-personal .card-body .card-meta {
  font-size: .86rem;
  font-weight: 300;
  color: #757575
}

.card-personal .card-body .card-meta .fab, .card-personal .card-body .card-meta .far, .card-personal .card-body .card-meta .fas {
  padding-right: .5rem
}

.card-personal .card-body span {
  transition: .5s
}

.card-personal .card-body span:hover {
  color: #4285f4
}

.news-card .content .right-side-meta {
  float: right;
  margin-top: .3rem;
  font-weight: 300;
  color: #9e9e9e
}

.news-card .content .avatar-img {
  width: 2rem;
  margin-right: 1rem
}

.news-card .content img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 50%
}

.news-card .social-meta .fab, .news-card .social-meta .far, .news-card .social-meta .fas {
  padding-right: .6rem
}

.news-card .social-meta .fa-heart-o {
  color: rgba(0, 0, 0, .4);
  cursor: pointer;
  transition: .53s
}

.news-card .social-meta .fa-heart-o:hover {
  color: #f44336
}

.news-card .social-meta span {
  float: right
}

.news-card .md-form {
  margin-top: 1.3rem;
  margin-bottom: .3rem
}

.news-card .md-form .prefix {
  margin-left: .2rem;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, .4)
}

.news-card .md-form .prefix .md-form .prefix ~ textarea, .news-card .md-form .prefix ~ input {
  width: calc(100% - 4rem)
}

.news-card .md-form .prefix.active {
  color: rgba(0, 0, 0, .4)
}

.news-card .md-form .form-control {
  height: 1.3rem;
  padding-top: 0;
  padding-bottom: .5rem;
  margin-bottom: 0;
  margin-left: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.team-section .avatar img {
  max-width: 200px;
  height: auto
}

.team-section .avatar img.rounded-circle {
  max-width: 150px
}

.testimonial-carousel .carousel-control {
  top: 50%;
  background-image: none;
  transform: translateY(-35%)
}

.testimonial-carousel .carousel-control::before {
  font-size: 5rem;
  color: rgba(0, 0, 0, .6);
  transition: .4s
}

.testimonial-carousel .carousel-control:hover::before {
  color: #1C497C;
  transition: .4s
}

.testimonial-carousel .carousel-control.left {
  left: 6%
}

.testimonial-carousel .carousel-control.left::before {
  content: "\2039"
}

.testimonial-carousel .carousel-control.right {
  right: 6%
}

.testimonial-carousel .carousel-control.right::before {
  content: "\203a"
}

.testimonial-carousel .testimonial {
  margin-right: 23%;
  margin-left: 23%
}

.testimonial-carousel .testimonial .avatar img {
  max-width: 170px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.magazine-section .single-news {
  border-bottom: 1px solid #e0e0e0
}

.magazine-section .single-news:last-of-type {
  border-bottom: none
}

.pricing-card {
  text-align: center
}

.pricing-card ul {
  padding: 0;
  list-style-type: none
}

.pricing-card .header {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.pricing-card .option {
  padding: 2.5rem;
  margin-bottom: 0;
  font-weight: 500
}

.pricing-card .price {
  position: relative;
  padding-top: 3.94rem
}

.pricing-card .price .number {
  padding: 1.5rem;
  font-size: 5rem;
  font-weight: 300
}

.pricing-card .price .number::before {
  position: absolute;
  margin-top: .7rem;
  margin-left: -1.2rem;
  font-size: 1.88rem;
  content: "$"
}

.pricing-card .price .number::after {
  position: absolute;
  margin-top: 3rem;
  font-size: 1.88rem;
  content: "/mo"
}

.pricing-card .price .version {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, .3);
  border-radius: .25rem .25rem 0 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.pricing-card .striped {
  padding: 1rem
}

.pricing-card .striped li {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(238, 238, 238, .298039)
}

.pricing-card .striped.green-striped li {
  border-color: #33c28a
}

.pricing-card .striped.orange-striped li {
  border-color: #e97d63
}

.pricing-card .striped.purple-striped li {
  border-color: #963c94
}

.pricing-card .striped.darker-striped li {
  border-bottom: 1px solid rgba(153, 153, 153, .298039)
}

.pricing-card .card-background {
  background-color: #28283f;
  border-radius: 0 0 .25rem .25rem
}

.card .card-circle {
  width: 7.5rem;
  height: 7.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 50%
}

.card .card-circle .fab, .card .card-circle .far, .card .card-circle .fas {
  font-size: 4rem
}

.contact-section .form .btn-floating {
  position: relative;
  bottom: 3rem;
  float: right;
  margin-right: 0
}

.contact-section .contact {
  background-color: #103f6d;
  border-radius: 0 .25rem .25rem 0
}

.contact-section .contact .fab, .contact-section .contact .far, .contact-section .contact .fas {
  color: #6b89a5
}

code[class*=language-], pre[class*=language-] {
  color: #1C497C;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}

code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc
}

code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc
}

@media print {
  code[class*=language-], pre[class*=language-] {
    text-shadow: none
  }
}

pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto
}

:not(pre) > code[class*=language-], pre[class*=language-] {
  background: #f5f2f0
}

:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: #708090
}

.token.punctuation {
  color: #999
}

.namespace {
  opacity: .7
}

.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
  color: #905
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
  color: #690
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5)
}

.token.atrule, .token.attr-value, .token.keyword {
  color: #07a
}

.token.class-name, .token.function {
  color: #dd4a68
}

.token.important, .token.regex, .token.variable {
  color: #e90
}

.token.bold, .token.important {
  font-weight: 700
}

.token.italic {
  font-style: italic
}

.token.entity {
  cursor: help
}

pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber
}

pre.line-numbers > code {
  position: relative;
  white-space: inherit
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: .8em;
  text-align: right
}

.prism-previewer, .prism-previewer:after, .prism-previewer:before {
  position: absolute;
  pointer-events: none
}

.prism-previewer, .prism-previewer:after {
  left: 50%
}

.prism-previewer {
  margin-top: -48px;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s
}

.prism-previewer.flipped {
  margin-top: 0;
  margin-bottom: -48px
}

.prism-previewer:after, .prism-previewer:before {
  content: '';
  position: absolute;
  pointer-events: none
}

.prism-previewer:before {
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -5px;
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .5) inset, 0 0 10px rgba(0, 0, 0, .75)
}

.prism-previewer:after {
  top: 100%;
  width: 0;
  height: 0;
  margin: 5px 0 0 -7px;
  border: 7px solid transparent;
  border-color: rgba(255, 0, 0, 0);
  border-top-color: #fff
}

.prism-previewer.flipped:after {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  border-top-color: rgba(255, 0, 0, 0);
  border-bottom-color: #fff
}

.prism-previewer.active {
  opacity: 1
}

.prism-previewer-angle:before {
  border-radius: 50%;
  background: #fff
}

.prism-previewer-angle:after {
  margin-top: 4px
}

.prism-previewer-angle svg {
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.prism-previewer-angle[data-negative] svg {
  -webkit-transform: scaleX(-1) rotate(-90deg);
  -moz-transform: scaleX(-1) rotate(-90deg);
  -ms-transform: scaleX(-1) rotate(-90deg);
  -o-transform: scaleX(-1) rotate(-90deg);
  transform: scaleX(-1) rotate(-90deg)
}

.prism-previewer-angle circle {
  fill: transparent;
  stroke: #2d3438;
  stroke-opacity: .9;
  stroke-width: 32;
  stroke-dasharray: 0, 500
}

.prism-previewer-gradient {
  background-image: linear-gradient(45deg, #bbb 25%, transparent 25%, transparent 75%, #bbb 75%, #bbb), linear-gradient(45deg, #bbb 25%, #eee 25%, #eee 75%, #bbb 75%, #bbb);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  width: 64px;
  margin-left: -32px
}

.prism-previewer-gradient:before {
  content: none
}

.prism-previewer-gradient div {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .5) inset, 0 0 10px rgba(0, 0, 0, .75)
}

.prism-previewer-color {
  background-image: linear-gradient(45deg, #bbb 25%, transparent 25%, transparent 75%, #bbb 75%, #bbb), linear-gradient(45deg, #bbb 25%, #eee 25%, #eee 75%, #bbb 75%, #bbb);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px
}

.prism-previewer-color:before {
  background-color: inherit;
  background-clip: padding-box
}

.prism-previewer-easing {
  margin-top: -76px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: #1C497C
}

.prism-previewer-easing.flipped {
  margin-bottom: -116px
}

.prism-previewer-easing svg {
  width: 60px;
  height: 60px
}

.prism-previewer-easing circle {
  fill: #2d3438;
  stroke: #fff
}

.prism-previewer-easing path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 4
}

.prism-previewer-easing line {
  stroke: #fff;
  stroke-opacity: .5;
  stroke-width: 2
}

@-webkit-keyframes prism-previewer-time {
  0% {
    stroke-dasharray: 0, 500;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 100, 500;
    stroke-dashoffset: 0
  }
  100% {
    stroke-dasharray: 0, 500;
    stroke-dashoffset: -100
  }
}

@-o-keyframes prism-previewer-time {
  0% {
    stroke-dasharray: 0, 500;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 100, 500;
    stroke-dashoffset: 0
  }
  100% {
    stroke-dasharray: 0, 500;
    stroke-dashoffset: -100
  }
}

@-moz-keyframes prism-previewer-time {
  0% {
    stroke-dasharray: 0, 500;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 100, 500;
    stroke-dashoffset: 0
  }
  100% {
    stroke-dasharray: 0, 500;
    stroke-dashoffset: -100
  }
}

@keyframes prism-previewer-time {
  0% {
    stroke-dasharray: 0, 500;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 100, 500;
    stroke-dashoffset: 0
  }
  100% {
    stroke-dasharray: 0, 500;
    stroke-dashoffset: -100
  }
}

.prism-previewer-time:before {
  border-radius: 50%;
  background: #fff
}

.prism-previewer-time:after {
  margin-top: 4px
}

.prism-previewer-time svg {
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.prism-previewer-time circle {
  fill: transparent;
  stroke: #2d3438;
  stroke-opacity: .9;
  stroke-width: 32;
  stroke-dasharray: 0, 500;
  stroke-dashoffset: 0;
  -webkit-animation: prism-previewer-time linear infinite 3s;
  -moz-animation: prism-previewer-time linear infinite 3s;
  -o-animation: prism-previewer-time linear infinite 3s;
  animation: prism-previewer-time linear infinite 3s
}

.docs-pills .btn-copy-code, .docs-tab-content .btn-copy-code {
  position: absolute !important;
  top: 8px;
  right: .6rem
}

.docs-pills .btn-copy-code, .docs-tab-content .export-to-snippet {
  position: absolute;
  top: 8px;
  right: 20px;
  background-color: transparent !important
}

.docs-pills {
  position: relative !important
}

.docs-pills pre[class*=language-] {
  margin-top: 0
}

pre.line-numbers {
  position: relative;
  padding-left: 3.8em !important;
  counter-reset: linenumber
}

pre.line-numbers > code {
  position: relative;
  white-space: inherit
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: .8em;
  text-align: right
}

.code-toolbar {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.text-sm {
  font-size: .785rem;
  line-height: 1rem
}

.card-intro {
  padding-left: 0 !important;
  margin-top: 67px
}

@media (min-width: 1441px) {
  .card-intro {
    padding-left: 240px !important
  }
}

.hidden-sn .card-intro {
  padding-left: 0 !important
}

.card-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important
}

.card-body h1 {
  margin-bottom: 0
}

.sky-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#0acffe), to(#495aff));
  background: -webkit-linear-gradient(left, #0acffe 0, #495aff 100%);
  background: -o-linear-gradient(left, #0acffe 0, #495aff 100%);
  background: linear-gradient(to right, #0acffe 0, #495aff 100%)
}

.users-listing-small img {
  width: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.users-listing-small .media h5 {
  font-size: 16px
}

.main-title, .primary-heading, .secondary-heading, .section-heading, .title {
  margin-bottom: 1rem
}

.main-title::before, .primary-heading::before, .secondary-heading::before, .section-heading::before, .title::before {
  z-index: -1;
  display: block;
  visibility: hidden;
  content: ""
}

.main-title::before, .secondary-heading::before, .title::before {
  height: 6rem;
  margin-top: -6rem
}

.primary-heading::before, .section-heading::before {
  height: 4rem;
  margin-top: -4rem
}

.customer-logo-carousel.customer-logo-carousel {
  display: block;
  width: 117px;
  height: 40px;
  margin: auto;
  overflow: hidden;
  text-indent: -666px;
  background-image: url(https://mdbootstrap.com/img/sprites/customers.png);
  background-repeat: no-repeat;
  -webkit-background-size: 1402px 40px;
  background-size: 1402px 40px
}

.customer-logo-carousel.customer-logo-carousel.nike {
  background-position: 0 0
}

.customer-logo-carousel.customer-logo-carousel.amazon {
  background-position: -117px 0
}

.customer-logo-carousel.customer-logo-carousel.sony {
  background-position: -234px 0
}

.customer-logo-carousel.customer-logo-carousel.samsung {
  background-position: -351px 0
}

.customer-logo-carousel.customer-logo-carousel.airbus {
  background-position: -468px 0
}

.customer-logo-carousel.customer-logo-carousel.yahoo {
  background-position: -585px 0
}

.customer-logo-carousel.customer-logo-carousel.deloitte {
  background-position: -702px 0
}

.customer-logo-carousel.customer-logo-carousel.ge {
  background-position: -819px 0
}

.customer-logo-carousel.customer-logo-carousel.kpmg {
  background-position: -936px 0
}

.customer-logo-carousel.customer-logo-carousel.unity {
  background-position: -1053px 0
}

.customer-logo-carousel.customer-logo-carousel.ikea {
  background-position: -1170px 0
}

.customer-logo-carousel.customer-logo-carousel.aegon {
  background-position: -1287px 0
}

.error404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh
}

.error404 main {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto
}

.switch-version {
  position: fixed;
  top: 300px;
  right: 0;
  width: 40px;
  background: #fff;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.switch-version a:first-child > .switch-to {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px
}

.switch-version a:last-child > .switch-to {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.switch-to {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(https://mdbootstrap.com/img/logo/mdb-angular.png);
  background-repeat: no-repeat
}

.switch-to.active {
  background-color: rgba(0, 0, 0, .15)
}

.switch-to.mdb-jquery {
  background-position: 0 -40px
}

.switch-to.mdb-angular {
  background-position: 0 0
}

.switch-to.mdb-vue {
  background-position: 0 -80px
}

.switch-to.mdb-react {
  background-position: 0 -120px
}

#scrollspy .nav-item {
  width: 100%
}

#scrollspy a {
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.1rem;
  padding: 0 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #1C497C
}

#scrollspy li .active {
  font-weight: 600
}

.tag-common {
  background-color: #eee;
  color: #212529 !important;
  font-weight: 500
}

.product_meta {
  position: absolute;
  top: -1000px
}

.checkout-preloader-container {
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5)
}

#order_cart_content, #tabCheckoutAddons {
  position: relative
}

.shrink {
  width: 0;
  height: 0;
  padding: 0 !important;
  margin-bottom: 0 !important
}

.woocommerce label[for=mailchimp_woocommerce_newsletter] {
  display: none !important
}

#license-type-tabs .nav-item .nav-link:not(.active) {
  border: 1px solid rgba(0, 0, 0, .25)
}

#individuals_radio .fa-check {
  display: none
}

#individuals_radio label.active .fa-check {
  display: inline-block;
  color: #fff
}

.table-products img {
  max-width: 100px;
  max-height: 100px
}

.table-products tr td, .table-products tr th {
  vertical-align: middle
}

.documentation .docs-section {
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #666
}

.documentation .main-title {
  font-size: 2rem;
  font-weight: 700 !important
}

.documentation .section-title {
  font-size: 1.4rem;
  font-weight: 500 !important
}

.documentation section .code-toolbar {
  position: relative
}

.documentation section .code-toolbar .btn-copy-code {
  position: absolute;
  top: 8px;
  right: .6rem;
  background: #f5f2f0 !important
}

.documentation section .code-toolbar .export-to-snippet {
  position: absolute;
  top: 8px;
  right: 20px;
  background-color: transparent !important
}

.documentation section .docs-pills .code-toolbar {
  position: static !important
}

.documentation section .docs-pills .btn-copy-code {
  background-color: transparent !important
}

.documentation .doc-title {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 2rem 0;
  margin: 5rem 0 2rem;
  text-transform: uppercase;
  font-size: 2rem
}

.documentation .doc-title.doc-first {
  border-top: none;
  margin-top: 0;
  padding-top: 1.2rem
}

.documentation .doc-title.doc-subtitle {
  text-transform: none;
  border-top: none;
  font-size: 1.7rem;
  margin-top: 2rem
}

.documentation .doc-title .btn {
  margin-top: -2px
}

@media (max-width: 776px) {
  .documentation .doc-title .btn {
    margin-top: 1rem;
    display: block
  }
}

.documentation .col-example {
  padding: 1rem;
  background-color: #33b5e5;
  border: 2px solid #fff;
  color: #fff;
  text-align: center
}

.documentation .example-td {
  padding: 1rem;
  background-color: #33b5e5 !important;
  border: 2px solid #fff !important;
  color: #fff
}

.documentation .example-parent {
  background-color: #eee !important
}

.documentation li.circle-li {
  list-style-type: disc
}

.documentation ul.ul-flex {
  padding-left: 3rem
}

.documentation .is-visible {
  background-color: #bbdefb
}

.documentation .is-hidden {
  color: #9e9e9e
}

.documentation .scroll-box {
  position: relative
}

.documentation .scrollspy-example {
  overflow-y: scroll;
  position: relative;
  height: 200px;
  padding: 1rem
}

.documentation .dzik:after {
  content: "Wrrr. jestem wielkim strasznym dzikiem"
}

.documentation footer {
  padding-left: 0
}

.color-block {
  text-align: center;
  height: 130px;
  color: #fff;
  padding: 40px
}

.color-block-dark {
  height: 130px;
  text-align: center;
  color: #fff;
  padding: 40px
}

.color-block-dark h5 {
  font-size: 1rem
}

.dynamic-color .col-md-4 {
  margin-bottom: 2rem
}

.dynamic-color .col-md-4 div {
  padding: 7px 20px 7px 20px
}

.docs-pills {
  padding: 0;
  margin: 1.5rem 0;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.docs-pills .nav {
  border-bottom: 1px solid #e0e0e0
}

.docs-pills .tab-content {
  padding: 0
}

.docs-pills .code-toolbar {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.docs-tabs {
  margin-top: 1rem
}

.docs-tabs .nav-link {
  margin-right: 8px;
  margin-bottom: -1px;
  color: #212529;
  border-color: rgba(0, 0, 0, .15);
  border-style: solid;
  border-width: 1px 1px 0 1px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0
}

.docs-tabs .nav-link.active {
  font-weight: 600;
  background: #eaeaea
}

.docs-tab-content {
  position: relative;
  border: 1px solid rgba(0, 0, 0, .15);
  padding: 0
}

.docs-tab-content pre[class*=language-] {
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.docs-tab-content .code-toolbar {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.mdbsh-live-example {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.mdbsh-live-example .card-header {
  background-color: rgba(0, 0, 0, .03);
  color: #1C497C
}

code[class*=language-], pre[class*=language-] {
  max-height: 450px
}

ul.search-dropdown li a {
  line-height: 28px;
  height: 28px;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.mdb-skin-custom .side-nav {
  background-color: #f9f9f9
}

.mdb-skin-custom .side-nav .logo-wrapper > div {
  background-color: transparent !important
}

.mdb-skin-custom .side-nav .search-form .md-form input {
  color: #424242 !important;
  border-bottom: 1px solid rgba(153, 153, 153, .3)
}

.mdb-skin-custom .side-nav .search-form .md-form input::-webkit-input-placeholder {
  color: rgba(66, 66, 66, .5) !important
}

.mdb-skin-custom .side-nav .search-form .md-form input:-ms-input-placeholder {
  color: rgba(66, 66, 66, .5) !important
}

.mdb-skin-custom .side-nav .search-form .md-form input::-ms-input-placeholder {
  color: rgba(66, 66, 66, .5) !important
}

.mdb-skin-custom .side-nav .search-form .md-form input::placeholder {
  color: rgba(66, 66, 66, .5) !important
}

.mdb-skin-custom .side-nav .collapsible li {
  background-color: transparent
}

.mdb-skin-custom .side-nav .collapsible li a {
  font-weight: 400
}

.mdb-skin-custom .side-nav .collapsible li .collapsible-header {
  color: #424242;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.mdb-skin-custom .side-nav .collapsible li .collapsible-header.active {
  color: #4285f4;
  background-color: transparent
}

.mdb-skin-custom .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(0, 0, 0, .05)
}

.mdb-skin-custom .side-nav .collapsible li .collapsible-body a {
  color: #424242;
  font-size: .78rem;
  height: 28px;
  line-height: 28px;
  background-color: rgba(95, 93, 93, .15)
}

.mdb-skin-custom .side-nav .collapsible li .collapsible-body a:hover {
  color: #4285f4
}

.mdb-skin-custom .side-nav .fa {
  color: #424242
}

.mdb-skin-custom .side-nav .sidenav-bg.mask-strong:after, .mdb-skin-custom .side-nav .sidenav-bg:after {
  background: rgba(255, 255, 255, .8)
}

.mdb-skin-custom .side-nav .sidenav-bg.mask-light:after {
  background: rgba(255, 255, 255, .65)
}

.mdb-skin-custom .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(255, 255, 255, .5)
}

.mdb-skin-custom .btn-ptc {
  background-color: #4285f4 !important;
  color: #fff !important
}

.mdb-skin-custom .btn-ptc:hover {
  background-color: #5a95f5
}

.mdb-skin-custom .btn-ptc.focus, .mdb-skin-custom .btn-ptc:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin-custom .btn-ptc.active, .mdb-skin-custom .btn-ptc:active, .mdb-skin-custom .btn-ptc:focus {
  background-color: #0b51c5
}

.mdb-skin-custom .btn-ptc.dropdown-toggle {
  background-color: #4285f4 !important
}

.mdb-skin-custom .btn-ptc.dropdown-toggle:focus, .mdb-skin-custom .btn-ptc.dropdown-toggle:hover {
  background-color: #5a95f5 !important
}

.mdb-skin-custom .btn-ptc:not([disabled]):not(.disabled).active, .mdb-skin-custom .btn-ptc:not([disabled]):not(.disabled):active, .show > .mdb-skin-custom .btn-ptc.dropdown-toggle {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #0b51c5 !important
}

.mdb-skin-custom .btn-ptc:not([disabled]):not(.disabled).active:focus, .mdb-skin-custom .btn-ptc:not([disabled]):not(.disabled):active:focus, .show > .mdb-skin-custom .btn-ptc.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin-custom .btn-stc {
  background-color: #fc685f !important;
  color: #fff !important
}

.mdb-skin-custom .btn-stc:hover {
  background-color: #fc8078
}

.mdb-skin-custom .btn-stc.focus, .mdb-skin-custom .btn-stc:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin-custom .btn-stc.active, .mdb-skin-custom .btn-stc:active, .mdb-skin-custom .btn-stc:focus {
  background-color: #f01205
}

.mdb-skin-custom .btn-stc.dropdown-toggle {
  background-color: #fc685f !important
}

.mdb-skin-custom .btn-stc.dropdown-toggle:focus, .mdb-skin-custom .btn-stc.dropdown-toggle:hover {
  background-color: #fc8078 !important
}

.mdb-skin-custom .btn-stc:not([disabled]):not(.disabled).active, .mdb-skin-custom .btn-stc:not([disabled]):not(.disabled):active, .show > .mdb-skin-custom .btn-stc.dropdown-toggle {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #f01205 !important
}

.mdb-skin-custom .btn-stc:not([disabled]):not(.disabled).active:focus, .mdb-skin-custom .btn-stc:not([disabled]):not(.disabled):active:focus, .show > .mdb-skin-custom .btn-stc.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin-custom .btn-dtc {
  background-color: #454545 !important;
  color: #fff !important
}

.mdb-skin-custom .btn-dtc:hover {
  background-color: #525252
}

.mdb-skin-custom .btn-dtc.focus, .mdb-skin-custom .btn-dtc:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.mdb-skin-custom .btn-dtc.active, .mdb-skin-custom .btn-dtc:active, .mdb-skin-custom .btn-dtc:focus {
  background-color: #121212
}

.mdb-skin-custom .btn-dtc.dropdown-toggle {
  background-color: #454545 !important
}

.mdb-skin-custom .btn-dtc.dropdown-toggle:focus, .mdb-skin-custom .btn-dtc.dropdown-toggle:hover {
  background-color: #525252 !important
}

.mdb-skin-custom .btn-dtc:not([disabled]):not(.disabled).active, .mdb-skin-custom .btn-dtc:not([disabled]):not(.disabled):active, .show > .mdb-skin-custom .btn-dtc.dropdown-toggle {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #121212 !important
}

.mdb-skin-custom .btn-dtc:not([disabled]):not(.disabled).active:focus, .mdb-skin-custom .btn-dtc:not([disabled]):not(.disabled):active:focus, .show > .mdb-skin-custom .btn-dtc.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

