.ui-alert {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.ui-alert a {
  text-decoration: none; }

.ui-alert a:hover,
.ui-alert a:focus {
  text-decoration: underline; }

.ui-alert .ui-alert-close-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: -8px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: rgba(0, 0, 0, 0.38);
  margin-left: 8px; }

.ui-alert .ui-alert-close-button:not([disabled]):hover,
body[modality="keyboard"] .ui-alert .ui-alert-close-button:focus {
  color: rgba(0, 0, 0, 0.8); }

.ui-alert .ui-alert-close-button .ui-icon {
  font-size: 18px;
  margin: 0; }

.ui-alert-body {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center; }

.ui-alert-body.error {
  background-color: rgba(244, 67, 54, 0.12); }

.ui-alert-body.error a {
  color: #f44336; }

.ui-alert-body.error .ui-alert-icon {
  color: #f44336; }

.ui-alert-body.success {
  background-color: rgba(76, 175, 80, 0.12); }

.ui-alert-body.success a {
  color: #4caf50; }

.ui-alert-body.success .ui-alert-icon {
  color: #4caf50; }

.ui-alert-body.info {
  background-color: rgba(33, 150, 243, 0.12); }

.ui-alert-body.info a {
  color: #2196f3; }

.ui-alert-body.info .ui-alert-icon {
  color: #2196f3; }

.ui-alert-body.warning {
  background-color: rgba(255, 152, 0, 0.12); }

.ui-alert-body.warning a {
  color: #ff9800; }

.ui-alert-body.warning .ui-alert-icon {
  color: #ff9800; }

.ui-alert-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px; }

.ui-alert-text {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: rgba(0, 0, 0, 0.75); }

.ui-alert-toggle-transition {
  transition: all 0.3s ease;
  margin-top: 0;
  margin-bottom: 12px; }

.ui-alert-toggle-enter,
.ui-alert-toggle-leave {
  margin-top: -52px;
  opacity: 0;
  margin-bottom: 0; }

.ui-icon {
  font-size: 24px;
  width: 1em;
  height: 1em;
  display: inline-block;
  cursor: inherit;
  vertical-align: middle; }

.drop-element {
  position: absolute;
  display: none;
  z-index: 60;
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.2s ease;
  opacity: 0; }

.drop-element,
.drop-element:after,
.drop-element:before,
.drop-element *,
.drop-element *:after,
.drop-element *:before {
  box-sizing: border-box; }

.drop-element.drop-open {
  display: block; }

.drop-element.drop-after-open {
  opacity: 1; }

.ui-icon-button {
  background: none;
  outline: none;
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.ui-icon-button::-moz-focus-inner {
  border: 0; }

.ui-icon-button[disabled] {
  opacity: 0.6; }

.ui-icon-button:not([disabled]) {
  cursor: pointer; }

.ui-icon-button .ui-dropdown-menu {
  display: none; }

.ui-icon-button-normal.color-primary,
.ui-icon-button-normal.color-accent,
.ui-icon-button-normal.color-success,
.ui-icon-button-normal.color-warning,
.ui-icon-button-normal.color-danger {
  color: #fff; }

.ui-icon-button-normal.color-primary .ui-ripple-ink .ripple.held,
.ui-icon-button-normal.color-accent .ui-ripple-ink .ripple.held,
.ui-icon-button-normal.color-success .ui-ripple-ink .ripple.held,
.ui-icon-button-normal.color-warning .ui-ripple-ink .ripple.held,
.ui-icon-button-normal.color-danger .ui-ripple-ink .ripple.held {
  opacity: 0.7; }

.ui-icon-button-normal.color-default {
  background-color: #eee; }

.ui-icon-button-normal.color-default:hover:not([disabled]),
.ui-icon-button-normal.color-default.dropdown-open {
  background-color: #dcdcdc; }

body[modality="keyboard"] .ui-icon-button-normal.color-default:focus {
  background-color: #bebebe; }

.ui-icon-button-normal.color-default .ui-ripple-ink .ripple.held {
  opacity: 0.2; }

.ui-icon-button-normal.color-default .ui-icon-button-icon {
  color: rgba(0, 0, 0, 0.87); }

.ui-icon-button-normal.color-primary {
  background-color: #2196f3; }

.ui-icon-button-normal.color-primary:hover:not([disabled]),
.ui-icon-button-normal.color-primary.dropdown-open {
  background-color: #0c81df; }

body[modality="keyboard"] .ui-icon-button-normal.color-primary:focus {
  background-color: #0b72c4; }

.ui-icon-button-normal.color-accent {
  background-color: #d500f9; }

.ui-icon-button-normal.color-accent:hover:not([disabled]),
.ui-icon-button-normal.color-accent.dropdown-open {
  background-color: #b500d4; }

body[modality="keyboard"] .ui-icon-button-normal.color-accent:focus {
  background-color: #a000bb; }

.ui-icon-button-normal.color-success {
  background-color: #4caf50; }

.ui-icon-button-normal.color-success:hover:not([disabled]),
.ui-icon-button-normal.color-success.dropdown-open {
  background-color: #419544; }

body[modality="keyboard"] .ui-icon-button-normal.color-success:focus {
  background-color: #39833c; }

.ui-icon-button-normal.color-warning {
  background-color: #ff9800; }

.ui-icon-button-normal.color-warning:hover:not([disabled]),
.ui-icon-button-normal.color-warning.dropdown-open {
  background-color: #d98100; }

body[modality="keyboard"] .ui-icon-button-normal.color-warning:focus {
  background-color: #bf7200; }

.ui-icon-button-normal.color-danger {
  background-color: #f44336; }

.ui-icon-button-normal.color-danger:hover:not([disabled]),
.ui-icon-button-normal.color-danger.dropdown-open {
  background-color: #f01d0d; }

body[modality="keyboard"] .ui-icon-button-normal.color-danger:focus {
  background-color: #d4190c; }

.ui-icon-button-flat.color-default:hover:not([disabled]),
.ui-icon-button-flat.color-primary:hover:not([disabled]),
.ui-icon-button-flat.color-accent:hover:not([disabled]),
.ui-icon-button-flat.color-success:hover:not([disabled]),
.ui-icon-button-flat.color-warning:hover:not([disabled]),
.ui-icon-button-flat.color-danger:hover:not([disabled]),
.ui-icon-button-flat.color-default.dropdown-open,
.ui-icon-button-flat.color-primary.dropdown-open,
.ui-icon-button-flat.color-accent.dropdown-open,
.ui-icon-button-flat.color-success.dropdown-open,
.ui-icon-button-flat.color-warning.dropdown-open,
.ui-icon-button-flat.color-danger.dropdown-open {
  background-color: #e7e7e7; }

.ui-icon-button-flat.color-default {
  color: rgba(0, 0, 0, 0.87); }

body[modality="keyboard"] .ui-icon-button-flat.color-default:focus {
  border: 2px solid #b3b3b3; }

.ui-icon-button-flat.color-default .ui-icon-button-icon {
  color: rgba(0, 0, 0, 0.87); }

.ui-icon-button-flat.color-primary {
  color: #2196f3; }

body[modality="keyboard"] .ui-icon-button-flat.color-primary:focus {
  border: 2px solid #2196f3; }

.ui-icon-button-flat.color-primary .ui-icon-button-icon {
  color: #2196f3; }

.ui-icon-button-flat.color-accent {
  color: #d500f9; }

body[modality="keyboard"] .ui-icon-button-flat.color-accent:focus {
  border: 2px solid #d500f9; }

.ui-icon-button-flat.color-accent .ui-icon-button-icon {
  color: #d500f9; }

.ui-icon-button-flat.color-success {
  color: #43a047; }

body[modality="keyboard"] .ui-icon-button-flat.color-success:focus {
  border: 2px solid #43a047; }

.ui-icon-button-flat.color-success .ui-icon-button-icon {
  color: #43a047; }

.ui-icon-button-flat.color-warning {
  color: #ff9800; }

body[modality="keyboard"] .ui-icon-button-flat.color-warning:focus {
  border: 2px solid #ff9800; }

.ui-icon-button-flat.color-warning .ui-icon-button-icon {
  color: #ff9800; }

.ui-icon-button-flat.color-danger {
  color: #f44336; }

body[modality="keyboard"] .ui-icon-button-flat.color-danger:focus {
  border: 2px solid #f44336; }

.ui-icon-button-flat.color-danger .ui-icon-button-icon {
  color: #f44336; }

.ui-icon-button-clear {
  background-color: transparent; }

body[modality="keyboard"] .ui-icon-button-clear:focus,
.ui-icon-button-clear:hover:not([disabled]),
.ui-icon-button-clear.dropdown-open {
  background-color: rgba(0, 0, 0, 0.1); }

.ui-icon-button-clear.color-white {
  color: rgba(0, 0, 0, 0.54); }

body[modality="keyboard"] .ui-icon-button-clear.color-white:focus {
  border: 2px solid rgba(255, 255, 255, 0.8); }

.ui-icon-button-clear.color-white .ui-icon-button-icon {
  color: #fff; }

.ui-icon-button-clear.color-black {
  color: rgba(0, 0, 0, 0.54); }

body[modality="keyboard"] .ui-icon-button-clear.color-black:focus {
  border: 2px solid rgba(0, 0, 0, 0.25); }

.ui-icon-button-clear.color-black .ui-icon-button-icon {
  color: rgba(0, 0, 0, 0.54); }

.ui-icon-button-icon {
  width: 100%;
  height: initial; }

.ui-menu {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 4px 0;
  outline: none;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.3), 0 4px 5px 0 rgba(0, 0, 0, 0.15), 0 1px 10px 0 rgba(0, 0, 0, 0.13);
  min-width: 168px;
  max-width: 272px;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden; }

.ui-menu.has-secondary-text {
  min-width: 208px;
  max-width: 304px; }

.ui-menu-option {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

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

.ui-menu-option {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: block;
  height: 40px; }

.ui-menu-option.divider {
  display: block;
  width: 100%;
  margin: 6px 0;
  padding: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08); }

.ui-menu-option:not(.divider) {
  width: 100%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: normal;
  outline: none; }

.ui-menu-option:not(.divider):hover:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.06); }

body[modality="keyboard"] .ui-menu-option:not(.divider):focus {
  background-color: rgba(0, 0, 0, 0.1); }

.ui-menu-option:not(.divider).disabled {
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.54); }

.ui-menu-option:not(.divider).disabled .ui-menu-option-secondary-text {
  color: rgba(0, 0, 0, 0.54); }

.ui-menu-option:not(.divider):not(.disabled) {
  cursor: pointer; }

.ui-menu-option-content.ui-menu-default {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px; }

.ui-menu-option-icon {
  margin-right: 16px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54); }

.ui-menu-option-text {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ui-menu-option-secondary-text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 4px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.38); }

.ui-ripple-ink {
  display: block;
  overflow: hidden;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000); }

.ui-ripple-ink .ripple {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  background-color: currentColor;
  background-clip: padding-box;
  opacity: 0.2;
  transform: scale(0);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out; }

.ui-ripple-ink .ripple.held {
  opacity: 0.4;
  transform: scale(1); }

.ui-ripple-ink .ripple.done {
  opacity: 0 !important; }

.ui-popover {
  padding: 16px;
  outline: none;
  background-color: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.3), 0 4px 5px 0 rgba(0, 0, 0, 0.15), 0 1px 10px 0 rgba(0, 0, 0, 0.13); }

.ui-progress-circular {
  position: relative; }

.ui-progress-circular .ui-progress-circular-determinate {
  transform: rotate(270deg); }

.ui-progress-circular .ui-progress-circular-determinate .ui-progress-circular-determinate-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s ease; }

.ui-progress-circular .ui-progress-circular-determinate .ui-progress-circular-determinate-path.primary,
.ui-progress-circular .ui-progress-circular-determinate .ui-progress-circular-determinate-path.multi-color {
  stroke: #2196f3; }

.ui-progress-circular .ui-progress-circular-determinate .ui-progress-circular-determinate-path.accent {
  stroke: #d500f9; }

.ui-progress-circular .ui-progress-circular-determinate .ui-progress-circular-determinate-path.black {
  stroke: #212121; }

.ui-progress-circular .ui-progress-circular-determinate .ui-progress-circular-determinate-path.white {
  stroke: #fff; }

.ui-progress-circular .ui-progress-circular-indeterminate {
  animation: ui-progress-circular-rotate 1.4s linear infinite;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.ui-progress-circular .ui-progress-circular-indeterminate-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: ui-progress-circular-dash 1.4s ease-in-out infinite; }

.ui-progress-circular .ui-progress-circular-indeterminate-path.multi-color {
  animation: ui-progress-circular-dash 1.4s ease-in-out infinite, ui-progress-circular-color 6s ease-in-out infinite; }

.ui-progress-circular .ui-progress-circular-indeterminate-path.primary {
  stroke: #2196f3; }

.ui-progress-circular .ui-progress-circular-indeterminate-path.accent {
  stroke: #d500f9; }

.ui-progress-circular .ui-progress-circular-indeterminate-path.black {
  stroke: #212121; }

.ui-progress-circular .ui-progress-circular-indeterminate-path.white {
  stroke: #fff; }

.ui-progress-circular-toggle-transition {
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.ui-progress-circular-toggle-enter,
.ui-progress-circular-toggle-leave {
  opacity: 0;
  transform: scale(0); }

@keyframes ui-progress-circular-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes ui-progress-circular-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes ui-progress-circular-color {
  100%, 0% {
    stroke: #f44336; }
  40% {
    stroke: #2196f3; }
  66% {
    stroke: #4caf50; }
  80%, 90% {
    stroke: #ff9800; } }

.tooltip-element,
.tooltip-element:after,
.tooltip-element:before,
.tooltip-element *,
.tooltip-element *:after,
.tooltip-element *:before {
  box-sizing: border-box; }

.tooltip-element {
  position: absolute;
  display: none;
  transition: opacity 3s ease;
  opacity: 0; }

.tooltip-element.tooltip-open {
  display: block;
  opacity: 1; }

.ui-tooltip {
  line-height: 1; }

.tooltip-element.ui-tooltip-theme {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  z-index: 70; }

.tooltip-element.ui-tooltip-theme .tooltip-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 2px;
  padding: 0 8px;
  height: 26px;
  font-family: inherit;
  font-size: 13px;
  line-height: 1;
  background: #212121;
  opacity: 0.9;
  color: #fff; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content {
  margin-bottom: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content {
  margin-top: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content {
  margin-right: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content {
  margin-left: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content {
  margin-top: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content {
  margin-top: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content {
  margin-bottom: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content {
  margin-bottom: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
  margin-right: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
  margin-left: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
  margin-right: 4px; }

.tooltip-element.ui-tooltip-theme.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
  margin-left: 4px; }

.ui-autocomplete {
  font-family: "Roboto", sans-serif;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 12px;
  -ms-flex-align: start;
  align-items: flex-start; }

.ui-autocomplete:hover:not(.disabled) .ui-autocomplete-label-text {
  color: rgba(0, 0, 0, 0.65); }

.ui-autocomplete:hover:not(.disabled) .ui-autocomplete-input {
  border-bottom-color: rgba(0, 0, 0, 0.22); }

.ui-autocomplete.active:not(.disabled) .ui-autocomplete-label-text,
.ui-autocomplete.active:not(.disabled) .ui-autocomplete-icon {
  color: #2196f3; }

.ui-autocomplete.active:not(.disabled) .ui-autocomplete-input {
  border-bottom-width: 2px;
  border-bottom-color: #2196f3; }

.ui-autocomplete.has-label .ui-autocomplete-icon-wrapper {
  padding-top: 20px; }

.ui-autocomplete.has-label .ui-autocomplete-clear-button {
  top: 22px; }

.ui-autocomplete.icon-right .ui-autocomplete-icon-wrapper {
  -ms-flex-order: 1;
  order: 1;
  margin-left: 8px;
  margin-right: 0; }

.ui-autocomplete.invalid:not(.disabled) .ui-autocomplete-label-text,
.ui-autocomplete.invalid:not(.disabled) .ui-autocomplete-icon {
  color: #f44336; }

.ui-autocomplete.invalid:not(.disabled) .ui-autocomplete-input {
  border-bottom-color: #f44336; }

.ui-autocomplete.disabled .ui-autocomplete-input {
  color: rgba(0, 0, 0, 0.38);
  border-bottom-style: dashed; }

.ui-autocomplete.disabled .ui-autocomplete-icon {
  opacity: 0.6; }

.ui-autocomplete.disabled .ui-autocomplete-feedback {
  opacity: 0.8; }

.ui-autocomplete-label {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }

.ui-autocomplete-icon-wrapper {
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  padding-top: 4px; }

.ui-autocomplete-icon {
  color: rgba(0, 0, 0, 0.54); }

.ui-autocomplete-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ui-autocomplete-label-text {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.54);
  transition: color 0.1s ease; }

.ui-autocomplete-input {
  cursor: auto;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  width: 100%;
  height: 32px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  transition: border 0.1s ease;
  color: rgba(26, 26, 26, 0.87);
  font-weight: normal;
  font-size: 16px;
  font-family: "Roboto", sans-serif; }

.ui-autocomplete-input::-ms-clear {
  display: none; }

.ui-autocomplete-clear-button {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 6px;
  color: rgba(0, 0, 0, 0.38);
  cursor: pointer; }

.ui-autocomplete-clear-button:hover {
  color: rgba(0, 0, 0, 0.54); }

.ui-autocomplete-feedback {
  margin: 0;
  height: 20px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  padding-top: 4px; }

.ui-autocomplete-help-text {
  color: rgba(0, 0, 0, 0.38);
  line-height: 1; }

.ui-autocomplete-error-text {
  position: absolute;
  color: #f44336;
  line-height: 1; }

.ui-autocomplete-feedback-toggle-transition {
  transition-property: opacity, margin-top;
  transition-duration: 0.3s;
  opacity: 1;
  margin-top: 0; }

.ui-autocomplete-feedback-toggle-enter,
.ui-autocomplete-feedback-toggle-leave {
  opacity: 0;
  margin-top: -20px; }

.ui-autocomplete-suggestions {
  min-width: 100%;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  list-style-type: none;
  box-shadow: 1px 2px 8px #757575;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  transition: left 0.1s ease-in-out;
  z-index: 60; }

.ui-autocomplete-suggestion {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 12px;
  font-weight: normal;
  font-size: 15px; }

.ui-autocomplete-suggestion:hover {
  background-color: rgba(0, 0, 0, 0.06); }

.ui-autocomplete-suggestion.highlighted {
  background-color: rgba(0, 0, 0, 0.1); }

.ui-autocomplete-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.ui-autocomplete-image .image {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: 50%;
  margin-right: 12px;
  border-radius: 50%; }

.ui-button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.71em;
  letter-spacing: 0.02em; }

.drop-element {
  position: absolute;
  display: none;
  z-index: 60;
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.2s ease;
  opacity: 0; }

.drop-element,
.drop-element:after,
.drop-element:before,
.drop-element *,
.drop-element *:after,
.drop-element *:before {
  box-sizing: border-box; }

.drop-element.drop-open {
  display: block; }

.drop-element.drop-after-open {
  opacity: 1; }

.ui-button {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  background: none;
  overflow: hidden;
  outline: none;
  border: none;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: default;
  border-radius: 2px;
  padding: 8px 16px;
  min-width: 80px;
  height: 40px; }

.ui-button::-moz-focus-inner {
  border: 0; }

.ui-button.autofocus:focus,
body[modality="keyboard"] .ui-button:focus {
  outline-style: solid; }

.ui-button[disabled] {
  opacity: 0.6; }

.ui-button:not([disabled]) {
  cursor: pointer; }

.ui-button .ui-button-dropdown-menu {
  display: none; }

.ui-button .ui-button-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.ui-button-raised {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.1s; }

.ui-button-raised.autofocus:focus,
body[modality="keyboard"] .ui-button-raised:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.22), 0 3px 6px rgba(0, 0, 0, 0.3); }

.ui-button-normal.autofocus:focus,
body[modality="keyboard"] .ui-button-normal:focus {
  outline-width: 2px;
  outline-offset: 2px; }

.ui-button-normal.color-primary,
.ui-button-normal.color-accent,
.ui-button-normal.color-success,
.ui-button-normal.color-warning,
.ui-button-normal.color-danger {
  color: #fff; }

.ui-button-normal.color-primary .ui-ripple-ink .ripple.held,
.ui-button-normal.color-accent .ui-ripple-ink .ripple.held,
.ui-button-normal.color-success .ui-ripple-ink .ripple.held,
.ui-button-normal.color-warning .ui-ripple-ink .ripple.held,
.ui-button-normal.color-danger .ui-ripple-ink .ripple.held {
  opacity: 0.7; }

.ui-button-normal.color-default {
  color: rgba(0, 0, 0, 0.87);
  background-color: #eee; }

.ui-button-normal.color-default:hover:not([disabled]),
.ui-button-normal.color-default.dropdown-open {
  background-color: #dcdcdc; }

.ui-button-normal.color-default.autofocus:focus,
body[modality="keyboard"] .ui-button-normal.color-default:focus {
  background-color: #cacaca;
  outline-color: #a7a7a7; }

.ui-button-normal.color-default .ui-ripple-ink .ripple.held {
  opacity: 0.2; }

.ui-button-normal.color-default .ui-button-icon,
.ui-button-normal.color-default .ui-button-dropdown-icon {
  color: rgba(0, 0, 0, 0.54); }

.ui-button-normal.color-primary {
  background-color: #2196f3; }

.ui-button-normal.color-primary:hover:not([disabled]),
.ui-button-normal.color-primary.dropdown-open {
  background-color: #0c81df; }

.ui-button-normal.color-primary.autofocus:focus,
body[modality="keyboard"] .ui-button-normal.color-primary:focus {
  background-color: #0b7ad1;
  outline-color: #0b7ad1; }

.ui-button-normal.color-accent {
  background-color: #d500f9; }

.ui-button-normal.color-accent:hover:not([disabled]),
.ui-button-normal.color-accent.dropdown-open {
  background-color: #b500d4; }

.ui-button-normal.color-accent.autofocus:focus,
body[modality="keyboard"] .ui-button-normal.color-accent:focus {
  background-color: #aa00c7;
  outline-color: #aa00c7; }

.ui-button-normal.color-success {
  background-color: #4caf50; }

.ui-button-normal.color-success:hover:not([disabled]),
.ui-button-normal.color-success.dropdown-open {
  background-color: #419544; }

.ui-button-normal.color-success.autofocus:focus,
body[modality="keyboard"] .ui-button-normal.color-success:focus {
  background-color: #3d8c40;
  outline-color: #3d8c40; }

.ui-button-normal.color-warning {
  background-color: #ff9800; }

.ui-button-normal.color-warning:hover:not([disabled]),
.ui-button-normal.color-warning.dropdown-open {
  background-color: #d98100; }

.ui-button-normal.color-warning.autofocus:focus,
body[modality="keyboard"] .ui-button-normal.color-warning:focus {
  background-color: #cc7a00;
  outline-color: #cc7a00; }

.ui-button-normal.color-danger {
  background-color: #f44336; }

.ui-button-normal.color-danger:hover:not([disabled]),
.ui-button-normal.color-danger.dropdown-open {
  background-color: #f01d0d; }

.ui-button-normal.color-danger.autofocus:focus,
body[modality="keyboard"] .ui-button-normal.color-danger:focus {
  background-color: #e21b0c;
  outline-color: #e21b0c; }

.ui-button-flat {
  background-color: transparent; }

.ui-button-flat:hover:not([disabled]),
.ui-button-flat.dropdown-open {
  background-color: #e7e7e7; }

.ui-button-flat.autofocus:focus,
body[modality="keyboard"] .ui-button-flat:focus {
  outline-width: 2px;
  outline-offset: 0; }

.ui-button-flat.color-default {
  color: rgba(0, 0, 0, 0.87); }

.ui-button-flat.color-default .ui-button-icon {
  color: rgba(0, 0, 0, 0.54); }

.ui-button-flat.color-default.autofocus:focus,
body[modality="keyboard"] .ui-button-flat.color-default:focus {
  outline-color: #b3b3b3; }

.ui-button-flat.color-primary {
  color: #2196f3; }

.ui-button-flat.color-accent {
  color: #d500f9; }

.ui-button-flat.color-success {
  color: #43a047; }

.ui-button-flat.color-warning {
  color: #ff9800; }

.ui-button-flat.color-danger {
  color: #f44336; }

.ui-button-icon {
  font-size: 18px;
  margin-right: 4px;
  margin-left: -4px; }

.ui-button-icon.position-right {
  -ms-flex-order: 1;
  order: 1;
  margin-left: 4px;
  margin-right: -4px; }

.ui-button-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ui-button-content.invisible {
  visibility: hidden; }

.ui-button-dropdown-icon {
  font-size: 18px;
  margin-right: -8px;
  margin-left: 1px; }

.ui-button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ui-checkbox {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-bottom: 12px;
  cursor: default;
  position: relative; }

.ui-checkbox:not(.disabled):not(.checked):hover .ui-checkbox-checkmark:before,
.ui-checkbox:not(.disabled):not(.checked).active .ui-checkbox-checkmark:before {
  border-color: rgba(0, 0, 0, 0.54); }

.ui-checkbox:not(.disabled).checked:hover .ui-checkbox-checkmark:before,
.ui-checkbox:not(.disabled).checked.active .ui-checkbox-checkmark:before {
  background-color: #0c81df;
  border-color: #0c81df; }

.ui-checkbox.checked .ui-checkbox-checkmark:before {
  background: #2196f3;
  border-color: #2196f3; }

.ui-checkbox.checked .ui-checkbox-checkmark:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 1; }

.ui-checkbox.checked .ui-checkbox-focus-ring {
  background-color: rgba(33, 150, 243, 0.12); }

.ui-checkbox.label-left .ui-checkbox-label-text {
  margin-left: 0;
  margin-right: auto;
  -ms-flex-order: -1;
  order: -1; }

.ui-checkbox.disabled .ui-checkbox-label-text {
  color: rgba(0, 0, 0, 0.38); }

.ui-checkbox.disabled .ui-checkbox-checkmark:before {
  border-color: rgba(0, 0, 0, 0.26); }

.ui-checkbox.disabled.checked .ui-checkbox-checkmark:before {
  border: none;
  background: rgba(0, 0, 0, 0.26); }

.ui-checkbox:not(.disabled) .ui-checkbox-label-text {
  cursor: pointer; }

.ui-checkbox-label-text {
  margin-left: 8px;
  font-size: 15px; }

.ui-checkbox-checkmark {
  position: relative;
  height: 20px;
  width: 20px;
  background: #fff; }

.ui-checkbox-checkmark:before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.38);
  transition: all 0.3s ease; }

.ui-checkbox-checkmark:after {
  box-sizing: border-box;
  position: absolute;
  left: 7px;
  bottom: 5px;
  display: block;
  content: "";
  width: 6px;
  height: 13px;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.1s;
  box-sizing: border-box; }

.ui-checkbox-input {
  position: absolute;
  opacity: 0; }

body[modality="keyboard"] .ui-checkbox-input:focus + .ui-checkbox-checkmark .ui-checkbox-focus-ring {
  opacity: 1;
  transform: scale(1); }

.ui-checkbox-focus-ring {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -14px;
  margin-top: -14px;
  border-radius: 50%;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transform: scale(0);
  opacity: 0; }

.ui-collapsible-header-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-collapsible {
  font-family: "Roboto", sans-serif;
  width: 100%;
  margin-bottom: 8px; }

.ui-collapsible-header {
  position: relative;
  margin: 0;
  width: 100%;
  border: none;
  line-height: 1;
  text-align: left;
  font-family: "Roboto", sans-serif;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  min-height: 48px;
  padding: 8px 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 16px;
  background-color: #eee; }

.ui-collapsible-header:hover:not(.disabled),
body[modality="keyboard"] .ui-collapsible-header:focus {
  background-color: #e0e0e0; }

.ui-collapsible-header.disabled {
  opacity: 0.6;
  cursor: default; }

.ui-collapsible-header.disabled .ui-icon {
  cursor: default; }

.ui-collapsible-header .ui-icon {
  cursor: pointer; }

.ui-collapsible-header .ui-ripple-ink .ripple.held {
  opacity: 0.01; }

.ui-collapsible-header-content {
  line-height: 1.25em; }

.ui-collapsible-header-icon {
  margin-left: auto;
  margin-right: -4px;
  color: rgba(0, 0, 0, 0.54); }

.ui-collapsible-body-wrapper {
  overflow: hidden;
  height: initial; }

.ui-collapsible-body {
  width: 100%;
  padding: 16px;
  display: block;
  border: 1px solid #eee;
  border-top: 0; }

.ui-collapsible-toggle-transition {
  transition: height 0.2s ease; }

.ui-collapsible-toggle-enter,
.ui-collapsible-toggle-leave {
  height: 0 !important; }

.ui-confirm-message {
  font-family: "Roboto", sans-serif;
  font-size: 15px; }

.ui-modal {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

.ui-modal.ui-modal-large .ui-modal-container {
  width: 848px; }

.ui-modal.ui-modal-small .ui-modal-container {
  width: 320px; }

body.ui-modal-open {
  overflow: hidden; }

.ui-modal-mask {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.2s ease; }

.ui-modal-wrapper {
  display: table-cell;
  vertical-align: middle; }

.ui-modal-container {
  outline: none;
  width: 528px;
  margin: 0px auto;
  padding: 0;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.2s ease;
  max-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto; }

.ui-modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 24px 8px; }

.ui-modal-header .ui-modal-header-text {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-weight: normal; }

.ui-modal-header .ui-modal-close-button {
  margin-top: -12px;
  margin-right: -8px;
  margin-left: auto; }

.ui-modal-header .ui-modal-close-button:hover:not([disabled]) .ui-icon,
body[modality="keyboard"] .ui-modal-header .ui-modal-close-button:focus .ui-icon {
  color: rgba(0, 0, 0, 0.8); }

.ui-modal-header .ui-modal-close-button .ui-icon {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4); }

.ui-modal-header .ui-modal-close-button[disabled] {
  opacity: 0.5; }

.ui-modal-body {
  padding: 16px 24px 24px; }

.ui-modal-footer {
  margin-top: -8px;
  padding: 24px;
  padding-top: 8px; }

.ui-modal-footer,
.ui-modal-footer [slot] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.ui-modal-footer .ui-modal-footer-left,
.ui-modal-footer [slot].ui-modal-footer-left {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.ui-modal-footer .ui-button {
  margin-left: 8px; }

.ui-modal-footer .ui-button:first-child {
  margin-left: 0; }

.ui-modal-fade-enter,
.ui-modal-fade-leave {
  opacity: 0; }

.ui-modal-scale-enter,
.ui-modal-scale-leave {
  opacity: 0; }

.ui-modal-scale-enter .ui-modal-container,
.ui-modal-scale-leave .ui-modal-container {
  transform: scale(1.1); }

.ui-fab {
  position: relative;
  outline: none;
  border: none;
  z-index: 30;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s ease; }

.ui-fab::-moz-focus-inner {
  border: 0; }

.ui-fab:hover:not([disabled]),
body[modality="keyboard"] .ui-fab:focus {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.2); }

.ui-fab:not([disabled]) {
  cursor: pointer; }

.ui-fab.color-default {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.54); }

.ui-fab.color-default .ui-fab-icon {
  color: rgba(0, 0, 0, 0.54); }

.ui-fab.color-default .ui-ripple-ink .ripple.held {
  opacity: 0.2; }

.ui-fab.color-primary,
.ui-fab.color-accent {
  color: #fff; }

.ui-fab.color-primary .ui-fab-icon,
.ui-fab.color-accent .ui-fab-icon {
  color: #fff; }

.ui-fab.color-primary .ui-ripple-ink .ripple.held,
.ui-fab.color-accent .ui-ripple-ink .ripple.held {
  opacity: 0.7; }

.ui-fab.color-primary {
  background-color: #2196f3; }

body[modality="keyboard"] .ui-fab.color-primary:focus {
  background-color: #0d89ec; }

.ui-fab.color-accent {
  background-color: #d500f9; }

body[modality="keyboard"] .ui-fab.color-accent:focus {
  background-color: #c000e0; }

.ui-fab .ui-ripple-ink {
  border-radius: 50%; }

.ui-fab-normal {
  width: 56px;
  height: 56px; }

.ui-fab-mini {
  width: 40px;
  height: 40px; }

.ui-fab-icon {
  margin: 0;
  width: 100%;
  height: initial; }

.ui-preloader {
  position: relative;
  width: 100%; }

.ui-preloader-progressbar {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #159756;
  animation: ui-preloader-background linear 3s infinite;
  transition-property: opacity, padding-top;
  transition-duration: 0.3s;
  transition-timing-function: ease; }

.ui-preloader-progressbar.loading {
  opacity: 1;
  padding-top: 3px; }

.ui-preloader-progressbar::before,
.ui-preloader-progressbar::after {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 0;
  height: 3px;
  background: #afa;
  animation: ui-preloader-front linear 3s infinite;
  content: ''; }

.ui-preloader-progressbar::before {
  right: 50%; }

.ui-preloader-progressbar::after {
  left: 50%; }

@keyframes ui-preloader-background {
  0%, 24.9% {
    background-color: #159756; }
  25%, 49.9% {
    background-color: #da4733; }
  50%, 74.9% {
    background-color: #3b78e7; }
  75%, 100% {
    background-color: #fdba2c; } }

@keyframes ui-preloader-front {
  0% {
    width: 0;
    background-color: #da4733; }
  24.9% {
    width: 50%;
    background-color: #da4733; }
  25% {
    width: 0;
    background-color: #3b78e7; }
  49.9% {
    width: 50%;
    background-color: #3b78e7; }
  50% {
    width: 0;
    background-color: #fdba2c; }
  74.9% {
    width: 50%;
    background-color: #fdba2c; }
  75% {
    width: 0%;
    background-color: #159756; }
  100% {
    width: 50%;
    background-color: #159756; } }

.ui-progress-linear {
  position: relative;
  overflow: hidden;
  display: block;
  height: 4px;
  width: 100%;
  transition-property: height, opacity;
  transition-timing-function: ease;
  transition-duration: 0.3s; }

.ui-progress-linear.color-primary {
  background-color: rgba(33, 150, 243, 0.4); }

.ui-progress-linear.color-primary .ui-progress-linear-determinate,
.ui-progress-linear.color-primary .ui-progress-linear-indeterminate {
  background-color: #2196f3; }

.ui-progress-linear.color-accent {
  background-color: rgba(213, 0, 249, 0.4); }

.ui-progress-linear.color-accent .ui-progress-linear-determinate,
.ui-progress-linear.color-accent .ui-progress-linear-indeterminate {
  background-color: #d500f9; }

.ui-progress-linear.color-black {
  background-color: rgba(97, 97, 97, 0.4); }

.ui-progress-linear.color-black .ui-progress-linear-determinate,
.ui-progress-linear.color-black .ui-progress-linear-indeterminate {
  background-color: #616161; }

.ui-progress-linear.color-white {
  background-color: rgba(255, 255, 255, 0.4); }

.ui-progress-linear.color-white .ui-progress-linear-determinate,
.ui-progress-linear.color-white .ui-progress-linear-indeterminate {
  background-color: #fff; }

.ui-progress-linear-determinate {
  transition: width 0.3s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0; }

.ui-progress-linear-indeterminate:before {
  background-color: inherit;
  will-change: left, right;
  position: absolute;
  content: '';
  bottom: 0;
  top: 0;
  left: 0;
  animation: ui-progress-linear-indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }

.ui-progress-linear-indeterminate:after {
  background-color: inherit;
  will-change: left, right;
  position: absolute;
  content: '';
  bottom: 0;
  top: 0;
  left: 0;
  animation: ui-progress-linear-indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s; }

.ui-progress-linear-toggle-leave,
.ui-progress-linear-toggle-enter {
  opacity: 0;
  height: 0; }

@keyframes ui-progress-linear-indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes ui-progress-linear-indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.ui-radio {
  font-family: "Roboto", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  font-size: 15px;
  margin: 0; }

.ui-radio:hover:not(.disabled) .ui-radio-input:not(:checked) ~ .ui-radio-border {
  border: 2px solid rgba(0, 0, 0, 0.54); }

.ui-radio.label-left .ui-radio-label-text {
  -ms-flex-order: -1;
  order: -1;
  margin-right: auto;
  margin-left: 0; }

.ui-radio.disabled {
  opacity: 0.5; }

.ui-radio:not(.disabled) .ui-radio-label-text {
  cursor: pointer; }

.ui-radio-input-wrapper {
  position: relative;
  width: 20px;
  height: 20px; }

.ui-radio-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 1px;
  width: 1px;
  left: 0;
  top: 0;
  opacity: 0; }

.ui-radio-input:checked ~ .ui-radio-border {
  border-color: #0cc2aa !important; }

.ui-radio-input:checked ~ .ui-radio-inner-dot {
  background-color: #0cc2aa !important;
  transform: scale(0.5);
  opacity: 1;
  z-index: 0; }

.ui-radio-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.38);
  background-color: transparent;
  transition: border-color 0.2s; }

.ui-radio-inner-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.38);
  opacity: 0;
  z-index: -1;
  transform: scale(1.2);
  transition-property: transform, opacity, background-color;
  transition-property: transform, opacity, background-color, -webkit-transform;
  transition-duration: 0.3s; }

.ui-radio-label-text {
  margin-left: 16px;
  font-size: 15px; }

.ui-radio-group-help-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.ui-radio-group {
  font-family: "Roboto", sans-serif; }

.ui-radio-group:not(.disabled):hover .ui-radio-group-label {
  color: rgba(0, 0, 0, 0.65); }

.ui-radio-group:not(.disabled).active .ui-radio-group-label {
  color: #0cc2aa !important; }

.ui-radio-group.vertical .ui-radio-group-options-wrapper {
  height: auto;
  margin-top: 8px;
  -ms-flex-direction: column;
  flex-direction: column; }

.ui-radio-group.vertical .ui-radio-group-options-wrapper .ui-radio {
  width: 100%;
  margin-left: 0;
  margin-bottom: 16px; }

.ui-radio-group.disabled .ui-radio-group-feedback {
  opacity: 0.8; }

.ui-radio-group .ui-radio {
  margin-left: 24px; }

.ui-radio-group .ui-radio:first-child {
  margin-left: 0; }

.ui-radio-group-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  transition: color 0.1s ease; }

.ui-radio-group-options-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -ms-flex-align: center;
  align-items: center; }

.ui-radio-group-feedback {
  height: 20px;
  overflow: hidden;
  padding-top: 4px;
  position: relative;
  font-size: 14px; }

.ui-radio-group-help-text {
  color: rgba(0, 0, 0, 0.38);
  line-height: 1.2; }

.ui-rating {
  font-family: "Roboto", sans-serif;
  outline: none;
  -ms-flex-direction: column;
  flex-direction: column; }

.ui-rating:hover:not(.disabled) .ui-rating-label {
  color: rgba(0, 0, 0, 0.65); }

.ui-rating.active:not(.disabled) .ui-rating-label {
  color: #2196f3; }

body[modality="keyboard"] .ui-rating:focus .ui-rating-icon-icon {
  color: rgba(0, 0, 0, 0.54); }

body[modality="keyboard"] .ui-rating:focus .ui-rating-icon-icon.selected {
  color: rgba(0, 0, 0, 0.54); }

body[modality="keyboard"] .ui-rating:focus .ui-rating-icon-icon.filled {
  color: #0b7ad1; }

.ui-rating.preview .ui-rating-icon-icon {
  cursor: pointer; }

.ui-rating.preview .ui-rating-icon-icon.selected {
  color: rgba(0, 0, 0, 0.38); }

.ui-rating.preview .ui-rating-icon-icon.filled {
  color: #2196f3; }

.ui-rating.disabled .ui-rating-icons-wrapper {
  opacity: 0.6; }

.ui-rating.disabled .ui-rating-feedback {
  opacity: 0.8; }

.ui-rating .ui-rating-icon-icon.selected {
  color: #2196f3; }

.ui-rating-label {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.54);
  transition: color 0.1s ease; }

.ui-rating-icons-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.ui-rating-feedback {
  height: 20px;
  overflow: hidden;
  padding-top: 4px;
  position: relative;
  font-size: 14px; }

.ui-rating-help-text {
  color: rgba(0, 0, 0, 0.38);
  line-height: 1; }

.ui-rating-feedback-toggle-transition {
  transition-property: opacity, margin-top;
  transition-duration: 0.3s;
  margin-top: 0;
  opacity: 1; }

.ui-rating-feedback-toggle-enter,
.ui-rating-feedback-toggle-leave {
  margin-top: -20px;
  opacity: 0; }

.ui-rating-icon {
  cursor: default; }

.ui-rating-icon .ui-icon {
  color: rgba(0, 0, 0, 0.38); }

.ui-rating-preview {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  width: auto; }

.ui-rating-preview .ui-rating-icon-icon.selected {
  color: #2196f3; }

.ui-select {
  font-family: "Roboto", sans-serif;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 12px;
  -ms-flex-align: start;
  align-items: flex-start;
  outline: none; }

.ui-select:hover:not(.disabled) .ui-select-label-text {
  color: rgba(0, 0, 0, 0.75); }

.ui-select:hover:not(.disabled) .ui-select-display {
  border-bottom-color: rgba(0, 0, 0, 0.22); }

.ui-select:hover:not(.disabled) .ui-select-dropdown-icon {
  color: rgba(0, 0, 0, 0.54); }

.ui-select.active:not(.disabled) .ui-select-label-text,
.ui-select.active:not(.disabled) .ui-select-icon {
  color: #0cc2aa !important; }

.ui-select.active:not(.disabled) .ui-select-display {
  border-bottom-width: 2px;
  border-bottom-color: #0cc2aa !important; }

.ui-select.has-label .ui-select-icon-wrapper {
  padding-top: 20px; }

.ui-select.has-label .ui-select-dropdown-icon {
  top: 20px; }

.ui-select.icon-right .ui-select-icon-wrapper {
  -ms-flex-order: 1;
  order: 1;
  margin-left: 8px;
  margin-right: 0; }

.ui-select.invalid:not(.disabled) .ui-select-label-text,
.ui-select.invalid:not(.disabled) .ui-select-icon {
  color: #f44336; }

.ui-select.invalid:not(.disabled) .ui-select-display {
  border-bottom-color: #f44336; }

.ui-select.disabled .ui-select-display {
  cursor: default;
  color: rgba(0, 0, 0, 0.38);
  border-bottom-style: dashed; }

.ui-select.disabled .ui-select-dropdown-icon,
.ui-select.disabled .ui-select-value.placeholder {
  opacity: 0.6;
  color: rgba(0, 0, 0, 0.38); }

.ui-select.disabled .ui-select-icon {
  opacity: 0.6; }

.ui-select.disabled .ui-select-feedback {
  opacity: 0.8; }

.ui-select-icon-wrapper {
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  padding-top: 4px; }

.ui-select-icon {
  color: rgba(0, 0, 0, 0.54); }

.ui-select-content {
  display: block;
  width: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ui-select-label {
  outline: none;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }

.ui-select-label-text {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.75);
  transition: color 0.1s ease; }

.ui-select-display {
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 0;
  min-height: 32px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  transition: border 0.1s ease;
  line-height: 1;
  color: rgba(26, 26, 26, 0.87);
  font-weight: normal;
  font-size: 16px;
  font-family: "Roboto", sans-serif; }

.ui-select-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.4; }

.ui-select-value.placeholder {
  color: rgba(0, 0, 0, 0.38); }

.ui-select-dropdown-icon {
  margin-left: auto;
  margin-right: -4px;
  color: rgba(0, 0, 0, 0.38); }

.ui-select-dropdown {
  outline: none;
  width: 100%;
  min-width: 180px;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  list-style-type: none;
  box-shadow: 1px 2px 8px #757575;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  transition: left 0.1s ease-in-out;
  z-index: 60; }

.ui-select-search-input {
  margin: 0;
  border: none;
  outline: none;
  background: none;
  padding: 0 12px;
  width: 100%;
  height: 42px;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.ui-select-search-input::-ms-clear {
  display: none; }

.ui-select-search-spinner {
  position: absolute;
  top: 8px;
  right: 12px; }

.ui-select-options {
  position: relative;
  display: block;
  min-width: 100%;
  max-height: 223px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87); }

.ui-select-no-results {
  padding: 8px 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  width: 100%; }

.ui-select-feedback {
  margin: 0;
  height: 20px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  padding-top: 4px; }

.ui-select-help-text {
  color: rgba(0, 0, 0, 0.38);
  line-height: 1; }

.ui-select-error-text {
  position: absolute;
  color: #f44336;
  line-height: 1; }

.ui-select-feedback-toggle-transition {
  transition-property: opacity, margin-top;
  transition-duration: 0.3s;
  opacity: 1;
  margin-top: 0; }

.ui-select-feedback-toggle-enter,
.ui-select-feedback-toggle-leave {
  opacity: 0;
  margin-top: -20px; }

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

.ui-select-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  overflow: hidden; }

.ui-select-option.selected {
  color: #0cc2aa !important;
  font-weight: 500; }

.ui-select-option.selected .ui-select-option-checkbox {
  color: #2196f3; }

.ui-select-option.highlighted {
  color: #fff !important;
  background-color: #0cceb4 !important; }

.ui-select-option.highlighted .ui-select-option-checkbox {
  color: #fff; }

.ui-select-option-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  max-height: 42px;
  padding: 6px 12px;
  font-weight: normal;
  font-size: 15px; }

.ui-select-option-checkbox {
  color: rgba(0, 0, 0, 0.54);
  margin-right: 8px; }

.ui-select-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.ui-select-item-text {
  width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ui-select-item-image {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: 50%;
  margin-right: 12px;
  border-radius: 50%; }

.ui-textbox {
  font-family: "Roboto", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px; }

.ui-textbox:hover:not(.disabled):not(.invalid) .ui-textbox-label-text {
  color: rgba(0, 0, 0, 0.75); }

.ui-textbox:hover:not(.disabled):not(.invalid) .ui-textbox-input,
.ui-textbox:hover:not(.disabled):not(.invalid) .ui-textbox-textarea {
  border-bottom-color: rgba(0, 0, 0, 0.22); }

.ui-textbox.active:not(.disabled) .ui-textbox-input,
.ui-textbox.active:not(.disabled) .ui-textbox-textarea {
  border-bottom-width: 2px; }

.ui-textbox.active:not(.disabled):not(.invalid) .ui-textbox-label-text,
.ui-textbox.active:not(.disabled):not(.invalid) .ui-textbox-icon {
  color: #0cc2aa !important; }

.ui-textbox.active:not(.disabled):not(.invalid) .ui-textbox-input,
.ui-textbox.active:not(.disabled):not(.invalid) .ui-textbox-textarea {
  border-bottom-color: #0cc2aa !important; }

.ui-textbox.has-label .ui-textbox-icon-wrapper {
  padding-top: 20px; }

.ui-textbox.icon-right .ui-textbox-icon-wrapper {
  -ms-flex-order: 1;
  order: 1;
  margin-left: 8px;
  margin-right: 0; }

.ui-textbox.is-multi-line .ui-textbox-label-text {
  margin-bottom: 8px; }

.ui-textbox.has-counter .ui-textbox-feedback {
  padding-right: 48px; }

.ui-textbox.invalid .ui-textbox-label-text,
.ui-textbox.invalid .ui-textbox-icon,
.ui-textbox.invalid .ui-textbox-counter {
  color: #f44336; }

.ui-textbox.invalid .ui-textbox-input,
.ui-textbox.invalid .ui-textbox-textarea {
  border-bottom-color: #f44336; }

.ui-textbox.disabled .ui-textbox-input,
.ui-textbox.disabled .ui-textbox-textarea {
  color: rgba(0, 0, 0, 0.38);
  border-bottom-style: dotted;
  border-bottom-width: 2px; }

.ui-textbox.disabled .ui-textbox-icon {
  opacity: 0.6; }

.ui-textbox.disabled .ui-textbox-feedback {
  opacity: 0.8; }

.ui-textbox-label {
  width: 100%;
  margin: 0;
  padding: 0; }

.ui-textbox-icon-wrapper {
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  padding-top: 4px; }

.ui-textbox-icon {
  color: rgba(0, 0, 0, 0.54); }

.ui-textbox-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ui-textbox-label-text {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.75);
  transition: color 0.1s ease; }

.ui-textbox-input,
.ui-textbox-textarea {
  cursor: auto;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  transition: border 0.1s ease;
  color: rgba(26, 26, 26, 0.87);
  font-weight: normal;
  font-size: 16px;
  font-family: "Roboto", sans-serif; }

.ui-textbox-input {
  height: 32px; }

.ui-textbox-textarea {
  resize: vertical;
  overflow-x: hidden;
  padding-bottom: 8px; }

.ui-textbox-feedback {
  margin: 0;
  min-height: 20px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  padding-top: 2px; }

.ui-textbox-help-text,
.ui-textbox-counter {
  color: rgba(0, 0, 0, 0.38);
  line-height: 1.2; }

.ui-textbox-error-text {
  position: absolute;
  color: #f44336;
  line-height: 1.2; }

.ui-textbox-counter {
  position: absolute;
  right: 0;
  top: 2px; }

.ui-textbox-feedback-toggle-transition {
  transition-property: opacity, margin-top;
  transition-duration: 0.3s;
  margin-top: 0;
  opacity: 1; }

.ui-textbox-feedback-toggle-enter,
.ui-textbox-feedback-toggle-leave {
  margin-top: -20px;
  opacity: 0; }

.ui-toolbar {
  font-family: "Roboto", sans-serif;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  position: relative; }

.ui-toolbar:not(.ui-toolbar-raised):not(.ui-toolbar-colored) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.ui-toolbar.text-color-black {
  color: rgba(0, 0, 0, 0.87); }

.ui-toolbar.text-color-black .ui-toolbar-divider {
  border-left-color: rgba(0, 0, 0, 0.15); }

.ui-toolbar.text-color-white {
  color: #fff; }

.ui-toolbar.text-color-white .ui-toolbar-divider {
  border-color: rgba(255, 255, 255, 0.4); }

.ui-toolbar .ui-icon-button {
  width: 48px;
  height: 48px; }

.ui-toolbar .ui-toolbar-preloader {
  position: absolute;
  height: 3px;
  right: 0;
  left: 0;
  bottom: 0; }

.ui-toolbar .ui-toolbar-preloader.position-top {
  top: 0; }

.ui-toolbar-raised {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }

.ui-toolbar-clear {
  background-color: transparent;
  box-shadow: none;
  border: none; }

.ui-toolbar-default {
  background-color: #fff; }

.ui-toolbar-colored {
  background-color: #2196f3; }

.ui-toolbar-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.ui-toolbar-nav-icon {
  margin-right: 8px; }

.ui-toolbar-brand-text {
  padding-right: 8px; }

.ui-toolbar-brand {
  min-width: 160px; }

.ui-toolbar-brand-text {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ui-toolbar-center {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ui-toolbar-divider {
  border-left-width: 1px;
  border-left-style: solid;
  height: 24px;
  margin-right: 24px; }

.ui-toolbar-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto; }

.ui-toolbar-right [slot="actions"] {
  display: -ms-flexbox;
  display: flex; }

/*# sourceMappingURL=keen-ui.css.map*/
/*!
 * vue-animate v0.0.4
 * (c) 2016 Hayden Bickerton
 * Released under the MIT License.
 * Documentation: https://github.com/haydenbbickerton/vue-animate
 */

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

.bounce-transition,
.bounceDown-transition, .bounceLeft-transition, .bounceRight-transition, .bounceUp-transition {
  animation-duration: 1s;
  animation-fill-mode: both; }

.bounce-enter,
.bounceIn {
  animation-name: bounceIn; }

.bounce-leave,
.bounceOut {
  animation-name: bounceOut; }

.bounceUp-enter,
.bounceInUp {
  animation-name: bounceInUp; }

.bounceUp-leave,
.bounceOutUp {
  animation-name: bounceOutUp; }

.bounceRight-enter,
.bounceInRight {
  animation-name: bounceInRight; }

.bounceRight-leave,
.bounceOutRight {
  animation-name: bounceOutRight; }

.bounceLeft-enter,
.bounceInLeft {
  animation-name: bounceInLeft; }

.bounceLeft-leave,
.bounceOutLeft {
  animation-name: bounceOutLeft; }

.bounceDown-enter,
.bounceInDown {
  animation-name: bounceInDown; }

.bounceDown-leave,
.bounceOutDown {
  animation-name: bounceOutDown; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade-transition,
.fadeDown-transition, .fadeDownBig-transition, .fadeLeft-transition, .fadeLeftBig-transition, .fadeRight-transition, .fadeRightBig-transition, .fadeUp-transition, .fadeUpBig-transition {
  animation-duration: 1s;
  animation-fill-mode: both; }

.fade-enter,
.fadeIn {
  animation-name: fadeIn; }

.fade-leave,
.fadeOut {
  animation-name: fadeOut; }

.fadeUpBig-enter,
.fadeInUpBig {
  animation-name: fadeInUpBig; }

.fadeUpBig-leave,
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

.fadeUp-enter,
.fadeInUp {
  animation-name: fadeInUp; }

.fadeUp-leave,
.fadeOutUp {
  animation-name: fadeOutUp; }

.fadeRightBig-enter,
.fadeInRightBig {
  animation-name: fadeInRightBig; }

.fadeRightBig-leave,
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

.fadeRight-enter,
.fadeInRight {
  animation-name: fadeInRight; }

.fadeRight-leave,
.fadeOutRight {
  animation-name: fadeOutRight; }

.fadeLeftBig-enter,
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

.fadeLeftBig-leave,
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

.fadeLeft-enter,
.fadeInLeft {
  animation-name: fadeInLeft; }

.fadeLeft-leave,
.fadeOutLeft {
  animation-name: fadeOutLeft; }

.fadeDownBig-enter,
.fadeInDownBig {
  animation-name: fadeInDownBig; }

.fadeDownBig-leave,
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

.fadeDown-enter,
.fadeInDown {
  animation-name: fadeInDown; }

.fadeDown-leave,
.fadeOutDown {
  animation-name: fadeOutDown; }

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

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

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

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

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

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

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

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

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

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

.rotate-transition,
.rotateDownLeft-transition, .rotateDownRight-transition, .rotateUpLeft-transition, .rotateUpRight-transition {
  animation-duration: 1s;
  animation-fill-mode: both; }

.rotate-enter,
.rotateIn {
  animation-name: rotateIn; }

.rotate-leave,
.rotateOut {
  animation-name: rotateOut; }

.rotateUpRight-enter,
.rotateInUpRight {
  animation-name: rotateInUpRight; }

.rotateUpRight-leave,
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

.rotateUpLeft-enter,
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

.rotateUpLeft-leave,
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

.rotateDownRight-enter,
.rotateInDownRight {
  animation-name: rotateInDownRight; }

.rotateDownRight-leave,
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

.rotateDownLeft-enter,
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

.rotateDownLeft-leave,
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

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

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

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

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

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

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

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

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

.slide-transition,
.slideDown-transition, .slideLeft-transition, .slideRight-transition, .slideUp-transition {
  animation-duration: 1s;
  animation-fill-mode: both; }

.slide-enter,
.slideIn {
  animation-name: slideIn; }

.slide-leave,
.slideOut {
  animation-name: slideOut; }

.slideUp-enter,
.slideInUp {
  animation-name: slideInUp; }

.slideUp-leave,
.slideOutUp {
  animation-name: slideOutUp; }

.slideRight-enter,
.slideInRight {
  animation-name: slideInRight; }

.slideRight-leave,
.slideOutRight {
  animation-name: slideOutRight; }

.slideLeft-enter,
.slideInLeft {
  animation-name: slideInLeft; }

.slideLeft-leave,
.slideOutLeft {
  animation-name: slideOutLeft; }

.slideDown-enter,
.slideInDown {
  animation-name: slideInDown; }

.slideDown-leave,
.slideOutDown {
  animation-name: slideOutDown; }

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

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

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoom-transition,
.zoomDown-transition, .zoomLeft-transition, .zoomRight-transition, .zoomUp-transition {
  animation-duration: 1s;
  animation-fill-mode: both; }

.zoom-enter,
.zoomIn {
  animation-name: zoomIn; }

.zoom-leave,
.zoomOut {
  animation-name: zoomOut; }

.zoomUp-enter,
.zoomInUp {
  animation-name: zoomInUp; }

.zoomUp-leave,
.zoomOutUp {
  animation-name: zoomOutUp; }

.zoomRight-enter,
.zoomInRight {
  animation-name: zoomInRight; }

.zoomRight-leave,
.zoomOutRight {
  animation-name: zoomOutRight; }

.zoomLeft-enter,
.zoomInLeft {
  animation-name: zoomInLeft; }

.zoomLeft-leave,
.zoomOutLeft {
  animation-name: zoomOutLeft; }

.zoomDown-enter,
.zoomInDown {
  animation-name: zoomInDown; }

.zoomDown-leave,
.zoomOutDown {
  animation-name: zoomOutDown; }

.modal-mask {
  position: fixed;
  z-index: 1100;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-overflow-scrolling: touch;
  display: table;
  padding-left: 60px;
  transition: opacity .3s ease; }
  .modal-mask .modal-wrapper {
    display: table-cell;
    vertical-align: middle; }
  .modal-mask .modal-container {
    width: 555px;
    margin: 0px auto;
    padding: 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all .3s ease; }
  .modal-mask .modal-header {
    padding: 0;
    margin: 0;
    border: 0; }
    .modal-mask .modal-header .modal-title {
      margin: 0;
      background-color: #474a4f;
      padding: 15px 15px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px; }
  .modal-mask .modal-body {
    position: relative;
    margin: 0;
    padding: 15px; }
    .modal-mask .modal-body .table_edit_question > thead > tr > th {
      background-color: #353535;
      color: #fff; }
    .modal-mask .modal-body .table_edit_question > tbody > tr > td {
      padding: 4px;
      vertical-align: middle;
      border-right: 1px solid #ddd; }
      .modal-mask .modal-body .table_edit_question > tbody > tr > td .ui-textbox {
        margin: 0px; }
    .modal-mask .modal-body .table_type_question > thead > tr > th {
      background-color: #353535;
      color: #fff; }
    .modal-mask .modal-body .table_type_question > tbody > tr > td {
      padding: 3px;
      vertical-align: middle;
      border-right: 1px solid #ddd; }
      .modal-mask .modal-body .table_type_question > tbody > tr > td:first-child {
        text-align: center; }
      .modal-mask .modal-body .table_type_question > tbody > tr > td .ui-textbox {
        margin: 0; }
  .modal-mask .modal-footer {
    position: relative;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 0;
    color: #fff; }
  .modal-mask.modal-client {
    padding: 0; }
    .modal-mask.modal-client .modal-body {
      padding: 30px; }
      .modal-mask.modal-client .modal-body .message {
        font-size: 18px;
        font-weight: 500; }
    .modal-mask.modal-client .modal-container {
      width: 450px; }
    .modal-mask.modal-client .modal-footer .ui-button {
      height: 30px;
      line-height: 30px;
      padding: 0 15px;
      /*&.color-lanacional-style-primario{
          background-color: transparent;
          border: 2px solid #ff5252;
          color: #ff5252;
        }
        &.color-lanacional-style-terciario{
          background-color: transparent;
          border: 2px solid #448AFF;
          color: #448AFF;
        }*/ }
    .modal-mask.modal-client .modal-footer .nav_footer {
      width: 100%;
      position: relative; }
      .modal-mask.modal-client .modal-footer .nav_footer > li {
        width: 50%;
        float: left; }
        .modal-mask.modal-client .modal-footer .nav_footer > li .ui-button {
          border-radius: 0;
          width: 100%; }
          .modal-mask.modal-client .modal-footer .nav_footer > li .ui-button.color-lanacional-style-primario {
            background-color: transparent;
            border: 2px solid #ff5252;
            color: #ff5252; }
          .modal-mask.modal-client .modal-footer .nav_footer > li .ui-button.color-lanacional-style-terciario {
            background-color: transparent;
            border: 2px solid #448AFF;
            color: #448AFF; }
  .modal-mask.modal-profile {
    position: fixed; }
    .modal-mask.modal-profile .modal-container {
      width: 235px;
      border-radius: 6px;
      border: 0; }
      .modal-mask.modal-profile .modal-container .modal-body {
        text-align: center;
        padding: 15px 10px; }
        .modal-mask.modal-profile .modal-container .modal-body img {
          width: 120px;
          height: 120px;
          margin: 0 auto;
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
          border-radius: 50%;
          overflow: hidden; }
        .modal-mask.modal-profile .modal-container .modal-body h3 {
          font-size: 20px;
          margin: 15px 0 8px; }
        .modal-mask.modal-profile .modal-container .modal-body p {
          margin: 0;
          font-size: 12px; }
          .modal-mask.modal-profile .modal-container .modal-body p + p {
            margin-top: 4px; }
        .modal-mask.modal-profile .modal-container .modal-body .btn-save {
          height: 24px;
          width: 24px;
          border-radius: 50%;
          position: absolute;
          right: -12px;
          top: -12px;
          line-height: 24px;
          min-width: 0;
          padding: 0; }
          .modal-mask.modal-profile .modal-container .modal-body .btn-save i {
            font-size: 18px; }

.modal-enter, .modal-leave {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave .modal-container {
  transform: scale(1.1); }

@media (min-width: 768px) {
  .modal-mask.modal-client {
    padding: 0; } }

@media (min-width: 992px) {
  .modal-mask {
    padding-left: 180px; }
    .modal-mask.modal-client {
      padding: 0; } }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: .67em 0;
  font-size: 2em; }

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 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"] {
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

* {
  box-sizing: border-box; }

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

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.75);
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .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,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

.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 {
  text-transform: uppercase; }

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

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

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

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

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

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

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

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

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

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

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

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

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

.bg-danger {
  background-color: #f2dede; }

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    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%;
  text-transform: uppercase; }

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.42857143;
  color: #777; }

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

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

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

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

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

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: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  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.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

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

.table .table {
  background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .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 {
  color: #999; }

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

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

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

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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-top: 4px \9;
  margin-left: -20px; }

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333;
  border-radius: 6px; }

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

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

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

.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.3333333; }

.has-feedback {
  position: relative; }

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

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

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

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

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

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.fade {
  opacity: 0;
  transition: opacity .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-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility; }

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

.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 {
    right: auto;
    left: 0; } }

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

.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;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*# sourceMappingURL=bootstrap.css.map */
.color-lanacional-primario {
  background-color: #455A64 !important; }

.color-lanacional-primario-text {
  color: #455A64 !important; }

.color-lanacional-secundario {
  background-color: #7e848c !important; }

.color-lanacional-secundario-text {
  color: #7e848c !important; }

.color-lanacional-terciario {
  background-color: #448AFF !important; }

.color-lanacional-terciario-text {
  color: #448AFF !important; }

.color-lanacional-cuarto {
  background-color: #0cc2aa !important; }

.color-lanacional-cuarto-text {
  color: #0cc2aa !important; }

.color-lanacional-white {
  background-color: #fff !important; }

.color-lanacional-white-text {
  color: #fff !important; }

.color-lanacional-black {
  background-color: #474a4f !important; }

.color-lanacional-black-text {
  color: #474a4f !important; }

.color-shades-black {
  background-color: #000000 !important; }

.color-shades-black-text {
  color: #000000 !important; }

.color-shades-white {
  background-color: #FFFFFF !important; }

.color-shades-white-text {
  color: #FFFFFF !important; }

.color-shades-transparent {
  background-color: transparent !important; }

.color-shades-transparent-text {
  color: transparent !important; }

.color-blue-base {
  background-color: #2196F3 !important; }

.color-blue-base-text {
  color: #2196F3 !important; }

.color-red-accent-2 {
  background-color: #FF5252 !important; }

.color-red-accent-2-text {
  color: #FF5252 !important; }

.color-grey-darken-2 {
  background-color: #616161 !important; }

.color-grey-darken-2-text {
  color: #616161 !important; }

.color-green-base {
  background-color: #4CAF50 !important; }

.color-green-base-text {
  color: #4CAF50 !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }
  .material-icons.md-18 {
    font-size: 18px; }
  .material-icons.md-24 {
    font-size: 24px;
    height: 24px;
    line-height: 24px; }
  .material-icons.md-36 {
    font-size: 36px;
    height: 36px;
    line-height: 36px; }
  .material-icons.md-48 {
    font-size: 48px;
    height: 48px;
    line-height: 48px; }
  .material-icons.md-60 {
    font-size: 60px;
    height: 60px;
    line-height: 60px; }

.md-spin .material-icons {
  animation: fa-spin 2s infinite linear; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

body {
  overflow-x: hidden; }

.preload-app {
  width: 100%;
  margin: 0 auto; }
  .preload-app .ui-progress-linear {
    background-color: rgba(89, 89, 159, 0.4) !important; }
    .preload-app .ui-progress-linear .ui-progress-linear-indeterminate {
      background-color: #59599f !important; }

.datepicker {
  position: relative; }

.mu-date-display {
  width: 100%;
  font-weight: 700;
  display: block;
  background-color: #5c6bc0;
  border-radius: 0;
  color: #fff;
  padding: 10px; }
  .mu-date-display .mu-date-display-year {
    position: relative;
    overflow: hidden;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    height: 16px;
    opacity: .7;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 10px; }
    .mu-date-display .mu-date-display-year.active {
      opacity: 1; }
    .mu-date-display .mu-date-display-year .mu-date-display-slideIn-wrapper {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
      .mu-date-display .mu-date-display-year .mu-date-display-slideIn-wrapper .mu-date-display-year-title {
        cursor: pointer; }
  .mu-date-display .mu-date-display-monthday {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 36px;
    line-height: 36px;
    height: 38px;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    font-weight: 700;
    opacity: .7; }
    .mu-date-display .mu-date-display-monthday.active {
      opacity: 1; }
    .mu-date-display .mu-date-display-monthday .mu-date-display-slideIn-wrapper {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
      .mu-date-display .mu-date-display-monthday .mu-date-display-slideIn-wrapper .mu-date-display-monthday-title {
        cursor: default;
        width: 100%;
        display: block; }
        .mu-date-display .mu-date-display-monthday .mu-date-display-slideIn-wrapper .mu-date-display-monthday-title:hover {
          cursor: pointer; }

.calendar-content {
  position: absolute;
  z-index: 1505;
  background: white;
  width: 312px;
  margin-top: 160px;
  overflow: hidden;
  margin-left: -148px;
  left: 50%;
  box-shadow: 0 19px 60px rgba(0, 0, 0, 0.298039), 0 15px 20px rgba(0, 0, 0, 0.219608); }
  .calendar-content .btn-aceptar {
    display: block;
    position: relative;
    padding: 5px;
    margin: 15px 0 0; }
    .calendar-content .btn-aceptar .ui-button {
      height: 36px;
      line-height: 36px;
      width: 26px;
      padding: 0 6px;
      font-size: 12px; }

.calendar {
  position: relative;
  z-index: 100;
  background: white;
  width: 312px;
  padding: 0 8px; }
  .calendar header {
    position: relative;
    display: block;
    line-height: 48px;
    height: 48px; }
    .calendar header.header-days .color-btn-left, .calendar header.header-year .color-btn-left {
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -15px; }
    .calendar header.header-days .color-btn-right, .calendar header.header-year .color-btn-right {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -15px; }
    .calendar header.header-days .ui-icon-button, .calendar header.header-year .ui-icon-button {
      height: 30px;
      width: 30px; }
      .calendar header.header-days .ui-icon-button .ui-icon-button-icon, .calendar header.header-year .ui-icon-button .ui-icon-button-icon {
        font-size: 22px;
        color: #000; }
    .calendar header span {
      display: inline-block;
      text-align: center;
      width: 71.42857142857143%;
      float: left; }
      .calendar header span.up {
        display: block;
        width: 100%;
        height: 48px; }
      .calendar header span .prev:not(.disabled),
      .calendar header span .next:not(.disabled),
      .calendar header span .up:not(.disabled) {
        cursor: pointer; }
        .calendar header span .prev:not(.disabled):hover,
        .calendar header span .next:not(.disabled):hover,
        .calendar header span .up:not(.disabled):hover {
          background: #eee; }
  .calendar .cell {
    display: block;
    padding: 0 5px;
    width: 42px;
    height: 34px;
    line-height: 34px;
    position: relative;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 2px; }
    .calendar .cell:not(.blank):not(.disabled).day {
      cursor: pointer;
      margin-bottom: 2px; }
      .calendar .cell:not(.blank):not(.disabled).day:after {
        content: '';
        position: absolute;
        width: 34px;
        height: 34px;
        top: 0;
        z-index: 3;
        left: 4px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #6e57a0;
        opacity: 0.6;
        transform: scale(0);
        transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1); }
      .calendar .cell:not(.blank):not(.disabled).day .circle {
        position: relative;
        z-index: 5; }
    .calendar .cell.disabled {
      color: rgba(0, 0, 0, 0.4); }
    .calendar .cell:not(.blank):not(.disabled).day:hover, .calendar .cell:not(.blank):not(.disabled).day.selected {
      color: #fff; }
      .calendar .cell:not(.blank):not(.disabled).day:hover:after, .calendar .cell:not(.blank):not(.disabled).day.selected:after {
        transform: scale(1); }
    .calendar .cell:not(.blank):not(.disabled).day.selected:after {
      opacity: 1; }
    .calendar .cell:not(.blank):not(.disabled).month {
      cursor: pointer; }
      .calendar .cell:not(.blank):not(.disabled).month:hover, .calendar .cell:not(.blank):not(.disabled).month.selected {
        color: #fff; }
        .calendar .cell:not(.blank):not(.disabled).month:hover:after, .calendar .cell:not(.blank):not(.disabled).month.selected:after {
          width: 34px;
          height: 36px;
          margin-top: -18px;
          margin-left: -18px; }
    .calendar .cell:not(.blank):not(.disabled).year {
      transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1); }
      .calendar .cell:not(.blank):not(.disabled).year:hover, .calendar .cell:not(.blank):not(.disabled).year.selected {
        cursor: pointer;
        color: #6e57a0;
        font-weight: 900;
        transform: scale(1.05); }
    .calendar .cell:not(.blank):not(.disabled).year:last-child {
      width: 33.333333%;
      margin-left: 33.333333%; }
    .calendar .cell.grey {
      color: #888; }
      .calendar .cell.grey:hover {
        background: inherit; }
    .calendar .cell.day-header {
      font-size: 75%;
      opacity: .6;
      cursor: inherit; }
      .calendar .cell.day-header:hover {
        background: inherit; }
  .calendar .month,
  .calendar .year {
    width: 33.333333%; }

.container-layout {
  position: absolute;
  width: 100%;
  height: 100%; }

body {
  background-color: #F4F5F7; }

.content-layout {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch; }
  .content-layout .navbar-background {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    visibility: hidden;
    transition-property: background-color;
    transition-duration: .2s; }
    .content-layout .navbar-background.active {
      background-color: rgba(0, 0, 0, 0.5);
      visibility: visible; }
  .content-layout .content-aside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 60px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-color: #303e45;
    transform: translateX(0);
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: .2s;
    transition-property: transform;
    color: #fff;
    overflow: visible;
    overflow-y: auto;
    z-index: 5;
    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); }
    .content-layout .content-aside.active {
      transform: translateX(0); }
  .content-layout .content-main {
    -ms-flex: 0 1 auto;
    display: inline-block;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    position: absolute;
    top: 0;
    margin-top: 0;
    width: calc(100% - 60px);
    margin-left: 60px;
    transition: all .2s; }

@media (min-width: 768px) {
  .content-layout .content-aside {
    width: 60px;
    transform: translateX(0); }
  .content-layout .content-main {
    width: calc(100% - 60px);
    margin-left: 60px; } }

@media (min-width: 992px) {
  .content-layout .content-aside {
    width: 180px;
    transform: translateX(0); }
  .content-layout .content-main {
    width: calc(100% - 180px);
    margin-left: 180px; } }

.header-user {
  height: 60px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  z-index: 120;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  /*.name-user{
    margin: 9px 0 0;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
  }*/ }
  .header-user .b-left {
    float: left; }
  .header-user .b-right {
    float: right;
    margin-right: -15px; }
  .header-user .nav_option_layout {
    position: relative;
    margin-top: 9px; }
    .header-user .nav_option_layout > li {
      float: left; }
      .header-user .nav_option_layout > li + li {
        margin-left: 10px; }
  .header-user .anda-logo {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    float: left;
    display: block; }
    .header-user .anda-logo img {
      width: 100%;
      display: block;
      height: auto; }
    .header-user .anda-logo:hover, .header-user .anda-logo:focus {
      cursor: pointer;
      outline: 0;
      background-color: transparent; }
  .header-user .nav_opt > li {
    position: relative;
    height: 60px;
    float: left; }
    .header-user .nav_opt > li + li {
      margin-left: 5px; }
    .header-user .nav_opt > li .btn-option-chat {
      margin-top: 6px; }
    .header-user .nav_opt > li .nav_menu {
      position: absolute;
      float: right;
      padding: 0;
      min-width: 140px;
      max-width: 250px;
      background-color: #fff;
      border: 1px solid #D9DEE4;
      top: 60px;
      right: 0; }
      .header-user .nav_opt > li .nav_menu > li {
        height: auto;
        width: 100%; }
        .header-user .nav_opt > li .nav_menu > li a, .header-user .nav_opt > li .nav_menu > li button {
          color: #000;
          background-color: transparent;
          width: 100%;
          display: block;
          text-align: left;
          padding: 8px 15px 8px 25px;
          border: 0; }
          .header-user .nav_opt > li .nav_menu > li a:hover, .header-user .nav_opt > li .nav_menu > li a:focus, .header-user .nav_opt > li .nav_menu > li button:hover, .header-user .nav_opt > li .nav_menu > li button:focus {
            outline: 0;
            background-color: #f5f5f5; }
  .header-user .picture-user {
    position: relative;
    display: inline-block;
    *display: inline;
    border: 0;
    float: right;
    padding: 0;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
    color: #858598;
    margin: 20px 5px 0 0; }
    .header-user .picture-user .img_profile {
      display: inline-block;
      padding: 0;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      overflow: hidden;
      background-color: transparent;
      z-index: 9;
      text-align: center;
      margin: 0 auto; }
      .header-user .picture-user .img_profile.not_image {
        border: 2px solid #858598;
        padding-top: 2px; }
      .header-user .picture-user .img_profile i {
        font-size: 20px; }
      .header-user .picture-user .img_profile img {
        width: 30px;
        height: 30px;
        display: block; }
    .header-user .picture-user .name-user {
      display: block;
      font-weight: 700;
      margin-left: 6px;
      position: relative;
      vertical-align: middle; }
      .header-user .picture-user .name-user i {
        font-size: 16px;
        position: relative;
        float: right;
        margin-top: 2px;
        margin-left: 5px; }
    .header-user .picture-user:hover {
      cursor: pointer;
      outline: 0;
      color: #03A9F4; }
      .header-user .picture-user:hover .img_profile {
        color: #858598; }
  .header-user .email-user {
    color: #eee;
    font-weight: 300;
    font-size: 12px;
    margin: 7px 0 0; }
    .header-user .email-user i {
      position: relative;
      float: none;
      top: 4px; }

.header-logo {
  width: 100%;
  padding: 5px;
  height: 60px;
  background: #fff;
  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); }
  .header-logo .logo_img {
    display: block;
    height: 50px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/logo_responsive.png); }

.nav_list-user {
  width: 100%;
  padding: 0; }
  .nav_list-user h4 {
    margin: 0 0 10px 10px;
    color: #fff;
    font-size: 17px; }
  .nav_list-user .nav-option_style {
    width: 100%; }
    .nav_list-user .nav-option_style > li {
      position: relative;
      float: none;
      width: 100%;
      transition: all .3s;
      min-height: 50px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-touch-action: manipulation;
      touch-action: manipulation; }
      .nav_list-user .nav-option_style > li + li {
        /*margin-top: 1px;
        &:after{
          position: absolute;
          content: "";
          width: 60%;
          left: 20%;
          top: -1px;
          height: 1px;
          background-color: rgba(255,255,255,.3);
        }*/ }
      .nav_list-user .nav-option_style > li a {
        width: 100%;
        padding: 9px 10px;
        margin: 0;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        font-weight: 300;
        font-size: 14px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .nav_list-user .nav-option_style > li a .icon_a {
          display: block;
          text-align: center;
          height: 40px;
          width: 40px;
          float: left;
          border-radius: 2px;
          color: rgba(255, 255, 255, 0.7);
          background-color: rgba(0, 0, 0, 0.31); }
          .nav_list-user .nav-option_style > li a .icon_a i {
            font-size: 24px;
            height: 40px;
            width: 40px;
            display: block;
            line-height: 40px;
            cursor: inherit;
            margin: 0 auto; }
        .nav_list-user .nav-option_style > li a .name_a {
          display: none;
          margin-left: 10px; }
        .nav_list-user .nav-option_style > li a:hover, .nav_list-user .nav-option_style > li a:focus {
          background-color: rgba(0, 0, 0, 0.1);
          outline: 0;
          color: #fff; }
          .nav_list-user .nav-option_style > li a:hover .icon_a, .nav_list-user .nav-option_style > li a:focus .icon_a {
            color: #fff; }
        .nav_list-user .nav-option_style > li a.v-link-active {
          background-color: #0cc2aa;
          color: #fff;
          outline: 0; }
          .nav_list-user .nav-option_style > li a.v-link-active .icon_a {
            background-color: rgba(255, 255, 255, 0.31);
            color: #fff; }

.footer-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 300; }
  .footer-contact p {
    margin: 0; }

@media (min-width: 768px) {
  .nav_list-user .nav-option_style > li a i {
    font-size: 24px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 auto; }
  .nav_list-user .nav-option_style > li a .name_a {
    display: none; } }

@media (min-width: 992px) {
  .header-logo .logo_img {
    background-image: url(../img/logo_nacional.png); }
  .nav_list-user .nav-option_style > li a i {
    font-size: 20px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-right: 4px;
    margin-left: -4px; }
  .nav_list-user .nav-option_style > li a .name_a {
    margin-left: 10px;
    display: inline-block; } }

.header-section {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 100;
  left: 0;
  height: 80px;
  display: block;
  padding: 26px 15px 0;
  background-image: url(../img/header-bg.png);
  background-color: #0cc2aa;
  background-size: cover; }
  .header-section h2 {
    margin: 0;
    font-size: 28px;
    display: inline-block;
    *display: inline;
    font-weight: 400;
    padding: 0;
    color: #fff; }
  .header-section span {
    display: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    font-size: 30px;
    text-align: center;
    position: relative;
    top: 4px; }
  .header-section .timer_test {
    display: block;
    position: absolute;
    right: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    top: 50%;
    margin-top: -20px; }
    .header-section .timer_test i {
      font-size: 26px; }
  .header-section .btn-icon-more {
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: -28px; }
  .header-section .buttons-options {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px; }
    .header-section .buttons-options .ui-button {
      height: 30px;
      padding: 0 10px;
      line-height: 30px; }

@media (min-width: 768px) {
  .header-section span {
    display: none; } }

.ui-fab .ui-icon {
  display: block;
  margin: 0 auto; }

.bg-log {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/home1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.login-table {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  display: table; }
  .login-table .login-cell {
    vertical-align: middle;
    display: table-cell; }

.row_sign {
  margin: 0 -7px; }

.option_register {
  width: 100%;
  margin: 10px 0 0; }
  .option_register > li {
    width: 100%;
    float: left;
    padding: 0 7px; }
    .option_register > li button {
      width: 100%;
      color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 10px 0;
      display: block;
      font-size: 14px;
      border-radius: 0;
      transition: all .3s ease-in-out; }
      .option_register > li button.btn-google {
        background-color: #dd4b39; }
        .option_register > li button.btn-google:hover {
          background-color: #c23321; }
      .option_register > li button.btn-facebook {
        background-color: #3b5998; }
        .option_register > li button.btn-facebook:hover {
          background-color: #2d4373; }
    .option_register > li + li {
      margin-top: 10px; }

.login-container {
  position: relative;
  z-index: 10;
  width: 500px;
  margin: 0 auto;
  padding: 0; }
  .login-container .nav_log {
    width: 100%;
    margin: 20px 0 0; }
    .login-container .nav_log > li {
      width: 50%;
      float: left; }
      .login-container .nav_log > li:nth-child(1) button {
        float: left; }
      .login-container .nav_log > li:nth-child(2) button {
        float: right; }
      .login-container .nav_log > li button {
        background-color: transparent;
        border: 0;
        padding: 0;
        font-weight: 300;
        padding: 0;
        display: block;
        color: rgba(255, 255, 255, 0.75);
        border-radius: 0;
        cursor: pointer;
        /*&.btn-login{
          background-color: #59599F;
        }
        &.btn-register{
          background-color: #A15598;
        }*/ }
        .login-container .nav_log > li button:hover, .login-container .nav_log > li button:focus {
          color: white;
          outline: 0;
          text-decoration: none; }
  .login-container .login-header {
    text-align: center;
    color: #fff;
    width: 350px;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px; }
    .login-container .login-header img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .login-container .login-header h1 {
      margin: 15px 0 0;
      font-weight: 200; }
    .login-container .login-header .content_social {
      margin: 15px -5px 0; }
      .login-container .login-header .content_social .nav_social_button > li {
        padding: 0 5px;
        width: 50%;
        float: left; }
        .login-container .login-header .content_social .nav_social_button > li a {
          background-color: rgba(255, 255, 255, 0.6);
          padding: 0;
          height: 30px;
          border-radius: 30px;
          line-height: 30px;
          text-align: center;
          width: 100%;
          display: block;
          color: #272634; }
          .login-container .login-header .content_social .nav_social_button > li a:hover, .login-container .login-header .content_social .nav_social_button > li a:focus, .login-container .login-header .content_social .nav_social_button > li a.v-link-active {
            text-decoration: none;
            background-color: rgba(255, 255, 255, 0.85); }
  .login-container .login-body {
    padding: 10px;
    min-height: 140px;
    color: rgba(230, 230, 230, 0.9);
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    transition: all .4s ease;
    /*.ui-textbox:hover:not(.disabled):not(.invalid) .ui-textbox-input, .ui-textbox:hover:not(.disabled):not(.invalid) .ui-textbox-textarea{
      border-color: rgba(255,255,255,.6);
    }
    .ui-textbox.active:not(.disabled):not(.invalid) .ui-textbox-input, .ui-textbox.active:not(.disabled):not(.invalid) .ui-textbox-textarea{
      border-color: rgba(255,255,255,.9);
    }*/ }
    .login-container .login-body .text_sign {
      margin: 5px 0 0;
      text-align: center;
      color: #ABA8AE;
      font-size: 13px; }
      .login-container .login-body .text_sign button {
        color: #fff;
        background-color: transparent;
        border: 0;
        padding: 0; }
        .login-container .login-body .text_sign button:hover, .login-container .login-body .text_sign button:focus {
          outline: 0;
          text-decoration: none; }
    .login-container .login-body .ui-alert-body.error {
      background-color: rgba(244, 67, 54, 0.78); }
    .login-container .login-body .ui-alert-body.success {
      background-color: rgba(76, 175, 80, 0.78); }
    .login-container .login-body .ui-alert-body .ui-alert-icon, .login-container .login-body .ui-alert-body a {
      color: #fff; }
    .login-container .login-body .ui-alert-body .ui-alert-text {
      color: #fff; }
    .login-container .login-body .ui-button {
      margin-top: 15px;
      width: 100%;
      color: #fff; }
    .login-container .login-body .panel-default .form-horizontal .form-group {
      margin: 0; }
    .login-container .login-body .ui-textbox {
      color: #fff; }
      .login-container .login-body .ui-textbox .ui-textbox-icon-wrapper {
        color: #fff;
        margin-right: 10px; }
        .login-container .login-body .ui-textbox .ui-textbox-icon-wrapper .ui-textbox-icon {
          color: rgba(255, 255, 255, 0.75); }
    .login-container .login-body .ui-textbox-input {
      font-weight: 300;
      color: #fff;
      border-color: rgba(255, 255, 255, 0.9); }
    .login-container .login-body .btn-submit {
      background-color: transparent;
      border: 1px solid #fff;
      width: 100%;
      padding: 0;
      height: 50px;
      will-change: box-shadow,transform;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      display: block;
      color: #fff;
      font-weight: 300;
      margin-top: 25px;
      border-radius: 0;
      cursor: pointer; }
      .login-container .login-body .btn-submit:hover, .login-container .login-body .btn-submit:focus {
        outline: 0;
        text-decoration: none; }

/*.login-container .login-body .form-control::-moz-placeholder {
  color: rgba(230, 230, 230, 0.9);
  opacity: 1;
}
.login-container .login-body .form-control:-ms-input-placeholder {
  color: rgba(230, 230, 230, 0.9);
}
.login-container .login-body .form-control::-webkit-input-placeholder {
  color: rgba(230, 230, 230, 0.9);
}
*/
/*
 * Section Person
 */
.section-client {
  width: 100%;
  max-width: 100%;
  padding: 45px 0;
  position: absolute;
  overflow-y: auto;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fdfdfd;
  background-position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  .section-client .signOut-client {
    position: absolute;
    right: 15px;
    height: 40px;
    top: 15px; }
    .section-client .signOut-client .ui-icon-button {
      color: rgba(69, 90, 100, 0.35) !important; }
    .section-client .signOut-client .nav_opt {
      position: absolute;
      float: right;
      padding: 0;
      min-width: 140px;
      max-width: 250px;
      background-color: #fff;
      border: 1px solid #D9DEE4;
      top: 40px;
      right: 0; }
      .section-client .signOut-client .nav_opt > li {
        height: auto;
        width: 100%; }
        .section-client .signOut-client .nav_opt > li a, .section-client .signOut-client .nav_opt > li button {
          color: #000;
          background-color: transparent;
          width: 100%;
          display: block;
          text-align: left;
          padding: 8px 15px 8px 25px;
          border: 0; }
          .section-client .signOut-client .nav_opt > li a:hover, .section-client .signOut-client .nav_opt > li a:focus, .section-client .signOut-client .nav_opt > li button:hover, .section-client .signOut-client .nav_opt > li button:focus {
            outline: 0;
            background-color: #f5f5f5; }
  .section-client .container-client {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto; }
    .section-client .container-client .logo {
      max-width: 350px;
      max-height: 250px;
      display: block;
      position: relative;
      margin: 0 auto; }
    .section-client .container-client .title_gnrl {
      font-size: 18px;
      margin: 10px 0 5px; }
      .section-client .container-client .title_gnrl + p {
        font-size: 14px; }
    .section-client .container-client .list_menu {
      position: relative;
      width: 380px;
      margin: 15px auto 0; }
      .section-client .container-client .list_menu .ui-button {
        color: #fff; }
      .section-client .container-client .list_menu .item_menu {
        position: relative;
        width: 100%;
        height: 70px;
        padding: 0;
        padding-left: 110px; }
        .section-client .container-client .list_menu .item_menu .head_item {
          position: absolute;
          width: 70px;
          height: 70px;
          top: 0;
          left: 0; }
          .section-client .container-client .list_menu .item_menu .head_item i {
            font-size: 70px; }
          .section-client .container-client .list_menu .item_menu .head_item .item_label {
            font-weight: 600;
            padding: 17px 0px; }
        .section-client .container-client .list_menu .item_menu .body_item {
          position: relative;
          padding-top: 8px; }
          .section-client .container-client .list_menu .item_menu .body_item .nav_face {
            position: relative;
            width: 100%; }
            .section-client .container-client .list_menu .item_menu .body_item .nav_face > li {
              width: 55px;
              height: 55px;
              display: block;
              float: left;
              background-position: center;
              background-repeat: no-repeat;
              transition: all .1s ease; }
              .section-client .container-client .list_menu .item_menu .body_item .nav_face > li + li {
                margin-left: 10px; }
              .section-client .container-client .list_menu .item_menu .body_item .nav_face > li:hover, .section-client .container-client .list_menu .item_menu .body_item .nav_face > li:focus {
                cursor: pointer; }
              .section-client .container-client .list_menu .item_menu .body_item .nav_face > li.face1 {
                background-image: url(../img/smal1-temp.png); }
                .section-client .container-client .list_menu .item_menu .body_item .nav_face > li.face1.active {
                  background-image: url(../img/smal1-select.png); }
              .section-client .container-client .list_menu .item_menu .body_item .nav_face > li.face2 {
                background-image: url(../img/smal2-temp.png); }
                .section-client .container-client .list_menu .item_menu .body_item .nav_face > li.face2.active {
                  background-image: url(../img/smal2-select.png); }
              .section-client .container-client .list_menu .item_menu .body_item .nav_face > li.face3 {
                background-image: url(../img/smal3-temp.png); }
                .section-client .container-client .list_menu .item_menu .body_item .nav_face > li.face3.active {
                  background-image: url(../img/smal3-select.png); }
              .section-client .container-client .list_menu .item_menu .body_item .nav_face > li.face4 {
                background-image: url(../img/smal4-temp.png); }
                .section-client .container-client .list_menu .item_menu .body_item .nav_face > li.face4.active {
                  background-image: url(../img/smal4-select.png); }
        .section-client .container-client .list_menu .item_menu + .item_menu {
          margin-top: 15px; }

/*
 * Section Contact List
 */
.section-users {
  padding: 30px 0;
  position: absolute;
  top: 80px;
  overflow-y: auto;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff; }
  .section-users .width-users {
    position: relative;
    width: 98%;
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    padding: 15px;
    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); }
    .section-users .width-users.width-assign {
      width: 100%; }
    .section-users .width-users.min-height {
      min-height: 400px; }
    .section-users .width-users .timer_test {
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 16px; }
    .section-users .width-users .b_search {
      width: 400px;
      margin: 0 auto; }
    .section-users .width-users .load_messages {
      margin-top: 15px;
      width: 50px;
      height: 50px;
      display: block;
      margin: 0 auto; }
    .section-users .width-users .button-search {
      width: 100%;
      display: block;
      position: relative;
      margin-bottom: 10px; }
      .section-users .width-users .button-search .ui-button {
        height: 30px;
        display: block;
        line-height: 30px;
        padding: 0 15px;
        margin: 0 auto;
        color: #fff; }
  .section-users .table > tbody > tr > td {
    padding: 4px 8px;
    vertical-align: middle; }
    .section-users .table > tbody > tr > td.assign-evaluation .ui-button {
      font-size: 12px;
      color: #fff;
      height: 28px;
      width: 100%;
      display: block;
      line-height: 28px;
      padding: 0 8px; }
      .section-users .table > tbody > tr > td.assign-evaluation .ui-button + .ui-button {
        margin-top: 2px; }
    .section-users .table > tbody > tr > td .ui-textbox {
      margin: 0; }
      .section-users .table > tbody > tr > td .ui-textbox .ui-textbox-feedback {
        display: none; }
    .section-users .table > tbody > tr > td .ui-icon-button {
      color: #fff;
      width: 30px;
      height: 30px;
      margin: 0 auto; }
      .section-users .table > tbody > tr > td .ui-icon-button .ui-icon {
        font-size: 18px; }
    .section-users .table > tbody > tr > td.td-restore .ui-icon-button {
      display: block; }

@media (min-width: 730px) {
  .section-contactlist {
    padding: 40px 0; } }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .pagination > li.active a, .pagination > li.active span {
      background-color: #455A64;
      color: #fff; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #455A64;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }

/*
 * Section Person
 */
.section-person {
  padding: 30px 0;
  position: absolute;
  top: 80px;
  overflow-y: auto;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff; }
  .section-person .width-person {
    position: relative;
    width: 555px;
    margin: 0 auto; }
    .section-person .width-person.bg-white {
      background-color: #fff;
      padding: 0;
      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); }
    .section-person .width-person .name-person {
      margin: 0 0 25px; }
    .section-person .width-person .search-person {
      width: 100%;
      position: relative; }
      .section-person .width-person .search-person .form-search {
        padding: 0; }
        .section-person .width-person .search-person .form-search .form-group {
          margin: 0; }
    .section-person .width-person .list-search {
      margin: 15px -15px 0; }
      .section-person .width-person .list-search .ui-button {
        color: #fff;
        text-transform: capitalize;
        margin-top: 6px; }
      .section-person .width-person .list-search .btn-height {
        height: 40px;
        margin-top: 6px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 400; }
  .section-person .table > tbody > tr > td {
    padding: 4px 8px;
    vertical-align: middle; }
    .section-person .table > tbody > tr > td .ui-textbox {
      margin: 0; }
      .section-person .table > tbody > tr > td .ui-textbox .ui-textbox-feedback {
        display: none; }
    .section-person .table > tbody > tr > td .ui-icon-button {
      color: #fff;
      width: 30px;
      height: 30px;
      margin: 0 auto; }
      .section-person .table > tbody > tr > td .ui-icon-button .ui-icon {
        font-size: 18px; }
    .section-person .table > tbody > tr > td.td-restore .ui-icon-button {
      display: block; }
    .section-person .table > tbody > tr > td .ui-checkbox {
      margin: 0 auto; }
      .section-person .table > tbody > tr > td .ui-checkbox.checked .ui-checkbox-checkmark:before {
        background: #448AFF;
        border-color: #448AFF; }
      .section-person .table > tbody > tr > td .ui-checkbox .ui-checkbox-label-text {
        display: none; }

.section-chart {
  padding: 30px 0;
  position: absolute;
  top: 80px;
  overflow-y: auto;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff; }
  .section-chart .width-chart {
    position: relative;
    width: 555px;
    margin: 0 auto; }
    .section-chart .width-chart.bg-white {
      background-color: #fff;
      padding: 0;
      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); }
  .section-chart .width-filter {
    position: relative;
    width: 98%;
    margin: 1%;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #efefef; }
    .section-chart .width-filter .ui-alert-body {
      margin: 12px 0 0;
      padding: 8px 16px;
      min-height: 40px; }
  .section-chart .width-chart {
    position: relative;
    width: 98%;
    margin: 1%;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #efefef; }
    .section-chart .width-chart .ui-select {
      max-width: 80px; }

@media (min-width: 992px) {
  .section-chart .width-filter {
    width: 700px;
    margin: 0 auto;
    padding: 15px; }
    .section-chart .width-filter.col-4_filter {
      width: 94%; } }

.bgTransition {
  animation-duration: .4s;
  position: absolute;
  overflow-y: hidden;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F4F5F7; }

.bg-white {
  background-color: #fff;
  box-shadow: 0 8px 17px 0 #C5D5E4, 0 6px 20px 0 #C5D5E4; }

/*
 * Css extra
 */
.nav_menu_form {
  display: inline-block;
  *display: inline;
  zoom: 1; }
  .nav_menu_form > li {
    float: left;
    overflow: hidden;
    color: #fff;
    /*a{
      padding: 0 15px; 
    }*/ }
    .nav_menu_form > li + li {
      margin-left: 5px; }

.btn-logout {
  background-color: #00bfa5;
  border: 0;
  color: #fff;
  padding: 16px;
  display: block;
  width: 100%;
  margin: 0 auto; }

.btn-width {
  width: 100%; }

/*# sourceMappingURL=app.css.map */
