/*** uncss> filename: src/main/webapp/base/css/lib/angular-material-0.10.0.edit.css ***/

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

/**
* Manually edited file. Specific comments have been added for the grunt-uncss plugin.
* Important: Do not overwtite blindly!
**/

body,
html {
  height: 100%;
  color: rgba(0, 0, 0, .87);
  background: #fff;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}

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

button {
  cursor: pointer;
  -webkit-appearance: button;
}

/* uncss:ignore */

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

/* uncss:ignore */

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

/* uncss:ignore */

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

/* uncss:ignore */

.md-ripple.md-ripple-scaled {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* uncss:ignore */

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

body,
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

p,
ul {
  text-rendering: optimizeLegibility;
}

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

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

@-moz-document url-prefix()  {
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: auto;
    height: inherit;
  }
}

md-autocomplete input:not(.md-input)::-ms-clear {
  display: none;
}

/* uncss:ignore */

md-checkbox {
  box-sizing: border-box;
  display: block;
  margin: 8px;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 18px;
  padding-right: 0;
  position: relative;
  line-height: 26px;
  min-width: 18px;
  min-height: 18px;
}

/* uncss:ignore */

html[dir=rtl] md-checkbox {
  padding-left: 0;
  padding-right: 18px;
}

/* uncss:ignore */

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

/* uncss:ignore */

/* uncss:ignore */

/* uncss:ignore */

md-checkbox .md-container {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: auto;
}

/* uncss:ignore */

html[dir=rtl] md-checkbox .md-container {
  left: auto;
  right: 0;
}

/* uncss:ignore */

md-checkbox .md-container:before {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  width: auto;
}

/* uncss:ignore */

md-checkbox .md-container:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

/* uncss:ignore */

md-checkbox .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}

/* uncss:ignore */

md-checkbox .md-icon {
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}

/* uncss:ignore */

md-checkbox.md-checked .md-icon {
  border: none;
}

/* uncss:ignore */

md-checkbox[disabled] {
  cursor: no-drop;
}

/* uncss:ignore */

md-checkbox.md-checked .md-icon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
  display: table;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: '';
}

/* uncss:ignore */

md-checkbox .md-label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* uncss:ignore */

md-checkbox .md-label span {
  margin-left: 10px;
  margin-right: 0;
}

/* uncss:ignore */

html[dir=rtl] md-checkbox .md-label span {
  margin-left: 0;
  margin-right: 10px;
}

md-input-container:not(.md-input-has-value) input:not(:focus) {
  color: transparent;
}

/* uncss:ignore */

.md-switch-thumb,
md-radio-button {
  box-sizing: border-box;
  display: block;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer;
}

/* uncss:ignore */

.md-switch-thumb *,
.md-switch-thumb:after,
.md-switch-thumb:before,
md-radio-button *,
md-radio-button:after,
md-radio-button:before {
  box-sizing: border-box;
}

/* uncss:ignore */

.md-switch-thumb input,
md-radio-button input {
  display: none;
}

/* uncss:ignore */

.md-switch-thumb .md-container,
md-radio-button .md-container {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* uncss:ignore */

.md-switch-thumb .md-container .md-ripple-container,
md-radio-button .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  left: -16px;
  top: -16px;
}

/* uncss:ignore */

.md-switch-thumb .md-container:before,
md-radio-button .md-container:before {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  width: auto;
}

/* uncss:ignore */

.md-switch-thumb .md-off,
md-radio-button .md-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  transition: border-color ease .28s;
}

/* uncss:ignore */

.md-switch-thumb .md-on,
md-radio-button .md-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: -webkit-transform ease .28s;
  transition: transform ease .28s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* uncss:ignore */

.md-switch-thumb.md-checked .md-on,
md-radio-button.md-checked .md-on {
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

/* uncss:ignore */

.md-switch-thumb .md-label,
md-radio-button .md-label {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}

/* uncss:ignore */

.md-switch-thumb .circle,
md-radio-button .circle {
  border-radius: 50%;
}

/* uncss:ignore */

md-switch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* uncss:ignore */

md-switch .md-container {
  cursor: -webkit-grab;
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 8px;
}

/* uncss:ignore */

md-switch:not([disabled]) .md-dragging,
md-switch:not([disabled]).md-dragging .md-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* uncss:ignore */

/* uncss:ignore */

/* uncss:ignore */

md-switch .md-label {
  border-color: transparent;
  border-width: 0;
}

/* uncss:ignore */

md-switch .md-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}

/* uncss:ignore */

md-switch .md-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

/* uncss:ignore */

md-switch.md-checked .md-thumb-container {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* uncss:ignore */

md-switch .md-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .14), 0 2px 2px 0 rgba(0, 0, 0, .098), 0 1px 5px 0 rgba(0, 0, 0, .084);
}

/* uncss:ignore */

md-switch .md-thumb:before {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  width: auto;
}

/* uncss:ignore */

md-switch .md-thumb .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}

/* uncss:ignore */

md-switch:not(.md-dragging) .md-bar,
md-switch:not(.md-dragging) .md-thumb,
md-switch:not(.md-dragging) .md-thumb-container {
  transition: all .5s cubic-bezier(.35, 0, .25, 1);
  transition-property: -webkit-transform, background-color;
  transition-property: transform, background-color;
}

/* uncss:ignore */

md-switch:not(.md-dragging) .md-bar,
md-switch:not(.md-dragging) .md-thumb {
  transition-delay: .05s;
}

/* uncss:ignore */

/* uncss:ignore */

/* uncss:ignore */
