@charset "UTF-8";
wysiwyg-edit .tinyeditor {
  border: 1px solid #bbb;
  padding: 0 1px 1px;
  font: 12px Verdana, Arial;
}
wysiwyg-edit .tinyeditor iframe {
  border: none;
  background: #fff;
  overflow-x: hidden;
}
wysiwyg-edit .tinyeditor .sizer {
  min-height: 200px;
  height: 400px;
  position: relative;
}
wysiwyg-edit .tinyeditor .resizer {
  background: url(/images/resize.gif?7cd571a7c93af1a21af2779f841947ee) 15px 15px no-repeat;
  float: right;
  height: 32px;
  width: 32px;
  cursor: ns-resize;
}
wysiwyg-edit .tinyeditor .tinyeditor-header {
  height: auto;
  border-bottom: 1px solid #bbb;
  background: url(/images/header-bg.gif?607959202ec44869638d67cff528bc83);
  padding-top: 1px;
}
wysiwyg-edit .tinyeditor .tinyeditor-header select {
  float: left;
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group {
  float: left;
  height: 31px;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size {
  margin: 0 3px;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style {
  margin-right: 12px;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-divider {
  float: left;
  width: 1px;
  height: 30px;
  background: #ccc;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control {
  float: left;
  width: 34px;
  height: 30px;
  cursor: pointer;
  background-image: url(/images/icons.png?404b9dcca3b0ed1ade0954b188c990d0);
  background-position-x: 0;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control:hover {
  background-color: #fff;
  background-position-x: 34px;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control.pressed {
  background-color: #D0CFCF;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control-fa {
  background-image: none;
  position: relative;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control-fa i {
  font-size: 16px;
  margin: 8px 5px 0 10px;
  color: #555;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control-fa div.hr {
  border: 1px solid #555;
  margin: 15px 10px;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group:after {
  clear: left;
}
wysiwyg-edit .tinyeditor .tinyeditor-footer {
  height: 32px;
  border-top: 1px solid #bbb;
  background: #f5f5f5;
  margin-top: 10px;
}
wysiwyg-edit .tinyeditor .tinyeditor-footer .toggle {
  float: left;
  background: url(/images/icons.png?404b9dcca3b0ed1ade0954b188c990d0) -34px 2px no-repeat;
  padding: 9px 13px 0 31px;
  height: 23px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  color: #666;
}
wysiwyg-edit .tinyeditor .tinyeditor-footer .toggle:hover {
  background-color: #fff;
}
wysiwyg-edit .tinyeditor .resize {
  float: right;
  height: 32px;
  width: 32px;
  background: url(/images/resize.gif?7cd571a7c93af1a21af2779f841947ee) 15px 15px no-repeat;
  cursor: s-resize;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-colors-grid {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #fff;
  width: 192px;
  border: 2px solid #000;
  padding: 0;
  margin: 0;
  z-index: 100;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-colors-grid > li {
  list-style: none;
  border: 2px solid #fff;
  float: left;
  width: 20px;
  height: 20px;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-colors-grid > li:hover {
  opacity: 0.7;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-symbols-grid {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #fff;
  width: 384px;
  border: 2px solid #000;
  padding: 0;
  margin: 0;
  z-index: 100;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-symbols-grid > li {
  list-style: none;
  border: 1px solid #e7e7e7;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 1.3em;
}
wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-control .ngp-symbols-grid > li:hover {
  opacity: 0.7;
  font-size: 1.7em;
}

@media only screen and (max-width: 500px) {
  wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-font, wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size, wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-font, wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-size, wysiwyg-edit .tinyeditor .tinyeditor-header .tinyeditor-buttons-group .tinyeditor-style {
    width: 80px;
  }
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8*/
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder, .sweet-alert input:focus:-ms-input-placeholder, .sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  -moz-transition: opacity 0.3s 0.03s ease;
  -ms-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder, .sweet-alert input:-ms-input-placeholder, .sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #7ecff4;
}
.sweet-alert button:active {
  background-color: #5dc2f1;
}
.sweet-alert button.cancel {
  background-color: #C1C1C1;
}
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}
.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.04706) 0px 0px 0px 1px inset !important;
}
.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
/* * Animations */
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success {
  border-color: transparent;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg);
}

/* Success icon */
/*!
 * * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * * Licensed under MIT */
.la-ball-fall {
  position: relative;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/* * Animation */
@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}
body, html {
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: 0;
}

.inset {
  padding: 10px;
}

button {
  vertical-align: baseline;
}
button.md-no-style {
  font-weight: 400;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}

input, select, textarea {
  vertical-align: baseline;
}

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

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

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

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px;
}

.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none;
}

.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.md-shadow-animated.md-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.md-ripple {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%;
}
.md-ripple.md-ripple-placed {
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-ripple.md-ripple-scaled {
  transform: translate(-50%, -50%) scale(1);
}
.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
  opacity: 0.2;
}

.md-padding {
  padding: 8px;
}

.md-margin {
  margin: 8px;
}

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

@media (min-width: 960px) {
  .md-padding {
    padding: 16px;
  }
}
body, html {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 112px;
}

.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px;
}

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px;
}

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 20px;
}

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.md-caption {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.md-button {
  letter-spacing: 0.01em;
}

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

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

@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
.flex-order {
  order: 0;
}

.flex-order--20 {
  order: -20;
}

.flex-order--19 {
  order: -19;
}

.flex-order--18 {
  order: -18;
}

.flex-order--17 {
  order: -17;
}

.flex-order--16 {
  order: -16;
}

.flex-order--15 {
  order: -15;
}

.flex-order--14 {
  order: -14;
}

.flex-order--13 {
  order: -13;
}

.flex-order--12 {
  order: -12;
}

.flex-order--11 {
  order: -11;
}

.flex-order--10 {
  order: -10;
}

.flex-order--9 {
  order: -9;
}

.flex-order--8 {
  order: -8;
}

.flex-order--7 {
  order: -7;
}

.flex-order--6 {
  order: -6;
}

.flex-order--5 {
  order: -5;
}

.flex-order--4 {
  order: -4;
}

.flex-order--3 {
  order: -3;
}

.flex-order--2 {
  order: -2;
}

.flex-order--1 {
  order: -1;
}

.flex-order-0 {
  order: 0;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

.flex-order-4 {
  order: 4;
}

.flex-order-5 {
  order: 5;
}

.flex-order-6 {
  order: 6;
}

.flex-order-7 {
  order: 7;
}

.flex-order-8 {
  order: 8;
}

.flex-order-9 {
  order: 9;
}

.flex-order-10 {
  order: 10;
}

.flex-order-11 {
  order: 11;
}

.flex-order-12 {
  order: 12;
}

.flex-order-13 {
  order: 13;
}

.flex-order-14 {
  order: 14;
}

.flex-order-15 {
  order: 15;
}

.flex-order-16 {
  order: 16;
}

.flex-order-17 {
  order: 17;
}

.flex-order-18 {
  order: 18;
}

.flex-order-19 {
  order: 19;
}

.flex-order-20 {
  order: 20;
}

.flex-offset-0, .offset-0 {
  margin-left: 0;
}

.flex-offset-5, .offset-5 {
  margin-left: 5%;
}

.flex-offset-10, .offset-10 {
  margin-left: 10%;
}

.flex-offset-15, .offset-15 {
  margin-left: 15%;
}

.flex-offset-20, .offset-20 {
  margin-left: 20%;
}

.flex-offset-25, .offset-25 {
  margin-left: 25%;
}

.flex-offset-30, .offset-30 {
  margin-left: 30%;
}

.flex-offset-35, .offset-35 {
  margin-left: 35%;
}

.flex-offset-40, .offset-40 {
  margin-left: 40%;
}

.flex-offset-45, .offset-45 {
  margin-left: 45%;
}

.flex-offset-50, .offset-50 {
  margin-left: 50%;
}

.flex-offset-55, .offset-55 {
  margin-left: 55%;
}

.flex-offset-60, .offset-60 {
  margin-left: 60%;
}

.flex-offset-65, .offset-65 {
  margin-left: 65%;
}

.flex-offset-70, .offset-70 {
  margin-left: 70%;
}

.flex-offset-75, .offset-75 {
  margin-left: 75%;
}

.flex-offset-80, .offset-80 {
  margin-left: 80%;
}

.flex-offset-85, .offset-85 {
  margin-left: 85%;
}

.flex-offset-90, .offset-90 {
  margin-left: 90%;
}

.flex-offset-95, .offset-95 {
  margin-left: 95%;
}

.flex-offset-33, .offset-33 {
  margin-left: 33.3333333333%;
}

.flex-offset-66, .offset-66 {
  margin-left: 66.6666666667%;
}

.layout-align {
  justify-content: start;
  align-content: stretch;
  align-items: stretch;
}

.layout-align-start, .layout-align-start-center, .layout-align-start-end, .layout-align-start-start, .layout-align-start-stretch {
  justify-content: start;
}

.layout-align-center, .layout-align-center-center, .layout-align-center-end, .layout-align-center-start, .layout-align-center-stretch {
  justify-content: center;
}

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

.layout-align-space-around, .layout-align-space-around-center, .layout-align-space-around-end, .layout-align-space-around-start, .layout-align-space-around-stretch {
  justify-content: space-around;
}

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

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

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

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

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

.layout-align-center-stretch, .layout-align-end-stretch, .layout-align-space-around-stretch, .layout-align-space-between-stretch, .layout-align-start-stretch {
  align-items: stretch;
  align-content: stretch;
}

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

@media screen {
  .flex {
    flex: 1 1 0;
  }
}
.flex-grow {
  flex: 1 1 100%;
  box-sizing: border-box;
}

.flex-initial {
  flex: 0 1 auto;
  box-sizing: border-box;
}

.flex-auto {
  flex: 1 1 auto;
  box-sizing: border-box;
}

.flex-none {
  flex: 0 0 auto;
  box-sizing: border-box;
}

.flex-noshrink {
  flex: 1 0 auto;
  box-sizing: border-box;
}

.flex-nogrow {
  flex: 0 1 auto;
  box-sizing: border-box;
}

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

.layout-column > .flex-0 {
  flex: 1 1 0;
  max-width: 100%;
  max-height: 0;
  box-sizing: border-box;
}

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

.layout-column > .flex-5 {
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}

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

.layout-column > .flex-10 {
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}

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

.layout-column > .flex-15 {
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}

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

.layout-column > .flex-20 {
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}

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

.layout-column > .flex-25 {
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}

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

.layout-column > .flex-30 {
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}

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

.layout-column > .flex-35 {
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}

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

.layout-column > .flex-40 {
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}

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

.layout-column > .flex-45 {
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}

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

.layout-column > .flex-50 {
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}

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

.layout-column > .flex-55 {
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}

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

.layout-column > .flex-60 {
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}

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

.layout-column > .flex-65 {
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}

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

.layout-column > .flex-70 {
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}

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

.layout-column > .flex-75 {
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}

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

.layout-column > .flex-80 {
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}

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

.layout-column > .flex-85 {
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}

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

.layout-column > .flex-90 {
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}

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

.layout-column > .flex-95 {
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box;
}

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

.layout-row > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-33 {
  flex: 1 1 33%;
  max-width: 33.3333333333%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-66 {
  flex: 1 1 66%;
  max-width: 66.6666666667%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-33 {
  flex: 1 1 33%;
  max-width: 100%;
  max-height: 33.3333333333%;
  box-sizing: border-box;
}
.layout-column > .flex-66 {
  flex: 1 1 66%;
  max-width: 100%;
  max-height: 66.6666666667%;
  box-sizing: border-box;
}

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

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

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

.layout-padding-sm > * {
  padding: 4px;
}

.layout-padding {
  padding: 8px;
}
.layout-padding > .flex-sm {
  padding: 4px;
}

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

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

.layout-padding-gt-lg > *, .layout-padding-gt-md > *, .layout-padding-lg > * {
  padding: 16px;
}

.layout-padding > .flex-gt-lg, .layout-padding > .flex-gt-md, .layout-padding > .flex-lg {
  padding: 16px;
}

.layout-margin-sm > * {
  margin: 4px;
}

.layout-margin {
  margin: 8px;
}
.layout-margin > .flex-sm {
  margin: 4px;
}

.layout-margin-gt-sm, .layout-margin-md {
  margin: 8px;
}
.layout-margin-gt-sm > *, .layout-margin-md > * {
  margin: 8px;
}

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

.layout-margin-gt-lg > *, .layout-margin-gt-md > *, .layout-margin-lg > * {
  margin: 16px;
}

.layout-margin > .flex-gt-lg, .layout-margin > .flex-gt-md, .layout-margin > .flex-lg {
  margin: 16px;
}

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

.layout-nowrap {
  flex-wrap: nowrap;
}

.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show), .hide:not(.show-xs):not(.show) {
    display: none;
  }
  .flex-order-xs--20 {
    order: -20;
  }
  .flex-order-xs--19 {
    order: -19;
  }
  .flex-order-xs--18 {
    order: -18;
  }
  .flex-order-xs--17 {
    order: -17;
  }
  .flex-order-xs--16 {
    order: -16;
  }
  .flex-order-xs--15 {
    order: -15;
  }
  .flex-order-xs--14 {
    order: -14;
  }
  .flex-order-xs--13 {
    order: -13;
  }
  .flex-order-xs--12 {
    order: -12;
  }
  .flex-order-xs--11 {
    order: -11;
  }
  .flex-order-xs--10 {
    order: -10;
  }
  .flex-order-xs--9 {
    order: -9;
  }
  .flex-order-xs--8 {
    order: -8;
  }
  .flex-order-xs--7 {
    order: -7;
  }
  .flex-order-xs--6 {
    order: -6;
  }
  .flex-order-xs--5 {
    order: -5;
  }
  .flex-order-xs--4 {
    order: -4;
  }
  .flex-order-xs--3 {
    order: -3;
  }
  .flex-order-xs--2 {
    order: -2;
  }
  .flex-order-xs--1 {
    order: -1;
  }
  .flex-order-xs-0 {
    order: 0;
  }
  .flex-order-xs-1 {
    order: 1;
  }
  .flex-order-xs-2 {
    order: 2;
  }
  .flex-order-xs-3 {
    order: 3;
  }
  .flex-order-xs-4 {
    order: 4;
  }
  .flex-order-xs-5 {
    order: 5;
  }
  .flex-order-xs-6 {
    order: 6;
  }
  .flex-order-xs-7 {
    order: 7;
  }
  .flex-order-xs-8 {
    order: 8;
  }
  .flex-order-xs-9 {
    order: 9;
  }
  .flex-order-xs-10 {
    order: 10;
  }
  .flex-order-xs-11 {
    order: 11;
  }
  .flex-order-xs-12 {
    order: 12;
  }
  .flex-order-xs-13 {
    order: 13;
  }
  .flex-order-xs-14 {
    order: 14;
  }
  .flex-order-xs-15 {
    order: 15;
  }
  .flex-order-xs-16 {
    order: 16;
  }
  .flex-order-xs-17 {
    order: 17;
  }
  .flex-order-xs-18 {
    order: 18;
  }
  .flex-order-xs-19 {
    order: 19;
  }
  .flex-order-xs-20 {
    order: 20;
  }
  .flex-offset-xs-0, .offset-xs-0 {
    margin-left: 0;
  }
  .flex-offset-xs-5, .offset-xs-5 {
    margin-left: 5%;
  }
  .flex-offset-xs-10, .offset-xs-10 {
    margin-left: 10%;
  }
  .flex-offset-xs-15, .offset-xs-15 {
    margin-left: 15%;
  }
  .flex-offset-xs-20, .offset-xs-20 {
    margin-left: 20%;
  }
  .flex-offset-xs-25, .offset-xs-25 {
    margin-left: 25%;
  }
  .flex-offset-xs-30, .offset-xs-30 {
    margin-left: 30%;
  }
  .flex-offset-xs-35, .offset-xs-35 {
    margin-left: 35%;
  }
  .flex-offset-xs-40, .offset-xs-40 {
    margin-left: 40%;
  }
  .flex-offset-xs-45, .offset-xs-45 {
    margin-left: 45%;
  }
  .flex-offset-xs-50, .offset-xs-50 {
    margin-left: 50%;
  }
  .flex-offset-xs-55, .offset-xs-55 {
    margin-left: 55%;
  }
  .flex-offset-xs-60, .offset-xs-60 {
    margin-left: 60%;
  }
  .flex-offset-xs-65, .offset-xs-65 {
    margin-left: 65%;
  }
  .flex-offset-xs-70, .offset-xs-70 {
    margin-left: 70%;
  }
  .flex-offset-xs-75, .offset-xs-75 {
    margin-left: 75%;
  }
  .flex-offset-xs-80, .offset-xs-80 {
    margin-left: 80%;
  }
  .flex-offset-xs-85, .offset-xs-85 {
    margin-left: 85%;
  }
  .flex-offset-xs-90, .offset-xs-90 {
    margin-left: 90%;
  }
  .flex-offset-xs-95, .offset-xs-95 {
    margin-left: 95%;
  }
  .flex-offset-xs-33, .offset-xs-33 {
    margin-left: 33.3333333333%;
  }
  .flex-offset-xs-66, .offset-xs-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-xs {
    justify-content: start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-xs-start, .layout-align-xs-start-center, .layout-align-xs-start-end, .layout-align-xs-start-start, .layout-align-xs-start-stretch {
    justify-content: start;
  }
  .layout-align-xs-center, .layout-align-xs-center-center, .layout-align-xs-center-end, .layout-align-xs-center-start, .layout-align-xs-center-stretch {
    justify-content: center;
  }
  .layout-align-xs-end, .layout-align-xs-end-center, .layout-align-xs-end-end, .layout-align-xs-end-start, .layout-align-xs-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-xs-space-around, .layout-align-xs-space-around-center, .layout-align-xs-space-around-end, .layout-align-xs-space-around-start, .layout-align-xs-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-xs-space-between, .layout-align-xs-space-between-center, .layout-align-xs-space-between-end, .layout-align-xs-space-between-start, .layout-align-xs-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-xs-center-start, .layout-align-xs-end-start, .layout-align-xs-space-around-start, .layout-align-xs-space-between-start, .layout-align-xs-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-xs-center-center, .layout-align-xs-end-center, .layout-align-xs-space-around-center, .layout-align-xs-space-between-center, .layout-align-xs-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-xs-center-center > *, .layout-align-xs-end-center > *, .layout-align-xs-space-around-center > *, .layout-align-xs-space-between-center > *, .layout-align-xs-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-xs-center-end, .layout-align-xs-end-end, .layout-align-xs-space-around-end, .layout-align-xs-space-between-end, .layout-align-xs-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-xs-center-stretch, .layout-align-xs-end-stretch, .layout-align-xs-space-around-stretch, .layout-align-xs-space-between-stretch, .layout-align-xs-start-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-xs {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 599px) {
  .flex-xs {
    flex: 1 1 0;
  }
}
@media (max-width: 599px) {
  .flex-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-0, .layout-row > .flex-xs-0, .layout-xs-row > .flex-xs-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-0, .layout-xs-column > .flex-xs-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
  }
  .flex-xs-5, .layout-row > .flex-xs-5, .layout-xs-row > .flex-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-5, .layout-xs-column > .flex-xs-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xs-10, .layout-row > .flex-xs-10, .layout-xs-row > .flex-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-10, .layout-xs-column > .flex-xs-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xs-15, .layout-row > .flex-xs-15, .layout-xs-row > .flex-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-15, .layout-xs-column > .flex-xs-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xs-20, .layout-row > .flex-xs-20, .layout-xs-row > .flex-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-20, .layout-xs-column > .flex-xs-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xs-25, .layout-row > .flex-xs-25, .layout-xs-row > .flex-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-25, .layout-xs-column > .flex-xs-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xs-30, .layout-row > .flex-xs-30, .layout-xs-row > .flex-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-30, .layout-xs-column > .flex-xs-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xs-35, .layout-row > .flex-xs-35, .layout-xs-row > .flex-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-35, .layout-xs-column > .flex-xs-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xs-40, .layout-row > .flex-xs-40, .layout-xs-row > .flex-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-40, .layout-xs-column > .flex-xs-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xs-45, .layout-row > .flex-xs-45, .layout-xs-row > .flex-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-45, .layout-xs-column > .flex-xs-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xs-50, .layout-row > .flex-xs-50, .layout-xs-row > .flex-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-50, .layout-xs-column > .flex-xs-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xs-55, .layout-row > .flex-xs-55, .layout-xs-row > .flex-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-55, .layout-xs-column > .flex-xs-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xs-60, .layout-row > .flex-xs-60, .layout-xs-row > .flex-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-60, .layout-xs-column > .flex-xs-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xs-65, .layout-row > .flex-xs-65, .layout-xs-row > .flex-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-65, .layout-xs-column > .flex-xs-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xs-70, .layout-row > .flex-xs-70, .layout-xs-row > .flex-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-70, .layout-xs-column > .flex-xs-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xs-75, .layout-row > .flex-xs-75, .layout-xs-row > .flex-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-75, .layout-xs-column > .flex-xs-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xs-80, .layout-row > .flex-xs-80, .layout-xs-row > .flex-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-80, .layout-xs-column > .flex-xs-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xs-85, .layout-row > .flex-xs-85, .layout-xs-row > .flex-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-85, .layout-xs-column > .flex-xs-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xs-90, .layout-row > .flex-xs-90, .layout-xs-row > .flex-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-90, .layout-xs-column > .flex-xs-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xs-95, .layout-row > .flex-xs-95, .layout-xs-row > .flex-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-95, .layout-xs-column > .flex-xs-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-xs-100, .layout-column > .flex-xs-100, .layout-row > .flex-xs-100, .layout-xs-column > .flex-xs-100, .layout-xs-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-33, .layout-xs-row > .flex-xs-33 {
    flex: 1 1 33%;
    max-width: 33.3333333333%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-66, .layout-xs-row > .flex-xs-66 {
    flex: 1 1 66%;
    max-width: 66.6666666667%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-33, .layout-xs-column > .flex-xs-33 {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: 33.3333333333%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-66, .layout-xs-column > .flex-xs-66 {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: 66.6666666667%;
    box-sizing: border-box;
  }
  .layout-xs, .layout-xs-column, .layout-xs-row {
    box-sizing: border-box;
    display: flex;
  }
  .layout-xs-column {
    flex-direction: column;
  }
  .layout-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    order: -20;
  }
  .flex-order-gt-xs--19 {
    order: -19;
  }
  .flex-order-gt-xs--18 {
    order: -18;
  }
  .flex-order-gt-xs--17 {
    order: -17;
  }
  .flex-order-gt-xs--16 {
    order: -16;
  }
  .flex-order-gt-xs--15 {
    order: -15;
  }
  .flex-order-gt-xs--14 {
    order: -14;
  }
  .flex-order-gt-xs--13 {
    order: -13;
  }
  .flex-order-gt-xs--12 {
    order: -12;
  }
  .flex-order-gt-xs--11 {
    order: -11;
  }
  .flex-order-gt-xs--10 {
    order: -10;
  }
  .flex-order-gt-xs--9 {
    order: -9;
  }
  .flex-order-gt-xs--8 {
    order: -8;
  }
  .flex-order-gt-xs--7 {
    order: -7;
  }
  .flex-order-gt-xs--6 {
    order: -6;
  }
  .flex-order-gt-xs--5 {
    order: -5;
  }
  .flex-order-gt-xs--4 {
    order: -4;
  }
  .flex-order-gt-xs--3 {
    order: -3;
  }
  .flex-order-gt-xs--2 {
    order: -2;
  }
  .flex-order-gt-xs--1 {
    order: -1;
  }
  .flex-order-gt-xs-0 {
    order: 0;
  }
  .flex-order-gt-xs-1 {
    order: 1;
  }
  .flex-order-gt-xs-2 {
    order: 2;
  }
  .flex-order-gt-xs-3 {
    order: 3;
  }
  .flex-order-gt-xs-4 {
    order: 4;
  }
  .flex-order-gt-xs-5 {
    order: 5;
  }
  .flex-order-gt-xs-6 {
    order: 6;
  }
  .flex-order-gt-xs-7 {
    order: 7;
  }
  .flex-order-gt-xs-8 {
    order: 8;
  }
  .flex-order-gt-xs-9 {
    order: 9;
  }
  .flex-order-gt-xs-10 {
    order: 10;
  }
  .flex-order-gt-xs-11 {
    order: 11;
  }
  .flex-order-gt-xs-12 {
    order: 12;
  }
  .flex-order-gt-xs-13 {
    order: 13;
  }
  .flex-order-gt-xs-14 {
    order: 14;
  }
  .flex-order-gt-xs-15 {
    order: 15;
  }
  .flex-order-gt-xs-16 {
    order: 16;
  }
  .flex-order-gt-xs-17 {
    order: 17;
  }
  .flex-order-gt-xs-18 {
    order: 18;
  }
  .flex-order-gt-xs-19 {
    order: 19;
  }
  .flex-order-gt-xs-20 {
    order: 20;
  }
  .flex-offset-gt-xs-0, .offset-gt-xs-0 {
    margin-left: 0;
  }
  .flex-offset-gt-xs-5, .offset-gt-xs-5 {
    margin-left: 5%;
  }
  .flex-offset-gt-xs-10, .offset-gt-xs-10 {
    margin-left: 10%;
  }
  .flex-offset-gt-xs-15, .offset-gt-xs-15 {
    margin-left: 15%;
  }
  .flex-offset-gt-xs-20, .offset-gt-xs-20 {
    margin-left: 20%;
  }
  .flex-offset-gt-xs-25, .offset-gt-xs-25 {
    margin-left: 25%;
  }
  .flex-offset-gt-xs-30, .offset-gt-xs-30 {
    margin-left: 30%;
  }
  .flex-offset-gt-xs-35, .offset-gt-xs-35 {
    margin-left: 35%;
  }
  .flex-offset-gt-xs-40, .offset-gt-xs-40 {
    margin-left: 40%;
  }
  .flex-offset-gt-xs-45, .offset-gt-xs-45 {
    margin-left: 45%;
  }
  .flex-offset-gt-xs-50, .offset-gt-xs-50 {
    margin-left: 50%;
  }
  .flex-offset-gt-xs-55, .offset-gt-xs-55 {
    margin-left: 55%;
  }
  .flex-offset-gt-xs-60, .offset-gt-xs-60 {
    margin-left: 60%;
  }
  .flex-offset-gt-xs-65, .offset-gt-xs-65 {
    margin-left: 65%;
  }
  .flex-offset-gt-xs-70, .offset-gt-xs-70 {
    margin-left: 70%;
  }
  .flex-offset-gt-xs-75, .offset-gt-xs-75 {
    margin-left: 75%;
  }
  .flex-offset-gt-xs-80, .offset-gt-xs-80 {
    margin-left: 80%;
  }
  .flex-offset-gt-xs-85, .offset-gt-xs-85 {
    margin-left: 85%;
  }
  .flex-offset-gt-xs-90, .offset-gt-xs-90 {
    margin-left: 90%;
  }
  .flex-offset-gt-xs-95, .offset-gt-xs-95 {
    margin-left: 95%;
  }
  .flex-offset-gt-xs-33, .offset-gt-xs-33 {
    margin-left: 33.3333333333%;
  }
  .flex-offset-gt-xs-66, .offset-gt-xs-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-gt-xs {
    justify-content: start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-xs-start, .layout-align-gt-xs-start-center, .layout-align-gt-xs-start-end, .layout-align-gt-xs-start-start, .layout-align-gt-xs-start-stretch {
    justify-content: start;
  }
  .layout-align-gt-xs-center, .layout-align-gt-xs-center-center, .layout-align-gt-xs-center-end, .layout-align-gt-xs-center-start, .layout-align-gt-xs-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-xs-end, .layout-align-gt-xs-end-center, .layout-align-gt-xs-end-end, .layout-align-gt-xs-end-start, .layout-align-gt-xs-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-xs-space-around, .layout-align-gt-xs-space-around-center, .layout-align-gt-xs-space-around-end, .layout-align-gt-xs-space-around-start, .layout-align-gt-xs-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-xs-space-between, .layout-align-gt-xs-space-between-center, .layout-align-gt-xs-space-between-end, .layout-align-gt-xs-space-between-start, .layout-align-gt-xs-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-xs-center-start, .layout-align-gt-xs-end-start, .layout-align-gt-xs-space-around-start, .layout-align-gt-xs-space-between-start, .layout-align-gt-xs-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-xs-center-center, .layout-align-gt-xs-end-center, .layout-align-gt-xs-space-around-center, .layout-align-gt-xs-space-between-center, .layout-align-gt-xs-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-xs-center-center > *, .layout-align-gt-xs-end-center > *, .layout-align-gt-xs-space-around-center > *, .layout-align-gt-xs-space-between-center > *, .layout-align-gt-xs-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-xs-center-end, .layout-align-gt-xs-end-end, .layout-align-gt-xs-space-around-end, .layout-align-gt-xs-space-between-end, .layout-align-gt-xs-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-xs-center-stretch, .layout-align-gt-xs-end-stretch, .layout-align-gt-xs-space-around-stretch, .layout-align-gt-xs-space-between-stretch, .layout-align-gt-xs-start-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-xs {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 600px) {
  .flex-gt-xs {
    flex: 1 1 0;
  }
}
@media (min-width: 600px) {
  .flex-gt-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-0, .layout-gt-xs-row > .flex-gt-xs-0, .layout-row > .flex-gt-xs-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-0, .layout-gt-xs-column > .flex-gt-xs-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
  }
  .flex-gt-xs-5, .layout-gt-xs-row > .flex-gt-xs-5, .layout-row > .flex-gt-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-5, .layout-gt-xs-column > .flex-gt-xs-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-xs-10, .layout-gt-xs-row > .flex-gt-xs-10, .layout-row > .flex-gt-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-10, .layout-gt-xs-column > .flex-gt-xs-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-xs-15, .layout-gt-xs-row > .flex-gt-xs-15, .layout-row > .flex-gt-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-15, .layout-gt-xs-column > .flex-gt-xs-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-xs-20, .layout-gt-xs-row > .flex-gt-xs-20, .layout-row > .flex-gt-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-20, .layout-gt-xs-column > .flex-gt-xs-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-xs-25, .layout-gt-xs-row > .flex-gt-xs-25, .layout-row > .flex-gt-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-25, .layout-gt-xs-column > .flex-gt-xs-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-xs-30, .layout-gt-xs-row > .flex-gt-xs-30, .layout-row > .flex-gt-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-30, .layout-gt-xs-column > .flex-gt-xs-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-xs-35, .layout-gt-xs-row > .flex-gt-xs-35, .layout-row > .flex-gt-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-35, .layout-gt-xs-column > .flex-gt-xs-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-xs-40, .layout-gt-xs-row > .flex-gt-xs-40, .layout-row > .flex-gt-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-40, .layout-gt-xs-column > .flex-gt-xs-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-xs-45, .layout-gt-xs-row > .flex-gt-xs-45, .layout-row > .flex-gt-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-45, .layout-gt-xs-column > .flex-gt-xs-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-xs-50, .layout-gt-xs-row > .flex-gt-xs-50, .layout-row > .flex-gt-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-50, .layout-gt-xs-column > .flex-gt-xs-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-xs-55, .layout-gt-xs-row > .flex-gt-xs-55, .layout-row > .flex-gt-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-55, .layout-gt-xs-column > .flex-gt-xs-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-xs-60, .layout-gt-xs-row > .flex-gt-xs-60, .layout-row > .flex-gt-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-60, .layout-gt-xs-column > .flex-gt-xs-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-xs-65, .layout-gt-xs-row > .flex-gt-xs-65, .layout-row > .flex-gt-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-65, .layout-gt-xs-column > .flex-gt-xs-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-xs-70, .layout-gt-xs-row > .flex-gt-xs-70, .layout-row > .flex-gt-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-70, .layout-gt-xs-column > .flex-gt-xs-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-xs-75, .layout-gt-xs-row > .flex-gt-xs-75, .layout-row > .flex-gt-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-75, .layout-gt-xs-column > .flex-gt-xs-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-xs-80, .layout-gt-xs-row > .flex-gt-xs-80, .layout-row > .flex-gt-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-80, .layout-gt-xs-column > .flex-gt-xs-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-xs-85, .layout-gt-xs-row > .flex-gt-xs-85, .layout-row > .flex-gt-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-85, .layout-gt-xs-column > .flex-gt-xs-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-xs-90, .layout-gt-xs-row > .flex-gt-xs-90, .layout-row > .flex-gt-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-90, .layout-gt-xs-column > .flex-gt-xs-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-xs-95, .layout-gt-xs-row > .flex-gt-xs-95, .layout-row > .flex-gt-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-95, .layout-gt-xs-column > .flex-gt-xs-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-xs-100, .layout-column > .flex-gt-xs-100, .layout-gt-xs-column > .flex-gt-xs-100, .layout-gt-xs-row > .flex-gt-xs-100, .layout-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-33, .layout-row > .flex-gt-xs-33 {
    flex: 1 1 33%;
    max-width: 33.3333333333%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-66, .layout-row > .flex-gt-xs-66 {
    flex: 1 1 66%;
    max-width: 66.6666666667%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-33, .layout-gt-xs-column > .flex-gt-xs-33 {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: 33.3333333333%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-66, .layout-gt-xs-column > .flex-gt-xs-66 {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: 66.6666666667%;
    box-sizing: border-box;
  }
  .layout-gt-xs, .layout-gt-xs-column, .layout-gt-xs-row {
    box-sizing: border-box;
    display: flex;
  }
  .layout-gt-xs-column {
    flex-direction: column;
  }
  .layout-gt-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show), .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show), .hide:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }
  .flex-order-sm--20 {
    order: -20;
  }
  .flex-order-sm--19 {
    order: -19;
  }
  .flex-order-sm--18 {
    order: -18;
  }
  .flex-order-sm--17 {
    order: -17;
  }
  .flex-order-sm--16 {
    order: -16;
  }
  .flex-order-sm--15 {
    order: -15;
  }
  .flex-order-sm--14 {
    order: -14;
  }
  .flex-order-sm--13 {
    order: -13;
  }
  .flex-order-sm--12 {
    order: -12;
  }
  .flex-order-sm--11 {
    order: -11;
  }
  .flex-order-sm--10 {
    order: -10;
  }
  .flex-order-sm--9 {
    order: -9;
  }
  .flex-order-sm--8 {
    order: -8;
  }
  .flex-order-sm--7 {
    order: -7;
  }
  .flex-order-sm--6 {
    order: -6;
  }
  .flex-order-sm--5 {
    order: -5;
  }
  .flex-order-sm--4 {
    order: -4;
  }
  .flex-order-sm--3 {
    order: -3;
  }
  .flex-order-sm--2 {
    order: -2;
  }
  .flex-order-sm--1 {
    order: -1;
  }
  .flex-order-sm-0 {
    order: 0;
  }
  .flex-order-sm-1 {
    order: 1;
  }
  .flex-order-sm-2 {
    order: 2;
  }
  .flex-order-sm-3 {
    order: 3;
  }
  .flex-order-sm-4 {
    order: 4;
  }
  .flex-order-sm-5 {
    order: 5;
  }
  .flex-order-sm-6 {
    order: 6;
  }
  .flex-order-sm-7 {
    order: 7;
  }
  .flex-order-sm-8 {
    order: 8;
  }
  .flex-order-sm-9 {
    order: 9;
  }
  .flex-order-sm-10 {
    order: 10;
  }
  .flex-order-sm-11 {
    order: 11;
  }
  .flex-order-sm-12 {
    order: 12;
  }
  .flex-order-sm-13 {
    order: 13;
  }
  .flex-order-sm-14 {
    order: 14;
  }
  .flex-order-sm-15 {
    order: 15;
  }
  .flex-order-sm-16 {
    order: 16;
  }
  .flex-order-sm-17 {
    order: 17;
  }
  .flex-order-sm-18 {
    order: 18;
  }
  .flex-order-sm-19 {
    order: 19;
  }
  .flex-order-sm-20 {
    order: 20;
  }
  .flex-offset-sm-0, .offset-sm-0 {
    margin-left: 0;
  }
  .flex-offset-sm-5, .offset-sm-5 {
    margin-left: 5%;
  }
  .flex-offset-sm-10, .offset-sm-10 {
    margin-left: 10%;
  }
  .flex-offset-sm-15, .offset-sm-15 {
    margin-left: 15%;
  }
  .flex-offset-sm-20, .offset-sm-20 {
    margin-left: 20%;
  }
  .flex-offset-sm-25, .offset-sm-25 {
    margin-left: 25%;
  }
  .flex-offset-sm-30, .offset-sm-30 {
    margin-left: 30%;
  }
  .flex-offset-sm-35, .offset-sm-35 {
    margin-left: 35%;
  }
  .flex-offset-sm-40, .offset-sm-40 {
    margin-left: 40%;
  }
  .flex-offset-sm-45, .offset-sm-45 {
    margin-left: 45%;
  }
  .flex-offset-sm-50, .offset-sm-50 {
    margin-left: 50%;
  }
  .flex-offset-sm-55, .offset-sm-55 {
    margin-left: 55%;
  }
  .flex-offset-sm-60, .offset-sm-60 {
    margin-left: 60%;
  }
  .flex-offset-sm-65, .offset-sm-65 {
    margin-left: 65%;
  }
  .flex-offset-sm-70, .offset-sm-70 {
    margin-left: 70%;
  }
  .flex-offset-sm-75, .offset-sm-75 {
    margin-left: 75%;
  }
  .flex-offset-sm-80, .offset-sm-80 {
    margin-left: 80%;
  }
  .flex-offset-sm-85, .offset-sm-85 {
    margin-left: 85%;
  }
  .flex-offset-sm-90, .offset-sm-90 {
    margin-left: 90%;
  }
  .flex-offset-sm-95, .offset-sm-95 {
    margin-left: 95%;
  }
  .flex-offset-sm-33, .offset-sm-33 {
    margin-left: 33.3333333333%;
  }
  .flex-offset-sm-66, .offset-sm-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-sm {
    justify-content: start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-sm-start, .layout-align-sm-start-center, .layout-align-sm-start-end, .layout-align-sm-start-start, .layout-align-sm-start-stretch {
    justify-content: start;
  }
  .layout-align-sm-center, .layout-align-sm-center-center, .layout-align-sm-center-end, .layout-align-sm-center-start, .layout-align-sm-center-stretch {
    justify-content: center;
  }
  .layout-align-sm-end, .layout-align-sm-end-center, .layout-align-sm-end-end, .layout-align-sm-end-start, .layout-align-sm-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-sm-space-around, .layout-align-sm-space-around-center, .layout-align-sm-space-around-end, .layout-align-sm-space-around-start, .layout-align-sm-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-sm-space-between, .layout-align-sm-space-between-center, .layout-align-sm-space-between-end, .layout-align-sm-space-between-start, .layout-align-sm-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-sm-center-start, .layout-align-sm-end-start, .layout-align-sm-space-around-start, .layout-align-sm-space-between-start, .layout-align-sm-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-sm-center-center, .layout-align-sm-end-center, .layout-align-sm-space-around-center, .layout-align-sm-space-between-center, .layout-align-sm-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-sm-center-center > *, .layout-align-sm-end-center > *, .layout-align-sm-space-around-center > *, .layout-align-sm-space-between-center > *, .layout-align-sm-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-sm-center-end, .layout-align-sm-end-end, .layout-align-sm-space-around-end, .layout-align-sm-space-between-end, .layout-align-sm-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-sm-center-stretch, .layout-align-sm-end-stretch, .layout-align-sm-space-around-stretch, .layout-align-sm-space-between-stretch, .layout-align-sm-start-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-sm {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .flex-sm {
    flex: 1 1 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .flex-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-0, .layout-row > .flex-sm-0, .layout-sm-row > .flex-sm-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-0, .layout-sm-column > .flex-sm-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
  }
  .flex-sm-5, .layout-row > .flex-sm-5, .layout-sm-row > .flex-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-5, .layout-sm-column > .flex-sm-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-sm-10, .layout-row > .flex-sm-10, .layout-sm-row > .flex-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-10, .layout-sm-column > .flex-sm-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-sm-15, .layout-row > .flex-sm-15, .layout-sm-row > .flex-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-15, .layout-sm-column > .flex-sm-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-sm-20, .layout-row > .flex-sm-20, .layout-sm-row > .flex-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-20, .layout-sm-column > .flex-sm-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-sm-25, .layout-row > .flex-sm-25, .layout-sm-row > .flex-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-25, .layout-sm-column > .flex-sm-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-sm-30, .layout-row > .flex-sm-30, .layout-sm-row > .flex-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-30, .layout-sm-column > .flex-sm-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-sm-35, .layout-row > .flex-sm-35, .layout-sm-row > .flex-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-35, .layout-sm-column > .flex-sm-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-sm-40, .layout-row > .flex-sm-40, .layout-sm-row > .flex-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-40, .layout-sm-column > .flex-sm-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-sm-45, .layout-row > .flex-sm-45, .layout-sm-row > .flex-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-45, .layout-sm-column > .flex-sm-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-sm-50, .layout-row > .flex-sm-50, .layout-sm-row > .flex-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-50, .layout-sm-column > .flex-sm-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-sm-55, .layout-row > .flex-sm-55, .layout-sm-row > .flex-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-55, .layout-sm-column > .flex-sm-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-sm-60, .layout-row > .flex-sm-60, .layout-sm-row > .flex-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-60, .layout-sm-column > .flex-sm-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-sm-65, .layout-row > .flex-sm-65, .layout-sm-row > .flex-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-65, .layout-sm-column > .flex-sm-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-sm-70, .layout-row > .flex-sm-70, .layout-sm-row > .flex-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-70, .layout-sm-column > .flex-sm-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-sm-75, .layout-row > .flex-sm-75, .layout-sm-row > .flex-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-75, .layout-sm-column > .flex-sm-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-sm-80, .layout-row > .flex-sm-80, .layout-sm-row > .flex-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-80, .layout-sm-column > .flex-sm-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-sm-85, .layout-row > .flex-sm-85, .layout-sm-row > .flex-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-85, .layout-sm-column > .flex-sm-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-sm-90, .layout-row > .flex-sm-90, .layout-sm-row > .flex-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-90, .layout-sm-column > .flex-sm-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-sm-95, .layout-row > .flex-sm-95, .layout-sm-row > .flex-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-95, .layout-sm-column > .flex-sm-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-sm-100, .layout-column > .flex-sm-100, .layout-row > .flex-sm-100, .layout-sm-column > .flex-sm-100, .layout-sm-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-33, .layout-sm-row > .flex-sm-33 {
    flex: 1 1 33%;
    max-width: 33.3333333333%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-66, .layout-sm-row > .flex-sm-66 {
    flex: 1 1 66%;
    max-width: 66.6666666667%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-33, .layout-sm-column > .flex-sm-33 {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: 33.3333333333%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-66, .layout-sm-column > .flex-sm-66 {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: 66.6666666667%;
    box-sizing: border-box;
  }
  .layout-sm, .layout-sm-column, .layout-sm-row {
    box-sizing: border-box;
    display: flex;
  }
  .layout-sm-column {
    flex-direction: column;
  }
  .layout-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    order: -20;
  }
  .flex-order-gt-sm--19 {
    order: -19;
  }
  .flex-order-gt-sm--18 {
    order: -18;
  }
  .flex-order-gt-sm--17 {
    order: -17;
  }
  .flex-order-gt-sm--16 {
    order: -16;
  }
  .flex-order-gt-sm--15 {
    order: -15;
  }
  .flex-order-gt-sm--14 {
    order: -14;
  }
  .flex-order-gt-sm--13 {
    order: -13;
  }
  .flex-order-gt-sm--12 {
    order: -12;
  }
  .flex-order-gt-sm--11 {
    order: -11;
  }
  .flex-order-gt-sm--10 {
    order: -10;
  }
  .flex-order-gt-sm--9 {
    order: -9;
  }
  .flex-order-gt-sm--8 {
    order: -8;
  }
  .flex-order-gt-sm--7 {
    order: -7;
  }
  .flex-order-gt-sm--6 {
    order: -6;
  }
  .flex-order-gt-sm--5 {
    order: -5;
  }
  .flex-order-gt-sm--4 {
    order: -4;
  }
  .flex-order-gt-sm--3 {
    order: -3;
  }
  .flex-order-gt-sm--2 {
    order: -2;
  }
  .flex-order-gt-sm--1 {
    order: -1;
  }
  .flex-order-gt-sm-0 {
    order: 0;
  }
  .flex-order-gt-sm-1 {
    order: 1;
  }
  .flex-order-gt-sm-2 {
    order: 2;
  }
  .flex-order-gt-sm-3 {
    order: 3;
  }
  .flex-order-gt-sm-4 {
    order: 4;
  }
  .flex-order-gt-sm-5 {
    order: 5;
  }
  .flex-order-gt-sm-6 {
    order: 6;
  }
  .flex-order-gt-sm-7 {
    order: 7;
  }
  .flex-order-gt-sm-8 {
    order: 8;
  }
  .flex-order-gt-sm-9 {
    order: 9;
  }
  .flex-order-gt-sm-10 {
    order: 10;
  }
  .flex-order-gt-sm-11 {
    order: 11;
  }
  .flex-order-gt-sm-12 {
    order: 12;
  }
  .flex-order-gt-sm-13 {
    order: 13;
  }
  .flex-order-gt-sm-14 {
    order: 14;
  }
  .flex-order-gt-sm-15 {
    order: 15;
  }
  .flex-order-gt-sm-16 {
    order: 16;
  }
  .flex-order-gt-sm-17 {
    order: 17;
  }
  .flex-order-gt-sm-18 {
    order: 18;
  }
  .flex-order-gt-sm-19 {
    order: 19;
  }
  .flex-order-gt-sm-20 {
    order: 20;
  }
  .flex-offset-gt-sm-0, .offset-gt-sm-0 {
    margin-left: 0;
  }
  .flex-offset-gt-sm-5, .offset-gt-sm-5 {
    margin-left: 5%;
  }
  .flex-offset-gt-sm-10, .offset-gt-sm-10 {
    margin-left: 10%;
  }
  .flex-offset-gt-sm-15, .offset-gt-sm-15 {
    margin-left: 15%;
  }
  .flex-offset-gt-sm-20, .offset-gt-sm-20 {
    margin-left: 20%;
  }
  .flex-offset-gt-sm-25, .offset-gt-sm-25 {
    margin-left: 25%;
  }
  .flex-offset-gt-sm-30, .offset-gt-sm-30 {
    margin-left: 30%;
  }
  .flex-offset-gt-sm-35, .offset-gt-sm-35 {
    margin-left: 35%;
  }
  .flex-offset-gt-sm-40, .offset-gt-sm-40 {
    margin-left: 40%;
  }
  .flex-offset-gt-sm-45, .offset-gt-sm-45 {
    margin-left: 45%;
  }
  .flex-offset-gt-sm-50, .offset-gt-sm-50 {
    margin-left: 50%;
  }
  .flex-offset-gt-sm-55, .offset-gt-sm-55 {
    margin-left: 55%;
  }
  .flex-offset-gt-sm-60, .offset-gt-sm-60 {
    margin-left: 60%;
  }
  .flex-offset-gt-sm-65, .offset-gt-sm-65 {
    margin-left: 65%;
  }
  .flex-offset-gt-sm-70, .offset-gt-sm-70 {
    margin-left: 70%;
  }
  .flex-offset-gt-sm-75, .offset-gt-sm-75 {
    margin-left: 75%;
  }
  .flex-offset-gt-sm-80, .offset-gt-sm-80 {
    margin-left: 80%;
  }
  .flex-offset-gt-sm-85, .offset-gt-sm-85 {
    margin-left: 85%;
  }
  .flex-offset-gt-sm-90, .offset-gt-sm-90 {
    margin-left: 90%;
  }
  .flex-offset-gt-sm-95, .offset-gt-sm-95 {
    margin-left: 95%;
  }
  .flex-offset-gt-sm-33, .offset-gt-sm-33 {
    margin-left: 33.3333333333%;
  }
  .flex-offset-gt-sm-66, .offset-gt-sm-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-gt-sm {
    justify-content: start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-sm-start, .layout-align-gt-sm-start-center, .layout-align-gt-sm-start-end, .layout-align-gt-sm-start-start, .layout-align-gt-sm-start-stretch {
    justify-content: start;
  }
  .layout-align-gt-sm-center, .layout-align-gt-sm-center-center, .layout-align-gt-sm-center-end, .layout-align-gt-sm-center-start, .layout-align-gt-sm-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-sm-end, .layout-align-gt-sm-end-center, .layout-align-gt-sm-end-end, .layout-align-gt-sm-end-start, .layout-align-gt-sm-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-sm-space-around, .layout-align-gt-sm-space-around-center, .layout-align-gt-sm-space-around-end, .layout-align-gt-sm-space-around-start, .layout-align-gt-sm-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-sm-space-between, .layout-align-gt-sm-space-between-center, .layout-align-gt-sm-space-between-end, .layout-align-gt-sm-space-between-start, .layout-align-gt-sm-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-sm-center-start, .layout-align-gt-sm-end-start, .layout-align-gt-sm-space-around-start, .layout-align-gt-sm-space-between-start, .layout-align-gt-sm-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-sm-center-center, .layout-align-gt-sm-end-center, .layout-align-gt-sm-space-around-center, .layout-align-gt-sm-space-between-center, .layout-align-gt-sm-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-sm-center-center > *, .layout-align-gt-sm-end-center > *, .layout-align-gt-sm-space-around-center > *, .layout-align-gt-sm-space-between-center > *, .layout-align-gt-sm-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-sm-center-end, .layout-align-gt-sm-end-end, .layout-align-gt-sm-space-around-end, .layout-align-gt-sm-space-between-end, .layout-align-gt-sm-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-sm-center-stretch, .layout-align-gt-sm-end-stretch, .layout-align-gt-sm-space-around-stretch, .layout-align-gt-sm-space-between-stretch, .layout-align-gt-sm-start-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-sm {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 960px) {
  .flex-gt-sm {
    flex: 1 1 0;
  }
}
@media (min-width: 960px) {
  .flex-gt-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-0, .layout-gt-sm-row > .flex-gt-sm-0, .layout-row > .flex-gt-sm-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-0, .layout-gt-sm-column > .flex-gt-sm-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
  }
  .flex-gt-sm-5, .layout-gt-sm-row > .flex-gt-sm-5, .layout-row > .flex-gt-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-5, .layout-gt-sm-column > .flex-gt-sm-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-sm-10, .layout-gt-sm-row > .flex-gt-sm-10, .layout-row > .flex-gt-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-10, .layout-gt-sm-column > .flex-gt-sm-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-sm-15, .layout-gt-sm-row > .flex-gt-sm-15, .layout-row > .flex-gt-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-15, .layout-gt-sm-column > .flex-gt-sm-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-sm-20, .layout-gt-sm-row > .flex-gt-sm-20, .layout-row > .flex-gt-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-20, .layout-gt-sm-column > .flex-gt-sm-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-sm-25, .layout-gt-sm-row > .flex-gt-sm-25, .layout-row > .flex-gt-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-25, .layout-gt-sm-column > .flex-gt-sm-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-sm-30, .layout-gt-sm-row > .flex-gt-sm-30, .layout-row > .flex-gt-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-30, .layout-gt-sm-column > .flex-gt-sm-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-sm-35, .layout-gt-sm-row > .flex-gt-sm-35, .layout-row > .flex-gt-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-35, .layout-gt-sm-column > .flex-gt-sm-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-sm-40, .layout-gt-sm-row > .flex-gt-sm-40, .layout-row > .flex-gt-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-40, .layout-gt-sm-column > .flex-gt-sm-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-sm-45, .layout-gt-sm-row > .flex-gt-sm-45, .layout-row > .flex-gt-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-45, .layout-gt-sm-column > .flex-gt-sm-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-sm-50, .layout-gt-sm-row > .flex-gt-sm-50, .layout-row > .flex-gt-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-50, .layout-gt-sm-column > .flex-gt-sm-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-sm-55, .layout-gt-sm-row > .flex-gt-sm-55, .layout-row > .flex-gt-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-55, .layout-gt-sm-column > .flex-gt-sm-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-sm-60, .layout-gt-sm-row > .flex-gt-sm-60, .layout-row > .flex-gt-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-60, .layout-gt-sm-column > .flex-gt-sm-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-sm-65, .layout-gt-sm-row > .flex-gt-sm-65, .layout-row > .flex-gt-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-65, .layout-gt-sm-column > .flex-gt-sm-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-sm-70, .layout-gt-sm-row > .flex-gt-sm-70, .layout-row > .flex-gt-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-70, .layout-gt-sm-column > .flex-gt-sm-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-sm-75, .layout-gt-sm-row > .flex-gt-sm-75, .layout-row > .flex-gt-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-75, .layout-gt-sm-column > .flex-gt-sm-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-sm-80, .layout-gt-sm-row > .flex-gt-sm-80, .layout-row > .flex-gt-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-80, .layout-gt-sm-column > .flex-gt-sm-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-sm-85, .layout-gt-sm-row > .flex-gt-sm-85, .layout-row > .flex-gt-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-85, .layout-gt-sm-column > .flex-gt-sm-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-sm-90, .layout-gt-sm-row > .flex-gt-sm-90, .layout-row > .flex-gt-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-90, .layout-gt-sm-column > .flex-gt-sm-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-sm-95, .layout-gt-sm-row > .flex-gt-sm-95, .layout-row > .flex-gt-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-95, .layout-gt-sm-column > .flex-gt-sm-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-sm-100, .layout-column > .flex-gt-sm-100, .layout-gt-sm-column > .flex-gt-sm-100, .layout-gt-sm-row > .flex-gt-sm-100, .layout-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-33, .layout-row > .flex-gt-sm-33 {
    flex: 1 1 33%;
    max-width: 33.3333333333%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-66, .layout-row > .flex-gt-sm-66 {
    flex: 1 1 66%;
    max-width: 66.6666666667%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-33, .layout-gt-sm-column > .flex-gt-sm-33 {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: 33.3333333333%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-66, .layout-gt-sm-column > .flex-gt-sm-66 {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: 66.6666666667%;
    box-sizing: border-box;
  }
  .layout-gt-sm, .layout-gt-sm-column, .layout-gt-sm-row {
    box-sizing: border-box;
    display: flex;
  }
  .layout-gt-sm-column {
    flex-direction: column;
  }
  .layout-gt-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show), .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none;
  }
  .flex-order-md--20 {
    order: -20;
  }
  .flex-order-md--19 {
    order: -19;
  }
  .flex-order-md--18 {
    order: -18;
  }
  .flex-order-md--17 {
    order: -17;
  }
  .flex-order-md--16 {
    order: -16;
  }
  .flex-order-md--15 {
    order: -15;
  }
  .flex-order-md--14 {
    order: -14;
  }
  .flex-order-md--13 {
    order: -13;
  }
  .flex-order-md--12 {
    order: -12;
  }
  .flex-order-md--11 {
    order: -11;
  }
  .flex-order-md--10 {
    order: -10;
  }
  .flex-order-md--9 {
    order: -9;
  }
  .flex-order-md--8 {
    order: -8;
  }
  .flex-order-md--7 {
    order: -7;
  }
  .flex-order-md--6 {
    order: -6;
  }
  .flex-order-md--5 {
    order: -5;
  }
  .flex-order-md--4 {
    order: -4;
  }
  .flex-order-md--3 {
    order: -3;
  }
  .flex-order-md--2 {
    order: -2;
  }
  .flex-order-md--1 {
    order: -1;
  }
  .flex-order-md-0 {
    order: 0;
  }
  .flex-order-md-1 {
    order: 1;
  }
  .flex-order-md-2 {
    order: 2;
  }
  .flex-order-md-3 {
    order: 3;
  }
  .flex-order-md-4 {
    order: 4;
  }
  .flex-order-md-5 {
    order: 5;
  }
  .flex-order-md-6 {
    order: 6;
  }
  .flex-order-md-7 {
    order: 7;
  }
  .flex-order-md-8 {
    order: 8;
  }
  .flex-order-md-9 {
    order: 9;
  }
  .flex-order-md-10 {
    order: 10;
  }
  .flex-order-md-11 {
    order: 11;
  }
  .flex-order-md-12 {
    order: 12;
  }
  .flex-order-md-13 {
    order: 13;
  }
  .flex-order-md-14 {
    order: 14;
  }
  .flex-order-md-15 {
    order: 15;
  }
  .flex-order-md-16 {
    order: 16;
  }
  .flex-order-md-17 {
    order: 17;
  }
  .flex-order-md-18 {
    order: 18;
  }
  .flex-order-md-19 {
    order: 19;
  }
  .flex-order-md-20 {
    order: 20;
  }
  .flex-offset-md-0, .offset-md-0 {
    margin-left: 0;
  }
  .flex-offset-md-5, .offset-md-5 {
    margin-left: 5%;
  }
  .flex-offset-md-10, .offset-md-10 {
    margin-left: 10%;
  }
  .flex-offset-md-15, .offset-md-15 {
    margin-left: 15%;
  }
  .flex-offset-md-20, .offset-md-20 {
    margin-left: 20%;
  }
  .flex-offset-md-25, .offset-md-25 {
    margin-left: 25%;
  }
  .flex-offset-md-30, .offset-md-30 {
    margin-left: 30%;
  }
  .flex-offset-md-35, .offset-md-35 {
    margin-left: 35%;
  }
  .flex-offset-md-40, .offset-md-40 {
    margin-left: 40%;
  }
  .flex-offset-md-45, .offset-md-45 {
    margin-left: 45%;
  }
  .flex-offset-md-50, .offset-md-50 {
    margin-left: 50%;
  }
  .flex-offset-md-55, .offset-md-55 {
    margin-left: 55%;
  }
  .flex-offset-md-60, .offset-md-60 {
    margin-left: 60%;
  }
  .flex-offset-md-65, .offset-md-65 {
    margin-left: 65%;
  }
  .flex-offset-md-70, .offset-md-70 {
    margin-left: 70%;
  }
  .flex-offset-md-75, .offset-md-75 {
    margin-left: 75%;
  }
  .flex-offset-md-80, .offset-md-80 {
    margin-left: 80%;
  }
  .flex-offset-md-85, .offset-md-85 {
    margin-left: 85%;
  }
  .flex-offset-md-90, .offset-md-90 {
    margin-left: 90%;
  }
  .flex-offset-md-95, .offset-md-95 {
    margin-left: 95%;
  }
  .flex-offset-md-33, .offset-md-33 {
    margin-left: 33.3333333333%;
  }
  .flex-offset-md-66, .offset-md-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-md {
    justify-content: start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-md-start, .layout-align-md-start-center, .layout-align-md-start-end, .layout-align-md-start-start, .layout-align-md-start-stretch {
    justify-content: start;
  }
  .layout-align-md-center, .layout-align-md-center-center, .layout-align-md-center-end, .layout-align-md-center-start, .layout-align-md-center-stretch {
    justify-content: center;
  }
  .layout-align-md-end, .layout-align-md-end-center, .layout-align-md-end-end, .layout-align-md-end-start, .layout-align-md-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-md-space-around, .layout-align-md-space-around-center, .layout-align-md-space-around-end, .layout-align-md-space-around-start, .layout-align-md-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-md-space-between, .layout-align-md-space-between-center, .layout-align-md-space-between-end, .layout-align-md-space-between-start, .layout-align-md-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-md-center-start, .layout-align-md-end-start, .layout-align-md-space-around-start, .layout-align-md-space-between-start, .layout-align-md-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-md-center-center, .layout-align-md-end-center, .layout-align-md-space-around-center, .layout-align-md-space-between-center, .layout-align-md-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-md-center-center > *, .layout-align-md-end-center > *, .layout-align-md-space-around-center > *, .layout-align-md-space-between-center > *, .layout-align-md-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-md-center-end, .layout-align-md-end-end, .layout-align-md-space-around-end, .layout-align-md-space-between-end, .layout-align-md-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-md-center-stretch, .layout-align-md-end-stretch, .layout-align-md-space-around-stretch, .layout-align-md-space-between-stretch, .layout-align-md-start-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-md {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .flex-md {
    flex: 1 1 0;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .flex-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-md-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-md-0, .layout-md-row > .flex-md-0, .layout-row > .flex-md-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-0, .layout-md-column > .flex-md-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
  }
  .flex-md-5, .layout-md-row > .flex-md-5, .layout-row > .flex-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-5, .layout-md-column > .flex-md-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-md-10, .layout-md-row > .flex-md-10, .layout-row > .flex-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-10, .layout-md-column > .flex-md-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-md-15, .layout-md-row > .flex-md-15, .layout-row > .flex-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-15, .layout-md-column > .flex-md-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-md-20, .layout-md-row > .flex-md-20, .layout-row > .flex-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-20, .layout-md-column > .flex-md-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-md-25, .layout-md-row > .flex-md-25, .layout-row > .flex-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-25, .layout-md-column > .flex-md-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-md-30, .layout-md-row > .flex-md-30, .layout-row > .flex-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-30, .layout-md-column > .flex-md-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-md-35, .layout-md-row > .flex-md-35, .layout-row > .flex-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-35, .layout-md-column > .flex-md-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-md-40, .layout-md-row > .flex-md-40, .layout-row > .flex-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-40, .layout-md-column > .flex-md-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-md-45, .layout-md-row > .flex-md-45, .layout-row > .flex-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-45, .layout-md-column > .flex-md-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-md-50, .layout-md-row > .flex-md-50, .layout-row > .flex-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-50, .layout-md-column > .flex-md-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-md-55, .layout-md-row > .flex-md-55, .layout-row > .flex-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-55, .layout-md-column > .flex-md-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-md-60, .layout-md-row > .flex-md-60, .layout-row > .flex-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-60, .layout-md-column > .flex-md-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-md-65, .layout-md-row > .flex-md-65, .layout-row > .flex-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-65, .layout-md-column > .flex-md-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-md-70, .layout-md-row > .flex-md-70, .layout-row > .flex-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-70, .layout-md-column > .flex-md-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-md-75, .layout-md-row > .flex-md-75, .layout-row > .flex-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-75, .layout-md-column > .flex-md-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-md-80, .layout-md-row > .flex-md-80, .layout-row > .flex-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-80, .layout-md-column > .flex-md-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-md-85, .layout-md-row > .flex-md-85, .layout-row > .flex-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-85, .layout-md-column > .flex-md-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-md-90, .layout-md-row > .flex-md-90, .layout-row > .flex-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-90, .layout-md-column > .flex-md-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-md-95, .layout-md-row > .flex-md-95, .layout-row > .flex-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-95, .layout-md-column > .flex-md-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-md-100, .layout-column > .flex-md-100, .layout-md-column > .flex-md-100, .layout-md-row > .flex-md-100, .layout-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-33, .layout-row > .flex-md-33 {
    flex: 1 1 33%;
    max-width: 33.3333333333%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-66, .layout-row > .flex-md-66 {
    flex: 1 1 66%;
    max-width: 66.6666666667%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-33, .layout-md-column > .flex-md-33 {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: 33.3333333333%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-66, .layout-md-column > .flex-md-66 {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: 66.6666666667%;
    box-sizing: border-box;
  }
  .layout-md, .layout-md-column, .layout-md-row {
    box-sizing: border-box;
    display: flex;
  }
  .layout-md-column {
    flex-direction: column;
  }
  .layout-md-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    order: -20;
  }
  .flex-order-gt-md--19 {
    order: -19;
  }
  .flex-order-gt-md--18 {
    order: -18;
  }
  .flex-order-gt-md--17 {
    order: -17;
  }
  .flex-order-gt-md--16 {
    order: -16;
  }
  .flex-order-gt-md--15 {
    order: -15;
  }
  .flex-order-gt-md--14 {
    order: -14;
  }
  .flex-order-gt-md--13 {
    order: -13;
  }
  .flex-order-gt-md--12 {
    order: -12;
  }
  .flex-order-gt-md--11 {
    order: -11;
  }
  .flex-order-gt-md--10 {
    order: -10;
  }
  .flex-order-gt-md--9 {
    order: -9;
  }
  .flex-order-gt-md--8 {
    order: -8;
  }
  .flex-order-gt-md--7 {
    order: -7;
  }
  .flex-order-gt-md--6 {
    order: -6;
  }
  .flex-order-gt-md--5 {
    order: -5;
  }
  .flex-order-gt-md--4 {
    order: -4;
  }
  .flex-order-gt-md--3 {
    order: -3;
  }
  .flex-order-gt-md--2 {
    order: -2;
  }
  .flex-order-gt-md--1 {
    order: -1;
  }
  .flex-order-gt-md-0 {
    order: 0;
  }
  .flex-order-gt-md-1 {
    order: 1;
  }
  .flex-order-gt-md-2 {
    order: 2;
  }
  .flex-order-gt-md-3 {
    order: 3;
  }
  .flex-order-gt-md-4 {
    order: 4;
  }
  .flex-order-gt-md-5 {
    order: 5;
  }
  .flex-order-gt-md-6 {
    order: 6;
  }
  .flex-order-gt-md-7 {
    order: 7;
  }
  .flex-order-gt-md-8 {
    order: 8;
  }
  .flex-order-gt-md-9 {
    order: 9;
  }
  .flex-order-gt-md-10 {
    order: 10;
  }
  .flex-order-gt-md-11 {
    order: 11;
  }
  .flex-order-gt-md-12 {
    order: 12;
  }
  .flex-order-gt-md-13 {
    order: 13;
  }
  .flex-order-gt-md-14 {
    order: 14;
  }
  .flex-order-gt-md-15 {
    order: 15;
  }
  .flex-order-gt-md-16 {
    order: 16;
  }
  .flex-order-gt-md-17 {
    order: 17;
  }
  .flex-order-gt-md-18 {
    order: 18;
  }
  .flex-order-gt-md-19 {
    order: 19;
  }
  .flex-order-gt-md-20 {
    order: 20;
  }
  .flex-offset-gt-md-0, .offset-gt-md-0 {
    margin-left: 0;
  }
  .flex-offset-gt-md-5, .offset-gt-md-5 {
    margin-left: 5%;
  }
  .flex-offset-gt-md-10, .offset-gt-md-10 {
    margin-left: 10%;
  }
  .flex-offset-gt-md-15, .offset-gt-md-15 {
    margin-left: 15%;
  }
  .flex-offset-gt-md-20, .offset-gt-md-20 {
    margin-left: 20%;
  }
  .flex-offset-gt-md-25, .offset-gt-md-25 {
    margin-left: 25%;
  }
  .flex-offset-gt-md-30, .offset-gt-md-30 {
    margin-left: 30%;
  }
  .flex-offset-gt-md-35, .offset-gt-md-35 {
    margin-left: 35%;
  }
  .flex-offset-gt-md-40, .offset-gt-md-40 {
    margin-left: 40%;
  }
  .flex-offset-gt-md-45, .offset-gt-md-45 {
    margin-left: 45%;
  }
  .flex-offset-gt-md-50, .offset-gt-md-50 {
    margin-left: 50%;
  }
  .flex-offset-gt-md-55, .offset-gt-md-55 {
    margin-left: 55%;
  }
  .flex-offset-gt-md-60, .offset-gt-md-60 {
    margin-left: 60%;
  }
  .flex-offset-gt-md-65, .offset-gt-md-65 {
    margin-left: 65%;
  }
  .flex-offset-gt-md-70, .offset-gt-md-70 {
    margin-left: 70%;
  }
  .flex-offset-gt-md-75, .offset-gt-md-75 {
    margin-left: 75%;
  }
  .flex-offset-gt-md-80, .offset-gt-md-80 {
    margin-left: 80%;
  }
  .flex-offset-gt-md-85, .offset-gt-md-85 {
    margin-left: 85%;
  }
  .flex-offset-gt-md-90, .offset-gt-md-90 {
    margin-left: 90%;
  }
  .flex-offset-gt-md-95, .offset-gt-md-95 {
    margin-left: 95%;
  }
  .flex-offset-gt-md-33, .offset-gt-md-33 {
    margin-left: 33.3333333333%;
  }
  .flex-offset-gt-md-66, .offset-gt-md-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-gt-md {
    justify-content: start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-md-start, .layout-align-gt-md-start-center, .layout-align-gt-md-start-end, .layout-align-gt-md-start-start, .layout-align-gt-md-start-stretch {
    justify-content: start;
  }
  .layout-align-gt-md-center, .layout-align-gt-md-center-center, .layout-align-gt-md-center-end, .layout-align-gt-md-center-start, .layout-align-gt-md-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-md-end, .layout-align-gt-md-end-center, .layout-align-gt-md-end-end, .layout-align-gt-md-end-start, .layout-align-gt-md-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-md-space-around, .layout-align-gt-md-space-around-center, .layout-align-gt-md-space-around-end, .layout-align-gt-md-space-around-start, .layout-align-gt-md-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-md-space-between, .layout-align-gt-md-space-between-center, .layout-align-gt-md-space-between-end, .layout-align-gt-md-space-between-start, .layout-align-gt-md-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-md-center-start, .layout-align-gt-md-end-start, .layout-align-gt-md-space-around-start, .layout-align-gt-md-space-between-start, .layout-align-gt-md-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-md-center-center, .layout-align-gt-md-end-center, .layout-align-gt-md-space-around-center, .layout-align-gt-md-space-between-center, .layout-align-gt-md-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-md-center-center > *, .layout-align-gt-md-end-center > *, .layout-align-gt-md-space-around-center > *, .layout-align-gt-md-space-between-center > *, .layout-align-gt-md-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-md-center-end, .layout-align-gt-md-end-end, .layout-align-gt-md-space-around-end, .layout-align-gt-md-space-between-end, .layout-align-gt-md-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-md-center-stretch, .layout-align-gt-md-end-stretch, .layout-align-gt-md-space-around-stretch, .layout-align-gt-md-space-between-stretch, .layout-align-gt-md-start-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-md {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1280px) {
  .flex-gt-md {
    flex: 1 1 0;
  }
}
@media (min-width: 1280px) {
  .flex-gt-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-0, .layout-gt-md-row > .flex-gt-md-0, .layout-row > .flex-gt-md-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-0, .layout-gt-md-column > .flex-gt-md-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
  }
  .flex-gt-md-5, .layout-gt-md-row > .flex-gt-md-5, .layout-row > .flex-gt-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-5, .layout-gt-md-column > .flex-gt-md-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-md-10, .layout-gt-md-row > .flex-gt-md-10, .layout-row > .flex-gt-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-10, .layout-gt-md-column > .flex-gt-md-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-md-15, .layout-gt-md-row > .flex-gt-md-15, .layout-row > .flex-gt-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-15, .layout-gt-md-column > .flex-gt-md-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-md-20, .layout-gt-md-row > .flex-gt-md-20, .layout-row > .flex-gt-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-20, .layout-gt-md-column > .flex-gt-md-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-md-25, .layout-gt-md-row > .flex-gt-md-25, .layout-row > .flex-gt-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-25, .layout-gt-md-column > .flex-gt-md-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-md-30, .layout-gt-md-row > .flex-gt-md-30, .layout-row > .flex-gt-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-30, .layout-gt-md-column > .flex-gt-md-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-md-35, .layout-gt-md-row > .flex-gt-md-35, .layout-row > .flex-gt-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-35, .layout-gt-md-column > .flex-gt-md-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-md-40, .layout-gt-md-row > .flex-gt-md-40, .layout-row > .flex-gt-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-40, .layout-gt-md-column > .flex-gt-md-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-md-45, .layout-gt-md-row > .flex-gt-md-45, .layout-row > .flex-gt-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-45, .layout-gt-md-column > .flex-gt-md-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-md-50, .layout-gt-md-row > .flex-gt-md-50, .layout-row > .flex-gt-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-50, .layout-gt-md-column > .flex-gt-md-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-md-55, .layout-gt-md-row > .flex-gt-md-55, .layout-row > .flex-gt-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-55, .layout-gt-md-column > .flex-gt-md-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-md-60, .layout-gt-md-row > .flex-gt-md-60, .layout-row > .flex-gt-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-60, .layout-gt-md-column > .flex-gt-md-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-md-65, .layout-gt-md-row > .flex-gt-md-65, .layout-row > .flex-gt-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-65, .layout-gt-md-column > .flex-gt-md-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-md-70, .layout-gt-md-row > .flex-gt-md-70, .layout-row > .flex-gt-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-70, .layout-gt-md-column > .flex-gt-md-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-md-75, .layout-gt-md-row > .flex-gt-md-75, .layout-row > .flex-gt-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-75, .layout-gt-md-column > .flex-gt-md-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-md-80, .layout-gt-md-row > .flex-gt-md-80, .layout-row > .flex-gt-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-80, .layout-gt-md-column > .flex-gt-md-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-md-85, .layout-gt-md-row > .flex-gt-md-85, .layout-row > .flex-gt-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-85, .layout-gt-md-column > .flex-gt-md-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-md-90, .layout-gt-md-row > .flex-gt-md-90, .layout-row > .flex-gt-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-90, .layout-gt-md-column > .flex-gt-md-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-md-95, .layout-gt-md-row > .flex-gt-md-95, .layout-row > .flex-gt-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-95, .layout-gt-md-column > .flex-gt-md-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-md-100, .layout-column > .flex-gt-md-100, .layout-gt-md-column > .flex-gt-md-100, .layout-gt-md-row > .flex-gt-md-100, .layout-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-33, .layout-row > .flex-gt-md-33 {
    flex: 1 1 33%;
    max-width: 33.3333333333%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-66, .layout-row > .flex-gt-md-66 {
    flex: 1 1 66%;
    max-width: 66.6666666667%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-33, .layout-gt-md-column > .flex-gt-md-33 {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: 33.3333333333%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-66, .layout-gt-md-column > .flex-gt-md-66 {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: 66.6666666667%;
    box-sizing: border-box;
  }
  .layout-gt-md, .layout-gt-md-column, .layout-gt-md-row {
    box-sizing: border-box;
    display: flex;
  }
  .layout-gt-md-column {
    flex-direction: column;
  }
  .layout-gt-md-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show), .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none;
  }
  .flex-order-lg--20 {
    order: -20;
  }
  .flex-order-lg--19 {
    order: -19;
  }
  .flex-order-lg--18 {
    order: -18;
  }
  .flex-order-lg--17 {
    order: -17;
  }
  .flex-order-lg--16 {
    order: -16;
  }
  .flex-order-lg--15 {
    order: -15;
  }
  .flex-order-lg--14 {
    order: -14;
  }
  .flex-order-lg--13 {
    order: -13;
  }
  .flex-order-lg--12 {
    order: -12;
  }
  .flex-order-lg--11 {
    order: -11;
  }
  .flex-order-lg--10 {
    order: -10;
  }
  .flex-order-lg--9 {
    order: -9;
  }
  .flex-order-lg--8 {
    order: -8;
  }
  .flex-order-lg--7 {
    order: -7;
  }
  .flex-order-lg--6 {
    order: -6;
  }
  .flex-order-lg--5 {
    order: -5;
  }
  .flex-order-lg--4 {
    order: -4;
  }
  .flex-order-lg--3 {
    order: -3;
  }
  .flex-order-lg--2 {
    order: -2;
  }
  .flex-order-lg--1 {
    order: -1;
  }
  .flex-order-lg-0 {
    order: 0;
  }
  .flex-order-lg-1 {
    order: 1;
  }
  .flex-order-lg-2 {
    order: 2;
  }
  .flex-order-lg-3 {
    order: 3;
  }
  .flex-order-lg-4 {
    order: 4;
  }
  .flex-order-lg-5 {
    order: 5;
  }
  .flex-order-lg-6 {
    order: 6;
  }
  .flex-order-lg-7 {
    order: 7;
  }
  .flex-order-lg-8 {
    order: 8;
  }
  .flex-order-lg-9 {
    order: 9;
  }
  .flex-order-lg-10 {
    order: 10;
  }
  .flex-order-lg-11 {
    order: 11;
  }
  .flex-order-lg-12 {
    order: 12;
  }
  .flex-order-lg-13 {
    order: 13;
  }
  .flex-order-lg-14 {
    order: 14;
  }
  .flex-order-lg-15 {
    order: 15;
  }
  .flex-order-lg-16 {
    order: 16;
  }
  .flex-order-lg-17 {
    order: 17;
  }
  .flex-order-lg-18 {
    order: 18;
  }
  .flex-order-lg-19 {
    order: 19;
  }
  .flex-order-lg-20 {
    order: 20;
  }
  .flex-offset-lg-0, .offset-lg-0 {
    margin-left: 0;
  }
  .flex-offset-lg-5, .offset-lg-5 {
    margin-left: 5%;
  }
  .flex-offset-lg-10, .offset-lg-10 {
    margin-left: 10%;
  }
  .flex-offset-lg-15, .offset-lg-15 {
    margin-left: 15%;
  }
  .flex-offset-lg-20, .offset-lg-20 {
    margin-left: 20%;
  }
  .flex-offset-lg-25, .offset-lg-25 {
    margin-left: 25%;
  }
  .flex-offset-lg-30, .offset-lg-30 {
    margin-left: 30%;
  }
  .flex-offset-lg-35, .offset-lg-35 {
    margin-left: 35%;
  }
  .flex-offset-lg-40, .offset-lg-40 {
    margin-left: 40%;
  }
  .flex-offset-lg-45, .offset-lg-45 {
    margin-left: 45%;
  }
  .flex-offset-lg-50, .offset-lg-50 {
    margin-left: 50%;
  }
  .flex-offset-lg-55, .offset-lg-55 {
    margin-left: 55%;
  }
  .flex-offset-lg-60, .offset-lg-60 {
    margin-left: 60%;
  }
  .flex-offset-lg-65, .offset-lg-65 {
    margin-left: 65%;
  }
  .flex-offset-lg-70, .offset-lg-70 {
    margin-left: 70%;
  }
  .flex-offset-lg-75, .offset-lg-75 {
    margin-left: 75%;
  }
  .flex-offset-lg-80, .offset-lg-80 {
    margin-left: 80%;
  }
  .flex-offset-lg-85, .offset-lg-85 {
    margin-left: 85%;
  }
  .flex-offset-lg-90, .offset-lg-90 {
    margin-left: 90%;
  }
  .flex-offset-lg-95, .offset-lg-95 {
    margin-left: 95%;
  }
  .flex-offset-lg-33, .offset-lg-33 {
    margin-left: 33.3333333333%;
  }
  .flex-offset-lg-66, .offset-lg-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-lg {
    justify-content: start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-lg-start, .layout-align-lg-start-center, .layout-align-lg-start-end, .layout-align-lg-start-start, .layout-align-lg-start-stretch {
    justify-content: start;
  }
  .layout-align-lg-center, .layout-align-lg-center-center, .layout-align-lg-center-end, .layout-align-lg-center-start, .layout-align-lg-center-stretch {
    justify-content: center;
  }
  .layout-align-lg-end, .layout-align-lg-end-center, .layout-align-lg-end-end, .layout-align-lg-end-start, .layout-align-lg-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-lg-space-around, .layout-align-lg-space-around-center, .layout-align-lg-space-around-end, .layout-align-lg-space-around-start, .layout-align-lg-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-lg-space-between, .layout-align-lg-space-between-center, .layout-align-lg-space-between-end, .layout-align-lg-space-between-start, .layout-align-lg-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-lg-center-start, .layout-align-lg-end-start, .layout-align-lg-space-around-start, .layout-align-lg-space-between-start, .layout-align-lg-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-lg-center-center, .layout-align-lg-end-center, .layout-align-lg-space-around-center, .layout-align-lg-space-between-center, .layout-align-lg-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-lg-center-center > *, .layout-align-lg-end-center > *, .layout-align-lg-space-around-center > *, .layout-align-lg-space-between-center > *, .layout-align-lg-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-lg-center-end, .layout-align-lg-end-end, .layout-align-lg-space-around-end, .layout-align-lg-space-between-end, .layout-align-lg-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-lg-center-stretch, .layout-align-lg-end-stretch, .layout-align-lg-space-around-stretch, .layout-align-lg-space-between-stretch, .layout-align-lg-start-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-lg {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .flex-lg {
    flex: 1 1 0;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .flex-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-0, .layout-lg-row > .flex-lg-0, .layout-row > .flex-lg-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-0, .layout-lg-column > .flex-lg-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
  }
  .flex-lg-5, .layout-lg-row > .flex-lg-5, .layout-row > .flex-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-5, .layout-lg-column > .flex-lg-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-lg-10, .layout-lg-row > .flex-lg-10, .layout-row > .flex-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-10, .layout-lg-column > .flex-lg-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-lg-15, .layout-lg-row > .flex-lg-15, .layout-row > .flex-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-15, .layout-lg-column > .flex-lg-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-lg-20, .layout-lg-row > .flex-lg-20, .layout-row > .flex-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-20, .layout-lg-column > .flex-lg-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-lg-25, .layout-lg-row > .flex-lg-25, .layout-row > .flex-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-25, .layout-lg-column > .flex-lg-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-lg-30, .layout-lg-row > .flex-lg-30, .layout-row > .flex-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-30, .layout-lg-column > .flex-lg-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-lg-35, .layout-lg-row > .flex-lg-35, .layout-row > .flex-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-35, .layout-lg-column > .flex-lg-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-lg-40, .layout-lg-row > .flex-lg-40, .layout-row > .flex-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-40, .layout-lg-column > .flex-lg-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-lg-45, .layout-lg-row > .flex-lg-45, .layout-row > .flex-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-45, .layout-lg-column > .flex-lg-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-lg-50, .layout-lg-row > .flex-lg-50, .layout-row > .flex-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-50, .layout-lg-column > .flex-lg-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-lg-55, .layout-lg-row > .flex-lg-55, .layout-row > .flex-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-55, .layout-lg-column > .flex-lg-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-lg-60, .layout-lg-row > .flex-lg-60, .layout-row > .flex-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-60, .layout-lg-column > .flex-lg-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-lg-65, .layout-lg-row > .flex-lg-65, .layout-row > .flex-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-65, .layout-lg-column > .flex-lg-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-lg-70, .layout-lg-row > .flex-lg-70, .layout-row > .flex-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-70, .layout-lg-column > .flex-lg-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-lg-75, .layout-lg-row > .flex-lg-75, .layout-row > .flex-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-75, .layout-lg-column > .flex-lg-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-lg-80, .layout-lg-row > .flex-lg-80, .layout-row > .flex-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-80, .layout-lg-column > .flex-lg-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-lg-85, .layout-lg-row > .flex-lg-85, .layout-row > .flex-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-85, .layout-lg-column > .flex-lg-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-lg-90, .layout-lg-row > .flex-lg-90, .layout-row > .flex-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-90, .layout-lg-column > .flex-lg-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-lg-95, .layout-lg-row > .flex-lg-95, .layout-row > .flex-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-95, .layout-lg-column > .flex-lg-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-lg-100, .layout-column > .flex-lg-100, .layout-lg-column > .flex-lg-100, .layout-lg-row > .flex-lg-100, .layout-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-33, .layout-row > .flex-lg-33 {
    flex: 1 1 33%;
    max-width: 33.3333333333%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-66, .layout-row > .flex-lg-66 {
    flex: 1 1 66%;
    max-width: 66.6666666667%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-33, .layout-lg-column > .flex-lg-33 {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: 33.3333333333%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-66, .layout-lg-column > .flex-lg-66 {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: 66.6666666667%;
    box-sizing: border-box;
  }
  .layout-lg, .layout-lg-column, .layout-lg-row {
    box-sizing: border-box;
    display: flex;
  }
  .layout-lg-column {
    flex-direction: column;
  }
  .layout-lg-row {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    order: -20;
  }
  .flex-order-gt-lg--19 {
    order: -19;
  }
  .flex-order-gt-lg--18 {
    order: -18;
  }
  .flex-order-gt-lg--17 {
    order: -17;
  }
  .flex-order-gt-lg--16 {
    order: -16;
  }
  .flex-order-gt-lg--15 {
    order: -15;
  }
  .flex-order-gt-lg--14 {
    order: -14;
  }
  .flex-order-gt-lg--13 {
    order: -13;
  }
  .flex-order-gt-lg--12 {
    order: -12;
  }
  .flex-order-gt-lg--11 {
    order: -11;
  }
  .flex-order-gt-lg--10 {
    order: -10;
  }
  .flex-order-gt-lg--9 {
    order: -9;
  }
  .flex-order-gt-lg--8 {
    order: -8;
  }
  .flex-order-gt-lg--7 {
    order: -7;
  }
  .flex-order-gt-lg--6 {
    order: -6;
  }
  .flex-order-gt-lg--5 {
    order: -5;
  }
  .flex-order-gt-lg--4 {
    order: -4;
  }
  .flex-order-gt-lg--3 {
    order: -3;
  }
  .flex-order-gt-lg--2 {
    order: -2;
  }
  .flex-order-gt-lg--1 {
    order: -1;
  }
  .flex-order-gt-lg-0 {
    order: 0;
  }
  .flex-order-gt-lg-1 {
    order: 1;
  }
  .flex-order-gt-lg-2 {
    order: 2;
  }
  .flex-order-gt-lg-3 {
    order: 3;
  }
  .flex-order-gt-lg-4 {
    order: 4;
  }
  .flex-order-gt-lg-5 {
    order: 5;
  }
  .flex-order-gt-lg-6 {
    order: 6;
  }
  .flex-order-gt-lg-7 {
    order: 7;
  }
  .flex-order-gt-lg-8 {
    order: 8;
  }
  .flex-order-gt-lg-9 {
    order: 9;
  }
  .flex-order-gt-lg-10 {
    order: 10;
  }
  .flex-order-gt-lg-11 {
    order: 11;
  }
  .flex-order-gt-lg-12 {
    order: 12;
  }
  .flex-order-gt-lg-13 {
    order: 13;
  }
  .flex-order-gt-lg-14 {
    order: 14;
  }
  .flex-order-gt-lg-15 {
    order: 15;
  }
  .flex-order-gt-lg-16 {
    order: 16;
  }
  .flex-order-gt-lg-17 {
    order: 17;
  }
  .flex-order-gt-lg-18 {
    order: 18;
  }
  .flex-order-gt-lg-19 {
    order: 19;
  }
  .flex-order-gt-lg-20 {
    order: 20;
  }
  .flex-offset-gt-lg-0, .offset-gt-lg-0 {
    margin-left: 0;
  }
  .flex-offset-gt-lg-5, .offset-gt-lg-5 {
    margin-left: 5%;
  }
  .flex-offset-gt-lg-10, .offset-gt-lg-10 {
    margin-left: 10%;
  }
  .flex-offset-gt-lg-15, .offset-gt-lg-15 {
    margin-left: 15%;
  }
  .flex-offset-gt-lg-20, .offset-gt-lg-20 {
    margin-left: 20%;
  }
  .flex-offset-gt-lg-25, .offset-gt-lg-25 {
    margin-left: 25%;
  }
  .flex-offset-gt-lg-30, .offset-gt-lg-30 {
    margin-left: 30%;
  }
  .flex-offset-gt-lg-35, .offset-gt-lg-35 {
    margin-left: 35%;
  }
  .flex-offset-gt-lg-40, .offset-gt-lg-40 {
    margin-left: 40%;
  }
  .flex-offset-gt-lg-45, .offset-gt-lg-45 {
    margin-left: 45%;
  }
  .flex-offset-gt-lg-50, .offset-gt-lg-50 {
    margin-left: 50%;
  }
  .flex-offset-gt-lg-55, .offset-gt-lg-55 {
    margin-left: 55%;
  }
  .flex-offset-gt-lg-60, .offset-gt-lg-60 {
    margin-left: 60%;
  }
  .flex-offset-gt-lg-65, .offset-gt-lg-65 {
    margin-left: 65%;
  }
  .flex-offset-gt-lg-70, .offset-gt-lg-70 {
    margin-left: 70%;
  }
  .flex-offset-gt-lg-75, .offset-gt-lg-75 {
    margin-left: 75%;
  }
  .flex-offset-gt-lg-80, .offset-gt-lg-80 {
    margin-left: 80%;
  }
  .flex-offset-gt-lg-85, .offset-gt-lg-85 {
    margin-left: 85%;
  }
  .flex-offset-gt-lg-90, .offset-gt-lg-90 {
    margin-left: 90%;
  }
  .flex-offset-gt-lg-95, .offset-gt-lg-95 {
    margin-left: 95%;
  }
  .flex-offset-gt-lg-33, .offset-gt-lg-33 {
    margin-left: 33.3333333333%;
  }
  .flex-offset-gt-lg-66, .offset-gt-lg-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-gt-lg {
    justify-content: start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-lg-start, .layout-align-gt-lg-start-center, .layout-align-gt-lg-start-end, .layout-align-gt-lg-start-start, .layout-align-gt-lg-start-stretch {
    justify-content: start;
  }
  .layout-align-gt-lg-center, .layout-align-gt-lg-center-center, .layout-align-gt-lg-center-end, .layout-align-gt-lg-center-start, .layout-align-gt-lg-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-lg-end, .layout-align-gt-lg-end-center, .layout-align-gt-lg-end-end, .layout-align-gt-lg-end-start, .layout-align-gt-lg-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-lg-space-around, .layout-align-gt-lg-space-around-center, .layout-align-gt-lg-space-around-end, .layout-align-gt-lg-space-around-start, .layout-align-gt-lg-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-lg-space-between, .layout-align-gt-lg-space-between-center, .layout-align-gt-lg-space-between-end, .layout-align-gt-lg-space-between-start, .layout-align-gt-lg-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-lg-center-start, .layout-align-gt-lg-end-start, .layout-align-gt-lg-space-around-start, .layout-align-gt-lg-space-between-start, .layout-align-gt-lg-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-lg-center-center, .layout-align-gt-lg-end-center, .layout-align-gt-lg-space-around-center, .layout-align-gt-lg-space-between-center, .layout-align-gt-lg-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-lg-center-center > *, .layout-align-gt-lg-end-center > *, .layout-align-gt-lg-space-around-center > *, .layout-align-gt-lg-space-between-center > *, .layout-align-gt-lg-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-lg-center-end, .layout-align-gt-lg-end-end, .layout-align-gt-lg-space-around-end, .layout-align-gt-lg-space-between-end, .layout-align-gt-lg-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-lg-center-stretch, .layout-align-gt-lg-end-stretch, .layout-align-gt-lg-space-around-stretch, .layout-align-gt-lg-space-between-stretch, .layout-align-gt-lg-start-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-lg {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1920px) {
  .flex-gt-lg {
    flex: 1 1 0;
  }
}
@media (min-width: 1920px) {
  .flex-gt-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-0, .layout-gt-lg-row > .flex-gt-lg-0, .layout-row > .flex-gt-lg-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-0, .layout-gt-lg-column > .flex-gt-lg-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
  }
  .flex-gt-lg-5, .layout-gt-lg-row > .flex-gt-lg-5, .layout-row > .flex-gt-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-5, .layout-gt-lg-column > .flex-gt-lg-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-lg-10, .layout-gt-lg-row > .flex-gt-lg-10, .layout-row > .flex-gt-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-10, .layout-gt-lg-column > .flex-gt-lg-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-lg-15, .layout-gt-lg-row > .flex-gt-lg-15, .layout-row > .flex-gt-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-15, .layout-gt-lg-column > .flex-gt-lg-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-lg-20, .layout-gt-lg-row > .flex-gt-lg-20, .layout-row > .flex-gt-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-20, .layout-gt-lg-column > .flex-gt-lg-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-lg-25, .layout-gt-lg-row > .flex-gt-lg-25, .layout-row > .flex-gt-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-25, .layout-gt-lg-column > .flex-gt-lg-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-lg-30, .layout-gt-lg-row > .flex-gt-lg-30, .layout-row > .flex-gt-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-30, .layout-gt-lg-column > .flex-gt-lg-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-lg-35, .layout-gt-lg-row > .flex-gt-lg-35, .layout-row > .flex-gt-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-35, .layout-gt-lg-column > .flex-gt-lg-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-lg-40, .layout-gt-lg-row > .flex-gt-lg-40, .layout-row > .flex-gt-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-40, .layout-gt-lg-column > .flex-gt-lg-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-lg-45, .layout-gt-lg-row > .flex-gt-lg-45, .layout-row > .flex-gt-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-45, .layout-gt-lg-column > .flex-gt-lg-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-lg-50, .layout-gt-lg-row > .flex-gt-lg-50, .layout-row > .flex-gt-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-50, .layout-gt-lg-column > .flex-gt-lg-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-lg-55, .layout-gt-lg-row > .flex-gt-lg-55, .layout-row > .flex-gt-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-55, .layout-gt-lg-column > .flex-gt-lg-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-lg-60, .layout-gt-lg-row > .flex-gt-lg-60, .layout-row > .flex-gt-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-60, .layout-gt-lg-column > .flex-gt-lg-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-lg-65, .layout-gt-lg-row > .flex-gt-lg-65, .layout-row > .flex-gt-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-65, .layout-gt-lg-column > .flex-gt-lg-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-lg-70, .layout-gt-lg-row > .flex-gt-lg-70, .layout-row > .flex-gt-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-70, .layout-gt-lg-column > .flex-gt-lg-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-lg-75, .layout-gt-lg-row > .flex-gt-lg-75, .layout-row > .flex-gt-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-75, .layout-gt-lg-column > .flex-gt-lg-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-lg-80, .layout-gt-lg-row > .flex-gt-lg-80, .layout-row > .flex-gt-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-80, .layout-gt-lg-column > .flex-gt-lg-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-lg-85, .layout-gt-lg-row > .flex-gt-lg-85, .layout-row > .flex-gt-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-85, .layout-gt-lg-column > .flex-gt-lg-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-lg-90, .layout-gt-lg-row > .flex-gt-lg-90, .layout-row > .flex-gt-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-90, .layout-gt-lg-column > .flex-gt-lg-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-lg-95, .layout-gt-lg-row > .flex-gt-lg-95, .layout-row > .flex-gt-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-95, .layout-gt-lg-column > .flex-gt-lg-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-lg-100, .layout-column > .flex-gt-lg-100, .layout-gt-lg-column > .flex-gt-lg-100, .layout-gt-lg-row > .flex-gt-lg-100, .layout-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-33, .layout-row > .flex-gt-lg-33 {
    flex: 1 1 33%;
    max-width: 33.3333333333%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-66, .layout-row > .flex-gt-lg-66 {
    flex: 1 1 66%;
    max-width: 66.6666666667%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-33, .layout-gt-lg-column > .flex-gt-lg-33 {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: 33.3333333333%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-66, .layout-gt-lg-column > .flex-gt-lg-66 {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: 66.6666666667%;
    box-sizing: border-box;
  }
  .layout-gt-lg, .layout-gt-lg-column, .layout-gt-lg-row {
    box-sizing: border-box;
    display: flex;
  }
  .layout-gt-lg-column {
    flex-direction: column;
  }
  .layout-gt-lg-row {
    flex-direction: row;
  }
  .flex-order-xl--20 {
    order: -20;
  }
  .flex-order-xl--19 {
    order: -19;
  }
  .flex-order-xl--18 {
    order: -18;
  }
  .flex-order-xl--17 {
    order: -17;
  }
  .flex-order-xl--16 {
    order: -16;
  }
  .flex-order-xl--15 {
    order: -15;
  }
  .flex-order-xl--14 {
    order: -14;
  }
  .flex-order-xl--13 {
    order: -13;
  }
  .flex-order-xl--12 {
    order: -12;
  }
  .flex-order-xl--11 {
    order: -11;
  }
  .flex-order-xl--10 {
    order: -10;
  }
  .flex-order-xl--9 {
    order: -9;
  }
  .flex-order-xl--8 {
    order: -8;
  }
  .flex-order-xl--7 {
    order: -7;
  }
  .flex-order-xl--6 {
    order: -6;
  }
  .flex-order-xl--5 {
    order: -5;
  }
  .flex-order-xl--4 {
    order: -4;
  }
  .flex-order-xl--3 {
    order: -3;
  }
  .flex-order-xl--2 {
    order: -2;
  }
  .flex-order-xl--1 {
    order: -1;
  }
  .flex-order-xl-0 {
    order: 0;
  }
  .flex-order-xl-1 {
    order: 1;
  }
  .flex-order-xl-2 {
    order: 2;
  }
  .flex-order-xl-3 {
    order: 3;
  }
  .flex-order-xl-4 {
    order: 4;
  }
  .flex-order-xl-5 {
    order: 5;
  }
  .flex-order-xl-6 {
    order: 6;
  }
  .flex-order-xl-7 {
    order: 7;
  }
  .flex-order-xl-8 {
    order: 8;
  }
  .flex-order-xl-9 {
    order: 9;
  }
  .flex-order-xl-10 {
    order: 10;
  }
  .flex-order-xl-11 {
    order: 11;
  }
  .flex-order-xl-12 {
    order: 12;
  }
  .flex-order-xl-13 {
    order: 13;
  }
  .flex-order-xl-14 {
    order: 14;
  }
  .flex-order-xl-15 {
    order: 15;
  }
  .flex-order-xl-16 {
    order: 16;
  }
  .flex-order-xl-17 {
    order: 17;
  }
  .flex-order-xl-18 {
    order: 18;
  }
  .flex-order-xl-19 {
    order: 19;
  }
  .flex-order-xl-20 {
    order: 20;
  }
  .flex-offset-xl-0, .offset-xl-0 {
    margin-left: 0;
  }
  .flex-offset-xl-5, .offset-xl-5 {
    margin-left: 5%;
  }
  .flex-offset-xl-10, .offset-xl-10 {
    margin-left: 10%;
  }
  .flex-offset-xl-15, .offset-xl-15 {
    margin-left: 15%;
  }
  .flex-offset-xl-20, .offset-xl-20 {
    margin-left: 20%;
  }
  .flex-offset-xl-25, .offset-xl-25 {
    margin-left: 25%;
  }
  .flex-offset-xl-30, .offset-xl-30 {
    margin-left: 30%;
  }
  .flex-offset-xl-35, .offset-xl-35 {
    margin-left: 35%;
  }
  .flex-offset-xl-40, .offset-xl-40 {
    margin-left: 40%;
  }
  .flex-offset-xl-45, .offset-xl-45 {
    margin-left: 45%;
  }
  .flex-offset-xl-50, .offset-xl-50 {
    margin-left: 50%;
  }
  .flex-offset-xl-55, .offset-xl-55 {
    margin-left: 55%;
  }
  .flex-offset-xl-60, .offset-xl-60 {
    margin-left: 60%;
  }
  .flex-offset-xl-65, .offset-xl-65 {
    margin-left: 65%;
  }
  .flex-offset-xl-70, .offset-xl-70 {
    margin-left: 70%;
  }
  .flex-offset-xl-75, .offset-xl-75 {
    margin-left: 75%;
  }
  .flex-offset-xl-80, .offset-xl-80 {
    margin-left: 80%;
  }
  .flex-offset-xl-85, .offset-xl-85 {
    margin-left: 85%;
  }
  .flex-offset-xl-90, .offset-xl-90 {
    margin-left: 90%;
  }
  .flex-offset-xl-95, .offset-xl-95 {
    margin-left: 95%;
  }
  .flex-offset-xl-33, .offset-xl-33 {
    margin-left: 33.3333333333%;
  }
  .flex-offset-xl-66, .offset-xl-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-xl {
    justify-content: start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-xl-start, .layout-align-xl-start-center, .layout-align-xl-start-end, .layout-align-xl-start-start, .layout-align-xl-start-stretch {
    justify-content: start;
  }
  .layout-align-xl-center, .layout-align-xl-center-center, .layout-align-xl-center-end, .layout-align-xl-center-start, .layout-align-xl-center-stretch {
    justify-content: center;
  }
  .layout-align-xl-end, .layout-align-xl-end-center, .layout-align-xl-end-end, .layout-align-xl-end-start, .layout-align-xl-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-xl-space-around, .layout-align-xl-space-around-center, .layout-align-xl-space-around-end, .layout-align-xl-space-around-start, .layout-align-xl-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-xl-space-between, .layout-align-xl-space-between-center, .layout-align-xl-space-between-end, .layout-align-xl-space-between-start, .layout-align-xl-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-xl-center-start, .layout-align-xl-end-start, .layout-align-xl-space-around-start, .layout-align-xl-space-between-start, .layout-align-xl-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-xl-center-center, .layout-align-xl-end-center, .layout-align-xl-space-around-center, .layout-align-xl-space-between-center, .layout-align-xl-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-xl-center-center > *, .layout-align-xl-end-center > *, .layout-align-xl-space-around-center > *, .layout-align-xl-space-between-center > *, .layout-align-xl-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-xl-center-end, .layout-align-xl-end-end, .layout-align-xl-space-around-end, .layout-align-xl-space-between-end, .layout-align-xl-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-xl-center-stretch, .layout-align-xl-end-stretch, .layout-align-xl-space-around-stretch, .layout-align-xl-space-between-stretch, .layout-align-xl-start-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-xl {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1920px) {
  .flex-xl {
    flex: 1 1 0;
  }
}
@media (min-width: 1920px) {
  .flex-xl-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-xl-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-xl-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-xl-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-0, .layout-row > .flex-xl-0, .layout-xl-row > .flex-xl-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-0, .layout-xl-column > .flex-xl-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
  }
  .flex-xl-5, .layout-row > .flex-xl-5, .layout-xl-row > .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-5, .layout-xl-column > .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xl-10, .layout-row > .flex-xl-10, .layout-xl-row > .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-10, .layout-xl-column > .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xl-15, .layout-row > .flex-xl-15, .layout-xl-row > .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-15, .layout-xl-column > .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xl-20, .layout-row > .flex-xl-20, .layout-xl-row > .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-20, .layout-xl-column > .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xl-25, .layout-row > .flex-xl-25, .layout-xl-row > .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-25, .layout-xl-column > .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xl-30, .layout-row > .flex-xl-30, .layout-xl-row > .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-30, .layout-xl-column > .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xl-35, .layout-row > .flex-xl-35, .layout-xl-row > .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-35, .layout-xl-column > .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xl-40, .layout-row > .flex-xl-40, .layout-xl-row > .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-40, .layout-xl-column > .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xl-45, .layout-row > .flex-xl-45, .layout-xl-row > .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-45, .layout-xl-column > .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xl-50, .layout-row > .flex-xl-50, .layout-xl-row > .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-50, .layout-xl-column > .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xl-55, .layout-row > .flex-xl-55, .layout-xl-row > .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-55, .layout-xl-column > .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xl-60, .layout-row > .flex-xl-60, .layout-xl-row > .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-60, .layout-xl-column > .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xl-65, .layout-row > .flex-xl-65, .layout-xl-row > .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-65, .layout-xl-column > .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xl-70, .layout-row > .flex-xl-70, .layout-xl-row > .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-70, .layout-xl-column > .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xl-75, .layout-row > .flex-xl-75, .layout-xl-row > .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-75, .layout-xl-column > .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xl-80, .layout-row > .flex-xl-80, .layout-xl-row > .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-80, .layout-xl-column > .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xl-85, .layout-row > .flex-xl-85, .layout-xl-row > .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-85, .layout-xl-column > .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xl-90, .layout-row > .flex-xl-90, .layout-xl-row > .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-90, .layout-xl-column > .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xl-95, .layout-row > .flex-xl-95, .layout-xl-row > .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-95, .layout-xl-column > .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-xl-100, .layout-column > .flex-xl-100, .layout-row > .flex-xl-100, .layout-xl-column > .flex-xl-100, .layout-xl-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-33, .layout-xl-row > .flex-xl-33 {
    flex: 1 1 33%;
    max-width: 33.3333333333%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-66, .layout-xl-row > .flex-xl-66 {
    flex: 1 1 66%;
    max-width: 66.6666666667%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-33, .layout-xl-column > .flex-xl-33 {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: 33.3333333333%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-66, .layout-xl-column > .flex-xl-66 {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: 66.6666666667%;
    box-sizing: border-box;
  }
  .layout-xl, .layout-xl-column, .layout-xl-row {
    box-sizing: border-box;
    display: flex;
  }
  .layout-xl-column {
    flex-direction: column;
  }
  .layout-xl-row {
    flex-direction: row;
  }
  .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show), .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none;
  }
}
@keyframes md-autocomplete-list-out {
  0% {
    animation-timing-function: linear;
  }
  50% {
    opacity: 0;
    height: 40px;
    animation-timing-function: ease-in;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes md-autocomplete-list-in {
  0% {
    opacity: 0;
    height: 0;
    animation-timing-function: ease-out;
  }
  50% {
    opacity: 0;
    height: 40px;
  }
  100% {
    opacity: 1;
    height: 40px;
  }
}
md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px;
}
md-autocomplete[disabled] input {
  cursor: default;
}
md-autocomplete[md-floating-label] {
  border-radius: 0;
  background: 0 0;
  height: auto;
}
md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 26px;
}
md-autocomplete[md-floating-label] md-input-container.md-input-has-messages {
  padding-bottom: 2px;
}
md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto;
}
md-autocomplete[md-floating-label] button {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 40px;
}
md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51;
}
md-autocomplete md-autocomplete-wrap md-progress-linear {
  position: absolute;
  bottom: -2px;
  left: 0;
}
md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 40px;
  right: 2px;
  left: 2px;
  width: auto;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: none;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container {
  transition: none;
  height: 3px;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter {
  transition: opacity 0.15s linear;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active {
  opacity: 1;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave {
  transition: opacity 0.15s linear;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active {
  opacity: 0;
}
md-autocomplete input:not(.md-input) {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: 0;
  background: 0 0;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
}
md-autocomplete input:not(.md-input)::-ms-clear {
  display: none;
}
md-autocomplete button {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: 0 0;
  margin: auto 5px;
}
md-autocomplete button:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-autocomplete button:focus {
  outline: 0;
}
md-autocomplete button:focus:after {
  transform: scale(1);
  opacity: 1;
}
md-autocomplete button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
md-autocomplete button md-icon path {
  stroke-width: 0;
}
md-autocomplete button.ng-enter {
  transform: scale(0);
  transition: transform 0.15s ease-out;
}
md-autocomplete button.ng-enter.ng-enter-active {
  transform: scale(1);
}
md-autocomplete button.ng-leave {
  transition: transform 0.15s ease-out;
}
md-autocomplete button.ng-leave.ng-leave-active {
  transform: scale(0);
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff;
  }
  md-autocomplete li:focus {
    color: #fff;
  }
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  height: 225.5px;
  max-height: 225.5px;
  z-index: 1500;
}
.md-virtual-repeat-container.md-not-found {
  height: 48px;
}

.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0;
}
.md-autocomplete-suggestions li {
  font-size: 14px;
  overflow: hidden;
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
  transition: background 0.15s linear;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.md-autocomplete-suggestions li:focus {
  outline: 0;
}
.md-autocomplete-suggestions li:not(.md-not-found-wrapper) {
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active) {
  .md-autocomplete-suggestions, md-autocomplete {
    border: 1px solid #fff;
  }
}
md-backdrop {
  transition: opacity 450ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
md-backdrop.md-menu-backdrop {
  position: fixed !important;
  z-index: 99;
}
md-backdrop.md-select-backdrop {
  z-index: 81;
  transition-duration: 0;
}
md-backdrop.md-dialog-backdrop {
  z-index: 79;
}
md-backdrop.md-bottom-sheet-backdrop {
  z-index: 69;
}
md-backdrop.md-sidenav-backdrop {
  z-index: 59;
}
md-backdrop.md-click-catcher {
  position: absolute;
}
md-backdrop.md-opaque {
  opacity: 0.48;
}
md-backdrop.md-opaque.ng-enter {
  opacity: 0;
}
md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
  opacity: 0.48;
}
md-backdrop.md-opaque.ng-leave {
  opacity: 0.48;
  transition: opacity 400ms;
}
md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
  opacity: 0;
}

md-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px 88px;
  z-index: 70;
  border-top-width: 1px;
  border-top-style: solid;
  transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform;
}
md-bottom-sheet.md-has-header {
  padding-top: 0;
}
md-bottom-sheet.ng-enter {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-bottom-sheet.ng-enter-active {
  opacity: 1;
  display: block;
  transform: translate3d(0, 80px, 0) !important;
}
md-bottom-sheet.ng-leave-active {
  transform: translate3d(0, 100%, 0) !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-bottom-sheet .md-subheader {
  background-color: transparent;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 56px;
  padding: 0;
  white-space: nowrap;
}
md-bottom-sheet md-inline-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: #444;
}
md-bottom-sheet md-list-item {
  display: flex;
  outline: 0;
}
md-bottom-sheet md-list-item:hover {
  cursor: pointer;
}
md-bottom-sheet.md-list md-list-item {
  padding: 0;
  align-items: center;
  height: 48px;
}
md-bottom-sheet.md-list md-list-item div.md-icon-container {
  display: inline-block;
  height: 24px;
  margin-right: 32px;
}
md-bottom-sheet.md-grid {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0;
}
md-bottom-sheet.md-grid md-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
  align-items: center;
}
md-bottom-sheet.md-grid md-list-item {
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  height: 96px;
  margin-top: 8px;
  margin-bottom: 8px;
}
md-bottom-sheet.md-grid md-list-item .md-list-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  padding-bottom: 16px;
}
md-bottom-sheet.md-grid md-list-item .md-grid-item-content {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}
md-bottom-sheet.md-grid md-list-item .md-icon-container {
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  width: 48px;
  margin: 0;
}
md-bottom-sheet.md-grid md-list-item .md-grid-text {
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
  width: 64px;
  text-align: center;
  text-transform: none;
  padding-top: 8px;
}

@media screen and (max-width: 960px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n+1) {
    align-items: flex-start;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 16.66667%;
    max-width: 16.66667%;
  }
}
@media screen and (min-width: 1920px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 14.28571%;
    max-width: 14.28571%;
  }
}
@media screen and (-ms-high-contrast: active) {
  md-bottom-sheet {
    border: 1px solid #fff;
  }
}
button.md-button::-moz-focus-inner {
  border: 0;
}

.md-button {
  border-radius: 3px;
  box-sizing: border-box;
  color: currentColor;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  outline: 0;
  border: 0;
  display: inline-table;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  background: 0 0;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-button:focus {
  outline: 0;
  text-decoration: none;
}
.md-button:hover {
  text-decoration: none;
}
.md-button.ng-hide, .md-button.ng-leave {
  transition: none;
}
.md-button.md-cornered {
  border-radius: 0;
}
.md-button.md-icon {
  padding: 0;
  background: 0 0;
}
.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-button.md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}
.md-button.md-icon-button .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.md-button.md-fab {
  z-index: 20;
  line-height: 56px;
  min-width: 0;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-property: background-color, box-shadow, transform;
}
.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
.md-button.md-fab.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
.md-button.md-fab.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
.md-button.md-fab.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
.md-button.md-fab .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.md-button.md-fab.md-mini {
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.md-button.md-fab.ng-hide, .md-button.md-fab.ng-leave {
  transition: none;
}
.md-button:not([disabled]).md-fab.md-focused, .md-button:not([disabled]).md-raised.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-button:not([disabled]).md-fab:active, .md-button:not([disabled]).md-raised:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.md-button .md-ripple-container {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.md-toast-open-top .md-button.md-fab-top-left, .md-toast-open-top .md-button.md-fab-top-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 42px, 0);
}
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover {
  transform: translate3d(0, 41px, 0);
}
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
  transform: translate3d(0, 41px, 0);
}

.md-toast-open-bottom .md-button.md-fab-bottom-left, .md-toast-open-bottom .md-button.md-fab-bottom-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, -42px, 0);
}
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover {
  transform: translate3d(0, -43px, 0);
}
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
  transform: translate3d(0, -43px, 0);
}

.md-button-group {
  display: flex;
  flex: 1;
  width: 100%;
}
.md-button-group > .md-button {
  flex: 1;
  display: block;
  overflow: hidden;
  width: 0;
  border-width: 1px 0 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-button-group > .md-button:first-child {
  border-radius: 2px 0 0 2px;
}
.md-button-group > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0 2px 2px 0;
}

@media screen and (-ms-high-contrast: active) {
  .md-button.md-fab, .md-button.md-raised {
    border: 1px solid #fff;
  }
}
md-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-card md-card-header {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
md-card md-card-header:first-child md-card-avatar {
  margin-right: 12px;
}
md-card md-card-header:last-child md-card-avatar {
  margin-left: 12px;
}
md-card md-card-header md-card-avatar {
  width: 40px;
  height: 40px;
}
md-card md-card-header md-card-avatar .md-user-avatar {
  border-radius: 50%;
}
md-card md-card-header md-card-avatar md-icon {
  border-radius: 50%;
  padding: 8px;
}
md-card md-card-header md-card-avatar + md-card-header-text {
  max-height: 40px;
}
md-card md-card-header md-card-avatar + md-card-header-text .md-title {
  font-size: 14px;
}
md-card md-card-header md-card-header-text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
md-card md-card-header md-card-header-text .md-subhead {
  font-size: 14px;
}
md-card > :not(md-card-content) img, md-card > img {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
md-card md-card-title {
  padding: 24px 16px 16px;
  display: flex;
  flex: 1;
  flex-direction: row;
}
md-card md-card-title + md-card-content {
  padding-top: 0;
}
md-card md-card-title md-card-title-text {
  flex: 1;
  flex-direction: column;
  display: flex;
}
md-card md-card-title md-card-title-text .md-subhead {
  padding-top: 0;
  font-size: 14px;
}
md-card md-card-title md-card-title-text:only-child .md-subhead {
  padding-top: 12px;
}
md-card md-card-title md-card-title-media {
  margin-top: -8px;
}
md-card md-card-title md-card-title-media .md-media-sm {
  height: 80px;
  width: 80px;
}
md-card md-card-title md-card-title-media .md-media-md {
  height: 112px;
  width: 112px;
}
md-card md-card-title md-card-title-media .md-media-lg {
  height: 152px;
  width: 152px;
}
md-card md-card-content {
  display: block;
  padding: 16px;
}
md-card md-card-content > p:first-child {
  margin-top: 0;
}
md-card md-card-content > p:last-child {
  margin-bottom: 0;
}
md-card md-card-content .md-media-xl {
  height: 240px;
  width: 240px;
}
md-card .md-actions, md-card md-card-actions {
  margin: 8px;
}
md-card .md-actions.layout-column .md-button:not(.md-icon-button), md-card md-card-actions.layout-column .md-button:not(.md-icon-button) {
  margin: 2px 0;
}
md-card .md-actions.layout-column .md-button:not(.md-icon-button):first-of-type, md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type {
  margin-top: 0;
}
md-card .md-actions.layout-column .md-button:not(.md-icon-button):last-of-type, md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type {
  margin-bottom: 0;
}
md-card .md-actions.layout-column .md-button.md-icon-button, md-card md-card-actions.layout-column .md-button.md-icon-button {
  margin-top: 6px;
  margin-bottom: 6px;
}
md-card .md-actions md-card-icon-actions, md-card md-card-actions md-card-icon-actions {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button), md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) {
  margin: 0 4px;
}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type, md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: 0;
}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: 0;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button {
  margin-left: 6px;
  margin-right: 6px;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: 12px;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: 12px;
}
md-card .md-actions:not(.layout-column) .md-button + md-card-icon-actions, md-card md-card-actions:not(.layout-column) .md-button + md-card-icon-actions {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
}
md-card md-card-footer {
  margin-top: auto;
  padding: 16px;
}

@media screen and (-ms-high-contrast: active) {
  md-card {
    border: 1px solid #fff;
  }
}
.md-inline-form md-checkbox {
  margin: 19px 0 18px;
}

md-checkbox {
  box-sizing: border-box;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  margin-left: inherit;
}

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

md-checkbox bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-checkbox:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}

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

md-checkbox:last-of-type bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox:last-of-type bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-checkbox.md-focused:not([disabled]) .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before {
  background-color: rgba(0, 125, 113, 0.78);
}
md-checkbox .md-container {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block !important;
  margin-top: 5px;
  margin-bottom: -16px;
  color: #007d71;
}

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

md-checkbox .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-checkbox .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}
md-checkbox .md-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
md-checkbox .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  color: #007d71 !important;
}
md-checkbox.md-align-top-left > div.md-container {
  top: 12px;
}
md-checkbox .md-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: relative;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}
md-checkbox.md-checked .md-icon {
  border: none;
  color: #007d71 !important;
}
md-checkbox[disabled] {
  cursor: default;
}
md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 6.67px;
  top: 2.22px;
  display: table;
  width: 6.67px;
  height: 13.33px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-checkbox .md-label {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  margin-left: 30px;
  margin-right: 0;
  margin-top: 17px;
}

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

md-checkbox .md-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox .md-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.md-contact-chips .md-chips .md-chip {
  padding: 0 25px 0 0;
}
.md-contact-chips .md-chips .md-chip .md-contact-avatar {
  float: left;
}
.md-contact-chips .md-chips .md-chip .md-contact-avatar img {
  height: 32px;
  border-radius: 16px;
}
.md-contact-chips .md-chips .md-chip .md-contact-name {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
}

.md-contact-suggestion {
  height: 56px;
}
.md-contact-suggestion img {
  height: 40px;
  border-radius: 20px;
  margin-top: 8px;
}
.md-contact-suggestion .md-contact-name {
  margin-left: 8px;
  width: 120px;
}
.md-contact-suggestion .md-contact-email, .md-contact-suggestion .md-contact-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-contact-chips-suggestions li {
  height: 100%;
}

.md-chips {
  display: block;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  padding: 0 0 8px 3px;
  vertical-align: middle;
}
.md-chips:after {
  content: "";
  display: table;
  clear: both;
}
.md-chips:not(.md-readonly) {
  cursor: text;
}
.md-chips:not(.md-readonly) .md-chip:not(.md-readonly) {
  padding-right: 22px;
}
.md-chips:not(.md-readonly) .md-chip:not(.md-readonly) .md-chip-content {
  padding-right: 4px;
}
.md-chips .md-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.md-chips .md-chip .md-chip-content {
  display: block;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-chips .md-chip .md-chip-content:focus {
  outline: 0;
}
.md-chips .md-chip .md-chip-remove-container {
  position: absolute;
  right: 0;
  line-height: 22px;
}
.md-chips .md-chip .md-chip-remove {
  text-align: center;
  width: 32px;
  height: 32px;
  min-width: 0;
  padding: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  margin: 0;
  position: relative;
}
.md-chips .md-chip .md-chip-remove md-icon {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.md-chips .md-chip-input-container {
  display: block;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0;
  float: left;
}
.md-chips .md-chip-input-container input:not([type]), .md-chips .md-chip-input-container input[type=url], .md-chips .md-chip-input-container input[type=text], .md-chips .md-chip-input-container input[type=email], .md-chips .md-chip-input-container input[type=number], .md-chips .md-chip-input-container input[type=tel] {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.md-chips .md-chip-input-container input:not([type]):focus, .md-chips .md-chip-input-container input[type=url]:focus, .md-chips .md-chip-input-container input[type=text]:focus, .md-chips .md-chip-input-container input[type=email]:focus, .md-chips .md-chip-input-container input[type=number]:focus, .md-chips .md-chip-input-container input[type=tel]:focus {
  outline: 0;
}
.md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
  background: 0 0;
}
.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
  box-shadow: none;
}
.md-chips .md-chip-input-container input {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.md-chips .md-chip-input-container input:focus {
  outline: 0;
}
.md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
  height: 32px;
}
.md-chips .md-chip-input-container md-autocomplete {
  box-shadow: none;
}
.md-chips .md-chip-input-container md-autocomplete input {
  position: relative;
}
.md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 8px 0 0;
}
.md-chips .md-chip-input-container input {
  background: 0 0;
  border-width: 0;
}
.md-chips md-autocomplete button {
  display: none;
}

@media screen and (-ms-high-contrast: active) {
  .md-chip-input-container, md-chip {
    border: 1px solid #fff;
  }
  .md-chip-input-container md-autocomplete {
    border: none;
  }
}
md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-content[md-scroll-y] {
  overflow-y: auto;
  overflow-x: hidden;
}
md-content[md-scroll-x] {
  overflow-x: auto;
  overflow-y: hidden;
}
md-content.autoScroll {
  -webkit-overflow-scrolling: auto;
}

md-calendar {
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.md-calendar-scroll-mask {
  display: inline-block;
  overflow: hidden;
  height: 308px;
}
.md-calendar-scroll-mask .md-virtual-repeat-scroller {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar {
  display: none;
}
.md-calendar-scroll-mask .md-virtual-repeat-offsetter {
  width: 100%;
}

.md-calendar-scroll-container {
  box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 308px;
  width: 346px;
}

.md-calendar-date {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
}
.md-calendar-date:first-child {
  padding-left: 16px;
}
.md-calendar-date:last-child {
  padding-right: 16px;
}
.md-calendar-date.md-calendar-date-disabled {
  cursor: default;
}

.md-calendar-date-selection-indicator {
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
  cursor: pointer;
}

.md-calendar-month-label {
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 24px;
}

.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar-day-header th {
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  font-weight: 400;
  height: 40px;
}
.md-calendar-day-header th:first-child {
  padding-left: 16px;
}
.md-calendar-day-header th:last-child {
  padding-right: 16px;
}

.md-calendar {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.md-calendar:first-child {
  border-top: 1px solid transparent;
}

md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 18px;
  margin-right: -18px;
  vertical-align: middle;
}

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

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

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

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

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

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

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

.md-datepicker-calendar {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1);
}

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

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

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

.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-25%) translateX(45%);
}
.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 100%;
  width: 36px;
  position: absolute;
}

md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: transparent;
}
md-datepicker[disabled] .md-datepicker-triangle-button {
  display: none;
}

.md-datepicker-open .md-datepicker-input-container {
  margin-left: -12px;
  border: none;
}
.md-datepicker-open .md-datepicker-input {
  margin-left: 24px;
  height: 40px;
}
.md-datepicker-open .md-datepicker-triangle-button {
  display: none;
}

.md-datepicker-pos-adjusted .md-datepicker-input-mask {
  display: none;
}

.md-datepicker-calendar-pane .md-calendar {
  transform: translateY(-85px);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.125s;
}
.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  transform: translateY(0);
}

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

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

md-dialog {
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}
md-dialog.md-transition-in {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 0, 0) scale(1);
}
md-dialog.md-transition-out {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 100%, 0) scale(0.2);
}
md-dialog > form {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
md-dialog .md-dialog-content {
  padding: 24px;
}
md-dialog md-dialog-content {
  order: 1;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-dialog md-dialog-content:not([layout=row]) > :first-child:not(.md-subheader) {
  margin-top: 0;
}
md-dialog md-dialog-content:focus {
  outline: 0;
}
md-dialog md-dialog-content .md-subheader {
  margin: 0;
}
md-dialog md-dialog-content .md-subheader.sticky-clone {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
md-dialog md-dialog-content.sticky-container {
  padding: 0;
}
md-dialog md-dialog-content.sticky-container > div {
  padding: 0 24px 24px;
}
md-dialog md-dialog-content .md-dialog-content-body {
  width: 100%;
}
md-dialog .md-actions, md-dialog md-dialog-actions {
  display: flex;
  order: 2;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 16px;
  min-height: 52px;
  overflow: hidden;
}
md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
  margin: 8px 0 8px 8px;
}
md-dialog.md-content-overflow .md-actions, md-dialog.md-content-overflow md-dialog-actions {
  border-top-width: 1px;
  border-top-style: solid;
}

@media screen and (-ms-high-contrast: active) {
  md-dialog {
    border: 1px solid #fff;
  }
}
@media (max-width: 959px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}
md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0;
}
md-divider[md-inset] {
  margin-left: 80px;
}

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

md-fab-speed-dial {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 20;
}
md-fab-speed-dial.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
md-fab-speed-dial.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
md-fab-speed-dial.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
md-fab-speed-dial.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
md-fab-speed-dial:not(.md-hover-full) {
  pointer-events: none;
}
md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item, md-fab-speed-dial:not(.md-hover-full) md-fab-trigger, md-fab-speed-dial:not(.md-hover-full).md-is-open {
  pointer-events: auto;
}
md-fab-speed-dial .md-css-variables {
  z-index: 20;
}
md-fab-speed-dial.md-is-open .md-fab-action-item {
  align-items: center;
}
md-fab-speed-dial md-fab-actions {
  display: flex;
  height: auto;
}
md-fab-speed-dial md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-down {
  flex-direction: column;
}
md-fab-speed-dial.md-down md-fab-trigger {
  order: 1;
}
md-fab-speed-dial.md-down md-fab-actions {
  flex-direction: column;
  order: 2;
}
md-fab-speed-dial.md-up {
  flex-direction: column;
}
md-fab-speed-dial.md-up md-fab-trigger {
  order: 2;
}
md-fab-speed-dial.md-up md-fab-actions {
  flex-direction: column-reverse;
  order: 1;
}
md-fab-speed-dial.md-left {
  flex-direction: row;
}
md-fab-speed-dial.md-left md-fab-trigger {
  order: 2;
}
md-fab-speed-dial.md-left md-fab-actions {
  flex-direction: row-reverse;
  order: 1;
}
md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-right {
  flex-direction: row;
}
md-fab-speed-dial.md-right md-fab-trigger {
  order: 1;
}
md-fab-speed-dial.md-right md-fab-actions {
  flex-direction: row;
  order: 2;
}
md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-fling-remove .md-fab-action-item > *, md-fab-speed-dial.md-scale-remove .md-fab-action-item > * {
  visibility: hidden;
}
md-fab-speed-dial.md-fling .md-fab-action-item {
  opacity: 1;
}
md-fab-speed-dial.md-fling.md-animations-waiting .md-fab-action-item {
  opacity: 0;
  transition-duration: 0s;
}
md-fab-speed-dial.md-scale .md-fab-action-item {
  transform: scale(0.1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.14286s;
}

md-fab-toolbar {
  display: block;
}
md-fab-toolbar.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
md-fab-toolbar.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
md-fab-toolbar.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
md-fab-toolbar.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
md-fab-toolbar .md-fab-toolbar-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 68px;
}
md-fab-toolbar md-fab-trigger {
  position: absolute;
  z-index: 20;
}
md-fab-toolbar md-fab-trigger button {
  overflow: visible !important;
}
md-fab-toolbar md-fab-trigger .md-fab-toolbar-background {
  display: block;
  position: absolute;
  z-index: 21;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-toolbar md-fab-trigger md-icon {
  position: relative;
  z-index: 22;
  opacity: 1;
  transition: all 200ms ease-in;
}
md-fab-toolbar.md-left md-fab-trigger {
  right: 0;
}
md-fab-toolbar.md-left .md-toolbar-tools {
  flex-direction: row-reverse;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: 0.6rem;
  margin-left: -0.8rem;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: 8px;
}
md-fab-toolbar.md-right md-fab-trigger {
  left: 0;
}
md-fab-toolbar.md-right .md-toolbar-tools {
  flex-direction: row;
}
md-fab-toolbar md-toolbar {
  background-color: transparent !important;
  pointer-events: none;
  z-index: 23;
}
md-fab-toolbar md-toolbar .md-toolbar-tools {
  padding: 0 20px;
  margin-top: 3px;
}
md-fab-toolbar md-toolbar .md-fab-action-item {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.15s;
}
md-fab-toolbar.md-is-open md-fab-trigger > button {
  box-shadow: none;
}
md-fab-toolbar.md-is-open md-fab-trigger > button md-icon {
  opacity: 0;
}
md-fab-toolbar.md-is-open .md-fab-action-item {
  opacity: 1;
  transform: scale(1);
}

md-grid-list {
  box-sizing: border-box;
  display: block;
  position: relative;
}
md-grid-list md-grid-tile, md-grid-list md-grid-tile-footer, md-grid-list md-grid-tile-header {
  box-sizing: border-box;
}
md-grid-list md-grid-tile {
  display: block;
  position: absolute;
}
md-grid-list md-grid-tile > figure {
  box-sizing: border-box;
}
md-grid-list md-grid-tile figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
md-grid-list md-grid-tile md-grid-tile-footer, md-grid-list md-grid-tile md-grid-tile-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}
md-grid-list md-grid-tile md-grid-tile-footer h3, md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-weight: 400;
  margin: 0 0 0 16px;
}
md-grid-list md-grid-tile md-grid-tile-header h3, md-grid-list md-grid-tile md-grid-tile-header h4 {
  font-weight: 400;
  margin: 0 0 0 16px;
}
md-grid-list md-grid-tile md-grid-tile-footer h3, md-grid-list md-grid-tile md-grid-tile-header h3 {
  font-size: 14px;
}
md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-size: 12px;
}
md-grid-list md-grid-tile md-grid-tile-header {
  top: 0;
}
md-grid-list md-grid-tile md-grid-tile-header h4 {
  font-size: 12px;
}
md-grid-list md-grid-tile md-grid-tile-footer {
  bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff;
  }
  md-grid-tile-footer {
    border-top: 1px solid #fff;
  }
}
md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
}
md-icon svg {
  pointer-events: none;
}
md-icon[md-font-icon] {
  line-height: 1;
  width: auto;
}

md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 10px 0;
  vertical-align: middle;
  width: 100%;
}
md-input-container:after {
  content: "";
  display: table;
  clear: both;
}
md-input-container.md-block {
  display: block;
}
md-input-container .md-errors-spacer {
  float: right;
  min-width: 1px;
}

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

md-input-container .md-errors-spacer bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container .md-errors-spacer bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container > md-icon {
  position: absolute;
  top: 5px;
  left: 2px;
  right: auto;
}

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

md-input-container > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container input[type=url], md-input-container input[type=text], md-input-container input[type=password], md-input-container input[type=datetime], md-input-container input[type=datetime-local], md-input-container input[type=date], md-input-container input[type=month], md-input-container input[type=time], md-input-container input[type=week], md-input-container input[type=color], md-input-container input[type=search], md-input-container input[type=email], md-input-container input[type=number], md-input-container input[type=tel] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
md-input-container textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}
md-input-container input[type=datetime-local], md-input-container input[type=date], md-input-container input[type=month], md-input-container input[type=time], md-input-container input[type=week] {
  min-height: 26px;
}
md-input-container textarea {
  resize: none;
  overflow: hidden;
}
md-input-container textarea.md-input {
  min-height: 26px;
  -ms-flex-preferred-size: auto;
}
md-input-container label:not(.md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
}

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

md-input-container label:not(.md-container-ignore) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container label:not(.md-container-ignore) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon {
  padding-left: 36px;
  padding-right: 0;
}

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

md-input-container.md-has-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon > label {
  left: 36px;
  right: auto;
}

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

md-input-container.md-has-icon > label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon > label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
  padding-right: 0;
  z-index: 1;
  transform: translate3d(0, 28px, 0) scale(1);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
  transform-origin: left top;
}

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

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

md-input-container .md-placeholder bdo[dir=rtl], md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container .md-placeholder bdo[dir=ltr], md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container .md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 30px, 0);
}
md-input-container.md-input-focused .md-placeholder {
  opacity: 1;
  transform: translate3d(0, 24px, 0);
}
md-input-container.md-input-has-value .md-placeholder {
  transition: none;
  opacity: 0;
}
md-input-container:not(.md-input-has-value) input:not(:focus) {
  color: transparent;
}
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
  color: transparent;
}
md-input-container .md-input {
  order: 2;
  display: block;
  margin-top: 0;
  background: 0 0;
  padding: 2px 2px 1px;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

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

md-input-container .md-input bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container .md-input bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container .md-input:focus {
  outline: 0;
}
md-input-container .md-input:invalid {
  outline: 0;
  box-shadow: none;
}
md-input-container .md-input.md-no-flex {
  flex: none !important;
}
md-input-container .md-char-counter {
  text-align: right;
  padding-right: 2px;
  padding-left: 0;
}

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

md-input-container .md-char-counter bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container .md-char-counter bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container [data-ng-messages], md-input-container [ng-messages], md-input-container [x-ng-messages], md-input-container data-ng-messages, md-input-container ng-messages, md-input-container x-ng-messages {
  position: relative;
  order: 4;
  overflow: hidden;
  clear: left;
}

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

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

md-input-container [data-ng-messages] bdo[dir=rtl], md-input-container [ng-messages] bdo[dir=rtl], md-input-container [x-ng-messages] bdo[dir=rtl], md-input-container data-ng-messages bdo[dir=rtl], md-input-container ng-messages bdo[dir=rtl], md-input-container x-ng-messages bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container [data-ng-messages] bdo[dir=ltr], md-input-container [ng-messages] bdo[dir=ltr], md-input-container [x-ng-messages] bdo[dir=ltr], md-input-container data-ng-messages bdo[dir=ltr], md-input-container ng-messages bdo[dir=ltr], md-input-container x-ng-messages bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container [data-ng-messages].ng-enter [data-ng-message-exp], md-input-container [data-ng-messages].ng-enter [data-ng-message], md-input-container [data-ng-messages].ng-enter [ng-message-exp], md-input-container [data-ng-messages].ng-enter [ng-message], md-input-container [data-ng-messages].ng-enter [x-ng-message-exp], md-input-container [data-ng-messages].ng-enter [x-ng-message], md-input-container [data-ng-messages].ng-enter data-ng-message, md-input-container [data-ng-messages].ng-enter ng-message, md-input-container [data-ng-messages].ng-enter x-ng-message {
  opacity: 0;
  margin-top: -100px;
}
md-input-container [ng-messages].ng-enter [data-ng-message-exp], md-input-container [ng-messages].ng-enter [data-ng-message], md-input-container [ng-messages].ng-enter [ng-message-exp], md-input-container [ng-messages].ng-enter [ng-message], md-input-container [ng-messages].ng-enter [x-ng-message-exp], md-input-container [ng-messages].ng-enter [x-ng-message], md-input-container [ng-messages].ng-enter data-ng-message, md-input-container [ng-messages].ng-enter ng-message, md-input-container [ng-messages].ng-enter x-ng-message {
  opacity: 0;
  margin-top: -100px;
}
md-input-container [x-ng-messages].ng-enter [data-ng-message-exp], md-input-container [x-ng-messages].ng-enter [data-ng-message], md-input-container [x-ng-messages].ng-enter [ng-message-exp], md-input-container [x-ng-messages].ng-enter [ng-message], md-input-container [x-ng-messages].ng-enter [x-ng-message-exp], md-input-container [x-ng-messages].ng-enter [x-ng-message], md-input-container [x-ng-messages].ng-enter data-ng-message, md-input-container [x-ng-messages].ng-enter ng-message, md-input-container [x-ng-messages].ng-enter x-ng-message {
  opacity: 0;
  margin-top: -100px;
}
md-input-container data-ng-messages.ng-enter [data-ng-message-exp], md-input-container data-ng-messages.ng-enter [data-ng-message], md-input-container data-ng-messages.ng-enter [ng-message-exp], md-input-container data-ng-messages.ng-enter [ng-message], md-input-container data-ng-messages.ng-enter [x-ng-message-exp], md-input-container data-ng-messages.ng-enter [x-ng-message], md-input-container data-ng-messages.ng-enter data-ng-message, md-input-container data-ng-messages.ng-enter ng-message, md-input-container data-ng-messages.ng-enter x-ng-message {
  opacity: 0;
  margin-top: -100px;
}
md-input-container ng-messages.ng-enter [data-ng-message-exp], md-input-container ng-messages.ng-enter [data-ng-message], md-input-container ng-messages.ng-enter [ng-message-exp], md-input-container ng-messages.ng-enter [ng-message], md-input-container ng-messages.ng-enter [x-ng-message-exp], md-input-container ng-messages.ng-enter [x-ng-message], md-input-container ng-messages.ng-enter data-ng-message, md-input-container ng-messages.ng-enter ng-message, md-input-container ng-messages.ng-enter x-ng-message {
  opacity: 0;
  margin-top: -100px;
}
md-input-container x-ng-messages.ng-enter [data-ng-message-exp], md-input-container x-ng-messages.ng-enter [data-ng-message], md-input-container x-ng-messages.ng-enter [ng-message-exp], md-input-container x-ng-messages.ng-enter [ng-message], md-input-container x-ng-messages.ng-enter [x-ng-message-exp], md-input-container x-ng-messages.ng-enter [x-ng-message], md-input-container x-ng-messages.ng-enter data-ng-message, md-input-container x-ng-messages.ng-enter ng-message, md-input-container x-ng-messages.ng-enter x-ng-message {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-char-counter, md-input-container [data-ng-message-exp], md-input-container [data-ng-message], md-input-container [ng-message-exp], md-input-container [ng-message], md-input-container [x-ng-message-exp], md-input-container [x-ng-message], md-input-container data-ng-message, md-input-container ng-message, md-input-container x-ng-message {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  opacity: 1;
  margin-top: 0;
  padding-top: 5px;
}
md-input-container .md-char-counter:not(.md-char-counter), md-input-container [data-ng-message-exp]:not(.md-char-counter), md-input-container [data-ng-message]:not(.md-char-counter), md-input-container [ng-message-exp]:not(.md-char-counter), md-input-container [ng-message]:not(.md-char-counter), md-input-container [x-ng-message-exp]:not(.md-char-counter), md-input-container [x-ng-message]:not(.md-char-counter), md-input-container data-ng-message:not(.md-char-counter), md-input-container ng-message:not(.md-char-counter), md-input-container x-ng-message:not(.md-char-counter) {
  padding-right: 5px;
  padding-left: 0;
}

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

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

md-input-container .md-char-counter:not(.md-char-counter) bdo[dir=rtl], md-input-container [data-ng-message-exp]:not(.md-char-counter) bdo[dir=rtl], md-input-container [data-ng-message]:not(.md-char-counter) bdo[dir=rtl], md-input-container [ng-message-exp]:not(.md-char-counter) bdo[dir=rtl], md-input-container [ng-message]:not(.md-char-counter) bdo[dir=rtl], md-input-container [x-ng-message-exp]:not(.md-char-counter) bdo[dir=rtl], md-input-container [x-ng-message]:not(.md-char-counter) bdo[dir=rtl], md-input-container data-ng-message:not(.md-char-counter) bdo[dir=rtl], md-input-container ng-message:not(.md-char-counter) bdo[dir=rtl], md-input-container x-ng-message:not(.md-char-counter) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container .md-char-counter:not(.md-char-counter) bdo[dir=ltr], md-input-container [data-ng-message-exp]:not(.md-char-counter) bdo[dir=ltr], md-input-container [data-ng-message]:not(.md-char-counter) bdo[dir=ltr], md-input-container [ng-message-exp]:not(.md-char-counter) bdo[dir=ltr], md-input-container [ng-message]:not(.md-char-counter) bdo[dir=ltr], md-input-container [x-ng-message-exp]:not(.md-char-counter) bdo[dir=ltr], md-input-container [x-ng-message]:not(.md-char-counter) bdo[dir=ltr], md-input-container data-ng-message:not(.md-char-counter) bdo[dir=ltr], md-input-container ng-message:not(.md-char-counter) bdo[dir=ltr], md-input-container x-ng-message:not(.md-char-counter) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container .md-auto-hide .md-input-message-animation:not(.ng-animate), md-input-container .md-input-message-animation.ng-enter, md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
}
md-input-container.md-input-has-value label {
  transition: none;
}
md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
}
md-input-container .md-input.ng-invalid.ng-dirty, md-input-container.md-input-focused .md-input {
  padding-bottom: 0;
  border-width: 0 0 2px;
}

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

md-input-container .md-input[disabled] {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}
md-input-container.md-icon-float {
  transition: margin-top 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute;
}
md-input-container.md-icon-float > md-icon {
  top: 2px;
  left: 2px;
  right: auto;
}

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

md-input-container.md-icon-float > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-float > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-float.md-input-focused label, md-input-container.md-icon-float.md-input-has-value label {
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s;
}
md-input-container.md-icon-right {
  padding-right: 36px;
  padding-left: 36px;
}

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

md-input-container.md-icon-right bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-right bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-right .md-errors-spacer + md-icon {
  margin: 0;
  right: 2px;
  left: auto;
}

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

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

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff;
  }
}
md-list {
  display: block;
  padding: 8px 0;
}
md-list .md-subheader {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}

md-list-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  height: auto;
}
md-list-item.md-proxy-focus.md-focused .md-no-style {
  transition: background-color 0.15s linear;
}
md-list-item .md-no-style, md-list-item.md-no-proxy {
  position: relative;
  padding: 0 16px;
  flex: 1 1 auto;
}
md-list-item .md-no-style.md-button, md-list-item.md-no-proxy.md-button {
  font-size: inherit;
  height: inherit;
  text-align: left;
  text-transform: none;
  width: 100%;
  white-space: normal;
  flex-direction: inherit;
  align-items: inherit;
  border-radius: 0;
}
md-list-item .md-no-style.md-button > .md-ripple-container, md-list-item.md-no-proxy.md-button > .md-ripple-container {
  border-radius: 0;
}
md-list-item .md-no-style:focus, md-list-item.md-no-proxy:focus {
  outline: 0;
}
md-list-item.md-with-secondary {
  position: relative;
}
md-list-item.md-clickable:hover {
  cursor: pointer;
}
md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
md-list-item md-divider[md-inset] {
  left: 96px;
  width: calc(100% - 96px);
  margin: 0;
}
md-list-item .md-list-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  height: auto;
}
md-list-item .md-list-item-inner > div.md-primary > md-icon:not(.md-avatar-icon), md-list-item .md-list-item-inner > div.md-secondary > md-icon:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}
md-list-item .md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon), md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}
md-list-item .md-list-item-inner md-checkbox.md-secondary {
  align-self: center;
}
md-list-item .md-list-item-inner > div.md-primary > md-checkbox, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox {
  align-self: center;
}
md-list-item .md-list-item-inner > md-checkbox {
  align-self: center;
}
md-list-item > div.md-primary > md-icon:not(.md-avatar-icon), md-list-item > div.md-secondary > md-icon:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}
md-list-item > md-icon.md-secondary:not(.md-avatar-icon), md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}
md-list-item md-checkbox.md-secondary {
  align-self: center;
}
md-list-item > div.md-primary > md-checkbox, md-list-item > div.md-secondary > md-checkbox {
  align-self: center;
}
md-list-item > md-checkbox {
  align-self: center;
}
md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label {
  display: none;
}
md-list-item .md-list-item-inner > div.md-primary > md-checkbox .md-label, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox .md-label {
  display: none;
}
md-list-item .md-list-item-inner > md-checkbox .md-label {
  display: none;
}
md-list-item md-checkbox.md-secondary .md-label {
  display: none;
}
md-list-item > div.md-primary > md-checkbox .md-label, md-list-item > div.md-secondary > md-checkbox .md-label {
  display: none;
}
md-list-item > md-checkbox .md-label {
  display: none;
}
md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 32px;
}
md-list-item .md-list-item-inner > md-checkbox {
  width: 24px;
  margin-left: 3px;
  margin-right: 29px;
  margin-top: 16px;
}
md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 32px;
}
md-list-item > md-checkbox {
  width: 24px;
  margin-left: 3px;
  margin-right: 29px;
  margin-top: 16px;
}
md-list-item .md-avatar, md-list-item .md-avatar-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
}
md-list-item .md-list-item-inner .md-avatar, md-list-item .md-list-item-inner .md-avatar-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
}
md-list-item .md-avatar, md-list-item .md-list-item-inner .md-avatar {
  width: 40px;
  height: 40px;
}
md-list-item .md-avatar-icon {
  padding: 8px;
}
md-list-item .md-list-item-inner .md-avatar-icon {
  padding: 8px;
}
md-list-item .md-list-item-inner md-checkbox.md-secondary, md-list-item .md-list-item-inner md-switch.md-secondary {
  margin-top: 0;
  margin-bottom: 0;
}
md-list-item md-checkbox.md-secondary, md-list-item md-switch.md-secondary {
  margin-top: 0;
  margin-bottom: 0;
}
md-list-item .md-list-item-inner md-checkbox.md-secondary, md-list-item md-checkbox.md-secondary {
  margin-right: 0;
}
md-list-item .md-list-item-inner md-switch.md-secondary, md-list-item md-switch.md-secondary {
  margin-right: -6px;
}
md-list-item .md-list-item-inner button.md-button.md-secondary-container, md-list-item button.md-button.md-secondary-container {
  background-color: transparent;
  align-self: center;
  border-radius: 50%;
  margin: 0;
  min-width: 0;
}
md-list-item .md-list-item-inner button.md-button.md-secondary-container .md-ripple, md-list-item .md-list-item-inner button.md-button.md-secondary-container .md-ripple-container {
  border-radius: 50%;
}
md-list-item button.md-button.md-secondary-container .md-ripple, md-list-item button.md-button.md-secondary-container .md-ripple-container {
  border-radius: 50%;
}
md-list-item .md-list-item-inner button.md-button.md-secondary-container.md-icon-button, md-list-item button.md-button.md-secondary-container.md-icon-button {
  margin-right: -12px;
}
md-list-item .md-list-item-inner .md-secondary, md-list-item .md-list-item-inner .md-secondary-container {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: 0 0 0 16px;
  transform: translate3d(0, -50%, 0);
}
md-list-item .md-secondary, md-list-item .md-secondary-container {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: 0 0 0 16px;
  transform: translate3d(0, -50%, 0);
}
md-list-item .md-list-item-inner > .md-button.md-secondary-container > .md-secondary {
  margin-left: 0;
  position: static;
}
md-list-item .md-list-item-inner > .md-list-item-inner > p, md-list-item .md-list-item-inner > p {
  flex: 1;
  margin: 0;
}
md-list-item > .md-button.md-secondary-container > .md-secondary {
  margin-left: 0;
  position: static;
}
md-list-item > .md-list-item-inner > p, md-list-item > p {
  flex: 1;
  margin: 0;
}
md-list-item.md-2-line, md-list-item.md-3-line {
  align-items: flex-start;
  justify-content: center;
}
md-list-item.md-2-line > .md-no-style, md-list-item.md-3-line > .md-no-style {
  align-items: flex-start;
  justify-content: center;
}
md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text {
  flex: 1;
  margin: auto;
  text-overflow: ellipsis;
}
md-list-item.md-3-line .md-list-item-text, md-list-item.md-3-line > .md-no-style .md-list-item-text {
  flex: 1;
  margin: auto;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text.md-offset, md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
md-list-item.md-3-line .md-list-item-text.md-offset, md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
md-list-item.md-2-line .md-list-item-text h3, md-list-item.md-2-line > .md-no-style .md-list-item-text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-3-line .md-list-item-text h3, md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text h4, md-list-item.md-2-line > .md-no-style .md-list-item-text h4 {
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 3px 0 1px;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-3-line .md-list-item-text h4, md-list-item.md-3-line > .md-no-style .md-list-item-text h4 {
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 3px 0 1px;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text p, md-list-item.md-2-line > .md-no-style .md-list-item-text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
  line-height: 1.6em;
}
md-list-item.md-3-line .md-list-item-text p, md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
  line-height: 1.6em;
}
md-list-item.md-2-line {
  height: auto;
  min-height: 72px;
}
md-list-item.md-2-line > .md-no-style {
  height: auto;
  min-height: 72px;
}
md-list-item.md-2-line.md-long-text, md-list-item.md-2-line > .md-no-style.md-long-text {
  margin: 1.6em;
}
md-list-item.md-2-line .md-avatar-icon {
  margin-top: 12px;
}
md-list-item.md-2-line > .md-avatar {
  margin-top: 12px;
}
md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}
md-list-item.md-2-line > .md-no-style > .md-avatar {
  margin-top: 12px;
}
md-list-item.md-2-line > .md-no-style > md-icon:first-child {
  align-self: flex-start;
}
md-list-item.md-2-line > md-icon:first-child {
  align-self: flex-start;
}
md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text {
  flex: 1;
}
md-list-item.md-3-line {
  height: auto;
  min-height: 88px;
}
md-list-item.md-3-line > .md-no-style {
  height: auto;
  min-height: 88px;
}
md-list-item.md-3-line.md-long-text {
  margin: 1.6em;
}
md-list-item.md-3-line > .md-no-style.md-long-text {
  margin: 1.6em;
}
md-list-item.md-3-line > .md-avatar {
  margin-top: 16px;
}
md-list-item.md-3-line > .md-no-style > .md-avatar, md-list-item.md-3-line > .md-no-style > md-icon:first-child {
  margin-top: 16px;
}
md-list-item.md-3-line > md-icon:first-child {
  margin-top: 16px;
}

.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
}
.md-open-menu-container md-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 100%;
}
.md-open-menu-container md-menu-content > * {
  opacity: 0;
}
.md-open-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-open-menu-container.md-active {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 200ms;
}
.md-open-menu-container.md-active > md-menu-content > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 200ms;
  transition-delay: 100ms;
}
.md-open-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

md-menu-content {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  max-height: 304px;
  overflow-y: auto;
}
md-menu-content.md-dense {
  max-height: 208px;
}
md-menu-content.md-dense md-menu-item {
  height: 32px;
  min-height: 0;
}

md-menu-item {
  display: flex;
  flex-direction: row;
  min-height: 48px;
  height: 48px;
  align-content: center;
  justify-content: flex-start;
}
md-menu-item > * {
  width: 100%;
  margin: auto 0;
  padding-left: 16px;
  padding-right: 16px;
}
md-menu-item > a.md-button {
  display: flex;
}
md-menu-item > .md-button {
  border-radius: 0;
  margin: auto 0;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  text-align: left;
  text-align: start;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  align-items: baseline;
  align-content: flex-start;
  width: 100%;
}
md-menu-item > .md-button md-icon {
  margin: auto 16px auto 0;
}
md-menu-item > .md-button p {
  display: inline-block;
  margin: auto;
}
md-menu-item > .md-button span {
  margin-top: auto;
  margin-bottom: auto;
}
md-menu-item > .md-button .md-ripple-container {
  border-radius: inherit;
}

.md-menu {
  padding: 8px 0;
}

md-toolbar .md-menu {
  height: auto;
  margin: auto;
  padding: 0;
}
md-toolbar.md-menu-toolbar h2.md-toolbar-tools {
  line-height: 1rem;
  height: auto;
  padding: 28px 28px 12px;
}

@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px;
  }
  md-menu-content[width="3"] {
    min-width: 168px;
  }
  md-menu-content[width="4"] {
    min-width: 224px;
  }
  md-menu-content[width="5"] {
    min-width: 280px;
  }
  md-menu-content[width="6"] {
    min-width: 336px;
  }
  md-menu-content[width="7"] {
    min-width: 392px;
  }
}
@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px;
  }
  md-menu-content[width="3"] {
    min-width: 192px;
  }
  md-menu-content[width="4"] {
    min-width: 256px;
  }
  md-menu-content[width="5"] {
    min-width: 320px;
  }
  md-menu-content[width="6"] {
    min-width: 384px;
  }
  md-menu-content[width="7"] {
    min-width: 448px;
  }
}
md-menu-bar {
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 2;
}
md-menu-bar .md-menu {
  display: inline-block;
  padding: 0;
  position: relative;
}
md-menu-bar button {
  font-size: 14px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
  height: 40px;
}
md-menu-bar md-backdrop.md-menu-backdrop {
  z-index: -2;
}

md-menu-content.md-menu-bar-menu.md-dense {
  max-height: none;
  padding: 16px 0;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent {
  position: relative;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  position: absolute;
  padding: 0;
  width: 24px;
  top: 6px;
  left: 24px;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button, md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button {
  padding: 0 32px 0 64px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button {
  min-height: 0;
  height: 32px;
  display: flex;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  flex-grow: 1;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  flex-grow: 0;
  align-self: flex-end;
  margin: 0 8px;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-divider {
  margin: 8px 0;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button, md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button {
  text-align: left;
  text-align: start;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu {
  padding: 0;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  position: relative;
  margin: 0;
  width: 100%;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
  padding-left: 16px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  display: block;
  content: "▼";
  position: absolute;
  top: 0;
  speak: none;
  transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  right: 28px;
}

md-progress-circular {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  z-index: 2;
}
md-progress-circular .md-spinner-wrapper {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
}
md-progress-circular .md-spinner-wrapper .md-inner {
  width: 100px;
  height: 100px;
  position: relative;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-gap {
  position: absolute;
  left: 49px;
  right: 49px;
  top: 0;
  bottom: 0;
  border-top-width: 10px;
  border-top-style: solid;
  box-sizing: border-box;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-left, md-progress-circular .md-spinner-wrapper .md-inner .md-right {
  position: absolute;
  top: 0;
  height: 100px;
  width: 50px;
  overflow: hidden;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle, md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border-width: 10px;
  border-style: solid;
  border-bottom-color: transparent;
  border-radius: 50%;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-left {
  left: 0;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle {
  left: 0;
  border-right-color: transparent;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-right {
  right: 0;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  right: 0;
  border-left-color: transparent;
}
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper {
  animation: outer-rotate 2.91667s linear infinite;
}
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper .md-inner {
  animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper .md-inner .md-left .md-half-circle, md-progress-circular .md-mode-indeterminate .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  animation-iteration-count: infinite;
  animation-duration: 1.3125s;
  animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
}
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper .md-inner .md-left .md-half-circle {
  animation-name: left-wobble;
}
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  animation-name: right-wobble;
}
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper {
  animation: none;
}
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner {
  animation: none;
}
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner .md-left .md-half-circle, md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  animation-name: none;
}
md-progress-circular .md-spinner-wrapper.ng-hide {
  animation: none;
}
md-progress-circular .md-spinner-wrapper.ng-hide .md-inner {
  animation: none;
}
md-progress-circular .md-spinner-wrapper.ng-hide .md-inner .md-left .md-half-circle, md-progress-circular .md-spinner-wrapper.ng-hide .md-inner .md-right .md-half-circle {
  animation-name: none;
}
@keyframes outer-rotate {
  0% {
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes left-wobble {
  0%, 100% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes right-wobble {
  0%, 100% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes sporadic-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
md-progress-linear .md-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
}
md-progress-linear .md-container .md-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
md-progress-linear .md-container .md-dashed:before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  background-size: 10px 10px !important;
  background-position: 0 -23px;
}
md-progress-linear .md-container .md-bar1, md-progress-linear .md-container .md-bar2 {
  transition: transform 0.2s linear;
}
md-progress-linear .md-container.md-mode-query .md-bar1 {
  display: none;
}
md-progress-linear .md-container.md-mode-query .md-bar2 {
  transition: all 0.2s linear;
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}
md-progress-linear .md-container.md-mode-determinate .md-bar1 {
  display: none;
}
md-progress-linear .md-container.md-mode-indeterminate .md-bar1 {
  animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
}
md-progress-linear .md-container.md-mode-indeterminate .md-bar2 {
  animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
}
md-progress-linear .md-container.ng-hide {
  animation: none;
}
md-progress-linear .md-container.ng-hide .md-bar1, md-progress-linear .md-container.ng-hide .md-bar2 {
  animation-name: none;
}
md-progress-linear .md-container.md-mode-buffer {
  background-color: transparent !important;
  transition: all 0.2s linear;
}
md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
  display: block;
  animation: buffer 3s infinite linear;
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0 -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: linear;
  }
  36.6% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    animation-timing-function: linear;
  }
  20% {
    left: -105.16667%;
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
  }
  69.15% {
    left: 21.5%;
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
  }
  100% {
    left: 95.44444%;
  }
}
@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
  }
  19.15% {
    transform: scaleX(0.57);
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
  }
  44.15% {
    transform: scaleX(0.91);
    animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
  }
  25% {
    left: -17.25%;
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
  }
  48.35% {
    left: 29.5%;
    animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
  }
  100% {
    left: 117.38889%;
  }
}
md-radio-button {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
md-radio-button[disabled] {
  cursor: default;
}
md-radio-button[disabled] .md-container {
  cursor: default;
}
md-radio-button .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 0;
  right: auto;
}

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

md-radio-button .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-radio-button .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-radio-button .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-radio-button .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}
md-radio-button.md-align-top-left > div.md-container {
  top: 12px;
}
md-radio-button .md-off {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  transition: border-color ease 0.28s;
}
md-radio-button .md-on {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: transform ease 0.28s;
  transform: scale(0);
}
md-radio-button.md-checked .md-on {
  transform: scale(0.5);
}
md-radio-button .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-right: 0;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}

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

md-radio-button .md-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-radio-button .md-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-radio-button .circle {
  border-radius: 50%;
}

md-radio-group md-radio-button:not(:first-child) {
  margin-top: 16px;
}
md-radio-group.layout-row md-radio-button {
  margin: 0 16px;
  margin-left: inherit;
}

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

md-radio-group.layout-row md-radio-button bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-radio-group.layout-row md-radio-button bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-radio-group.layout-row md-radio-button:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}

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

md-radio-group.layout-row md-radio-button:last-of-type bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-radio-group.layout-row md-radio-button:last-of-type bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-radio-group:focus {
  outline: 0;
}
md-radio-group.md-focused .md-checked .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

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

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff;
  }
}
.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999 !important;
  opacity: 0;
  display: none;
}
.md-select-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important;
}
.md-select-menu-container.md-active {
  display: block;
  opacity: 1;
}
.md-select-menu-container.md-active md-select-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
}
.md-select-menu-container.md-active md-select-menu > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transition-delay: 100ms;
}
.md-select-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

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

md-select {
  display: flex;
  margin: 20px 0 26px;
}
md-select[disabled] .md-select-value {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}
md-select:focus {
  outline: 0;
}
md-select[disabled]:hover {
  cursor: default;
}
md-select:not([disabled]):hover {
  cursor: pointer;
}
md-select:not([disabled]).ng-invalid.ng-dirty .md-select-value {
  border-bottom: 2px solid;
  padding-bottom: 0;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0;
}

.md-select-value {
  display: flex;
  align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
  position: relative;
  box-sizing: content-box;
  min-width: 64px;
  min-height: 26px;
  flex-grow: 1;
}
.md-select-value .md-text {
  display: inline;
}
.md-select-value:first-child {
  flex: 1 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transform: translate3d(0, 2px, 0);
}
.md-select-value .md-select-icon {
  display: block;
  align-items: flex-end;
  text-align: end;
  width: 24px;
  margin: 0 4px;
  transform: translate3d(0, 1px, 0);
}
.md-select-value .md-select-icon:after {
  display: block;
  content: "▼";
  position: relative;
  top: 2px;
  speak: none;
  transform: scaleY(0.6) scaleX(1);
}
.md-select-value.md-select-placeholder {
  display: flex;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  z-index: 1;
}

md-select-menu {
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  transform-origin: left top;
  transform: scale(1);
}
md-select-menu.md-reverse {
  flex-direction: column-reverse;
}
md-select-menu:not(.md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px;
}

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

md-select-menu bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-select-menu bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-select-menu md-content {
  min-width: 136px;
  min-height: 48px;
  max-height: 256px;
  overflow-y: auto;
}
md-select-menu > * {
  opacity: 0;
}

md-option {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  padding: 0 16px;
  height: 48px;
}
md-option[disabled] {
  cursor: default;
}
md-option:focus {
  outline: 0;
}
md-option .md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

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

@media screen and (-ms-high-contrast: active) {
  .md-select-backdrop {
    background-color: transparent;
  }
  md-select-menu {
    border: 1px solid #fff;
  }
}
md-sidenav {
  box-sizing: border-box;
  position: absolute;
  flex-direction: column;
  z-index: 60;
  width: 320px;
  max-width: 320px;
  bottom: 0;
  overflow: auto;
}
md-sidenav ul {
  list-style: none;
}
md-sidenav.md-closed {
  display: none;
}
md-sidenav.md-closed-add, md-sidenav.md-closed-remove {
  display: flex;
  transition: 0.2s ease-in all;
}
md-sidenav.md-closed-add.md-closed-add-active, md-sidenav.md-closed-remove.md-closed-remove-active {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-sidenav.md-locked-open, md-sidenav.md-locked-open-add {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open-remove {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open-remove.md-closed {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open.md-closed {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open.md-closed.md-sidenav-left, md-sidenav.md-locked-open.md-closed.md-sidenav-right {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open-remove-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0;
  min-width: 0;
}
md-sidenav.md-closed.md-locked-open-add {
  width: 0;
  min-width: 0;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 320px;
  min-width: 320px;
  transform: translate3d(0, 0, 0);
}

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

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

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

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

@media screen and (min-width: 600px) {
  md-sidenav {
    max-width: 400px;
  }
}
@media screen and (max-width: 456px) {
  md-sidenav {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px);
  }
}
@media screen and (-ms-high-contrast: active) {
  .md-sidenav-left, md-sidenav {
    border-right: 1px solid #fff;
  }
  .md-sidenav-right {
    border-left: 1px solid #fff;
  }
}
@keyframes sliderFocusThumb {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
md-slider {
  height: 48px;
  position: relative;
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
}
md-slider *, md-slider:after {
  box-sizing: border-box;
}
md-slider .md-slider-wrapper {
  position: relative;
}
md-slider .md-track-container {
  width: 100%;
  position: absolute;
  top: 23px;
  height: 2px;
}
md-slider .md-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-fill {
  transition: width 0.05s linear;
}
md-slider .md-track-ticks {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-ticks canvas {
  width: 100%;
}
md-slider .md-thumb-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: left 0.1s linear;
}
md-slider .md-thumb {
  z-index: 1;
  position: absolute;
  left: -19px;
  top: 5px;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  transform: scale(0.5);
  transition: all 0.1s linear;
}
md-slider .md-thumb:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border-width: 3px;
  border-style: solid;
}
md-slider .md-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -14px;
  top: -20px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.4) translate3d(0, 70px, 0);
  transition: all 0.2s ease-in-out;
}
md-slider .md-sign:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s ease-in-out;
}
md-slider .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
}
md-slider .md-focus-thumb {
  position: absolute;
  left: -24px;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  display: none;
  opacity: 0;
  background-color: silver;
  animation: sliderFocusThumb 0.4s linear;
}
md-slider .md-focus-ring {
  position: absolute;
  left: -24px;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  transform: scale(0);
  transition: all 0.2s linear;
  opacity: 0.26;
}
md-slider .md-disabled-thumb {
  position: absolute;
  left: -22px;
  top: 2px;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  transform: scale(0.35);
  border-width: 6px;
  border-style: solid;
  display: none;
}
md-slider.md-min .md-thumb:after {
  background-color: #fff;
}
md-slider.md-min .md-sign {
  opacity: 0;
}
md-slider:focus {
  outline: 0;
}
md-slider.md-dragging .md-thumb-container, md-slider.md-dragging .md-track-fill {
  transition: none;
}
md-slider:not([md-discrete]) .md-sign, md-slider:not([md-discrete]) .md-track-ticks {
  display: none;
}
md-slider:not([md-discrete]):not([disabled]):hover .md-thumb {
  transform: scale(0.6);
}
md-slider:not([md-discrete]):not([disabled]).md-active .md-focus-thumb, md-slider:not([md-discrete]):not([disabled]):focus .md-focus-thumb {
  display: block;
}
md-slider:not([md-discrete]):not([disabled]).md-active .md-focus-ring, md-slider:not([md-discrete]):not([disabled]):focus .md-focus-ring {
  transform: scale(1);
}
md-slider:not([md-discrete]):not([disabled]).md-active .md-thumb, md-slider:not([md-discrete]):not([disabled]):focus .md-thumb {
  transform: scale(0.85);
}
md-slider[md-discrete] .md-focus-ring, md-slider[md-discrete] .md-focus-thumb {
  display: none;
}
md-slider[md-discrete]:not([disabled]).md-active .md-sign, md-slider[md-discrete]:not([disabled]):focus .md-sign {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[md-discrete]:not([disabled]).md-active .md-sign:after, md-slider[md-discrete]:not([disabled]):focus .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[disabled] .md-sign, md-slider[disabled] .md-track-fill {
  display: none;
}
md-slider[disabled] .md-thumb {
  transform: scale(0.35);
}
md-slider[disabled] .md-disabled-thumb {
  display: block;
}

@media screen and (-ms-high-contrast: active) {
  md-slider.md-default-theme .md-track {
    border-bottom: 1px solid #fff;
  }
}
.md-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute !important;
  transform: translate3d(-9999px, -9999px, 0);
}
.md-sticky-clone[sticky-state=active] {
  transform: translate3d(0, 0, 0);
}
.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner {
  animation: subheaderStickyHoverIn 0.3s ease-out both;
}
@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  100% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}
@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
.md-subheader-wrapper:not(.md-sticky-no-effect) {
  transition: 0.2s ease-out margin;
}
.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
  margin: 0;
}
.md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
  z-index: 2;
}
.md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active] {
  margin-top: -2px;
}
.md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] .md-subheader-inner:after {
  animation: subheaderStickyHoverOut 0.3s ease-out both;
}

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

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

md-switch {
  margin: 16px;
  margin-left: inherit;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 30px;
  line-height: 28px;
  align-items: center;
  display: flex;
}

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

md-switch bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-switch bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-switch:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}

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

md-switch:last-of-type bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-switch:last-of-type bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-switch[disabled] {
  cursor: default;
}
md-switch[disabled] .md-container {
  cursor: default;
}
md-switch .md-container {
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 8px;
  float: left;
}
md-switch:not([disabled]) .md-dragging, md-switch:not([disabled]).md-dragging .md-container {
  cursor: grabbing;
}
md-switch.md-focused:not([disabled]) .md-thumb:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-switch.md-focused:not([disabled]):not(.md-checked) .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
}
md-switch .md-label {
  border-color: transparent;
  border-width: 0;
  float: left;
}
md-switch .md-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}
md-switch .md-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
md-switch.md-checked .md-thumb-container {
  transform: translate3d(100%, 0, 0);
}
md-switch .md-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-switch .md-thumb:before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}
md-switch .md-thumb .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}
md-switch:not(.md-dragging) .md-bar, md-switch:not(.md-dragging) .md-thumb, md-switch:not(.md-dragging) .md-thumb-container {
  transition: all 0.08s linear;
  transition-property: transform, background-color;
}
md-switch:not(.md-dragging) .md-bar, md-switch:not(.md-dragging) .md-thumb {
  transition-delay: 0.05s;
}

@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme .md-bar {
    background-color: #666;
  }
  md-switch.md-default-theme.md-checked .md-bar {
    background-color: #9E9E9E;
  }
  md-switch.md-default-theme .md-thumb {
    background-color: #fff;
  }
}
@keyframes md-tab-content-hide {
  0%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  min-height: 248px;
}
md-tabs[md-align-tabs=bottom] {
  padding-bottom: 48px;
}
md-tabs[md-align-tabs=bottom] > md-tabs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 2;
}
md-tabs[md-align-tabs=bottom] > md-tabs-content-wrapper {
  top: 0;
  bottom: 48px;
}
md-tabs.md-dynamic-height md-tabs-content-wrapper {
  min-height: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
}
md-tabs.md-dynamic-height md-tab-content.md-active {
  position: relative;
}
md-tabs[md-border-bottom] md-tabs-wrapper {
  border-width: 0 0 1px;
  border-style: solid;
}
md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  top: 49px;
}

md-tabs-wrapper {
  display: block;
  position: relative;
  transform: translate(0, 0);
}
md-tabs-wrapper md-next-button, md-tabs-wrapper md-prev-button {
  height: 100%;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  background: transparent no-repeat 50%;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-tabs-wrapper md-next-button:focus, md-tabs-wrapper md-prev-button:focus {
  outline: none;
}
md-tabs-wrapper md-next-button.md-disabled, md-tabs-wrapper md-prev-button.md-disabled {
  opacity: 0.25;
  cursor: default;
}
md-tabs-wrapper md-next-button.ng-leave, md-tabs-wrapper md-prev-button.ng-leave {
  transition: none;
}
md-tabs-wrapper md-next-button md-icon, md-tabs-wrapper md-prev-button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir=rtl] md-tabs-wrapper md-next-button, [dir=rtl] md-tabs-wrapper md-prev-button {
  transform: rotateY(180deg) translateY(-50%);
}

md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url("data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==");
}

[dir=rtl] md-tabs-wrapper md-prev-button {
  left: auto;
  right: 0;
}

md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url("data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K");
}

[dir=rtl] md-tabs-wrapper md-next-button {
  right: auto;
  left: 0;
}

md-tabs-wrapper md-next-button md-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  flex-direction: row;
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  flex-grow: 1;
}

md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px;
}
md-tabs-canvas:after {
  content: "";
  display: table;
  clear: both;
}
md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

[dir=rtl] md-tabs-canvas .md-dummy-wrapper {
  left: auto;
  right: 0;
}

md-tabs-canvas.md-paginated {
  margin: 0 32px;
}
md-tabs-canvas.md-center-tabs {
  display: flex;
  flex-direction: column;
  text-align: center;
}
md-tabs-canvas.md-center-tabs .md-tab {
  float: none;
  display: inline-block;
}

md-pagination-wrapper {
  height: 48px;
  display: flex;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  left: 0;
  transform: translate(0, 0);
}
md-pagination-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

[dir=rtl] md-pagination-wrapper {
  left: auto;
  right: 0;
}

md-pagination-wrapper.md-center-tabs {
  position: relative;
  justify-content: center;
}
md-pagination-wrapper md-tab-item {
  min-width: 72px;
}

@media (min-width: 600px) {
  md-pagination-wrapper md-tab-item {
    min-width: 72px;
  }
}
md-tabs-content-wrapper {
  display: block;
  top: 48px;
  overflow: hidden;
}

md-tab-content, md-tabs-content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

md-tab-content {
  display: flex;
  top: 0;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  transform: translate(0, 0);
}
md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden;
}
md-tab-content.md-no-transition, md-tab-content.ng-leave {
  transition: none;
}
md-tab-content.md-left:not(.md-active) {
  transform: translateX(-100%);
  animation: md-tab-content-hide 1s;
  visibility: hidden;
}

[dir=rtl] md-tab-content.md-left:not(.md-active) {
  transform: translateX(100%);
}

md-tab-content.md-left:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
md-tab-content.md-right:not(.md-active) {
  transform: translateX(100%);
  animation: md-tab-content-hide 1s;
  visibility: hidden;
}

[dir=rtl] md-tab-content.md-right:not(.md-active) {
  transform: translateX(-100%);
}

md-tab-content.md-right:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
md-tab-content > div {
  flex: 1 0 100%;
  min-width: 0;
}
md-tab-content > div.ng-leave {
  animation: md-tab-content-hide 1s;
}

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
}
md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

md-tab {
  position: absolute;
  z-index: -1;
  left: -9999px;
}

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

[dir=rtl] .md-tab {
  float: right;
}

.md-tab.md-focused, .md-tab:focus {
  box-shadow: none;
  outline: none;
}
.md-tab.md-active {
  cursor: default;
}
.md-tab.md-disabled {
  pointer-events: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
}
.md-tab.ng-leave {
  transition: none;
}

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
  color: #007d71 !important;
  background: #007d71 !important;
}
md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

md-tab {
  position: absolute;
  z-index: -1;
  left: -9999px;
}

.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-tab.md-focused {
  box-shadow: none;
  outline: 0;
}
.md-tab.md-active {
  cursor: default;
}
.md-tab.md-disabled {
  pointer-events: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
}
.md-tab.ng-leave {
  transition: none;
}

md-toolbar + md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

md-toast {
  position: absolute;
  z-index: 105;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  padding: 8px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-toast .md-toast-content {
  display: flex;
  align-items: center;
  height: 0;
  max-height: 168px;
  max-width: 100%;
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  font-size: 14px;
  overflow: hidden;
  transform: translate3d(0, 0, 0) rotateZ(0deg);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-toast.md-capsule {
  border-radius: 24px;
}
md-toast.md-capsule .md-toast-content {
  border-radius: 24px;
}
md-toast.ng-leave-active .md-toast-content {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-toast.md-swipedown .md-toast-content, md-toast.md-swipeleft .md-toast-content, md-toast.md-swiperight .md-toast-content, md-toast.md-swipeup .md-toast-content {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-toast.ng-enter {
  opacity: 0;
}
md-toast.ng-enter .md-toast-content {
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-enter.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast.ng-enter.ng-enter-active {
  opacity: 1;
}
md-toast.ng-enter.ng-enter-active .md-toast-content {
  transform: translate3d(0, 0, 0);
}
md-toast.ng-leave.ng-leave-active .md-toast-content {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
  transform: translate3d(0, -50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
  transform: translate3d(0, 50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast .md-action {
  line-height: 19px;
  margin-left: 24px;
  margin-right: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}
md-toast .md-action.md-button {
  min-width: 0;
}

@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    transform: translate3d(0, -50%, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    transform: translate3d(0, 50%, 0);
  }
}
@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
  }
  md-toast.md-bottom {
    bottom: 0;
  }
  md-toast.md-left {
    left: 0;
  }
  md-toast.md-right {
    right: 0;
  }
  md-toast.md-top {
    top: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content {
    transform: translate3d(-50%, 0, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
    transform: translate3d(50%, 0, 0);
  }
}
@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px;
  }
}
@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff;
  }
}
.md-toast-animating {
  overflow: hidden !important;
}

md-toolbar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
}
md-toolbar.md-whiteframe-z1-add, md-toolbar.md-whiteframe-z1-remove {
  transition: box-shadow 0.5s linear;
}
md-toolbar md-toolbar-filler {
  width: 72px;
}
md-toolbar *, md-toolbar:after, md-toolbar:before {
  box-sizing: border-box;
}
md-toolbar.md-tall {
  height: 128px;
  min-height: 128px;
  max-height: 128px;
}
md-toolbar.md-medium-tall {
  height: 88px;
  min-height: 88px;
  max-height: 88px;
}
md-toolbar.md-medium-tall .md-toolbar-tools {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
md-toolbar > .md-indent {
  margin-left: 64px;
}
md-toolbar ~ md-content > md-list {
  padding: 0;
}
md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
  display: none;
}

.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0;
}
.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
.md-toolbar-tools a {
  color: inherit;
  text-decoration: none;
}
.md-toolbar-tools .fill-height {
  display: flex;
  align-items: center;
}
.md-toolbar-tools .md-button {
  margin-top: 0;
  margin-bottom: 0;
}
.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px;
}
.md-toolbar-tools > .md-button:last-child {
  margin-right: -8px;
}
.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px;
}
.md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px;
  }
  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px;
  }
  .md-toolbar-tools {
    height: 48px;
    max-height: 48px;
  }
}
md-tooltip {
  position: absolute;
  z-index: 9000;
  overflow: hidden;
  pointer-events: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}
md-tooltip .md-content {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: center top;
  transform: scale(0);
  opacity: 0;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
md-tooltip .md-content.md-show-add {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.2s;
  transform: scale(0);
  opacity: 0;
}
md-tooltip .md-content.md-show, md-tooltip .md-content.md-show-add-active {
  transform: scale(1);
  opacity: 1;
  transform-origin: center top;
}
md-tooltip .md-content.md-show-remove {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.2s;
}
md-tooltip .md-content.md-show-remove.md-show-remove-active {
  transform: scale(0);
  opacity: 0;
}
md-tooltip.md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-tooltip.md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: auto;
  will-change: opacity, height, width;
}

@media screen and (min-width: 960px) {
  md-tooltip {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  md-tooltip .md-content {
    height: 22px;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px;
}
.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden;
}
.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap;
}

.md-whiteframe-1dp, .md-whiteframe-z1 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-2dp {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-3dp {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-4dp, .md-whiteframe-z2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.md-whiteframe-5dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}

.md-whiteframe-6dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

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

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

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

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

.md-whiteframe-11dp {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}

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

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

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

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

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

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

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

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

.md-whiteframe-20dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-21dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}

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

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

.md-whiteframe-24dp {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff;
  }
}
.header {
  width: 5vw;
  text-transform: uppercase;
}

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

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

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

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

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

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

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

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

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

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

a {
  color: #8bc34a;
  text-decoration: none;
}
a:hover {
  color: #004a43;
  text-decoration: underline;
}
a:focus {
  color: #004a43;
  text-decoration: underline;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

h1 small, h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h2 small, h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h3 small, h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h4 small, h4 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h5 small, h5 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h6 small, h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.h1 small, .h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.h2 small, .h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.h3 small, .h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.h4 small, .h4 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.h5 small, .h5 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.h6 small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #007d71;
}

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

.text-success {
  color: #687F42 !important;
}

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

.text-info {
  color: #3B799A !important;
}

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

.text-warning {
  color: #9A7E26;
}

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

.text-danger {
  color: #A1513C;
}

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

.bg-default {
  background-color: #efefef !important;
}

.bg-secoundary {
  background-color: #e3e3e3;
}

.bg-primary {
  color: #fff;
  background-color: #8bc34a;
}

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

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

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

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

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

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

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

.bg-danger {
  background-color: #F44336;
  color: #fff;
}

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

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

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

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

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

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

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

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

dt, dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "—0A0";
}

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

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before {
  content: "";
}

blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after {
  content: "0A0 —";
}

blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: "0A0 —";
}

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

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

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

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

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

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

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container-fluid:before {
  content: " ";
  display: table;
}
.container:after, .container-fluid:after {
  content: " ";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media print {
  .container {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .container-fluid {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
.row {
  margin-left: -10px;
  margin-right: -5px;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
}
.table > thead > tr > th, .table > thead > tr > td {
  padding: 10px;
  padding-left: 10px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tbody > tr > th, .table > tbody > tr > td {
  padding: 10px;
  line-height: 1.42857;
  border-top: 1px solid #ddd;
}
.table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 15px;
  padding-left: 10px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td {
  border-top: 0;
}
.table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td {
  border-top: 0;
}
.table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f3f3f3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td {
    border-bottom: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

input[type=search] {
  box-sizing: border-box;
}
input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #3D4051;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

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

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

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 38px;
  }
  input[type=date].input-sm {
    line-height: 30px;
  }
  .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon {
    line-height: 30px;
  }
  .input-group-sm > .input-group-btn > input[type=date].btn {
    line-height: 30px;
  }
  .input-group-sm input[type=date] {
    line-height: 30px;
  }
  input[type=time].input-sm {
    line-height: 30px;
  }
  .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon {
    line-height: 30px;
  }
  .input-group-sm > .input-group-btn > input[type=time].btn {
    line-height: 30px;
  }
  .input-group-sm input[type=time] {
    line-height: 30px;
  }
  input[type=datetime-local].input-sm {
    line-height: 30px;
  }
  .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon {
    line-height: 30px;
  }
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn {
    line-height: 30px;
  }
  .input-group-sm input[type=datetime-local] {
    line-height: 30px;
  }
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon {
    line-height: 30px;
  }
  .input-group-sm > .input-group-btn > input[type=month].btn {
    line-height: 30px;
  }
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg {
    line-height: 46px;
  }
  .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon {
    line-height: 46px;
  }
  .input-group-lg > .input-group-btn > input[type=date].btn {
    line-height: 46px;
  }
  .input-group-lg input[type=date] {
    line-height: 46px;
  }
  input[type=time].input-lg {
    line-height: 46px;
  }
  .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon {
    line-height: 46px;
  }
  .input-group-lg > .input-group-btn > input[type=time].btn {
    line-height: 46px;
  }
  .input-group-lg input[type=time] {
    line-height: 46px;
  }
  input[type=datetime-local].input-lg {
    line-height: 46px;
  }
  .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon {
    line-height: 46px;
  }
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn {
    line-height: 46px;
  }
  .input-group-lg input[type=datetime-local] {
    line-height: 46px;
  }
  input[type=month].input-lg {
    line-height: 46px;
  }
  .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon {
    line-height: 46px;
  }
  .input-group-lg > .input-group-btn > input[type=month].btn {
    line-height: 46px;
  }
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

fieldset[disabled] input[type=radio] {
  cursor: not-allowed;
}

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

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

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

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

.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

select.input-sm {
  height: 30px;
  line-height: 30px;
}

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

textarea.input-sm {
  height: auto;
}

.input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon {
  height: auto;
}
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

select[multiple].input-sm {
  height: auto;
}

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

select.input-lg {
  height: 46px;
  line-height: 46px;
}

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

textarea.input-lg {
  height: auto;
}

.input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon {
  height: auto;
}
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

select[multiple].input-lg {
  height: auto;
}

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
}

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

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

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #687F42;
}
.has-success .form-control {
  border-color: #687F42;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #4d5d31;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9cb572;
}
.has-success .input-group-addon {
  color: #687F42;
  border-color: #687F42;
  background-color: #F0FBE3;
}
.has-success .form-control-feedback {
  color: #687F42;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #9A7E26;
}
.has-warning .form-control {
  border-color: #9A7E26;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #715d1c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d4b552;
}
.has-warning .input-group-addon {
  color: #9A7E26;
  border-color: #9A7E26;
  background-color: #FFFAED;
}
.has-warning .form-control-feedback {
  color: #9A7E26;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #A1513C;
}
.has-error .form-control {
  border-color: #A1513C;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #7c3e2e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cc8977;
}
.has-error .input-group-addon {
  color: #A1513C;
  border-color: #A1513C;
  background-color: #FBE9E6;
}
.has-error .form-control-feedback {
  color: #A1513C;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  content: " ";
  display: table;
  clear: both;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active:focus, .btn:active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #3D4051;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #3D4051;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-default:focus, .btn-default.focus {
  color: #3D4051;
  background-color: #e1e1e1;
  border-color: #bababa;
}
.btn-default:hover, .btn-default:active, .btn-default.active {
  color: #3D4051;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}

.open > .btn-default.dropdown-toggle {
  color: #3D4051;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus {
  color: #3D4051;
  background-color: #cfcfcf;
  border-color: #bababa;
}
.btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus {
  color: #3D4051;
  background-color: #cfcfcf;
  border-color: #bababa;
}

.open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #3D4051;
  background-color: #cfcfcf;
  border-color: #bababa;
}

.btn-default:active, .btn-default.active {
  background-image: none;
}

.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled {
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active {
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-default[disabled] {
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active {
  background-color: #fafafa;
  border-color: #fafafa;
}

fieldset[disabled] .btn-default {
  background-color: #fafafa;
  border-color: #fafafa;
}
fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-default .badge {
  color: #fafafa;
  background-color: #3D4051;
}

.btn-primary {
  color: #fff;
  background-color: #8bc34a;
  border-color: #8bc34a;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00635a;
  border-color: #001714;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #00635a;
  border-color: #005951;
}

.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00635a;
  border-color: #005951;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus {
  color: #fff;
  background-color: #003f39;
  border-color: #001714;
}
.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus {
  color: #fff;
  background-color: #003f39;
  border-color: #001714;
}

.open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #003f39;
  border-color: #001714;
}

.btn-primary:active, .btn-primary.active {
  background-image: none;
}

.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled {
  background-color: #8bc34a;
  border-color: #8bc34a;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active {
  background-color: #8bc34a;
  border-color: #8bc34a;
}
.btn-primary[disabled] {
  background-color: #8bc34a;
  border-color: #8bc34a;
}
.btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active {
  background-color: #8bc34a;
  border-color: #8bc34a;
}

fieldset[disabled] .btn-primary {
  background-color: #8bc34a;
  border-color: #8bc34a;
}
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #8bc34a;
  border-color: #8bc34a;
}

.btn-primary .badge {
  color: #8bc34a;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #71a436;
  border-color: #496a23;
}
.btn-success:hover, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #71a436;
  border-color: #6c9c34;
}

.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #71a436;
  border-color: #6c9c34;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus {
  color: #fff;
  background-color: #5f892d;
  border-color: #496a23;
}
.btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus {
  color: #fff;
  background-color: #5f892d;
  border-color: #496a23;
}

.open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #5f892d;
  border-color: #496a23;
}

.btn-success:active, .btn-success.active {
  background-image: none;
}

.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled {
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active {
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-success[disabled] {
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active {
  background-color: #8BC34A;
  border-color: #8BC34A;
}

fieldset[disabled] .btn-success {
  background-color: #8BC34A;
  border-color: #8BC34A;
}
fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #8BC34A;
  border-color: #8BC34A;
}

.btn-success .badge {
  color: #8BC34A;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #008fa1;
  border-color: #004b55;
}
.btn-info:hover, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #008fa1;
  border-color: #008697;
}

.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #008fa1;
  border-color: #008697;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus {
  color: #fff;
  background-color: #006f7d;
  border-color: #004b55;
}
.btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus {
  color: #fff;
  background-color: #006f7d;
  border-color: #004b55;
}

.open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #006f7d;
  border-color: #004b55;
}

.btn-info:active, .btn-info.active {
  background-image: none;
}

.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-info[disabled] {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
.btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

fieldset[disabled] .btn-info {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.btn-info .badge {
  color: #00BCD4;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #FFCA28;
  border-color: #FFCA28;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #f4b800;
  border-color: #a87e00;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #f4b800;
  border-color: #eab000;
}

.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4b800;
  border-color: #eab000;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus {
  color: #fff;
  background-color: #d09d00;
  border-color: #a87e00;
}
.btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus {
  color: #fff;
  background-color: #d09d00;
  border-color: #a87e00;
}

.open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d09d00;
  border-color: #a87e00;
}

.btn-warning:active, .btn-warning.active {
  background-image: none;
}

.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled {
  background-color: #FFCA28;
  border-color: #FFCA28;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active {
  background-color: #FFCA28;
  border-color: #FFCA28;
}
.btn-warning[disabled] {
  background-color: #FFCA28;
  border-color: #FFCA28;
}
.btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active {
  background-color: #FFCA28;
  border-color: #FFCA28;
}

fieldset[disabled] .btn-warning {
  background-color: #FFCA28;
  border-color: #FFCA28;
}
fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #FFCA28;
  border-color: #FFCA28;
}

.btn-warning .badge {
  color: #FFCA28;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #a21309;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #e11b0c;
}

.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #e11b0c;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus {
  color: #fff;
  background-color: #c8180b;
  border-color: #a21309;
}
.btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus {
  color: #fff;
  background-color: #c8180b;
  border-color: #a21309;
}

.open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #c8180b;
  border-color: #a21309;
}

.btn-danger:active, .btn-danger.active {
  background-image: none;
}

.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled {
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active {
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger[disabled] {
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active {
  background-color: #F44336;
  border-color: #F44336;
}

fieldset[disabled] .btn-danger {
  background-color: #F44336;
  border-color: #F44336;
}
fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #F44336;
  border-color: #F44336;
}

.btn-danger .badge {
  color: #F44336;
  background-color: #fff;
}

.btn-link {
  color: #8bc34a;
  font-weight: normal;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.btn-link:active, .btn-link.active, .btn-link[disabled] {
  background-color: transparent;
  box-shadow: none;
}

fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #004a43;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
  color: #777;
  text-decoration: none;
}

fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 140px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a > i {
  margin-right: 8px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #007d71;
}
.dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #8bc34a;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #8bc34a;
}
.dropdown-menu > .disabled > a {
  color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2;
}

.btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group {
  margin-left: -1px;
}
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  content: " ";
  display: table;
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
[data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #3D4051;
  text-align: center;
  background-color: #eee;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}

.input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}

.input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before {
  content: " ";
  display: table;
}
.nav:after {
  content: " ";
  display: table;
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a {
  background-color: #eee;
  border-color: #8bc34a;
}
.nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #8bc34a;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a {
  color: #555;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a {
  color: #fff;
  background-color: #8bc34a;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #8bc34a;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f3f3f3;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before {
  content: " ";
  display: table;
}
.navbar:after {
  content: " ";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
.navbar-header:before {
  content: " ";
  display: table;
}
.navbar-header:after {
  content: " ";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  content: " ";
  display: table;
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus {
  color: #ccc;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a {
  background-color: #090909;
  color: #fff;
}
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus {
  color: #444;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #F2F7F7;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #e2edeb;
}
.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #3D4051;
  background-color: #fff;
  border: 1px solid #dce0e0;
  margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  z-index: 3;
  color: #3D4051;
  background-color: #fff;
  border-color: #aaa;
}
.pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 3;
  color: #3D4051;
  background-color: #fff;
  border-color: #aaa;
}
.pagination > .active > a {
  z-index: 2;
  color: #fff;
  background-color: #007d71;
  border-color: #446965;
  cursor: default;
}
.pagination > .active > a:hover, .pagination > .active > a:focus {
  z-index: 2;
  color: #fff;
  background-color: #46827C;
  border-color: #007d71;
  cursor: default;
}
.pagination > .active > span {
  z-index: 2;
  color: #fff;
  background-color: #8bc34a;
  border-color: #8bc34a;
  cursor: default;
}
.pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #8bc34a;
  border-color: #8bc34a;
  cursor: default;
}
.pagination > .disabled > span {
  color: #777;
  background-color: #F2F7F7;
  border-color: #F2F7F7;
  cursor: not-allowed;
}
.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #777;
  background-color: #F2F7F7;
  border-color: #F2F7F7;
  cursor: not-allowed;
}
.pagination > .disabled > a {
  color: #777;
  background-color: #F2F7F7;
  border-color: #F2F7F7;
  cursor: not-allowed;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #F2F7F7;
  border-color: #F2F7F7;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before {
  content: " ";
  display: table;
}
.pager:after {
  content: " ";
  display: table;
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #dce0e0;
  border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.pager .next > a, .pager .next > span {
  float: right;
}
.pager .previous > a, .pager .previous > span {
  float: left;
}
.pager .disabled > a {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.pager .disabled > a:hover, .pager .disabled > a:focus {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #8bc34a;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #00635a;
}

.label-success {
  background-color: #8BC34A;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #71a436;
}

.label-info {
  background-color: #00BCD4;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #008fa1;
}

.label-warning {
  background-color: #FFCA28;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #f4b800;
}

.label-danger {
  background-color: #F44336;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #ea1c0d;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #8bc34a;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 2px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #3D4051;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #8bc34a;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p, .alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #F0FBE3;
  border-color: #ebf8cd;
  color: #687F42;
}
.alert-success hr {
  border-top-color: #e2f5b6;
}
.alert-success .alert-link {
  color: #4d5d31;
}

.alert-info {
  background-color: #E6F5FD;
  border-color: #c5f1fa;
  color: #3B799A;
}
.alert-info hr {
  border-top-color: #adebf8;
}
.alert-info .alert-link {
  color: #2d5c75;
}

.alert-warning {
  background-color: #FFFAED;
  border-color: #ffecd4;
  color: #9A7E26;
}
.alert-warning hr {
  border-top-color: #ffe0ba;
}
.alert-warning .alert-link {
  color: #715d1c;
}

.alert-danger {
  background-color: #FBE9E6;
  border-color: #f7d0d1;
  color: #A1513C;
}
.alert-danger hr {
  border-top-color: #f4babb;
}
.alert-danger .alert-link {
  color: #7c3e2e;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #8bc34a;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #8BC34A;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #00BCD4;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #FFCA28;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #F44336;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
  zoom: 1;
  overflow: hidden;
}
.media:first-child {
  margin-top: 0;
}

.media-body {
  zoom: 1;
  overflow: hidden;
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eff2f7;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}
button.list-group-item:hover, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #8bc34a;
  border-color: #eff2f7;
}
.list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #8bc34a;
  border-color: #eff2f7;
}
.list-group-item.active .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #63fff0;
}

.list-group-item-success {
  color: #687F42;
  background-color: #F0FBE3;
}

a.list-group-item-success, button.list-group-item-success {
  color: #687F42;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #687F42;
  background-color: #e4f8cd;
}

button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #687F42;
  background-color: #e4f8cd;
}

a.list-group-item-success.active {
  color: #fff;
  background-color: #687F42;
  border-color: #687F42;
}
a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #687F42;
  border-color: #687F42;
}

button.list-group-item-success.active {
  color: #fff;
  background-color: #687F42;
  border-color: #687F42;
}
button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #687F42;
  border-color: #687F42;
}

.list-group-item-info {
  color: #3B799A;
  background-color: #E6F5FD;
}

a.list-group-item-info, button.list-group-item-info {
  color: #3B799A;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #3B799A;
  background-color: #ceecfb;
}

button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #3B799A;
  background-color: #ceecfb;
}

a.list-group-item-info.active {
  color: #fff;
  background-color: #3B799A;
  border-color: #3B799A;
}
a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3B799A;
  border-color: #3B799A;
}

button.list-group-item-info.active {
  color: #fff;
  background-color: #3B799A;
  border-color: #3B799A;
}
button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3B799A;
  border-color: #3B799A;
}

.list-group-item-warning {
  color: #9A7E26;
  background-color: #FFFAED;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #9A7E26;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #9A7E26;
  background-color: #fff3d4;
}

button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #9A7E26;
  background-color: #fff3d4;
}

a.list-group-item-warning.active {
  color: #fff;
  background-color: #9A7E26;
  border-color: #9A7E26;
}
a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #9A7E26;
  border-color: #9A7E26;
}

button.list-group-item-warning.active {
  color: #fff;
  background-color: #9A7E26;
  border-color: #9A7E26;
}
button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #9A7E26;
  border-color: #9A7E26;
}

.list-group-item-danger {
  color: #A1513C;
  background-color: #FBE9E6;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #A1513C;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #A1513C;
  background-color: #f7d6d0;
}

button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #A1513C;
  background-color: #f7d6d0;
}

a.list-group-item-danger.active {
  color: #fff;
  background-color: #A1513C;
  border-color: #A1513C;
}
a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #A1513C;
  border-color: #A1513C;
}

button.list-group-item-danger.active {
  color: #fff;
  background-color: #A1513C;
  border-color: #A1513C;
}
button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #A1513C;
  border-color: #A1513C;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before {
  content: " ";
  display: table;
}
.panel-body:after {
  content: " ";
  display: table;
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border-top: 1px solid #e2edeb;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e2edeb;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e2edeb;
}

.panel-default {
  border-color: #e2edeb;
}
.panel-default > .panel-heading {
  color: #3D4051;
  background-color: #F2F7F7;
  border-color: #e2edeb;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e2edeb;
}
.panel-default > .panel-heading .badge {
  color: #F2F7F7;
  background-color: #3D4051;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e2edeb;
}

.panel-primary {
  border-color: #8bc34a;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #8bc34a;
  border-color: #8bc34a;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8bc34a;
}
.panel-primary > .panel-heading .badge {
  color: #8bc34a;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8bc34a;
}

.panel-success {
  border-color: #ebf8cd;
}
.panel-success > .panel-heading {
  color: #687F42;
  background-color: #F0FBE3;
  border-color: #ebf8cd;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebf8cd;
}
.panel-success > .panel-heading .badge {
  color: #F0FBE3;
  background-color: #687F42;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebf8cd;
}

.panel-info {
  border-color: #c5f1fa;
}
.panel-info > .panel-heading {
  color: #3B799A;
  background-color: #E6F5FD;
  border-color: #c5f1fa;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c5f1fa;
}
.panel-info > .panel-heading .badge {
  color: #E6F5FD;
  background-color: #3B799A;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c5f1fa;
}

.panel-warning {
  border-color: #ffecd4;
}
.panel-warning > .panel-heading {
  color: #9A7E26;
  background-color: #FFFAED;
  border-color: #ffecd4;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffecd4;
}
.panel-warning > .panel-heading .badge {
  color: #FFFAED;
  background-color: #9A7E26;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffecd4;
}

.panel-danger {
  border-color: #f7d0d1;
}
.panel-danger > .panel-heading {
  color: #A1513C;
  background-color: #FBE9E6;
  border-color: #f7d0d1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7d0d1;
}
.panel-danger > .panel-heading .badge {
  color: #FBE9E6;
  background-color: #A1513C;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f7d0d1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 2px;
}

.well-sm {
  padding: 9px;
  border-radius: 2px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-pagamentos-pendentes .modal-content {
  border-radius: 0.5rem;
}
.modal-pagamentos-pendentes .callout.callout-info {
  border-radius: 0.75rem;
}
.modal-pagamentos-pendentes .btn {
  border-radius: 0.5rem;
}
.modal-pagamentos-pendentes .table thead th:first-child {
  border-radius: 0.5rem 0 0 0;
}
.modal-pagamentos-pendentes .table thead th:last-child {
  border-radius: 0 0.5rem 0 0;
}
.modal-pagamentos-pendentes .mensagem-sugerida-box {
  border-radius: 0.75rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before {
  content: " ";
  display: table;
}
.modal-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
  .modal-gg {
    width: 1300px;
  }
  .modal-xg {
    width: 70%;
  }
  .modal-xl {
    width: 90%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #262B33;
  background-clip: padding-box;
  border: 1px solid #262B33;
  border: 1px solid #262B33;
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #262B33;
  border-bottom: 1px solid #1b1f24;
  border-radius: 1px 1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #262B33;
  border-top-color: #262B33;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #262B33;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #262B33;
  border-right-color: #262B33;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #262B33;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #262B33;
  border-bottom-color: #262B33;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #262B33;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #262B33;
  border-left-color: #262B33;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #262B33;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .logo {
    width: 60px !important;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.z-depth-1, .btn.btn-raised, .btn-group.btn-raised, .btn.btn-floating, .btn-group.btn-floating {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half, .btn.btn-raised:hover, .btn-group.btn-raised:hover, .btn.btn-floating:hover, .btn-group.btn-floating:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.pricing-table.featured, .pricing-table:hover {
  background-color: #f5f5f5;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.5);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
body p {
  line-height: 1.42857;
}

html p {
  line-height: 1.42857;
}

::-moz-selection {
  background: #8bc34a;
  color: #fff;
}

::selection, ::-moz-selection {
  background: #8bc34a;
  color: #fff;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:active, a:focus {
  text-decoration: none;
  outline: none;
}

span.block {
  display: block;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-border {
  border: 0;
}

.no-border-radius {
  border-radius: 0;
}

.no-padding {
  padding: 0;
}

.no-shadow {
  box-shadow: 0;
}

.full-width {
  width: 100%;
}

.section-header {
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #8bc34a;
  margin: 30px 0;
}

a.bg-primary {
  background-color: #8bc34a;
  color: #fff;
}
a.bg-primary:hover {
  background-color: #8bc34a;
  color: #fff;
}
a.bg-success {
  background-color: #8BC34A;
  color: #fff;
}
a.bg-success:hover {
  background-color: #8BC34A;
  color: #fff;
}
a.bg-info {
  background-color: #00BCD4;
  color: #fff;
}
a.bg-info:hover {
  background-color: #00BCD4;
  color: #fff;
}
a.bg-warning {
  background-color: #FFCA28;
  color: #fff;
}
a.bg-warning:hover {
  background-color: #FFCA28;
  color: #fff;
}
a.bg-danger {
  background-color: #F44336;
  color: #fff;
}
a.bg-danger:hover {
  background-color: #F44336;
  color: #fff;
}

.bg-white {
  background-color: #fff !important;
  color: #3D4051;
}
.bg-white a {
  color: #3D4051;
}
.bg-white a:hover {
  color: #3D4051;
}

.bg-body {
  background-color: #f3f3f3 !important;
  color: #3D4051;
}
.bg-body a {
  color: #3D4051;
}
.bg-body a:hover {
  color: #3D4051;
}

.bg-dark {
  background-color: #262B33 !important;
  color: #fff;
}
.bg-dark a {
  color: #fff;
}
.bg-dark a:hover {
  color: #fff;
}

.bg-dark-light {
  background-color: #3D4051 !important;
  color: #fff;
}
.bg-dark-light a {
  color: #fff;
}
.bg-dark-light a:hover {
  color: #fff;
}

.bg-black {
  background-color: #000 !important;
  color: #fff;
}
.bg-black a {
  color: #fff;
}
.bg-black a:hover {
  color: #fff;
}

.bg-primary {
  background-color: #8bc34a !important;
  color: #fff;
}
.bg-primary a {
  color: #fff;
}
.bg-primary a:hover {
  color: #fff;
}

.bg-primary-light {
  background-color: #5C6BC0 !important;
  color: #fff;
}
.bg-primary-light a {
  color: #fff;
}
.bg-primary-light a:hover {
  color: #fff;
}

.bg-success {
  background-color: #8BC34A !important;
  color: #fff;
}
.bg-success a {
  color: #fff;
}
.bg-success a:hover {
  color: #fff;
}

.bg-info {
  background-color: #00BCD4 !important;
  color: #fff;
}
.bg-info a {
  color: #fff;
}
.bg-info a:hover {
  color: #fff;
}

.bg-info-alt {
  background-color: #7E57C2 !important;
  color: #fff;
}
.bg-info-alt a {
  color: #fff;
}
.bg-info-alt a:hover {
  color: #fff;
}

.bg-warning {
  background-color: #FFCA28 !important;
  color: #fff;
}
.bg-warning a {
  color: #fff;
}
.bg-warning a:hover {
  color: #fff;
}
.bg-warning a {
  color: #fff;
}
.bg-warning a:hover {
  color: #fff;
}

.bg-dark {
  background-color: #262B33 !important;
  color: #fff;
}
.bg-dark a {
  color: #fff;
}
.bg-dark a:hover {
  color: #fff;
}

.bg-bright {
  background-color: #fafafa !important;
  color: #3D4051;
}
.bg-bright a {
  color: #3D4051;
}
.bg-bright a:hover {
  color: #3D4051;
}

.bg-white {
  background-color: #fff !important;
  color: #3D4051;
}
.bg-white a {
  color: #3D4051;
}
.bg-white a:hover {
  color: #3D4051;
}

.bg-facebook {
  background-color: #335397 !important;
  color: #fff;
}
.bg-facebook a {
  color: #fff;
}
.bg-facebook a:hover {
  color: #fff;
}

.bg-twitter {
  background-color: #00c7f7 !important;
  color: #fff;
}
.bg-twitter a {
  color: #fff;
}
.bg-twitter a:hover {
  color: #fff;
}

.bg-google-plus {
  background-color: #df4a32 !important;
  color: #fff;
}
.bg-google-plus a {
  color: #fff;
}
.bg-google-plus a:hover {
  color: #fff;
}

.page-container {
  max-width: 1170px;
  margin: auto;
}

.blockquote-colored {
  border-left: 5px solid #8bc34a;
}
.blockquote-colored.pull-right {
  border-right: 5px solid #8bc34a;
  border-left: 0;
}

.gradient-text {
  font-size: 150px;
  font-weight: 300;
  color: #8bc34a;
  background: -webkit-linear-gradient(92deg, #fb83fa, #00aced);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-small {
  font-size: 12px;
}

.text-normal {
  font-size: 14px;
}

.text-huge {
  font-size: 72px;
}

.text-large {
  font-size: 50px;
}

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

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

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

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

.text-thin {
  font-weight: 300;
}

.text-ultralight {
  font-weight: 100;
}

.color-primary, a.color-primary, .color-primary:hover, a.color-primary:hover {
  color: #8bc34a;
}

.color-success, a.color-success, .color-success:hover, a.color-success:hover {
  color: #8BC34A;
}

.color-info, a.color-info, .color-info:hover, a.color-info:hover {
  color: #00BCD4;
}

.color-info-alt, a.color-info-alt, .color-info-alt:hover, a.color-info-alt:hover {
  color: #7E57C2;
}

.color-warning, a.color-warning, .color-warning:hover, a.color-warning:hover {
  color: #FFCA28;
}

.color-danger, a.color-danger, .color-danger:hover, a.color-danger:hover {
  color: #F44336;
}

.color-dark, a.color-dark, .color-dark:hover, a.color-dark:hover {
  color: #262B33;
}

.color-reverse, a.color-dark, .color-reverse:hover, a.color-dark:hover {
  color: #fff;
}

.color-gray-darker, a.color-gray-darker, .color-gray-darker:hover, a.color-gray-darker:hover {
  color: #222;
}

.color-gray-dark, a.color-gray-dark, .color-gray-dark:hover, a.color-gray-dark:hover {
  color: #333;
}

.color-gray, a.color-gray, .color-gray:hover, a.color-gray:hover {
  color: #555;
}

.color-gray-light, a.color-gray-light, .color-gray-light:hover, a.color-gray-light:hover {
  color: #777;
}

.color-gray-lighter, a.color-gray-lighter, .color-gray-lighter:hover, a.color-gray-lighter:hover {
  color: #eee;
}

.dropcap, .dropcap-square, .dropcap-circle {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}

.dropcap {
  font-size: 3.1em;
}

.dropcap-square, .dropcap-circle {
  background-color: #eee;
  color: #3D4051;
  width: 36px;
  text-align: center;
}

.dropcap-square {
  border-radius: 2px;
  font-size: 2.3em;
}

.dropcap-circle {
  border-radius: 50%;
  font-size: 1.78em;
}

.dropcap.colored {
  color: #8bc34a;
}

.dropcap-square.colored, .dropcap-circle.colored {
  background-color: #8bc34a;
  color: #fff;
}

.ui-highlight {
  background-color: #262B33;
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
}
.ui-highlight.colored {
  background-color: #8bc34a;
}

.pull-in {
  margin: 0 -15px;
}

.divider {
  display: block;
}
.divider.divider-dashed {
  border: 1px dashed #e2edeb;
}
.divider.divider-dotted {
  border: 1px dotted #e2edeb;
}

.divider-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider-md {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-xl {
  margin-top: 50px;
  margin-bottom: 50px;
}

.space {
  display: inline;
  padding: 6px;
}

.space-md {
  padding: 15px;
}

.space-lg {
  padding: 25px;
}

.hr-colored {
  border-color: #8bc34a;
}

.table-dynamic .table-filters {
  margin: 10px 0;
  padding: 8px;
}
.table-dynamic .filter-result-info {
  padding: 7px;
}
.table-dynamic .table-bordered {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table-dynamic .table-bordered thead th {
  position: relative;
  padding: 0;
}
.table-dynamic .table-bordered thead th > .th {
  position: relative;
  padding: 8px 20px 8px 8px;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up, .table-dynamic .table-bordered thead th .glyphicon-chevron-down {
  position: absolute;
  color: #999;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up:hover, .table-dynamic .table-bordered thead th .glyphicon-chevron-down:hover {
  color: #8bc34a;
  cursor: pointer;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up.active, .table-dynamic .table-bordered thead th .glyphicon-chevron-down.active {
  color: #8bc34a;
}
.table-dynamic .table-bordered thead th .fa-angle-up, .table-dynamic .table-bordered thead th .fa-angle-down {
  position: absolute;
  color: #999;
  font-size: 16px;
  font-weight: bold;
}
.table-dynamic .table-bordered thead th .fa-angle-up:hover, .table-dynamic .table-bordered thead th .fa-angle-down:hover {
  color: #8bc34a;
  cursor: pointer;
}
.table-dynamic .table-bordered thead th .fa-angle-up.active, .table-dynamic .table-bordered thead th .fa-angle-down.active {
  color: #8bc34a;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up, .table-dynamic .table-bordered thead th .fa-angle-up {
  top: 4px;
  right: 5px;
}
.table-dynamic .table-bordered thead th .fa-angle-down {
  top: 18px;
  right: 5px;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
  top: 18px;
  right: 6px;
}
.table-dynamic .table-footer {
  margin: 10px 0;
  padding: 8px;
}
.table-dynamic .page-num-info span {
  padding: 6px;
}
.table-dynamic .pagination-container ul {
  margin: 0;
}
.table-dynamic .pagination-container ul li:hover {
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .table-flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .table-flip-scroll * html .cf, .table-flip-scroll *:first-child + html .cf {
    zoom: 1;
  }
  .table-flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .table-flip-scroll th, .table-flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  .table-flip-scroll th {
    text-align: left;
  }
  .table-flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  .table-flip-scroll thead {
    display: block;
    float: left;
  }
  .table-flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-flip-scroll thead tr {
    display: block;
  }
  .table-flip-scroll .table > thead > tr > th:first-child {
    border-top: 1px solid #ddd;
  }
  .table-flip-scroll th {
    display: block;
    text-align: right;
  }
  .table-flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .table-flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .table-flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  .table-flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .table-flip-scroll tbody tr {
    border-left: 1px solid #babcbf;
  }
  .table-flip-scroll th:last-child, .table-flip-scroll td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
.ui-radio {
  position: relative;
  margin: 0 20px 10px 20px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
.ui-radio input[type=radio] {
  display: none;
}
.ui-radio input[type=radio] + span:hover {
  cursor: pointer;
}
.ui-radio input[type=radio] + span:hover:before {
  border-color: #8bc34a;
}
.ui-radio input[type=radio]:disabled + span:hover {
  cursor: not-allowed;
}
.ui-radio input[type=radio]:disabled + span:hover:before {
  border-color: #ccc;
}
.ui-radio input[type=radio]:disabled + span:before {
  opacity: 0.65;
  border: 2px solid #ccc;
  cursor: no-drop;
}
.ui-radio input[type=radio] + span {
  padding-left: 10px;
  font-weight: normal;
}
.ui-radio input[type=radio] + span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -20px;
  top: 0;
  background: white;
  border-radius: 50%;
  border: 2px solid #ccc;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-radio input[type=radio] + span:after {
  visibility: hidden;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: -15px;
  background-color: #8bc34a;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-radio input[type=radio]:checked + span:before {
  border-color: #8bc34a;
}
.ui-radio input[type=radio]:checked + span:after {
  visibility: visible;
  transform: scale(1);
}
.ui-radio input[type=radio]:disabled:checked + span:before {
  border-color: #ccc;
}
.ui-radio input[type=radio]:disabled:checked + span:after {
  opacity: 0.65;
  cursor: no-drop;
  background-color: #ccc;
}

.ui-checkbox {
  position: relative;
  margin: 0 20px 10px 20px;
  line-height: 20px;
  height: 20px;
}
.ui-checkbox input[type=checkbox] {
  display: none;
}
.ui-checkbox input[type=checkbox] + span:hover {
  cursor: pointer;
}
.ui-checkbox input[type=checkbox] + span:hover:before {
  border-color: #8bc34a;
}
.ui-checkbox input[type=checkbox]:disabled + span:hover {
  cursor: not-allowed;
}
.ui-checkbox input[type=checkbox]:disabled + span:hover:before {
  border-color: #ccc;
}
.ui-checkbox input[type=checkbox]:disabled + span:before {
  opacity: 0.65;
  border: 2px solid #ccc;
  cursor: no-drop;
}
.ui-checkbox input[type=checkbox] + span {
  font-weight: normal;
}
.ui-checkbox input[type=checkbox] + span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -20px;
  background-color: transparent;
  border-radius: 2px;
  border: 2px solid #ccc;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-checkbox input[type=checkbox]:checked + span:before {
  border-color: #8bc34a;
}
.ui-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
  transform: scale(1);
}
.ui-checkbox input[type=checkbox] + span:after {
  visibility: hidden;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: -15px;
  background-color: #8bc34a;
  transform: scale(0);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-checkbox input[type=checkbox]:disabled:checked + span:before {
  opacity: 0.65;
  border: 2px solid #ccc;
}
.ui-checkbox input[type=checkbox]:disabled:checked + span:after {
  opacity: 0.65;
  cursor: no-drop;
  background-color: #ccc;
}

body > input.ta-hidden-input {
  display: none;
}

.ui-editor .btn-group {
  margin-bottom: 5px;
}
.ui-editor .ta-toolbar {
  margin: 0 0 10px;
}
.ui-editor.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-editor .ta-editor.ta-html {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.ui-editor .ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  position: relative;
  padding: 0;
}
.ui-editor .ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}
.ui-editor .ta-editor:focus {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.ui-editor .ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.ui-editor .ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white;
}
.ui-editor .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-editor .popover.top {
  margin-top: -10px;
}
.ui-editor .popover.bottom {
  margin-top: 10px;
}
.ui-editor .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.ui-editor .popover-content {
  padding: 9px 14px;
}
.ui-editor .popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.ui-editor .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
}
.ui-editor .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.ui-editor .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.ui-editor .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.ui-editor .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.ui-wizard-form .steps .done > a {
  box-shadow: none;
}

md-input-container label {
  margin: 0;
}

.form-control {
  border-width: 1px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #007d71;
  box-shadow: none;
}

.form-group .col-sm-10 {
  position: relative;
}
.form-group .col-sm-10 .icon {
  position: absolute;
  right: 25px;
  top: 10px;
}

.input-round {
  border-radius: 25px;
}

input.input-primary {
  border-color: #8bc34a;
}
input.input-primary:focus {
  border-color: #8bc34a;
}
input.input-info {
  border-color: #00BCD4;
}
input.input-info:focus {
  border-color: #00BCD4;
}
input.input-success {
  border-color: #8BC34A;
}
input.input-success:focus {
  border-color: #8BC34A;
}
input.input-warning {
  border-color: #FFCA28;
}
input.input-warning:focus {
  border-color: #FFCA28;
}
input.input-danger {
  border-color: #F44336;
}
input.input-danger:focus {
  border-color: #F44336;
}

.ui-select {
  position: relative;
  display: inline-block;
  margin: 0 0 2px 1.2%;
  width: auto;
  height: auto;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
}
.ui-select > select {
  z-index: 99;
  display: block;
  position: relative;
  padding: 10px 15px 10px 10px;
  min-width: 200px;
  width: 120%;
  border: none;
  outline: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ui-select select::-ms-expand {
  display: none;
}
.ui-select:after {
  z-index: 0;
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  color: #CBD5DD;
  width: 0;
  margin-top: -3px;
  height: 0;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
}
.ui-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

@-moz-document url-prefix() {
  .ui-select {
    overflow: hidden;
  }
  .ui-select select {
    width: 120%;
    width: calc(100% + 1em);
  }
}
.form-validation .ng-valid.ng-dirty {
  border-color: #8BC34A;
}
.form-validation .ng-invalid.ng-dirty {
  border-color: #F44336;
}
.form-validation md-input-container > md-icon {
  font-size: 20px;
  line-height: 30px;
  color: #3D4051;
}
.form-validation md-input-container:not(.md-input-invalid).md-input-has-value > md-icon {
  color: #8BC34A;
}
.form-validation md-input-container.md-input-invalid > md-icon {
  color: #F44336;
}

.btn-info-alt {
  color: #fff;
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.btn-info-alt:focus, .btn-info-alt.focus {
  color: #fff;
  background-color: #643da9;
  border-color: #432971;
}
.btn-info-alt:hover, .btn-info-alt:active, .btn-info-alt.active {
  color: #fff;
  background-color: #643da9;
  border-color: #603ba1;
}

.open > .btn-info-alt.dropdown-toggle {
  color: #fff;
  background-color: #643da9;
  border-color: #603ba1;
}

.btn-info-alt:active:hover, .btn-info-alt:active:focus, .btn-info-alt:active.focus {
  color: #fff;
  background-color: #55348f;
  border-color: #432971;
}
.btn-info-alt.active:hover, .btn-info-alt.active:focus, .btn-info-alt.active.focus {
  color: #fff;
  background-color: #55348f;
  border-color: #432971;
}

.open > .btn-info-alt.dropdown-toggle:hover, .open > .btn-info-alt.dropdown-toggle:focus, .open > .btn-info-alt.dropdown-toggle.focus {
  color: #fff;
  background-color: #55348f;
  border-color: #432971;
}

.btn-info-alt:active, .btn-info-alt.active {
  background-image: none;
}

.open > .btn-info-alt.dropdown-toggle {
  background-image: none;
}

.btn-info-alt.disabled {
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.btn-info-alt.disabled:hover, .btn-info-alt.disabled:focus, .btn-info-alt.disabled.focus, .btn-info-alt.disabled:active, .btn-info-alt.disabled.active {
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.btn-info-alt[disabled] {
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.btn-info-alt[disabled]:hover, .btn-info-alt[disabled]:focus, .btn-info-alt[disabled].focus, .btn-info-alt[disabled]:active, .btn-info-alt[disabled].active {
  background-color: #7E57C2;
  border-color: #7E57C2;
}

fieldset[disabled] .btn-info-alt {
  background-color: #7E57C2;
  border-color: #7E57C2;
}
fieldset[disabled] .btn-info-alt:hover, fieldset[disabled] .btn-info-alt:focus, fieldset[disabled] .btn-info-alt.focus, fieldset[disabled] .btn-info-alt:active, fieldset[disabled] .btn-info-alt.active {
  background-color: #7E57C2;
  border-color: #7E57C2;
}

.btn-info-alt .badge {
  color: #7E57C2;
  background-color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #262B33;
  border-color: #262B33;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #101216;
  border-color: #000;
}
.btn-dark:hover, .btn-dark:active, .btn-dark.active {
  color: #fff;
  background-color: #101216;
  border-color: #0c0d10;
}

.open > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #101216;
  border-color: #0c0d10;
}

.btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus {
  color: #fff;
  background-color: #010101;
  border-color: #000;
}
.btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus {
  color: #fff;
  background-color: #010101;
  border-color: #000;
}

.open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
  color: #fff;
  background-color: #010101;
  border-color: #000;
}

.btn-dark:active, .btn-dark.active {
  background-image: none;
}

.open > .btn-dark.dropdown-toggle {
  background-image: none;
}

.btn-dark.disabled {
  background-color: #262B33;
  border-color: #262B33;
}
.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled.active {
  background-color: #262B33;
  border-color: #262B33;
}
.btn-dark[disabled] {
  background-color: #262B33;
  border-color: #262B33;
}
.btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, .btn-dark[disabled]:active, .btn-dark[disabled].active {
  background-color: #262B33;
  border-color: #262B33;
}

fieldset[disabled] .btn-dark {
  background-color: #262B33;
  border-color: #262B33;
}
fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
  background-color: #262B33;
  border-color: #262B33;
}

.btn-dark .badge {
  color: #262B33;
  background-color: #fff;
}

.btn-line-default {
  color: #3D4051;
  background-color: transparent;
  border-color: #fafafa;
}
.btn-line-default:hover, .btn-line-default:focus, .btn-line-default:active, .btn-line-default.active {
  color: #3D4051;
  background-color: #fafafa;
}

.open .btn-line-default.dropdown-toggle {
  color: #3D4051;
  background-color: #fafafa;
}

.btn-line-primary {
  color: #3D4051;
  background-color: transparent;
  border-color: #8bc34a;
}
.btn-line-primary:hover, .btn-line-primary:focus, .btn-line-primary:active, .btn-line-primary.active {
  color: #fff;
  background-color: #8bc34a;
}

.open .btn-line-primary.dropdown-toggle {
  color: #fff;
  background-color: #8bc34a;
}

.btn-line-success {
  color: #3D4051;
  background-color: transparent;
  border-color: #8BC34A;
}
.btn-line-success:hover, .btn-line-success:focus, .btn-line-success:active, .btn-line-success.active {
  color: #fff;
  background-color: #8BC34A;
}

.open .btn-line-success.dropdown-toggle {
  color: #fff;
  background-color: #8BC34A;
}

.btn-line-info {
  color: #3D4051;
  background-color: transparent;
  border-color: #00BCD4;
}
.btn-line-info:hover, .btn-line-info:focus, .btn-line-info:active, .btn-line-info.active {
  color: #fff;
  background-color: #00BCD4;
}

.open .btn-line-info.dropdown-toggle {
  color: #fff;
  background-color: #00BCD4;
}

.btn-line-warning {
  color: #3D4051;
  background-color: transparent;
  border-color: #FFCA28;
}
.btn-line-warning:hover, .btn-line-warning:focus, .btn-line-warning:active, .btn-line-warning.active {
  color: #fff;
  background-color: #FFCA28;
}

.open .btn-line-warning.dropdown-toggle {
  color: #fff;
  background-color: #FFCA28;
}

.btn-line-danger {
  color: #3D4051;
  background-color: transparent;
  border-color: #F44336;
}
.btn-line-danger:hover, .btn-line-danger:focus, .btn-line-danger:active, .btn-line-danger.active {
  color: #fff;
  background-color: #F44336;
}

.open .btn-line-danger.dropdown-toggle {
  color: #fff;
  background-color: #F44336;
}

.btn-line-dark {
  color: #3D4051;
  background-color: transparent;
  border-color: #262B33;
}
.btn-line-dark:hover, .btn-line-dark:focus, .btn-line-dark:active, .btn-line-dark.active {
  color: #fff;
  background-color: #262B33;
}

.open .btn-line-dark.dropdown-toggle {
  color: #fff;
  background-color: #262B33;
}

.btn-w-xs {
  min-width: 80px;
}

.btn-w-sm {
  min-width: 100px;
}

.btn-w-md {
  min-width: 135px;
}

.btn-w-lg {
  min-width: 160px;
}

.btn-round {
  border-radius: 2em;
}

.btn-gap {
  margin: 5px;
}

.btn-gap-h {
  margin: 0 5px;
}

.btn-gap-v {
  margin: 0 0 5px;
}

.btn.btn-raised, .btn-group.btn-raised {
  text-transform: uppercase;
  transition: 0.25s ease-out;
}

.btn.btn-raised:hover, .btn.btn-raised:focus, .btn.btn-raised:active {
  outline: none;
}

.btn-group.btn-raised:hover, .btn-group.btn-raised:focus, .btn-group.btn-raised:active {
  outline: none;
}

.btn.btn-raised:disabled, .btn.btn-raised.disabled {
  box-shadow: none;
}

.btn-group.btn-raised:disabled, .btn-group.btn-raised.disabled {
  box-shadow: none;
}

.btn.btn-floating, .btn-group.btn-floating {
  transition: 0.25s;
}

.btn.btn-floating:hover, .btn.btn-floating:focus, .btn.btn-floating:active {
  outline: none;
}

.btn-group.btn-floating:hover, .btn-group.btn-floating:focus, .btn-group.btn-floating:active {
  outline: none;
}

.btn.btn-floating:disabled, .btn.btn-floating.disabled {
  box-shadow: none;
}

.btn-group.btn-floating:disabled, .btn-group.btn-floating.disabled {
  box-shadow: none;
}

.btn.btn-raised.btn-primary:hover, .btn.btn-raised.btn-primary:focus, .btn.btn-raised.btn-primary.focus, .btn.btn-raised.btn-primary:active, .btn.btn-raised.btn-primary.active {
  background-color: #007d71;
  border-color: #007d71;
}

.open > .btn.btn-raised.btn-primary.dropdown-toggle {
  background-color: #007d71;
  border-color: #007d71;
}

.btn.btn-floating.btn-primary:hover, .btn.btn-floating.btn-primary:focus, .btn.btn-floating.btn-primary.focus, .btn.btn-floating.btn-primary:active, .btn.btn-floating.btn-primary.active {
  background-color: #007d71;
  border-color: #007d71;
}

.open > .btn.btn-floating.btn-primary.dropdown-toggle {
  background-color: #007d71;
  border-color: #007d71;
}

.btn-group.btn-raised.btn-primary:hover, .btn-group.btn-raised.btn-primary:focus, .btn-group.btn-raised.btn-primary.focus, .btn-group.btn-raised.btn-primary:active, .btn-group.btn-raised.btn-primary.active {
  background-color: #007d71;
  border-color: #007d71;
}

.open > .btn-group.btn-raised.btn-primary.dropdown-toggle {
  background-color: #007d71;
  border-color: #007d71;
}

.btn-group.btn-floating.btn-primary:hover, .btn-group.btn-floating.btn-primary:focus, .btn-group.btn-floating.btn-primary.focus, .btn-group.btn-floating.btn-primary:active, .btn-group.btn-floating.btn-primary.active {
  background-color: #007d71;
  border-color: #007d71;
}

.open > .btn-group.btn-floating.btn-primary.dropdown-toggle {
  background-color: #007d71;
  border-color: #007d71;
}

.btn.btn-raised.btn-info:hover, .btn.btn-raised.btn-info:focus, .btn.btn-raised.btn-info.focus, .btn.btn-raised.btn-info:active, .btn.btn-raised.btn-info.active {
  background-color: #00a5bb;
  border-color: #00a5bb;
}

.open > .btn.btn-raised.btn-info.dropdown-toggle {
  background-color: #00a5bb;
  border-color: #00a5bb;
}

.btn.btn-floating.btn-info:hover, .btn.btn-floating.btn-info:focus, .btn.btn-floating.btn-info.focus, .btn.btn-floating.btn-info:active, .btn.btn-floating.btn-info.active {
  background-color: #00a5bb;
  border-color: #00a5bb;
}

.open > .btn.btn-floating.btn-info.dropdown-toggle {
  background-color: #00a5bb;
  border-color: #00a5bb;
}

.btn-group.btn-raised.btn-info:hover, .btn-group.btn-raised.btn-info:focus, .btn-group.btn-raised.btn-info.focus, .btn-group.btn-raised.btn-info:active, .btn-group.btn-raised.btn-info.active {
  background-color: #00a5bb;
  border-color: #00a5bb;
}

.open > .btn-group.btn-raised.btn-info.dropdown-toggle {
  background-color: #00a5bb;
  border-color: #00a5bb;
}

.btn-group.btn-floating.btn-info:hover, .btn-group.btn-floating.btn-info:focus, .btn-group.btn-floating.btn-info.focus, .btn-group.btn-floating.btn-info:active, .btn-group.btn-floating.btn-info.active {
  background-color: #00a5bb;
  border-color: #00a5bb;
}

.open > .btn-group.btn-floating.btn-info.dropdown-toggle {
  background-color: #00a5bb;
  border-color: #00a5bb;
}

.btn.btn-raised.btn-warning:hover, .btn.btn-raised.btn-warning:focus, .btn.btn-raised.btn-warning.focus, .btn.btn-raised.btn-warning:active, .btn.btn-raised.btn-warning.active {
  background-color: #ffc40f;
  border-color: #ffc40f;
}

.open > .btn.btn-raised.btn-warning.dropdown-toggle {
  background-color: #ffc40f;
  border-color: #ffc40f;
}

.btn.btn-floating.btn-warning:hover, .btn.btn-floating.btn-warning:focus, .btn.btn-floating.btn-warning.focus, .btn.btn-floating.btn-warning:active, .btn.btn-floating.btn-warning.active {
  background-color: #ffc40f;
  border-color: #ffc40f;
}

.open > .btn.btn-floating.btn-warning.dropdown-toggle {
  background-color: #ffc40f;
  border-color: #ffc40f;
}

.btn-group.btn-raised.btn-warning:hover, .btn-group.btn-raised.btn-warning:focus, .btn-group.btn-raised.btn-warning.focus, .btn-group.btn-raised.btn-warning:active, .btn-group.btn-raised.btn-warning.active {
  background-color: #ffc40f;
  border-color: #ffc40f;
}

.open > .btn-group.btn-raised.btn-warning.dropdown-toggle {
  background-color: #ffc40f;
  border-color: #ffc40f;
}

.btn-group.btn-floating.btn-warning:hover, .btn-group.btn-floating.btn-warning:focus, .btn-group.btn-floating.btn-warning.focus, .btn-group.btn-floating.btn-warning:active, .btn-group.btn-floating.btn-warning.active {
  background-color: #ffc40f;
  border-color: #ffc40f;
}

.open > .btn-group.btn-floating.btn-warning.dropdown-toggle {
  background-color: #ffc40f;
  border-color: #ffc40f;
}

.btn.btn-raised.btn-danger:hover, .btn.btn-raised.btn-danger:focus, .btn.btn-raised.btn-danger.focus, .btn.btn-raised.btn-danger:active, .btn.btn-raised.btn-danger.active {
  background-color: #f32c1e;
  border-color: #f32c1e;
}

.open > .btn.btn-raised.btn-danger.dropdown-toggle {
  background-color: #f32c1e;
  border-color: #f32c1e;
}

.btn.btn-floating.btn-danger:hover, .btn.btn-floating.btn-danger:focus, .btn.btn-floating.btn-danger.focus, .btn.btn-floating.btn-danger:active, .btn.btn-floating.btn-danger.active {
  background-color: #f32c1e;
  border-color: #f32c1e;
}

.open > .btn.btn-floating.btn-danger.dropdown-toggle {
  background-color: #f32c1e;
  border-color: #f32c1e;
}

.btn-group.btn-raised.btn-danger:hover, .btn-group.btn-raised.btn-danger:focus, .btn-group.btn-raised.btn-danger.focus, .btn-group.btn-raised.btn-danger:active, .btn-group.btn-raised.btn-danger.active {
  background-color: #f32c1e;
  border-color: #f32c1e;
}

.open > .btn-group.btn-raised.btn-danger.dropdown-toggle {
  background-color: #f32c1e;
  border-color: #f32c1e;
}

.btn-group.btn-floating.btn-danger:hover, .btn-group.btn-floating.btn-danger:focus, .btn-group.btn-floating.btn-danger.focus, .btn-group.btn-floating.btn-danger:active, .btn-group.btn-floating.btn-danger.active {
  background-color: #f32c1e;
  border-color: #f32c1e;
}

.open > .btn-group.btn-floating.btn-danger.dropdown-toggle {
  background-color: #f32c1e;
  border-color: #f32c1e;
}

.btn.btn-raised.btn-default:hover, .btn.btn-raised.btn-default:focus, .btn.btn-raised.btn-default.focus, .btn.btn-raised.btn-default:active, .btn.btn-raised.btn-default.active {
  background-color: #ededed;
  border-color: #ededed;
}

.open > .btn.btn-raised.btn-default.dropdown-toggle {
  background-color: #ededed;
  border-color: #ededed;
}

.btn.btn-floating.btn-default:hover, .btn.btn-floating.btn-default:focus, .btn.btn-floating.btn-default.focus, .btn.btn-floating.btn-default:active, .btn.btn-floating.btn-default.active {
  background-color: #ededed;
  border-color: #ededed;
}

.open > .btn.btn-floating.btn-default.dropdown-toggle {
  background-color: #ededed;
  border-color: #ededed;
}

.btn-group.btn-raised.btn-default:hover, .btn-group.btn-raised.btn-default:focus, .btn-group.btn-raised.btn-default.focus, .btn-group.btn-raised.btn-default:active, .btn-group.btn-raised.btn-default.active {
  background-color: #ededed;
  border-color: #ededed;
}

.open > .btn-group.btn-raised.btn-default.dropdown-toggle {
  background-color: #ededed;
  border-color: #ededed;
}

.btn-group.btn-floating.btn-default:hover, .btn-group.btn-floating.btn-default:focus, .btn-group.btn-floating.btn-default.focus, .btn-group.btn-floating.btn-default:active, .btn-group.btn-floating.btn-default.active {
  background-color: #ededed;
  border-color: #ededed;
}

.open > .btn-group.btn-floating.btn-default.dropdown-toggle {
  background-color: #ededed;
  border-color: #ededed;
}

.btn-flat {
  background: none;
  color: #3D4051;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  transition: 0.25s ease-out;
}
.btn-flat:hover, .btn-flat:focus, .btn-flat:active {
  background-color: #fafafa;
  outline: none;
  box-shadow: none;
  border-color: #fafafa;
}
.btn-flat.btn-primary {
  color: #8bc34a;
}
.btn-flat.btn-info {
  color: #00BCD4;
}
.btn-flat.btn-warning {
  color: #FFCA28;
}
.btn-flat.btn-danger {
  color: #F44336;
}

.btn-icon {
  padding: 0;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  height: 35px;
  width: 35px;
  line-height: 35px;
}
.btn-icon i {
  line-height: 35px;
}
.btn-icon.btn-icon-lined {
  line-height: 31px;
}
.btn-icon.btn-icon-lined i {
  line-height: 31px;
}
.btn-icon.btn-icon-lined.btn-icon-thin {
  line-height: 33px;
}
.btn-icon.btn-icon-lined.btn-icon-thin i {
  line-height: 33px;
}

.btn-icon-lined {
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #3D4051;
  color: #3D4051;
  height: 35px;
  width: 35px;
  line-height: 35px;
  line-height: 31px;
}
.btn-icon-lined i {
  line-height: 35px;
  line-height: 31px;
}
.btn-icon-lined.btn-icon-lined.btn-icon-thin {
  line-height: 33px;
  border-width: 1px;
}
.btn-icon-lined.btn-icon-lined.btn-icon-thin i {
  line-height: 33px;
}
.btn-icon-lined:hover {
  background-color: #fff;
  color: #fff;
}
.btn-icon-lined.btn-default-light {
  color: #bbb;
  border: 2px solid #bbb;
}
.btn-icon-lined.btn-default-light:hover {
  color: #bbb;
  border: 2px solid #bbb;
}
.btn-icon-lined.btn-default {
  color: #777;
  border-color: #777;
}
.btn-icon-lined.btn-default:hover {
  color: #777;
  border-color: #777;
}
.btn-icon-lined.btn-primary {
  color: #8bc34a;
  border-color: #8bc34a;
}
.btn-icon-lined.btn-success {
  color: #8BC34A;
  border-color: #8BC34A;
}
.btn-icon-lined.btn-info {
  color: #00BCD4;
  border-color: #00BCD4;
}
.btn-icon-lined.btn-warning {
  color: #FFCA28;
  border-color: #FFCA28;
}
.btn-icon-lined.btn-danger {
  color: #F44336;
  border-color: #F44336;
}

.btn-icon-round {
  border-radius: 50%;
}

.btn-icon-sm {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.btn-icon-sm i {
  line-height: 30px;
}
.btn-icon-sm.btn-icon-lined {
  line-height: 26px;
}
.btn-icon-sm.btn-icon-lined i {
  line-height: 26px;
}
.btn-icon-sm.btn-icon-lined.btn-icon-thin {
  line-height: 28px;
}
.btn-icon-sm.btn-icon-lined.btn-icon-thin i {
  line-height: 28px;
}

.btn-icon-md {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 18px;
}
.btn-icon-md i {
  line-height: 45px;
}
.btn-icon-md.btn-icon-lined {
  line-height: 41px;
}
.btn-icon-md.btn-icon-lined i {
  line-height: 41px;
}
.btn-icon-md.btn-icon-lined.btn-icon-thin {
  line-height: 43px;
}
.btn-icon-md.btn-icon-lined.btn-icon-thin i {
  line-height: 43px;
}

.btn-icon-lg {
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 28px;
}
.btn-icon-lg i {
  line-height: 65px;
}
.btn-icon-lg.btn-icon-lined {
  line-height: 61px;
}
.btn-icon-lg.btn-icon-lined i {
  line-height: 61px;
}
.btn-icon-lg.btn-icon-lined.btn-icon-thin {
  line-height: 63px;
}
.btn-icon-lg.btn-icon-lined.btn-icon-thin i {
  line-height: 63px;
}

.btn-icon-lg-alt {
  height: 70px;
  width: 70px;
  line-height: 70px;
}
.btn-icon-lg-alt i {
  line-height: 70px;
}
.btn-icon-lg-alt.btn-icon-lined {
  line-height: 66px;
}
.btn-icon-lg-alt.btn-icon-lined i {
  line-height: 66px;
}
.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin {
  line-height: 68px;
}
.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin i {
  line-height: 68px;
}

.btn-icon-xl {
  height: 80px;
  width: 80px;
  line-height: 80px;
}
.btn-icon-xl i {
  line-height: 80px;
}
.btn-icon-xl.btn-icon-lined {
  line-height: 76px;
}
.btn-icon-xl.btn-icon-lined i {
  line-height: 76px;
}
.btn-icon-xl.btn-icon-lined.btn-icon-thin {
  line-height: 78px;
}
.btn-icon-xl.btn-icon-lined.btn-icon-thin i {
  line-height: 78px;
}

.btn-twitter {
  color: #fff;
  background-color: #00c7f7;
  border-color: #00c7f7;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
  color: #fff;
  text-decoration: none;
  background-color: #00a6ce;
  border-color: #0096ba;
}

.btn-facebook {
  color: #fff;
  background-color: #335397;
  border-color: #335397;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
  color: #fff;
  text-decoration: none;
  background-color: #294279;
  border-color: #243a69;
}

.btn-gplus, .btn-google-plus {
  color: #fff;
  background-color: #dd4a38;
  border-color: #dd4a38;
}

.btn-gplus:hover, .btn-gplus:focus, .btn-gplus:active {
  color: #fff;
  text-decoration: none;
  background-color: #ca3522;
  border-color: #b8301f;
}

.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active {
  color: #fff;
  text-decoration: none;
  background-color: #ca3522;
  border-color: #b8301f;
}

.btn-instagram {
  color: #fff;
  background-color: #82685A;
  border-color: #82685A;
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active {
  color: #fff;
  text-decoration: none;
  background-color: #6a5549;
  border-color: #5e4b41;
}

.btn-vimeo {
  color: #fff;
  background-color: #63879C;
  border-color: #63879C;
}
.btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo:active {
  color: #fff;
  text-decoration: none;
  background-color: #537183;
  border-color: #4b6777;
}

.btn-flickr {
  color: #fff;
  background-color: #0061DB;
  border-color: #0061DB;
}
.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active {
  color: #fff;
  text-decoration: none;
  background-color: #004fb2;
  border-color: #00469e;
}

.btn-github {
  color: #fff;
  background-color: #3B3B3B;
  border-color: #3B3B3B;
}
.btn-github:hover, .btn-github:focus, .btn-github:active {
  color: #fff;
  text-decoration: none;
  background-color: #272727;
  border-color: #1c1c1c;
}

.btn-pinterest {
  color: #fff;
  background-color: #D73532;
  border-color: #D73532;
}
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active {
  color: #fff;
  text-decoration: none;
  background-color: #bc2725;
  border-color: #ab2421;
}

.btn-tumblr {
  color: #fff;
  background-color: #586980;
  border-color: #586980;
}
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active {
  color: #fff;
  text-decoration: none;
  background-color: #475568;
  border-color: #3f4b5c;
}

.btn-linkedin {
  color: #fff;
  background-color: #018FAF;
  border-color: #018FAF;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
  color: #fff;
  text-decoration: none;
  background-color: #016e86;
  border-color: #015d72;
}

.btn-dribbble {
  color: #fff;
  background-color: #EA73A0;
  border-color: #EA73A0;
}
.btn-dribbble:hover, .btn-dribbble:focus, .btn-dribbble:active {
  color: #fff;
  text-decoration: none;
  background-color: #e55088;
  border-color: #e23e7c;
}

.btn-stumbleupon {
  color: #fff;
  background-color: #EA4B24;
  border-color: #EA4B24;
}
.btn-stumbleupon:hover, .btn-stumbleupon:focus, .btn-stumbleupon:active {
  color: #fff;
  text-decoration: none;
  background-color: #d13914;
  border-color: #bf3412;
}

.btn-lastfm {
  color: #fff;
  background-color: #B80638;
  border-color: #B80638;
}
.btn-lastfm:hover, .btn-lastfm:focus, .btn-lastfm:active {
  color: #fff;
  text-decoration: none;
  background-color: #90052c;
  border-color: #7d0426;
}

.btn-evernote {
  color: #fff;
  background-color: #3BAB27;
  border-color: #3BAB27;
}
.btn-evernote:hover, .btn-evernote:focus, .btn-evernote:active {
  color: #fff;
  text-decoration: none;
  background-color: #308a1f;
  border-color: #2a791c;
}

.btn-skype {
  color: #fff;
  background-color: #00B0F6;
  border-color: #00B0F6;
}
.btn-skype:hover, .btn-skype:focus, .btn-skype:active {
  color: #fff;
  text-decoration: none;
  background-color: #0093cd;
  border-color: #0084b9;
}

.btn-soundcloud {
  color: #fff;
  background-color: #06f;
  border-color: #06f;
}
.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud:active {
  color: #fff;
  text-decoration: none;
  background-color: #0056d6;
  border-color: #004ec2;
}

.btn-behance {
  color: #fff;
  background-color: #B80638;
  border-color: #B80638;
}
.btn-behance:hover, .btn-behance:focus, .btn-behance:active {
  color: #fff;
  text-decoration: none;
  background-color: #90052c;
  border-color: #7d0426;
}

.btn-rss {
  color: #fff;
  background-color: #F79638;
  border-color: #F79638;
}
.btn-rss:hover, .btn-rss:focus, .btn-rss:active {
  color: #fff;
  text-decoration: none;
  background-color: #f58111;
  border-color: #e87709;
}

.btn-youtube {
  color: #fff;
  background-color: #CC181E;
  border-color: #CC181E;
}
.btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active {
  color: #fff;
  text-decoration: none;
  background-color: #a71419;
  border-color: #951216;
}

.ui-wave {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-wave.ui-wave-overflowed {
  overflow: visible;
}
.ui-wave .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: scale(0);
}
.ui-wave.btn-flat .ink, .ui-wave.btn-default .ink {
  background: rgba(0, 0, 0, 0.2);
}

.wave-animate {
  animation: ripple 0.65s linear;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.nav-container .ui-wave .ink {
  background: rgba(0, 0, 0, 0.2);
}

.nav-collapsed-min .nav-container .ui-wave, .nav-horizontal.nav-container .ui-wave {
  overflow: visible;
}

.header-container.bg-white .ui-wave .ink {
  background: rgba(0, 0, 0, 0.2);
}

.content-container.ng-leave {
  z-index: 9999;
}
.content-container.ng-enter {
  z-index: 8888;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 3s linear infinite;
}
@keyframes fade-up-enter {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-up-leave {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.animate-fade-up.ng-enter {
  animation: 0.35s fade-up-enter;
}
@keyframes animate-flip-y-enter {
  0% {
    transform: perspective(3000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes animate-flip-y-leave {
  0% {
    transform: perspective(3000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(3000px) rotateY(-90deg);
    opacity: 0;
  }
}
.animate-flip-y.ng-enter {
  animation: 0.35s animate-flip-y-enter ease-in-out;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animate-vertical-slide.ng-hide-add {
  animation: 0.35s slideOutUp ease-in-out;
}
.animate-vertical-slide.ng-hide-remove {
  animation: 0.35s 0.35s slideInDown ease-in-out;
}
@keyframes slideOutUp {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-scale-up.ng-enter {
  animation: 0.35s slideOutUp ease-in-out;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(25px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-slide-in-right.ng-enter {
  animation: 0.35s slideInRight ease-in-out;
}

.animated {
  animation-duration: 0.35s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes scaleInLeft {
  0% {
    transform-origin: left top;
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.scaleInLeft {
  animation-name: scaleInLeft;
}
@keyframes scaleInRight {
  0% {
    transform-origin: right top;
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.scaleInRight {
  animation-name: scaleInRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

.dropdown-menu {
  transform-origin: top left;
}
.dropdown-menu.pull-right {
  transform-origin: top right;
}

.dropdown-menu-scaleIn {
  display: block;
  opacity: 0;
  transition: all 0.35s;
  transform: scale(0);
  backface-visibility: hidden;
}

.open > .dropdown-menu-scaleIn {
  opacity: 1;
  transform: scale(1);
}

.badge-primary {
  background-color: #8bc34a;
}

.badge-success {
  background-color: #8BC34A;
}

.badge-info {
  background-color: #00BCD4;
}

.badge-warning {
  background-color: #FFCA28;
}

.badge-danger {
  background-color: #F44336;
}

.breadcrumb a {
  color: #3D4051;
}
.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb-alt {
  overflow: hidden;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
.breadcrumb-alt > li {
  float: left;
  margin: 0 25px 0 0;
}
.breadcrumb-alt > li > a {
  position: relative;
  float: left;
  background-color: #eee;
  color: #3D4051;
  font-size: 12px;
  padding: 10px;
}
.breadcrumb-alt > li > a:before {
  position: absolute;
  top: 50%;
  left: -1em;
  margin-top: -1.6em;
  border-color: #eee #eee #eee transparent;
  border-style: solid;
  border-width: 1.5em 0 1.7em 1em;
  content: "";
}
.breadcrumb-alt > li > a:after {
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -1.5em;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #eee;
  border-top: 1.5em solid transparent;
  content: "";
}
.breadcrumb-alt > li > a:hover, .breadcrumb-alt > li > a.active {
  text-decoration: none;
  background-color: #8bc34a;
  color: #fff;
}
.breadcrumb-alt > li > a:hover:before, .breadcrumb-alt > li > a.active:before {
  border-color: #8bc34a #8bc34a #8bc34a transparent;
}
.breadcrumb-alt > li > a:hover:after, .breadcrumb-alt > li > a.active:after {
  border-left: 1em solid #8bc34a;
}

.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}

.callout-success {
  background-color: #f3faf3;
  border-color: #8BC34A;
}
.callout-success h4 {
  color: #8BC34A;
}

.callout-info {
  background-color: #f4f8fa;
  border-color: #00BCD4;
}
.callout-info h4 {
  color: #00BCD4;
}

.callout-warning {
  background-color: #fcf8f2;
  border-color: #FFCA28;
}
.callout-warning h4 {
  color: #FFCA28;
}

.callout-danger {
  background-color: #fdf7f7;
  border-color: #F44336;
}
.callout-danger h4 {
  color: #F44336;
}

.dropdown-menu.dropdown-dark {
  background-color: #262B33;
}
.dropdown-menu.dropdown-dark.with-arrow:after {
  border-bottom: 7px solid #262B33;
}
.dropdown-menu.dropdown-dark > li > a {
  color: #777;
}
.dropdown-menu.with-arrow {
  margin-top: 0;
}
.dropdown-menu.with-arrow:before {
  content: " ";
  position: absolute;
  left: 12px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu.with-arrow:after {
  content: " ";
  position: absolute;
  left: 13px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.dropdown-menu.with-arrow.pull-right {
  margin-top: 0;
}
.dropdown-menu.with-arrow.pull-right:before {
  left: auto;
  right: 12px;
}
.dropdown-menu.with-arrow.pull-right:after {
  left: auto;
  right: 13px;
}
.dropdown-menu.with-arrow.panel {
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.with-arrow.panel-default:before {
  border-bottom: 8px solid #e2edeb;
}
.dropdown-menu.with-arrow.panel-default:after {
  border-bottom: 7px solid #F2F7F7;
}
.dropdown-menu.with-arrow.panel-dark:before {
  border-bottom: 8px solid #262B33;
}
.dropdown-menu.with-arrow.panel-dark:after {
  border-bottom: 7px solid #262B33;
}
.dropdown-menu.with-arrow.panel-primary:before {
  border-bottom: 8px solid #8bc34a;
}
.dropdown-menu.with-arrow.panel-primary:after {
  border-bottom: 7px solid #8bc34a;
}
.dropdown-menu.with-arrow.panel-success:before {
  border-bottom: 8px solid #ebf8cd;
}
.dropdown-menu.with-arrow.panel-success:after {
  border-bottom: 7px solid #F0FBE3;
}
.dropdown-menu.with-arrow.panel-info:before {
  border-bottom: 8px solid #c5f1fa;
}
.dropdown-menu.with-arrow.panel-info:after {
  border-bottom: 7px solid #E6F5FD;
}
.dropdown-menu.with-arrow.panel-warning:before {
  border-bottom: 8px solid #ffecd4;
}
.dropdown-menu.with-arrow.panel-warning:after {
  border-bottom: 7px solid #FFFAED;
}
.dropdown-menu.with-arrow.panel-danger:before {
  border-bottom: 8px solid #f7d0d1;
}
.dropdown-menu.with-arrow.panel-danger:after {
  border-bottom: 7px solid #FBE9E6;
}

.ih-item {
  position: relative;
  border-radius: 2px;
  transition: all 0.35s ease-in-out;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
}
.ih-item.ih-material {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.ih-item.ih-material .info-mask {
  content: "";
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.ih-item.ih-material .info-content {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backface-visibility: hidden;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.ih-item.ih-material .info-content:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.5em;
}
.ih-item.ih-material .info-content .info-inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.ih-item.ih-material .info-content .info-inner h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}
.ih-item.ih-material .info-content .info-inner p {
  font-style: italic;
  font-size: 12px;
  color: #eee;
}
.ih-item.ih-material .bg-white + .info-content .info-inner h3, .ih-item.ih-material .bg-warning + .info-content .info-inner h3 {
  color: #3D4051;
}
.ih-item.ih-material .bg-white + .info-content .info-inner p, .ih-item.ih-material .bg-warning + .info-content .info-inner p {
  color: #999;
}
.ih-item.ih-material a:hover .info-content {
  opacity: 1;
  transform: scale(1);
}
.ih-item.ih-material a:hover .info-mask {
  opacity: 0.8;
  transform: scale(1.21);
}

img.img30_30 {
  width: 30px;
  height: 30px;
}
img.img36_36 {
  width: 36px;
  height: 36px;
}
img.img40_40 {
  width: 40px;
  height: 40px;
}
img.img64_64 {
  width: 64px;
  height: 64px;
}
img.img80_80 {
  width: 80px;
  height: 80px;
}

.label {
  padding: 0.5em 0.8em;
}

.label-info-alt {
  background: #7E57C2;
}

.list-group-item {
  padding: 15px;
  border: 1px solid #f3f3f3;
}

.list-info li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.list-info li:last-child {
  border-bottom: none;
}
.list-info li .icon {
  margin-right: 10px;
  color: #8bc34a;
}
.list-info li label {
  width: 100px;
}

.media-list.media-divider-full .media, .media-list.media-divider-inset .media-body {
  border-bottom: 1px solid #e2edeb;
}

.nav-boxed {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 2px;
}
.nav-boxed.nav-justified > li > a {
  margin: 0;
}
.nav-boxed a {
  color: #3D4051;
}
.nav-boxed > li > a {
  display: block;
  padding: 10px 5px;
  border-left: 0;
  border-top: 1px solid #f3f3f3;
}
.nav-boxed > li > a > i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 2px;
  font-size: 30px;
}
.nav-boxed > li:first-child > a {
  border-left: none;
  border-top: 0;
}

@media (min-width: 768px) {
  .nav-boxed > li > a {
    border-top: 0;
    border-left: 1px solid #f3f3f3;
  }
}
@media (min-width: 768px) {
  .nav-boxed > li:first-child > a {
    border-left: 1px solid #f3f3f3;
  }
}
.panel {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.panel .panel {
  box-shadow: none;
}
.panel .panel-heading {
  text-transform: uppercase;
}
.panel .panel-title {
  font-size: 14px;
}
.panel.panel-labeled {
  position: relative;
}
.panel.panel-labeled .panel-body {
  padding: 35px 15px;
}
.panel.panel-minimal .panel-heading {
  background: none;
  border: 0;
}
.panel .panel-label {
  color: #ccc;
  position: absolute;
  bottom: 5px;
  left: 7px;
}
.panel .panel-body.padding-lg {
  padding: 30px 15px;
}
.panel .panel-body.padding-xl {
  padding: 60px 15px;
}
.panel .panel-body.padding-lg-h {
  padding: 15px 30px;
}

.panel-dark {
  border-color: #262B33;
}
.panel-dark > .panel-heading {
  color: #fff;
  background-color: #262B33;
  border-color: #262B33;
}
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #262B33;
}
.panel-dark > .panel-heading .badge {
  color: #262B33;
  background-color: #fff;
}
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #262B33;
}

.panel-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
}
.panel-box .panel-item {
  display: table-cell;
  padding: 30px;
  width: 1%;
  vertical-align: top;
  border-radius: 0;
}
.panel-box .panel-left {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-box .panel-right {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-box.info-box i {
  line-height: 70px;
}
.panel-box .panel-top, .panel-box .panel-bottom {
  display: block;
}
.panel-box .panel-top {
  padding: 30px 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-box .panel-bottom {
  padding: 10px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel-box .panel-bottom p {
  margin: 0;
}
.panel-box .list-justified-container {
  padding: 15px 0;
}
.panel-box ul.list-justified {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
}
.panel-box ul.list-justified > li {
  float: none;
  display: table-cell;
  padding: 10px;
  width: 1%;
  border-right: 1px solid #eee;
}
.panel-box ul.list-justified > li:last-child {
  border: none;
}
.panel-box ul.list-justified > li p {
  margin: 0;
}
.panel-box .panel-icon, .panel-box .panel-img {
  display: block;
  margin: -75px auto 0;
  border-radius: 50%;
  border: 10px solid #fff;
  width: 150px;
  height: 150px;
  line-height: 80px;
  text-align: center;
  font-size: 58px;
  text-shadow: -6px 8px 5px rgba(0, 0, 0, 0.3);
}
.panel-box .panel-icon {
  padding: 28px 35px 35px;
}
.panel-box .panel-img {
  padding: 0;
}
.panel-box .panel-img img {
  width: 100%;
  max-width: 100%;
}

.mini-box {
  min-height: 120px;
  padding: 25px;
}
.mini-box .box-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  font-size: 35px;
  border-radius: 2px;
}
.mini-box .box-icon.rounded {
  border-radius: 50%;
}
.mini-box .btn-icon, .mini-box .btn-icon-lined {
  margin: 0 15px 0 0;
  font-size: 32px;
}
.mini-box .box-info {
  display: inline-block;
  vertical-align: top;
}
.mini-box .box-info p {
  margin: 0;
}

.panel-profile {
  border: none;
}
.panel-profile .profile {
  margin: 5px 15px 5px 5px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.panel-profile .profile img {
  border-radius: 50%;
}
.panel-profile .list-group > li > i {
  margin-right: 10px;
  font-size: 16px;
  color: #777;
  table-layout: fixed;
}
.panel-profile .list-justified-container {
  padding: 15px 0;
}
.panel-profile ul.list-justified {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
}
.panel-profile ul.list-justified > li {
  float: none;
  display: table-cell;
  padding: 10px;
  width: 1%;
  border-right: 1px solid #eee;
}
.panel-profile ul.list-justified > li:last-child {
  border: none;
}
.panel-profile ul.list-justified > li p {
  margin: 0;
}

.popover-title {
  padding: 8px 14px 0;
  color: #aaa;
  font-weight: bold;
  border-bottom: none;
}

.popover-content {
  color: #fafafa;
}

.pricing-table {
  position: relative;
  margin-bottom: 20px;
  background-color: #fcfcfc;
  color: #999;
  border-radius: 2px;
  text-align: center;
  transition: 0.25s ease-out;
  min-width: 149px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.pricing-table header {
  text-align: center;
  padding: 12px 8px;
  padding-top: 40px;
  border-radius: 2px 2px 0 0;
}
.pricing-table header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.pricing-table .pricing-price {
  border-bottom: 1px solid #e7edf6;
  padding: 45px 15px;
  background-color: #A0A2AA;
  color: #fff;
  font-weight: 300;
}
.pricing-table .pricing-price .pricing-price-paystub {
  font-size: 56px;
  line-height: 1;
}
.pricing-table .pricing-price .pricing-sign {
  margin-right: 5px;
  font-size: 20px;
  font-weight: normal;
}
.pricing-table .pricing-price .pricing-sign2 {
  margin-right: 5px;
  font-size: 16px;
  font-weight: normal;
}
.pricing-table .pricing-price .pricing-sub {
  margin-left: 5px;
  font-size: 22px;
  line-height: 1;
}
.pricing-table .pricing-lead {
  margin-bottom: 1.5em;
  font-size: 18px;
  text-transform: uppercase;
}
.pricing-table .pricing-lead:after {
  margin: 0 auto;
  content: "";
  height: 0px;
  width: 80px;
  padding-top: 0.6em;
  border-bottom: solid 3px #eff0f3;
  display: block;
}
.pricing-table .pricing-plan-details {
  padding: 1em;
}
.pricing-table .pricing-plan-details > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 2em;
}
.pricing-table > footer {
  padding: 2em 0em;
  text-align: center;
}
.pricing-table > footer > a {
  display: block;
  margin: 0 auto;
  padding: 12px;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  max-width: 200px;
}
.pricing-table.pricing-table-primary .pricing-price {
  background-color: #8bc34a;
}
.pricing-table.pricing-table-primary:after {
  border-top: 6px solid #8bc34a;
  border-left: 6px solid #8bc34a;
}
.pricing-table.pricing-table-secondary .pricing-price, .pricing-table.pricing-table-info .pricing-price {
  background-color: #00BCD4;
}
.pricing-table.pricing-table-secondary:after, .pricing-table.pricing-table-info:after {
  border-top: 6px solid #00BCD4;
  border-left: 6px solid #00BCD4;
}
.pricing-table.pricing-table-success .pricing-price {
  background-color: #8BC34A;
}
.pricing-table.pricing-table-success:after {
  border-top: 6px solid #8BC34A;
  border-left: 6px solid #8BC34A;
}
.pricing-table.pricing-table-warning .pricing-price {
  background-color: #FFCA28;
}
.pricing-table.pricing-table-warning:after {
  border-top: 6px solid #FFCA28;
  border-left: 6px solid #FFCA28;
}
.pricing-table.pricing-table-danger .pricing-price {
  background-color: #F44336;
}
.pricing-table.pricing-table-danger:after {
  border-top: 6px solid #F44336;
  border-left: 6px solid #F44336;
}

.ui-ribbon-container {
  position: relative;
}
.ui-ribbon-container .ui-ribbon-wrapper {
  position: absolute;
  overflow: hidden;
  width: 85px;
  height: 88px;
  top: -3px;
  right: -3px;
}
.ui-ribbon-container .ui-ribbon {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  transform: rotate(45deg);
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #555;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.ui-ribbon-container .ui-ribbon:before, .ui-ribbon-container .ui-ribbon:after {
  position: absolute;
  content: " ";
  line-height: 0;
  border-top: 2px solid #555;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  bottom: -2px;
}
.ui-ribbon-container .ui-ribbon:before {
  left: 0;
  bottom: -1px;
}
.ui-ribbon-container .ui-ribbon:after {
  right: 0;
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
  background-color: #8bc34a;
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after {
  border-top: 2px solid #8bc34a;
}
.ui-ribbon-container.ui-ribbon-success .ui-ribbon {
  background-color: #8BC34A;
}
.ui-ribbon-container.ui-ribbon-success .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-success .ui-ribbon:after {
  border-top: 2px solid #8BC34A;
}
.ui-ribbon-container.ui-ribbon-info .ui-ribbon {
  background-color: #00BCD4;
}
.ui-ribbon-container.ui-ribbon-info .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-info .ui-ribbon:after {
  border-top: 2px solid #00BCD4;
}
.ui-ribbon-container.ui-ribbon-warning .ui-ribbon {
  background-color: #FFCA28;
}
.ui-ribbon-container.ui-ribbon-warning .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-warning .ui-ribbon:after {
  border-top: 2px solid #FFCA28;
}
.ui-ribbon-container.ui-ribbon-danger .ui-ribbon {
  background-color: #F44336;
}
.ui-ribbon-container.ui-ribbon-danger .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-danger .ui-ribbon:after {
  border-top: 2px solid #F44336;
}

.flags-sprite, .flags-american, .flags-china, .flags-france, .flags-germany, .flags-italy, .flags-japan, .flags-korea, .flags-portugal, .flags-russia, .flags-spain {
  background-image: url(/images/flags.png?2d7eecaec217e7e46dc1f50d57fd916f);
  background-repeat: no-repeat;
}

.flags-american {
  background-position: 0 0;
  height: 32px;
  width: 32px;
}

.flags-china {
  background-position: 0 -32px;
  height: 32px;
  width: 32px;
}

.flags-france {
  background-position: 0 -64px;
  height: 32px;
  width: 32px;
}

.flags-germany {
  background-position: 0 -96px;
  height: 32px;
  width: 32px;
}

.flags-italy {
  background-position: 0 -128px;
  height: 32px;
  width: 32px;
}

.flags-japan {
  background-position: 0 -160px;
  height: 32px;
  width: 32px;
}

.flags-korea {
  background-position: 0 -192px;
  height: 32px;
  width: 32px;
}

.flags-portugal {
  background-position: 0 -224px;
  height: 32px;
  width: 32px;
}

.flags-russia {
  background-position: 0 -256px;
  height: 32px;
  width: 32px;
}

.flags-spain {
  background-position: 0 -288px;
  height: 32px;
  width: 32px;
}

.ui-timline-container {
  padding: 15px;
}

.ui-timline-left .ui-timeline:before {
  left: 0;
}

@media (min-width: 768px) {
  .ui-timline-left .ui-timeline .tl-item:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .ui-timline-left .ui-timeline .tl-item .tl-caption {
    margin-left: -55px;
  }
}
@media (min-width: 768px) {
  .ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
    left: auto;
    right: 15px;
    color: #777;
  }
}
.ui-timeline {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.ui-timeline:before {
  background-color: #d5d5d5;
  bottom: 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 1px;
  z-index: 0;
}
.ui-timeline .tl-item {
  display: table-row;
  margin-bottom: 5px;
}
.ui-timeline .tl-item:before {
  display: none;
  content: "";
}
.ui-timeline .tl-item .tl-caption {
  width: 150px;
  margin-left: -55px;
}
.ui-timeline .tl-item .tl-body {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.ui-timeline .tl-item .tl-body .tl-entry {
  position: relative;
  margin: 0 0 15px 36px;
}
.ui-timeline .tl-item .tl-body .tl-time {
  z-index: 1;
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  width: 150px;
  color: #777;
  line-height: 35px;
  text-align: right;
}
.ui-timeline .tl-item .tl-body .tl-icon {
  position: absolute;
  left: -53px;
  top: 0;
}
.ui-timeline .tl-item .tl-body .tl-content {
  position: relative;
  padding: 15px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9);
}
.ui-timeline .tl-item .tl-body .tl-content:after {
  content: " ";
  line-height: 0;
  position: absolute;
  left: -16px;
  top: 0;
  border: 8px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.9);
  border-top: 8px solid rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .ui-timeline:before {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .ui-timeline .tl-item:before {
    display: block;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .ui-timeline .tl-item .tl-caption {
    margin-left: -110px;
  }
}
@media (min-width: 768px) {
  .ui-timeline .tl-item.alt {
    text-align: right;
  }
  .ui-timeline .tl-item.alt:before {
    display: none;
  }
  .ui-timeline .tl-item.alt:after {
    content: "";
    display: block;
    width: 50%;
  }
  .ui-timeline .tl-item.alt .tl-body .tl-entry {
    margin: 0 35px 15px 0;
  }
  .ui-timeline .tl-item.alt .tl-body .tl-time {
    right: -220px;
    left: auto;
    text-align: left;
  }
  .ui-timeline .tl-item.alt .tl-body .tl-icon {
    right: -53px;
    left: auto;
  }
  .ui-timeline .tl-item.alt .tl-body .tl-content:after {
    right: -16px;
    left: auto;
    border: 8px solid transparent;
    border-left: 8px solid rgba(255, 255, 255, 0.9);
    border-top: 8px solid rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 768px) {
  .ui-timeline .tl-item .tl-body .tl-time {
    left: -220px;
    right: auto;
    color: #3D4051;
  }
}
.tooltip-inner {
  padding: 0.85em;
}

.mdl-shadow--2dp, .card-panel, .card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-shadow--3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mdl-shadow--4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}

.md-button {
  margin: 0;
  line-height: 1.42857;
}
.md-button.md-fab {
  font-size: 20px;
  padding: 0;
}
.md-button.md-fab.md-fab-square {
  border-radius: 2px;
}
.md-button.md-fab.md-fab-xs {
  font-size: 14px;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.md-button.md-fab.md-fab-sm {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.md-button.md-fab.md-fab-lg {
  font-size: 28px;
  width: 65px;
  height: 65px;
  line-height: 65px;
}

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

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

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.card-panel {
  padding: 20px;
  margin: 10px 0 20px 0;
  border-radius: 2px;
}

.card {
  position: relative;
  overflow: hidden;
  margin: 10px 0 20px 0;
  border-radius: 2px;
}
.card .card-title {
  font-size: 24px;
}
.card .card-title.activator {
  cursor: pointer;
}
.card .card-action > a {
  margin-right: 20px;
  text-transform: uppercase;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-content .card-title {
  line-height: 48px;
}
.card .card-content .card-profile-img {
  position: relative;
  z-index: 1;
  margin-top: -70px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 5px;
  background-color: #fff;
}
.card .card-content .card-profile-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.card .card-content .card-profile-img.profile-img-sm {
  margin-top: -50px;
  width: 60px;
  height: 60px;
  padding: 2px;
}
.card .card-content .card-profile-img.profile-img-sm img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.card .card-content .card-button .btn-icon {
  position: relative;
  z-index: 1;
  margin-top: -65px;
}
.card .card-action {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.card .card-action.no-border {
  border: 0;
}
.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #FFF;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 1;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

.ui-input-group {
  position: relative;
  margin: 18px 0 12px;
}
.ui-input-group .form-control:focus {
  border-color: #007d71;
}
.ui-input-group > input, .ui-input-group > textarea {
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid #CBD5DD;
}
.ui-input-group > input:focus, .ui-input-group > textarea:focus {
  outline: none;
}
.ui-input-group > input:focus ~ label, .ui-input-group > input:valid ~ label {
  top: -20px;
  left: 0;
  font-size: 12px;
}
.ui-input-group > textarea:focus ~ label, .ui-input-group > textarea:valid ~ label {
  top: -20px;
  left: 0;
  font-size: 12px;
}
.ui-input-group > input:valid ~ label, .ui-input-group > textarea:valid ~ label {
  color: #999;
}
.ui-input-group > input:focus ~ label, .ui-input-group > textarea:focus ~ label {
  color: #8bc34a;
}
.ui-input-group > input:focus ~ .input-bar:before, .ui-input-group > input:focus ~ .input-bar:after {
  width: 50%;
}
.ui-input-group > textarea:focus ~ .input-bar:before, .ui-input-group > textarea:focus ~ .input-bar:after {
  width: 50%;
}
.ui-input-group > label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group .input-bar {
  position: relative;
  display: block;
  width: 100%;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #8bc34a;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group .input-bar:before {
  left: 50%;
}
.ui-input-group .input-bar:after {
  right: 50%;
}

.ui-accordion .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #e2edeb;
}
.ui-accordion .panel {
  border: 1px solid #e2edeb;
}
.ui-accordion .panel-heading {
  padding: 0;
  background-color: #F2F7F7;
}
.ui-accordion .panel-heading .panel-title > a {
  display: block;
  padding: 15px;
  font-size: 14px;
}
.ui-accordion .panel-heading .panel-title > a:hover, .ui-accordion .panel-heading .panel-title > a:active, .ui-accordion .panel-heading .panel-title > a:focus {
  cursor: pointer;
  text-decoration: none;
}

.ui-accordion-success .panel {
  border: 1px solid #8BC34A;
}
.ui-accordion-success .panel-heading {
  background-color: #8BC34A;
  color: #fff;
}

.ui-accordion-info .panel {
  border: 1px solid #00BCD4;
}
.ui-accordion-info .panel-heading {
  background-color: #00BCD4;
  color: #fff;
}

.ui-accordion-warning .panel {
  border: 1px solid #FFCA28;
}
.ui-accordion-warning .panel-heading {
  background-color: #FFCA28;
  color: #fff;
}

.ui-accordion-danger .panel {
  border: 1px solid #F44336;
}
.ui-accordion-danger .panel-heading {
  background-color: #F44336;
  color: #fff;
}

.ui-accordion-dark .panel {
  border: 1px solid #262B33;
}
.ui-accordion-dark .panel-heading {
  background-color: #262B33;
  color: #fff;
}

.ui-map {
  display: block;
  height: 400px;
}

.pagination-lg > li > a, .pagination-lg > li span {
  line-height: 26px;
  padding: 10px 18px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 2px;
}
.pagination > li > a {
  color: #3D4051;
  border-radius: 2px;
  cursor: pointer;
  padding: 5px 10px;
  margin-left: 10px;
}
.pagination > li > span {
  padding: 5px 10px;
  margin-left: 10px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 20px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.progress {
  box-shadow: none;
  background-color: #f5f5f5;
}

.progressbar-xs {
  height: 12px;
}

.progress-rounded {
  border-radius: 50px;
}

.progress-bar {
  box-shadow: none;
}

.progressbar-xs {
  height: 10px;
}

.progressbar-sm {
  height: 15px;
}

.progressbar-container {
  margin-bottom: 20px;
}
.progressbar-container .progress {
  margin-bottom: 5px;
}
.progressbar-container .desc {
  color: #A5AEB1;
}

.vprogressbar-container {
  height: 250px;
  margin-top: 25px;
  border-bottom: #EDF0F1 2px solid;
  position: relative;
}
.vprogressbar-container.brand-info {
  border-color: #00BCD4;
}
.vprogressbar-container.brand-success {
  border-color: #8BC34A;
}
.vprogressbar-container .vprogressbar {
  padding-left: 10px;
}
.vprogressbar-container .vprogressbar li {
  position: relative;
  height: 248px;
  width: 35px;
  background: #EDF0F1;
  margin-right: 18px;
  float: left;
  list-style: none;
}
.vprogressbar-container .vprogressbar-percent {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.vprogressbar-container .vprogressbar-legend {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 0;
  padding: 5px 10px;
  text-align: left;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.vprogressbar-container .vprogressbar-legend li {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
  list-style: none;
}
.vprogressbar-container .vprogressbar-legend .vpointer {
  height: 10px;
  width: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.vprogressbar-container .vprogressbar-info {
  color: #ccc;
}

.ui-tab .nav-tabs {
  margin-bottom: 15px;
}
.ui-tab .nav-tabs.nav-justified > li.active > a {
  border-bottom-color: transparent;
}
.ui-tab .nav-tabs > li.active > a {
  background-color: #fff;
}
.ui-tab .nav-tabs a {
  color: #3D4051;
}
.ui-tab .nav-tabs a:hover {
  cursor: pointer;
}

.ui-tab-container .nav-tabs {
  margin-bottom: 0;
}
.ui-tab-container .nav-tabs.nav-justified > li:last-child {
  border-right: 0;
}
.ui-tab-container .nav-tabs.nav-justified > li:hover > a, .ui-tab-container .nav-tabs.nav-justified > li:active > a, .ui-tab-container .nav-tabs.nav-justified > li:focus > a, .ui-tab-container .nav-tabs.nav-justified > li > a {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ddd;
}
.ui-tab-container .nav-tabs > li.active > a {
  color: #8bc34a;
}
.ui-tab-container .nav-tabs > li:hover > a, .ui-tab-container .nav-tabs > li:active > a, .ui-tab-container .nav-tabs > li:focus > a {
  border: 0;
  background-color: transparent;
}
.ui-tab-container .nav-tabs > li > a {
  margin: 0;
  border: 0;
  padding: 15px 15px;
  font-weight: bold;
  border-radius: 0;
}
.ui-tab-container .tab-content {
  padding: 15px 15px;
}

.ui-tab-horizontal {
  border: 1px solid #ddd;
  border-radius: 2px;
}
.ui-tab-horizontal .nav-tabs {
  background-color: #F2F7F7;
}
.ui-tab-horizontal .nav-tabs > li {
  border-right: 1px solid #ddd;
}
.ui-tab-horizontal .nav-tabs > li.active:hover > a, .ui-tab-horizontal .nav-tabs > li.active:active > a, .ui-tab-horizontal .nav-tabs > li.active:focus > a {
  border: 0;
  background-color: #fff;
}
.ui-tab-horizontal .nav-tabs > li.active > a:focus, .ui-tab-horizontal .nav-tabs > li.active > a:hover, .ui-tab-horizontal .nav-tabs > li.active > a:active {
  border: 0;
}

.ui-tab-vertical {
  position: relative;
  padding: 0 0 0 30%;
}
.ui-tab-vertical .nav-tabs {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  background-color: #F2F7F7;
  border-width: 1px 0 1px 1px;
  border-radius: 2px 0 0 2px;
  border-color: #ddd;
  border-style: solid;
}
.ui-tab-vertical .nav-tabs > li {
  width: 100%;
  float: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.ui-tab-vertical .nav-tabs > li:last-child {
  border-bottom: 0;
}
.ui-tab-vertical .nav-tabs > li.active:hover > a, .ui-tab-vertical .nav-tabs > li.active:active > a, .ui-tab-vertical .nav-tabs > li.active:focus > a {
  border: 0;
  background-color: #fff;
}
.ui-tab-vertical .nav-tabs > li.active > a {
  margin-right: -1px;
}
.ui-tab-vertical .nav-tabs > li.active > a:focus, .ui-tab-vertical .nav-tabs > li.active > a:hover, .ui-tab-vertical .nav-tabs > li.active > a:active {
  border: 0;
}
.ui-tab-vertical .nav-tabs > li > a {
  display: block;
}
.ui-tab-vertical .tab-content {
  border: 1px solid #ddd;
  border-radius: 0 2px 2px 0;
}

.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.wizard > .steps a {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.wizard > .steps a:hover, .wizard > .steps a:active {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.header-container {
  height: 50px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.header-container .dropdown-menu.with-arrow.panel {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2, .page-signin .card, .page-signup .card, .page-forgot .card {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

@media print {
  .no-print {
    display: none;
  }
}
.ui-datepicker .glyphicon, .ui-timepicker .glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker .glyphicon.glyphicon-chevron-left:before {
  content: "\f104";
}
.ui-datepicker .glyphicon.glyphicon-chevron-right:before {
  content: "\f105";
}

.ui-timepicker .glyphicon.glyphicon-chevron-up:before {
  content: "\f106";
}
.ui-timepicker .glyphicon-chevron-down:before {
  content: "\f107";
}

.ui-datepicker table {
  margin: 0 5px;
}
.ui-datepicker table th, .ui-datepicker table td {
  padding: 1px;
}
.ui-datepicker table th .active span, .ui-datepicker table td .active span {
  color: #fff;
}
.ui-datepicker table:focus {
  outline: none;
}

.ui-timepicker td {
  padding: 1px;
}
.ui-timepicker a.btn-link {
  color: #3D4051;
}
.ui-timepicker .btn:focus {
  outline: 0;
}

.ui-typeahead > .dropdown-menu {
  right: 15px;
}

.ui-rating:hover {
  cursor: pointer;
}
.ui-rating:focus {
  outline: none;
}
.ui-rating .glyphicon .fa {
  margin-right: 2px;
}
.ui-rating .glyphicon-star, .ui-rating .fa-star {
  color: #8bc34a;
}
.ui-rating.ui-rating-success .glyphicon-star, .ui-rating.ui-rating-success .fa-star {
  color: #8BC34A;
}
.ui-rating.ui-rating-info .glyphicon-star, .ui-rating.ui-rating-info .fa-star {
  color: #00BCD4;
}
.ui-rating.ui-rating-warning .glyphicon-star, .ui-rating.ui-rating-warning .fa-star {
  color: #FFCA28;
}
.ui-rating.ui-rating-danger .glyphicon-star, .ui-rating.ui-rating-danger .fa-star {
  color: #F44336;
}

md-backdrop.md-dialog-backdrop {
  z-index: 1040;
}

.md-dialog-container {
  z-index: 1041;
}

md-icon.zmdi {
  font-size: 24px;
}

.ui-md-radio-group-inline md-radio-button {
  display: inline-block;
  margin: 0 10px 10px;
}

md-radio-button[disabled] .md-on {
  background-color: #ccc;
}

md-toast.md-toast-primary > .md-toast-content {
  background-color: #8bc34a;
}

.md-datepicker-calendar-pane .md-datepicker-input-mask {
  width: auto;
}

md-toast {
  z-index: 999999 !important;
  position: fixed !important;
}

.md-primary md-tabs-wrapper md-prev-button md-icon, .md-primary md-tabs-wrapper md-next-button md-icon {
  color: #eee;
}

.angular-ui-tree {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  list-style: none;
}

.angular-ui-tree-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  border: 1px dashed #e2edeb;
  background-color: #E6F5FD;
  border-radius: 2px;
}

.angular-ui-tree-handle {
  position: relative;
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  text-decoration: none;
  border: 1px solid #e2edeb;
  background: #fff;
  cursor: move;
  border-radius: 2px;
}
.angular-ui-tree-handle:hover .angular-ui-tree-icon-action {
  display: inline;
}

.angular-ui-tree-icon:hover {
  cursor: pointer;
}

.angular-ui-tree-icon-collapse {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 40px;
  margin: -10px 0 0 -10px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.angular-ui-tree-icon-collapse:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.angular-ui-tree-icon-collapse.uncollapsed:before {
  content: "-";
}

.angular-ui-tree-icon-action {
  margin-left: 7px;
  display: none;
  color: #777;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.angular-ui-tree-icon-action:hover {
  transform: scale(1.3);
  color: #3D4051;
}

.angular-ui-tree-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #fff;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.angular-ui-tree-nodes {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 30px;
}

.angular-ui-tree-node, .angular-ui-tree-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}

.angular-ui-tree-hidden {
  display: none;
}

.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: 0.8;
}

table.responsive {
  border: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child {
    display: none;
  }
  table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
.wizard, .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a, .tabcontrol a {
  outline: 0;
}

.wizard ul, .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul > li, .tabcontrol ul > li {
  display: block;
  padding: 0;
}

.wizard > .steps .current-info, .tabcontrol > .steps .current-info, .wizard > .content > .title, .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps > ul > li {
  width: 100%;
}
.wizard.vertical > .steps {
  display: block;
  width: 100%;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard.vertical > .content {
  width: 100%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .steps .number {
  font-size: 1.429em;
}
.wizard > .steps > ul > li {
  float: left;
}
.wizard > .actions > ul > li {
  float: left;
}
.wizard > .steps a {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 2px;
}
.wizard > .steps a:hover, .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 2px;
}
.wizard > .steps .disabled a {
  background: #eee;
  color: #aaa;
  cursor: default;
  box-shadow: none;
}
.wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
  box-shadow: none;
}
.wizard > .steps .current a {
  background: #8bc34a;
  color: #fff;
  cursor: default;
}
.wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  background: #8bc34a;
  color: #fff;
  cursor: default;
}
.wizard > .steps .done a {
  background: #8bc34a;
  color: #fff;
  opacity: 0.6;
}
.wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: #8bc34a;
  color: #fff;
  opacity: 0.6;
}
.wizard > .steps .error a {
  background: #F44336;
  color: #fff;
}
.wizard > .steps .error a:hover, .wizard > .steps .error a:active {
  background: #F44336;
  color: #fff;
}
.wizard > .content {
  background-color: #eee;
  display: block;
  margin: 0.5em;
  min-height: 25em;
  overflow: hidden;
  position: relative;
  width: auto;
  border-radius: 2px;
}
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard > .content > .body ul > li {
  display: list-item;
}
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}
.wizard > .content > .body input[type=checkbox] {
  display: inline-block;
}
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard > .actions a {
  background-color: #8bc34a;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  min-width: 100px;
  border-radius: 2px;
  text-align: center;
}
.wizard > .actions a:hover, .wizard > .actions a:active {
  background-color: #8bc34a;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  min-width: 100px;
  border-radius: 2px;
  text-align: center;
}
.wizard > .actions .disabled a {
  background: #eee;
  color: #aaa;
}
.wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

@media (min-width: 600px) {
  .wizard > .steps > ul > li {
    width: 25%;
  }
}
@media (min-width: 600px) {
  .wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
  }
}
@media (min-width: 600px) {
  .wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
  }
}
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

.page-dashboard h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 30px;
}
.page-dashboard .sm-charts {
  margin: 0 auto;
}
.page-dashboard .box-stats {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-dashboard .box-stats.no-border .box-num {
  border: 0;
}
.page-dashboard .box-stats .box-desc {
  font-size: 12px;
  line-height: 26px;
  color: #A5AEB1;
  text-transform: uppercase;
}
.page-dashboard .box-stats .box-num {
  font-size: 42px;
  line-height: 80px;
  font-weight: 300;
}
.page-dashboard .metrics {
  margin-bottom: 55px;
}
.page-dashboard .metrics .metric {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  color: #8bc34a;
}
.page-dashboard .metrics .metric-info {
  text-transform: uppercase;
  font-size: 16px;
  color: #aaa;
}
.page-dashboard .progressbar-container {
  margin-bottom: 25px;
}
.page-dashboard .panel-box {
  position: relative;
  border-radius: 2px;
}
.page-dashboard .panel-box .panel-top {
  height: 100px;
  padding: 30px 15px;
  font-size: 40px;
  line-height: 1;
}
.page-dashboard .panel-box .panel-bottom {
  height: 100px;
  padding: 30px 15px;
  font-size: 40px;
  line-height: 1;
  border-top: 1px solid #dfdfdf;
}
.page-dashboard .panel-box .panel-info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -12px;
  text-align: center;
}
.page-dashboard .panel-box .panel-info span {
  height: 24px;
  display: inline-block;
  padding: 4px 10px;
  text-transform: uppercase;
  line-height: 14px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  font-size: 11px;
  color: #777;
  border-radius: 1em;
}
.page-dashboard .panel-box .bg-light {
  background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .page-dashboard .box-stats .box-num {
    border-right: 2px solid #EDF0F1;
  }
}
.lt-ie9-bg {
  z-index: 11111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  color: #999;
  padding: 100px 20px;
  text-align: center;
  font-size: 26px;
}
.lt-ie9-bg a {
  color: #f5f5f5;
  border-bottom: 2px solid #fff;
}
.lt-ie9-bg a:hover {
  text-decoration: none;
}

.non-display {
  display: none;
}

.page {
  padding: 15px 10px;
}
.page > .ui-section:last-child {
  margin-bottom: 0;
}

@media print {
  .page {
    padding: 0px;
  }
}
.page-form-ele h3 {
  margin: 0;
  font-size: 24px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.body-err {
  background-color: #262B33;
  background-size: cover;
}

.page-err {
  position: relative;
  height: 100%;
}
.page-err .err-container {
  padding: 45px 10px 0;
}
.page-err .err {
  color: #fafafa;
}
.page-err .err h1 {
  margin-bottom: 35px;
  color: #fafafa;
  color: rgba(255, 255, 255, 0.8);
  font-size: 150px;
  font-weight: 300;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.page-err .err h2 {
  color: #fafafa;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
}
.page-err .err-body {
  padding: 20px 10px;
}
.page-err .btn-goback {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
.page-err .btn-goback:hover, .page-err .btn-goback:focus, .page-err .btn-goback:active, .page-err .btn-goback.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .page-err .err-container {
    padding: 100px 0 0;
  }
}
@media (min-width: 768px) {
  .page-err .err h1 {
    font-size: 180px;
  }
}
@media (min-width: 768px) {
  .page-err .err h2 {
    font-size: 36px;
  }
}
.open .page-err .btn-goback.dropdown-toggle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.page-err .footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.body-auth {
  background-color: #EDF0F1;
  background-size: cover;
}

.btn-minimal {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-minimal:hover, .btn-minimal:focus, .btn-minimal:active, .btn-minimal.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.open .btn-minimal.dropdown-toggle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.page-signin .wrapper, .page-signup .wrapper, .page-forgot .wrapper {
  padding: 0 10px;
}

.page-signin .main-body, .page-signup .main-body, .page-forgot .main-body {
  max-width: 480px;
  margin: 10px auto;
}

.page-signin .body-inner, .page-signup .body-inner, .page-forgot .body-inner {
  position: relative;
  padding: 20px;
}

.page-signin .body-inner:before, .page-signup .body-inner:before, .page-forgot .body-inner:before {
  z-index: -1;
  content: " ";
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #8bc34a;
  height: 220px;
}

.page-signin .additional-info, .page-signup .additional-info, .page-forgot .additional-info {
  text-align: center;
  font-size: 12px;
}

.page-signin .additional-info a, .page-signup .additional-info a, .page-forgot .additional-info a {
  color: #fafafa;
}

.page-signin .additional-info .divider-h, .page-signup .additional-info .divider-h, .page-forgot .additional-info .divider-h {
  border-right: 1px solid #fafafa;
  margin: 0 15px;
}

.page-signin h1, .page-signup h1, .page-forgot h1 {
  font-weight: normal;
  color: #8bc34a;
  font-size: 38px;
  margin-bottom: 40px;
}

.page-signin h1 a, .page-signup h1 a, .page-forgot h1 a {
  color: #8bc34a;
}

.page-signin .card .card-content, .page-signup .card .card-content, .page-forgot .card .card-content {
  padding: 30px 20px;
}

.page-signin .ui-input-group .form-control, .page-signup .ui-input-group .form-control, .page-forgot .ui-input-group .form-control {
  color: #555;
}

.page-signin .form-group, .page-signup .form-group, .page-forgot .form-group {
  position: relative;
  margin: 0;
}

.page-signin .wrapper, .page-signup .wrapper, .page-forgot .wrapper {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .page-signin .wrapper, .page-signup .wrapper, .page-forgot .wrapper {
    margin-top: 150px;
  }
}
.page-signin .logo, .page-signup .logo, .page-forgot .logo {
  font-size: 26px;
  font-weight: normal;
}

.page-signin .logo a:hover, .page-signup .logo a:hover, .page-forgot .logo a:hover {
  text-decoration: none;
}

.page-profile {
  margin: -15px 0 0;
}
.page-profile .profile-header {
  position: relative;
  margin: 0 -10px 15px;
  padding: 20px 30px 50px 40px;
  background: url(/images/1.jpg?31bf10af44927da0baccb64a079ffb3f) no-repeat center center fixed;
  background-size: cover;
}
.page-profile .profile-img {
  display: inline-block;
  margin-right: 20px;
}
.page-profile .profile-img img {
  max-width: 100px;
  height: auto;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(0, 0, 0, 0.2);
}
.page-profile .profile-social {
  display: inline-block;
}
.page-profile .profile-social > a {
  margin-right: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.page-profile .profile-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 20px;
  padding: 10px 30px;
  color: #fafafa;
}
.page-profile .profile-info ul {
  margin: 0;
}
.page-profile img.media-object {
  border-radius: 2px;
}

.page-invoice .invoice-wrapper {
  padding: 0 0 30px;
  background-color: #fff;
}

.invoice-inner {
  padding: 15px 15px 30px;
  background-color: #fff;
}
.invoice-inner .invoice-sum li {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 2px;
}
.invoice-inner .table.table-bordered, .invoice-inner .table .bg-dark > th {
  border: 0;
}

.page-icons .page-header {
  border-bottom: 0;
}
.page-icons .icon-material .zmdi {
  display: block;
  height: 80px;
  font-size: 1.5em;
  line-height: 100px;
  transition: all 0.3s ease-in-out;
}
.page-icons .icon-material .col-sm-4 {
  transition: all 0.2s ease;
}
.page-icons .icon-material .col-sm-4:hover {
  color: #262B33;
}
.page-icons .icon-material .col-sm-4:hover .zmdi {
  font-size: 3em;
  color: #8bc34a;
}

.page-features .panel {
  border: 0;
}
.page-features .feature-list-container .panel-body {
  background-color: #405161;
  padding: 30px 50px;
}
.page-features .feature-list-container .col-xs-4 {
  margin-bottom: 50px;
}

.page-form-ele .list-checkbox-radio li:nth-child(even) {
  margin-bottom: 20px;
}
.page-form-ele .list-checkbox-radio li > div {
  float: left;
  margin-right: 10px;
}

.demoslider-container {
  max-width: 600px;
  margin: auto;
}

.page-grid .grid-structure .row {
  margin-top: 10px;
}
.page-grid .grid-structure .row .widget-container {
  margin-top: 5px;
  background: #eee;
  padding: 10px 15px 12px;
  font-size: 12px;
  min-height: 0;
  border-radius: 2px;
}

.table.table-demo tr:first-child td {
  border-top: 0;
}
.table.table-demo .type-info {
  vertical-align: middle;
}

.whiteframedemoBasicUsage md-whiteframe {
  background: #fff;
  margin: 30px;
  height: 100px;
}

@media screen and (max-width: 599px) {
  .whiteframedemoBasicUsage md-whiteframe {
    margin: 7px;
    height: 50px;
    background-color: #c8e4fa;
  }
  .whiteframedemoBasicUsage md-whiteframe > span {
    font-size: 0.4em;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .whiteframedemoBasicUsage md-whiteframe {
    margin: 20px;
    height: 75px;
  }
  .whiteframedemoBasicUsage md-whiteframe > span {
    font-size: 0.6em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .whiteframedemoBasicUsage md-whiteframe {
    margin: 20px;
    height: 90px;
    background-color: #fcddde;
  }
  .whiteframedemoBasicUsage md-whiteframe > span {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1200px) {
  .whiteframedemoBasicUsage md-whiteframe {
    margin: 25px;
    height: 100px;
    background-color: #F2FCE2;
  }
  .whiteframedemoBasicUsage md-whiteframe > span {
    font-size: 1em;
  }
}
.radioButtondemoMultiColumn md-divider {
  margin: 0 -15px;
}
.radioButtondemoMultiColumn div.radioDemo2 {
  margin-bottom: 20px;
}
.radioButtondemoMultiColumn h2 {
  margin-left: 15px;
}
.radioButtondemoMultiColumn p {
  width: 400px;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 10px;
  border-top: 2px solid #ddd;
}
.radioButtondemoMultiColumn .md-checked {
  background-color: #ECFAFB;
  border-radius: 2px;
}
.radioButtondemoMultiColumn md-button.md-raised, .radioButtondemoMultiColumn button.md-raised {
  width: 200px;
}
.radioButtondemoMultiColumn .row {
  border-bottom: 1px dashed #ddd;
}
.radioButtondemoMultiColumn div.row:last-child {
  border-bottom: 0px dashed #ddd;
}
.radioButtondemoMultiColumn .summary {
  width: 100%;
  padding-top: 10px;
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: -5px;
}
.radioButtondemoMultiColumn .title {
  font-weight: bolder;
}
.radioButtondemoMultiColumn .selectedUser .md-checked {
  padding: 8px;
  width: 100px;
}

.layout-boxed > .header-container .top-header, .layout-boxed > .main-container {
  max-width: 1200px;
  margin: 0 auto;
}

.body-wide.app_layout > .main-container > .nav-container, .body-wide.app_layout > .main-container > .content-container {
  transition: none;
}
.body-wide .header-container > .top-header .logo, .body-wide .header-container > .top-header .top-nav {
  transition: none;
}

html {
  position: relative;
  min-height: 100%;
  height: 100%;
  background: none;
}

.app_layout {
  position: relative;
  min-height: 100%;
  height: 100%;
}
.app_layout > .header-container.header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.app_layout > .header-container.header-fixed + .main-container {
  padding-top: 50px;
}
.app_layout > .main-container {
  position: relative;
  min-height: 100%;
  padding-bottom: 0;
}
.app_layout > .main-container:before {
  content: " ";
  line-height: 0;
  z-index: -2;
  position: absolute;
  display: block;
  width: 100%;
  max-width: inherit;
  top: 0;
  bottom: 0;
  background-color: #efefef;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.app_layout > .main-container > .nav-vertical:before {
  left: 0;
}
.app_layout > .main-container > .nav-container {
  z-index: 11;
  position: static;
  float: left;
  width: 220px;
  transition: width 0.25s ease-in-out;
}
.app_layout > .main-container > .nav-container:before {
  z-index: -1;
  content: " ";
  line-height: 0;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: inherit;
  background-color: inherit;
  border-width: inherit;
  border-style: inherit;
  border-color: inherit;
}
.app_layout > .main-container > .nav-container.nav-fixed {
  position: fixed;
  top: 50px;
  bottom: 0;
  float: none;
}
.app_layout > .main-container > .content-container {
  overflow: visible;
  min-height: 100%;
  margin-left: 0;
  transition: margin-left 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .app_layout > .header-container.header-fixed + .main-container {
    padding-top: 50px;
  }
}
@media print {
  .app_layout > .header-container.header-fixed + .main-container {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .app_layout > .main-container > .nav-container {
    display: block;
  }
}
@media print and (min-width: 768px) {
  .app_layout > .main-container > .nav-container {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .app_layout > .main-container > .nav-container.nav-fixed {
    top: 50px;
  }
}
@media (min-width: 1025px) {
  .app_layout > .main-container > .content-container {
    margin-left: 220px;
  }
}
@media (max-width: 1024px) {
  .app_layout > .main-container > .content-container {
    margin-left: 60px;
  }
}
@media (max-width: 600px) {
  .app_layout > .main-container > .content-container {
    margin-left: 50px !important;
  }
}
@media print {
  .app_layout > .main-container > .content-container {
    margin-left: 2px !important;
  }
}
@media print and (min-width: 768px) {
  .app_layout > .main-container > .content-container {
    margin-left: 50px !important;
  }
}
#nav-container ul {
  padding-left: 0;
  list-style: none;
}
#nav-container > .nav-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.nav-container .md-button {
  text-align: left;
  min-width: 20px;
  text-transform: none;
  border-radius: 0;
}
.nav-container .nav {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
}
.nav-container .nav .nav-title {
  margin: 15px 15px 10px;
  font-weight: normal;
  font-size: 12px;
}
.nav-container .nav .nav-divider {
  margin: 10px 0 10px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.nav-container .nav > li > a > i, .nav-container .nav > li > a > .nav-icon {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
}
.nav-container .nav a {
  font-size: 12px;
  transition: all 0.25s ease-in-out;
}
.nav-container .nav a:hover, .nav-container .nav a:focus, .nav-container .nav a:active {
  text-decoration: none;
}
.nav-container .nav > li {
  position: relative;
  margin: 0;
  text-align: left;
  font-weight: bold;
  transition: all 0.25s ease-in-out;
}
.nav-container .nav > li.open .icon-has-ul {
  transform: rotate(180deg);
}
.nav-container .nav > li.li-small {
  font-size: 12px;
  font-weight: normal;
}
.nav-container .nav > li.li-small > a {
  padding: 10px 15px;
}
.nav-container .nav > li.li-small > a > i {
  font-size: 12px;
}
.nav-container .nav > li:first-child > a {
  border-top: 0;
}
.nav-container .nav > li > a {
  position: relative;
  white-space: nowrap;
  display: block;
  padding: 15px 15px;
  transition: all 0.25s ease-in-out;
}
.nav-container .nav > li > a .badge {
  position: absolute;
  top: 16px;
  right: 8px;
}
.nav-container .nav > li > a > .icon-has-ul {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 9px;
  line-height: 19px;
  transition: all 0.3s ease-in-out;
}
.nav-container .nav > li > .icon-has-ul-h {
  display: none;
}
.nav-container .nav ul {
  display: block;
}
.nav-container .nav ul a {
  font-size: 12px;
}
.nav-container .nav ul li {
  position: relative;
  padding: 0;
}
.nav-container .nav ul li:last-child > a {
  border-bottom: 0;
}
.nav-container .nav ul li > a {
  position: relative;
  display: block;
  padding: 13px 0 13px 25px;
  transition: all 0.25s ease-in-out;
}
.nav-container .nav ul li > a:first-child {
  border-top: none;
}
.nav-container .nav ul li > a > i {
  line-height: 16px;
  margin-right: 16px;
  vertical-align: middle;
}
.nav-container .nav ul li > a > .badge {
  position: absolute;
  right: 8px;
  top: 12px;
}

@media (max-width: 767px) {
  .on-canvas #header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 12;
  }
  .on-canvas #nav-container {
    display: block;
    position: fixed;
    top: 50px;
    bottom: 0;
    float: none;
  }
  .on-canvas .main-container {
    overflow: hidden;
  }
  .on-canvas .main-container #content {
    margin-left: 220px;
    margin-right: -220px;
  }
}
@media (min-width: 768px) {
  .app_layout > .main-container > .nav-container.nav-horizontal {
    z-index: 9;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #d5d5d5;
  }
  .app_layout > .main-container > .nav-container.nav-horizontal:before {
    border: 0;
  }
  .app_layout > .main-container > .nav-container.nav-horizontal .nav-title, .app_layout > .main-container > .nav-container.nav-horizontal .nav-divider, .app_layout > .main-container > .nav-container.nav-horizontal .li-small {
    display: none !important;
  }
  .app_layout > .main-container > .nav-container.nav-horizontal.nav-fixed {
    border-width: 0 1px 1px 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
  .app_layout > .main-container > .nav-container.nav-horizontal.nav-fixed #nav {
    text-align: center;
  }
  .app_layout > .main-container > .nav-container.nav-horizontal.nav-fixed #nav > li {
    display: inline-block;
    float: none;
  }
  .app_layout > .main-container > .nav-container.nav-horizontal.nav-fixed #nav > li.nav-title, .app_layout > .main-container > .nav-container.nav-horizontal.nav-fixed #nav > li.nav-divider {
    display: none;
  }
  .app_layout > .main-container > .nav-container.nav-horizontal.nav-fixed #nav > li > a {
    padding: 17.5px 28px 12.5px;
  }
  .app_layout > .main-container > .nav-container.nav-horizontal.nav-fixed + .content-container {
    margin: 80px 0 0;
  }
}
@media (min-width: 768px) {
  .main-container > .nav-container.nav-horizontal {
    float: none;
    width: auto;
  }
  .main-container > .nav-container.nav-horizontal + .content-container {
    margin-left: 0;
  }
  .nav-horizontal {
    background-color: #eee;
  }
  .nav-horizontal .slimScrollDiv {
    overflow: visible !important;
    height: auto !important;
  }
  .nav-horizontal .slimScrollDiv .slimScrollBar, .nav-horizontal .slimScrollDiv .slimScrollRail {
    display: none !important;
  }
  .nav-horizontal .nav {
    overflow: visible !important;
  }
  .nav-horizontal .nav > li {
    position: relative;
    float: left;
  }
  .nav-horizontal .nav > li:hover > a {
    background-color: #e1e1e1;
    color: #3D4051;
  }
  .nav-horizontal .nav > li:hover > i {
    color: #3D4051;
  }
  .nav-horizontal .nav > li.active > a {
    background-color: transparent;
    color: #8bc34a;
  }
  .nav-horizontal .nav > li.active > .icon-has-ul-h {
    color: #8bc34a;
  }
  .nav-horizontal .nav > li > a {
    padding: 15px 30px;
    text-align: center;
    font-weight: normal;
  }
  .nav-horizontal .nav > li > a > i {
    margin: 0;
    font-size: 26px;
    line-height: 1;
  }
  .nav-horizontal .nav > li > a > span {
    margin: 0;
    display: block;
    font-size: 12px;
  }
  .nav-horizontal .nav > li > a .badge {
    top: 15px;
  }
  .nav-horizontal .nav > li > a > .icon-has-ul {
    display: none;
  }
  .nav-horizontal .nav > li > .icon-has-ul-h {
    display: block;
    position: absolute;
    bottom: 16px;
    right: 10px;
    font-size: 10px;
  }
  .nav-horizontal .nav > li:hover > ul {
    display: block !important;
  }
  .nav-horizontal .nav > li > ul {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    width: auto;
    background-color: #e1e1e1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .nav-horizontal .nav > li > ul li {
    white-space: nowrap;
  }
  .nav-horizontal .nav > li > ul li:hover > a, .nav-horizontal .nav > li > ul li.active > a {
    color: #8bc34a;
  }
  .nav-horizontal .nav > li > ul li > a {
    padding: 13px 40px 13px 20px;
  }
}
@media (min-width: 768px) {
  .app_layout.nav-collapsed-min .slimScrollDiv {
    overflow: visible !important;
    height: auto !important;
  }
  .app_layout.nav-collapsed-min .slimScrollDiv .slimScrollBar, .app_layout.nav-collapsed-min .slimScrollDiv .slimScrollRail {
    display: none !important;
  }
  .app_layout.nav-collapsed-min #nav-container {
    width: 60px;
  }
  .app_layout.nav-collapsed-min .content-container {
    margin-left: 60px;
  }
  .app_layout.nav-collapsed-min #nav-wrapper {
    overflow: visible !important;
  }
  .app_layout.nav-collapsed-min #nav {
    overflow: visible !important;
  }
  .app_layout.nav-collapsed-min #nav > li.li-small > a > i {
    font-size: 12px;
  }
  .app_layout.nav-collapsed-min #nav > li > a {
    padding: 15px 15px;
    text-align: center;
  }
  .app_layout.nav-collapsed-min #nav > li > a > i {
    margin: 0;
    font-size: 22px;
  }
  .app_layout.nav-collapsed-min #nav > li > a > span {
    display: none;
  }
  .app_layout.nav-collapsed-min #nav > li .icon-has-ul {
    display: none;
  }
  .app_layout.nav-collapsed-min #nav > li > ul {
    z-index: 9;
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  .app_layout.nav-collapsed-min #nav > li:hover > ul, .app_layout.nav-collapsed-min #nav > li.open > ul {
    display: block !important;
  }
  .app_layout.nav-collapsed-min .nav-title {
    display: none;
  }
  .app_layout.nav-collapsed-min .nav-horizontal#nav-container {
    width: auto;
  }
  .app_layout.nav-collapsed-min .nav-horizontal + .content-container {
    margin: 0;
  }
  .app_layout.nav-collapsed-min .nav-horizontal.nav-fixed + .content-container {
    margin: 50px 0 0;
  }
  .app_layout.nav-collapsed-min .nav-horizontal #nav > li > .icon-has-ul-h {
    display: none;
  }
  .app_layout.nav-collapsed-min .nav-horizontal #nav > li > ul {
    left: 0;
    top: 100%;
  }
}
.nav-container:before {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 2;
}
.nav-container.bg-white:before {
  box-shadow: inset -1px 0 1px rgba(255, 255, 255, 0.3);
}
.nav-container.bg-white .nav a {
  color: #3D4051;
}
.nav-container.bg-white .nav .nav-title {
  color: #999;
}
.nav-container.bg-white .nav .nav-divider {
  border-color: #eee;
}
.nav-container.bg-white .nav > li:hover > a {
  background-color: transparent;
  color: #8bc34a;
}
.nav-container.bg-white .nav > li:hover > a > .icon-has-ul {
  color: #8bc34a;
}
.nav-container.bg-white .nav > li:hover > .icon-has-ul-h {
  color: #8bc34a;
}
.nav-container.bg-white .nav > li.active > a {
  color: #8bc34a;
}
.nav-container.bg-white .nav > li.active > a > .icon-has-ul {
  color: #8bc34a;
}
.nav-container.bg-white .nav > li > a:focus {
  background-color: transparent;
}
.nav-container.bg-white .nav ul {
  background-color: #f6f6f6;
}
.nav-container.bg-white .nav ul > li:hover > a, .nav-container.bg-white .nav ul > li.active > a {
  color: #8bc34a;
}
.nav-container.bg-white.nav-vertical .nav > li.open > a {
  background-color: #f6f6f6;
  color: #8bc34a;
}
.nav-container.bg-white.nav-vertical .nav > li.open > .icon-has-ul, .nav-container.bg-white.nav-vertical .nav > li.open > .icon-has-ul-h {
  color: #8bc34a;
}
.nav-container.bg-dark {
  background-color: #262B33;
}
.nav-container.bg-dark:before {
  box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.3);
}
.nav-container.bg-dark .nav a {
  color: #ccc;
  color: rgba(255, 255, 255, 0.5);
}
.nav-container.bg-dark .nav .nav-title {
  color: #666;
}
.nav-container.bg-dark .nav .nav-divider {
  border-color: #1b1f24;
}
.nav-container.bg-dark .nav > li:hover > a {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.nav-container.bg-dark .nav > li:hover > a > .icon-has-ul {
  color: rgba(255, 255, 255, 0.8);
}
.nav-container.bg-dark .nav > li:hover > .icon-has-ul-h {
  color: rgba(255, 255, 255, 0.8);
}
.nav-container.bg-dark .nav > li.active > a, .nav-container.bg-dark .nav > li.active > .icon-has-ul {
  color: rgba(255, 255, 255, 0.8);
}
.nav-container.bg-dark .nav > li > a:focus {
  background-color: transparent;
}
.nav-container.bg-dark .nav ul {
  background-color: #1f242a;
}
.nav-container.bg-dark .nav ul > li:hover > a, .nav-container.bg-dark .nav ul > li.active > a {
  color: rgba(255, 255, 255, 0.8);
}
.nav-container.bg-dark.nav-vertical .nav > li.open > a {
  background-color: #1f242a;
  color: rgba(255, 255, 255, 0.8);
}
.nav-container.bg-dark.nav-vertical .nav > li.open > a > .icon-has-ul {
  color: rgba(255, 255, 255, 0.8);
}
.nav-container.bg-dark.nav-vertical .nav > li.open > .icon-has-ul-h {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .app_layout.nav-collapsed-min .nav-container.bg-white .nav > li:hover a {
    background-color: #f6f6f6;
  }
  .app_layout.nav-collapsed-min .nav-container.bg-dark .nav > li:hover a {
    background-color: #1f242a;
  }
}
@media (max-width: 767px) {
  .nav-horizontal .nav > li.open > a, .nav-horizontal .nav > li.open > i {
    color: #8bc34a;
  }
}
@media (min-width: 768px) {
  .app_layout.nav-collapsed-min .top-header .logo {
    width: 60px;
  }
}
.app_layout.nav-collapsed-min .top-header .logo .logo-text {
  display: none;
}
.app_layout.nav-collapsed-min .top-header .top-nav {
  padding: 0 0 0 50px;
}

.logo-icon img {
  height: 35px;
}

.logo-img {
  max-width: 100px;
}

.logo-img-xtreme {
  max-width: 160px;
}

.header-container .md-button {
  min-width: 66px;
}
.header-container > .top-header a {
  color: #aaa;
}
.header-container > .top-header a:hover {
  text-decoration: none;
}
.header-container > .top-header .dropdown-menu a {
  color: #3D4051;
}
.header-container > .top-header .hidden-mobile {
  display: none;
}
.header-container > .top-header .logo {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 45px;
  text-align: center;
  transition: width 0.25s ease-in-out;
}
.header-container > .top-header .logo .logo-icon {
  font-size: 20px;
}
.header-container > .top-header .logo > a {
  font-size: 24px;
  vertical-align: middle;
  white-space: nowrap;
}
.header-container > .top-header .menu-button {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 46px;
  padding: 10px 12px;
  border-radius: 4px;
}
.header-container > .top-header .menu-button:hover {
  cursor: pointer;
  background-color: #00635a;
}
.header-container > .top-header .menu-button .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.header-container > .top-header .menu-button .icon-bar + .icon-bar {
  margin-top: 4px;
}
.header-container > .top-header .admin-options {
  z-index: 20;
  line-height: 20px;
}
.header-container > .top-header .skin-options .panel-body {
  min-width: 330px;
  background-color: #f9f9f9;
}
.header-container > .top-header .dropdown-menu.panel {
  padding: 0;
  white-space: nowrap;
}
.header-container > .top-header .dropdown-menu.panel .panel-heading, .header-container > .top-header .dropdown-menu.panel .panel-footer {
  padding: 10px 15px;
}
.header-container > .top-header .dropdown-menu.panel .list-group-item {
  padding: 10px 15px;
}
.header-container > .top-header .dropdown-menu.panel .list-group-item > a {
  display: block;
}
.header-container > .top-header .dropdown-menu.panel .list-group-item > p {
  margin-bottom: 0;
}
.header-container > .top-header .dropdown-menu.panel .list-group-item > .divider {
  background-color: transparent;
}
.header-container > .top-header .dropdown-menu.panel .media .media-body {
  padding-right: 75px;
}
.header-container > .top-header .top-nav {
  width: 100%;
  height: 50px;
  padding: 50px 0 0;
  transition: padding 0.25s ease-in-out;
}
.header-container > .top-header .top-nav > ul {
  margin-bottom: 0;
}
.header-container > .top-header .top-nav .nav-left, .header-container > .top-header .top-nav .nav-right {
  font-size: 16px;
  line-height: 20px;
}
.header-container > .top-header .top-nav .nav-left > li, .header-container > .top-header .top-nav .nav-right > li {
  float: left;
}
.header-container > .top-header .top-nav .nav-left > li.nav-profile .hidden-xs, .header-container > .top-header .top-nav .nav-right > li.nav-profile .hidden-xs {
  padding-right: 8px;
}
.header-container > .top-header .top-nav .nav-left > li.nav-profile i, .header-container > .top-header .top-nav .nav-right > li.nav-profile i {
  width: 18px;
  font-size: 18px;
  margin-right: 5px;
  line-height: 20px;
}
.header-container > .top-header .top-nav .nav-left > li a:hover, .header-container > .top-header .top-nav .nav-left > li a:focus {
  text-decoration: none;
}
.header-container > .top-header .top-nav .nav-right > li a:hover, .header-container > .top-header .top-nav .nav-right > li a:focus {
  text-decoration: none;
}
.header-container > .top-header .top-nav .nav-left > li > .btn-group > a, .header-container > .top-header .top-nav .nav-left > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  justify-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.header-container > .top-header .top-nav .nav-right > li > .btn-group > a, .header-container > .top-header .top-nav .nav-right > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  justify-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.header-container > .top-header .top-nav .nav-left > li > .btn-group > a > i, .header-container > .top-header .top-nav .nav-left > li > a > i {
  font-size: 18px;
}
.header-container > .top-header .top-nav .nav-right > li > .btn-group > a > i, .header-container > .top-header .top-nav .nav-right > li > a > i {
  font-size: 18px;
}
.header-container > .top-header .top-nav .nav-left > li > .btn-group > a .badge, .header-container > .top-header .top-nav .nav-left > li > a .badge {
  position: absolute;
  top: 6px;
  right: 3px;
}
.header-container > .top-header .top-nav .nav-right > li > .btn-group > a .badge, .header-container > .top-header .top-nav .nav-right > li > a .badge {
  position: absolute;
  top: 6px;
  right: 3px;
}
.header-container > .top-header .top-nav .nav-left > li ul.dropdown-menu a:hover, .header-container > .top-header .top-nav .nav-right > li ul.dropdown-menu a:hover {
  color: #fff;
}
.header-container > .top-header .top-nav .nav-left > li ul.dropdown-menu .glyphicon, .header-container > .top-header .top-nav .nav-right > li ul.dropdown-menu .glyphicon {
  margin-right: 10px;
}
.header-container > .top-header .top-nav .search-box {
  max-width: 280px;
  padding: 6px 0;
}
.header-container > .top-header .top-nav .search-box i {
  font-size: 18px;
  line-height: 20px;
}
.header-container > .top-header .top-nav .search-box .input-group-addon {
  border: none;
  background-color: transparent;
}
.header-container > .top-header .top-nav .search-box .form-control {
  border: none;
  background: transparent;
}
.header-container > .top-header .top-nav .search-box .input-bar {
  position: absolute;
  display: block;
  width: 90%;
  bottom: 0;
  left: 5%;
}
.header-container > .top-header .top-nav .search-box .input-bar:before, .header-container > .top-header .top-nav .search-box .input-bar:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-container > .top-header .top-nav .search-box .input-bar:before {
  left: 50%;
}
.header-container > .top-header .top-nav .search-box .input-bar:after {
  right: 50%;
}
.header-container > .top-header .top-nav .search-box input:focus ~ .input-bar:before, .header-container > .top-header .top-nav .search-box input:focus ~ .input-bar:after {
  width: 50%;
}
.header-container > .top-header .top-nav .nav-left {
  float: left;
  padding: 0;
}
.header-container > .top-header .top-nav .nav-left > li {
  border-right: 1px solid rgba(255, 255, 255, 0);
}
.header-container > .top-header .top-nav .nav-right {
  padding: 0;
}
.header-container > .top-header .top-nav .nav-right > li > a {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0);
}
.header-container > .top-header .top-nav .nav-right > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0);
}
.header-container > .top-header .langs .active-flag .flag {
  margin-top: -5px;
}
.header-container > .top-header .langs .list-langs a {
  position: relative;
  padding: 8px 20px 8px 57px;
}
.header-container > .top-header .langs .list-langs a .flag {
  position: absolute;
  top: 2px;
  left: 15px;
}

@media (min-width: 480px) {
  .header-container > .top-header .hidden-mobile {
    display: inline;
  }
}
@media (min-width: 768px) {
  .header-container > .top-header .logo {
    display: inline-block;
    width: 220px;
  }
}
@media (min-width: 768px) {
  .header-container > .top-header .menu-button {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-container > .top-header .top-nav {
    padding: 0 0 0 220px;
  }
}
@media (min-width: 768px) {
  .header-container > .top-header .top-nav .nav-left > li > .toggle-min, .header-container > .top-header .top-nav .nav-right > li > .toggle-min {
    display: block;
  }
}
@media (min-width: 768px) {
  .header-container > .top-header .top-nav .nav-left > li > .btn-group > a, .header-container > .top-header .top-nav .nav-left > li > a {
    padding: 15px;
  }
  .header-container > .top-header .top-nav .nav-right > li > .btn-group > a, .header-container > .top-header .top-nav .nav-right > li > a {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .header-container > .top-header .top-nav .nav-left > li > .btn-group > a .badge, .header-container > .top-header .top-nav .nav-left > li > a .badge {
    background-color: transparent;
    color: #FFF;
  }
  .header-container > .top-header .top-nav .nav-right > li > .btn-group > a .badge, .header-container > .top-header .top-nav .nav-right > li > a .badge {
    background-color: transparent;
    color: #FFF;
  }
}
.skin-check {
  position: relative;
  display: block;
}
.skin-check input[type=radio] {
  display: none;
}
.skin-check input[type=radio] + span {
  position: relative;
}
.skin-check input[type=radio] + span:hover {
  cursor: pointer;
}
.skin-check input[type=radio] + span > .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.skin-check input[type=radio]:checked + span > .overlay {
  display: block;
}

.skin-item {
  overflow: hidden;
  display: block;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.skin-item > span {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
}
.skin-item .item-header {
  height: 10px;
}

.header-container .dropdown {
  color: #3D4051;
}
.header-container .dropdown a {
  color: #3D4051;
}
.header-container .dropdown a:hover {
  color: #3D4051;
}
.header-container.bg-white {
  color: #3D4051;
}
.header-container.bg-white .input-group-addon, .header-container.bg-white a, .header-container.bg-white .input-group-addon:hover, .header-container.bg-white a:hover {
  color: #3D4051;
}
.header-container.bg-white .search-box .input-bar:before, .header-container.bg-white .search-box .input-bar:after {
  background: #3D4051;
}
.header-container.bg-dark {
  color: #fafafa;
}
.header-container.bg-dark .input-group-addon, .header-container.bg-dark a, .header-container.bg-dark .input-group-addon:hover, .header-container.bg-dark a:hover {
  color: #fafafa;
}
.header-container.bg-dark .search-box .form-control {
  color: #fafafa;
}
.header-container.bg-dark .form-control::-webkit-input-placeholder {
  color: white !important;
}
.header-container.bg-dark .form-control::-webkit-input-placeholder .input-bar:before, .header-container.bg-dark .form-control::-webkit-input-placeholder .input-bar:after {
  background: #fafafa;
}
.header-container.bg-primary, .header-container.bg-success, .header-container.bg-info, .header-container.bg-info-alt, .header-container.bg-warning, .header-container.bg-danger, .header-container.bg-primary a, .header-container.bg-success a, .header-container.bg-info a, .header-container.bg-info-alt a, .header-container.bg-warning a, .header-container.bg-danger a, .header-container.bg-primary a:hover, .header-container.bg-success a:hover, .header-container.bg-info a:hover, .header-container.bg-info-alt a:hover, .header-container.bg-warning a:hover, .header-container.bg-danger a:hover {
  color: #fafafa;
}
.header-container.bg-primary .dropdown-menu, .header-container.bg-success .dropdown-menu, .header-container.bg-info .dropdown-menu, .header-container.bg-info-alt .dropdown-menu, .header-container.bg-warning .dropdown-menu, .header-container.bg-danger .dropdown-menu, .header-container.bg-primary .dropdown-menu a, .header-container.bg-success .dropdown-menu a, .header-container.bg-info .dropdown-menu a, .header-container.bg-info-alt .dropdown-menu a, .header-container.bg-warning .dropdown-menu a, .header-container.bg-danger .dropdown-menu a, .header-container.bg-primary .dropdown-menu a:hover, .header-container.bg-success .dropdown-menu a:hover, .header-container.bg-info .dropdown-menu a:hover, .header-container.bg-info-alt .dropdown-menu a:hover, .header-container.bg-warning .dropdown-menu a:hover, .header-container.bg-danger .dropdown-menu a:hover {
  color: #3D4051;
}
.header-container.bg-primary .input-group-addon, .header-container.bg-success .input-group-addon, .header-container.bg-info .input-group-addon, .header-container.bg-info-alt .input-group-addon, .header-container.bg-warning .input-group-addon, .header-container.bg-danger .input-group-addon {
  color: #eee;
}
.header-container.bg-primary::-webkit-input-placeholder, .header-container.bg-success::-webkit-input-placeholder, .header-container.bg-info::-webkit-input-placeholder, .header-container.bg-info-alt::-webkit-input-placeholder, .header-container.bg-warning::-webkit-input-placeholder, .header-container.bg-danger::-webkit-input-placeholder, .header-container.bg-primary:-moz-placeholder, .header-container.bg-success:-moz-placeholder, .header-container.bg-info:-moz-placeholder, .header-container.bg-info-alt:-moz-placeholder, .header-container.bg-warning:-moz-placeholder, .header-container.bg-danger:-moz-placeholder, .header-container.bg-primary::-moz-placeholder, .header-container.bg-success::-moz-placeholder, .header-container.bg-info::-moz-placeholder, .header-container.bg-info-alt::-moz-placeholder, .header-container.bg-warning::-moz-placeholder, .header-container.bg-danger::-moz-placeholder, .header-container.bg-primary:-ms-input-placeholder, .header-container.bg-success:-ms-input-placeholder, .header-container.bg-info:-ms-input-placeholder, .header-container.bg-info-alt:-ms-input-placeholder, .header-container.bg-warning:-ms-input-placeholder, .header-container.bg-danger:-ms-input-placeholder, .header-container.bg-primary .top-nav .nav-left > li > a .badge, .header-container.bg-success .top-nav .nav-left > li > a .badge, .header-container.bg-info .top-nav .nav-left > li > a .badge, .header-container.bg-info-alt .top-nav .nav-left > li > a .badge, .header-container.bg-warning .top-nav .nav-left > li > a .badge, .header-container.bg-danger .top-nav .nav-left > li > a .badge {
  color: #eaeaea;
}
.header-container.bg-primary .search-box .form-control, .header-container.bg-success .search-box .form-control, .header-container.bg-info .search-box .form-control, .header-container.bg-info-alt .search-box .form-control, .header-container.bg-warning .search-box .form-control, .header-container.bg-danger .search-box .form-control {
  color: #fff;
}
.header-container.bg-primary .search-box .input-bar:before, .header-container.bg-primary .search-box .input-bar:after {
  background: #fafafa;
}
.header-container.bg-success .search-box .input-bar:before, .header-container.bg-success .search-box .input-bar:after {
  background: #fafafa;
}
.header-container.bg-info .search-box .input-bar:before, .header-container.bg-info .search-box .input-bar:after {
  background: #fafafa;
}
.header-container.bg-info-alt .search-box .input-bar:before, .header-container.bg-info-alt .search-box .input-bar:after {
  background: #fafafa;
}
.header-container.bg-warning .search-box .input-bar:before, .header-container.bg-warning .search-box .input-bar:after {
  background: #fafafa;
}
.header-container.bg-danger .search-box .input-bar:before, .header-container.bg-danger .search-box .input-bar:after {
  background: #fafafa;
}
.header-container > .top-header .logo.bg-white {
  color: #262B33;
}
.header-container > .top-header .logo.bg-white a {
  color: #262B33;
}
.header-container > .top-header .logo.bg-white a:hover {
  color: #262B33;
}
.header-container > .top-header .logo.bg-white + .menu-button .icon-bar {
  background-color: #3D4051;
}
.header-container > .top-header .logo.bg-white + .menu-button:hover .icon-bar {
  background-color: #fff;
}
.header-container > .top-header .logo.bg-dark, .header-container > .top-header .logo.bg-primary, .header-container > .top-header .logo.bg-success, .header-container > .top-header .logo.bg-info, .header-container > .top-header .logo.bg-info-alt, .header-container > .top-header .logo.bg-warning, .header-container > .top-header .logo.bg-danger, .header-container > .top-header .logo.bg-dark a, .header-container > .top-header .logo.bg-primary a, .header-container > .top-header .logo.bg-success a, .header-container > .top-header .logo.bg-info a, .header-container > .top-header .logo.bg-info-alt a, .header-container > .top-header .logo.bg-warning a, .header-container > .top-header .logo.bg-danger a, .header-container > .top-header .logo.bg-dark a:hover, .header-container > .top-header .logo.bg-primary a:hover, .header-container > .top-header .logo.bg-success a:hover, .header-container > .top-header .logo.bg-info a:hover, .header-container > .top-header .logo.bg-info-alt a:hover, .header-container > .top-header .logo.bg-warning a:hover, .header-container > .top-header .logo.bg-danger a:hover {
  color: #fafafa;
}

@media (min-width: 768px) {
  .header-container > .top-header .logo {
    border: 0;
  }
}
.preloaderbar {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  margin-bottom: -4px;
  overflow: hidden;
}
.preloaderbar .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px !important;
  text-indent: -9999px;
  background-color: transparent;
}
.preloaderbar .bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 4px !important;
  display: block;
  background-color: #007d71;
  transform: scaleX(0);
  transform-origin: left center;
}
.preloaderbar.active {
  animation: none !important;
}
.preloaderbar.active .bar {
  animation: none !important;
  height: 4px !important;
}
.preloaderbar.active .bar:before {
  animation: preloader-fill 2.2s infinite ease-in-out, preloader-color 2.2s infinite ease-in-out !important;
}
@keyframes preloader-fill {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes preloader-color {
  0% {
    background-color: #007d71;
  }
  100% {
    background-color: #e7edf6;
  }
}
body {
  background: #efefef;
}

.body-auth.app_layout > .main-container:before, .body-err.app_layout > .main-container:before {
  background: none;
}

@media (min-width: 768px) {
  .body-auth .page-signin, .body-auth .page-signup, .body-auth .page-forgot, .body-auth .page-err {
    margin-right: 220px;
  }
  .body-err .page-signin, .body-err .page-signup, .body-err .page-forgot, .body-err .page-err {
    margin-right: 220px;
  }
}
@media (min-width: 768px) {
  .body-auth.nav-collapsed-min .page-signin, .body-auth.nav-collapsed-min .page-signup, .body-auth.nav-collapsed-min .page-forgot, .body-auth.nav-collapsed-min .page-err {
    margin-right: 60px;
  }
  .body-err.nav-collapsed-min .page-signin, .body-err.nav-collapsed-min .page-signup, .body-err.nav-collapsed-min .page-forgot, .body-err.nav-collapsed-min .page-err {
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  .body-auth .nav-horizontal + .content-container .page-signin, .body-auth .nav-horizontal + .content-container .page-signup, .body-auth .nav-horizontal + .content-container .page-forgot, .body-auth .nav-horizontal + .content-container .page-err {
    margin-right: 0;
  }
  .body-err .nav-horizontal + .content-container .page-signin, .body-err .nav-horizontal + .content-container .page-signup, .body-err .nav-horizontal + .content-container .page-forgot, .body-err .nav-horizontal + .content-container .page-err {
    margin-right: 0;
  }
}
.body-wide #header, .body-wide #nav-container {
  display: none;
}
.body-wide > .main-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.body-wide #content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 0;
}
.body-wide.on-canvas .main-container #content {
  margin-left: 0;
  margin-right: 0;
}

.placeholder-search::-webkit-input-placeholder {
  color: #FFFFFF;
}

.placeholder-search::-moz-input-placeholder {
  color: #FFFFFF;
}

.placeholder-search::-ms-input-placeholder {
  color: #FFFFFF;
}

::-webkit-scrollbar-track {
  background-color: rgb(239, 239, 239);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.21);
}

.nav-wrapper::-webkit-scrollbar-track {
  background-color: #262b33;
}

.nav-wrapper::-webkit-scrollbar {
  width: 8px;
}

.nav-wrapper::-webkit-scrollbar-thumb {
  background: black;
}

.text-underline {
  text-decoration: underline;
  font-weight: bold;
}

.opc {
  width: 219px;
}

.no-print {
  display: block;
}

.print {
  display: none;
}

.print2 {
  display: none;
}

.print-table {
  display: none;
}

.modal-cadastro {
  width: 85%;
  margin: auto;
}
@media all and (max-width: 480px) {
  .modal-cadastro {
    width: 100%;
  }
}

.logo-login {
  display: block;
  margin: 0 auto;
  height: 60px;
}

.formulario_login {
  width: 70%;
  margin: auto;
}

.page-signin-xtreme .body-inner:before {
  background-color: #fbab16 !important;
}
.page-signin-xtreme .ui-input-group .form-control:focus {
  border-color: #96660d !important;
}
.page-signin-xtreme .btn-primary {
  background: #c88811 !important;
  border-color: #c88811 !important;
}
.page-signin-xtreme .ui-input-group > input:focus ~ label, .page-signin-xtreme .ui-input-group > textarea:focus ~ label {
  color: #c88811 !important;
}
.page-signin-xtreme .ui-input-group .input-bar:before, .page-signin-xtreme .ui-input-group .input-bar:after {
  background: #c88811 !important;
}

.logo-icon-xtreme {
  display: none;
}

.nav-collapsed-min .logo-icon-xtreme {
  display: inherit;
}
.nav-collapsed-min .logo-icon-xtreme img {
  height: 27px;
}

.icon-sex {
  display: block;
  margin: 0 auto;
  margin-top: -20px;
}

.message-error {
  color: #FF0000;
  margin-bottom: 20px;
}

.campo-obrigatorio {
  margin-top: 37px;
  color: #FF0000;
}

.campo-obrigatorio-data {
  margin-left: 90px;
  margin-top: -8px;
  color: #FF0000;
}

.campo-obrigatorio2 {
  color: #FF0000;
}

.sign-line {
  border-top: 1px solid #000;
  clear: both;
}

.text-invoice {
  line-height: 1.8;
}

.btn-aux {
  position: absolute;
  margin-top: -15px;
}
@media all and (max-width: 480px) {
  .btn-aux {
    position: relative;
    margin-top: 0px;
  }
}

.table-responsive {
  overflow-y: hidden;
}

.btn-table {
  width: 30px !important;
}

.id-table {
  width: 50px !important;
}

.os-table {
  width: 70px !important;
}

.button-table {
  width: 50px !important;
  max-width: 50px !important;
  text-align: center !important;
}

.codigo-table {
  width: 100px !important;
}

.cbo-table {
  width: 90px !important;
}

.nome-table {
  width: 300px !important;
}

.nome2-table {
  min-width: 300px !important;
  max-width: 300px !important;
  width: 300px !important;
}

.descricao-table {
  width: 400px !important;
}

.multi_lines_text {
  white-space: pre-line;
}

.tipo-table {
  width: 200px !important;
}

.tipo2-table {
  width: 250px !important;
}

.tipo3-table {
  width: 180px !important;
}

.tipo4-table {
  min-width: 180px !important;
  max-width: 180px !important;
  width: 180px !important;
}

.data-table {
  width: 150px !important;
}

.data2-table {
  width: 120px !important;
}

.valor-table {
  width: 150px !important;
}

.valor2-table {
  width: 120px !important;
}

.valor3-table {
  width: 90px !important;
}

.valor4-table {
  min-width: 90px !important;
  max-width: 90px !important;
  width: 90px !important;
}

.valor5-table {
  min-width: 120px !important;
  max-width: 120px !important;
  width: 120px !important;
}

.valor6-table {
  width: 100px !important;
}

.porcentagem-table {
  width: 110px !important;
}

.nascimento-table {
  width: 130px !important;
}

.opc-table {
  width: 39px !important;
}

.pix-table {
  min-width: 580px !important;
}

.th-3x {
  height: 104px !important;
}

.tr-41 {
  height: 41px !important;
}

.table > thead > tr > th {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.descricao-table {
  max-width: 350px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkbox-table {
  text-align: center;
  width: 50px;
}

.checkbox-table2 .md-label {
  margin-top: 0;
}

.produtivo-table {
  width: 50px !important;
}

.sigla-table {
  width: 70px !important;
}

.veiculo-table {
  width: 175px !important;
}

.car-table {
  width: 150px !important;
}

.opcoes-table-produtos {
  width: 200px;
}

.margin-top-aux {
  margin-top: -78px;
}

.cnpj-table {
  width: 149px;
}

.descricao-table-ellips {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 71px;
}

.espaco-table {
  width: 71px !important;
}

.espc-table {
  width: 38px !important;
}

.nome-table-produtos {
  width: 240px;
}

.opcoes-table {
  width: 120px !important;
  min-width: 120px !important;
}

.opcoes2-table {
  width: 160px !important;
  min-width: 160px !important;
}

.opcoes3-table {
  width: 97px;
}

.w100 {
  width: 100px;
}

.w50 {
  width: 50px;
}

.mh50 {
  min-height: 50px;
}

.mh400 {
  min-height: 400px;
}

.mh600 {
  min-height: 600px;
}

.icon-produtivo {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.title-new {
  border-bottom: 1px solid #007d71;
  min-height: 16.42857px;
  margin-bottom: 29px;
}

.spacing-top {
  margin-top: 25px;
}

.aux-padding {
  padding-top: 0.5em;
  max-width: 720px;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .aux-padding {
    padding-right: 0em;
    padding-left: 0em;
    padding-top: 0em;
  }
}

.aux-padding-os {
  padding-top: 0.8em;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .aux-padding-os {
    padding-right: 0em;
    padding-left: 0em;
    padding-top: 0em;
  }
}

.class-sexo {
  text-align: center;
  margin-top: 15px;
}

.englob-wizard {
  padding: 2em;
}

.icon-wizard {
  background: #009688;
  height: 56px;
  line-height: 56px;
  color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 245.25px;
  margin-right: 1em;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .icon-wizard {
    display: block;
    margin: 11px auto;
    max-width: 284.25px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.panel-wizard {
  min-height: 33em;
}

.bottons-wizard {
  float: right;
  margin-top: 4px;
}
.bottons-wizard button {
  background-color: #009688;
  color: #FFFFFF;
  padding: 0.5em 1em;
  text-decoration: none;
  min-width: 100px;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  border: none;
}

.wizard-form-corpo {
  margin-top: 6em;
}

.wizard-form-corpo2 {
  margin-top: 8em;
}

.wizard-inative {
  background: #eee;
  height: 56px;
  line-height: 56px;
  color: #aaa;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 245.25px;
  margin-right: 1em;
}

.wizard-ative {
  background: #009688;
  height: 56px;
  line-height: 56px;
  color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 245.25px;
  margin-right: 1em;
}

.wizard-passed {
  background: #009688;
  height: 56px;
  line-height: 56px;
  color: #FFFFFF;
  opacity: 0.5;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 245.25px;
  margin-right: 1em;
}

.aux-date {
  margin-top: -9px;
}

.table-checbox {
  width: 90px;
  text-align: center;
}

.campo-obrigatorio-funcionario {
  margin-top: 6px;
  color: #FF0000;
}

.opcoes-produtos {
  width: 58px;
}

.titulo_cargo {
  border-bottom: 1px solid #e7edf6;
  padding: 15px 5px;
  background-color: #A0A2AA;
  line-height: 1;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 300;
}

.pricing-table-warning .titulo_cargo {
  background-color: #FFCA28;
}

.pricing-table-success .titulo_cargo {
  background-color: #8BC34A;
}

.footer-modal {
  text-align: right;
  margin-top: 10px;
}

.div_pesquisar_modal {
  float: right;
  margin-bottom: 20px;
  margin-right: -17px;
}

.obs-ellips {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aux-margin-top-bottom {
  margin-top: -39px;
  margin-bottom: 39px;
}

.bg-yellow {
  background-color: #fffcbc;
}

.label-lg {
  font-size: 100%;
}

.user-box {
  min-width: 132px;
}

.profile-menu {
  margin-right: 10px;
}

.profile-username {
  vertical-align: -webkit-baseline-middle;
}

.module-title {
  margin-top: 14px;
}

.modules-box {
  margin-right: 10px;
}

.dropdown-nav-title {
  margin-left: 10px;
  font-size: smaller;
  font-weight: bold;
}

@keyframes div-pisca {
  0% {
    opacity: 0;
    color: red;
    background-color: white;
  }
  50% {
    opacity: 0.5;
    color: red;
    background-color: yellow;
  }
  100% {
    opacity: 1;
    color: red;
    background-color: white;
  }
}
.div-pisca {
  background-color: #ce300c;
  color: #fff;
  padding: 0.6em 0.8em;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  animation: btn-pisca 0.9s linear infinite;
}

md-list-item.md-3-line,
md-list-item.md-3-line > .md-no-style {
  min-height: 40px !important;
}

.position-initial {
  position: initial !important;
}

.ytb-div {
  position: relative;
  padding-bottom: 46.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.ytb-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  margin-left: 10%;
}

.text-red {
  color: red !important;
}

.list-group-item-sm {
  padding: 5px !important;
}

.md-icon-sm {
  font-size: 18px !important;
}

.btn-tooltip {
  margin-left: -40px !important;
  margin-top: 15px !important;
}

.textarea-form {
  height: 150px !important;
}

.textarea-form2 {
  height: 50px !important;
}

.table tr td {
  padding: 5px !important;
}

.tr-xs {
  font-size: 9px !important;
}

.tr-sm {
  font-size: 10px !important;
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  margin-left: 30px !important;
}

.icon-zmdi {
  font-size: 12px !important;
}

.font-size-8 {
  font-size: 8px !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.text-danger {
  color: #A1513C !important;
}

.modal-body {
  padding: 20px 40px !important;
}

.button-plus {
  background-color: rgb(0, 188, 212) !important;
  float: right !important;
}
@media all and (max-width: 480px) {
  .button-plus {
    margin-top: -14px;
  }
}

.button-plus-vendas {
  background-color: #00574f !important;
  float: right !important;
}
@media all and (max-width: 480px) {
  .button-plus-vendas {
    margin-top: -14px;
  }
}

.tbody-sm {
  font-size: 10px !important;
}

.btn-w-sm {
  padding: 3px 8px !important;
}

.hr-titulo {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}

.hr-min {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.btn-primary {
  background: #007d71 !important;
  border-color: #007d71 !important;
}
.btn-primary span {
  display: block;
  margin: 7px auto;
}

.badge-bullet {
  margin-left: -10px;
  margin-top: -15px;
}

.badge-info-i {
  color: #00BCD4;
  background-color: #fff;
  border-color: #fff;
}

.border-top {
  border-top: 1px solid #000 !important;
}

.border-bottom {
  border-bottom: 1px solid #000 !important;
}

.bd-l-0 {
  border-left: none !important;
}

.bd-r-0 {
  border-right: none !important;
}

.v-top {
  vertical-align: top !important;
}

.v-bottom {
  vertical-align: bottom !important;
}

.v-middle {
  vertical-align: middle !important;
}

.v-super {
  vertical-align: super !important;
}

.v-sub {
  vertical-align: sub !important;
}

.h-30 {
  height: 30px !important;
}

.h-200 {
  min-height: 200px !important;
}

.h-250 {
  max-height: 250px !important;
}

.h-300 {
  min-height: 300px !important;
}

.h-375 {
  min-height: 375px !important;
}

.h-390 {
  min-height: 390px !important;
}

.h-450 {
  max-height: 450px !important;
}

.wd-4k {
  width: 4000px !important;
}

.wd-2k {
  width: 1800px !important;
}

.wd-full {
  width: 100% !important;
}

.wd-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.wd-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.max-wd-80p {
  max-width: 80% !important;
}

.max-wd-90p {
  max-width: 90% !important;
}

.hd-full {
  height: 100% !important;
}

.wd-max-full {
  max-width: 100% !important;
}

.wd-max-24 {
  max-width: 24px !important;
  width: 24px !important;
}

.wd-40 {
  width: 40px !important;
}

.wd-45 {
  width: 45px !important;
}

.wd-50 {
  width: 50px !important;
}

.wd-60 {
  width: 60px !important;
}

.wd-75 {
  width: 75px !important;
}

.wd-85 {
  width: 85px !important;
}

.wd-90 {
  width: 90px !important;
}

.wd-100 {
  width: 100px !important;
}

.wd-110 {
  width: 110px !important;
}

.wd-120 {
  width: 120px !important;
}

.wd-150 {
  width: 150px !important;
}

.wd-200 {
  width: 200px !important;
}

.wd-300 {
  max-width: 300px !important;
}

.wd-50 {
  max-width: 50px !important;
}

.min-wd-70 {
  min-width: 70px !important;
}

.min-wd-120 {
  min-width: 120px !important;
}

.min-wd-200 {
  min-width: 200px !important;
}

.align-top {
  vertical-align: top !important;
}

.label-sm {
  padding: 0.1em 0.8em !important;
}

.bc-vertical {
  transform: rotate(270deg) !important;
  -ms-transform: rotate(270deg) !important;
  -moz-transform: rotate(270deg) !important;
  -webkit-transform: rotate(270deg) !important;
  -o-transform: rotate(270deg) !important;
  max-width: 160% !important;
  width: 160% !important;
  height: 70px !important;
  margin-left: -10px;
  margin-top: 30px;
}

.bc2-vertical {
  transform: rotate(270deg) !important;
  -ms-transform: rotate(270deg) !important;
  -moz-transform: rotate(270deg) !important;
  -webkit-transform: rotate(270deg) !important;
  -o-transform: rotate(270deg) !important;
  max-width: none !important;
  width: 170px !important;
  height: 60px !important;
  margin-top: 20px !important;
  margin-left: -70px !important;
}

.form-checkbox .md-container {
  margin-top: 10px !important;
}

.form-checkbox .md-label {
  margin-top: 0 !important;
}

.mg-auto {
  margin: auto !important;
}

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

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

.mg-top-2m {
  margin-top: -2px !important;
}

.mg-top-5m {
  margin-top: -5px !important;
}

.mg-top-12m {
  margin-top: -12px !important;
}

.mg-top-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

.mg-top-35 {
  margin-top: 35px !important;
}

.mg-top-40 {
  margin-top: 40px !important;
}

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

.mg-top-60 {
  margin-top: 60px !important;
}

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

.mg-rg-0 {
  margin-right: 0 !important;
}

.mg-rg-20 {
  margin-right: 20px !important;
}

.mg-rg-10 {
  margin-right: 10px !important;
}

.mg-rg-5 {
  margin-right: 5px !important;
}

.md-input {
  border-color: #d6d6d6 !important;
}

md-select .md-select-value {
  border-bottom-color: #d6d6d6 !important;
}

.mg-bt-0 {
  margin-bottom: 0 !important;
}

.mg-bt-3 {
  margin-bottom: 3px !important;
}

.mg-bt-5 {
  margin-bottom: 5px !important;
}

.mg-bt-10 {
  margin-bottom: 10px !important;
}

.mg-bt-20 {
  margin-bottom: 20px !important;
}

.mg-bt-30 {
  margin-bottom: 30px !important;
}

.mg-bt-37 {
  margin-bottom: 37px !important;
}

.mg-bt-40 {
  margin-bottom: 40px !important;
}

.mg-bt-50 {
  margin-bottom: 50px !important;
}

.mg-bt-80 {
  margin-bottom: 80px !important;
}

.mg-lf-m5 {
  margin-left: 0 !important;
  margin-right: 10px;
}

.mg-lf-m220 {
  margin-left: -220px !important;
}

.mg-lf-6 {
  margin-left: 6px !important;
}

.mg-lf-10 {
  margin-left: 10px !important;
}

.mg-lf-15 {
  margin-left: 15px !important;
}

.mg-lf-20 {
  margin-left: 20px !important;
}

.mg-lf-60 {
  margin-left: 20px !important;
}

.mg-lf-70 {
  margin-left: 20px !important;
}

.mg-lf-80 {
  margin-left: 80px !important;
}

.mg-lf-100 {
  margin-left: 100px !important;
}

.top-16 {
  top: -16px !important;
}

.pd-top-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

.pd-bt-0 {
  padding-bottom: 0 !important;
}

.pd-bt-10 {
  padding-bottom: 10px !important;
}

.pd-bt-20 {
  padding-bottom: 20px !important;
}

.pd-bt-25 {
  padding-bottom: 25px !important;
}

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

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

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

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

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

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

.pd-lf-0 {
  padding-left: 0 !important;
}

.pd-lf-5 {
  padding-left: 5px !important;
}

.pd-lf-10 {
  padding-left: 10px !important;
}

.pd-lf-15 {
  padding-left: 15px !important;
}

.mg-lf-0 {
  margin-left: 0 !important;
}

.pd-rt-10 {
  padding-right: 10px !important;
}

.pd-rt-20 {
  padding-right: 20px !important;
}

.pd-rt-0 {
  padding-right: 0 !important;
}

.treeview-border {
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
  border-left: 1px solid #eff2f7 !important;
}

.treeview-border:last-child {
  border-bottom: 1px solid #eff2f7 !important;
}

.inline {
  display: inline !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline-table {
  display: inline-table !important;
}

.d-flex {
  display: flex !important;
}

.none {
  display: none !important;
}

.text-underline:hover {
  text-decoration: underline !important;
}

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

.icon-sm {
  font-size: 22px;
}

.icon-md {
  font-size: 36px;
}

.a-table {
  color: rgba(0, 0, 0, 0.87) !important;
}

.bg-dark .a-table {
  color: #FFFFFF !important;
}

.bg-smart {
  color: #fff;
  background-color: #8BC34A !important;
}

.bg-cielo {
  color: #fff;
  background-color: #00A9E8 !important;
}

.bg-bradesco {
  color: #fff;
  background-color: #C7072E !important;
}

.no-dec {
  text-decoration: none !important;
}

.checkbox-ico {
  top: 6px !important;
}

.md-checked .md-off {
  border-color: #009688 !important;
}

.md-checked .md-bar {
  background-color: rgba(17, 167, 153, 0.7) !important;
}

.md-on {
  background-color: rgba(17, 167, 153, 0.7) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.mt-0 {
  margin-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

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

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

.red .md-thumb {
  background-color: #FF0000 !important;
}
.red .md-bar {
  background-color: rgba(255, 0, 0, 0.45) !important;
}

.bg-dark-light a {
  color: #fff !important;
}

.md-tabs {
  background: #007d71 !important;
}

.md-tab {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.md-tab.md-active {
  color: rgba(0, 0, 0, 0.87) !important;
}

.md-radio-button .md-checked.md-ink-ripple {
  color: #5F8E28 !important;
}

.bgAdmin {
  background: #8BC34A !important;
}

.bgEstoque {
  background: #676158 !important;
}

.bgFinanceiro {
  background: #d8a51f !important;
  color: #fff !important;
}

.bgBilling {
  background: #ccac00 !important;
  color: #fff !important;
}

.bgPlotter {
  background: #009688 !important;
}

.bgProducao {
  background: #58984E !important;
}

.bgRh {
  background: #00BCD4 !important;
}

.bgVendas {
  background: #58984E !important;
}

.bgSupervisao {
  background: #ad3232 !important;
}

.bgSuporte {
  background: #3b6f9c !important;
}

.bgCompras {
  background: #740001 !important;
}

.bgFactoring {
  background: #005b96 !important;
}

.bgConcessionaria {
  background: #6497b1 !important;
}

.bgSupervisaoTecnica {
  background: #317873 !important;
}

.bgLogistica {
  background: #317873 !important;
}

.bgCrm {
  background: #c9c900 !important;
}

.modulo_ativo {
  color: #fff !important;
}

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

.aux-margin-card {
  margin-bottom: 30px !important;
}

.aux-message {
  margin-top: -57px !important;
}

.form-horizontal .form-group {
  margin-left: -9px !important;
  margin-right: -9px !important;
}

.col-md-3 .md-container {
  margin-left: 0 !important;
}

.guide-card {
  max-height: 180px !important;
  min-height: 180px !important;
  font-size: 12px !important;
}

.guide-card h3 {
  font-size: 0.8vw !important;
}

md-input-container label,
md-select .md-select-value.md-select-placeholder {
  font-weight: 500 !important;
  color: #3D4051 !important;
}

md-input-container .md-input[disabled],
md-select.md-default-theme[disabled] .md-select-value,
md-select[disabled] .md-select-value {
  color: #505362 !important;
}

md-checkbox .md-container {
  display: table-cell !important;
  padding-right: 10px;
}

md-checkbox .md-label {
  display: table-cell !important;
}

.bg-danger {
  background-color: #FBE9E6 !important;
  color: #A1513C !important;
  border-color: #f7d0d1 !important;
}

.bg-danger2 {
  background-color: #ff3726 !important;
  color: #fff !important;
  border-color: #ff3726 !important;
}

.bg-info {
  color: #3B799A !important;
  background-color: #E6F5FD !important;
  border-color: #c5f1fa !important;
}

.input-bg-success {
  background-color: #F0FBE3 !important;
  color: #58984E !important;
  border-color: #F0FBE3 !important;
}

.md-datepicker-calendar-pane {
  z-index: 1200 !important;
}

md-datepicker .md-default-theme,
md-datepicker {
  background-color: inherit !important;
}

.md-datepicker-input-mask-opaque {
  height: inherit !important;
}

.btn-full {
  width: 100% !important;
}

.row-navbar {
  padding: 10px;
  margin-top: -15px;
  margin-bottom: 25px;
  margin-right: -15px;
  border: none;
}

.row-navbar-os {
  padding: 10px 0 0 0;
  margin-top: -15px;
  margin-bottom: 0;
  margin-right: -15px;
  border: none;
}
.row-navbar-os .md-button {
  min-height: 30px;
  min-width: 60px;
}
.row-navbar-os .md-button .caret {
  vertical-align: super;
  margin-left: 5px;
}

.row-navbar2 {
  padding: 10px;
  margin-top: -10px;
  margin-bottom: 25px;
  margin-right: -10px;
  border: none;
}

.v-text-bottom {
  vertical-align: text-bottom;
}

.panel-obs-os {
  min-height: 205px;
}

.border-none {
  border: none !important;
}

.td-sm {
  padding: 0 !important;
  padding-top: 10px !important;
}

.table-sm th {
  padding: 10px 5px 3px 10px !important;
}
.table-sm td {
  padding: 10px 5px 3px 10px !important;
}

.table-max {
  min-width: 100%;
  width: -moz-max-content !important;
  width: max-content !important;
}

.table > tfoot > tr > th {
  padding: 10px 5px !important;
}

.bg-dinheiro {
  background-color: #e1fbce !important;
}

.bg-deposito {
  background-color: #e6f0fd !important;
}

.bg-cartao {
  background-color: #fffcbc !important;
}

.bg-cheque {
  background-color: #fff1f4 !important;
}

.invoice-inner {
  background-color: none !important;
}

.index-header {
  min-height: 420px;
}

.icon-success {
  color: #8BC34A;
}

.icon-info {
  color: #00BCD4;
}

.icon-warning {
  color: #FFCA28;
}

.icon-danger {
  color: #F44336;
}

.bd-success {
  color: #F44336;
}

.text-white {
  color: white !important;
}

.profile-header {
  display: flex !important;
}

.progressbar-align {
  margin-left: 0 !important;
  margin-right: -5px !important;
  margin-top: -15px !important;
}

.img-300 {
  width: 300px !important;
  height: auto !important;
}

.img-150 {
  width: 150px !important;
  height: auto !important;
}

.md-content {
  background-color: #262626;
  height: auto !important;
}

md-tooltip .md-content {
  background-color: #515151 !important;
  padding: 10px;
  font-size: 12px;
  line-height: inherit;
  text-align: justify;
  text-transform: uppercase;
}

.ico-info {
  margin-left: 10px;
  margin: 0;
  padding: 0;
  top: -10px;
}

.height-clear {
  min-height: unset !important;
  max-height: unset !important;
}

.ui-accordion .panel-heading {
  background-color: #f5f5f5 !important;
  text-align: left !important;
  height: 38px !important;
}

.bg-default2 {
  background-color: #f5f5f5 !important;
}

.bg-default3 {
  background-color: #c4c4c4 !important;
}

.bg-muted {
  background-color: #efefef;
  color: #bfbfbf;
}

.bg-muted:hover {
  background-color: inherit;
}

tr:hover .bg-muted {
  background-color: #dfdfdf;
}

.card-action .bg-info {
  background-color: #00BCD4 !important;
  color: #fff !important;
}

.bg-primary-dark {
  background-color: #004b43 !important;
  border-color: #004b43 !important;
}

md-checkbox .md-container {
  display: table-cell !important;
  padding-right: 10px;
}

md-checkbox .md-label {
  display: table-cell !important;
  vertical-align: bottom !important;
}

.md-icon-button-xs {
  height: 20px !important;
  width: 20px !important;
}

.md-checkbox-sm .md-container {
  width: 14px;
  height: 14px;
}
.md-checkbox-sm .md-container .md-icon {
  width: 14px;
  height: 14px;
}

.md-checkbox-sm.md-checked .md-icon:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
}

.dashboard-table {
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
  background-color: #fcfcfc;
  color: #999;
  border-radius: 2px;
  transition: 0.25s ease-out;
  min-width: 149px;
  min-height: 320px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.dashboard-table.ranking-gold .ranking-position {
  background-color: #FFD700;
}

.dashboard-table.ranking-silver .ranking-position {
  background-color: #C0C0C0;
}

.dashboard-table.ranking-bronze .ranking-position {
  background-color: #a78955;
}

.dashboard-table:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.dashboard-header {
  text-align: left;
  padding: 12px 8px;
}

.dashboard-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.dashboard-header .bbt {
  border-bottom: 1px solid #e0e0e0;
}

.ranking-position {
  border-bottom: 1px solid #e7edf6;
  padding: 25px 15px;
  background-color: #009688;
  color: #fff;
  font-weight: 300;
}

.ranking-position-title {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
  font-size: 70px !important;
  font-weight: bolder;
}

.ranking-position-subtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  font-size: 20px !important;
  font-weight: bold;
}

.dashboard-table .ranking-plan-details {
  padding: 1em;
  text-align: center;
}

.dashboard-table .ranking-lead {
  font-size: 14px;
  text-transform: uppercase;
  width: 80%;
  margin: auto;
  margin-top: 10px;
}

.dashboard-table .ranking-lead:after {
  margin: 0 auto;
  content: "";
  height: 0px;
  width: 80px;
  padding-top: 0.6em;
  border-bottom: solid 3px #eff0f3;
  display: block;
}

.goal-container {
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
  min-height: 250px;
  border-radius: 10px;
  vertical-align: bottom;
  position: inherit;
  overflow: hidden;
}

.goal-container .receipt-content {
  background-color: #92d050;
  width: 100%;
  box-sizing: border-box;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
}

.service-tag {
  max-width: 300px;
  text-wrap: wrap;
  overflow-wrap: break-word;
}

.quarter-goal {
  margin-bottom: 80px;
}

.cluster-average-line,
.store-average-line {
  font-weight: bold;
  min-width: 1%;
}

.cluster-average-line .line-content {
  width: 88%;
  height: 10px;
  background-color: #C0C0C0;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
}

.store-average-line .line-content {
  width: 88%;
  height: 10px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
}

.store-average-line .line-content-success {
  background-color: #92d050;
}

.store-average-line .line-content-warning {
  background-color: #FFD862;
}

.store-average-line .line-content-danger {
  background-color: #FF4F51;
}

.store-average-line-success {
  color: #92d050;
}

.store-average-line-warning {
  color: #FFD862;
}

.store-average-line-danger {
  color: #FF4F51;
}

.cluster-average-title {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 0;
}

.legend-box {
  display: flex;
  float: right;
  margin-top: -25px;
  width: 180px;
}

.cluster-legend {
  background-color: #C0C0C0;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.store-legend {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: flex;
}

.store-legend-success {
  background-color: #92d050;
  width: 4px;
  height: 12px;
}

.store-legend-warning {
  background-color: #FFD862;
  width: 4px;
  height: 12px;
}

.store-legend-danger {
  background-color: #FF4F51;
  width: 4px;
  height: 12px;
}

.gauge-panel {
  background-image: url(/images/bg-gauge.jpg?93f8d7c1d984d87ba8dfc3c81e000704);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  width: 50%;
  height: 220px;
  margin-top: -260px;
  color: #fff;
  padding-top: 3%;
  box-sizing: border-box;
  position: relative;
}

.gauge-panel-content {
  margin: auto;
  margin-left: 33.33%;
  position: relative;
  padding: 10px;
  background-color: #000;
  opacity: 0.7;
  width: 33.33%;
  border-radius: 4px;
  position: relative;
}

.gauge-panel-content h5 {
  margin-top: 0;
}

.gauge-panel-content h6 {
  line-height: 1.4;
  font-size: 10px;
}

.gauge-panel-footer {
  width: 100%;
  margin: auto;
  margin-top: 10px;
  position: absolute;
  bottom: 0px;
}

.gauge-panel-footer h5 {
  display: inline-block;
  text-align: center;
  color: #fff;
}

.gauge-panel-footer h5 small {
  color: #fff;
}

.gauge-panel-footer h5:first-child {
  margin-right: 6%;
}

.gauge-panel-footer h5:last-child {
  margin-left: 6%;
}

.gauge-container {
  margin: 20px;
  height: 240px;
  width: 240px;
  border: 12px solid #7f7f7f;
  border-radius: 50%;
  background-color: #cbcbcb !important;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
}

.gauge-container-gauge {
  width: 100%;
  height: 100%;
}

.gauge-container-label {
  margin: auto;
  text-align: center;
  background-color: #d8d8d8;
  color: #595959;
  height: 150px;
  width: 150px;
  margin-top: -192px;
  border-radius: 50%;
  box-sizing: content-box;
  position: sticky;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.gauge-container-label h4,
.gauge-container-label h3 {
  padding-top: 50px;
  font-weight: bold;
  margin-top: 0;
}

.pie-chart {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  min-height: 300px !important;
}

.font-11 {
  font-size: 11px;
}

.font-14 {
  font-size: 14px;
}

.div-especial {
  padding-top: 30px;
  min-height: 0;
  text-align: center;
}

.h3-especial {
  line-height: 1.5em;
  color: #d3565a;
}

.h1-especial {
  color: #c33338;
}

.h4-pix {
  font-size: 16px;
  margin-bottom: 10px !important;
}

.ul-pix {
  text-align: justify;
}

.payment-footer {
  background: #a6ce39;
  padding: 15 0 0 0;
}

.payment-footer .row {
  background: #383838;
  margin: 0 !important;
}

.logo-white-text {
  height: 45px;
  margin-left: 10px;
}

.img-pix {
  width: 120px;
  height: 120px;
  margin-top: 10vh;
}

.div-img-pix {
  height: 120px;
}

.btn-info-hover {
  background-color: #00a5bb;
  border-color: #00a5bb;
}

.form-group-pd {
  padding: 5px 5px 5px 10px !important;
}

.no-box-shadow {
  box-shadow: none !important;
}

.table-dashboard th,
.table-dashboard td {
  border-left: solid 1px #ddd;
}

.paystub-value {
  margin-top: 5px;
  margin-bottom: 5px;
}

.paystub-list-item {
  padding: 10px 20px;
}

.limit-text {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  max-width: 400px !important;
}

.profile-card-title {
  color: #666666;
  font-size: 20px;
  text-align: left;
  margin-bottom: 0;
}

.service-material-list-container {
  padding: 5px;
  font-size: smaller;
  font-weight: 600;
}

.scroll-x {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.readonly-tab span {
  opacity: 1 !important;
}

.readonly-tab .md-tab {
  color: #000 !important;
}

.cb-no-padding .md-container {
  padding-right: 0 !important;
}

.input-group-addon-sm {
  padding: 6px 9px !important;
}

/**
 * Campo de busca compacto (bordas arredondadas, foco alinhado ao verde do Material do app).
 */
.input-group-ds-search {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.input-group-ds-search .form-control {
  border: none;
  box-shadow: none;
  height: 38px;
}
.input-group-ds-search .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.input-group-ds-search .input-group-addon {
  border: none;
  background-color: #e7edf6;
  color: #A0A2AA;
}
.input-group-ds-search:focus-within {
  border-color: #009688;
  box-shadow: 0 0 0 2px rgba(0, 150, 136, 0.2);
}

.treeview-item {
  padding-left: 15px;
  margin-left: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.uppercase {
  text-transform: uppercase;
}

.input-xs {
  height: 22px;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px;
}

.text-disabled {
  color: #bbbbbb;
}

.tabs-sm md-tabs-canvas, .tabs-sm md-pagination-wrapper {
  height: 24px !important;
}

.tabs-default md-tabs-canvas {
  background-color: #efefef !important;
}

.tabs-sm md-tab-item {
  padding: 0 !important;
}

/* Checkbox do cabeçalho escuro (relatório indicadores): borda clara no controle, alinhado às linhas, sem caixa branca */
.th-checkbox-cabecalho-escuro md-checkbox:not(.md-checked) .md-icon,
.th-checkbox-cabecalho-escuro md-checkbox:not(.md-checked) .md-off {
  border-color: rgba(255, 255, 255, 0.88) !important;
}

.th-checkbox-cabecalho-escuro md-checkbox.md-indeterminate .md-icon,
.th-checkbox-cabecalho-escuro md-checkbox.md-indeterminate .md-off {
  border-color: rgba(255, 255, 255, 0.88) !important;
}

.th-checkbox-cabecalho-escuro md-checkbox.md-checked .md-icon,
.th-checkbox-cabecalho-escuro md-checkbox.md-checked .md-off {
  border-color: #009688 !important;
}

.ap-orange {
  background-color: oklch(95.4% 0.038 75.164deg) !important;
  border-top: 1px solid oklch(75% 0.183 55.934deg) !important;
  border-bottom: 1px solid oklch(75% 0.183 55.934deg) !important;
  border-left: 1px solid oklch(75% 0.183 55.934deg) !important;
  border-right: 1px solid oklch(75% 0.183 55.934deg) !important;
}

.ap-yellow {
  background-color: oklch(97.3% 0.071 103.193deg) !important;
  border-top: 1px solid oklch(90.5% 0.182 98.111deg) !important;
  border-bottom: 1px solid oklch(90.5% 0.182 98.111deg) !important;
  border-left: 1px solid oklch(90.5% 0.182 98.111deg) !important;
  border-right: 1px solid oklch(90.5% 0.182 98.111deg) !important;
}

.ap-blue {
  background-color: oklch(95.1% 0.026 236.824deg) !important;
  border-top: 1px solid oklch(62.3% 0.214 259.815deg) !important;
  border-bottom: 1px solid oklch(62.3% 0.214 259.815deg) !important;
  border-left: 1px solid oklch(62.3% 0.214 259.815deg) !important;
  border-right: 1px solid oklch(62.3% 0.214 259.815deg) !important;
}

.ap-purple {
  background-color: oklch(95.2% 0.037 318.852deg) !important;
  border-top: 1px solid oklch(66.7% 0.295 322.15deg) !important;
  border-bottom: 1px solid oklch(66.7% 0.295 322.15deg) !important;
  border-left: 1px solid oklch(66.7% 0.295 322.15deg) !important;
  border-right: 1px solid oklch(66.7% 0.295 322.15deg) !important;
}

.ap-green {
  background-color: oklch(96.2% 0.044 156.743deg) !important;
  border-top: 1px solid oklch(72.3% 0.219 149.579deg) !important;
  border-bottom: 1px solid oklch(72.3% 0.219 149.579deg) !important;
  border-left: 1px solid oklch(72.3% 0.219 149.579deg) !important;
  border-right: 1px solid oklch(72.3% 0.219 149.579deg) !important;
}

@media screen and (max-width: 1200px) {
  .legend-box {
    margin-top: 20px;
    float: unset;
  }
}
@media screen and (min-width: 1381px) {
  .gauge-panel {
    display: inherit;
    width: 70%;
    margin-top: -250px;
    height: 180px;
  }
}
@media screen and (min-width: 1201px) {
  .gauge-container {
    width: 200px;
    height: 200px;
  }
  .gauge-container-label {
    height: 110px;
    width: 110px;
    margin-top: -152px;
  }
  .gauge-container-label h4,
  .gauge-container-label h3 {
    padding-top: 30px;
  }
  .legend-box {
    margin-top: 20px;
    float: unset;
  }
  .div-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1601px) {
  .gauge-container {
    width: 220px;
    height: 220px;
  }
  .gauge-panel {
    display: inherit;
    width: 50%;
    height: 200px;
  }
  .gauge-container-label {
    height: 130px;
    width: 130px;
    margin-top: -172px;
  }
  .gauge-container-label h4,
  .gauge-container-label h3 {
    padding-top: 40px;
  }
  .gauge-container:first-child {
    margin-left: 10%;
  }
  .gauge-container:last-child {
    margin-right: 10%;
  }
}
@media screen and (min-width: 1800px) {
  .gauge-container {
    width: 240px;
    height: 240px;
  }
  .gauge-panel {
    display: inherit;
    width: 50%;
    height: 220px;
  }
  .gauge-container-label {
    height: 150px;
    width: 150px;
    margin-top: -192px;
  }
  .gauge-container-label h4,
  .gauge-container-label h3 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1921px) {
  .gauge-container:first-child {
    margin-left: 12%;
  }
  .gauge-container:last-child {
    margin-right: 12%;
  }
  .gauge-panel-footer {
    margin-top: 20px;
  }
}
@media screen and (min-width: 2100px) {
  .gauge-container:first-child {
    margin-left: 15%;
  }
  .gauge-container:last-child {
    margin-right: 15%;
  }
}
@media screen and (min-width: 2200px) {
  .gauge-panel {
    display: inherit;
    width: 40%;
    height: 220px;
  }
  .gauge-container:first-child {
    margin-left: 20%;
  }
  .gauge-container:last-child {
    margin-right: 20%;
  }
}
@media screen and (max-width: 480px) {
  .nav-left li {
    height: 100%;
    min-height: 100%;
  }
  .module-title {
    display: none;
  }
  .search-box {
    width: 200px;
  }
  .logo-text {
    display: none;
  }
  .top-nav {
    padding: 0 0 0 50px !important;
  }
  .nav-collapsed-min .nav-container {
    width: 50px !important;
  }
  .panel {
    width: 350px !important;
    max-width: 350px !important;
  }
  .panel .list-group {
    width: 100% !important;
  }
  .panel .list-group .list-group-item a {
    display: inline-flex;
    width: 100% !important;
  }
  .panel .list-group .list-group-item .media-body {
    max-width: calc(100% - 45px) !important;
    width: calc(100% - 45px) !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    -webkit-hyphens: auto !important;
            hyphens: auto !important;
    padding-right: 0 !important;
  }
  .logo-text {
    padding-right: 1.3em;
  }
  .btn-options {
    margin-right: 0px;
  }
  .btn-w-md {
    min-width: 92px;
  }
  .modal-footer {
    text-align: center;
  }
  .btn-info {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .list-dropdown {
    z-index: 2;
    position: relative;
  }
  .div_pesquisar {
    margin-top: 33px !important;
  }
  .div-right {
    text-align: left !important;
  }
}
@media print {
  * {
    margin: 0;
    padding: 0;
  }
  @page {
    size: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .table-sm {
    font-size: 10px !important;
  }
  .bg-default {
    background-color: #efefef !important;
  }
  body {
    width: 100%;
    height: auto;
  }
  .no-print {
    display: none;
  }
  .no-print2 {
    display: none;
    overflow: visible;
  }
  .sweet-overlay {
    display: none !important;
    overflow: visible;
  }
  .sweet-alert {
    display: none !important;
    overflow: visible;
  }
  .print {
    display: block;
  }
  .print + .print {
    page-break-before: always;
    -moz-column-break-before: page;
         break-before: page;
  }
  .print:last-child {
    page-break-after: avoid !important;
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
  .print table {
    page-break-inside: auto !important;
    -moz-column-break-inside: auto !important;
         break-inside: auto !important;
  }
  .print tr {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .print2 {
    display: block;
  }
  .print-table {
    display: table;
    margin-top: 20px;
  }
  .print-table2 {
    display: table;
    margin-top: 30px;
    width: 100%;
  }
  .invoice-inner {
    margin: 20px 10px !important;
  }
  aside,
  header,
  .nav-wrapper,
  .menu-button,
  .logo,
  ::-webkit-scrollbar-track,
  ::-webkit-scrollbar,
  ::-webkit-scrollbar-thumb {
    display: none !important;
  }
  .modal-content {
    border: none;
    background-color: #fff;
  }
  .modal,
  .modal-backdrop {
    position: relative !important;
  }
  .pbi-none {
    page-break-inside: avoid;
    padding-top: 40px !important;
  }
  .englob-fiscal {
    height: auto;
    z-index: 99999999999999;
    padding-left: 0;
  }
  table {
    page-break-inside: avoid;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .quebra-pagina {
    page-break-after: always;
  }
  .quebra-pagina2 {
    page-break-after: always;
    margin-top: 20px;
  }
  .pb-allowed {
    page-break-inside: inherit !important;
  }
  .pb-blocked {
    page-break-inside: avoid !important;
    padding-top: 20px;
  }
  .cupom-os {
    display: block;
    margin: 0 0 0 -20px;
    width: 100%;
    height: auto;
    position: absolute;
    line-height: 1.5;
    font-size: 10px;
  }
  .cupom-os span {
    line-height: 0.8 !important;
  }
  .cupom-os h2 {
    font-size: 11px;
    margin: 0;
  }
  .cupom-os .titulo-cupom {
    margin-top: -30px !important;
    font-size: 23px !important;
    text-align: center;
  }
  .cupom-os .endereco-cupom {
    font-weight: 400;
    text-align: center;
    font-size: 8px;
    margin-top: 2px;
  }
  .cupom-os .h2-cupom {
    font-weight: 400;
    clear: both;
    font-size: 8px;
  }
  .cupom-os .h2-cupom p {
    display: inline;
  }
  .cupom-os .cupom-producao {
    font-size: 14px;
  }
  .cupom-os .h2-resultado-cupom {
    clear: both;
    font-size: 9px;
  }
  .cupom-os .h2-resultado-cupom p {
    display: inline;
  }
  .nota-fiscal {
    display: block;
    margin: 0 auto;
    width: 100%;
    page-break-after: always;
  }
  .nota-fiscal .aux-margin-cod {
    margin-bottom: 15px;
  }
  .nota-fiscal .footer-fiscal {
    page-break-after: always;
  }
  .nota-fiscal img {
    display: block;
    margin: 0 auto;
    max-width: 70% !important;
  }
  .etiqueta_expedicao {
    width: 90mm;
    height: 65mm;
    margin: 0;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    page-break-after: always;
  }
  .etiqueta_expedicao .marca {
    font-size: 28px;
    margin: auto;
    margin-bottom: 0;
    line-height: 1;
  }
  .etiqueta_expedicao .tamanho_fracao {
    font-size: 12px;
  }
  .etiqueta_expedicao img {
    width: 70%;
    height: 50px;
  }
  .etiqueta_expedicao .texto-conteudo {
    font-size: 10px;
  }
  .etiqueta_expedicao .subtitulo {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .etiqueta_expedicao .rodape {
    font-size: 10px;
    font-weight: bolder;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .etiqueta_expedicao .border-bottom {
    margin-bottom: 0;
  }
  .etiqueta_expedicao .bc-vertical {
    height: 50px !important;
    width: 120px !important;
    margin-top: 70px;
    max-width: unset !important;
    margin-left: -35px;
  }
  .etiqueta_expedicao .codigo-vertical {
    transform: rotate(270deg) !important;
    -ms-transform: rotate(270deg) !important;
    -moz-transform: rotate(270deg) !important;
    -webkit-transform: rotate(270deg) !important;
    margin-left: 40px;
    text-align: center;
  }
  .etiqueta_expedicao .border-vertical {
    border-left: 1px solid;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: -10px;
  }
  .nota_estoque {
    width: 500px;
    height: 180px;
    margin: 0;
    padding: 5px;
    padding-top: 15px;
    box-sizing: border-box;
    margin-left: -40px;
    page-break-after: always;
  }
  .nota_estoque .marca {
    font-size: 32px;
    margin-right: 30px;
  }
  .nota_estoque .tamanho_fracao {
    font-size: 12px;
  }
  .nota_estoque img {
    width: 70%;
    height: 50px;
  }
  .nota_estoque p {
    font-size: 14px;
    display: inline;
  }
  .overlay-saving {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Fundo branco semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; /* Garante que o overlay fique por cima do conteúdo */
    transition: opacity 0.3s ease-in-out;
  }
  .message-saving {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 36px;
    color: #333;
  }
  .fa-spinner {
    font-size: 40px;
    color: #007bff; /* Cor do ícone de loading */
  }
}
