/* Status of services */
/* fontes */
/* Layout */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, tbody, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

table {
  vertical-align: baseline;
  border-spacing: 0px; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  list-style-type: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a:link, a:visited {
  text-decoration: none; }

button {
  cursor: pointer;
  font-family: "Roboto", sans-serif; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }
  select label {
    display: none; }

input[type='submit'] {
  cursor: pointer; }

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

textarea {
  resize: none; }

*:focus {
  outline: none; }

/*Base External template files*/
.ct-double-octave:after, .ct-major-eleventh:after, .ct-major-second:after, .ct-major-seventh:after, .ct-major-sixth:after, .ct-major-tenth:after, .ct-major-third:after, .ct-major-twelfth:after, .ct-minor-second:after, .ct-minor-seventh:after, .ct-minor-sixth:after, .ct-minor-third:after, .ct-octave:after, .ct-perfect-fifth:after, .ct-perfect-fourth:after, .ct-square:after {
  content: "";
  clear: both; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: .75rem;
  line-height: 1; }

.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: .1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #d70206; }

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #f05b4f; }

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #f4c63d; }

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #d17905; }

.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-area, .ct-series-e .ct-slice-pie {
  fill: #453d3f; }

.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-area, .ct-series-f .ct-slice-pie {
  fill: #59922b; }

.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-area, .ct-series-g .ct-slice-pie {
  fill: #0544d3; }

.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-area, .ct-series-h .ct-slice-pie {
  fill: #6b0392; }

.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-area, .ct-series-i .ct-slice-pie {
  fill: #f05b4f; }

.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-area, .ct-series-j .ct-slice-pie {
  fill: #dda458; }

.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-area, .ct-series-k .ct-slice-pie {
  fill: #eacf7d; }

.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-area, .ct-series-l .ct-slice-pie {
  fill: #86797d; }

.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-area, .ct-series-m .ct-slice-pie {
  fill: #b2c326; }

.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-area, .ct-series-n .ct-slice-pie {
  fill: #6188e2; }

.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-area, .ct-series-o .ct-slice-pie {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%; }

.ct-square:after {
  display: table; }

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%; }

.ct-minor-second:after {
  display: table; }

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%; }

.ct-major-second:after {
  display: table; }

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%; }

.ct-minor-third:after {
  display: table; }

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%; }

.ct-major-third:after {
  display: table; }

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%; }

.ct-perfect-fourth:after {
  display: table; }

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%; }

.ct-perfect-fifth:after {
  display: table; }

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%; }

.ct-minor-sixth:after {
  display: table; }

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%; }

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both; }

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%; }

.ct-major-sixth:after {
  display: table; }

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%; }

.ct-minor-seventh:after {
  display: table; }

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%; }

.ct-major-seventh:after {
  display: table; }

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%; }

.ct-octave:after {
  display: table; }

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%; }

.ct-major-tenth:after {
  display: table; }

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%; }

.ct-major-eleventh:after {
  display: table; }

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%; }

.ct-major-twelfth:after {
  display: table; }

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%; }

.ct-double-octave:after {
  display: table; }

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.morris-hover {
  position: absolute;
  z-index: 1000; }

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center; }

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0; }

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0; }

/* nvd3 version 1.8.4 (https://github.com/novus/nvd3) 2016-07-03 */
.nvd3 .nv-axis {
  pointer-events: none;
  opacity: 1; }

.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges; }

.nvd3 .nv-axis path.domain {
  stroke-opacity: .75; }

.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0; }

.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges; }

.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: .75; }

.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold; }

.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle; }

.nvd3 .nv-axis.nv-disabled {
  opacity: 0; }

.nvd3 .nv-bars rect {
  fill-opacity: .75;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear; }

.nvd3 .nv-bars rect.hover {
  fill-opacity: 1; }

.nvd3 .nv-bars .hover rect {
  fill: lightblue; }

.nvd3 .nv-bars text {
  fill: rgba(0, 0, 0, 0); }

.nvd3 .nv-bars .hover text {
  fill: black; }

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear; }

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1; }

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: black;
  stroke: rgba(0, 0, 0, 0); }

/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5; }

.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1; }

.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1; }

.nvd3 line.nv-boxplot-median {
  stroke: black; }

.nv-boxplot-tick:hover {
  stroke-width: 2.5px; }

/* bullet */
.nvd3.nv-bullet {
  font: 10px sans-serif; }

.nvd3.nv-bullet .nv-measure {
  fill-opacity: .8; }

.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1; }

.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px; }

.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px; }

.nvd3.nv-bullet .nv-markerLine {
  stroke: #000;
  stroke-width: 1.5px; }

.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: .5px; }

.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee; }

.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd; }

.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc; }

.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold; }

.nvd3.nv-bullet .nv-subtitle {
  fill: #999; }

.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: .4; }

.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
  stroke-width: 1px; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
  stroke: #2ca02c;
  fill: #2ca02c; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
  stroke: #d62728;
  fill: #d62728; }

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-candlestickBar .nv-ticks line {
  stroke: #333; }

.nv-force-node {
  stroke: #fff;
  stroke-width: 1.5px; }

.nv-force-link {
  stroke: #999;
  stroke-opacity: .6; }

.nv-force-node text {
  stroke-width: 0px; }

.nvd3 .nv-legend .nv-disabled rect {
  /*fill-opacity: 0;*/ }

.nvd3 .nv-check-box .nv-box {
  fill-opacity: 0;
  stroke-width: 2; }

.nvd3 .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-width: 4; }

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
  opacity: 0; }

/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75; }

.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1; }

.nvd3 .nv-groups path.nv-line {
  fill: none; }

.nvd3 .nv-groups path.nv-area {
  stroke: none; }

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important; }

.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important; }

.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0; }

.nvd3 .nv-indexLine {
  cursor: ew-resize; }

/********************
 * SVG CSS
 */
/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%; }

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nvd3 text {
  font: normal 12px Arial; }

.nvd3 .title {
  font: bold 14px Arial; }

.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0; }

.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold; }

/**********
*  Brush
*/
.nv-brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges; }

.nv-brush .resize path {
  fill: #eee;
  stroke: #666; }

/**********
*  Legend
*/
.nvd3 .nv-legend .nv-series {
  cursor: pointer; }

.nvd3 .nv-legend .nv-disabled circle {
  fill-opacity: 0; }

/* focus */
.nvd3 .nv-brush .extent {
  fill-opacity: 0 !important; }

.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7; }

/**********
*  Print
*/
@media print {
  .nvd3 text {
    stroke-width: 0;
    fill-opacity: 1; } }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 1px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728; }

.nvd3 .background path {
  fill: none;
  stroke: #EEE;
  stroke-opacity: .4;
  shape-rendering: crispEdges; }

.nvd3 .foreground path {
  fill: none;
  stroke-opacity: .7; }

.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #fff;
  fill-opacity: .6;
  stroke: gray;
  shape-rendering: crispEdges; }

.nvd3 .nv-parallelCoordinates .hover {
  fill-opacity: 1;
  stroke-width: 3px; }

.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5; }

.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-pie .nv-pie-title {
  font-size: 24px;
  fill: rgba(19, 196, 249, 0.59); }

.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0; }

.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1; }

.nvd3.nv-pie path {
  fill-opacity: .7; }

.nvd3.nv-pie .hover path {
  fill-opacity: 1; }

.nvd3.nv-pie .nv-label {
  pointer-events: none; }

.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0; }

/* scatter */
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5; }

.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1; }

.nv-noninteractive {
  pointer-events: none; }

.nv-distx, .nv-disty {
  pointer-events: none; }

/* sparkline */
.nvd3.nv-sparkline path {
  fill: none; }

.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none; }

.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px; }

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all; }

.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0; }

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  stroke-width: 0;
  font-size: .9em;
  font-weight: normal; }

.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66; }

.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c; }

.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728; }

.nvd3.nv-sparklineplus .nv-currentValue {
  font-weight: bold;
  font-size: 1.1em; }

/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear; }

.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9; }

.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0; }

.nvtooltip {
  position: absolute;
  background-color: white;
  color: black;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: block;
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.nvtooltip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
  transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms; }

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px; }

.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  color: black;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center; }

.nvtooltip span {
  display: inline-block;
  margin: 2px 0; }

.nvtooltip table {
  margin: 6px;
  border-spacing: 0; }

.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle; }

.nvtooltip table td.key {
  font-weight: normal; }

.nvtooltip table td.key.total {
  font-weight: bold; }

.nvtooltip table td.value {
  text-align: right;
  font-weight: bold; }

.nvtooltip table td.percent {
  color: darkgray; }

.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px; }

.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle; }

.nvtooltip table td.legend-color-guide div {
  width: 12px;
  height: 12px;
  border: 1px solid #999; }

.nvtooltip .footer {
  padding: 3px;
  text-align: center; }

.nvtooltip-pending-removal {
  pointer-events: none;
  display: none; }

/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
  pointer-events: none; }

.nvd3 line.nv-guideline {
  stroke: #ccc; }

.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000; }

.sweet-alert {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 2000; }

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 60px;
  display: block; }

.sweet-alert p {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal; }

.sweet-alert hr {
  height: 10px;
  color: transparent;
  border: 0; }

.sweet-alert button {
  color: #fff;
  border: 0;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 0 5px;
  cursor: pointer; }

.sweet-alert button:focus {
  outline: none; }

.sweet-alert button.cancel[disabled] {
  opacity: .4; }

.sweet-alert button.confirm[disabled] {
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 30px;
  vertical-align: middle;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal; }

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

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important; }

.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid #808080;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .icon.error {
  border-color: #f27474; }

.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block; }

.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.sweet-alert .icon.warning {
  border-color: #f8bb86; }

.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f8bb86; }

.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f8bb86; }

.sweet-alert .icon.info {
  border-color: #c9dae1; }

.sweet-alert .icon.info::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #c9dae1; }

.sweet-alert .icon.info::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #c9dae1; }

.sweet-alert .icon.success {
  border-color: #a5dc86; }

.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px; }

.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

.show-sweet-alert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.show-sweet-alert.no-animation {
  -webkit-animation: none;
  animation: none; }

.hide-sweet-alert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hide-sweet-alert.no-animation {
  -webkit-animation: none;
  animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s; }

.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s; }

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s; }

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

@keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
  animation: pulse-warning 0.75s infinite alternate; }

@-webkit-keyframes pulse-warning-ins {
  0% {
    background-color: #f8d486; }
  100% {
    background-color: #f8bb86; } }

@keyframes pulse-warning-ins {
  0% {
    background-color: #f8d486; }
  100% {
    background-color: #f8bb86; } }

.pulse-warning-ins {
  -webkit-animation: pulse-warning-ins 0.75s infinite alternate;
  animation: pulse-warning-ins 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("font/summernote.eot%3Fad8d7e2d177d2473aecd9b35d16211fb");
  src: url("font/summernote.eot%3F") format("embedded-opentype"), url("font/summernote.woff%3Fad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("font/summernote.ttf%3Fad8d7e2d177d2473aecd9b35d16211fb") format("truetype"); }

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale; }

.note-icon-align-center:before {
  content: "\f101"; }

.note-icon-align-indent:before {
  content: "\f102"; }

.note-icon-align-justify:before {
  content: "\f103"; }

.note-icon-align-left:before {
  content: "\f104"; }

.note-icon-align-outdent:before {
  content: "\f105"; }

.note-icon-align-right:before {
  content: "\f106"; }

.note-icon-align:before {
  content: "\f107"; }

.note-icon-arrows-alt:before {
  content: "\f108"; }

.note-icon-bold:before {
  content: "\f109"; }

.note-icon-caret:before {
  content: "\f10a"; }

.note-icon-chain-broken:before {
  content: "\f10b"; }

.note-icon-circle:before {
  content: "\f10c"; }

.note-icon-close:before {
  content: "\f10d"; }

.note-icon-code:before {
  content: "\f10e"; }

.note-icon-eraser:before {
  content: "\f10f"; }

.note-icon-font:before {
  content: "\f110"; }

.note-icon-frame:before {
  content: "\f111"; }

.note-icon-italic:before {
  content: "\f112"; }

.note-icon-link:before {
  content: "\f113"; }

.note-icon-magic:before {
  content: "\f114"; }

.note-icon-menu-check:before {
  content: "\f115"; }

.note-icon-minus:before {
  content: "\f116"; }

.note-icon-orderedlist:before {
  content: "\f117"; }

.note-icon-pencil:before {
  content: "\f118"; }

.note-icon-picture:before {
  content: "\f119"; }

.note-icon-question:before {
  content: "\f11a"; }

.note-icon-redo:before {
  content: "\f11b"; }

.note-icon-special-character:before {
  content: "\f11c"; }

.note-icon-square:before {
  content: "\f11d"; }

.note-icon-strikethrough:before {
  content: "\f11e"; }

.note-icon-subscript:before {
  content: "\f11f"; }

.note-icon-summernote:before {
  content: "\f120"; }

.note-icon-superscript:before {
  content: "\f121"; }

.note-icon-table:before {
  content: "\f122"; }

.note-icon-text-height:before {
  content: "\f123"; }

.note-icon-trash:before {
  content: "\f124"; }

.note-icon-underline:before {
  content: "\f125"; }

.note-icon-undo:before {
  content: "\f126"; }

.note-icon-unorderedlist:before {
  content: "\f127"; }

.note-icon-video:before {
  content: "\f128"; }

.note-editor {
  position: relative; }

.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  opacity: .95; }

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

.note-editor .note-dropzone.hover {
  color: #098ddf; }

.note-editor.dragover .note-dropzone {
  display: table; }

.note-editor .note-editing-area {
  position: relative; }

.note-editor .note-editing-area .note-editable {
  outline: 0; }

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super; }

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub; }

.note-editor.note-frame {
  border: 1px solid #a9a9a9; }

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none; }

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block; }

.note-editor.note-frame .note-editing-area {
  overflow: hidden; }

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  background-color: #fff; }

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5; }

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important; }

.note-editor.note-frame.fullscreen .note-editable {
  background-color: white; }

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none; }

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize; }

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9; }

.note-editor.note-frame .note-placeholder {
  padding: 10px; }

.note-popover.popover {
  max-width: none; }

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.note-popover.popover .arrow {
  left: 20px !important; }

.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0; }

.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0; }

.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee; }

.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px; }

.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px; }

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px; }

.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto; }

.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden; }

.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible; }

.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px; }

.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1; }

.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff; }

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000; }

.note-dialog > div {
  display: none; }

.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0; }

.note-dialog .note-modal-form {
  margin: 0; }

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray; }

@-moz-document url-prefix() {
  .note-image-input {
    height: auto; } }

.note-placeholder {
  position: absolute;
  display: none;
  color: gray; }

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black; }

.note-handle .note-control-selection > div {
  position: absolute; }

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30); }

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0; }

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0; }

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize; }

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70); }

.note-hint-popover {
  min-width: 100px;
  padding: 2px; }

.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0; }

/**********************
 *CSS Animations by:
 *http://codepen.io/vivinantony
***********************/
.spinner1 {
  width: 40px;
  height: 40px;
  position: relative; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

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

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

.spinner2 {
  width: 40px;
  height: 40px;
  position: relative; }

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.circle1 {
  top: 0;
  left: 0; }

.circle2 {
  top: 0;
  right: 0; }

.circle3 {
  right: 0;
  bottom: 0; }

.circle4 {
  left: 0;
  bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

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

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

.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.spinner5 {
  width: 32px;
  height: 32px;
  position: relative; }

.cube1, .cube2 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out; }

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center; }

.spinner6 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  margin-left: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out; }

.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.spinner7 {
  width: 90px;
  height: 30px;
  text-align: center; }

.spinner7 > div {
  background-color: #fff;
  height: 15px;
  width: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out; }

.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px); }
  20% {
    -webkit-transform: translateY(-20px); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px); } }

/*! nouislider - 8.3.0 - 2016-02-14 17:37:20 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s,top .3s;
  transition: left .3s,top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-origin {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px; }

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px; }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -32px; }

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: -32px; }

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%; }

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%; }

.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dtp > .dtp-content {
  background: #fff;
  max-width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 520px;
  position: relative;
  left: 50%; }

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #689F38;
  color: #fff;
  text-align: center;
  padding: 0.3em; }

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #8BC34A;
  text-align: center;
  color: #fff;
  padding: 10px; }

.dtp div.dtp-date > div {
  padding: 0;
  margin: 0; }

.dtp div.dtp-actual-month {
  font-size: 1.5em; }

.dtp div.dtp-actual-num {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: #DCEDC8; }

.dtp div.dtp-picker {
  padding: 1em;
  text-align: center; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center; }

.dtp div.dtp-picker-month {
  padding-bottom: 20px !important;
  text-transform: uppercase !important; }

.dtp .dtp-close {
  position: absolute;
  top: 0.5em;
  right: 1em; }

.dtp .dtp-close > a {
  color: #fff; }

.dtp .dtp-close > a > i {
  font-size: 1em; }

.dtp table.dtp-picker-days {
  margin: 0;
  min-height: 251px; }

.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
  border: none; }

.dtp table.dtp-picker-days tr > td {
  font-weight: 700;
  font-size: 0.8em;
  text-align: center;
  padding: 0.5em 0.3em; }

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #BDBDBD !important; }

.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {
  color: #212121;
  text-decoration: none;
  padding: 0.4em 0.5em 0.5em 0.6em;
  border-radius: 50% !important; }

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #8BC34A;
  color: #fff; }

.dtp table.dtp-picker-days tr > th {
  color: #757575;
  text-align: center;
  font-weight: 700;
  padding: 0.4em 0.3em; }

.dtp .p10 > a {
  color: #689F38;
  text-decoration: none; }

.dtp .p10 {
  width: 10%;
  display: inline-block; }

.dtp .p20 {
  width: 20%;
  display: inline-block; }

.dtp .p60 {
  width: 60%;
  display: inline-block; }

.dtp .p80 {
  width: 80%;
  display: inline-block; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #212121;
  font-weight: 500;
  padding: 0.7em 0.5em;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eee;
  font-size: 1em; }

.dtp .dtp-actual-meridien a.selected {
  background: #689F38;
  color: #fff; }

.dtp .dtp-picker-time > .dtp-select-hour {
  cursor: pointer; }

.dtp .dtp-picker-time > .dtp-select-minute {
  cursor: pointer; }

.dtp .dtp-buttons {
  padding: 0 1em 1em 1em;
  text-align: right; }

.dtp.hidden, .dtp .hidden {
  display: none; }

.dtp .invisible {
  visibility: hidden; }

.dtp .left {
  float: left; }

.dtp .right {
  float: right; }

.dtp .clearfix {
  clear: both; }

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

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in; }

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666; }

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out; }

.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms; }

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default; }

.zoom-overlay-open .zoom-overlay {
  opacity: 1; }

/*End - Base External template files*/
/* Core template */
.card {
  font-size: .875rem;
  font-weight: normal; }

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

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

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

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

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

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .custom-file-control::before > .caret,
  .dropup > .btn > .caret,
  .dropup > .custom-file-control::before > .caret {
    border-top-color: #000 !important; }
  .tag {
    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; } }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0d47a1;
  text-decoration: none; }

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

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.26);
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.25rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 7rem;
  font-weight: 300; }

.display-2 {
  font-size: 3.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 2.8125rem;
  font-weight: 300; }

.display-4 {
  font-size: 2.125rem;
  font-weight: 300; }

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

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

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

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

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid rgba(0, 0, 0, 0.12); }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: rgba(0, 0, 0, 0.26); }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 0.5rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid rgba(0, 0, 0, 0.12);
  border-left: 0; }

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

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

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

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 0.125rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.25rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: rgba(0, 0, 0, 0.26); }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #eee;
  border-radius: 0.125rem; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.0625rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.87); }

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

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

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

@media (min-width: 544px) {
  .container {
    max-width: 576px; } }

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

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.col-xs {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

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

.pull-xs-1 {
  right: 8.3333333333%; }

.pull-xs-2 {
  right: 16.6666666667%; }

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

.pull-xs-4 {
  right: 33.3333333333%; }

.pull-xs-5 {
  right: 41.6666666667%; }

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

.pull-xs-7 {
  right: 58.3333333333%; }

.pull-xs-8 {
  right: 66.6666666667%; }

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

.pull-xs-10 {
  right: 83.3333333333%; }

.pull-xs-11 {
  right: 91.6666666667%; }

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

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

.push-xs-1 {
  left: 8.3333333333%; }

.push-xs-2 {
  left: 16.6666666667%; }

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

.push-xs-4 {
  left: 33.3333333333%; }

.push-xs-5 {
  left: 41.6666666667%; }

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

.push-xs-7 {
  left: 58.3333333333%; }

.push-xs-8 {
  left: 66.6666666667%; }

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

.push-xs-10 {
  left: 83.3333333333%; }

.push-xs-11 {
  left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.3333333333%; }
  .pull-sm-2 {
    right: 16.6666666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.3333333333%; }
  .pull-sm-5 {
    right: 41.6666666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.3333333333%; }
  .pull-sm-8 {
    right: 66.6666666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.3333333333%; }
  .pull-sm-11 {
    right: 91.6666666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.3333333333%; }
  .push-sm-2 {
    left: 16.6666666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.3333333333%; }
  .push-sm-5 {
    left: 41.6666666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.3333333333%; }
  .push-sm-8 {
    left: 66.6666666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.3333333333%; }
  .push-sm-11 {
    left: 91.6666666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.3333333333%; }
  .pull-md-2 {
    right: 16.6666666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.3333333333%; }
  .pull-md-5 {
    right: 41.6666666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.3333333333%; }
  .pull-md-8 {
    right: 66.6666666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.3333333333%; }
  .pull-md-11 {
    right: 91.6666666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.3333333333%; }
  .push-md-2 {
    left: 16.6666666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.3333333333%; }
  .push-md-5 {
    left: 41.6666666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.3333333333%; }
  .push-md-8 {
    left: 66.6666666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.3333333333%; }
  .push-md-11 {
    left: 91.6666666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.3333333333%; }
  .pull-lg-2 {
    right: 16.6666666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.3333333333%; }
  .pull-lg-5 {
    right: 41.6666666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.3333333333%; }
  .pull-lg-8 {
    right: 66.6666666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.3333333333%; }
  .pull-lg-11 {
    right: 91.6666666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.3333333333%; }
  .push-lg-2 {
    left: 16.6666666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.3333333333%; }
  .push-lg-5 {
    left: 41.6666666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.3333333333%; }
  .push-lg-8 {
    left: 66.6666666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.3333333333%; }
  .push-lg-11 {
    left: 91.6666666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.3333333333%; }
  .pull-xl-2 {
    right: 16.6666666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.3333333333%; }
  .pull-xl-5 {
    right: 41.6666666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.3333333333%; }
  .pull-xl-8 {
    right: 66.6666666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.3333333333%; }
  .pull-xl-11 {
    right: 91.6666666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.3333333333%; }
  .push-xl-2 {
    left: 16.6666666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.3333333333%; }
  .push-xl-5 {
    left: 41.6666666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.3333333333%; }
  .push-xl-8 {
    left: 66.6666666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.3333333333%; }
  .push-xl-11 {
    left: 91.6666666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12); }

.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.12); }

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

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.12); }

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.12); }

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #388e3c; }

.table-hover .table-success:hover {
  background-color: #317c34; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #317c34; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #0091ea; }

.table-hover .table-info:hover {
  background-color: #0081d1; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #0081d1; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffa000; }

.table-hover .table-warning:hover {
  background-color: #e69000; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #d32f2f; }

.table-hover .table-danger:hover {
  background-color: #c02929; }

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

.thead-inverse th {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.87); }

.thead-default th {
  color: rgba(0, 0, 0, 0.54);
  background-color: rgba(0, 0, 0, 0.12); }

.table-inverse {
  color: rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.87); }

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: rgba(0, 0, 0, 0.54); }

.table-inverse.table-bordered {
  border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12); }

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.12); }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.table-reflow tr {
  float: left; }

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid rgba(0, 0, 0, 0.12); }

.form-control, .custom-file-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  font-size: 1rem;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 0;
  box-shadow: none; }

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

.form-control:focus, .custom-file-control:focus {
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
  border-color: #66afe9;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px none; }

.form-control::-webkit-input-placeholder, .custom-file-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
  opacity: 1; }

.form-control::-moz-placeholder, .custom-file-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.26);
  opacity: 1; }

.form-control:-ms-input-placeholder, .custom-file-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
  opacity: 1; }

.form-control::placeholder, .custom-file-control::placeholder {
  color: rgba(0, 0, 0, 0.26);
  opacity: 1; }

.form-control:disabled, .custom-file-control:disabled, .form-control[readonly], [readonly].custom-file-control {
  background-color: transparent;
  opacity: 1; }

.form-control:disabled, .custom-file-control:disabled {
  cursor: not-allowed; }

select.form-control:not([size]):not([multiple]), select.custom-file-control:not([size]):not([multiple]) {
  height: 2.375rem; }

select.form-control:focus::-ms-value, select.custom-file-control:focus::-ms-value {
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  min-height: 2.375rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0; }

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

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .custom-file-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .custom-file-control::before {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  border-radius: 0.0625rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.custom-file-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.custom-file-control:not([size]):not([multiple])::before {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .custom-file-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .custom-file-control::before {
  padding: 0.5625rem 0;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.custom-file-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.custom-file-control:not([size]):not([multiple])::before {
  height: 2.7916666667rem; }

.form-group {
  margin-bottom: 0.5rem; }

.form-text {
  display: block;
  margin-top: 0.125rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.375rem; }

.form-check + .form-check {
  margin-top: -.25rem; }

.form-check.disabled .form-check-label {
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.form-check-input:only-child {
  position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }

.form-check-inline + .form-check-inline {
  margin-left: .75rem; }

.form-check-inline.disabled {
  cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.125rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat;
  background-position: center right 0.59375rem;
  background-size: 1.1875rem 1.1875rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #388e3c; }

.has-success .form-control, .has-success .custom-file-control {
  border-color: #388e3c; }

.has-success .input-group-addon {
  color: #388e3c;
  border-color: #388e3c;
  background-color: #b2e0b4; }

.has-success .form-control-feedback {
  color: #388e3c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #ffa000; }

.has-warning .form-control, .has-warning .custom-file-control {
  border-color: #ffa000; }

.has-warning .input-group-addon {
  color: #ffa000;
  border-color: #ffa000;
  background-color: #ffeccc; }

.has-warning .form-control-feedback {
  color: #ffa000; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d32f2f; }

.has-danger .form-control, .has-danger .custom-file-control {
  border-color: #d32f2f; }

.has-danger .input-group-addon {
  color: #d32f2f;
  border-color: #d32f2f;
  background-color: #f7d7d7; }

.has-danger .form-control-feedback {
  color: #d32f2f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .custom-file-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,
  .form-inline .input-group .custom-file-control {
    width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > .custom-file-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn, .custom-file-control::before {
  display: inline-block;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.46875rem 1rem;
  font-size: 1rem;
  border-radius: 0.125rem; }

.btn:focus, .custom-file-control:focus::before, .btn.focus, .focus.custom-file-control::before, .btn:active:focus, .custom-file-control:active:focus::before, .btn:active.focus, .custom-file-control:active.focus::before, .btn.active:focus, .active.custom-file-control:focus::before, .btn.active.focus, .active.focus.custom-file-control::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:focus, .custom-file-control:focus::before, .btn:hover, .custom-file-control:hover::before {
  text-decoration: none; }

.btn.focus, .focus.custom-file-control::before {
  text-decoration: none; }

.btn:active, .custom-file-control:active::before, .btn.active, .active.custom-file-control::before {
  background-image: none;
  outline: 0;
  box-shadow: none; }

.btn.disabled, .disabled.custom-file-control::before, .btn:disabled, .custom-file-control:disabled::before {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none; }

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

.btn-primary {
  color: #fff;
  background-color: #0d47a1;
  border-color: #0d47a1;
  box-shadow: none; }

.btn-primary:hover {
  color: #fff;
  background-color: #093272;
  border-color: #082e68; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #093272;
  border-color: #082e68; }

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #093272;
  border-color: #082e68;
  background-image: none;
  box-shadow: none; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #072451;
  border-color: #03132b; }

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #0d47a1;
  border-color: #0d47a1; }

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0d47a1;
  border-color: #0d47a1; }

.btn-secondary {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
  border-color: #ccc;
  box-shadow: none; }

.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e1e1e1;
  border-color: #adadad; }

.btn-secondary:focus, .btn-secondary.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e1e1e1;
  border-color: #adadad; }

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e1e1e1;
  border-color: #adadad;
  background-image: none;
  box-shadow: none; }

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: #cfcfcf;
  border-color: #8c8c8c; }

.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #fafafa;
  border-color: #ccc; }

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fafafa;
  border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #0091ea;
  border-color: #0091ea;
  box-shadow: none; }

.btn-info:hover {
  color: #fff;
  background-color: #0071b7;
  border-color: #006bad; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0071b7;
  border-color: #006bad; }

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0071b7;
  border-color: #006bad;
  background-image: none;
  box-shadow: none; }

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #005b93;
  border-color: #00426b; }

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #0091ea;
  border-color: #0091ea; }

.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #0091ea;
  border-color: #0091ea; }

.btn-success {
  color: #fff;
  background-color: #388e3c;
  border-color: #388e3c;
  box-shadow: none; }

.btn-success:hover {
  color: #fff;
  background-color: #2a692d;
  border-color: #276229; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2a692d;
  border-color: #276229; }

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2a692d;
  border-color: #276229;
  background-image: none;
  box-shadow: none; }

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #1f5022;
  border-color: #143315; }

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #388e3c;
  border-color: #388e3c; }

.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #388e3c;
  border-color: #388e3c; }

.btn-warning {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000;
  box-shadow: none; }

.btn-warning:hover {
  color: #fff;
  background-color: #cc8000;
  border-color: #c27a00; }

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #cc8000;
  border-color: #c27a00; }

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc8000;
  border-color: #c27a00;
  background-image: none;
  box-shadow: none; }

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

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #ffa000;
  border-color: #ffa000; }

.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #ffa000;
  border-color: #ffa000; }

.btn-danger {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f;
  box-shadow: none; }

.btn-danger:hover {
  color: #fff;
  background-color: #ab2424;
  border-color: #a22222; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ab2424;
  border-color: #a22222; }

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ab2424;
  border-color: #a22222;
  background-image: none;
  box-shadow: none; }

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #8d1e1e;
  border-color: #6c1717; }

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d32f2f;
  border-color: #d32f2f; }

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d32f2f;
  border-color: #d32f2f; }

.btn-outline-primary {
  color: #0d47a1;
  background-image: none;
  background-color: transparent;
  border-color: #0d47a1; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d47a1;
  border-color: #0d47a1; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #0d47a1;
  border-color: #0d47a1; }

.btn-outline-primary:active, .btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d47a1;
  border-color: #0d47a1; }

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #072451;
  border-color: #03132b; }

.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #2674ee; }

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #2674ee; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc; }

.btn-outline-secondary:active, .btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc; }

.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c; }

.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white; }

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white; }

.btn-outline-info {
  color: #0091ea;
  background-image: none;
  background-color: transparent;
  border-color: #0091ea; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #0091ea;
  border-color: #0091ea; }

.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #0091ea;
  border-color: #0091ea; }

.btn-outline-info:active, .btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #0091ea;
  border-color: #0091ea; }

.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #005b93;
  border-color: #00426b; }

.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #51bdff; }

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #51bdff; }

.btn-outline-success {
  color: #388e3c;
  background-image: none;
  background-color: transparent;
  border-color: #388e3c; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #388e3c;
  border-color: #388e3c; }

.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #388e3c;
  border-color: #388e3c; }

.btn-outline-success:active, .btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #388e3c;
  border-color: #388e3c; }

.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #1f5022;
  border-color: #143315; }

.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #68c46d; }

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #68c46d; }

.btn-outline-warning {
  color: #ffa000;
  background-image: none;
  background-color: transparent;
  border-color: #ffa000; }

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000; }

.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000; }

.btn-outline-warning:active, .btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000; }

.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a86a00;
  border-color: #805000; }

.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #ffc666; }

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #ffc666; }

.btn-outline-danger {
  color: #d32f2f;
  background-image: none;
  background-color: transparent;
  border-color: #d32f2f; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f; }

.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f; }

.btn-outline-danger:active, .btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f; }

.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #8d1e1e;
  border-color: #6c1717; }

.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #e58383; }

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #e58383; }

.btn-link {
  font-weight: normal;
  color: #0d47a1;
  border-radius: 0; }

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

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #07285a;
  text-decoration: underline;
  background-color: transparent; }

.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: rgba(0, 0, 0, 0.26);
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .custom-file-control::before {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .custom-file-control::before {
  padding: 0.40625rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.0625rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.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: 1rem;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0d47a1;
  outline: 0; }

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: rgba(0, 0, 0, 0.26); }

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  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: 5px 20px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.26);
  white-space: nowrap; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn, .btn-group > .custom-file-control::before,
.btn-group-vertical > .btn,
.btn-group-vertical > .custom-file-control::before {
  position: relative;
  float: left; }

.btn-group > .btn:focus, .btn-group > .custom-file-control:focus::before, .btn-group > .btn:active, .btn-group > .custom-file-control:active::before, .btn-group > .btn.active, .btn-group > .active.custom-file-control::before,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .custom-file-control:focus::before,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .custom-file-control:active::before,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.custom-file-control::before {
  z-index: 2; }

.btn-group > .btn:hover, .btn-group > .custom-file-control:hover::before,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .custom-file-control:hover::before {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .custom-file-control::before + .btn, .btn-group .btn + .custom-file-control::before, .btn-group .custom-file-control::before + .custom-file-control::before,
.btn-group .btn + .btn-group,
.btn-group .custom-file-control::before + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .custom-file-control::before,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -0.5rem; }

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both; }

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .custom-file-control::before,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .custom-file-control:not(:first-child):not(:last-child):not(.dropdown-toggle)::before {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .custom-file-control:first-child::before {
  margin-left: 0; }

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

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

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .custom-file-control::before {
  border-radius: 0; }

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .custom-file-control:first-child::before {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split, .custom-file-control::before + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn + .dropdown-toggle-split::after, .custom-file-control::before + .dropdown-toggle-split::after {
  margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .custom-file-control::before + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .custom-file-control::before + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

.btn .caret, .custom-file-control::before .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .custom-file-control::before .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .custom-file-control::before .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn, .btn-group-vertical > .custom-file-control::before,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .custom-file-control::before {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .custom-file-control::before {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .custom-file-control::before + .btn, .btn-group-vertical > .btn + .custom-file-control::before, .btn-group-vertical > .custom-file-control::before + .custom-file-control::before,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .custom-file-control::before + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .custom-file-control::before,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .custom-file-control:not(:first-child):not(:last-child)::before {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .custom-file-control:first-child:not(:last-child)::before {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .custom-file-control:last-child:not(:first-child)::before {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .custom-file-control::before {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .custom-file-control:last-child::before,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .custom-file-control:first-child::before {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.input-group {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.input-group .form-control, .input-group .custom-file-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0; }

.input-group .form-control:focus, .input-group .custom-file-control:focus, .input-group .form-control:active, .input-group .custom-file-control:active, .input-group .form-control:hover, .input-group .custom-file-control:hover {
  z-index: 3; }

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

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

.input-group-addon {
  padding: 0.4375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.custom-file-control::before {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  border-radius: 0.0625rem; }

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.custom-file-control::before {
  padding: 0.5625rem 0;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

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

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

.input-group-addon:not(:last-child) {
  border-right: 0; }

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

.form-control + .input-group-addon:not(:first-child), .custom-file-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn, .input-group-btn > .custom-file-control::before {
  position: relative; }

.input-group-btn > .btn + .btn, .input-group-btn > .custom-file-control::before + .btn, .input-group-btn > .btn + .custom-file-control::before, .input-group-btn > .custom-file-control::before + .custom-file-control::before {
  margin-left: -1px; }

.input-group-btn > .btn:focus, .input-group-btn > .custom-file-control:focus::before, .input-group-btn > .btn:active, .input-group-btn > .custom-file-control:active::before, .input-group-btn > .btn:hover, .input-group-btn > .custom-file-control:hover::before {
  z-index: 3; }

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .custom-file-control::before,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px; }

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .custom-file-control::before,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .custom-file-control:focus::before, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .custom-file-control:active::before, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .custom-file-control:hover::before,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3; }

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer; }

.custom-control + .custom-control {
  margin-left: 1rem; }

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

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
  box-shadow: none; }

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
  box-shadow: none; }

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee; }

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.125rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  box-shadow: none; }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  display: inline; }

.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: 0.25rem;
  content: ""; }

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 0.125rem;
  -moz-appearance: none;
  -webkit-appearance: none; }

.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5); }

.custom-select:focus::-ms-value {
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent; }

.custom-select:disabled {
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.12); }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.3;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0 solid #ddd;
  border-radius: 0;
  box-shadow: none; }

.custom-file-control:lang(en)::after {
  content: "Choose file..."; }

.custom-file-control::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.3;
  color: #555;
  background-color: #eee;
  border: 0 solid #ddd;
  border-radius: 0 0 0 0; }

.custom-file-control:lang(en)::before {
  content: "Browse"; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: rgba(0, 0, 0, 0.26); }

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
  background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs::after {
  content: "";
  display: table;
  clear: both; }

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px; }

.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem; }

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.125rem;
  border-top-left-radius: 0.125rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12) #ddd; }

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
  border-color: #ddd #ddd transparent; }

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

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }

.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.125rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0d47a1; }

.nav-stacked .nav-item {
  display: block;
  float: none; }

.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  padding: 0.25rem 0.5rem; }

.navbar::after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 544px) {
  .navbar {
    border-radius: 0.125rem; } }

.navbar-full {
  z-index: 1000; }

@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

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

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }

@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  overflow: hidden; }

.navbar-divider::before {
  content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.125rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.125rem;
  border: 1px solid rgba(0, 0, 0, 0.12); }

.card-block {
  padding: 1.25rem; }

.card-block::after {
  content: "";
  display: table;
  clear: both; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.125rem;
  border-top-left-radius: 0.125rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.card-header::after {
  content: "";
  display: table;
  clear: both; }

.card-header:first-child {
  border-radius: 0.125rem 0.125rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.card-footer::after {
  content: "";
  display: table;
  clear: both; }

.card-footer:last-child {
  border-radius: 0 0 0.125rem 0.125rem; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #0d47a1;
  border-color: #0d47a1; }

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent; }

.card-success {
  background-color: #388e3c;
  border-color: #388e3c; }

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent; }

.card-info {
  background-color: #0091ea;
  border-color: #0091ea; }

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent; }

.card-warning {
  background-color: #ffa000;
  border-color: #ffa000; }

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent; }

.card-danger {
  background-color: #d32f2f;
  border-color: #d32f2f; }

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #0d47a1; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #0091ea; }

.card-outline-success {
  background-color: transparent;
  border-color: #388e3c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #ffa000; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d32f2f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: 0.125rem;
  border-top-left-radius: 0.125rem; }

.card-img-bottom {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem; }

@media (min-width: 544px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-bottom: 0.75rem;
    margin-left: -0.625rem; }
  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-right: 0.625rem;
    margin-bottom: 0;
    margin-left: 0.625rem; } }

@media (min-width: 544px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0; }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0; }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0; }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }
  .card-columns .card {
    width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 0.125rem; }

.breadcrumb::after {
  content: "";
  display: table;
  clear: both; }

.breadcrumb-item {
  float: left; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: rgba(0, 0, 0, 0.26);
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: rgba(0, 0, 0, 0.26); }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.125rem; }

.page-item {
  display: inline; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem; }

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem; }

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0d47a1;
  border-color: #0d47a1; }

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: rgba(0, 0, 0, 0.26);
  pointer-events: none;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #0d47a1;
  text-decoration: none;
  background-color: transparent;
  border: 0 solid #ddd; }

.page-link:focus, .page-link:hover {
  color: #07285a;
  background-color: rgba(0, 0, 0, 0.12);
  border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 0;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.0625rem;
  border-top-left-radius: 0.0625rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.0625rem;
  border-top-right-radius: 0.0625rem; }

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.125rem; }

.tag:empty {
  display: none; }

.btn .tag, .custom-file-control::before .tag {
  position: relative;
  top: -1px; }

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

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.tag-default {
  background-color: rgba(0, 0, 0, 0.26); }

.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: rgba(0, 0, 0, 0.26); }

.tag-primary {
  background-color: #0d47a1; }

.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: #093272; }

.tag-success {
  background-color: #388e3c; }

.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: #2a692d; }

.tag-info {
  background-color: #0091ea; }

.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: #0071b7; }

.tag-warning {
  background-color: #ffa000; }

.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: #cc8000; }

.tag-danger {
  background-color: #d32f2f; }

.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: #ab2424; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 0.3rem; }

@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: rgba(0, 0, 0, 0.12); }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.125rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 2rem; }

.alert-dismissible .close {
  position: relative;
  top: -.125rem;
  right: -1rem;
  color: inherit; }

.alert-success {
  background-color: #388e3c;
  border-color: #317c34;
  color: white; }

.alert-success hr {
  border-top-color: #2a692d; }

.alert-success .alert-link {
  color: #e6e6e6; }

.alert-info {
  background-color: #0091ea;
  border-color: #007bc6;
  color: white; }

.alert-info hr {
  border-top-color: #006bad; }

.alert-info .alert-link {
  color: #e6e6e6; }

.alert-warning {
  background-color: #ffa000;
  border-color: #e69000;
  color: white; }

.alert-warning hr {
  border-top-color: #cc8000; }

.alert-warning .alert-link {
  color: #e6e6e6; }

.alert-danger {
  background-color: #d32f2f;
  border-color: #c02929;
  color: white; }

.alert-danger hr {
  border-top-color: #ab2424; }

.alert-danger .alert-link {
  color: #e6e6e6; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.5rem; }

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.125rem; }

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0; }

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem; }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem; }

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem; }

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.125rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.125rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.125rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }
  .progress-bar {
    display: inline-block;
    height: 0.5rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.125rem;
    border-top-left-radius: 0.125rem; }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.125rem;
    border-top-right-radius: 0.125rem; } }

.progress-striped[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem; }

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 0.5rem 0.5rem; } }

.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #388e3c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #388e3c; }

.progress-success[value]::-ms-fill {
  background-color: #388e3c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #388e3c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #0091ea; }

.progress-info[value]::-moz-progress-bar {
  background-color: #0091ea; }

.progress-info[value]::-ms-fill {
  background-color: #0091ea; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #0091ea; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #ffa000; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #ffa000; }

.progress-warning[value]::-ms-fill {
  background-color: #ffa000; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #ffa000; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d32f2f; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d32f2f; }

.progress-danger[value]::-ms-fill {
  background-color: #d32f2f; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d32f2f; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.media-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.media-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: inherit;
  border: 0 solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.12); }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: rgba(0, 0, 0, 0.26); }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0d47a1;
  border-color: #0d47a1; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #85b1f5; }

.list-group-flush .list-group-item {
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }

.list-group-item-action .list-group-item-heading {
  color: #333; }

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

.list-group-item-success {
  color: white;
  background-color: #388e3c; }

a.list-group-item-success,
button.list-group-item-success {
  color: white; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: white;
  background-color: #317c34; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: white;
  border-color: white; }

.list-group-item-info {
  color: white;
  background-color: #0091ea; }

a.list-group-item-info,
button.list-group-item-info {
  color: white; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: white;
  background-color: #0081d1; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: white;
  border-color: white; }

.list-group-item-warning {
  color: white;
  background-color: #ffa000; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: white; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: white;
  background-color: #e69000; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: white;
  border-color: white; }

.list-group-item-danger {
  color: white;
  background-color: #d32f2f; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: white; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: white;
  background-color: #c02929; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: white;
  border-color: white; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.in {
  opacity: 0.26; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header::after {
  content: "";
  display: table;
  clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer::after {
  content: "";
  display: table;
  clear: both; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.in {
  opacity: 0.9; }

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.125rem; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px; }

.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px; }

.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px; }

.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px; }

.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0; }

.popover-title:empty {
  display: none; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev::before {
  content: "\2039"; }

.carousel-control .icon-next::before {
  content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn, .carousel-caption .custom-file-control::before {
  text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0d47a1 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #093272 !important; }

.bg-success {
  color: #fff !important;
  background-color: #388e3c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #2a692d !important; }

.bg-info {
  color: #fff !important;
  background-color: #0091ea !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #0071b7 !important; }

.bg-warning {
  color: #fff !important;
  background-color: #ffa000 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #cc8000 !important; }

.bg-danger {
  color: #fff !important;
  background-color: #d32f2f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ab2424 !important; }

.bg-inverse {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.87) !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: rgba(0, 0, 0, 0.87) !important; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.flex-xs-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.flex-xs-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.flex-xs-unordered {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.flex-items-xs-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-items-xs-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-items-xs-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-xs-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.flex-xs-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.flex-xs-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.flex-items-xs-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-items-xs-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-items-xs-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-items-xs-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex-items-xs-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 544px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media (min-width: 544px) {
  .flex-items-sm-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-items-sm-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex-items-sm-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (min-width: 544px) {
  .flex-sm-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .flex-sm-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .flex-sm-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 544px) {
  .flex-items-sm-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flex-items-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex-items-sm-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex-items-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .flex-items-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media (min-width: 768px) {
  .flex-items-md-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-items-md-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex-items-md-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (min-width: 768px) {
  .flex-md-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .flex-md-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .flex-md-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 768px) {
  .flex-items-md-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flex-items-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex-items-md-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex-items-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .flex-items-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media (min-width: 992px) {
  .flex-items-lg-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-items-lg-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex-items-lg-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (min-width: 992px) {
  .flex-lg-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .flex-lg-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .flex-lg-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 992px) {
  .flex-items-lg-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flex-items-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex-items-lg-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex-items-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .flex-items-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media (min-width: 1200px) {
  .flex-items-xl-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-items-xl-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex-items-xl-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (min-width: 1200px) {
  .flex-xl-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .flex-xl-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .flex-xl-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 1200px) {
  .flex-items-xl-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flex-items-xl-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex-items-xl-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex-items-xl-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .flex-items-xl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.pull-xs-left {
  float: left !important;
  margin-right: auto; }

.pull-xs-right {
  float: right !important;
  margin-left: auto; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
    margin-right: auto; }
  .pull-sm-right {
    float: right !important;
    margin-left: auto; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
    margin-right: auto; }
  .pull-md-right {
    float: right !important;
    margin-left: auto; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
    margin-right: auto; }
  .pull-lg-right {
    float: right !important;
    margin-left: auto; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
    margin-right: auto; }
  .pull-xl-right {
    float: right !important;
    margin-left: auto; }
  .pull-xl-none {
    float: none !important; } }

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

.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 0.5rem 0.5rem !important; }

.m-t-1 {
  margin-top: 0.5rem !important; }

.m-r-1 {
  margin-right: 0.5rem !important; }

.m-b-1 {
  margin-bottom: 0.5rem !important; }

.m-l-1 {
  margin-left: 0.5rem !important; }

.m-x-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.m-y-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-a-2 {
  margin: 0.75rem 0.75rem !important; }

.m-t-2 {
  margin-top: 0.75rem !important; }

.m-r-2 {
  margin-right: 0.75rem !important; }

.m-b-2 {
  margin-bottom: 0.75rem !important; }

.m-l-2 {
  margin-left: 0.75rem !important; }

.m-x-2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important; }

.m-y-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.m-a-3 {
  margin: 1.5rem 1.5rem !important; }

.m-t-3 {
  margin-top: 1.5rem !important; }

.m-r-3 {
  margin-right: 1.5rem !important; }

.m-b-3 {
  margin-bottom: 1.5rem !important; }

.m-l-3 {
  margin-left: 1.5rem !important; }

.m-x-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 0.5rem 0.5rem !important; }

.p-t-1 {
  padding-top: 0.5rem !important; }

.p-r-1 {
  padding-right: 0.5rem !important; }

.p-b-1 {
  padding-bottom: 0.5rem !important; }

.p-l-1 {
  padding-left: 0.5rem !important; }

.p-x-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.p-y-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-a-2 {
  padding: 0.75rem 0.75rem !important; }

.p-t-2 {
  padding-top: 0.75rem !important; }

.p-r-2 {
  padding-right: 0.75rem !important; }

.p-b-2 {
  padding-bottom: 0.75rem !important; }

.p-l-2 {
  padding-left: 0.75rem !important; }

.p-x-2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important; }

.p-y-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.p-a-3 {
  padding: 1.5rem 1.5rem !important; }

.p-t-3 {
  padding-top: 1.5rem !important; }

.p-r-3 {
  padding-right: 1.5rem !important; }

.p-b-3 {
  padding-bottom: 1.5rem !important; }

.p-l-3 {
  padding-left: 1.5rem !important; }

.p-x-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted, .bmd-help {
  color: rgba(0, 0, 0, 0.26) !important; }

a.text-muted:focus, a.bmd-help:focus, a.text-muted:hover, a.bmd-help:hover {
  color: rgba(0, 0, 0, 0.26) !important; }

.text-primary {
  color: #0d47a1 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #093272 !important; }

.text-success {
  color: #388e3c !important; }

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

.text-info {
  color: #0091ea !important; }

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

.text-warning {
  color: #ffa000 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #cc8000 !important; }

.text-danger {
  color: #d32f2f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #ab2424 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !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; } }

body {
  font-weight: 400; }

a:focus {
  outline: none; }

button:focus {
  outline: none; }

.bmd-layout-canvas {
  position: absolute;
  width: 100%;
  height: 100%; }

.bmd-layout-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.bmd-layout-header {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-height: 1000px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.bmd-layout-content {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.bmd-layout-spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.bmd-layout-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

@supports (pointer-events: auto) {
  .bmd-layout-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    visibility: visible;
    pointer-events: none; } }

.btn, .custom-file-control::before {
  position: relative;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  color: rgba(0, 0, 0, 0.87);
  background-color: inherit;
  border-color: #ccc; }

.btn:focus, .custom-file-control:focus::before, .btn.focus, .focus.custom-file-control::before, .btn:active:focus, .custom-file-control:active:focus::before, .btn:active.focus, .custom-file-control:active.focus::before, .btn.active:focus, .active.custom-file-control:focus::before, .btn.active.focus, .active.focus.custom-file-control::before {
  outline: 0; }

.btn:hover, .custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn:focus, .custom-file-control:focus::before, .btn.focus, .focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn:active, .custom-file-control:active::before, .btn.active, .active.custom-file-control::before,
.open > .btn.dropdown-toggle,
.open > .dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn:active:hover, .custom-file-control:active:hover::before, .btn:active:focus, .custom-file-control:active:focus::before, .btn:active.focus, .custom-file-control:active.focus::before, .btn.active:hover, .active.custom-file-control:hover::before, .btn.active:focus, .active.custom-file-control:focus::before, .btn.active.focus, .active.focus.custom-file-control::before,
.open > .btn.dropdown-toggle:hover,
.open > .dropdown-toggle.custom-file-control:hover::before,
.open > .btn.dropdown-toggle:focus,
.open > .dropdown-toggle.custom-file-control:focus::before,
.open > .btn.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4); }

.open > .btn.dropdown-toggle.bmd-btn-icon, .open > .dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.dropdown-toggle.bmd-btn-icon:hover, .open > .dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.disabled:focus, .disabled.custom-file-control:focus::before, .btn.disabled.focus, .disabled.focus.custom-file-control::before, .btn:disabled:focus, .custom-file-control:disabled:focus::before, .btn:disabled.focus, .custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.disabled:hover, .disabled.custom-file-control:hover::before, .btn:disabled:hover, .custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn, .bg-inverse .custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn:hover, .bg-inverse .custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn:focus, .bg-inverse .custom-file-control:focus::before, .bg-inverse .btn.focus, .bg-inverse .focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn:active, .bg-inverse .custom-file-control:active::before, .bg-inverse .btn.active, .bg-inverse .active.custom-file-control::before,
.open > .bg-inverse .btn.dropdown-toggle,
.open > .bg-inverse .dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn:active:hover, .bg-inverse .custom-file-control:active:hover::before, .bg-inverse .btn:active:focus, .bg-inverse .custom-file-control:active:focus::before, .bg-inverse .btn:active.focus, .bg-inverse .custom-file-control:active.focus::before, .bg-inverse .btn.active:hover, .bg-inverse .active.custom-file-control:hover::before, .bg-inverse .btn.active:focus, .bg-inverse .active.custom-file-control:focus::before, .bg-inverse .btn.active.focus, .bg-inverse .active.focus.custom-file-control::before,
.open > .bg-inverse .btn.dropdown-toggle:hover,
.open > .bg-inverse .dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.dropdown-toggle:focus,
.open > .bg-inverse .dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.dropdown-toggle.focus,
.open > .bg-inverse .dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.disabled:focus, .bg-inverse .disabled.custom-file-control:focus::before, .bg-inverse .btn.disabled.focus, .bg-inverse .disabled.focus.custom-file-control::before, .bg-inverse .btn:disabled:focus, .bg-inverse .custom-file-control:disabled:focus::before, .bg-inverse .btn:disabled.focus, .bg-inverse .custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.disabled:hover, .bg-inverse .disabled.custom-file-control:hover::before, .bg-inverse .btn:disabled:hover, .bg-inverse .custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-link, .btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-primary, .btn-primary.custom-file-control::before {
  color: #0d47a1;
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-primary:hover, .btn-primary.custom-file-control:hover::before {
  color: #0d47a1;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-primary:focus, .btn-primary.custom-file-control:focus::before, .btn.btn-primary.focus, .btn-primary.focus.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-primary:active, .btn-primary.custom-file-control:active::before, .btn.btn-primary.active, .btn-primary.active.custom-file-control::before,
.open > .btn.btn-primary.dropdown-toggle,
.open > .btn-primary.dropdown-toggle.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-primary:active:hover, .btn-primary.custom-file-control:active:hover::before, .btn.btn-primary:active:focus, .btn-primary.custom-file-control:active:focus::before, .btn.btn-primary:active.focus, .btn-primary.custom-file-control:active.focus::before, .btn.btn-primary.active:hover, .btn-primary.active.custom-file-control:hover::before, .btn.btn-primary.active:focus, .btn-primary.active.custom-file-control:focus::before, .btn.btn-primary.active.focus, .btn-primary.active.focus.custom-file-control::before,
.open > .btn.btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4); }

.open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-primary.disabled:focus, .btn-primary.disabled.custom-file-control:focus::before, .btn.btn-primary.disabled.focus, .btn-primary.disabled.focus.custom-file-control::before, .btn.btn-primary:disabled:focus, .btn-primary.custom-file-control:disabled:focus::before, .btn.btn-primary:disabled.focus, .btn-primary.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-primary.disabled:hover, .btn-primary.disabled.custom-file-control:hover::before, .btn.btn-primary:disabled:hover, .btn-primary.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-primary, .bg-inverse .btn-primary.custom-file-control::before {
  color: #0d47a1;
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-primary:hover, .bg-inverse .btn-primary.custom-file-control:hover::before {
  color: #0d47a1;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-primary:focus, .bg-inverse .btn-primary.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.focus, .bg-inverse .btn-primary.focus.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-primary:active, .bg-inverse .btn-primary.custom-file-control:active::before, .bg-inverse .btn.btn-primary.active, .bg-inverse .btn-primary.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-primary.dropdown-toggle,
.open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-primary:active:hover, .bg-inverse .btn-primary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-primary:active:focus, .bg-inverse .btn-primary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-primary:active.focus, .bg-inverse .btn-primary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-primary.active:hover, .bg-inverse .btn-primary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-primary.active:focus, .bg-inverse .btn-primary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.active.focus, .bg-inverse .btn-primary.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-primary.dropdown-toggle:hover,
.open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-primary.dropdown-toggle:focus,
.open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-primary.dropdown-toggle.focus,
.open > .bg-inverse .btn-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-primary.disabled:focus, .bg-inverse .btn-primary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.disabled.focus, .bg-inverse .btn-primary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-primary:disabled:focus, .bg-inverse .btn-primary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-primary:disabled.focus, .bg-inverse .btn-primary.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-primary.disabled:hover, .bg-inverse .btn-primary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-primary:disabled:hover, .bg-inverse .btn-primary.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-primary.btn-link, .btn-primary.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-secondary, .btn-secondary.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-secondary:hover, .btn-secondary.custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-secondary:focus, .btn-secondary.custom-file-control:focus::before, .btn.btn-secondary.focus, .btn-secondary.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-secondary:active, .btn-secondary.custom-file-control:active::before, .btn.btn-secondary.active, .btn-secondary.active.custom-file-control::before,
.open > .btn.btn-secondary.dropdown-toggle,
.open > .btn-secondary.dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-secondary:active:hover, .btn-secondary.custom-file-control:active:hover::before, .btn.btn-secondary:active:focus, .btn-secondary.custom-file-control:active:focus::before, .btn.btn-secondary:active.focus, .btn-secondary.custom-file-control:active.focus::before, .btn.btn-secondary.active:hover, .btn-secondary.active.custom-file-control:hover::before, .btn.btn-secondary.active:focus, .btn-secondary.active.custom-file-control:focus::before, .btn.btn-secondary.active.focus, .btn-secondary.active.focus.custom-file-control::before,
.open > .btn.btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-secondary.dropdown-toggle.focus,
.open > .btn-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4); }

.open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-secondary.disabled:focus, .btn-secondary.disabled.custom-file-control:focus::before, .btn.btn-secondary.disabled.focus, .btn-secondary.disabled.focus.custom-file-control::before, .btn.btn-secondary:disabled:focus, .btn-secondary.custom-file-control:disabled:focus::before, .btn.btn-secondary:disabled.focus, .btn-secondary.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-secondary.disabled:hover, .btn-secondary.disabled.custom-file-control:hover::before, .btn.btn-secondary:disabled:hover, .btn-secondary.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-secondary, .bg-inverse .btn-secondary.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-secondary:hover, .bg-inverse .btn-secondary.custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-secondary:focus, .bg-inverse .btn-secondary.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.focus, .bg-inverse .btn-secondary.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-secondary:active, .bg-inverse .btn-secondary.custom-file-control:active::before, .bg-inverse .btn.btn-secondary.active, .bg-inverse .btn-secondary.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-secondary.dropdown-toggle,
.open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-secondary:active:hover, .bg-inverse .btn-secondary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-secondary:active:focus, .bg-inverse .btn-secondary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-secondary:active.focus, .bg-inverse .btn-secondary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-secondary.active:hover, .bg-inverse .btn-secondary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-secondary.active:focus, .bg-inverse .btn-secondary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.active.focus, .bg-inverse .btn-secondary.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-secondary.dropdown-toggle:hover,
.open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-secondary.dropdown-toggle:focus,
.open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-secondary.dropdown-toggle.focus,
.open > .bg-inverse .btn-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-secondary.disabled:focus, .bg-inverse .btn-secondary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.disabled.focus, .bg-inverse .btn-secondary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-secondary:disabled:focus, .bg-inverse .btn-secondary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-secondary:disabled.focus, .bg-inverse .btn-secondary.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-secondary.disabled:hover, .bg-inverse .btn-secondary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-secondary:disabled:hover, .bg-inverse .btn-secondary.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-secondary.btn-link, .btn-secondary.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-info, .btn-info.custom-file-control::before {
  color: #0091ea;
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-info:hover, .btn-info.custom-file-control:hover::before {
  color: #0091ea;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-info:focus, .btn-info.custom-file-control:focus::before, .btn.btn-info.focus, .btn-info.focus.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-info:active, .btn-info.custom-file-control:active::before, .btn.btn-info.active, .btn-info.active.custom-file-control::before,
.open > .btn.btn-info.dropdown-toggle,
.open > .btn-info.dropdown-toggle.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-info:active:hover, .btn-info.custom-file-control:active:hover::before, .btn.btn-info:active:focus, .btn-info.custom-file-control:active:focus::before, .btn.btn-info:active.focus, .btn-info.custom-file-control:active.focus::before, .btn.btn-info.active:hover, .btn-info.active.custom-file-control:hover::before, .btn.btn-info.active:focus, .btn-info.active.custom-file-control:focus::before, .btn.btn-info.active.focus, .btn-info.active.focus.custom-file-control::before,
.open > .btn.btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle.focus.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4); }

.open > .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-info.disabled:focus, .btn-info.disabled.custom-file-control:focus::before, .btn.btn-info.disabled.focus, .btn-info.disabled.focus.custom-file-control::before, .btn.btn-info:disabled:focus, .btn-info.custom-file-control:disabled:focus::before, .btn.btn-info:disabled.focus, .btn-info.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-info.disabled:hover, .btn-info.disabled.custom-file-control:hover::before, .btn.btn-info:disabled:hover, .btn-info.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-info, .bg-inverse .btn-info.custom-file-control::before {
  color: #0091ea;
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-info:hover, .bg-inverse .btn-info.custom-file-control:hover::before {
  color: #0091ea;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-info:focus, .bg-inverse .btn-info.custom-file-control:focus::before, .bg-inverse .btn.btn-info.focus, .bg-inverse .btn-info.focus.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-info:active, .bg-inverse .btn-info.custom-file-control:active::before, .bg-inverse .btn.btn-info.active, .bg-inverse .btn-info.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-info.dropdown-toggle,
.open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-info:active:hover, .bg-inverse .btn-info.custom-file-control:active:hover::before, .bg-inverse .btn.btn-info:active:focus, .bg-inverse .btn-info.custom-file-control:active:focus::before, .bg-inverse .btn.btn-info:active.focus, .bg-inverse .btn-info.custom-file-control:active.focus::before, .bg-inverse .btn.btn-info.active:hover, .bg-inverse .btn-info.active.custom-file-control:hover::before, .bg-inverse .btn.btn-info.active:focus, .bg-inverse .btn-info.active.custom-file-control:focus::before, .bg-inverse .btn.btn-info.active.focus, .bg-inverse .btn-info.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-info.dropdown-toggle:hover,
.open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-info.dropdown-toggle:focus,
.open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-info.dropdown-toggle.focus,
.open > .bg-inverse .btn-info.dropdown-toggle.focus.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-info.disabled:focus, .bg-inverse .btn-info.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-info.disabled.focus, .bg-inverse .btn-info.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-info:disabled:focus, .bg-inverse .btn-info.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-info:disabled.focus, .bg-inverse .btn-info.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-info.disabled:hover, .bg-inverse .btn-info.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-info:disabled:hover, .bg-inverse .btn-info.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-info.btn-link, .btn-info.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-success, .btn-success.custom-file-control::before {
  color: #388e3c;
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-success:hover, .btn-success.custom-file-control:hover::before {
  color: #388e3c;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-success:focus, .btn-success.custom-file-control:focus::before, .btn.btn-success.focus, .btn-success.focus.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-success:active, .btn-success.custom-file-control:active::before, .btn.btn-success.active, .btn-success.active.custom-file-control::before,
.open > .btn.btn-success.dropdown-toggle,
.open > .btn-success.dropdown-toggle.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-success:active:hover, .btn-success.custom-file-control:active:hover::before, .btn.btn-success:active:focus, .btn-success.custom-file-control:active:focus::before, .btn.btn-success:active.focus, .btn-success.custom-file-control:active.focus::before, .btn.btn-success.active:hover, .btn-success.active.custom-file-control:hover::before, .btn.btn-success.active:focus, .btn-success.active.custom-file-control:focus::before, .btn.btn-success.active.focus, .btn-success.active.focus.custom-file-control::before,
.open > .btn.btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle.focus.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4); }

.open > .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-success.disabled:focus, .btn-success.disabled.custom-file-control:focus::before, .btn.btn-success.disabled.focus, .btn-success.disabled.focus.custom-file-control::before, .btn.btn-success:disabled:focus, .btn-success.custom-file-control:disabled:focus::before, .btn.btn-success:disabled.focus, .btn-success.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-success.disabled:hover, .btn-success.disabled.custom-file-control:hover::before, .btn.btn-success:disabled:hover, .btn-success.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-success, .bg-inverse .btn-success.custom-file-control::before {
  color: #388e3c;
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-success:hover, .bg-inverse .btn-success.custom-file-control:hover::before {
  color: #388e3c;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-success:focus, .bg-inverse .btn-success.custom-file-control:focus::before, .bg-inverse .btn.btn-success.focus, .bg-inverse .btn-success.focus.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-success:active, .bg-inverse .btn-success.custom-file-control:active::before, .bg-inverse .btn.btn-success.active, .bg-inverse .btn-success.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-success.dropdown-toggle,
.open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-success:active:hover, .bg-inverse .btn-success.custom-file-control:active:hover::before, .bg-inverse .btn.btn-success:active:focus, .bg-inverse .btn-success.custom-file-control:active:focus::before, .bg-inverse .btn.btn-success:active.focus, .bg-inverse .btn-success.custom-file-control:active.focus::before, .bg-inverse .btn.btn-success.active:hover, .bg-inverse .btn-success.active.custom-file-control:hover::before, .bg-inverse .btn.btn-success.active:focus, .bg-inverse .btn-success.active.custom-file-control:focus::before, .bg-inverse .btn.btn-success.active.focus, .bg-inverse .btn-success.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-success.dropdown-toggle:hover,
.open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-success.dropdown-toggle:focus,
.open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-success.dropdown-toggle.focus,
.open > .bg-inverse .btn-success.dropdown-toggle.focus.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-success.disabled:focus, .bg-inverse .btn-success.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-success.disabled.focus, .bg-inverse .btn-success.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-success:disabled:focus, .bg-inverse .btn-success.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-success:disabled.focus, .bg-inverse .btn-success.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-success.disabled:hover, .bg-inverse .btn-success.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-success:disabled:hover, .bg-inverse .btn-success.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-success.btn-link, .btn-success.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-warning, .btn-warning.custom-file-control::before {
  color: #ffa000;
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-warning:hover, .btn-warning.custom-file-control:hover::before {
  color: #ffa000;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-warning:focus, .btn-warning.custom-file-control:focus::before, .btn.btn-warning.focus, .btn-warning.focus.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-warning:active, .btn-warning.custom-file-control:active::before, .btn.btn-warning.active, .btn-warning.active.custom-file-control::before,
.open > .btn.btn-warning.dropdown-toggle,
.open > .btn-warning.dropdown-toggle.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-warning:active:hover, .btn-warning.custom-file-control:active:hover::before, .btn.btn-warning:active:focus, .btn-warning.custom-file-control:active:focus::before, .btn.btn-warning:active.focus, .btn-warning.custom-file-control:active.focus::before, .btn.btn-warning.active:hover, .btn-warning.active.custom-file-control:hover::before, .btn.btn-warning.active:focus, .btn-warning.active.custom-file-control:focus::before, .btn.btn-warning.active.focus, .btn-warning.active.focus.custom-file-control::before,
.open > .btn.btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4); }

.open > .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-warning.disabled:focus, .btn-warning.disabled.custom-file-control:focus::before, .btn.btn-warning.disabled.focus, .btn-warning.disabled.focus.custom-file-control::before, .btn.btn-warning:disabled:focus, .btn-warning.custom-file-control:disabled:focus::before, .btn.btn-warning:disabled.focus, .btn-warning.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-warning.disabled:hover, .btn-warning.disabled.custom-file-control:hover::before, .btn.btn-warning:disabled:hover, .btn-warning.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-warning, .bg-inverse .btn-warning.custom-file-control::before {
  color: #ffa000;
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-warning:hover, .bg-inverse .btn-warning.custom-file-control:hover::before {
  color: #ffa000;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-warning:focus, .bg-inverse .btn-warning.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.focus, .bg-inverse .btn-warning.focus.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-warning:active, .bg-inverse .btn-warning.custom-file-control:active::before, .bg-inverse .btn.btn-warning.active, .bg-inverse .btn-warning.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-warning.dropdown-toggle,
.open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-warning:active:hover, .bg-inverse .btn-warning.custom-file-control:active:hover::before, .bg-inverse .btn.btn-warning:active:focus, .bg-inverse .btn-warning.custom-file-control:active:focus::before, .bg-inverse .btn.btn-warning:active.focus, .bg-inverse .btn-warning.custom-file-control:active.focus::before, .bg-inverse .btn.btn-warning.active:hover, .bg-inverse .btn-warning.active.custom-file-control:hover::before, .bg-inverse .btn.btn-warning.active:focus, .bg-inverse .btn-warning.active.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.active.focus, .bg-inverse .btn-warning.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-warning.dropdown-toggle:hover,
.open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-warning.dropdown-toggle:focus,
.open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-warning.dropdown-toggle.focus,
.open > .bg-inverse .btn-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-warning.disabled:focus, .bg-inverse .btn-warning.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.disabled.focus, .bg-inverse .btn-warning.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-warning:disabled:focus, .bg-inverse .btn-warning.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-warning:disabled.focus, .bg-inverse .btn-warning.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-warning.disabled:hover, .bg-inverse .btn-warning.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-warning:disabled:hover, .bg-inverse .btn-warning.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-warning.btn-link, .btn-warning.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-danger, .btn-danger.custom-file-control::before {
  color: #d32f2f;
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-danger:hover, .btn-danger.custom-file-control:hover::before {
  color: #d32f2f;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-danger:focus, .btn-danger.custom-file-control:focus::before, .btn.btn-danger.focus, .btn-danger.focus.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-danger:active, .btn-danger.custom-file-control:active::before, .btn.btn-danger.active, .btn-danger.active.custom-file-control::before,
.open > .btn.btn-danger.dropdown-toggle,
.open > .btn-danger.dropdown-toggle.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2); }

.btn.btn-danger:active:hover, .btn-danger.custom-file-control:active:hover::before, .btn.btn-danger:active:focus, .btn-danger.custom-file-control:active:focus::before, .btn.btn-danger:active.focus, .btn-danger.custom-file-control:active.focus::before, .btn.btn-danger.active:hover, .btn-danger.active.custom-file-control:hover::before, .btn.btn-danger.active:focus, .btn-danger.active.custom-file-control:focus::before, .btn.btn-danger.active.focus, .btn-danger.active.focus.custom-file-control::before,
.open > .btn.btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4); }

.open > .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-danger.disabled:focus, .btn-danger.disabled.custom-file-control:focus::before, .btn.btn-danger.disabled.focus, .btn-danger.disabled.focus.custom-file-control::before, .btn.btn-danger:disabled:focus, .btn-danger.custom-file-control:disabled:focus::before, .btn.btn-danger:disabled.focus, .btn-danger.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-danger.disabled:hover, .btn-danger.disabled.custom-file-control:hover::before, .btn.btn-danger:disabled:hover, .btn-danger.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-danger, .bg-inverse .btn-danger.custom-file-control::before {
  color: #d32f2f;
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-danger:hover, .bg-inverse .btn-danger.custom-file-control:hover::before {
  color: #d32f2f;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-danger:focus, .bg-inverse .btn-danger.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.focus, .bg-inverse .btn-danger.focus.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-danger:active, .bg-inverse .btn-danger.custom-file-control:active::before, .bg-inverse .btn.btn-danger.active, .bg-inverse .btn-danger.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-danger.dropdown-toggle,
.open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-danger:active:hover, .bg-inverse .btn-danger.custom-file-control:active:hover::before, .bg-inverse .btn.btn-danger:active:focus, .bg-inverse .btn-danger.custom-file-control:active:focus::before, .bg-inverse .btn.btn-danger:active.focus, .bg-inverse .btn-danger.custom-file-control:active.focus::before, .bg-inverse .btn.btn-danger.active:hover, .bg-inverse .btn-danger.active.custom-file-control:hover::before, .bg-inverse .btn.btn-danger.active:focus, .bg-inverse .btn-danger.active.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.active.focus, .bg-inverse .btn-danger.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-danger.dropdown-toggle:hover,
.open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-danger.dropdown-toggle:focus,
.open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-danger.dropdown-toggle.focus,
.open > .bg-inverse .btn-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-danger.disabled:focus, .bg-inverse .btn-danger.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.disabled.focus, .bg-inverse .btn-danger.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-danger:disabled:focus, .bg-inverse .btn-danger.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-danger:disabled.focus, .bg-inverse .btn-danger.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ccc; }

.bg-inverse .btn.btn-danger.disabled:hover, .bg-inverse .btn-danger.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-danger:disabled:hover, .bg-inverse .btn-danger.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ccc; }

.btn.btn-danger.btn-link, .btn-danger.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.bmd-btn-fab.btn-primary, .bmd-btn-fab.btn-primary.custom-file-control::before, .btn.btn-raised.btn-primary, .btn-raised.btn-primary.custom-file-control::before,
.btn-group-raised .btn.btn-primary,
.btn-group-raised .btn-primary.custom-file-control::before {
  color: #fff;
  background-color: #0d47a1;
  border-color: #0d47a1; }

.btn.bmd-btn-fab.btn-primary:hover, .bmd-btn-fab.btn-primary.custom-file-control:hover::before, .btn.btn-raised.btn-primary:hover, .btn-raised.btn-primary.custom-file-control:hover::before,
.btn-group-raised .btn.btn-primary:hover,
.btn-group-raised .btn-primary.custom-file-control:hover::before {
  color: #fff;
  background-color: #0b3f8e;
  border-color: #082e68; }

.btn.bmd-btn-fab.btn-primary:focus, .bmd-btn-fab.btn-primary.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.focus, .bmd-btn-fab.btn-primary.focus.custom-file-control::before, .btn.btn-raised.btn-primary:focus, .btn-raised.btn-primary.custom-file-control:focus::before, .btn.btn-raised.btn-primary.focus, .btn-raised.btn-primary.focus.custom-file-control::before,
.btn-group-raised .btn.btn-primary:focus,
.btn-group-raised .btn-primary.custom-file-control:focus::before,
.btn-group-raised .btn.btn-primary.focus,
.btn-group-raised .btn-primary.focus.custom-file-control::before {
  color: #fff;
  background-color: #0b3f8e;
  border-color: #082e68; }

.btn.bmd-btn-fab.btn-primary:active, .bmd-btn-fab.btn-primary.custom-file-control:active::before, .btn.bmd-btn-fab.btn-primary.active, .bmd-btn-fab.btn-primary.active.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle,
.open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-primary:active, .btn-raised.btn-primary.custom-file-control:active::before, .btn.btn-raised.btn-primary.active, .btn-raised.btn-primary.active.custom-file-control::before,
.open > .btn.btn-raised.btn-primary.dropdown-toggle,
.open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control::before,
.btn-group-raised .btn.btn-primary:active,
.btn-group-raised .btn-primary.custom-file-control:active::before,
.btn-group-raised .btn.btn-primary.active,
.btn-group-raised .btn-primary.active.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-primary.dropdown-toggle,
.open >
.btn-group-raised .btn-primary.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #0b3f8e;
  border-color: #082e68; }

.btn.bmd-btn-fab.btn-primary:active:hover, .bmd-btn-fab.btn-primary.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-primary:active:focus, .bmd-btn-fab.btn-primary.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-primary:active.focus, .bmd-btn-fab.btn-primary.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-primary.active:hover, .bmd-btn-fab.btn-primary.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-primary.active:focus, .bmd-btn-fab.btn-primary.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.active.focus, .bmd-btn-fab.btn-primary.active.focus.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle:hover,
.open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle:focus,
.open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.focus,
.open > .bmd-btn-fab.btn-primary.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-primary:active:hover, .btn-raised.btn-primary.custom-file-control:active:hover::before, .btn.btn-raised.btn-primary:active:focus, .btn-raised.btn-primary.custom-file-control:active:focus::before, .btn.btn-raised.btn-primary:active.focus, .btn-raised.btn-primary.custom-file-control:active.focus::before, .btn.btn-raised.btn-primary.active:hover, .btn-raised.btn-primary.active.custom-file-control:hover::before, .btn.btn-raised.btn-primary.active:focus, .btn-raised.btn-primary.active.custom-file-control:focus::before, .btn.btn-raised.btn-primary.active.focus, .btn-raised.btn-primary.active.focus.custom-file-control::before,
.open > .btn.btn-raised.btn-primary.dropdown-toggle:hover,
.open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-raised.btn-primary.dropdown-toggle:focus,
.open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-raised.btn-primary.dropdown-toggle.focus,
.open > .btn-raised.btn-primary.dropdown-toggle.focus.custom-file-control::before,
.btn-group-raised .btn.btn-primary:active:hover,
.btn-group-raised .btn-primary.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-primary:active:focus,
.btn-group-raised .btn-primary.custom-file-control:active:focus::before,
.btn-group-raised .btn.btn-primary:active.focus,
.btn-group-raised .btn-primary.custom-file-control:active.focus::before,
.btn-group-raised .btn.btn-primary.active:hover,
.btn-group-raised .btn-primary.active.custom-file-control:hover::before,
.btn-group-raised .btn.btn-primary.active:focus,
.btn-group-raised .btn-primary.active.custom-file-control:focus::before,
.btn-group-raised .btn.btn-primary.active.focus,
.btn-group-raised .btn-primary.active.focus.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-primary.dropdown-toggle:hover,
.open >
.btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:hover::before,
.open >
.btn-group-raised .btn.btn-primary.dropdown-toggle:focus,
.open >
.btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:focus::before,
.open >
.btn-group-raised .btn.btn-primary.dropdown-toggle.focus,
.open >
.btn-group-raised .btn-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #0b3f8e;
  border-color: #03132b; }

.open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open >
.btn-group-raised .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open >
.btn-group-raised .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #0d47a1; }

.open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open >
.btn-group-raised .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open >
.btn-group-raised .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #0b3f8e; }

.btn.bmd-btn-fab.btn-primary.disabled:focus, .bmd-btn-fab.btn-primary.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.disabled.focus, .bmd-btn-fab.btn-primary.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-primary:disabled:focus, .bmd-btn-fab.btn-primary.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-primary:disabled.focus, .bmd-btn-fab.btn-primary.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-primary.disabled:focus, .btn-raised.btn-primary.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-primary.disabled.focus, .btn-raised.btn-primary.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-primary:disabled:focus, .btn-raised.btn-primary.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-primary:disabled.focus, .btn-raised.btn-primary.custom-file-control:disabled.focus::before,
.btn-group-raised .btn.btn-primary.disabled:focus,
.btn-group-raised .btn-primary.disabled.custom-file-control:focus::before,
.btn-group-raised .btn.btn-primary.disabled.focus,
.btn-group-raised .btn-primary.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-primary:disabled:focus,
.btn-group-raised .btn-primary.custom-file-control:disabled:focus::before,
.btn-group-raised .btn.btn-primary:disabled.focus,
.btn-group-raised .btn-primary.custom-file-control:disabled.focus::before {
  background-color: #0d47a1;
  border-color: #0d47a1; }

.btn.bmd-btn-fab.btn-primary.disabled:hover, .bmd-btn-fab.btn-primary.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-primary:disabled:hover, .bmd-btn-fab.btn-primary.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-primary.disabled:hover, .btn-raised.btn-primary.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-primary:disabled:hover, .btn-raised.btn-primary.custom-file-control:disabled:hover::before,
.btn-group-raised .btn.btn-primary.disabled:hover,
.btn-group-raised .btn-primary.disabled.custom-file-control:hover::before,
.btn-group-raised .btn.btn-primary:disabled:hover,
.btn-group-raised .btn-primary.custom-file-control:disabled:hover::before {
  background-color: #0d47a1;
  border-color: #0d47a1; }

.btn.bmd-btn-fab.btn-secondary, .bmd-btn-fab.btn-secondary.custom-file-control::before, .btn.btn-raised.btn-secondary, .btn-raised.btn-secondary.custom-file-control::before,
.btn-group-raised .btn.btn-secondary,
.btn-group-raised .btn-secondary.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
  border-color: #ccc; }

.btn.bmd-btn-fab.btn-secondary:hover, .bmd-btn-fab.btn-secondary.custom-file-control:hover::before, .btn.btn-raised.btn-secondary:hover, .btn-raised.btn-secondary.custom-file-control:hover::before,
.btn-group-raised .btn.btn-secondary:hover,
.btn-group-raised .btn-secondary.custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f0f0f0;
  border-color: #adadad; }

.btn.bmd-btn-fab.btn-secondary:focus, .bmd-btn-fab.btn-secondary.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.focus, .bmd-btn-fab.btn-secondary.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:focus, .btn-raised.btn-secondary.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.focus, .btn-raised.btn-secondary.focus.custom-file-control::before,
.btn-group-raised .btn.btn-secondary:focus,
.btn-group-raised .btn-secondary.custom-file-control:focus::before,
.btn-group-raised .btn.btn-secondary.focus,
.btn-group-raised .btn-secondary.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f0f0f0;
  border-color: #adadad; }

.btn.bmd-btn-fab.btn-secondary:active, .bmd-btn-fab.btn-secondary.custom-file-control:active::before, .btn.bmd-btn-fab.btn-secondary.active, .bmd-btn-fab.btn-secondary.active.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle,
.open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-secondary:active, .btn-raised.btn-secondary.custom-file-control:active::before, .btn.btn-raised.btn-secondary.active, .btn-raised.btn-secondary.active.custom-file-control::before,
.open > .btn.btn-raised.btn-secondary.dropdown-toggle,
.open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control::before,
.btn-group-raised .btn.btn-secondary:active,
.btn-group-raised .btn-secondary.custom-file-control:active::before,
.btn-group-raised .btn.btn-secondary.active,
.btn-group-raised .btn-secondary.active.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-secondary.dropdown-toggle,
.open >
.btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f0f0f0;
  border-color: #adadad; }

.btn.bmd-btn-fab.btn-secondary:active:hover, .bmd-btn-fab.btn-secondary.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-secondary:active:focus, .bmd-btn-fab.btn-secondary.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-secondary:active.focus, .bmd-btn-fab.btn-secondary.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-secondary.active:hover, .bmd-btn-fab.btn-secondary.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-secondary.active:focus, .bmd-btn-fab.btn-secondary.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.active.focus, .bmd-btn-fab.btn-secondary.active.focus.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle:hover,
.open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle:focus,
.open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.focus,
.open > .bmd-btn-fab.btn-secondary.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:active:hover, .btn-raised.btn-secondary.custom-file-control:active:hover::before, .btn.btn-raised.btn-secondary:active:focus, .btn-raised.btn-secondary.custom-file-control:active:focus::before, .btn.btn-raised.btn-secondary:active.focus, .btn-raised.btn-secondary.custom-file-control:active.focus::before, .btn.btn-raised.btn-secondary.active:hover, .btn-raised.btn-secondary.active.custom-file-control:hover::before, .btn.btn-raised.btn-secondary.active:focus, .btn-raised.btn-secondary.active.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.active.focus, .btn-raised.btn-secondary.active.focus.custom-file-control::before,
.open > .btn.btn-raised.btn-secondary.dropdown-toggle:hover,
.open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-raised.btn-secondary.dropdown-toggle:focus,
.open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-raised.btn-secondary.dropdown-toggle.focus,
.open > .btn-raised.btn-secondary.dropdown-toggle.focus.custom-file-control::before,
.btn-group-raised .btn.btn-secondary:active:hover,
.btn-group-raised .btn-secondary.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-secondary:active:focus,
.btn-group-raised .btn-secondary.custom-file-control:active:focus::before,
.btn-group-raised .btn.btn-secondary:active.focus,
.btn-group-raised .btn-secondary.custom-file-control:active.focus::before,
.btn-group-raised .btn.btn-secondary.active:hover,
.btn-group-raised .btn-secondary.active.custom-file-control:hover::before,
.btn-group-raised .btn.btn-secondary.active:focus,
.btn-group-raised .btn-secondary.active.custom-file-control:focus::before,
.btn-group-raised .btn.btn-secondary.active.focus,
.btn-group-raised .btn-secondary.active.focus.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-secondary.dropdown-toggle:hover,
.open >
.btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control:hover::before,
.open >
.btn-group-raised .btn.btn-secondary.dropdown-toggle:focus,
.open >
.btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control:focus::before,
.open >
.btn-group-raised .btn.btn-secondary.dropdown-toggle.focus,
.open >
.btn-group-raised .btn-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f0f0f0;
  border-color: #8c8c8c; }

.open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open >
.btn-group-raised .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open >
.btn-group-raised .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #fafafa; }

.open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open >
.btn-group-raised .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open >
.btn-group-raised .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #f0f0f0; }

.btn.bmd-btn-fab.btn-secondary.disabled:focus, .bmd-btn-fab.btn-secondary.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.disabled.focus, .bmd-btn-fab.btn-secondary.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-secondary:disabled:focus, .bmd-btn-fab.btn-secondary.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-secondary:disabled.focus, .bmd-btn-fab.btn-secondary.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-secondary.disabled:focus, .btn-raised.btn-secondary.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.disabled.focus, .btn-raised.btn-secondary.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:disabled:focus, .btn-raised.btn-secondary.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-secondary:disabled.focus, .btn-raised.btn-secondary.custom-file-control:disabled.focus::before,
.btn-group-raised .btn.btn-secondary.disabled:focus,
.btn-group-raised .btn-secondary.disabled.custom-file-control:focus::before,
.btn-group-raised .btn.btn-secondary.disabled.focus,
.btn-group-raised .btn-secondary.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-secondary:disabled:focus,
.btn-group-raised .btn-secondary.custom-file-control:disabled:focus::before,
.btn-group-raised .btn.btn-secondary:disabled.focus,
.btn-group-raised .btn-secondary.custom-file-control:disabled.focus::before {
  background-color: #fafafa;
  border-color: #ccc; }

.btn.bmd-btn-fab.btn-secondary.disabled:hover, .bmd-btn-fab.btn-secondary.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-secondary:disabled:hover, .bmd-btn-fab.btn-secondary.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-secondary.disabled:hover, .btn-raised.btn-secondary.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-secondary:disabled:hover, .btn-raised.btn-secondary.custom-file-control:disabled:hover::before,
.btn-group-raised .btn.btn-secondary.disabled:hover,
.btn-group-raised .btn-secondary.disabled.custom-file-control:hover::before,
.btn-group-raised .btn.btn-secondary:disabled:hover,
.btn-group-raised .btn-secondary.custom-file-control:disabled:hover::before {
  background-color: #fafafa;
  border-color: #ccc; }

.btn.bmd-btn-fab.btn-info, .bmd-btn-fab.btn-info.custom-file-control::before, .btn.btn-raised.btn-info, .btn-raised.btn-info.custom-file-control::before,
.btn-group-raised .btn.btn-info,
.btn-group-raised .btn-info.custom-file-control::before {
  color: #fff;
  background-color: #0091ea;
  border-color: #0091ea; }

.btn.bmd-btn-fab.btn-info:hover, .bmd-btn-fab.btn-info.custom-file-control:hover::before, .btn.btn-raised.btn-info:hover, .btn-raised.btn-info.custom-file-control:hover::before,
.btn-group-raised .btn.btn-info:hover,
.btn-group-raised .btn-info.custom-file-control:hover::before {
  color: #fff;
  background-color: #0084d6;
  border-color: #006bad; }

.btn.bmd-btn-fab.btn-info:focus, .bmd-btn-fab.btn-info.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.focus, .bmd-btn-fab.btn-info.focus.custom-file-control::before, .btn.btn-raised.btn-info:focus, .btn-raised.btn-info.custom-file-control:focus::before, .btn.btn-raised.btn-info.focus, .btn-raised.btn-info.focus.custom-file-control::before,
.btn-group-raised .btn.btn-info:focus,
.btn-group-raised .btn-info.custom-file-control:focus::before,
.btn-group-raised .btn.btn-info.focus,
.btn-group-raised .btn-info.focus.custom-file-control::before {
  color: #fff;
  background-color: #0084d6;
  border-color: #006bad; }

.btn.bmd-btn-fab.btn-info:active, .bmd-btn-fab.btn-info.custom-file-control:active::before, .btn.bmd-btn-fab.btn-info.active, .bmd-btn-fab.btn-info.active.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-info.dropdown-toggle,
.open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-info:active, .btn-raised.btn-info.custom-file-control:active::before, .btn.btn-raised.btn-info.active, .btn-raised.btn-info.active.custom-file-control::before,
.open > .btn.btn-raised.btn-info.dropdown-toggle,
.open > .btn-raised.btn-info.dropdown-toggle.custom-file-control::before,
.btn-group-raised .btn.btn-info:active,
.btn-group-raised .btn-info.custom-file-control:active::before,
.btn-group-raised .btn.btn-info.active,
.btn-group-raised .btn-info.active.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-info.dropdown-toggle,
.open >
.btn-group-raised .btn-info.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #0084d6;
  border-color: #006bad; }

.btn.bmd-btn-fab.btn-info:active:hover, .bmd-btn-fab.btn-info.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-info:active:focus, .bmd-btn-fab.btn-info.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-info:active.focus, .bmd-btn-fab.btn-info.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-info.active:hover, .bmd-btn-fab.btn-info.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-info.active:focus, .bmd-btn-fab.btn-info.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.active.focus, .bmd-btn-fab.btn-info.active.focus.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-info.dropdown-toggle:hover,
.open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.bmd-btn-fab.btn-info.dropdown-toggle:focus,
.open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.focus,
.open > .bmd-btn-fab.btn-info.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-info:active:hover, .btn-raised.btn-info.custom-file-control:active:hover::before, .btn.btn-raised.btn-info:active:focus, .btn-raised.btn-info.custom-file-control:active:focus::before, .btn.btn-raised.btn-info:active.focus, .btn-raised.btn-info.custom-file-control:active.focus::before, .btn.btn-raised.btn-info.active:hover, .btn-raised.btn-info.active.custom-file-control:hover::before, .btn.btn-raised.btn-info.active:focus, .btn-raised.btn-info.active.custom-file-control:focus::before, .btn.btn-raised.btn-info.active.focus, .btn-raised.btn-info.active.focus.custom-file-control::before,
.open > .btn.btn-raised.btn-info.dropdown-toggle:hover,
.open > .btn-raised.btn-info.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-raised.btn-info.dropdown-toggle:focus,
.open > .btn-raised.btn-info.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-raised.btn-info.dropdown-toggle.focus,
.open > .btn-raised.btn-info.dropdown-toggle.focus.custom-file-control::before,
.btn-group-raised .btn.btn-info:active:hover,
.btn-group-raised .btn-info.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-info:active:focus,
.btn-group-raised .btn-info.custom-file-control:active:focus::before,
.btn-group-raised .btn.btn-info:active.focus,
.btn-group-raised .btn-info.custom-file-control:active.focus::before,
.btn-group-raised .btn.btn-info.active:hover,
.btn-group-raised .btn-info.active.custom-file-control:hover::before,
.btn-group-raised .btn.btn-info.active:focus,
.btn-group-raised .btn-info.active.custom-file-control:focus::before,
.btn-group-raised .btn.btn-info.active.focus,
.btn-group-raised .btn-info.active.focus.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-info.dropdown-toggle:hover,
.open >
.btn-group-raised .btn-info.dropdown-toggle.custom-file-control:hover::before,
.open >
.btn-group-raised .btn.btn-info.dropdown-toggle:focus,
.open >
.btn-group-raised .btn-info.dropdown-toggle.custom-file-control:focus::before,
.open >
.btn-group-raised .btn.btn-info.dropdown-toggle.focus,
.open >
.btn-group-raised .btn-info.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #0084d6;
  border-color: #00426b; }

.open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open >
.btn-group-raised .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open >
.btn-group-raised .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #0091ea; }

.open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open >
.btn-group-raised .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open >
.btn-group-raised .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #0084d6; }

.btn.bmd-btn-fab.btn-info.disabled:focus, .bmd-btn-fab.btn-info.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.disabled.focus, .bmd-btn-fab.btn-info.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-info:disabled:focus, .bmd-btn-fab.btn-info.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-info:disabled.focus, .bmd-btn-fab.btn-info.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-info.disabled:focus, .btn-raised.btn-info.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-info.disabled.focus, .btn-raised.btn-info.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-info:disabled:focus, .btn-raised.btn-info.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-info:disabled.focus, .btn-raised.btn-info.custom-file-control:disabled.focus::before,
.btn-group-raised .btn.btn-info.disabled:focus,
.btn-group-raised .btn-info.disabled.custom-file-control:focus::before,
.btn-group-raised .btn.btn-info.disabled.focus,
.btn-group-raised .btn-info.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-info:disabled:focus,
.btn-group-raised .btn-info.custom-file-control:disabled:focus::before,
.btn-group-raised .btn.btn-info:disabled.focus,
.btn-group-raised .btn-info.custom-file-control:disabled.focus::before {
  background-color: #0091ea;
  border-color: #0091ea; }

.btn.bmd-btn-fab.btn-info.disabled:hover, .bmd-btn-fab.btn-info.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-info:disabled:hover, .bmd-btn-fab.btn-info.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-info.disabled:hover, .btn-raised.btn-info.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-info:disabled:hover, .btn-raised.btn-info.custom-file-control:disabled:hover::before,
.btn-group-raised .btn.btn-info.disabled:hover,
.btn-group-raised .btn-info.disabled.custom-file-control:hover::before,
.btn-group-raised .btn.btn-info:disabled:hover,
.btn-group-raised .btn-info.custom-file-control:disabled:hover::before {
  background-color: #0091ea;
  border-color: #0091ea; }

.btn.bmd-btn-fab.btn-success, .bmd-btn-fab.btn-success.custom-file-control::before, .btn.btn-raised.btn-success, .btn-raised.btn-success.custom-file-control::before,
.btn-group-raised .btn.btn-success,
.btn-group-raised .btn-success.custom-file-control::before {
  color: #fff;
  background-color: #388e3c;
  border-color: #388e3c; }

.btn.bmd-btn-fab.btn-success:hover, .bmd-btn-fab.btn-success.custom-file-control:hover::before, .btn.btn-raised.btn-success:hover, .btn-raised.btn-success.custom-file-control:hover::before,
.btn-group-raised .btn.btn-success:hover,
.btn-group-raised .btn-success.custom-file-control:hover::before {
  color: #fff;
  background-color: #327f36;
  border-color: #276229; }

.btn.bmd-btn-fab.btn-success:focus, .bmd-btn-fab.btn-success.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.focus, .bmd-btn-fab.btn-success.focus.custom-file-control::before, .btn.btn-raised.btn-success:focus, .btn-raised.btn-success.custom-file-control:focus::before, .btn.btn-raised.btn-success.focus, .btn-raised.btn-success.focus.custom-file-control::before,
.btn-group-raised .btn.btn-success:focus,
.btn-group-raised .btn-success.custom-file-control:focus::before,
.btn-group-raised .btn.btn-success.focus,
.btn-group-raised .btn-success.focus.custom-file-control::before {
  color: #fff;
  background-color: #327f36;
  border-color: #276229; }

.btn.bmd-btn-fab.btn-success:active, .bmd-btn-fab.btn-success.custom-file-control:active::before, .btn.bmd-btn-fab.btn-success.active, .bmd-btn-fab.btn-success.active.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-success.dropdown-toggle,
.open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-success:active, .btn-raised.btn-success.custom-file-control:active::before, .btn.btn-raised.btn-success.active, .btn-raised.btn-success.active.custom-file-control::before,
.open > .btn.btn-raised.btn-success.dropdown-toggle,
.open > .btn-raised.btn-success.dropdown-toggle.custom-file-control::before,
.btn-group-raised .btn.btn-success:active,
.btn-group-raised .btn-success.custom-file-control:active::before,
.btn-group-raised .btn.btn-success.active,
.btn-group-raised .btn-success.active.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-success.dropdown-toggle,
.open >
.btn-group-raised .btn-success.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #327f36;
  border-color: #276229; }

.btn.bmd-btn-fab.btn-success:active:hover, .bmd-btn-fab.btn-success.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-success:active:focus, .bmd-btn-fab.btn-success.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-success:active.focus, .bmd-btn-fab.btn-success.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-success.active:hover, .bmd-btn-fab.btn-success.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-success.active:focus, .bmd-btn-fab.btn-success.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.active.focus, .bmd-btn-fab.btn-success.active.focus.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-success.dropdown-toggle:hover,
.open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.bmd-btn-fab.btn-success.dropdown-toggle:focus,
.open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.focus,
.open > .bmd-btn-fab.btn-success.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-success:active:hover, .btn-raised.btn-success.custom-file-control:active:hover::before, .btn.btn-raised.btn-success:active:focus, .btn-raised.btn-success.custom-file-control:active:focus::before, .btn.btn-raised.btn-success:active.focus, .btn-raised.btn-success.custom-file-control:active.focus::before, .btn.btn-raised.btn-success.active:hover, .btn-raised.btn-success.active.custom-file-control:hover::before, .btn.btn-raised.btn-success.active:focus, .btn-raised.btn-success.active.custom-file-control:focus::before, .btn.btn-raised.btn-success.active.focus, .btn-raised.btn-success.active.focus.custom-file-control::before,
.open > .btn.btn-raised.btn-success.dropdown-toggle:hover,
.open > .btn-raised.btn-success.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-raised.btn-success.dropdown-toggle:focus,
.open > .btn-raised.btn-success.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-raised.btn-success.dropdown-toggle.focus,
.open > .btn-raised.btn-success.dropdown-toggle.focus.custom-file-control::before,
.btn-group-raised .btn.btn-success:active:hover,
.btn-group-raised .btn-success.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-success:active:focus,
.btn-group-raised .btn-success.custom-file-control:active:focus::before,
.btn-group-raised .btn.btn-success:active.focus,
.btn-group-raised .btn-success.custom-file-control:active.focus::before,
.btn-group-raised .btn.btn-success.active:hover,
.btn-group-raised .btn-success.active.custom-file-control:hover::before,
.btn-group-raised .btn.btn-success.active:focus,
.btn-group-raised .btn-success.active.custom-file-control:focus::before,
.btn-group-raised .btn.btn-success.active.focus,
.btn-group-raised .btn-success.active.focus.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-success.dropdown-toggle:hover,
.open >
.btn-group-raised .btn-success.dropdown-toggle.custom-file-control:hover::before,
.open >
.btn-group-raised .btn.btn-success.dropdown-toggle:focus,
.open >
.btn-group-raised .btn-success.dropdown-toggle.custom-file-control:focus::before,
.open >
.btn-group-raised .btn.btn-success.dropdown-toggle.focus,
.open >
.btn-group-raised .btn-success.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #327f36;
  border-color: #143315; }

.open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open >
.btn-group-raised .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open >
.btn-group-raised .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #388e3c; }

.open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open >
.btn-group-raised .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open >
.btn-group-raised .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #327f36; }

.btn.bmd-btn-fab.btn-success.disabled:focus, .bmd-btn-fab.btn-success.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.disabled.focus, .bmd-btn-fab.btn-success.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-success:disabled:focus, .bmd-btn-fab.btn-success.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-success:disabled.focus, .bmd-btn-fab.btn-success.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-success.disabled:focus, .btn-raised.btn-success.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-success.disabled.focus, .btn-raised.btn-success.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-success:disabled:focus, .btn-raised.btn-success.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-success:disabled.focus, .btn-raised.btn-success.custom-file-control:disabled.focus::before,
.btn-group-raised .btn.btn-success.disabled:focus,
.btn-group-raised .btn-success.disabled.custom-file-control:focus::before,
.btn-group-raised .btn.btn-success.disabled.focus,
.btn-group-raised .btn-success.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-success:disabled:focus,
.btn-group-raised .btn-success.custom-file-control:disabled:focus::before,
.btn-group-raised .btn.btn-success:disabled.focus,
.btn-group-raised .btn-success.custom-file-control:disabled.focus::before {
  background-color: #388e3c;
  border-color: #388e3c; }

.btn.bmd-btn-fab.btn-success.disabled:hover, .bmd-btn-fab.btn-success.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-success:disabled:hover, .bmd-btn-fab.btn-success.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-success.disabled:hover, .btn-raised.btn-success.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-success:disabled:hover, .btn-raised.btn-success.custom-file-control:disabled:hover::before,
.btn-group-raised .btn.btn-success.disabled:hover,
.btn-group-raised .btn-success.disabled.custom-file-control:hover::before,
.btn-group-raised .btn.btn-success:disabled:hover,
.btn-group-raised .btn-success.custom-file-control:disabled:hover::before {
  background-color: #388e3c;
  border-color: #388e3c; }

.btn.bmd-btn-fab.btn-warning, .bmd-btn-fab.btn-warning.custom-file-control::before, .btn.btn-raised.btn-warning, .btn-raised.btn-warning.custom-file-control::before,
.btn-group-raised .btn.btn-warning,
.btn-group-raised .btn-warning.custom-file-control::before {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000; }

.btn.bmd-btn-fab.btn-warning:hover, .bmd-btn-fab.btn-warning.custom-file-control:hover::before, .btn.btn-raised.btn-warning:hover, .btn-raised.btn-warning.custom-file-control:hover::before,
.btn-group-raised .btn.btn-warning:hover,
.btn-group-raised .btn-warning.custom-file-control:hover::before {
  color: #fff;
  background-color: #eb9300;
  border-color: #c27a00; }

.btn.bmd-btn-fab.btn-warning:focus, .bmd-btn-fab.btn-warning.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.focus, .bmd-btn-fab.btn-warning.focus.custom-file-control::before, .btn.btn-raised.btn-warning:focus, .btn-raised.btn-warning.custom-file-control:focus::before, .btn.btn-raised.btn-warning.focus, .btn-raised.btn-warning.focus.custom-file-control::before,
.btn-group-raised .btn.btn-warning:focus,
.btn-group-raised .btn-warning.custom-file-control:focus::before,
.btn-group-raised .btn.btn-warning.focus,
.btn-group-raised .btn-warning.focus.custom-file-control::before {
  color: #fff;
  background-color: #eb9300;
  border-color: #c27a00; }

.btn.bmd-btn-fab.btn-warning:active, .bmd-btn-fab.btn-warning.custom-file-control:active::before, .btn.bmd-btn-fab.btn-warning.active, .bmd-btn-fab.btn-warning.active.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle,
.open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-warning:active, .btn-raised.btn-warning.custom-file-control:active::before, .btn.btn-raised.btn-warning.active, .btn-raised.btn-warning.active.custom-file-control::before,
.open > .btn.btn-raised.btn-warning.dropdown-toggle,
.open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control::before,
.btn-group-raised .btn.btn-warning:active,
.btn-group-raised .btn-warning.custom-file-control:active::before,
.btn-group-raised .btn.btn-warning.active,
.btn-group-raised .btn-warning.active.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-warning.dropdown-toggle,
.open >
.btn-group-raised .btn-warning.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #eb9300;
  border-color: #c27a00; }

.btn.bmd-btn-fab.btn-warning:active:hover, .bmd-btn-fab.btn-warning.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-warning:active:focus, .bmd-btn-fab.btn-warning.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-warning:active.focus, .bmd-btn-fab.btn-warning.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-warning.active:hover, .bmd-btn-fab.btn-warning.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-warning.active:focus, .bmd-btn-fab.btn-warning.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.active.focus, .bmd-btn-fab.btn-warning.active.focus.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle:hover,
.open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle:focus,
.open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.focus,
.open > .bmd-btn-fab.btn-warning.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-warning:active:hover, .btn-raised.btn-warning.custom-file-control:active:hover::before, .btn.btn-raised.btn-warning:active:focus, .btn-raised.btn-warning.custom-file-control:active:focus::before, .btn.btn-raised.btn-warning:active.focus, .btn-raised.btn-warning.custom-file-control:active.focus::before, .btn.btn-raised.btn-warning.active:hover, .btn-raised.btn-warning.active.custom-file-control:hover::before, .btn.btn-raised.btn-warning.active:focus, .btn-raised.btn-warning.active.custom-file-control:focus::before, .btn.btn-raised.btn-warning.active.focus, .btn-raised.btn-warning.active.focus.custom-file-control::before,
.open > .btn.btn-raised.btn-warning.dropdown-toggle:hover,
.open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-raised.btn-warning.dropdown-toggle:focus,
.open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-raised.btn-warning.dropdown-toggle.focus,
.open > .btn-raised.btn-warning.dropdown-toggle.focus.custom-file-control::before,
.btn-group-raised .btn.btn-warning:active:hover,
.btn-group-raised .btn-warning.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-warning:active:focus,
.btn-group-raised .btn-warning.custom-file-control:active:focus::before,
.btn-group-raised .btn.btn-warning:active.focus,
.btn-group-raised .btn-warning.custom-file-control:active.focus::before,
.btn-group-raised .btn.btn-warning.active:hover,
.btn-group-raised .btn-warning.active.custom-file-control:hover::before,
.btn-group-raised .btn.btn-warning.active:focus,
.btn-group-raised .btn-warning.active.custom-file-control:focus::before,
.btn-group-raised .btn.btn-warning.active.focus,
.btn-group-raised .btn-warning.active.focus.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-warning.dropdown-toggle:hover,
.open >
.btn-group-raised .btn-warning.dropdown-toggle.custom-file-control:hover::before,
.open >
.btn-group-raised .btn.btn-warning.dropdown-toggle:focus,
.open >
.btn-group-raised .btn-warning.dropdown-toggle.custom-file-control:focus::before,
.open >
.btn-group-raised .btn.btn-warning.dropdown-toggle.focus,
.open >
.btn-group-raised .btn-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #eb9300;
  border-color: #805000; }

.open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open >
.btn-group-raised .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open >
.btn-group-raised .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #ffa000; }

.open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open >
.btn-group-raised .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open >
.btn-group-raised .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #eb9300; }

.btn.bmd-btn-fab.btn-warning.disabled:focus, .bmd-btn-fab.btn-warning.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.disabled.focus, .bmd-btn-fab.btn-warning.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-warning:disabled:focus, .bmd-btn-fab.btn-warning.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-warning:disabled.focus, .bmd-btn-fab.btn-warning.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-warning.disabled:focus, .btn-raised.btn-warning.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-warning.disabled.focus, .btn-raised.btn-warning.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-warning:disabled:focus, .btn-raised.btn-warning.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-warning:disabled.focus, .btn-raised.btn-warning.custom-file-control:disabled.focus::before,
.btn-group-raised .btn.btn-warning.disabled:focus,
.btn-group-raised .btn-warning.disabled.custom-file-control:focus::before,
.btn-group-raised .btn.btn-warning.disabled.focus,
.btn-group-raised .btn-warning.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-warning:disabled:focus,
.btn-group-raised .btn-warning.custom-file-control:disabled:focus::before,
.btn-group-raised .btn.btn-warning:disabled.focus,
.btn-group-raised .btn-warning.custom-file-control:disabled.focus::before {
  background-color: #ffa000;
  border-color: #ffa000; }

.btn.bmd-btn-fab.btn-warning.disabled:hover, .bmd-btn-fab.btn-warning.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-warning:disabled:hover, .bmd-btn-fab.btn-warning.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-warning.disabled:hover, .btn-raised.btn-warning.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-warning:disabled:hover, .btn-raised.btn-warning.custom-file-control:disabled:hover::before,
.btn-group-raised .btn.btn-warning.disabled:hover,
.btn-group-raised .btn-warning.disabled.custom-file-control:hover::before,
.btn-group-raised .btn.btn-warning:disabled:hover,
.btn-group-raised .btn-warning.custom-file-control:disabled:hover::before {
  background-color: #ffa000;
  border-color: #ffa000; }

.btn.bmd-btn-fab.btn-danger, .bmd-btn-fab.btn-danger.custom-file-control::before, .btn.btn-raised.btn-danger, .btn-raised.btn-danger.custom-file-control::before,
.btn-group-raised .btn.btn-danger,
.btn-group-raised .btn-danger.custom-file-control::before {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f; }

.btn.bmd-btn-fab.btn-danger:hover, .bmd-btn-fab.btn-danger.custom-file-control:hover::before, .btn.btn-raised.btn-danger:hover, .btn-raised.btn-danger.custom-file-control:hover::before,
.btn-group-raised .btn.btn-danger:hover,
.btn-group-raised .btn-danger.custom-file-control:hover::before {
  color: #fff;
  background-color: #d74040;
  border-color: #a22222; }

.btn.bmd-btn-fab.btn-danger:focus, .bmd-btn-fab.btn-danger.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.focus, .bmd-btn-fab.btn-danger.focus.custom-file-control::before, .btn.btn-raised.btn-danger:focus, .btn-raised.btn-danger.custom-file-control:focus::before, .btn.btn-raised.btn-danger.focus, .btn-raised.btn-danger.focus.custom-file-control::before,
.btn-group-raised .btn.btn-danger:focus,
.btn-group-raised .btn-danger.custom-file-control:focus::before,
.btn-group-raised .btn.btn-danger.focus,
.btn-group-raised .btn-danger.focus.custom-file-control::before {
  color: #fff;
  background-color: #d74040;
  border-color: #a22222; }

.btn.bmd-btn-fab.btn-danger:active, .bmd-btn-fab.btn-danger.custom-file-control:active::before, .btn.bmd-btn-fab.btn-danger.active, .bmd-btn-fab.btn-danger.active.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle,
.open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-danger:active, .btn-raised.btn-danger.custom-file-control:active::before, .btn.btn-raised.btn-danger.active, .btn-raised.btn-danger.active.custom-file-control::before,
.open > .btn.btn-raised.btn-danger.dropdown-toggle,
.open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control::before,
.btn-group-raised .btn.btn-danger:active,
.btn-group-raised .btn-danger.custom-file-control:active::before,
.btn-group-raised .btn.btn-danger.active,
.btn-group-raised .btn-danger.active.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-danger.dropdown-toggle,
.open >
.btn-group-raised .btn-danger.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #d74040;
  border-color: #a22222; }

.btn.bmd-btn-fab.btn-danger:active:hover, .bmd-btn-fab.btn-danger.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-danger:active:focus, .bmd-btn-fab.btn-danger.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-danger:active.focus, .bmd-btn-fab.btn-danger.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-danger.active:hover, .bmd-btn-fab.btn-danger.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-danger.active:focus, .bmd-btn-fab.btn-danger.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.active.focus, .bmd-btn-fab.btn-danger.active.focus.custom-file-control::before,
.open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle:hover,
.open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle:focus,
.open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.focus,
.open > .bmd-btn-fab.btn-danger.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-danger:active:hover, .btn-raised.btn-danger.custom-file-control:active:hover::before, .btn.btn-raised.btn-danger:active:focus, .btn-raised.btn-danger.custom-file-control:active:focus::before, .btn.btn-raised.btn-danger:active.focus, .btn-raised.btn-danger.custom-file-control:active.focus::before, .btn.btn-raised.btn-danger.active:hover, .btn-raised.btn-danger.active.custom-file-control:hover::before, .btn.btn-raised.btn-danger.active:focus, .btn-raised.btn-danger.active.custom-file-control:focus::before, .btn.btn-raised.btn-danger.active.focus, .btn-raised.btn-danger.active.focus.custom-file-control::before,
.open > .btn.btn-raised.btn-danger.dropdown-toggle:hover,
.open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-raised.btn-danger.dropdown-toggle:focus,
.open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-raised.btn-danger.dropdown-toggle.focus,
.open > .btn-raised.btn-danger.dropdown-toggle.focus.custom-file-control::before,
.btn-group-raised .btn.btn-danger:active:hover,
.btn-group-raised .btn-danger.custom-file-control:active:hover::before,
.btn-group-raised .btn.btn-danger:active:focus,
.btn-group-raised .btn-danger.custom-file-control:active:focus::before,
.btn-group-raised .btn.btn-danger:active.focus,
.btn-group-raised .btn-danger.custom-file-control:active.focus::before,
.btn-group-raised .btn.btn-danger.active:hover,
.btn-group-raised .btn-danger.active.custom-file-control:hover::before,
.btn-group-raised .btn.btn-danger.active:focus,
.btn-group-raised .btn-danger.active.custom-file-control:focus::before,
.btn-group-raised .btn.btn-danger.active.focus,
.btn-group-raised .btn-danger.active.focus.custom-file-control::before,
.open >
.btn-group-raised .btn.btn-danger.dropdown-toggle:hover,
.open >
.btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:hover::before,
.open >
.btn-group-raised .btn.btn-danger.dropdown-toggle:focus,
.open >
.btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:focus::before,
.open >
.btn-group-raised .btn.btn-danger.dropdown-toggle.focus,
.open >
.btn-group-raised .btn-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #d74040;
  border-color: #6c1717; }

.open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open >
.btn-group-raised .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open >
.btn-group-raised .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #d32f2f; }

.open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open >
.btn-group-raised .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open >
.btn-group-raised .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #d74040; }

.btn.bmd-btn-fab.btn-danger.disabled:focus, .bmd-btn-fab.btn-danger.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.disabled.focus, .bmd-btn-fab.btn-danger.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-danger:disabled:focus, .bmd-btn-fab.btn-danger.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-danger:disabled.focus, .bmd-btn-fab.btn-danger.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-danger.disabled:focus, .btn-raised.btn-danger.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-danger.disabled.focus, .btn-raised.btn-danger.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-danger:disabled:focus, .btn-raised.btn-danger.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-danger:disabled.focus, .btn-raised.btn-danger.custom-file-control:disabled.focus::before,
.btn-group-raised .btn.btn-danger.disabled:focus,
.btn-group-raised .btn-danger.disabled.custom-file-control:focus::before,
.btn-group-raised .btn.btn-danger.disabled.focus,
.btn-group-raised .btn-danger.disabled.focus.custom-file-control::before,
.btn-group-raised .btn.btn-danger:disabled:focus,
.btn-group-raised .btn-danger.custom-file-control:disabled:focus::before,
.btn-group-raised .btn.btn-danger:disabled.focus,
.btn-group-raised .btn-danger.custom-file-control:disabled.focus::before {
  background-color: #d32f2f;
  border-color: #d32f2f; }

.btn.bmd-btn-fab.btn-danger.disabled:hover, .bmd-btn-fab.btn-danger.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-danger:disabled:hover, .bmd-btn-fab.btn-danger.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-danger.disabled:hover, .btn-raised.btn-danger.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-danger:disabled:hover, .btn-raised.btn-danger.custom-file-control:disabled:hover::before,
.btn-group-raised .btn.btn-danger.disabled:hover,
.btn-group-raised .btn-danger.disabled.custom-file-control:hover::before,
.btn-group-raised .btn.btn-danger:disabled:hover,
.btn-group-raised .btn-danger.custom-file-control:disabled:hover::before {
  background-color: #d32f2f;
  border-color: #d32f2f; }

.btn.bmd-btn-fab:focus, .bmd-btn-fab.custom-file-control:focus::before, .btn.bmd-btn-fab:hover, .bmd-btn-fab.custom-file-control:hover::before, .btn.btn-raised:focus, .btn-raised.custom-file-control:focus::before, .btn.btn-raised:hover, .btn-raised.custom-file-control:hover::before,
.btn-group-raised .btn:focus,
.btn-group-raised .custom-file-control:focus::before,
.btn-group-raised .btn:hover,
.btn-group-raised .custom-file-control:hover::before {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.btn.bmd-btn-fab.active, .bmd-btn-fab.active.custom-file-control::before, .btn.bmd-btn-fab:active, .bmd-btn-fab.custom-file-control:active::before, .btn.btn-raised.active, .btn-raised.active.custom-file-control::before, .btn.btn-raised:active, .btn-raised.custom-file-control:active::before,
.btn-group-raised .btn.active,
.btn-group-raised .active.custom-file-control::before,
.btn-group-raised .btn:active,
.btn-group-raised .custom-file-control:active::before {
  z-index: 1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36); }

.btn.btn-raised, .btn-raised.custom-file-control::before,
.btn-group-raised .btn,
.btn-group-raised .custom-file-control::before {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.btn.btn-raised.btn-link, .btn-raised.btn-link.custom-file-control::before,
.btn-group-raised .btn.btn-link,
.btn-group-raised .btn-link.custom-file-control::before {
  box-shadow: none; }

.btn.btn-raised.btn-link.active, .btn-raised.btn-link.active.custom-file-control::before,
.btn-group-raised .btn.btn-link.active,
.btn-group-raised .btn-link.active.custom-file-control::before {
  box-shadow: none; }

.btn.btn-raised.btn-link:focus, .btn-raised.btn-link.custom-file-control:focus::before, .btn.btn-raised.btn-link:active, .btn-raised.btn-link.custom-file-control:active::before, .btn.btn-raised.btn-link:hover, .btn-raised.btn-link.custom-file-control:hover::before,
.btn-group-raised .btn.btn-link:focus,
.btn-group-raised .btn-link.custom-file-control:focus::before,
.btn-group-raised .btn.btn-link:active,
.btn-group-raised .btn-link.custom-file-control:active::before,
.btn-group-raised .btn.btn-link:hover,
.btn-group-raised .btn-link.custom-file-control:hover::before {
  box-shadow: none; }

fieldset[disabled][disabled] .btn.btn-raised, fieldset[disabled][disabled] .btn-raised.custom-file-control::before, .btn.btn-raised.disabled, .btn-raised.disabled.custom-file-control::before, .btn.btn-raised:disabled, .btn-raised.custom-file-control:disabled::before, .btn.btn-raised[disabled], .btn-raised[disabled].custom-file-control::before, fieldset[disabled][disabled]
.btn-group-raised .btn, fieldset[disabled][disabled]
.btn-group-raised .custom-file-control::before,
.btn-group-raised .btn.disabled,
.btn-group-raised .disabled.custom-file-control::before,
.btn-group-raised .btn:disabled,
.btn-group-raised .custom-file-control:disabled::before,
.btn-group-raised .btn[disabled],
.btn-group-raised [disabled].custom-file-control::before {
  box-shadow: none; }

.btn.btn-outline, .btn-outline.custom-file-control::before, .btn.btn-outline-primary, .btn-outline-primary.custom-file-control::before, .btn.btn-outline-secondary, .btn-outline-secondary.custom-file-control::before, .btn.btn-outline-info, .btn-outline-info.custom-file-control::before, .btn.btn-outline-success, .btn-outline-success.custom-file-control::before, .btn.btn-outline-warning, .btn-outline-warning.custom-file-control::before, .btn.btn-outline-danger, .btn-outline-danger.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px; }

.btn.btn-outline, .btn-outline.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline:hover, .btn-outline.custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline:focus, .btn-outline.custom-file-control:focus::before, .btn.btn-outline.focus, .btn-outline.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline:active, .btn-outline.custom-file-control:active::before, .btn.btn-outline.active, .btn-outline.active.custom-file-control::before,
.open > .btn.btn-outline.dropdown-toggle,
.open > .btn-outline.dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline:active:hover, .btn-outline.custom-file-control:active:hover::before, .btn.btn-outline:active:focus, .btn-outline.custom-file-control:active:focus::before, .btn.btn-outline:active.focus, .btn-outline.custom-file-control:active.focus::before, .btn.btn-outline.active:hover, .btn-outline.active.custom-file-control:hover::before, .btn.btn-outline.active:focus, .btn-outline.active.custom-file-control:focus::before, .btn.btn-outline.active.focus, .btn-outline.active.focus.custom-file-control::before,
.open > .btn.btn-outline.dropdown-toggle:hover,
.open > .btn-outline.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-outline.dropdown-toggle:focus,
.open > .btn-outline.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-outline.dropdown-toggle.focus,
.open > .btn-outline.dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(0, 0, 0, 0.87); }

.open > .btn.btn-outline.dropdown-toggle.bmd-btn-icon, .open > .btn-outline.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-outline.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-outline.disabled:focus, .btn-outline.disabled.custom-file-control:focus::before, .btn.btn-outline.disabled.focus, .btn-outline.disabled.focus.custom-file-control::before, .btn.btn-outline:disabled:focus, .btn-outline.custom-file-control:disabled:focus::before, .btn.btn-outline:disabled.focus, .btn-outline.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline.disabled:hover, .btn-outline.disabled.custom-file-control:hover::before, .btn.btn-outline:disabled:hover, .btn-outline.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.bg-inverse .btn.btn-outline, .bg-inverse .btn-outline.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.bg-inverse .btn.btn-outline:hover, .bg-inverse .btn-outline.custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline:focus, .bg-inverse .btn-outline.custom-file-control:focus::before, .bg-inverse .btn.btn-outline.focus, .bg-inverse .btn-outline.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline:active, .bg-inverse .btn-outline.custom-file-control:active::before, .bg-inverse .btn.btn-outline.active, .bg-inverse .btn-outline.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline.dropdown-toggle,
.open > .bg-inverse .btn-outline.dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline:active:hover, .bg-inverse .btn-outline.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline:active:focus, .bg-inverse .btn-outline.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline:active.focus, .bg-inverse .btn-outline.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline.active:hover, .bg-inverse .btn-outline.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline.active:focus, .bg-inverse .btn-outline.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline.active.focus, .bg-inverse .btn-outline.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline.dropdown-toggle:hover,
.open > .bg-inverse .btn-outline.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-outline.dropdown-toggle:focus,
.open > .bg-inverse .btn-outline.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-outline.dropdown-toggle.focus,
.open > .bg-inverse .btn-outline.dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-outline.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-outline.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline.disabled:focus, .bg-inverse .btn-outline.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline.disabled.focus, .bg-inverse .btn-outline.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline:disabled:focus, .bg-inverse .btn-outline.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline:disabled.focus, .bg-inverse .btn-outline.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.bg-inverse .btn.btn-outline.disabled:hover, .bg-inverse .btn-outline.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline:disabled:hover, .bg-inverse .btn-outline.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline.btn-link, .btn-outline.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-outline-primary, .btn-outline-primary.custom-file-control::before {
  color: #0d47a1;
  background-color: inherit;
  border-color: #0d47a1; }

.btn.btn-outline-primary:hover, .btn-outline-primary.custom-file-control:hover::before {
  color: #0d47a1;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #0d47a1; }

.btn.btn-outline-primary:focus, .btn-outline-primary.custom-file-control:focus::before, .btn.btn-outline-primary.focus, .btn-outline-primary.focus.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #0d47a1; }

.btn.btn-outline-primary:active, .btn-outline-primary.custom-file-control:active::before, .btn.btn-outline-primary.active, .btn-outline-primary.active.custom-file-control::before,
.open > .btn.btn-outline-primary.dropdown-toggle,
.open > .btn-outline-primary.dropdown-toggle.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #0d47a1; }

.btn.btn-outline-primary:active:hover, .btn-outline-primary.custom-file-control:active:hover::before, .btn.btn-outline-primary:active:focus, .btn-outline-primary.custom-file-control:active:focus::before, .btn.btn-outline-primary:active.focus, .btn-outline-primary.custom-file-control:active.focus::before, .btn.btn-outline-primary.active:hover, .btn-outline-primary.active.custom-file-control:hover::before, .btn.btn-outline-primary.active:focus, .btn-outline-primary.active.custom-file-control:focus::before, .btn.btn-outline-primary.active.focus, .btn-outline-primary.active.focus.custom-file-control::before,
.open > .btn.btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-outline-primary.dropdown-toggle.focus,
.open > .btn-outline-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #0d47a1; }

.open > .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.custom-file-control:focus::before, .btn.btn-outline-primary.disabled.focus, .btn-outline-primary.disabled.focus.custom-file-control::before, .btn.btn-outline-primary:disabled:focus, .btn-outline-primary.custom-file-control:disabled:focus::before, .btn.btn-outline-primary:disabled.focus, .btn-outline-primary.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #0d47a1; }

.btn.btn-outline-primary.disabled:hover, .btn-outline-primary.disabled.custom-file-control:hover::before, .btn.btn-outline-primary:disabled:hover, .btn-outline-primary.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #0d47a1; }

.bg-inverse .btn.btn-outline-primary, .bg-inverse .btn-outline-primary.custom-file-control::before {
  color: #0d47a1;
  background-color: inherit;
  border-color: #0d47a1; }

.bg-inverse .btn.btn-outline-primary:hover, .bg-inverse .btn-outline-primary.custom-file-control:hover::before {
  color: #0d47a1;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-primary:focus, .bg-inverse .btn-outline-primary.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.focus, .bg-inverse .btn-outline-primary.focus.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-primary:active, .bg-inverse .btn-outline-primary.custom-file-control:active::before, .bg-inverse .btn.btn-outline-primary.active, .bg-inverse .btn-outline-primary.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle,
.open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-primary:active:hover, .bg-inverse .btn-outline-primary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-primary:active:focus, .bg-inverse .btn-outline-primary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-primary:active.focus, .bg-inverse .btn-outline-primary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-primary.active:hover, .bg-inverse .btn-outline-primary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-primary.active:focus, .bg-inverse .btn-outline-primary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.active.focus, .bg-inverse .btn-outline-primary.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:hover,
.open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:focus,
.open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.focus,
.open > .bg-inverse .btn-outline-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #0d47a1;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-primary.disabled:focus, .bg-inverse .btn-outline-primary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.disabled.focus, .bg-inverse .btn-outline-primary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-primary:disabled:focus, .bg-inverse .btn-outline-primary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-primary:disabled.focus, .bg-inverse .btn-outline-primary.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #0d47a1; }

.bg-inverse .btn.btn-outline-primary.disabled:hover, .bg-inverse .btn-outline-primary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-primary:disabled:hover, .bg-inverse .btn-outline-primary.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #0d47a1; }

.btn.btn-outline-primary.btn-link, .btn-outline-primary.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-outline-secondary, .btn-outline-secondary.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline-secondary:hover, .btn-outline-secondary.custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline-secondary:focus, .btn-outline-secondary.custom-file-control:focus::before, .btn.btn-outline-secondary.focus, .btn-outline-secondary.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline-secondary:active, .btn-outline-secondary.custom-file-control:active::before, .btn.btn-outline-secondary.active, .btn-outline-secondary.active.custom-file-control::before,
.open > .btn.btn-outline-secondary.dropdown-toggle,
.open > .btn-outline-secondary.dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline-secondary:active:hover, .btn-outline-secondary.custom-file-control:active:hover::before, .btn.btn-outline-secondary:active:focus, .btn-outline-secondary.custom-file-control:active:focus::before, .btn.btn-outline-secondary:active.focus, .btn-outline-secondary.custom-file-control:active.focus::before, .btn.btn-outline-secondary.active:hover, .btn-outline-secondary.active.custom-file-control:hover::before, .btn.btn-outline-secondary.active:focus, .btn-outline-secondary.active.custom-file-control:focus::before, .btn.btn-outline-secondary.active.focus, .btn-outline-secondary.active.focus.custom-file-control::before,
.open > .btn.btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-outline-secondary.dropdown-toggle.focus,
.open > .btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(0, 0, 0, 0.87); }

.open > .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.custom-file-control:focus::before, .btn.btn-outline-secondary.disabled.focus, .btn-outline-secondary.disabled.focus.custom-file-control::before, .btn.btn-outline-secondary:disabled:focus, .btn-outline-secondary.custom-file-control:disabled:focus::before, .btn.btn-outline-secondary:disabled.focus, .btn-outline-secondary.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled.custom-file-control:hover::before, .btn.btn-outline-secondary:disabled:hover, .btn-outline-secondary.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.bg-inverse .btn.btn-outline-secondary, .bg-inverse .btn-outline-secondary.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.bg-inverse .btn.btn-outline-secondary:hover, .bg-inverse .btn-outline-secondary.custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-secondary:focus, .bg-inverse .btn-outline-secondary.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.focus, .bg-inverse .btn-outline-secondary.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-secondary:active, .bg-inverse .btn-outline-secondary.custom-file-control:active::before, .bg-inverse .btn.btn-outline-secondary.active, .bg-inverse .btn-outline-secondary.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle,
.open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-secondary:active:hover, .bg-inverse .btn-outline-secondary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-secondary:active:focus, .bg-inverse .btn-outline-secondary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-secondary:active.focus, .bg-inverse .btn-outline-secondary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-secondary.active:hover, .bg-inverse .btn-outline-secondary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-secondary.active:focus, .bg-inverse .btn-outline-secondary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.active.focus, .bg-inverse .btn-outline-secondary.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:hover,
.open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:focus,
.open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.focus,
.open > .bg-inverse .btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-secondary.disabled:focus, .bg-inverse .btn-outline-secondary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.disabled.focus, .bg-inverse .btn-outline-secondary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-secondary:disabled:focus, .bg-inverse .btn-outline-secondary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-secondary:disabled.focus, .bg-inverse .btn-outline-secondary.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.bg-inverse .btn.btn-outline-secondary.disabled:hover, .bg-inverse .btn-outline-secondary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-secondary:disabled:hover, .bg-inverse .btn-outline-secondary.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.87); }

.btn.btn-outline-secondary.btn-link, .btn-outline-secondary.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-outline-info, .btn-outline-info.custom-file-control::before {
  color: #0091ea;
  background-color: inherit;
  border-color: #0091ea; }

.btn.btn-outline-info:hover, .btn-outline-info.custom-file-control:hover::before {
  color: #0091ea;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #0091ea; }

.btn.btn-outline-info:focus, .btn-outline-info.custom-file-control:focus::before, .btn.btn-outline-info.focus, .btn-outline-info.focus.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #0091ea; }

.btn.btn-outline-info:active, .btn-outline-info.custom-file-control:active::before, .btn.btn-outline-info.active, .btn-outline-info.active.custom-file-control::before,
.open > .btn.btn-outline-info.dropdown-toggle,
.open > .btn-outline-info.dropdown-toggle.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #0091ea; }

.btn.btn-outline-info:active:hover, .btn-outline-info.custom-file-control:active:hover::before, .btn.btn-outline-info:active:focus, .btn-outline-info.custom-file-control:active:focus::before, .btn.btn-outline-info:active.focus, .btn-outline-info.custom-file-control:active.focus::before, .btn.btn-outline-info.active:hover, .btn-outline-info.active.custom-file-control:hover::before, .btn.btn-outline-info.active:focus, .btn-outline-info.active.custom-file-control:focus::before, .btn.btn-outline-info.active.focus, .btn-outline-info.active.focus.custom-file-control::before,
.open > .btn.btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-outline-info.dropdown-toggle.focus,
.open > .btn-outline-info.dropdown-toggle.focus.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #0091ea; }

.open > .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-outline-info.disabled:focus, .btn-outline-info.disabled.custom-file-control:focus::before, .btn.btn-outline-info.disabled.focus, .btn-outline-info.disabled.focus.custom-file-control::before, .btn.btn-outline-info:disabled:focus, .btn-outline-info.custom-file-control:disabled:focus::before, .btn.btn-outline-info:disabled.focus, .btn-outline-info.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #0091ea; }

.btn.btn-outline-info.disabled:hover, .btn-outline-info.disabled.custom-file-control:hover::before, .btn.btn-outline-info:disabled:hover, .btn-outline-info.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #0091ea; }

.bg-inverse .btn.btn-outline-info, .bg-inverse .btn-outline-info.custom-file-control::before {
  color: #0091ea;
  background-color: inherit;
  border-color: #0091ea; }

.bg-inverse .btn.btn-outline-info:hover, .bg-inverse .btn-outline-info.custom-file-control:hover::before {
  color: #0091ea;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-info:focus, .bg-inverse .btn-outline-info.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.focus, .bg-inverse .btn-outline-info.focus.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-info:active, .bg-inverse .btn-outline-info.custom-file-control:active::before, .bg-inverse .btn.btn-outline-info.active, .bg-inverse .btn-outline-info.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle,
.open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-info:active:hover, .bg-inverse .btn-outline-info.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-info:active:focus, .bg-inverse .btn-outline-info.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-info:active.focus, .bg-inverse .btn-outline-info.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-info.active:hover, .bg-inverse .btn-outline-info.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-info.active:focus, .bg-inverse .btn-outline-info.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.active.focus, .bg-inverse .btn-outline-info.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle:hover,
.open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle:focus,
.open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.focus,
.open > .bg-inverse .btn-outline-info.dropdown-toggle.focus.custom-file-control::before {
  color: #0091ea;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-info.disabled:focus, .bg-inverse .btn-outline-info.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.disabled.focus, .bg-inverse .btn-outline-info.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-info:disabled:focus, .bg-inverse .btn-outline-info.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-info:disabled.focus, .bg-inverse .btn-outline-info.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #0091ea; }

.bg-inverse .btn.btn-outline-info.disabled:hover, .bg-inverse .btn-outline-info.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-info:disabled:hover, .bg-inverse .btn-outline-info.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #0091ea; }

.btn.btn-outline-info.btn-link, .btn-outline-info.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-outline-success, .btn-outline-success.custom-file-control::before {
  color: #388e3c;
  background-color: inherit;
  border-color: #388e3c; }

.btn.btn-outline-success:hover, .btn-outline-success.custom-file-control:hover::before {
  color: #388e3c;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #388e3c; }

.btn.btn-outline-success:focus, .btn-outline-success.custom-file-control:focus::before, .btn.btn-outline-success.focus, .btn-outline-success.focus.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #388e3c; }

.btn.btn-outline-success:active, .btn-outline-success.custom-file-control:active::before, .btn.btn-outline-success.active, .btn-outline-success.active.custom-file-control::before,
.open > .btn.btn-outline-success.dropdown-toggle,
.open > .btn-outline-success.dropdown-toggle.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #388e3c; }

.btn.btn-outline-success:active:hover, .btn-outline-success.custom-file-control:active:hover::before, .btn.btn-outline-success:active:focus, .btn-outline-success.custom-file-control:active:focus::before, .btn.btn-outline-success:active.focus, .btn-outline-success.custom-file-control:active.focus::before, .btn.btn-outline-success.active:hover, .btn-outline-success.active.custom-file-control:hover::before, .btn.btn-outline-success.active:focus, .btn-outline-success.active.custom-file-control:focus::before, .btn.btn-outline-success.active.focus, .btn-outline-success.active.focus.custom-file-control::before,
.open > .btn.btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-outline-success.dropdown-toggle.focus,
.open > .btn-outline-success.dropdown-toggle.focus.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #388e3c; }

.open > .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-outline-success.disabled:focus, .btn-outline-success.disabled.custom-file-control:focus::before, .btn.btn-outline-success.disabled.focus, .btn-outline-success.disabled.focus.custom-file-control::before, .btn.btn-outline-success:disabled:focus, .btn-outline-success.custom-file-control:disabled:focus::before, .btn.btn-outline-success:disabled.focus, .btn-outline-success.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #388e3c; }

.btn.btn-outline-success.disabled:hover, .btn-outline-success.disabled.custom-file-control:hover::before, .btn.btn-outline-success:disabled:hover, .btn-outline-success.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #388e3c; }

.bg-inverse .btn.btn-outline-success, .bg-inverse .btn-outline-success.custom-file-control::before {
  color: #388e3c;
  background-color: inherit;
  border-color: #388e3c; }

.bg-inverse .btn.btn-outline-success:hover, .bg-inverse .btn-outline-success.custom-file-control:hover::before {
  color: #388e3c;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-success:focus, .bg-inverse .btn-outline-success.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.focus, .bg-inverse .btn-outline-success.focus.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-success:active, .bg-inverse .btn-outline-success.custom-file-control:active::before, .bg-inverse .btn.btn-outline-success.active, .bg-inverse .btn-outline-success.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle,
.open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-success:active:hover, .bg-inverse .btn-outline-success.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-success:active:focus, .bg-inverse .btn-outline-success.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-success:active.focus, .bg-inverse .btn-outline-success.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-success.active:hover, .bg-inverse .btn-outline-success.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-success.active:focus, .bg-inverse .btn-outline-success.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.active.focus, .bg-inverse .btn-outline-success.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle:hover,
.open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle:focus,
.open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.focus,
.open > .bg-inverse .btn-outline-success.dropdown-toggle.focus.custom-file-control::before {
  color: #388e3c;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-success.disabled:focus, .bg-inverse .btn-outline-success.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.disabled.focus, .bg-inverse .btn-outline-success.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-success:disabled:focus, .bg-inverse .btn-outline-success.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-success:disabled.focus, .bg-inverse .btn-outline-success.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #388e3c; }

.bg-inverse .btn.btn-outline-success.disabled:hover, .bg-inverse .btn-outline-success.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-success:disabled:hover, .bg-inverse .btn-outline-success.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #388e3c; }

.btn.btn-outline-success.btn-link, .btn-outline-success.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-outline-warning, .btn-outline-warning.custom-file-control::before {
  color: #ffa000;
  background-color: inherit;
  border-color: #ffa000; }

.btn.btn-outline-warning:hover, .btn-outline-warning.custom-file-control:hover::before {
  color: #ffa000;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ffa000; }

.btn.btn-outline-warning:focus, .btn-outline-warning.custom-file-control:focus::before, .btn.btn-outline-warning.focus, .btn-outline-warning.focus.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ffa000; }

.btn.btn-outline-warning:active, .btn-outline-warning.custom-file-control:active::before, .btn.btn-outline-warning.active, .btn-outline-warning.active.custom-file-control::before,
.open > .btn.btn-outline-warning.dropdown-toggle,
.open > .btn-outline-warning.dropdown-toggle.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ffa000; }

.btn.btn-outline-warning:active:hover, .btn-outline-warning.custom-file-control:active:hover::before, .btn.btn-outline-warning:active:focus, .btn-outline-warning.custom-file-control:active:focus::before, .btn.btn-outline-warning:active.focus, .btn-outline-warning.custom-file-control:active.focus::before, .btn.btn-outline-warning.active:hover, .btn-outline-warning.active.custom-file-control:hover::before, .btn.btn-outline-warning.active:focus, .btn-outline-warning.active.custom-file-control:focus::before, .btn.btn-outline-warning.active.focus, .btn-outline-warning.active.focus.custom-file-control::before,
.open > .btn.btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-outline-warning.dropdown-toggle.focus,
.open > .btn-outline-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #ffa000; }

.open > .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.custom-file-control:focus::before, .btn.btn-outline-warning.disabled.focus, .btn-outline-warning.disabled.focus.custom-file-control::before, .btn.btn-outline-warning:disabled:focus, .btn-outline-warning.custom-file-control:disabled:focus::before, .btn.btn-outline-warning:disabled.focus, .btn-outline-warning.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ffa000; }

.btn.btn-outline-warning.disabled:hover, .btn-outline-warning.disabled.custom-file-control:hover::before, .btn.btn-outline-warning:disabled:hover, .btn-outline-warning.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ffa000; }

.bg-inverse .btn.btn-outline-warning, .bg-inverse .btn-outline-warning.custom-file-control::before {
  color: #ffa000;
  background-color: inherit;
  border-color: #ffa000; }

.bg-inverse .btn.btn-outline-warning:hover, .bg-inverse .btn-outline-warning.custom-file-control:hover::before {
  color: #ffa000;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-warning:focus, .bg-inverse .btn-outline-warning.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.focus, .bg-inverse .btn-outline-warning.focus.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-warning:active, .bg-inverse .btn-outline-warning.custom-file-control:active::before, .bg-inverse .btn.btn-outline-warning.active, .bg-inverse .btn-outline-warning.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle,
.open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-warning:active:hover, .bg-inverse .btn-outline-warning.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-warning:active:focus, .bg-inverse .btn-outline-warning.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-warning:active.focus, .bg-inverse .btn-outline-warning.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-warning.active:hover, .bg-inverse .btn-outline-warning.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-warning.active:focus, .bg-inverse .btn-outline-warning.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.active.focus, .bg-inverse .btn-outline-warning.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:hover,
.open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:focus,
.open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.focus,
.open > .bg-inverse .btn-outline-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffa000;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-warning.disabled:focus, .bg-inverse .btn-outline-warning.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.disabled.focus, .bg-inverse .btn-outline-warning.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-warning:disabled:focus, .bg-inverse .btn-outline-warning.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-warning:disabled.focus, .bg-inverse .btn-outline-warning.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #ffa000; }

.bg-inverse .btn.btn-outline-warning.disabled:hover, .bg-inverse .btn-outline-warning.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-warning:disabled:hover, .bg-inverse .btn-outline-warning.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #ffa000; }

.btn.btn-outline-warning.btn-link, .btn-outline-warning.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.btn-outline-danger, .btn-outline-danger.custom-file-control::before {
  color: #d32f2f;
  background-color: inherit;
  border-color: #d32f2f; }

.btn.btn-outline-danger:hover, .btn-outline-danger.custom-file-control:hover::before {
  color: #d32f2f;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #d32f2f; }

.btn.btn-outline-danger:focus, .btn-outline-danger.custom-file-control:focus::before, .btn.btn-outline-danger.focus, .btn-outline-danger.focus.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #d32f2f; }

.btn.btn-outline-danger:active, .btn-outline-danger.custom-file-control:active::before, .btn.btn-outline-danger.active, .btn-outline-danger.active.custom-file-control::before,
.open > .btn.btn-outline-danger.dropdown-toggle,
.open > .btn-outline-danger.dropdown-toggle.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #d32f2f; }

.btn.btn-outline-danger:active:hover, .btn-outline-danger.custom-file-control:active:hover::before, .btn.btn-outline-danger:active:focus, .btn-outline-danger.custom-file-control:active:focus::before, .btn.btn-outline-danger:active.focus, .btn-outline-danger.custom-file-control:active.focus::before, .btn.btn-outline-danger.active:hover, .btn-outline-danger.active.custom-file-control:hover::before, .btn.btn-outline-danger.active:focus, .btn-outline-danger.active.custom-file-control:focus::before, .btn.btn-outline-danger.active.focus, .btn-outline-danger.active.focus.custom-file-control::before,
.open > .btn.btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle.custom-file-control:hover::before,
.open > .btn.btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.custom-file-control:focus::before,
.open > .btn.btn-outline-danger.dropdown-toggle.focus,
.open > .btn-outline-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #d32f2f; }

.open > .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2); }

.btn.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.custom-file-control:focus::before, .btn.btn-outline-danger.disabled.focus, .btn-outline-danger.disabled.focus.custom-file-control::before, .btn.btn-outline-danger:disabled:focus, .btn-outline-danger.custom-file-control:disabled:focus::before, .btn.btn-outline-danger:disabled.focus, .btn-outline-danger.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #d32f2f; }

.btn.btn-outline-danger.disabled:hover, .btn-outline-danger.disabled.custom-file-control:hover::before, .btn.btn-outline-danger:disabled:hover, .btn-outline-danger.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #d32f2f; }

.bg-inverse .btn.btn-outline-danger, .bg-inverse .btn-outline-danger.custom-file-control::before {
  color: #d32f2f;
  background-color: inherit;
  border-color: #d32f2f; }

.bg-inverse .btn.btn-outline-danger:hover, .bg-inverse .btn-outline-danger.custom-file-control:hover::before {
  color: #d32f2f;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-danger:focus, .bg-inverse .btn-outline-danger.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.focus, .bg-inverse .btn-outline-danger.focus.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-danger:active, .bg-inverse .btn-outline-danger.custom-file-control:active::before, .bg-inverse .btn.btn-outline-danger.active, .bg-inverse .btn-outline-danger.active.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle,
.open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-danger:active:hover, .bg-inverse .btn-outline-danger.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-danger:active:focus, .bg-inverse .btn-outline-danger.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-danger:active.focus, .bg-inverse .btn-outline-danger.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-danger.active:hover, .bg-inverse .btn-outline-danger.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-danger.active:focus, .bg-inverse .btn-outline-danger.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.active.focus, .bg-inverse .btn-outline-danger.active.focus.custom-file-control::before,
.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:hover,
.open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control:hover::before,
.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:focus,
.open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control:focus::before,
.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.focus,
.open > .bg-inverse .btn-outline-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #d32f2f;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25); }

.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: inherit; }

.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15); }

.bg-inverse .btn.btn-outline-danger.disabled:focus, .bg-inverse .btn-outline-danger.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.disabled.focus, .bg-inverse .btn-outline-danger.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-danger:disabled:focus, .bg-inverse .btn-outline-danger.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-danger:disabled.focus, .bg-inverse .btn-outline-danger.custom-file-control:disabled.focus::before {
  background-color: inherit;
  border-color: #d32f2f; }

.bg-inverse .btn.btn-outline-danger.disabled:hover, .bg-inverse .btn-outline-danger.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-danger:disabled:hover, .bg-inverse .btn-outline-danger.custom-file-control:disabled:hover::before {
  background-color: inherit;
  border-color: #d32f2f; }

.btn.btn-outline-danger.btn-link, .btn-outline-danger.btn-link.custom-file-control::before {
  background-color: transparent; }

.btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before, .btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before {
  overflow: hidden;
  font-size: 1.5rem;
  line-height: normal; }

.btn-group-lg .btn.bmd-btn-fab, .btn-group-lg .bmd-btn-fab.custom-file-control::before,
.btn-group-sm .btn.bmd-btn-fab,
.btn-group-sm .bmd-btn-fab.custom-file-control::before, .btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before, .btn-group-lg .btn.bmd-btn-icon, .btn-group-lg .bmd-btn-icon.custom-file-control::before,
.btn-group-sm .btn.bmd-btn-icon,
.btn-group-sm .bmd-btn-icon.custom-file-control::before, .btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before {
  padding: 0;
  border-radius: 50%; }

.btn.bmd-btn-fab .material-icons, .bmd-btn-fab.custom-file-control::before .material-icons, .btn.bmd-btn-icon .material-icons, .bmd-btn-icon.custom-file-control::before .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  line-height: 1.5rem;
  -webkit-transform: translate(-0.75rem, -0.75rem);
  transform: translate(-0.75rem, -0.75rem); }

.btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.26); }

.btn.bmd-btn-fab .ripple-container, .bmd-btn-fab.custom-file-control::before .ripple-container {
  border-radius: 50%; }

.btn.bmd-btn-fab.bmd-btn-fab-sm, .bmd-btn-fab.bmd-btn-fab-sm.custom-file-control::before,
.btn-group-sm .btn.bmd-btn-fab,
.btn-group-sm .bmd-btn-fab.custom-file-control::before {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem; }

.btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin: 0;
  color: inherit; }

.btn.bmd-btn-icon.bmd-btn-icon-sm, .bmd-btn-icon.bmd-btn-icon-sm.custom-file-control::before,
.btn-group-sm .btn.bmd-btn-icon,
.btn-group-sm .bmd-btn-icon.custom-file-control::before {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  font-size: 1.125rem; }

.btn.bmd-btn-icon.bmd-btn-icon-sm .material-icons, .bmd-btn-icon.bmd-btn-icon-sm.custom-file-control::before .material-icons,
.btn-group-sm .btn.bmd-btn-icon .material-icons,
.btn-group-sm .bmd-btn-icon.custom-file-control::before .material-icons {
  width: 1.125rem;
  font-size: 1.125rem;
  line-height: 1;
  -webkit-transform: translate(-0.5625rem, -0.5625rem);
  transform: translate(-0.5625rem, -0.5625rem); }

.btn .material-icons, .custom-file-control::before .material-icons {
  position: relative;
  top: .25em;
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 1.5em; }

.btn.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .custom-file-control::before, .btn-lg.custom-file-control::before,
.btn-group-lg .btn,
.btn-group-lg .custom-file-control::before {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .custom-file-control::before, .btn-sm.custom-file-control::before,
.btn-group-sm .btn,
.btn-group-sm .custom-file-control::before {
  padding: 0.40625rem 0.5rem;
  font-size: 0.8125rem;
  border-radius: 0.0625rem;
  font-size: 0.8125rem; }

fieldset[disabled][disabled] .btn, fieldset[disabled][disabled] .custom-file-control::before, .btn.disabled, .disabled.custom-file-control::before, .btn:disabled, .custom-file-control:disabled::before, .btn[disabled], [disabled].custom-file-control::before, fieldset[disabled][disabled]
.input-group-btn .btn, fieldset[disabled][disabled]
.input-group-btn .custom-file-control::before,
.input-group-btn .btn.disabled,
.input-group-btn .disabled.custom-file-control::before,
.input-group-btn .btn:disabled,
.input-group-btn .custom-file-control:disabled::before,
.input-group-btn .btn[disabled],
.input-group-btn [disabled].custom-file-control::before, fieldset[disabled][disabled]
.btn-group,
.btn-group.disabled,
.btn-group:disabled,
.btn-group[disabled], fieldset[disabled][disabled]
.btn-group-vertical,
.btn-group-vertical.disabled,
.btn-group-vertical:disabled,
.btn-group-vertical[disabled] {
  color: rgba(0, 0, 0, 0.26); }

.bg-inverse fieldset[disabled][disabled] .btn, .bg-inverse fieldset[disabled][disabled] .custom-file-control::before, .bg-inverse .btn.disabled, .bg-inverse .disabled.custom-file-control::before, .bg-inverse .btn:disabled, .bg-inverse .custom-file-control:disabled::before, .bg-inverse .btn[disabled], .bg-inverse [disabled].custom-file-control::before, .bg-inverse fieldset[disabled][disabled]
.input-group-btn .btn, .bg-inverse fieldset[disabled][disabled]
.input-group-btn .custom-file-control::before, .bg-inverse
.input-group-btn .btn.disabled, .bg-inverse
.input-group-btn .disabled.custom-file-control::before, .bg-inverse
.input-group-btn .btn:disabled, .bg-inverse
.input-group-btn .custom-file-control:disabled::before, .bg-inverse
.input-group-btn .btn[disabled], .bg-inverse
.input-group-btn [disabled].custom-file-control::before, .bg-inverse fieldset[disabled][disabled]
.btn-group, .bg-inverse
.btn-group.disabled, .bg-inverse
.btn-group:disabled, .bg-inverse
.btn-group[disabled], .bg-inverse fieldset[disabled][disabled]
.btn-group-vertical, .bg-inverse
.btn-group-vertical.disabled, .bg-inverse
.btn-group-vertical:disabled, .bg-inverse
.btn-group-vertical[disabled] {
  color: rgba(255, 255, 255, 0.3); }

fieldset[disabled][disabled] .btn, fieldset[disabled][disabled] .custom-file-control::before, fieldset[disabled][disabled] .btn:hover, fieldset[disabled][disabled] .custom-file-control:hover::before, fieldset[disabled][disabled] .btn:focus, fieldset[disabled][disabled] .custom-file-control:focus::before, .btn.disabled, .disabled.custom-file-control::before, .btn.disabled:hover, .disabled.custom-file-control:hover::before, .btn.disabled:focus, .disabled.custom-file-control:focus::before, .btn:disabled, .custom-file-control:disabled::before, .btn:disabled:hover, .custom-file-control:disabled:hover::before, .btn:disabled:focus, .custom-file-control:disabled:focus::before, .btn[disabled], [disabled].custom-file-control::before, .btn[disabled]:hover, [disabled].custom-file-control:hover::before, .btn[disabled]:focus, [disabled].custom-file-control:focus::before, fieldset[disabled][disabled]
.input-group-btn .btn, fieldset[disabled][disabled]
.input-group-btn .custom-file-control::before, fieldset[disabled][disabled]
.input-group-btn .btn:hover, fieldset[disabled][disabled]
.input-group-btn .custom-file-control:hover::before, fieldset[disabled][disabled]
.input-group-btn .btn:focus, fieldset[disabled][disabled]
.input-group-btn .custom-file-control:focus::before,
.input-group-btn .btn.disabled,
.input-group-btn .disabled.custom-file-control::before,
.input-group-btn .btn.disabled:hover,
.input-group-btn .disabled.custom-file-control:hover::before,
.input-group-btn .btn.disabled:focus,
.input-group-btn .disabled.custom-file-control:focus::before,
.input-group-btn .btn:disabled,
.input-group-btn .custom-file-control:disabled::before,
.input-group-btn .btn:disabled:hover,
.input-group-btn .custom-file-control:disabled:hover::before,
.input-group-btn .btn:disabled:focus,
.input-group-btn .custom-file-control:disabled:focus::before,
.input-group-btn .btn[disabled],
.input-group-btn [disabled].custom-file-control::before,
.input-group-btn .btn[disabled]:hover,
.input-group-btn [disabled].custom-file-control:hover::before,
.input-group-btn .btn[disabled]:focus,
.input-group-btn [disabled].custom-file-control:focus::before, fieldset[disabled][disabled]
.btn-group, fieldset[disabled][disabled]
.btn-group:hover, fieldset[disabled][disabled]
.btn-group:focus,
.btn-group.disabled,
.btn-group.disabled:hover,
.btn-group.disabled:focus,
.btn-group:disabled,
.btn-group:disabled:hover,
.btn-group:disabled:focus,
.btn-group[disabled],
.btn-group[disabled]:hover,
.btn-group[disabled]:focus, fieldset[disabled][disabled]
.btn-group-vertical, fieldset[disabled][disabled]
.btn-group-vertical:hover, fieldset[disabled][disabled]
.btn-group-vertical:focus,
.btn-group-vertical.disabled,
.btn-group-vertical.disabled:hover,
.btn-group-vertical.disabled:focus,
.btn-group-vertical:disabled,
.btn-group-vertical:disabled:hover,
.btn-group-vertical:disabled:focus,
.btn-group-vertical[disabled],
.btn-group-vertical[disabled]:hover,
.btn-group-vertical[disabled]:focus {
  background: transparent; }

.btn-group,
.btn-group-vertical {
  position: relative;
  margin: 10px 1px; }

.btn-group .dropdown-menu,
.btn-group-vertical .dropdown-menu {
  border-radius: 0 0 0.125rem 0.125rem; }

.btn-group.btn-group-raised,
.btn-group-vertical.btn-group-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.btn-group .btn + .btn, .btn-group .custom-file-control::before + .btn, .btn-group .btn + .custom-file-control::before, .btn-group .custom-file-control::before + .custom-file-control::before,
.btn-group .btn,
.btn-group .custom-file-control::before,
.btn-group .btn:active,
.btn-group .custom-file-control:active::before,
.btn-group .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .custom-file-control::before + .btn,
.btn-group-vertical .btn + .custom-file-control::before,
.btn-group-vertical .custom-file-control::before + .custom-file-control::before,
.btn-group-vertical .btn,
.btn-group-vertical .custom-file-control::before,
.btn-group-vertical .btn:active,
.btn-group-vertical .custom-file-control:active::before,
.btn-group-vertical .btn-group {
  margin: 0; }

.btn-group > .btn-group,
.btn-group-vertical > .btn-group {
  margin: 0; }

.checkbox label,
label.checkbox-inline {
  padding-left: 1.5625rem;
  cursor: pointer; }

.checkbox label .checkbox-decorator,
label.checkbox-inline .checkbox-decorator {
  position: absolute;
  top: 0.125rem;
  left: 0;
  vertical-align: middle; }

.checkbox label .checkbox-decorator::before,
label.checkbox-inline .checkbox-decorator::before {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1); }

.checkbox label .checkbox-decorator .check,
label.checkbox-inline .checkbox-decorator .check {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125rem; }

.checkbox label .checkbox-decorator .check::before,
label.checkbox-inline .checkbox-decorator .check::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  margin-left: 6px;
  content: "";
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: checkbox-off;
  animation: checkbox-off; }

.is-focused .checkbox label .checkbox-decorator .check::before, .is-focused
label.checkbox-inline .checkbox-decorator .check::before {
  -webkit-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards; }

.checkbox label input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0; }

.checkbox label input[type=checkbox]:focus + .checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox]:focus + .checkbox-decorator .check::after {
  opacity: 0.2; }

.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  color: #0d47a1;
  border-color: #0d47a1; }

.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #0d47a1;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 032px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards; }

.checkbox label input[type=checkbox]:checked + .checkbox-decorator::before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator::before {
  -webkit-animation: rippleOn;
  animation: rippleOn; }

.is-focused .checkbox label input[type=checkbox]:checked + .checkbox-decorator::before, .is-focused
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator::before {
  -webkit-animation: rippleOn 500ms;
  animation: rippleOn 500ms; }

.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check::after {
  -webkit-animation: rippleOn 500ms forwards;
  animation: rippleOn 500ms forwards; }

.checkbox label input[type=checkbox]:not(:checked) + .checkbox-decorator::before,
label.checkbox-inline input[type=checkbox]:not(:checked) + .checkbox-decorator::before {
  -webkit-animation: rippleOff;
  animation: rippleOff; }

.is-focused .checkbox label input[type=checkbox]:not(:checked) + .checkbox-decorator::before, .is-focused
label.checkbox-inline input[type=checkbox]:not(:checked) + .checkbox-decorator::before {
  -webkit-animation: rippleOff 500ms;
  animation: rippleOff 500ms; }

.checkbox label input[type=checkbox]:not(:checked) + .checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox]:not(:checked) + .checkbox-decorator .check::after {
  -webkit-animation: rippleOff 500ms forwards;
  animation: rippleOff 500ms forwards; }

.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check::after,
.checkbox label input[type=checkbox][disabled] .check::after,
fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check::after,
fieldset[disabled] .checkbox label input[type=checkbox] .check::after,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox][disabled] .check::after,
fieldset[disabled]
label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check::after,
fieldset[disabled]
label.checkbox-inline input[type=checkbox] .check::after {
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check,
.checkbox label input[type=checkbox][disabled] .check,
fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check,
fieldset[disabled] .checkbox label input[type=checkbox] .check,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox][disabled] .check,
fieldset[disabled]
label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check,
fieldset[disabled]
label.checkbox-inline input[type=checkbox] .check {
  border-color: rgba(0, 0, 0, 0.26); }

@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    width: 0;
    height: 0;
    margin-top: -4px;
    margin-left: 6px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  51% {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    width: 0;
    height: 0;
    margin-top: -4px;
    margin-left: 6px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  51% {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-webkit-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

.custom-file-control [class^='bmd-label'],
.custom-file-control [class*=' bmd-label'] {
  color: rgba(0, 0, 0, 0.26); }

.custom-file-control .form-control, .custom-file-control .custom-file-control,
.is-focused .custom-file-control .form-control,
.is-focused .custom-file-control .custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.custom-file-control .form-control:invalid, .custom-file-control .custom-file-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.custom-file-control .form-control:-moz-read-only, .custom-file-control .custom-file-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.custom-file-control .form-control:read-only, .custom-file-control .custom-file-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

fieldset[disabled][disabled] .custom-file-control .form-control, fieldset[disabled][disabled] .custom-file-control .custom-file-control, .custom-file-control .form-control.disabled, .custom-file-control .disabled.custom-file-control, .custom-file-control .form-control:disabled, .custom-file-control .custom-file-control:disabled, .custom-file-control .form-control[disabled], .custom-file-control [disabled].custom-file-control {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.custom-file-control .form-control.form-control-success, .custom-file-control .form-control-success.custom-file-control,
.is-focused .custom-file-control .form-control.form-control-success,
.is-focused .custom-file-control .form-control-success.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.custom-file-control .form-control.form-control-warning, .custom-file-control .form-control-warning.custom-file-control,
.is-focused .custom-file-control .form-control.form-control-warning,
.is-focused .custom-file-control .form-control-warning.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.custom-file-control .form-control.form-control-danger, .custom-file-control .form-control-danger.custom-file-control,
.is-focused .custom-file-control .form-control.form-control-danger,
.is-focused .custom-file-control .form-control-danger.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.custom-file-control .is-focused .form-control-feedback,
.custom-file-control .is-focused .form-control-label,
.custom-file-control .is-focused .form-check-label,
.custom-file-control .is-focused .form-check-inline,
.custom-file-control .is-focused .custom-control, .custom-file-control.is-focused .form-control-feedback,
.custom-file-control.is-focused .form-control-label,
.custom-file-control.is-focused .form-check-label,
.custom-file-control.is-focused .form-check-inline,
.custom-file-control.is-focused .custom-control {
  color: rgba(0, 0, 0, 0.26); }

.custom-file-control .is-focused .form-control, .custom-file-control .is-focused .custom-file-control, .custom-file-control.is-focused .form-control, .custom-file-control.is-focused .custom-file-control {
  border-color: rgba(0, 0, 0, 0.26); }

.custom-file-control .is-focused .input-group-addon, .custom-file-control.is-focused .input-group-addon {
  color: rgba(0, 0, 0, 0.26);
  border-color: rgba(0, 0, 0, 0.26);
  background-color: rgba(102, 102, 102, 0.26); }

.custom-file-control .is-focused .form-control-feedback, .custom-file-control.is-focused .form-control-feedback {
  color: rgba(0, 0, 0, 0.26); }

.custom-file-control .is-focused [class^='bmd-label'],
.custom-file-control .is-focused [class*=' bmd-label'], .custom-file-control.is-focused [class^='bmd-label'],
.custom-file-control.is-focused [class*=' bmd-label'] {
  color: #0d47a1; }

.custom-file-control .is-focused .bmd-label-placeholder, .custom-file-control.is-focused .bmd-label-placeholder {
  color: rgba(0, 0, 0, 0.26); }

.custom-file-control .is-focused .form-control, .custom-file-control .is-focused .custom-file-control, .custom-file-control.is-focused .form-control, .custom-file-control.is-focused .custom-file-control {
  border-color: rgba(0, 0, 0, 0.26); }

.custom-file-control .is-focused .bmd-help, .custom-file-control.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54); }

.custom-file-control::before {
  position: absolute;
  height: calc(100% - 1px); }

.switch label {
  position: relative;
  padding-left: 2.4375rem; }

.switch label .bmd-switch-track {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  display: inline-block;
  width: 2.125rem;
  height: 0.875rem;
  cursor: pointer;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #6b93d2 50%, #6b93d2 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #6b93d2 50%, #6b93d2 100%);
  background-position: 0%;
  background-size: 4.25rem 0.875rem;
  border-radius: 2.125rem;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in; }

.switch label .bmd-switch-track::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: #f1f1f1;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch label .bmd-switch-track:active::after {
  -webkit-transform: translateY(-50%) scale3d(1.15, 0.85, 1);
  transform: translateY(-50%) scale3d(1.15, 0.85, 1); }

.switch label input {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0; }

.switch label input:checked + .bmd-switch-track {
  background-position: -100%; }

.switch label input:checked + .bmd-switch-track::after {
  left: calc(100% - 1.25rem);
  background-color: #0d47a1; }

.switch label input:disabled + .bmd-switch-track:active::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch label input:disabled + .bmd-switch-track {
  cursor: default;
  background: rgba(0, 0, 0, 0.12); }

.switch label input:disabled + .bmd-switch-track::after {
  background: #bdbdbd; }

.radio label,
label.radio-inline {
  position: relative;
  padding-left: 1.5625rem; }

.radio label .bmd-radio-outer-circle,
.radio label .bmd-radio-inner-circle,
label.radio-inline .bmd-radio-outer-circle,
label.radio-inline .bmd-radio-inner-circle {
  position: absolute;
  top: 0.125rem;
  left: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.radio label .bmd-radio-outer-circle.bmd-radio-outer-circle,
.radio label .bmd-radio-inner-circle.bmd-radio-outer-circle,
label.radio-inline .bmd-radio-outer-circle.bmd-radio-outer-circle,
label.radio-inline .bmd-radio-inner-circle.bmd-radio-outer-circle {
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  -webkit-transition: border-color ease .28s;
  transition: border-color ease .28s; }

.radio label .bmd-radio-outer-circle.bmd-radio-inner-circle,
.radio label .bmd-radio-inner-circle.bmd-radio-inner-circle,
label.radio-inline .bmd-radio-outer-circle.bmd-radio-inner-circle,
label.radio-inline .bmd-radio-inner-circle.bmd-radio-inner-circle {
  display: inline-block;
  background-color: #0d47a1;
  border-radius: 50%;
  -webkit-transition: -webkit-transform ease .28s;
  transition: -webkit-transform ease .28s;
  transition: transform ease .28s;
  transition: transform ease .28s, -webkit-transform ease .28s;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.radio label .bmd-radio-outer-circle.bmd-radio-inner-circle::after,
.radio label .bmd-radio-inner-circle.bmd-radio-inner-circle::after,
label.radio-inline .bmd-radio-outer-circle.bmd-radio-inner-circle::after,
label.radio-inline .bmd-radio-inner-circle.bmd-radio-inner-circle::after {
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1); }

.radio label input[type=radio],
label.radio-inline input[type=radio] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0; }

.radio label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #0d47a1; }

.radio label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #0d47a1; }

.radio label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline input[type=radio]:checked ~ .bmd-radio-inner-circle {
  -webkit-transform: scale3d(0.55, 0.55, 1);
  transform: scale3d(0.55, 0.55, 1); }

.radio label input[type=radio]:checked ~ .bmd-radio-inner-circle::after,
label.radio-inline input[type=radio]:checked ~ .bmd-radio-inner-circle::after {
  -webkit-animation: rippleOn;
  animation: rippleOn; }

.is-focused .radio label input[type=radio]:checked ~ .bmd-radio-inner-circle::after, .is-focused
label.radio-inline input[type=radio]:checked ~ .bmd-radio-inner-circle::after {
  -webkit-animation: rippleOn 500ms;
  animation: rippleOn 500ms; }

.radio label input[type=radio]:not(:checked) ~ .bmd-radio-inner-circle::after,
label.radio-inline input[type=radio]:not(:checked) ~ .bmd-radio-inner-circle::after {
  -webkit-animation: rippleOff 500ms;
  animation: rippleOff 500ms; }

.radio label input[type=radio][disabled] + .bmd-radio-outer-circle, .radio label input[type=radio]:disabled + .bmd-radio-outer-circle,
fieldset[disabled] .radio label input[type=radio] + .bmd-radio-outer-circle,
label.radio-inline input[type=radio][disabled] + .bmd-radio-outer-circle,
label.radio-inline input[type=radio]:disabled + .bmd-radio-outer-circle,
fieldset[disabled]
label.radio-inline input[type=radio] + .bmd-radio-outer-circle {
  cursor: default; }

.radio label input[type=radio][disabled] ~ .bmd-radio-inner-circle, .radio label input[type=radio]:disabled ~ .bmd-radio-inner-circle,
fieldset[disabled] .radio label input[type=radio] ~ .bmd-radio-inner-circle,
label.radio-inline input[type=radio][disabled] ~ .bmd-radio-inner-circle,
label.radio-inline input[type=radio]:disabled ~ .bmd-radio-inner-circle,
fieldset[disabled]
label.radio-inline input[type=radio] ~ .bmd-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.26); }

.radio label input[type=radio][disabled] ~ .bmd-radio-outer-circle, .radio label input[type=radio]:disabled ~ .bmd-radio-outer-circle,
fieldset[disabled] .radio label input[type=radio] ~ .bmd-radio-outer-circle,
label.radio-inline input[type=radio][disabled] ~ .bmd-radio-outer-circle,
label.radio-inline input[type=radio]:disabled ~ .bmd-radio-outer-circle,
fieldset[disabled]
label.radio-inline input[type=radio] ~ .bmd-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.26); }

.bg-inverse .radio label input[type=radio][disabled] ~ .bmd-radio-inner-circle, .bg-inverse .radio label input[type=radio]:disabled ~ .bmd-radio-inner-circle, .bg-inverse
fieldset[disabled] .radio label input[type=radio] ~ .bmd-radio-inner-circle, .bg-inverse
label.radio-inline input[type=radio][disabled] ~ .bmd-radio-inner-circle, .bg-inverse
label.radio-inline input[type=radio]:disabled ~ .bmd-radio-inner-circle, .bg-inverse
fieldset[disabled]
label.radio-inline input[type=radio] ~ .bmd-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-inverse .radio label input[type=radio][disabled] ~ .bmd-radio-outer-circle, .bg-inverse .radio label input[type=radio]:disabled ~ .bmd-radio-outer-circle, .bg-inverse
fieldset[disabled] .radio label input[type=radio] ~ .bmd-radio-outer-circle, .bg-inverse
label.radio-inline input[type=radio][disabled] ~ .bmd-radio-outer-circle, .bg-inverse
label.radio-inline input[type=radio]:disabled ~ .bmd-radio-outer-circle, .bg-inverse
fieldset[disabled]
label.radio-inline input[type=radio] ~ .bmd-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.3); }

@keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

form {
  margin-bottom: 1.125rem; }

.navbar form {
  margin-bottom: 0; }

.navbar form .bmd-form-group {
  display: inline-block;
  padding-top: 0; }

.navbar form .btn, .navbar form .custom-file-control::before {
  margin-bottom: 0; }

.form-control, .custom-file-control {
  background: no-repeat center bottom, center calc(100% - 1px);
  background-size: 0 100%, 100% 100%;
  border: 0;
  -webkit-transition: background 0s ease-out;
  transition: background 0s ease-out; }

.form-control:focus, .custom-file-control:focus,
.bmd-form-group.is-focused .form-control,
.bmd-form-group.is-focused .custom-file-control {
  background-size: 100% 100%, 100% 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.bmd-help {
  position: absolute;
  display: none;
  font-size: .8rem;
  font-weight: normal; }

.bmd-form-group.is-focused .bmd-help {
  display: block; }

.bmd-help:nth-of-type(2) {
  padding-top: 1rem; }

.bmd-help + .bmd-help {
  position: relative;
  margin-bottom: 0; }

.radio label,
.is-focused .radio label,
.radio-inline,
.is-focused
.radio-inline,
.checkbox label,
.is-focused
.checkbox label,
.checkbox-inline,
.is-focused
.checkbox-inline,
.switch label,
.is-focused
.switch label {
  color: rgba(0, 0, 0, 0.26); }

.radio label:focus, .radio label:active, .radio label:hover,
.is-focused .radio label:focus,
.is-focused .radio label:active,
.is-focused .radio label:hover,
.radio-inline:focus,
.radio-inline:active,
.radio-inline:hover,
.is-focused
.radio-inline:focus,
.is-focused
.radio-inline:active,
.is-focused
.radio-inline:hover,
.checkbox label:focus,
.checkbox label:active,
.checkbox label:hover,
.is-focused
.checkbox label:focus,
.is-focused
.checkbox label:active,
.is-focused
.checkbox label:hover,
.checkbox-inline:focus,
.checkbox-inline:active,
.checkbox-inline:hover,
.is-focused
.checkbox-inline:focus,
.is-focused
.checkbox-inline:active,
.is-focused
.checkbox-inline:hover,
.switch label:focus,
.switch label:active,
.switch label:hover,
.is-focused
.switch label:focus,
.is-focused
.switch label:active,
.is-focused
.switch label:hover {
  color: rgba(0, 0, 0, 0.54); }

.radio label label:has(input[type=radio][disabled]), .radio label label:has(input[type=radio][disabled]):hover, .radio label label:has(input[type=radio][disabled]):focus,
.radio label label:has(input[type=checkbox][disabled]),
.radio label label:has(input[type=checkbox][disabled]):hover,
.radio label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .radio label,
fieldset[disabled] .radio label:hover,
fieldset[disabled] .radio label:focus,
.is-focused .radio label label:has(input[type=radio][disabled]),
.is-focused .radio label label:has(input[type=radio][disabled]):hover,
.is-focused .radio label label:has(input[type=radio][disabled]):focus,
.is-focused .radio label label:has(input[type=checkbox][disabled]),
.is-focused .radio label label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled]
.is-focused .radio label,
fieldset[disabled]
.is-focused .radio label:hover,
fieldset[disabled]
.is-focused .radio label:focus,
.radio-inline label:has(input[type=radio][disabled]),
.radio-inline label:has(input[type=radio][disabled]):hover,
.radio-inline label:has(input[type=radio][disabled]):focus,
.radio-inline label:has(input[type=checkbox][disabled]),
.radio-inline label:has(input[type=checkbox][disabled]):hover,
.radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled]
.radio-inline,
fieldset[disabled]
.radio-inline:hover,
fieldset[disabled]
.radio-inline:focus,
.is-focused
.radio-inline label:has(input[type=radio][disabled]),
.is-focused
.radio-inline label:has(input[type=radio][disabled]):hover,
.is-focused
.radio-inline label:has(input[type=radio][disabled]):focus,
.is-focused
.radio-inline label:has(input[type=checkbox][disabled]),
.is-focused
.radio-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused
.radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled]
.is-focused
.radio-inline,
fieldset[disabled]
.is-focused
.radio-inline:hover,
fieldset[disabled]
.is-focused
.radio-inline:focus,
.checkbox label label:has(input[type=radio][disabled]),
.checkbox label label:has(input[type=radio][disabled]):hover,
.checkbox label label:has(input[type=radio][disabled]):focus,
.checkbox label label:has(input[type=checkbox][disabled]),
.checkbox label label:has(input[type=checkbox][disabled]):hover,
.checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled]
.checkbox label,
fieldset[disabled]
.checkbox label:hover,
fieldset[disabled]
.checkbox label:focus,
.is-focused
.checkbox label label:has(input[type=radio][disabled]),
.is-focused
.checkbox label label:has(input[type=radio][disabled]):hover,
.is-focused
.checkbox label label:has(input[type=radio][disabled]):focus,
.is-focused
.checkbox label label:has(input[type=checkbox][disabled]),
.is-focused
.checkbox label label:has(input[type=checkbox][disabled]):hover,
.is-focused
.checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled]
.is-focused
.checkbox label,
fieldset[disabled]
.is-focused
.checkbox label:hover,
fieldset[disabled]
.is-focused
.checkbox label:focus,
.checkbox-inline label:has(input[type=radio][disabled]),
.checkbox-inline label:has(input[type=radio][disabled]):hover,
.checkbox-inline label:has(input[type=radio][disabled]):focus,
.checkbox-inline label:has(input[type=checkbox][disabled]),
.checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled]
.checkbox-inline,
fieldset[disabled]
.checkbox-inline:hover,
fieldset[disabled]
.checkbox-inline:focus,
.is-focused
.checkbox-inline label:has(input[type=radio][disabled]),
.is-focused
.checkbox-inline label:has(input[type=radio][disabled]):hover,
.is-focused
.checkbox-inline label:has(input[type=radio][disabled]):focus,
.is-focused
.checkbox-inline label:has(input[type=checkbox][disabled]),
.is-focused
.checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused
.checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled]
.is-focused
.checkbox-inline,
fieldset[disabled]
.is-focused
.checkbox-inline:hover,
fieldset[disabled]
.is-focused
.checkbox-inline:focus,
.switch label label:has(input[type=radio][disabled]),
.switch label label:has(input[type=radio][disabled]):hover,
.switch label label:has(input[type=radio][disabled]):focus,
.switch label label:has(input[type=checkbox][disabled]),
.switch label label:has(input[type=checkbox][disabled]):hover,
.switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled]
.switch label,
fieldset[disabled]
.switch label:hover,
fieldset[disabled]
.switch label:focus,
.is-focused
.switch label label:has(input[type=radio][disabled]),
.is-focused
.switch label label:has(input[type=radio][disabled]):hover,
.is-focused
.switch label label:has(input[type=radio][disabled]):focus,
.is-focused
.switch label label:has(input[type=checkbox][disabled]),
.is-focused
.switch label label:has(input[type=checkbox][disabled]):hover,
.is-focused
.switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled]
.is-focused
.switch label,
fieldset[disabled]
.is-focused
.switch label:hover,
fieldset[disabled]
.is-focused
.switch label:focus {
  color: rgba(0, 0, 0, 0.26); }

[class^='bmd-label'],
[class*=' bmd-label'] {
  color: rgba(0, 0, 0, 0.26); }

.form-control, .custom-file-control,
.is-focused .form-control,
.is-focused .custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.form-control:invalid, .custom-file-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.form-control:-moz-read-only, .custom-file-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.form-control:read-only, .custom-file-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-control, fieldset[disabled][disabled] .custom-file-control, .form-control.disabled, .disabled.custom-file-control, .form-control:disabled, .custom-file-control:disabled, .form-control[disabled], [disabled].custom-file-control {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-control.form-control-success, .form-control-success.custom-file-control,
.is-focused .form-control.form-control-success,
.is-focused .form-control-success.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-control.form-control-warning, .form-control-warning.custom-file-control,
.is-focused .form-control.form-control-warning,
.is-focused .form-control-warning.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-control.form-control-danger, .form-control-danger.custom-file-control,
.is-focused .form-control.form-control-danger,
.is-focused .form-control-danger.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.is-focused .form-control-feedback,
.is-focused .form-control-label,
.is-focused .form-check-label,
.is-focused .form-check-inline,
.is-focused .custom-control,
.is-focused .form-control-feedback,
.is-focused .form-control-label,
.is-focused .form-check-label,
.is-focused .form-check-inline,
.is-focused .custom-control {
  color: rgba(0, 0, 0, 0.26); }

.is-focused .form-control, .is-focused .custom-file-control,
.is-focused .form-control,
.is-focused .custom-file-control {
  border-color: rgba(0, 0, 0, 0.26); }

.is-focused .input-group-addon,
.is-focused .input-group-addon {
  color: rgba(0, 0, 0, 0.26);
  border-color: rgba(0, 0, 0, 0.26);
  background-color: rgba(102, 102, 102, 0.26); }

.is-focused .form-control-feedback,
.is-focused .form-control-feedback {
  color: rgba(0, 0, 0, 0.26); }

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'],
.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
  color: #0d47a1; }

.is-focused .bmd-label-placeholder,
.is-focused .bmd-label-placeholder {
  color: rgba(0, 0, 0, 0.26); }

.is-focused .form-control, .is-focused .custom-file-control,
.is-focused .form-control,
.is-focused .custom-file-control {
  border-color: rgba(0, 0, 0, 0.26); }

.is-focused .bmd-help,
.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54); }

.has-success [class^='bmd-label'],
.has-success [class*=' bmd-label'] {
  color: #388e3c; }

.has-success .form-control, .has-success .custom-file-control,
.is-focused .has-success .form-control,
.is-focused .has-success .custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #388e3c 2px, rgba(56, 142, 60, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #388e3c 2px, rgba(56, 142, 60, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-success .form-control:invalid, .has-success .custom-file-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-success .form-control:-moz-read-only, .has-success .custom-file-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-success .form-control:read-only, .has-success .custom-file-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

fieldset[disabled][disabled] .has-success .form-control, fieldset[disabled][disabled] .has-success .custom-file-control, .has-success .form-control.disabled, .has-success .disabled.custom-file-control, .has-success .form-control:disabled, .has-success .custom-file-control:disabled, .has-success .form-control[disabled], .has-success [disabled].custom-file-control {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.has-success .form-control.form-control-success, .has-success .form-control-success.custom-file-control,
.is-focused .has-success .form-control.form-control-success,
.is-focused .has-success .form-control-success.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #388e3c 2px, rgba(56, 142, 60, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #388e3c 2px, rgba(56, 142, 60, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-success .form-control.form-control-warning, .has-success .form-control-warning.custom-file-control,
.is-focused .has-success .form-control.form-control-warning,
.is-focused .has-success .form-control-warning.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #388e3c 2px, rgba(56, 142, 60, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #388e3c 2px, rgba(56, 142, 60, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-success .form-control.form-control-danger, .has-success .form-control-danger.custom-file-control,
.is-focused .has-success .form-control.form-control-danger,
.is-focused .has-success .form-control-danger.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #388e3c 2px, rgba(56, 142, 60, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #388e3c 2px, rgba(56, 142, 60, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.has-success .is-focused .form-control-feedback,
.has-success .is-focused .form-control-label,
.has-success .is-focused .form-check-label,
.has-success .is-focused .form-check-inline,
.has-success .is-focused .custom-control, .has-success.is-focused .form-control-feedback,
.has-success.is-focused .form-control-label,
.has-success.is-focused .form-check-label,
.has-success.is-focused .form-check-inline,
.has-success.is-focused .custom-control {
  color: #388e3c; }

.has-success .is-focused .form-control, .has-success .is-focused .custom-file-control, .has-success.is-focused .form-control, .has-success.is-focused .custom-file-control {
  border-color: #388e3c; }

.has-success .is-focused .input-group-addon, .has-success.is-focused .input-group-addon {
  color: #388e3c;
  border-color: #388e3c;
  background-color: #b2e0b4; }

.has-success .is-focused .form-control-feedback, .has-success.is-focused .form-control-feedback {
  color: #388e3c; }

.has-success .is-focused [class^='bmd-label'],
.has-success .is-focused [class*=' bmd-label'], .has-success.is-focused [class^='bmd-label'],
.has-success.is-focused [class*=' bmd-label'] {
  color: #388e3c; }

.has-success .is-focused .bmd-label-placeholder, .has-success.is-focused .bmd-label-placeholder {
  color: #388e3c; }

.has-success .is-focused .form-control, .has-success .is-focused .custom-file-control, .has-success.is-focused .form-control, .has-success.is-focused .custom-file-control {
  border-color: #388e3c; }

.has-success .is-focused .bmd-help, .has-success.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54); }

.has-info [class^='bmd-label'],
.has-info [class*=' bmd-label'] {
  color: #0091ea; }

.has-info .form-control, .has-info .custom-file-control,
.is-focused .has-info .form-control,
.is-focused .has-info .custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0091ea 2px, rgba(0, 145, 234, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #0091ea 2px, rgba(0, 145, 234, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-info .form-control:invalid, .has-info .custom-file-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-info .form-control:-moz-read-only, .has-info .custom-file-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-info .form-control:read-only, .has-info .custom-file-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

fieldset[disabled][disabled] .has-info .form-control, fieldset[disabled][disabled] .has-info .custom-file-control, .has-info .form-control.disabled, .has-info .disabled.custom-file-control, .has-info .form-control:disabled, .has-info .custom-file-control:disabled, .has-info .form-control[disabled], .has-info [disabled].custom-file-control {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.has-info .form-control.form-control-success, .has-info .form-control-success.custom-file-control,
.is-focused .has-info .form-control.form-control-success,
.is-focused .has-info .form-control-success.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0091ea 2px, rgba(0, 145, 234, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0091ea 2px, rgba(0, 145, 234, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-info .form-control.form-control-warning, .has-info .form-control-warning.custom-file-control,
.is-focused .has-info .form-control.form-control-warning,
.is-focused .has-info .form-control-warning.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0091ea 2px, rgba(0, 145, 234, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0091ea 2px, rgba(0, 145, 234, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-info .form-control.form-control-danger, .has-info .form-control-danger.custom-file-control,
.is-focused .has-info .form-control.form-control-danger,
.is-focused .has-info .form-control-danger.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #0091ea 2px, rgba(0, 145, 234, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0091ea 2px, rgba(0, 145, 234, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.has-info .is-focused .form-control-feedback,
.has-info .is-focused .form-control-label,
.has-info .is-focused .form-check-label,
.has-info .is-focused .form-check-inline,
.has-info .is-focused .custom-control, .has-info.is-focused .form-control-feedback,
.has-info.is-focused .form-control-label,
.has-info.is-focused .form-check-label,
.has-info.is-focused .form-check-inline,
.has-info.is-focused .custom-control {
  color: #0091ea; }

.has-info .is-focused .form-control, .has-info .is-focused .custom-file-control, .has-info.is-focused .form-control, .has-info.is-focused .custom-file-control {
  border-color: #0091ea; }

.has-info .is-focused .input-group-addon, .has-info.is-focused .input-group-addon {
  color: #0091ea;
  border-color: #0091ea;
  background-color: #b7e4ff; }

.has-info .is-focused .form-control-feedback, .has-info.is-focused .form-control-feedback {
  color: #0091ea; }

.has-info .is-focused [class^='bmd-label'],
.has-info .is-focused [class*=' bmd-label'], .has-info.is-focused [class^='bmd-label'],
.has-info.is-focused [class*=' bmd-label'] {
  color: #0091ea; }

.has-info .is-focused .bmd-label-placeholder, .has-info.is-focused .bmd-label-placeholder {
  color: #0091ea; }

.has-info .is-focused .form-control, .has-info .is-focused .custom-file-control, .has-info.is-focused .form-control, .has-info.is-focused .custom-file-control {
  border-color: #0091ea; }

.has-info .is-focused .bmd-help, .has-info.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54); }

.has-warning [class^='bmd-label'],
.has-warning [class*=' bmd-label'] {
  color: #ffa000; }

.has-warning .form-control, .has-warning .custom-file-control,
.is-focused .has-warning .form-control,
.is-focused .has-warning .custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #ffa000 2px, rgba(255, 160, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #ffa000 2px, rgba(255, 160, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-warning .form-control:invalid, .has-warning .custom-file-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-warning .form-control:-moz-read-only, .has-warning .custom-file-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-warning .form-control:read-only, .has-warning .custom-file-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

fieldset[disabled][disabled] .has-warning .form-control, fieldset[disabled][disabled] .has-warning .custom-file-control, .has-warning .form-control.disabled, .has-warning .disabled.custom-file-control, .has-warning .form-control:disabled, .has-warning .custom-file-control:disabled, .has-warning .form-control[disabled], .has-warning [disabled].custom-file-control {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.has-warning .form-control.form-control-success, .has-warning .form-control-success.custom-file-control,
.is-focused .has-warning .form-control.form-control-success,
.is-focused .has-warning .form-control-success.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #ffa000 2px, rgba(255, 160, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #ffa000 2px, rgba(255, 160, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control.form-control-warning, .has-warning .form-control-warning.custom-file-control,
.is-focused .has-warning .form-control.form-control-warning,
.is-focused .has-warning .form-control-warning.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #ffa000 2px, rgba(255, 160, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #ffa000 2px, rgba(255, 160, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-warning .form-control.form-control-danger, .has-warning .form-control-danger.custom-file-control,
.is-focused .has-warning .form-control.form-control-danger,
.is-focused .has-warning .form-control-danger.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #ffa000 2px, rgba(255, 160, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #ffa000 2px, rgba(255, 160, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.has-warning .is-focused .form-control-feedback,
.has-warning .is-focused .form-control-label,
.has-warning .is-focused .form-check-label,
.has-warning .is-focused .form-check-inline,
.has-warning .is-focused .custom-control, .has-warning.is-focused .form-control-feedback,
.has-warning.is-focused .form-control-label,
.has-warning.is-focused .form-check-label,
.has-warning.is-focused .form-check-inline,
.has-warning.is-focused .custom-control {
  color: #ffa000; }

.has-warning .is-focused .form-control, .has-warning .is-focused .custom-file-control, .has-warning.is-focused .form-control, .has-warning.is-focused .custom-file-control {
  border-color: #ffa000; }

.has-warning .is-focused .input-group-addon, .has-warning.is-focused .input-group-addon {
  color: #ffa000;
  border-color: #ffa000;
  background-color: #ffeccc; }

.has-warning .is-focused .form-control-feedback, .has-warning.is-focused .form-control-feedback {
  color: #ffa000; }

.has-warning .is-focused [class^='bmd-label'],
.has-warning .is-focused [class*=' bmd-label'], .has-warning.is-focused [class^='bmd-label'],
.has-warning.is-focused [class*=' bmd-label'] {
  color: #ffa000; }

.has-warning .is-focused .bmd-label-placeholder, .has-warning.is-focused .bmd-label-placeholder {
  color: #ffa000; }

.has-warning .is-focused .form-control, .has-warning .is-focused .custom-file-control, .has-warning.is-focused .form-control, .has-warning.is-focused .custom-file-control {
  border-color: #ffa000; }

.has-warning .is-focused .bmd-help, .has-warning.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54); }

.has-danger [class^='bmd-label'],
.has-danger [class*=' bmd-label'] {
  color: #d32f2f; }

.has-danger .form-control, .has-danger .custom-file-control,
.is-focused .has-danger .form-control,
.is-focused .has-danger .custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-danger .form-control:invalid, .has-danger .custom-file-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-danger .form-control:-moz-read-only, .has-danger .custom-file-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

.has-danger .form-control:read-only, .has-danger .custom-file-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px); }

fieldset[disabled][disabled] .has-danger .form-control, fieldset[disabled][disabled] .has-danger .custom-file-control, .has-danger .form-control.disabled, .has-danger .disabled.custom-file-control, .has-danger .form-control:disabled, .has-danger .custom-file-control:disabled, .has-danger .form-control[disabled], .has-danger [disabled].custom-file-control {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.has-danger .form-control.form-control-success, .has-danger .form-control-success.custom-file-control,
.is-focused .has-danger .form-control.form-control-success,
.is-focused .has-danger .form-control-success.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-danger .form-control.form-control-warning, .has-danger .form-control-warning.custom-file-control,
.is-focused .has-danger .form-control.form-control-warning,
.is-focused .has-danger .form-control-warning.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control.form-control-danger, .has-danger .form-control-danger.custom-file-control,
.is-focused .has-danger .form-control.form-control-danger,
.is-focused .has-danger .form-control-danger.custom-file-control {
  background-image: -webkit-linear-gradient(bottom, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.has-danger .is-focused .form-control-feedback,
.has-danger .is-focused .form-control-label,
.has-danger .is-focused .form-check-label,
.has-danger .is-focused .form-check-inline,
.has-danger .is-focused .custom-control, .has-danger.is-focused .form-control-feedback,
.has-danger.is-focused .form-control-label,
.has-danger.is-focused .form-check-label,
.has-danger.is-focused .form-check-inline,
.has-danger.is-focused .custom-control {
  color: #d32f2f; }

.has-danger .is-focused .form-control, .has-danger .is-focused .custom-file-control, .has-danger.is-focused .form-control, .has-danger.is-focused .custom-file-control {
  border-color: #d32f2f; }

.has-danger .is-focused .input-group-addon, .has-danger.is-focused .input-group-addon {
  color: #d32f2f;
  border-color: #d32f2f;
  background-color: #f7d7d7; }

.has-danger .is-focused .form-control-feedback, .has-danger.is-focused .form-control-feedback {
  color: #d32f2f; }

.has-danger .is-focused [class^='bmd-label'],
.has-danger .is-focused [class*=' bmd-label'], .has-danger.is-focused [class^='bmd-label'],
.has-danger.is-focused [class*=' bmd-label'] {
  color: #d32f2f; }

.has-danger .is-focused .bmd-label-placeholder, .has-danger.is-focused .bmd-label-placeholder {
  color: #d32f2f; }

.has-danger .is-focused .form-control, .has-danger .is-focused .custom-file-control, .has-danger.is-focused .form-control, .has-danger.is-focused .custom-file-control {
  border-color: #d32f2f; }

.has-danger .is-focused .bmd-help, .has-danger.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54); }

.bmd-form-group {
  position: relative;
  padding-top: 1.75rem; }

.bmd-form-group [class^='bmd-label'],
.bmd-form-group [class*=' bmd-label'] {
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.bmd-form-group [class^='bmd-label'].bmd-label-floating,
.bmd-form-group [class*=' bmd-label'].bmd-label-floating {
  will-change: left, top, contents; }

.bmd-form-group.is-filled .bmd-label-placeholder {
  display: none; }

.bmd-form-group.bmd-collapse-inline {
  padding: 0; }

.bmd-form-group.bmd-collapse-inline .collapse.in {
  max-width: 600px; }

.bmd-form-group.bmd-collapse-inline .collapsing,
.bmd-form-group.bmd-collapse-inline .width:not(.collapse),
.bmd-form-group.bmd-collapse-inline .collapse.in {
  display: inline-block; }

.bmd-form-group.bmd-collapse-inline .collapsing {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.bmd-form-group .form-control, .bmd-form-group .custom-file-control,
.bmd-form-group label,
.bmd-form-group input::-webkit-input-placeholder {
  line-height: 1; }

.bmd-form-group .form-control, .bmd-form-group .custom-file-control,
.bmd-form-group label,
.bmd-form-group input::-moz-placeholder {
  line-height: 1; }

.bmd-form-group .form-control, .bmd-form-group .custom-file-control,
.bmd-form-group label,
.bmd-form-group input:-ms-input-placeholder {
  line-height: 1; }

.bmd-form-group .form-control, .bmd-form-group .custom-file-control,
.bmd-form-group label,
.bmd-form-group input::placeholder {
  line-height: 1; }

.bmd-form-group .radio label,
.bmd-form-group label.radio-inline,
.bmd-form-group .checkbox label,
.bmd-form-group label.checkbox-inline,
.bmd-form-group .switch label {
  line-height: 1.5; }

.bmd-form-group input::-webkit-input-placeholder {
  font-size: 1rem; }

.bmd-form-group input::-moz-placeholder {
  font-size: 1rem; }

.bmd-form-group input:-ms-input-placeholder {
  font-size: 1rem; }

.bmd-form-group input::placeholder {
  font-size: 1rem; }

.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
  font-size: 1rem; }

.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
  top: 2.1875rem; }

.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating, .bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.75rem; }

.bmd-form-group .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.75rem; }

.bmd-form-group .bmd-help {
  margin-top: 0;
  font-size: 0.75rem; }

.bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem; }

.bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group .form-control-success.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group .form-control-warning.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control-danger.custom-file-control, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group .form-control-danger.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control-danger.custom-file-control {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem; }

.bmd-form-group .form-control.form-control-success:focus, .bmd-form-group .form-control-success.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group .form-control-warning.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group .form-control-danger.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem; }

.bmd-form-group.bmd-form-group-sm {
  padding-top: 1.40625rem; }

.bmd-form-group.bmd-form-group-sm .form-control, .bmd-form-group.bmd-form-group-sm .custom-file-control,
.bmd-form-group.bmd-form-group-sm label,
.bmd-form-group.bmd-form-group-sm input::-webkit-input-placeholder {
  line-height: 1; }

.bmd-form-group.bmd-form-group-sm .form-control, .bmd-form-group.bmd-form-group-sm .custom-file-control,
.bmd-form-group.bmd-form-group-sm label,
.bmd-form-group.bmd-form-group-sm input::-moz-placeholder {
  line-height: 1; }

.bmd-form-group.bmd-form-group-sm .form-control, .bmd-form-group.bmd-form-group-sm .custom-file-control,
.bmd-form-group.bmd-form-group-sm label,
.bmd-form-group.bmd-form-group-sm input:-ms-input-placeholder {
  line-height: 1; }

.bmd-form-group.bmd-form-group-sm .form-control, .bmd-form-group.bmd-form-group-sm .custom-file-control,
.bmd-form-group.bmd-form-group-sm label,
.bmd-form-group.bmd-form-group-sm input::placeholder {
  line-height: 1; }

.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label.radio-inline,
.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm label.checkbox-inline,
.bmd-form-group.bmd-form-group-sm .switch label {
  line-height: 1.5; }

.bmd-form-group.bmd-form-group-sm input::-webkit-input-placeholder {
  font-size: 0.875rem; }

.bmd-form-group.bmd-form-group-sm input::-moz-placeholder {
  font-size: 0.875rem; }

.bmd-form-group.bmd-form-group-sm input:-ms-input-placeholder {
  font-size: 0.875rem; }

.bmd-form-group.bmd-form-group-sm input::placeholder {
  font-size: 0.875rem; }

.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label {
  font-size: 0.875rem; }

.bmd-form-group.bmd-form-group-sm .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .bmd-label-placeholder {
  top: 1.65625rem; }

.bmd-form-group.bmd-form-group-sm.is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-sm.is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-filled .bmd-label-floating {
  top: 0.75rem;
  left: 0;
  font-size: 0.65625rem; }

.bmd-form-group.bmd-form-group-sm .bmd-label-static {
  top: 0.75rem;
  left: 0;
  font-size: 0.65625rem; }

.bmd-form-group.bmd-form-group-sm .bmd-help {
  margin-top: 0;
  font-size: 0.65625rem; }

.bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 0.6875rem 0.6875rem; }

.bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.34375rem; }

.bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 0.6875rem 0.6875rem; }

.bmd-form-group.bmd-form-group-lg {
  padding-top: 1.9375rem; }

.bmd-form-group.bmd-form-group-lg .form-control, .bmd-form-group.bmd-form-group-lg .custom-file-control,
.bmd-form-group.bmd-form-group-lg label,
.bmd-form-group.bmd-form-group-lg input::-webkit-input-placeholder {
  line-height: 1; }

.bmd-form-group.bmd-form-group-lg .form-control, .bmd-form-group.bmd-form-group-lg .custom-file-control,
.bmd-form-group.bmd-form-group-lg label,
.bmd-form-group.bmd-form-group-lg input::-moz-placeholder {
  line-height: 1; }

.bmd-form-group.bmd-form-group-lg .form-control, .bmd-form-group.bmd-form-group-lg .custom-file-control,
.bmd-form-group.bmd-form-group-lg label,
.bmd-form-group.bmd-form-group-lg input:-ms-input-placeholder {
  line-height: 1; }

.bmd-form-group.bmd-form-group-lg .form-control, .bmd-form-group.bmd-form-group-lg .custom-file-control,
.bmd-form-group.bmd-form-group-lg label,
.bmd-form-group.bmd-form-group-lg input::placeholder {
  line-height: 1; }

.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label.radio-inline,
.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg label.checkbox-inline,
.bmd-form-group.bmd-form-group-lg .switch label {
  line-height: 1.5; }

.bmd-form-group.bmd-form-group-lg input::-webkit-input-placeholder {
  font-size: 1.25rem; }

.bmd-form-group.bmd-form-group-lg input::-moz-placeholder {
  font-size: 1.25rem; }

.bmd-form-group.bmd-form-group-lg input:-ms-input-placeholder {
  font-size: 1.25rem; }

.bmd-form-group.bmd-form-group-lg input::placeholder {
  font-size: 1.25rem; }

.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label {
  font-size: 1.25rem; }

.bmd-form-group.bmd-form-group-lg .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .bmd-label-placeholder {
  top: 2.5rem; }

.bmd-form-group.bmd-form-group-lg.is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-lg.is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.9375rem; }

.bmd-form-group.bmd-form-group-lg .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.9375rem; }

.bmd-form-group.bmd-form-group-lg .bmd-help {
  margin-top: 0;
  font-size: 0.9375rem; }

.bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 1.1875rem 1.1875rem; }

.bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.59375rem; }

.bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control:focus,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 1.1875rem 1.1875rem; }

.form-control, .custom-file-control,
label,
input::-webkit-input-placeholder {
  line-height: 1; }

.form-control, .custom-file-control,
label,
input::-moz-placeholder {
  line-height: 1; }

.form-control, .custom-file-control,
label,
input:-ms-input-placeholder {
  line-height: 1; }

.form-control, .custom-file-control,
label,
input::placeholder {
  line-height: 1; }

.radio label,
label.radio-inline,
.checkbox label,
label.checkbox-inline,
.switch label {
  line-height: 1.5; }

input::-webkit-input-placeholder {
  font-size: 1rem; }

input::-moz-placeholder {
  font-size: 1rem; }

input:-ms-input-placeholder {
  font-size: 1rem; }

input::placeholder {
  font-size: 1rem; }

.checkbox label,
.radio label,
label {
  font-size: 1rem; }

.bmd-label-floating,
.bmd-label-placeholder {
  top: 2.1875rem; }

.is-focused .bmd-label-floating,
.is-focused .bmd-label-floating,
.is-filled .bmd-label-floating,
.is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.75rem; }

.bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.75rem; }

.bmd-help {
  margin-top: 0;
  font-size: 0.75rem; }

.form-control.form-control-success, .form-control-success.custom-file-control, .form-control.form-control-warning, .form-control-warning.custom-file-control, .form-control.form-control-danger, .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem; }

.form-control.form-control-success, .form-control-success.custom-file-control, .form-control.form-control-success:focus, .form-control-success.custom-file-control:focus,
.bmd-form-group.is-focused .form-control.form-control-success,
.bmd-form-group.is-focused .form-control-success.custom-file-control, .form-control.form-control-warning, .form-control-warning.custom-file-control, .form-control.form-control-warning:focus, .form-control-warning.custom-file-control:focus,
.bmd-form-group.is-focused .form-control.form-control-warning,
.bmd-form-group.is-focused .form-control-warning.custom-file-control, .form-control.form-control-danger, .form-control-danger.custom-file-control, .form-control.form-control-danger:focus, .form-control-danger.custom-file-control:focus,
.bmd-form-group.is-focused .form-control.form-control-danger,
.bmd-form-group.is-focused .form-control-danger.custom-file-control {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem; }

.form-control.form-control-success:focus, .form-control-success.custom-file-control:focus,
.bmd-form-group.is-focused .form-control.form-control-success,
.bmd-form-group.is-focused .form-control-success.custom-file-control, .form-control.form-control-warning:focus, .form-control-warning.custom-file-control:focus,
.bmd-form-group.is-focused .form-control.form-control-warning,
.bmd-form-group.is-focused .form-control-warning.custom-file-control, .form-control.form-control-danger:focus, .form-control-danger.custom-file-control:focus,
.bmd-form-group.is-focused .form-control.form-control-danger,
.bmd-form-group.is-focused .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem; }

select, select.form-control, select.custom-file-control {
  -moz-appearance: none;
  -webkit-appearance: none; }

@media (min-width: 544px) {
  .form-inline .input-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.input-group .input-group-addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-color: transparent; }

.input-group .input-group-addon + input,
.input-group input + .input-group-addon {
  margin-left: .75rem; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: .5rem 0; }

.list-group.bmd-list-group-sm {
  padding: .25rem 0; }

.list-group.bmd-list-group-sm .list-group-item {
  padding: .5rem 1rem; }

.bmd-list-group-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0; }

.list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  line-height: 1; }

.list-group-item .list-group-item-text {
  min-width: 0;
  max-height: 2.188rem;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-group-item :first-child {
  margin-right: 2rem; }

.list-group-item > .pull-xs-right,
.list-group-item > .pull-sm-right,
.list-group-item > .pull-md-right,
.list-group-item > .pull-lg-right,
.list-group-item > .pull-xl-right,
.list-group-item > * ~ .label:last-child,
.list-group-item > * ~ .material-icons:last-child {
  margin-right: 0;
  margin-left: auto; }

.list-group-item .material-icons.pull-xs-right,
.list-group-item .material-icons.pull-sm-right,
.list-group-item .material-icons.pull-md-right,
.list-group-item .material-icons.pull-lg-right,
.list-group-item .material-icons.pull-xl-right,
.list-group-item .material-icons ~ .material-icons:last-child {
  padding-left: 1rem; }

.list-group-item .list-group-item-text {
  font-size: .875rem;
  color: rgba(0, 0, 0, 0.54); }

.table-inverse {
  color: rgba(255, 255, 255, 0.84); }

.nav-link {
  text-transform: uppercase; }

.navbar-nav .nav-link {
  padding: 0.5321rem;
  font-size: 0.875rem;
  font-weight: 400; }

.nav-tabs,
.nav-pills {
  border: 0; }

.nav-tabs .nav-link,
.nav-pills .nav-link {
  padding: 1.4286em 0.8575em;
  font-size: 0.875rem;
  font-weight: 500;
  border: 0; }

.nav-tabs .nav-link {
  border-bottom: 0.214rem solid transparent; }

.nav-tabs .nav-link {
  color: rgba(0, 0, 0, 0.54); }

.nav-tabs .nav-link.active {
  color: rgba(0, 0, 0, 0.87);
  border-color: #0d47a1; }

.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  border-color: #0d47a1; }

.nav-tabs .nav-link.disabled {
  color: rgba(0, 0, 0, 0.26); }

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: rgba(0, 0, 0, 0.26); }

.nav-tabs.bg-primary .nav-link {
  color: white; }

.nav-tabs.bg-primary .nav-link.active {
  color: #fff;
  border-color: #fff; }

.nav-tabs.bg-primary .nav-link.active:focus, .nav-tabs.bg-primary .nav-link.active:hover {
  border-color: #fff; }

.nav-tabs.bg-primary .nav-link.disabled {
  color: rgba(255, 255, 255, 0.84); }

.nav-tabs.bg-primary .nav-link.disabled, .nav-tabs.bg-primary .nav-link.disabled:focus, .nav-tabs.bg-primary .nav-link.disabled:hover {
  color: rgba(255, 255, 255, 0.84); }

.nav-tabs.bg-inverse .nav-link {
  color: white; }

.nav-tabs.bg-inverse .nav-link.active {
  color: #fff;
  border-color: #fff; }

.nav-tabs.bg-inverse .nav-link.active:focus, .nav-tabs.bg-inverse .nav-link.active:hover {
  border-color: #fff; }

.nav-tabs.bg-inverse .nav-link.disabled {
  color: rgba(255, 255, 255, 0.84); }

.nav-tabs.bg-inverse .nav-link.disabled, .nav-tabs.bg-inverse .nav-link.disabled:focus, .nav-tabs.bg-inverse .nav-link.disabled:hover {
  color: rgba(255, 255, 255, 0.84); }

.nav .nav-item {
  position: relative; }

.navbar {
  z-index: 1;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.navbar .navbar-brand {
  position: relative; }

.navbar > * {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.navbar > .container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.alert {
  border: 0;
  border-radius: 0; }

.progress {
  height: 4px;
  background: #c8c8c8;
  border-radius: 0;
  box-shadow: none; }

.progress .progress-bar {
  box-shadow: none; }

.page-item:first-child .page-link {
  border-bottom-left-radius: 4em;
  border-top-left-radius: 4em; }

.page-item:last-child .page-link {
  border-bottom-right-radius: 4em;
  border-top-right-radius: 4em;
  margin-right: 0; }

.page-item:first-child .page-link, .page-item:last-child .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
  padding-left: 0; }

.page-item:first-child .page-link > .material-icons, .page-item:last-child .page-link > .material-icons {
  font-size: 1.5em; }

.page-link {
  min-width: 2.6em;
  margin-right: 0.5em;
  text-align: center;
  border-radius: 4em; }

.page-link:focus, .page-link:hover {
  text-decoration: none; }

.pagination-lg .page-link {
  min-width: 2.8em; }

.pagination-lg .page-link {
  padding: 0.75rem 0;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 4em;
  border-top-left-radius: 4em; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 4em;
  border-top-right-radius: 4em; }

.pagination-sm .page-link {
  min-width: 2.2em; }

.pagination-sm .page-link {
  padding: 0.275rem 0;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 4em;
  border-top-left-radius: 4em; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 4em;
  border-top-right-radius: 4em; }

h6 {
  font-weight: 500; }

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

.card .card-header {
  padding: 1rem; }

.card .card-block {
  padding: 1.5rem 1rem 1rem; }

.card h1.card-title, .card h2.card-title, .card h3.card-title, .card h4.card-title, .card h5.card-title, .card h6.card-title {
  font-size: 1.5rem;
  font-weight: 300; }

.card .bmd-card-actions,
.card .card-footer {
  padding: .5rem; }

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

@media (min-width: 992px) {
  .card.bmd-card-flat {
    box-shadow: none; } }

.modal-content {
  border: 0;
  border-radius: 0.125rem; }

.modal-content .modal-header {
  padding: 24px 24px 0;
  border-bottom: 0; }

.modal-content .modal-body {
  padding: 20px 24px 24px; }

.modal-content .modal-footer {
  padding: 8px 8px 8px 24px;
  border-top: 0; }

.modal-content .modal-footer .btn, .modal-content .modal-footer .custom-file-control::before {
  margin: 0; }

.modal-content .modal-footer .btn + .btn, .modal-content .modal-footer .custom-file-control::before + .btn, .modal-content .modal-footer .btn + .custom-file-control::before, .modal-content .modal-footer .custom-file-control::before + .custom-file-control::before {
  margin-left: 8px; }

.dropdown-menu {
  display: block;
  padding: .25rem 0;
  border: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  will-change: transform;
  right: 0;
  left: auto;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

@media (min-width: 768px) {
  .dropdown-menu {
    padding: .5rem 0; } }

.open > .dropdown-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.dropdown-menu.dropdown-menu-left {
  top: 100%;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.dropdown-menu .dropdown-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 7rem;
  max-width: 17.5rem;
  min-height: 3rem;
  padding: 0.8rem 1rem 0.8rem 1rem;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  word-wrap: break-word; }

@media (min-width: 768px) {
  .dropdown-menu .dropdown-item {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

.dropdown-toggle.bmd-btn-icon::after, .dropdown-toggle.bmd-btn-fab::after {
  display: none; }

.dropdown-toggle.bmd-btn-icon ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-icon ~ .dropdown-menu.dropdown-menu-top-right, .dropdown-toggle.bmd-btn-fab ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-fab ~ .dropdown-menu.dropdown-menu-top-right {
  bottom: 2rem; }

.dropdown-toggle.bmd-btn-fab-sm ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-fab-sm ~ .dropdown-menu.dropdown-menu-top-right {
  bottom: 2.5rem; }

.dropdown-toggle.bmd-btn-icon ~ .dropdown-menu {
  margin: 0; }

.bmd-layout-drawer {
  position: absolute;
  z-index: 5;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-height: 100%;
  overflow: visible;
  overflow-y: auto;
  font-size: .875rem;
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.bmd-layout-drawer > * {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.bmd-layout-drawer > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem; }

.bmd-layout-drawer > header .navbar-brand {
  padding-left: 1.5rem;
  font-size: 1.25rem; }

.bmd-layout-drawer > .list-group {
  padding-top: 1rem; }

.bmd-layout-drawer > .list-group .list-group-item {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  font-size: .8125rem;
  font-weight: 500; }

.bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px); }

.bmd-drawer-f-l > .bmd-layout-header,
.bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0; }

.bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  -webkit-transform: translateX(250px);
  transform: translateX(250px); }

.bmd-drawer-f-r > .bmd-layout-header,
.bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0; }

.bmd-drawer-f-t > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px); }

.bmd-drawer-f-t > .bmd-layout-content {
  margin-top: 0; }

.bmd-drawer-f-b > .bmd-layout-drawer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transform: translateY(110px);
  transform: translateY(110px); }

.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0; }

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 240px);
  margin-left: 240px; }

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-drawer {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 240px; }

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 240px);
  margin-right: 240px; }

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-drawer {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 240px; }

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 100px; }

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t > .bmd-layout-drawer {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b > .bmd-layout-drawer {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 100px; }

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5); }

@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1; } }

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0; }

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0; }

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5); }

@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1; } }

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 0; }

:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0; }

@media (min-width: 544px) {
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px; } }

@media (min-width: 544px) {
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px; }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t > .bmd-layout-drawer {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b > .bmd-layout-drawer {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px; } }

@media (max-width: 767px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5); }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1; } }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0; }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 767px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5); }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1; } }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0; }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px; } }

@media (min-width: 768px) {
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px; }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t > .bmd-layout-drawer {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b > .bmd-layout-drawer {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px; } }

@media (max-width: 991px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5); }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1; } }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0; }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 991px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5); }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1; } }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0; }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px; } }

@media (min-width: 992px) {
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px; }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t > .bmd-layout-drawer {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b > .bmd-layout-drawer {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px; } }

@media (max-width: 1199px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5); }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1; } }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0; }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 1199px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5); }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1; } }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0; }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px; }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px; } }

@media (min-width: 1200px) {
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px; }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t > .bmd-layout-drawer {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b > .bmd-layout-drawer {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px; } }

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5); }

@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1; } }

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0; }

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0; }

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5); }

@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1; } }

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 0; }

:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0; }

.ripple {
  position: relative; }

.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit; }

.ripple-container .ripple-decorator {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%; }

.ripple-container .ripple-decorator.ripple-on {
  opacity: 0.1;
  -webkit-transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }

.ripple-container .ripple-decorator.ripple-out {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear 0s !important;
  transition: opacity 0.1s linear 0s !important; }

body,
html {
  height: 100%;
  min-height: 100%; }

body {
  font-family: "Roboto", "Helvetica", sans-serif !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative; }

a,
.btn {
  color: #212121; }

a:hover, a:focus, a:active,
.btn:hover,
.btn:focus,
.btn:active {
  cursor: pointer;
  outline: none !important;
  text-decoration: none !important; }

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0; }

input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 transparent; }

.widget {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  margin-bottom: 20px; }

.widget .title {
  margin-bottom: 30px; }

::-moz-selection {
  background-color: #ffccbc; }

::selection {
  background-color: #ffccbc; }

.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-bg,
.bg-transparent {
  background-color: transparent !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-white-hover:hover, .bg-white-hover:active, .bg-white-hover:focus {
  background-color: #ffffff !important; }

.color-white {
  color: #ffffff !important; }

.color-white-hover:hover, .color-white-hover:active, .color-white-hover:focus {
  color: #ffffff !important; }

.border-color-white {
  border-color: #ffffff !important; }

.border-color-white-hover:hover, .border-color-white-hover:active, .border-color-white-hover:focus {
  border-color: #ffffff !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-black-hover:hover, .bg-black-hover:active, .bg-black-hover:focus {
  background-color: #000000 !important; }

.color-black {
  color: #000000 !important; }

.color-black-hover:hover, .color-black-hover:active, .color-black-hover:focus {
  color: #000000 !important; }

.border-color-black {
  border-color: #000000 !important; }

.border-color-black-hover:hover, .border-color-black-hover:active, .border-color-black-hover:focus {
  border-color: #000000 !important; }

.bg-light {
  background-color: #f5f5f5 !important; }

.bg-light-hover:hover, .bg-light-hover:active, .bg-light-hover:focus {
  background-color: #f5f5f5 !important; }

.color-light {
  color: #f5f5f5 !important; }

.color-light-hover:hover, .color-light-hover:active, .color-light-hover:focus {
  color: #f5f5f5 !important; }

.border-color-light {
  border-color: #f5f5f5 !important; }

.border-color-light-hover:hover, .border-color-light-hover:active, .border-color-light-hover:focus {
  border-color: #f5f5f5 !important; }

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

.bg-dark-hover:hover, .bg-dark-hover:active, .bg-dark-hover:focus {
  background-color: #212121 !important; }

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

.color-dark-hover:hover, .color-dark-hover:active, .color-dark-hover:focus {
  color: #212121 !important; }

.border-color-dark {
  border-color: #212121 !important; }

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

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

.bg-default-hover:hover, .bg-default-hover:active, .bg-default-hover:focus {
  background-color: #212121 !important; }

.color-default {
  color: #212121 !important; }

.color-default-hover:hover, .color-default-hover:active, .color-default-hover:focus {
  color: #212121 !important; }

.border-color-default {
  border-color: #212121 !important; }

.border-color-default-hover:hover, .border-color-default-hover:active, .border-color-default-hover:focus {
  border-color: #212121 !important; }

.bg-primary {
  background-color: #0d47a1 !important; }

.bg-primary-hover:hover, .bg-primary-hover:active, .bg-primary-hover:focus {
  background-color: #0d47a1 !important; }

.color-primary {
  color: #0d47a1 !important; }

.color-primary-hover:hover, .color-primary-hover:active, .color-primary-hover:focus {
  color: #0d47a1 !important; }

.border-color-primary {
  border-color: #0d47a1 !important; }

.border-color-primary-hover:hover, .border-color-primary-hover:active, .border-color-primary-hover:focus {
  border-color: #0d47a1 !important; }

.bg-secondary {
  background-color: #c51162 !important; }

.bg-secondary-hover:hover, .bg-secondary-hover:active, .bg-secondary-hover:focus {
  background-color: #c51162 !important; }

.color-secondary {
  color: #c51162 !important; }

.color-secondary-hover:hover, .color-secondary-hover:active, .color-secondary-hover:focus {
  color: #c51162 !important; }

.border-color-secondary {
  border-color: #c51162 !important; }

.border-color-secondary-hover:hover, .border-color-secondary-hover:active, .border-color-secondary-hover:focus {
  border-color: #c51162 !important; }

.bg-success {
  background-color: #388e3c !important; }

.bg-success-hover:hover, .bg-success-hover:active, .bg-success-hover:focus {
  background-color: #388e3c !important; }

.color-success {
  color: #388e3c !important; }

.color-success-hover:hover, .color-success-hover:active, .color-success-hover:focus {
  color: #388e3c !important; }

.border-color-success {
  border-color: #388e3c !important; }

.border-color-success-hover:hover, .border-color-success-hover:active, .border-color-success-hover:focus {
  border-color: #388e3c !important; }

.bg-info {
  background-color: #0091ea !important; }

.bg-info-hover:hover, .bg-info-hover:active, .bg-info-hover:focus {
  background-color: #0091ea !important; }

.color-info {
  color: #0091ea !important; }

.color-info-hover:hover, .color-info-hover:active, .color-info-hover:focus {
  color: #0091ea !important; }

.border-color-info {
  border-color: #0091ea !important; }

.border-color-info-hover:hover, .border-color-info-hover:active, .border-color-info-hover:focus {
  border-color: #0091ea !important; }

.bg-warning {
  background-color: #ffa000 !important; }

.bg-warning-hover:hover, .bg-warning-hover:active, .bg-warning-hover:focus {
  background-color: #ffa000 !important; }

.color-warning {
  color: #ffa000 !important; }

.color-warning-hover:hover, .color-warning-hover:active, .color-warning-hover:focus {
  color: #ffa000 !important; }

.border-color-warning {
  border-color: #ffa000 !important; }

.border-color-warning-hover:hover, .border-color-warning-hover:active, .border-color-warning-hover:focus {
  border-color: #ffa000 !important; }

.bg-danger {
  background-color: #d32f2f !important; }

.bg-danger-hover:hover, .bg-danger-hover:active, .bg-danger-hover:focus {
  background-color: #d32f2f !important; }

.color-danger {
  color: #d32f2f !important; }

.color-danger-hover:hover, .color-danger-hover:active, .color-danger-hover:focus {
  color: #d32f2f !important; }

.border-color-danger {
  border-color: #d32f2f !important; }

.border-color-danger-hover:hover, .border-color-danger-hover:active, .border-color-danger-hover:focus {
  border-color: #d32f2f !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-white-hover:hover, .bg-white-hover:active, .bg-white-hover:focus {
  background-color: #ffffff !important; }

.color-white {
  color: #ffffff !important; }

.color-white-hover:hover, .color-white-hover:active, .color-white-hover:focus {
  color: #ffffff !important; }

.border-color-white {
  border-color: #ffffff !important; }

.border-color-white-hover:hover, .border-color-white-hover:active, .border-color-white-hover:focus {
  border-color: #ffffff !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-black-hover:hover, .bg-black-hover:active, .bg-black-hover:focus {
  background-color: #000000 !important; }

.color-black {
  color: #000000 !important; }

.color-black-hover:hover, .color-black-hover:active, .color-black-hover:focus {
  color: #000000 !important; }

.border-color-black {
  border-color: #000000 !important; }

.border-color-black-hover:hover, .border-color-black-hover:active, .border-color-black-hover:focus {
  border-color: #000000 !important; }

.bg-red-50 {
  background-color: #ffebee !important; }

.bg-red-50-hover:hover, .bg-red-50-hover:active, .bg-red-50-hover:focus {
  background-color: #ffebee !important; }

.color-red-50 {
  color: #ffebee !important; }

.color-red-50-hover:hover, .color-red-50-hover:active, .color-red-50-hover:focus {
  color: #ffebee !important; }

.border-color-red-50 {
  border-color: #ffebee !important; }

.border-color-red-50-hover:hover, .border-color-red-50-hover:active, .border-color-red-50-hover:focus {
  border-color: #ffebee !important; }

.bg-red-100 {
  background-color: #ffcdd2 !important; }

.bg-red-100-hover:hover, .bg-red-100-hover:active, .bg-red-100-hover:focus {
  background-color: #ffcdd2 !important; }

.color-red-100 {
  color: #ffcdd2 !important; }

.color-red-100-hover:hover, .color-red-100-hover:active, .color-red-100-hover:focus {
  color: #ffcdd2 !important; }

.border-color-red-100 {
  border-color: #ffcdd2 !important; }

.border-color-red-100-hover:hover, .border-color-red-100-hover:active, .border-color-red-100-hover:focus {
  border-color: #ffcdd2 !important; }

.bg-red-200 {
  background-color: #ef9a9a !important; }

.bg-red-200-hover:hover, .bg-red-200-hover:active, .bg-red-200-hover:focus {
  background-color: #ef9a9a !important; }

.color-red-200 {
  color: #ef9a9a !important; }

.color-red-200-hover:hover, .color-red-200-hover:active, .color-red-200-hover:focus {
  color: #ef9a9a !important; }

.border-color-red-200 {
  border-color: #ef9a9a !important; }

.border-color-red-200-hover:hover, .border-color-red-200-hover:active, .border-color-red-200-hover:focus {
  border-color: #ef9a9a !important; }

.bg-red-300 {
  background-color: #e57373 !important; }

.bg-red-300-hover:hover, .bg-red-300-hover:active, .bg-red-300-hover:focus {
  background-color: #e57373 !important; }

.color-red-300 {
  color: #e57373 !important; }

.color-red-300-hover:hover, .color-red-300-hover:active, .color-red-300-hover:focus {
  color: #e57373 !important; }

.border-color-red-300 {
  border-color: #e57373 !important; }

.border-color-red-300-hover:hover, .border-color-red-300-hover:active, .border-color-red-300-hover:focus {
  border-color: #e57373 !important; }

.bg-red-400 {
  background-color: #ef5350 !important; }

.bg-red-400-hover:hover, .bg-red-400-hover:active, .bg-red-400-hover:focus {
  background-color: #ef5350 !important; }

.color-red-400 {
  color: #ef5350 !important; }

.color-red-400-hover:hover, .color-red-400-hover:active, .color-red-400-hover:focus {
  color: #ef5350 !important; }

.border-color-red-400 {
  border-color: #ef5350 !important; }

.border-color-red-400-hover:hover, .border-color-red-400-hover:active, .border-color-red-400-hover:focus {
  border-color: #ef5350 !important; }

.bg-red-500 {
  background-color: #f44336 !important; }

.bg-red-500-hover:hover, .bg-red-500-hover:active, .bg-red-500-hover:focus {
  background-color: #f44336 !important; }

.color-red-500 {
  color: #f44336 !important; }

.color-red-500-hover:hover, .color-red-500-hover:active, .color-red-500-hover:focus {
  color: #f44336 !important; }

.border-color-red-500 {
  border-color: #f44336 !important; }

.border-color-red-500-hover:hover, .border-color-red-500-hover:active, .border-color-red-500-hover:focus {
  border-color: #f44336 !important; }

.bg-red-600 {
  background-color: #e53935 !important; }

.bg-red-600-hover:hover, .bg-red-600-hover:active, .bg-red-600-hover:focus {
  background-color: #e53935 !important; }

.color-red-600 {
  color: #e53935 !important; }

.color-red-600-hover:hover, .color-red-600-hover:active, .color-red-600-hover:focus {
  color: #e53935 !important; }

.border-color-red-600 {
  border-color: #e53935 !important; }

.border-color-red-600-hover:hover, .border-color-red-600-hover:active, .border-color-red-600-hover:focus {
  border-color: #e53935 !important; }

.bg-red-700 {
  background-color: #d32f2f !important; }

.bg-red-700-hover:hover, .bg-red-700-hover:active, .bg-red-700-hover:focus {
  background-color: #d32f2f !important; }

.color-red-700 {
  color: #d32f2f !important; }

.color-red-700-hover:hover, .color-red-700-hover:active, .color-red-700-hover:focus {
  color: #d32f2f !important; }

.border-color-red-700 {
  border-color: #d32f2f !important; }

.border-color-red-700-hover:hover, .border-color-red-700-hover:active, .border-color-red-700-hover:focus {
  border-color: #d32f2f !important; }

.bg-red-800 {
  background-color: #c62828 !important; }

.bg-red-800-hover:hover, .bg-red-800-hover:active, .bg-red-800-hover:focus {
  background-color: #c62828 !important; }

.color-red-800 {
  color: #c62828 !important; }

.color-red-800-hover:hover, .color-red-800-hover:active, .color-red-800-hover:focus {
  color: #c62828 !important; }

.border-color-red-800 {
  border-color: #c62828 !important; }

.border-color-red-800-hover:hover, .border-color-red-800-hover:active, .border-color-red-800-hover:focus {
  border-color: #c62828 !important; }

.bg-red-900 {
  background-color: #b71c1c !important; }

.bg-red-900-hover:hover, .bg-red-900-hover:active, .bg-red-900-hover:focus {
  background-color: #b71c1c !important; }

.color-red-900 {
  color: #b71c1c !important; }

.color-red-900-hover:hover, .color-red-900-hover:active, .color-red-900-hover:focus {
  color: #b71c1c !important; }

.border-color-red-900 {
  border-color: #b71c1c !important; }

.border-color-red-900-hover:hover, .border-color-red-900-hover:active, .border-color-red-900-hover:focus {
  border-color: #b71c1c !important; }

.bg-red-a100 {
  background-color: #ff8a80 !important; }

.bg-red-a100-hover:hover, .bg-red-a100-hover:active, .bg-red-a100-hover:focus {
  background-color: #ff8a80 !important; }

.color-red-a100 {
  color: #ff8a80 !important; }

.color-red-a100-hover:hover, .color-red-a100-hover:active, .color-red-a100-hover:focus {
  color: #ff8a80 !important; }

.border-color-red-a100 {
  border-color: #ff8a80 !important; }

.border-color-red-a100-hover:hover, .border-color-red-a100-hover:active, .border-color-red-a100-hover:focus {
  border-color: #ff8a80 !important; }

.bg-red-a200 {
  background-color: #ff5252 !important; }

.bg-red-a200-hover:hover, .bg-red-a200-hover:active, .bg-red-a200-hover:focus {
  background-color: #ff5252 !important; }

.color-red-a200 {
  color: #ff5252 !important; }

.color-red-a200-hover:hover, .color-red-a200-hover:active, .color-red-a200-hover:focus {
  color: #ff5252 !important; }

.border-color-red-a200 {
  border-color: #ff5252 !important; }

.border-color-red-a200-hover:hover, .border-color-red-a200-hover:active, .border-color-red-a200-hover:focus {
  border-color: #ff5252 !important; }

.bg-red-a400 {
  background-color: #ff1744 !important; }

.bg-red-a400-hover:hover, .bg-red-a400-hover:active, .bg-red-a400-hover:focus {
  background-color: #ff1744 !important; }

.color-red-a400 {
  color: #ff1744 !important; }

.color-red-a400-hover:hover, .color-red-a400-hover:active, .color-red-a400-hover:focus {
  color: #ff1744 !important; }

.border-color-red-a400 {
  border-color: #ff1744 !important; }

.border-color-red-a400-hover:hover, .border-color-red-a400-hover:active, .border-color-red-a400-hover:focus {
  border-color: #ff1744 !important; }

.bg-red-a700 {
  background-color: #d50000 !important; }

.bg-red-a700-hover:hover, .bg-red-a700-hover:active, .bg-red-a700-hover:focus {
  background-color: #d50000 !important; }

.color-red-a700 {
  color: #d50000 !important; }

.color-red-a700-hover:hover, .color-red-a700-hover:active, .color-red-a700-hover:focus {
  color: #d50000 !important; }

.border-color-red-a700 {
  border-color: #d50000 !important; }

.border-color-red-a700-hover:hover, .border-color-red-a700-hover:active, .border-color-red-a700-hover:focus {
  border-color: #d50000 !important; }

.bg-pink-50 {
  background-color: #fce4ec !important; }

.bg-pink-50-hover:hover, .bg-pink-50-hover:active, .bg-pink-50-hover:focus {
  background-color: #fce4ec !important; }

.color-pink-50 {
  color: #fce4ec !important; }

.color-pink-50-hover:hover, .color-pink-50-hover:active, .color-pink-50-hover:focus {
  color: #fce4ec !important; }

.border-color-pink-50 {
  border-color: #fce4ec !important; }

.border-color-pink-50-hover:hover, .border-color-pink-50-hover:active, .border-color-pink-50-hover:focus {
  border-color: #fce4ec !important; }

.bg-pink-100 {
  background-color: #f8bbd0 !important; }

.bg-pink-100-hover:hover, .bg-pink-100-hover:active, .bg-pink-100-hover:focus {
  background-color: #f8bbd0 !important; }

.color-pink-100 {
  color: #f8bbd0 !important; }

.color-pink-100-hover:hover, .color-pink-100-hover:active, .color-pink-100-hover:focus {
  color: #f8bbd0 !important; }

.border-color-pink-100 {
  border-color: #f8bbd0 !important; }

.border-color-pink-100-hover:hover, .border-color-pink-100-hover:active, .border-color-pink-100-hover:focus {
  border-color: #f8bbd0 !important; }

.bg-pink-200 {
  background-color: #f48fb1 !important; }

.bg-pink-200-hover:hover, .bg-pink-200-hover:active, .bg-pink-200-hover:focus {
  background-color: #f48fb1 !important; }

.color-pink-200 {
  color: #f48fb1 !important; }

.color-pink-200-hover:hover, .color-pink-200-hover:active, .color-pink-200-hover:focus {
  color: #f48fb1 !important; }

.border-color-pink-200 {
  border-color: #f48fb1 !important; }

.border-color-pink-200-hover:hover, .border-color-pink-200-hover:active, .border-color-pink-200-hover:focus {
  border-color: #f48fb1 !important; }

.bg-pink-300 {
  background-color: #f06292 !important; }

.bg-pink-300-hover:hover, .bg-pink-300-hover:active, .bg-pink-300-hover:focus {
  background-color: #f06292 !important; }

.color-pink-300 {
  color: #f06292 !important; }

.color-pink-300-hover:hover, .color-pink-300-hover:active, .color-pink-300-hover:focus {
  color: #f06292 !important; }

.border-color-pink-300 {
  border-color: #f06292 !important; }

.border-color-pink-300-hover:hover, .border-color-pink-300-hover:active, .border-color-pink-300-hover:focus {
  border-color: #f06292 !important; }

.bg-pink-400 {
  background-color: #ec407a !important; }

.bg-pink-400-hover:hover, .bg-pink-400-hover:active, .bg-pink-400-hover:focus {
  background-color: #ec407a !important; }

.color-pink-400 {
  color: #ec407a !important; }

.color-pink-400-hover:hover, .color-pink-400-hover:active, .color-pink-400-hover:focus {
  color: #ec407a !important; }

.border-color-pink-400 {
  border-color: #ec407a !important; }

.border-color-pink-400-hover:hover, .border-color-pink-400-hover:active, .border-color-pink-400-hover:focus {
  border-color: #ec407a !important; }

.bg-pink-500 {
  background-color: #e91e63 !important; }

.bg-pink-500-hover:hover, .bg-pink-500-hover:active, .bg-pink-500-hover:focus {
  background-color: #e91e63 !important; }

.color-pink-500 {
  color: #e91e63 !important; }

.color-pink-500-hover:hover, .color-pink-500-hover:active, .color-pink-500-hover:focus {
  color: #e91e63 !important; }

.border-color-pink-500 {
  border-color: #e91e63 !important; }

.border-color-pink-500-hover:hover, .border-color-pink-500-hover:active, .border-color-pink-500-hover:focus {
  border-color: #e91e63 !important; }

.bg-pink-600 {
  background-color: #d81b60 !important; }

.bg-pink-600-hover:hover, .bg-pink-600-hover:active, .bg-pink-600-hover:focus {
  background-color: #d81b60 !important; }

.color-pink-600 {
  color: #d81b60 !important; }

.color-pink-600-hover:hover, .color-pink-600-hover:active, .color-pink-600-hover:focus {
  color: #d81b60 !important; }

.border-color-pink-600 {
  border-color: #d81b60 !important; }

.border-color-pink-600-hover:hover, .border-color-pink-600-hover:active, .border-color-pink-600-hover:focus {
  border-color: #d81b60 !important; }

.bg-pink-700 {
  background-color: #c2185b !important; }

.bg-pink-700-hover:hover, .bg-pink-700-hover:active, .bg-pink-700-hover:focus {
  background-color: #c2185b !important; }

.color-pink-700 {
  color: #c2185b !important; }

.color-pink-700-hover:hover, .color-pink-700-hover:active, .color-pink-700-hover:focus {
  color: #c2185b !important; }

.border-color-pink-700 {
  border-color: #c2185b !important; }

.border-color-pink-700-hover:hover, .border-color-pink-700-hover:active, .border-color-pink-700-hover:focus {
  border-color: #c2185b !important; }

.bg-pink-800 {
  background-color: #ad1457 !important; }

.bg-pink-800-hover:hover, .bg-pink-800-hover:active, .bg-pink-800-hover:focus {
  background-color: #ad1457 !important; }

.color-pink-800 {
  color: #ad1457 !important; }

.color-pink-800-hover:hover, .color-pink-800-hover:active, .color-pink-800-hover:focus {
  color: #ad1457 !important; }

.border-color-pink-800 {
  border-color: #ad1457 !important; }

.border-color-pink-800-hover:hover, .border-color-pink-800-hover:active, .border-color-pink-800-hover:focus {
  border-color: #ad1457 !important; }

.bg-pink-900 {
  background-color: #880e4f !important; }

.bg-pink-900-hover:hover, .bg-pink-900-hover:active, .bg-pink-900-hover:focus {
  background-color: #880e4f !important; }

.color-pink-900 {
  color: #880e4f !important; }

.color-pink-900-hover:hover, .color-pink-900-hover:active, .color-pink-900-hover:focus {
  color: #880e4f !important; }

.border-color-pink-900 {
  border-color: #880e4f !important; }

.border-color-pink-900-hover:hover, .border-color-pink-900-hover:active, .border-color-pink-900-hover:focus {
  border-color: #880e4f !important; }

.bg-pink-a100 {
  background-color: #ff80ab !important; }

.bg-pink-a100-hover:hover, .bg-pink-a100-hover:active, .bg-pink-a100-hover:focus {
  background-color: #ff80ab !important; }

.color-pink-a100 {
  color: #ff80ab !important; }

.color-pink-a100-hover:hover, .color-pink-a100-hover:active, .color-pink-a100-hover:focus {
  color: #ff80ab !important; }

.border-color-pink-a100 {
  border-color: #ff80ab !important; }

.border-color-pink-a100-hover:hover, .border-color-pink-a100-hover:active, .border-color-pink-a100-hover:focus {
  border-color: #ff80ab !important; }

.bg-pink-a200 {
  background-color: #ff4081 !important; }

.bg-pink-a200-hover:hover, .bg-pink-a200-hover:active, .bg-pink-a200-hover:focus {
  background-color: #ff4081 !important; }

.color-pink-a200 {
  color: #ff4081 !important; }

.color-pink-a200-hover:hover, .color-pink-a200-hover:active, .color-pink-a200-hover:focus {
  color: #ff4081 !important; }

.border-color-pink-a200 {
  border-color: #ff4081 !important; }

.border-color-pink-a200-hover:hover, .border-color-pink-a200-hover:active, .border-color-pink-a200-hover:focus {
  border-color: #ff4081 !important; }

.bg-pink-a400 {
  background-color: #f50057 !important; }

.bg-pink-a400-hover:hover, .bg-pink-a400-hover:active, .bg-pink-a400-hover:focus {
  background-color: #f50057 !important; }

.color-pink-a400 {
  color: #f50057 !important; }

.color-pink-a400-hover:hover, .color-pink-a400-hover:active, .color-pink-a400-hover:focus {
  color: #f50057 !important; }

.border-color-pink-a400 {
  border-color: #f50057 !important; }

.border-color-pink-a400-hover:hover, .border-color-pink-a400-hover:active, .border-color-pink-a400-hover:focus {
  border-color: #f50057 !important; }

.bg-pink-a700 {
  background-color: #c51162 !important; }

.bg-pink-a700-hover:hover, .bg-pink-a700-hover:active, .bg-pink-a700-hover:focus {
  background-color: #c51162 !important; }

.color-pink-a700 {
  color: #c51162 !important; }

.color-pink-a700-hover:hover, .color-pink-a700-hover:active, .color-pink-a700-hover:focus {
  color: #c51162 !important; }

.border-color-pink-a700 {
  border-color: #c51162 !important; }

.border-color-pink-a700-hover:hover, .border-color-pink-a700-hover:active, .border-color-pink-a700-hover:focus {
  border-color: #c51162 !important; }

.bg-purple-50 {
  background-color: #f3e5f5 !important; }

.bg-purple-50-hover:hover, .bg-purple-50-hover:active, .bg-purple-50-hover:focus {
  background-color: #f3e5f5 !important; }

.color-purple-50 {
  color: #f3e5f5 !important; }

.color-purple-50-hover:hover, .color-purple-50-hover:active, .color-purple-50-hover:focus {
  color: #f3e5f5 !important; }

.border-color-purple-50 {
  border-color: #f3e5f5 !important; }

.border-color-purple-50-hover:hover, .border-color-purple-50-hover:active, .border-color-purple-50-hover:focus {
  border-color: #f3e5f5 !important; }

.bg-purple-100 {
  background-color: #e1bee7 !important; }

.bg-purple-100-hover:hover, .bg-purple-100-hover:active, .bg-purple-100-hover:focus {
  background-color: #e1bee7 !important; }

.color-purple-100 {
  color: #e1bee7 !important; }

.color-purple-100-hover:hover, .color-purple-100-hover:active, .color-purple-100-hover:focus {
  color: #e1bee7 !important; }

.border-color-purple-100 {
  border-color: #e1bee7 !important; }

.border-color-purple-100-hover:hover, .border-color-purple-100-hover:active, .border-color-purple-100-hover:focus {
  border-color: #e1bee7 !important; }

.bg-purple-200 {
  background-color: #ce93d8 !important; }

.bg-purple-200-hover:hover, .bg-purple-200-hover:active, .bg-purple-200-hover:focus {
  background-color: #ce93d8 !important; }

.color-purple-200 {
  color: #ce93d8 !important; }

.color-purple-200-hover:hover, .color-purple-200-hover:active, .color-purple-200-hover:focus {
  color: #ce93d8 !important; }

.border-color-purple-200 {
  border-color: #ce93d8 !important; }

.border-color-purple-200-hover:hover, .border-color-purple-200-hover:active, .border-color-purple-200-hover:focus {
  border-color: #ce93d8 !important; }

.bg-purple-300 {
  background-color: #ba68c8 !important; }

.bg-purple-300-hover:hover, .bg-purple-300-hover:active, .bg-purple-300-hover:focus {
  background-color: #ba68c8 !important; }

.color-purple-300 {
  color: #ba68c8 !important; }

.color-purple-300-hover:hover, .color-purple-300-hover:active, .color-purple-300-hover:focus {
  color: #ba68c8 !important; }

.border-color-purple-300 {
  border-color: #ba68c8 !important; }

.border-color-purple-300-hover:hover, .border-color-purple-300-hover:active, .border-color-purple-300-hover:focus {
  border-color: #ba68c8 !important; }

.bg-purple-400 {
  background-color: #ab47bc !important; }

.bg-purple-400-hover:hover, .bg-purple-400-hover:active, .bg-purple-400-hover:focus {
  background-color: #ab47bc !important; }

.color-purple-400 {
  color: #ab47bc !important; }

.color-purple-400-hover:hover, .color-purple-400-hover:active, .color-purple-400-hover:focus {
  color: #ab47bc !important; }

.border-color-purple-400 {
  border-color: #ab47bc !important; }

.border-color-purple-400-hover:hover, .border-color-purple-400-hover:active, .border-color-purple-400-hover:focus {
  border-color: #ab47bc !important; }

.bg-purple-500 {
  background-color: #9c27b0 !important; }

.bg-purple-500-hover:hover, .bg-purple-500-hover:active, .bg-purple-500-hover:focus {
  background-color: #9c27b0 !important; }

.color-purple-500 {
  color: #9c27b0 !important; }

.color-purple-500-hover:hover, .color-purple-500-hover:active, .color-purple-500-hover:focus {
  color: #9c27b0 !important; }

.border-color-purple-500 {
  border-color: #9c27b0 !important; }

.border-color-purple-500-hover:hover, .border-color-purple-500-hover:active, .border-color-purple-500-hover:focus {
  border-color: #9c27b0 !important; }

.bg-purple-600 {
  background-color: #8e24aa !important; }

.bg-purple-600-hover:hover, .bg-purple-600-hover:active, .bg-purple-600-hover:focus {
  background-color: #8e24aa !important; }

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

.color-purple-600-hover:hover, .color-purple-600-hover:active, .color-purple-600-hover:focus {
  color: #8e24aa !important; }

.border-color-purple-600 {
  border-color: #8e24aa !important; }

.border-color-purple-600-hover:hover, .border-color-purple-600-hover:active, .border-color-purple-600-hover:focus {
  border-color: #8e24aa !important; }

.bg-purple-700 {
  background-color: #7b1fa2 !important; }

.bg-purple-700-hover:hover, .bg-purple-700-hover:active, .bg-purple-700-hover:focus {
  background-color: #7b1fa2 !important; }

.color-purple-700 {
  color: #7b1fa2 !important; }

.color-purple-700-hover:hover, .color-purple-700-hover:active, .color-purple-700-hover:focus {
  color: #7b1fa2 !important; }

.border-color-purple-700 {
  border-color: #7b1fa2 !important; }

.border-color-purple-700-hover:hover, .border-color-purple-700-hover:active, .border-color-purple-700-hover:focus {
  border-color: #7b1fa2 !important; }

.bg-purple-800 {
  background-color: #6a1b9a !important; }

.bg-purple-800-hover:hover, .bg-purple-800-hover:active, .bg-purple-800-hover:focus {
  background-color: #6a1b9a !important; }

.color-purple-800 {
  color: #6a1b9a !important; }

.color-purple-800-hover:hover, .color-purple-800-hover:active, .color-purple-800-hover:focus {
  color: #6a1b9a !important; }

.border-color-purple-800 {
  border-color: #6a1b9a !important; }

.border-color-purple-800-hover:hover, .border-color-purple-800-hover:active, .border-color-purple-800-hover:focus {
  border-color: #6a1b9a !important; }

.bg-purple-900 {
  background-color: #4a148c !important; }

.bg-purple-900-hover:hover, .bg-purple-900-hover:active, .bg-purple-900-hover:focus {
  background-color: #4a148c !important; }

.color-purple-900 {
  color: #4a148c !important; }

.color-purple-900-hover:hover, .color-purple-900-hover:active, .color-purple-900-hover:focus {
  color: #4a148c !important; }

.border-color-purple-900 {
  border-color: #4a148c !important; }

.border-color-purple-900-hover:hover, .border-color-purple-900-hover:active, .border-color-purple-900-hover:focus {
  border-color: #4a148c !important; }

.bg-purple-a100 {
  background-color: #ea80fc !important; }

.bg-purple-a100-hover:hover, .bg-purple-a100-hover:active, .bg-purple-a100-hover:focus {
  background-color: #ea80fc !important; }

.color-purple-a100 {
  color: #ea80fc !important; }

.color-purple-a100-hover:hover, .color-purple-a100-hover:active, .color-purple-a100-hover:focus {
  color: #ea80fc !important; }

.border-color-purple-a100 {
  border-color: #ea80fc !important; }

.border-color-purple-a100-hover:hover, .border-color-purple-a100-hover:active, .border-color-purple-a100-hover:focus {
  border-color: #ea80fc !important; }

.bg-purple-a200 {
  background-color: #e040fb !important; }

.bg-purple-a200-hover:hover, .bg-purple-a200-hover:active, .bg-purple-a200-hover:focus {
  background-color: #e040fb !important; }

.color-purple-a200 {
  color: #e040fb !important; }

.color-purple-a200-hover:hover, .color-purple-a200-hover:active, .color-purple-a200-hover:focus {
  color: #e040fb !important; }

.border-color-purple-a200 {
  border-color: #e040fb !important; }

.border-color-purple-a200-hover:hover, .border-color-purple-a200-hover:active, .border-color-purple-a200-hover:focus {
  border-color: #e040fb !important; }

.bg-purple-a400 {
  background-color: #d500f9 !important; }

.bg-purple-a400-hover:hover, .bg-purple-a400-hover:active, .bg-purple-a400-hover:focus {
  background-color: #d500f9 !important; }

.color-purple-a400 {
  color: #d500f9 !important; }

.color-purple-a400-hover:hover, .color-purple-a400-hover:active, .color-purple-a400-hover:focus {
  color: #d500f9 !important; }

.border-color-purple-a400 {
  border-color: #d500f9 !important; }

.border-color-purple-a400-hover:hover, .border-color-purple-a400-hover:active, .border-color-purple-a400-hover:focus {
  border-color: #d500f9 !important; }

.bg-purple-a700 {
  background-color: #aa00ff !important; }

.bg-purple-a700-hover:hover, .bg-purple-a700-hover:active, .bg-purple-a700-hover:focus {
  background-color: #aa00ff !important; }

.color-purple-a700 {
  color: #aa00ff !important; }

.color-purple-a700-hover:hover, .color-purple-a700-hover:active, .color-purple-a700-hover:focus {
  color: #aa00ff !important; }

.border-color-purple-a700 {
  border-color: #aa00ff !important; }

.border-color-purple-a700-hover:hover, .border-color-purple-a700-hover:active, .border-color-purple-a700-hover:focus {
  border-color: #aa00ff !important; }

.bg-deep-purple-50 {
  background-color: #ede7f6 !important; }

.bg-deep-purple-50-hover:hover, .bg-deep-purple-50-hover:active, .bg-deep-purple-50-hover:focus {
  background-color: #ede7f6 !important; }

.color-deep-purple-50 {
  color: #ede7f6 !important; }

.color-deep-purple-50-hover:hover, .color-deep-purple-50-hover:active, .color-deep-purple-50-hover:focus {
  color: #ede7f6 !important; }

.border-color-deep-purple-50 {
  border-color: #ede7f6 !important; }

.border-color-deep-purple-50-hover:hover, .border-color-deep-purple-50-hover:active, .border-color-deep-purple-50-hover:focus {
  border-color: #ede7f6 !important; }

.bg-deep-purple-100 {
  background-color: #d1c4e9 !important; }

.bg-deep-purple-100-hover:hover, .bg-deep-purple-100-hover:active, .bg-deep-purple-100-hover:focus {
  background-color: #d1c4e9 !important; }

.color-deep-purple-100 {
  color: #d1c4e9 !important; }

.color-deep-purple-100-hover:hover, .color-deep-purple-100-hover:active, .color-deep-purple-100-hover:focus {
  color: #d1c4e9 !important; }

.border-color-deep-purple-100 {
  border-color: #d1c4e9 !important; }

.border-color-deep-purple-100-hover:hover, .border-color-deep-purple-100-hover:active, .border-color-deep-purple-100-hover:focus {
  border-color: #d1c4e9 !important; }

.bg-deep-purple-200 {
  background-color: #b39ddb !important; }

.bg-deep-purple-200-hover:hover, .bg-deep-purple-200-hover:active, .bg-deep-purple-200-hover:focus {
  background-color: #b39ddb !important; }

.color-deep-purple-200 {
  color: #b39ddb !important; }

.color-deep-purple-200-hover:hover, .color-deep-purple-200-hover:active, .color-deep-purple-200-hover:focus {
  color: #b39ddb !important; }

.border-color-deep-purple-200 {
  border-color: #b39ddb !important; }

.border-color-deep-purple-200-hover:hover, .border-color-deep-purple-200-hover:active, .border-color-deep-purple-200-hover:focus {
  border-color: #b39ddb !important; }

.bg-deep-purple-300 {
  background-color: #9575cd !important; }

.bg-deep-purple-300-hover:hover, .bg-deep-purple-300-hover:active, .bg-deep-purple-300-hover:focus {
  background-color: #9575cd !important; }

.color-deep-purple-300 {
  color: #9575cd !important; }

.color-deep-purple-300-hover:hover, .color-deep-purple-300-hover:active, .color-deep-purple-300-hover:focus {
  color: #9575cd !important; }

.border-color-deep-purple-300 {
  border-color: #9575cd !important; }

.border-color-deep-purple-300-hover:hover, .border-color-deep-purple-300-hover:active, .border-color-deep-purple-300-hover:focus {
  border-color: #9575cd !important; }

.bg-deep-purple-400 {
  background-color: #7e57c2 !important; }

.bg-deep-purple-400-hover:hover, .bg-deep-purple-400-hover:active, .bg-deep-purple-400-hover:focus {
  background-color: #7e57c2 !important; }

.color-deep-purple-400 {
  color: #7e57c2 !important; }

.color-deep-purple-400-hover:hover, .color-deep-purple-400-hover:active, .color-deep-purple-400-hover:focus {
  color: #7e57c2 !important; }

.border-color-deep-purple-400 {
  border-color: #7e57c2 !important; }

.border-color-deep-purple-400-hover:hover, .border-color-deep-purple-400-hover:active, .border-color-deep-purple-400-hover:focus {
  border-color: #7e57c2 !important; }

.bg-deep-purple-500 {
  background-color: #673ab7 !important; }

.bg-deep-purple-500-hover:hover, .bg-deep-purple-500-hover:active, .bg-deep-purple-500-hover:focus {
  background-color: #673ab7 !important; }

.color-deep-purple-500 {
  color: #673ab7 !important; }

.color-deep-purple-500-hover:hover, .color-deep-purple-500-hover:active, .color-deep-purple-500-hover:focus {
  color: #673ab7 !important; }

.border-color-deep-purple-500 {
  border-color: #673ab7 !important; }

.border-color-deep-purple-500-hover:hover, .border-color-deep-purple-500-hover:active, .border-color-deep-purple-500-hover:focus {
  border-color: #673ab7 !important; }

.bg-deep-purple-600 {
  background-color: #5e35b1 !important; }

.bg-deep-purple-600-hover:hover, .bg-deep-purple-600-hover:active, .bg-deep-purple-600-hover:focus {
  background-color: #5e35b1 !important; }

.color-deep-purple-600 {
  color: #5e35b1 !important; }

.color-deep-purple-600-hover:hover, .color-deep-purple-600-hover:active, .color-deep-purple-600-hover:focus {
  color: #5e35b1 !important; }

.border-color-deep-purple-600 {
  border-color: #5e35b1 !important; }

.border-color-deep-purple-600-hover:hover, .border-color-deep-purple-600-hover:active, .border-color-deep-purple-600-hover:focus {
  border-color: #5e35b1 !important; }

.bg-deep-purple-700 {
  background-color: #512da8 !important; }

.bg-deep-purple-700-hover:hover, .bg-deep-purple-700-hover:active, .bg-deep-purple-700-hover:focus {
  background-color: #512da8 !important; }

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

.color-deep-purple-700-hover:hover, .color-deep-purple-700-hover:active, .color-deep-purple-700-hover:focus {
  color: #512da8 !important; }

.border-color-deep-purple-700 {
  border-color: #512da8 !important; }

.border-color-deep-purple-700-hover:hover, .border-color-deep-purple-700-hover:active, .border-color-deep-purple-700-hover:focus {
  border-color: #512da8 !important; }

.bg-deep-purple-800 {
  background-color: #4527a0 !important; }

.bg-deep-purple-800-hover:hover, .bg-deep-purple-800-hover:active, .bg-deep-purple-800-hover:focus {
  background-color: #4527a0 !important; }

.color-deep-purple-800 {
  color: #4527a0 !important; }

.color-deep-purple-800-hover:hover, .color-deep-purple-800-hover:active, .color-deep-purple-800-hover:focus {
  color: #4527a0 !important; }

.border-color-deep-purple-800 {
  border-color: #4527a0 !important; }

.border-color-deep-purple-800-hover:hover, .border-color-deep-purple-800-hover:active, .border-color-deep-purple-800-hover:focus {
  border-color: #4527a0 !important; }

.bg-deep-purple-900 {
  background-color: #311b92 !important; }

.bg-deep-purple-900-hover:hover, .bg-deep-purple-900-hover:active, .bg-deep-purple-900-hover:focus {
  background-color: #311b92 !important; }

.color-deep-purple-900 {
  color: #311b92 !important; }

.color-deep-purple-900-hover:hover, .color-deep-purple-900-hover:active, .color-deep-purple-900-hover:focus {
  color: #311b92 !important; }

.border-color-deep-purple-900 {
  border-color: #311b92 !important; }

.border-color-deep-purple-900-hover:hover, .border-color-deep-purple-900-hover:active, .border-color-deep-purple-900-hover:focus {
  border-color: #311b92 !important; }

.bg-deep-purple-a100 {
  background-color: #b388ff !important; }

.bg-deep-purple-a100-hover:hover, .bg-deep-purple-a100-hover:active, .bg-deep-purple-a100-hover:focus {
  background-color: #b388ff !important; }

.color-deep-purple-a100 {
  color: #b388ff !important; }

.color-deep-purple-a100-hover:hover, .color-deep-purple-a100-hover:active, .color-deep-purple-a100-hover:focus {
  color: #b388ff !important; }

.border-color-deep-purple-a100 {
  border-color: #b388ff !important; }

.border-color-deep-purple-a100-hover:hover, .border-color-deep-purple-a100-hover:active, .border-color-deep-purple-a100-hover:focus {
  border-color: #b388ff !important; }

.bg-deep-purple-a200 {
  background-color: #7c4dff !important; }

.bg-deep-purple-a200-hover:hover, .bg-deep-purple-a200-hover:active, .bg-deep-purple-a200-hover:focus {
  background-color: #7c4dff !important; }

.color-deep-purple-a200 {
  color: #7c4dff !important; }

.color-deep-purple-a200-hover:hover, .color-deep-purple-a200-hover:active, .color-deep-purple-a200-hover:focus {
  color: #7c4dff !important; }

.border-color-deep-purple-a200 {
  border-color: #7c4dff !important; }

.border-color-deep-purple-a200-hover:hover, .border-color-deep-purple-a200-hover:active, .border-color-deep-purple-a200-hover:focus {
  border-color: #7c4dff !important; }

.bg-deep-purple-a400 {
  background-color: #651fff !important; }

.bg-deep-purple-a400-hover:hover, .bg-deep-purple-a400-hover:active, .bg-deep-purple-a400-hover:focus {
  background-color: #651fff !important; }

.color-deep-purple-a400 {
  color: #651fff !important; }

.color-deep-purple-a400-hover:hover, .color-deep-purple-a400-hover:active, .color-deep-purple-a400-hover:focus {
  color: #651fff !important; }

.border-color-deep-purple-a400 {
  border-color: #651fff !important; }

.border-color-deep-purple-a400-hover:hover, .border-color-deep-purple-a400-hover:active, .border-color-deep-purple-a400-hover:focus {
  border-color: #651fff !important; }

.bg-deep-purple-a700 {
  background-color: #6200ea !important; }

.bg-deep-purple-a700-hover:hover, .bg-deep-purple-a700-hover:active, .bg-deep-purple-a700-hover:focus {
  background-color: #6200ea !important; }

.color-deep-purple-a700 {
  color: #6200ea !important; }

.color-deep-purple-a700-hover:hover, .color-deep-purple-a700-hover:active, .color-deep-purple-a700-hover:focus {
  color: #6200ea !important; }

.border-color-deep-purple-a700 {
  border-color: #6200ea !important; }

.border-color-deep-purple-a700-hover:hover, .border-color-deep-purple-a700-hover:active, .border-color-deep-purple-a700-hover:focus {
  border-color: #6200ea !important; }

.bg-indigo-50 {
  background-color: #e8eaf6 !important; }

.bg-indigo-50-hover:hover, .bg-indigo-50-hover:active, .bg-indigo-50-hover:focus {
  background-color: #e8eaf6 !important; }

.color-indigo-50 {
  color: #e8eaf6 !important; }

.color-indigo-50-hover:hover, .color-indigo-50-hover:active, .color-indigo-50-hover:focus {
  color: #e8eaf6 !important; }

.border-color-indigo-50 {
  border-color: #e8eaf6 !important; }

.border-color-indigo-50-hover:hover, .border-color-indigo-50-hover:active, .border-color-indigo-50-hover:focus {
  border-color: #e8eaf6 !important; }

.bg-indigo-100 {
  background-color: #c5cae9 !important; }

.bg-indigo-100-hover:hover, .bg-indigo-100-hover:active, .bg-indigo-100-hover:focus {
  background-color: #c5cae9 !important; }

.color-indigo-100 {
  color: #c5cae9 !important; }

.color-indigo-100-hover:hover, .color-indigo-100-hover:active, .color-indigo-100-hover:focus {
  color: #c5cae9 !important; }

.border-color-indigo-100 {
  border-color: #c5cae9 !important; }

.border-color-indigo-100-hover:hover, .border-color-indigo-100-hover:active, .border-color-indigo-100-hover:focus {
  border-color: #c5cae9 !important; }

.bg-indigo-200 {
  background-color: #9fa8da !important; }

.bg-indigo-200-hover:hover, .bg-indigo-200-hover:active, .bg-indigo-200-hover:focus {
  background-color: #9fa8da !important; }

.color-indigo-200 {
  color: #9fa8da !important; }

.color-indigo-200-hover:hover, .color-indigo-200-hover:active, .color-indigo-200-hover:focus {
  color: #9fa8da !important; }

.border-color-indigo-200 {
  border-color: #9fa8da !important; }

.border-color-indigo-200-hover:hover, .border-color-indigo-200-hover:active, .border-color-indigo-200-hover:focus {
  border-color: #9fa8da !important; }

.bg-indigo-300 {
  background-color: #7986cb !important; }

.bg-indigo-300-hover:hover, .bg-indigo-300-hover:active, .bg-indigo-300-hover:focus {
  background-color: #7986cb !important; }

.color-indigo-300 {
  color: #7986cb !important; }

.color-indigo-300-hover:hover, .color-indigo-300-hover:active, .color-indigo-300-hover:focus {
  color: #7986cb !important; }

.border-color-indigo-300 {
  border-color: #7986cb !important; }

.border-color-indigo-300-hover:hover, .border-color-indigo-300-hover:active, .border-color-indigo-300-hover:focus {
  border-color: #7986cb !important; }

.bg-indigo-400 {
  background-color: #5c6bc0 !important; }

.bg-indigo-400-hover:hover, .bg-indigo-400-hover:active, .bg-indigo-400-hover:focus {
  background-color: #5c6bc0 !important; }

.color-indigo-400 {
  color: #5c6bc0 !important; }

.color-indigo-400-hover:hover, .color-indigo-400-hover:active, .color-indigo-400-hover:focus {
  color: #5c6bc0 !important; }

.border-color-indigo-400 {
  border-color: #5c6bc0 !important; }

.border-color-indigo-400-hover:hover, .border-color-indigo-400-hover:active, .border-color-indigo-400-hover:focus {
  border-color: #5c6bc0 !important; }

.bg-indigo-500 {
  background-color: #3f51b5 !important; }

.bg-indigo-500-hover:hover, .bg-indigo-500-hover:active, .bg-indigo-500-hover:focus {
  background-color: #3f51b5 !important; }

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

.color-indigo-500-hover:hover, .color-indigo-500-hover:active, .color-indigo-500-hover:focus {
  color: #3f51b5 !important; }

.border-color-indigo-500 {
  border-color: #3f51b5 !important; }

.border-color-indigo-500-hover:hover, .border-color-indigo-500-hover:active, .border-color-indigo-500-hover:focus {
  border-color: #3f51b5 !important; }

.bg-indigo-600 {
  background-color: #3949ab !important; }

.bg-indigo-600-hover:hover, .bg-indigo-600-hover:active, .bg-indigo-600-hover:focus {
  background-color: #3949ab !important; }

.color-indigo-600 {
  color: #3949ab !important; }

.color-indigo-600-hover:hover, .color-indigo-600-hover:active, .color-indigo-600-hover:focus {
  color: #3949ab !important; }

.border-color-indigo-600 {
  border-color: #3949ab !important; }

.border-color-indigo-600-hover:hover, .border-color-indigo-600-hover:active, .border-color-indigo-600-hover:focus {
  border-color: #3949ab !important; }

.bg-indigo-700 {
  background-color: #303f9f !important; }

.bg-indigo-700-hover:hover, .bg-indigo-700-hover:active, .bg-indigo-700-hover:focus {
  background-color: #303f9f !important; }

.color-indigo-700 {
  color: #303f9f !important; }

.color-indigo-700-hover:hover, .color-indigo-700-hover:active, .color-indigo-700-hover:focus {
  color: #303f9f !important; }

.border-color-indigo-700 {
  border-color: #303f9f !important; }

.border-color-indigo-700-hover:hover, .border-color-indigo-700-hover:active, .border-color-indigo-700-hover:focus {
  border-color: #303f9f !important; }

.bg-indigo-800 {
  background-color: #283593 !important; }

.bg-indigo-800-hover:hover, .bg-indigo-800-hover:active, .bg-indigo-800-hover:focus {
  background-color: #283593 !important; }

.color-indigo-800 {
  color: #283593 !important; }

.color-indigo-800-hover:hover, .color-indigo-800-hover:active, .color-indigo-800-hover:focus {
  color: #283593 !important; }

.border-color-indigo-800 {
  border-color: #283593 !important; }

.border-color-indigo-800-hover:hover, .border-color-indigo-800-hover:active, .border-color-indigo-800-hover:focus {
  border-color: #283593 !important; }

.bg-indigo-900 {
  background-color: #1a237e !important; }

.bg-indigo-900-hover:hover, .bg-indigo-900-hover:active, .bg-indigo-900-hover:focus {
  background-color: #1a237e !important; }

.color-indigo-900 {
  color: #1a237e !important; }

.color-indigo-900-hover:hover, .color-indigo-900-hover:active, .color-indigo-900-hover:focus {
  color: #1a237e !important; }

.border-color-indigo-900 {
  border-color: #1a237e !important; }

.border-color-indigo-900-hover:hover, .border-color-indigo-900-hover:active, .border-color-indigo-900-hover:focus {
  border-color: #1a237e !important; }

.bg-indigo-a100 {
  background-color: #8c9eff !important; }

.bg-indigo-a100-hover:hover, .bg-indigo-a100-hover:active, .bg-indigo-a100-hover:focus {
  background-color: #8c9eff !important; }

.color-indigo-a100 {
  color: #8c9eff !important; }

.color-indigo-a100-hover:hover, .color-indigo-a100-hover:active, .color-indigo-a100-hover:focus {
  color: #8c9eff !important; }

.border-color-indigo-a100 {
  border-color: #8c9eff !important; }

.border-color-indigo-a100-hover:hover, .border-color-indigo-a100-hover:active, .border-color-indigo-a100-hover:focus {
  border-color: #8c9eff !important; }

.bg-indigo-a200 {
  background-color: #536dfe !important; }

.bg-indigo-a200-hover:hover, .bg-indigo-a200-hover:active, .bg-indigo-a200-hover:focus {
  background-color: #536dfe !important; }

.color-indigo-a200 {
  color: #536dfe !important; }

.color-indigo-a200-hover:hover, .color-indigo-a200-hover:active, .color-indigo-a200-hover:focus {
  color: #536dfe !important; }

.border-color-indigo-a200 {
  border-color: #536dfe !important; }

.border-color-indigo-a200-hover:hover, .border-color-indigo-a200-hover:active, .border-color-indigo-a200-hover:focus {
  border-color: #536dfe !important; }

.bg-indigo-a400 {
  background-color: #3d5afe !important; }

.bg-indigo-a400-hover:hover, .bg-indigo-a400-hover:active, .bg-indigo-a400-hover:focus {
  background-color: #3d5afe !important; }

.color-indigo-a400 {
  color: #3d5afe !important; }

.color-indigo-a400-hover:hover, .color-indigo-a400-hover:active, .color-indigo-a400-hover:focus {
  color: #3d5afe !important; }

.border-color-indigo-a400 {
  border-color: #3d5afe !important; }

.border-color-indigo-a400-hover:hover, .border-color-indigo-a400-hover:active, .border-color-indigo-a400-hover:focus {
  border-color: #3d5afe !important; }

.bg-indigo-a700 {
  background-color: #304ffe !important; }

.bg-indigo-a700-hover:hover, .bg-indigo-a700-hover:active, .bg-indigo-a700-hover:focus {
  background-color: #304ffe !important; }

.color-indigo-a700 {
  color: #304ffe !important; }

.color-indigo-a700-hover:hover, .color-indigo-a700-hover:active, .color-indigo-a700-hover:focus {
  color: #304ffe !important; }

.border-color-indigo-a700 {
  border-color: #304ffe !important; }

.border-color-indigo-a700-hover:hover, .border-color-indigo-a700-hover:active, .border-color-indigo-a700-hover:focus {
  border-color: #304ffe !important; }

.bg-blue-50 {
  background-color: #e3f2fd !important; }

.bg-blue-50-hover:hover, .bg-blue-50-hover:active, .bg-blue-50-hover:focus {
  background-color: #e3f2fd !important; }

.color-blue-50 {
  color: #e3f2fd !important; }

.color-blue-50-hover:hover, .color-blue-50-hover:active, .color-blue-50-hover:focus {
  color: #e3f2fd !important; }

.border-color-blue-50 {
  border-color: #e3f2fd !important; }

.border-color-blue-50-hover:hover, .border-color-blue-50-hover:active, .border-color-blue-50-hover:focus {
  border-color: #e3f2fd !important; }

.bg-blue-100 {
  background-color: #bbdefb !important; }

.bg-blue-100-hover:hover, .bg-blue-100-hover:active, .bg-blue-100-hover:focus {
  background-color: #bbdefb !important; }

.color-blue-100 {
  color: #bbdefb !important; }

.color-blue-100-hover:hover, .color-blue-100-hover:active, .color-blue-100-hover:focus {
  color: #bbdefb !important; }

.border-color-blue-100 {
  border-color: #bbdefb !important; }

.border-color-blue-100-hover:hover, .border-color-blue-100-hover:active, .border-color-blue-100-hover:focus {
  border-color: #bbdefb !important; }

.bg-blue-200 {
  background-color: #90caf9 !important; }

.bg-blue-200-hover:hover, .bg-blue-200-hover:active, .bg-blue-200-hover:focus {
  background-color: #90caf9 !important; }

.color-blue-200 {
  color: #90caf9 !important; }

.color-blue-200-hover:hover, .color-blue-200-hover:active, .color-blue-200-hover:focus {
  color: #90caf9 !important; }

.border-color-blue-200 {
  border-color: #90caf9 !important; }

.border-color-blue-200-hover:hover, .border-color-blue-200-hover:active, .border-color-blue-200-hover:focus {
  border-color: #90caf9 !important; }

.bg-blue-300 {
  background-color: #64b5f6 !important; }

.bg-blue-300-hover:hover, .bg-blue-300-hover:active, .bg-blue-300-hover:focus {
  background-color: #64b5f6 !important; }

.color-blue-300 {
  color: #64b5f6 !important; }

.color-blue-300-hover:hover, .color-blue-300-hover:active, .color-blue-300-hover:focus {
  color: #64b5f6 !important; }

.border-color-blue-300 {
  border-color: #64b5f6 !important; }

.border-color-blue-300-hover:hover, .border-color-blue-300-hover:active, .border-color-blue-300-hover:focus {
  border-color: #64b5f6 !important; }

.bg-blue-400 {
  background-color: #42a5f5 !important; }

.bg-blue-400-hover:hover, .bg-blue-400-hover:active, .bg-blue-400-hover:focus {
  background-color: #42a5f5 !important; }

.color-blue-400 {
  color: #42a5f5 !important; }

.color-blue-400-hover:hover, .color-blue-400-hover:active, .color-blue-400-hover:focus {
  color: #42a5f5 !important; }

.border-color-blue-400 {
  border-color: #42a5f5 !important; }

.border-color-blue-400-hover:hover, .border-color-blue-400-hover:active, .border-color-blue-400-hover:focus {
  border-color: #42a5f5 !important; }

.bg-blue-500 {
  background-color: #2196f3 !important; }

.bg-blue-500-hover:hover, .bg-blue-500-hover:active, .bg-blue-500-hover:focus {
  background-color: #2196f3 !important; }

.color-blue-500 {
  color: #2196f3 !important; }

.color-blue-500-hover:hover, .color-blue-500-hover:active, .color-blue-500-hover:focus {
  color: #2196f3 !important; }

.border-color-blue-500 {
  border-color: #2196f3 !important; }

.border-color-blue-500-hover:hover, .border-color-blue-500-hover:active, .border-color-blue-500-hover:focus {
  border-color: #2196f3 !important; }

.bg-blue-600 {
  background-color: #1e88e5 !important; }

.bg-blue-600-hover:hover, .bg-blue-600-hover:active, .bg-blue-600-hover:focus {
  background-color: #1e88e5 !important; }

.color-blue-600 {
  color: #1e88e5 !important; }

.color-blue-600-hover:hover, .color-blue-600-hover:active, .color-blue-600-hover:focus {
  color: #1e88e5 !important; }

.border-color-blue-600 {
  border-color: #1e88e5 !important; }

.border-color-blue-600-hover:hover, .border-color-blue-600-hover:active, .border-color-blue-600-hover:focus {
  border-color: #1e88e5 !important; }

.bg-blue-700 {
  background-color: #1976d2 !important; }

.bg-blue-700-hover:hover, .bg-blue-700-hover:active, .bg-blue-700-hover:focus {
  background-color: #1976d2 !important; }

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

.color-blue-700-hover:hover, .color-blue-700-hover:active, .color-blue-700-hover:focus {
  color: #1976d2 !important; }

.border-color-blue-700 {
  border-color: #1976d2 !important; }

.border-color-blue-700-hover:hover, .border-color-blue-700-hover:active, .border-color-blue-700-hover:focus {
  border-color: #1976d2 !important; }

.bg-blue-800 {
  background-color: #1565c0 !important; }

.bg-blue-800-hover:hover, .bg-blue-800-hover:active, .bg-blue-800-hover:focus {
  background-color: #1565c0 !important; }

.color-blue-800 {
  color: #1565c0 !important; }

.color-blue-800-hover:hover, .color-blue-800-hover:active, .color-blue-800-hover:focus {
  color: #1565c0 !important; }

.border-color-blue-800 {
  border-color: #1565c0 !important; }

.border-color-blue-800-hover:hover, .border-color-blue-800-hover:active, .border-color-blue-800-hover:focus {
  border-color: #1565c0 !important; }

.bg-blue-900 {
  background-color: #0d47a1 !important; }

.bg-blue-900-hover:hover, .bg-blue-900-hover:active, .bg-blue-900-hover:focus {
  background-color: #0d47a1 !important; }

.color-blue-900 {
  color: #0d47a1 !important; }

.color-blue-900-hover:hover, .color-blue-900-hover:active, .color-blue-900-hover:focus {
  color: #0d47a1 !important; }

.border-color-blue-900 {
  border-color: #0d47a1 !important; }

.border-color-blue-900-hover:hover, .border-color-blue-900-hover:active, .border-color-blue-900-hover:focus {
  border-color: #0d47a1 !important; }

.bg-blue-a100 {
  background-color: #82b1ff !important; }

.bg-blue-a100-hover:hover, .bg-blue-a100-hover:active, .bg-blue-a100-hover:focus {
  background-color: #82b1ff !important; }

.color-blue-a100 {
  color: #82b1ff !important; }

.color-blue-a100-hover:hover, .color-blue-a100-hover:active, .color-blue-a100-hover:focus {
  color: #82b1ff !important; }

.border-color-blue-a100 {
  border-color: #82b1ff !important; }

.border-color-blue-a100-hover:hover, .border-color-blue-a100-hover:active, .border-color-blue-a100-hover:focus {
  border-color: #82b1ff !important; }

.bg-blue-a200 {
  background-color: #448aff !important; }

.bg-blue-a200-hover:hover, .bg-blue-a200-hover:active, .bg-blue-a200-hover:focus {
  background-color: #448aff !important; }

.color-blue-a200 {
  color: #448aff !important; }

.color-blue-a200-hover:hover, .color-blue-a200-hover:active, .color-blue-a200-hover:focus {
  color: #448aff !important; }

.border-color-blue-a200 {
  border-color: #448aff !important; }

.border-color-blue-a200-hover:hover, .border-color-blue-a200-hover:active, .border-color-blue-a200-hover:focus {
  border-color: #448aff !important; }

.bg-blue-a400 {
  background-color: #2979ff !important; }

.bg-blue-a400-hover:hover, .bg-blue-a400-hover:active, .bg-blue-a400-hover:focus {
  background-color: #2979ff !important; }

.color-blue-a400 {
  color: #2979ff !important; }

.color-blue-a400-hover:hover, .color-blue-a400-hover:active, .color-blue-a400-hover:focus {
  color: #2979ff !important; }

.border-color-blue-a400 {
  border-color: #2979ff !important; }

.border-color-blue-a400-hover:hover, .border-color-blue-a400-hover:active, .border-color-blue-a400-hover:focus {
  border-color: #2979ff !important; }

.bg-blue-a700 {
  background-color: #2962ff !important; }

.bg-blue-a700-hover:hover, .bg-blue-a700-hover:active, .bg-blue-a700-hover:focus {
  background-color: #2962ff !important; }

.color-blue-a700 {
  color: #2962ff !important; }

.color-blue-a700-hover:hover, .color-blue-a700-hover:active, .color-blue-a700-hover:focus {
  color: #2962ff !important; }

.border-color-blue-a700 {
  border-color: #2962ff !important; }

.border-color-blue-a700-hover:hover, .border-color-blue-a700-hover:active, .border-color-blue-a700-hover:focus {
  border-color: #2962ff !important; }

.bg-light-blue-50 {
  background-color: #e1f5fe !important; }

.bg-light-blue-50-hover:hover, .bg-light-blue-50-hover:active, .bg-light-blue-50-hover:focus {
  background-color: #e1f5fe !important; }

.color-light-blue-50 {
  color: #e1f5fe !important; }

.color-light-blue-50-hover:hover, .color-light-blue-50-hover:active, .color-light-blue-50-hover:focus {
  color: #e1f5fe !important; }

.border-color-light-blue-50 {
  border-color: #e1f5fe !important; }

.border-color-light-blue-50-hover:hover, .border-color-light-blue-50-hover:active, .border-color-light-blue-50-hover:focus {
  border-color: #e1f5fe !important; }

.bg-light-blue-100 {
  background-color: #b3e5fc !important; }

.bg-light-blue-100-hover:hover, .bg-light-blue-100-hover:active, .bg-light-blue-100-hover:focus {
  background-color: #b3e5fc !important; }

.color-light-blue-100 {
  color: #b3e5fc !important; }

.color-light-blue-100-hover:hover, .color-light-blue-100-hover:active, .color-light-blue-100-hover:focus {
  color: #b3e5fc !important; }

.border-color-light-blue-100 {
  border-color: #b3e5fc !important; }

.border-color-light-blue-100-hover:hover, .border-color-light-blue-100-hover:active, .border-color-light-blue-100-hover:focus {
  border-color: #b3e5fc !important; }

.bg-light-blue-200 {
  background-color: #81d4fa !important; }

.bg-light-blue-200-hover:hover, .bg-light-blue-200-hover:active, .bg-light-blue-200-hover:focus {
  background-color: #81d4fa !important; }

.color-light-blue-200 {
  color: #81d4fa !important; }

.color-light-blue-200-hover:hover, .color-light-blue-200-hover:active, .color-light-blue-200-hover:focus {
  color: #81d4fa !important; }

.border-color-light-blue-200 {
  border-color: #81d4fa !important; }

.border-color-light-blue-200-hover:hover, .border-color-light-blue-200-hover:active, .border-color-light-blue-200-hover:focus {
  border-color: #81d4fa !important; }

.bg-light-blue-300 {
  background-color: #4fc3f7 !important; }

.bg-light-blue-300-hover:hover, .bg-light-blue-300-hover:active, .bg-light-blue-300-hover:focus {
  background-color: #4fc3f7 !important; }

.color-light-blue-300 {
  color: #4fc3f7 !important; }

.color-light-blue-300-hover:hover, .color-light-blue-300-hover:active, .color-light-blue-300-hover:focus {
  color: #4fc3f7 !important; }

.border-color-light-blue-300 {
  border-color: #4fc3f7 !important; }

.border-color-light-blue-300-hover:hover, .border-color-light-blue-300-hover:active, .border-color-light-blue-300-hover:focus {
  border-color: #4fc3f7 !important; }

.bg-light-blue-400 {
  background-color: #29b6f6 !important; }

.bg-light-blue-400-hover:hover, .bg-light-blue-400-hover:active, .bg-light-blue-400-hover:focus {
  background-color: #29b6f6 !important; }

.color-light-blue-400 {
  color: #29b6f6 !important; }

.color-light-blue-400-hover:hover, .color-light-blue-400-hover:active, .color-light-blue-400-hover:focus {
  color: #29b6f6 !important; }

.border-color-light-blue-400 {
  border-color: #29b6f6 !important; }

.border-color-light-blue-400-hover:hover, .border-color-light-blue-400-hover:active, .border-color-light-blue-400-hover:focus {
  border-color: #29b6f6 !important; }

.bg-light-blue-500 {
  background-color: #03a9f4 !important; }

.bg-light-blue-500-hover:hover, .bg-light-blue-500-hover:active, .bg-light-blue-500-hover:focus {
  background-color: #03a9f4 !important; }

.color-light-blue-500 {
  color: #03a9f4 !important; }

.color-light-blue-500-hover:hover, .color-light-blue-500-hover:active, .color-light-blue-500-hover:focus {
  color: #03a9f4 !important; }

.border-color-light-blue-500 {
  border-color: #03a9f4 !important; }

.border-color-light-blue-500-hover:hover, .border-color-light-blue-500-hover:active, .border-color-light-blue-500-hover:focus {
  border-color: #03a9f4 !important; }

.bg-light-blue-600 {
  background-color: #039be5 !important; }

.bg-light-blue-600-hover:hover, .bg-light-blue-600-hover:active, .bg-light-blue-600-hover:focus {
  background-color: #039be5 !important; }

.color-light-blue-600 {
  color: #039be5 !important; }

.color-light-blue-600-hover:hover, .color-light-blue-600-hover:active, .color-light-blue-600-hover:focus {
  color: #039be5 !important; }

.border-color-light-blue-600 {
  border-color: #039be5 !important; }

.border-color-light-blue-600-hover:hover, .border-color-light-blue-600-hover:active, .border-color-light-blue-600-hover:focus {
  border-color: #039be5 !important; }

.bg-light-blue-700 {
  background-color: #0288d1 !important; }

.bg-light-blue-700-hover:hover, .bg-light-blue-700-hover:active, .bg-light-blue-700-hover:focus {
  background-color: #0288d1 !important; }

.color-light-blue-700 {
  color: #0288d1 !important; }

.color-light-blue-700-hover:hover, .color-light-blue-700-hover:active, .color-light-blue-700-hover:focus {
  color: #0288d1 !important; }

.border-color-light-blue-700 {
  border-color: #0288d1 !important; }

.border-color-light-blue-700-hover:hover, .border-color-light-blue-700-hover:active, .border-color-light-blue-700-hover:focus {
  border-color: #0288d1 !important; }

.bg-light-blue-800 {
  background-color: #0277bd !important; }

.bg-light-blue-800-hover:hover, .bg-light-blue-800-hover:active, .bg-light-blue-800-hover:focus {
  background-color: #0277bd !important; }

.color-light-blue-800 {
  color: #0277bd !important; }

.color-light-blue-800-hover:hover, .color-light-blue-800-hover:active, .color-light-blue-800-hover:focus {
  color: #0277bd !important; }

.border-color-light-blue-800 {
  border-color: #0277bd !important; }

.border-color-light-blue-800-hover:hover, .border-color-light-blue-800-hover:active, .border-color-light-blue-800-hover:focus {
  border-color: #0277bd !important; }

.bg-light-blue-900 {
  background-color: #01579b !important; }

.bg-light-blue-900-hover:hover, .bg-light-blue-900-hover:active, .bg-light-blue-900-hover:focus {
  background-color: #01579b !important; }

.color-light-blue-900 {
  color: #01579b !important; }

.color-light-blue-900-hover:hover, .color-light-blue-900-hover:active, .color-light-blue-900-hover:focus {
  color: #01579b !important; }

.border-color-light-blue-900 {
  border-color: #01579b !important; }

.border-color-light-blue-900-hover:hover, .border-color-light-blue-900-hover:active, .border-color-light-blue-900-hover:focus {
  border-color: #01579b !important; }

.bg-light-blue-a100 {
  background-color: #80d8ff !important; }

.bg-light-blue-a100-hover:hover, .bg-light-blue-a100-hover:active, .bg-light-blue-a100-hover:focus {
  background-color: #80d8ff !important; }

.color-light-blue-a100 {
  color: #80d8ff !important; }

.color-light-blue-a100-hover:hover, .color-light-blue-a100-hover:active, .color-light-blue-a100-hover:focus {
  color: #80d8ff !important; }

.border-color-light-blue-a100 {
  border-color: #80d8ff !important; }

.border-color-light-blue-a100-hover:hover, .border-color-light-blue-a100-hover:active, .border-color-light-blue-a100-hover:focus {
  border-color: #80d8ff !important; }

.bg-light-blue-a200 {
  background-color: #40c4ff !important; }

.bg-light-blue-a200-hover:hover, .bg-light-blue-a200-hover:active, .bg-light-blue-a200-hover:focus {
  background-color: #40c4ff !important; }

.color-light-blue-a200 {
  color: #40c4ff !important; }

.color-light-blue-a200-hover:hover, .color-light-blue-a200-hover:active, .color-light-blue-a200-hover:focus {
  color: #40c4ff !important; }

.border-color-light-blue-a200 {
  border-color: #40c4ff !important; }

.border-color-light-blue-a200-hover:hover, .border-color-light-blue-a200-hover:active, .border-color-light-blue-a200-hover:focus {
  border-color: #40c4ff !important; }

.bg-light-blue-a400 {
  background-color: #00b0ff !important; }

.bg-light-blue-a400-hover:hover, .bg-light-blue-a400-hover:active, .bg-light-blue-a400-hover:focus {
  background-color: #00b0ff !important; }

.color-light-blue-a400 {
  color: #00b0ff !important; }

.color-light-blue-a400-hover:hover, .color-light-blue-a400-hover:active, .color-light-blue-a400-hover:focus {
  color: #00b0ff !important; }

.border-color-light-blue-a400 {
  border-color: #00b0ff !important; }

.border-color-light-blue-a400-hover:hover, .border-color-light-blue-a400-hover:active, .border-color-light-blue-a400-hover:focus {
  border-color: #00b0ff !important; }

.bg-light-blue-a700 {
  background-color: #0091ea !important; }

.bg-light-blue-a700-hover:hover, .bg-light-blue-a700-hover:active, .bg-light-blue-a700-hover:focus {
  background-color: #0091ea !important; }

.color-light-blue-a700 {
  color: #0091ea !important; }

.color-light-blue-a700-hover:hover, .color-light-blue-a700-hover:active, .color-light-blue-a700-hover:focus {
  color: #0091ea !important; }

.border-color-light-blue-a700 {
  border-color: #0091ea !important; }

.border-color-light-blue-a700-hover:hover, .border-color-light-blue-a700-hover:active, .border-color-light-blue-a700-hover:focus {
  border-color: #0091ea !important; }

.bg-cyan-50 {
  background-color: #e0f7fa !important; }

.bg-cyan-50-hover:hover, .bg-cyan-50-hover:active, .bg-cyan-50-hover:focus {
  background-color: #e0f7fa !important; }

.color-cyan-50 {
  color: #e0f7fa !important; }

.color-cyan-50-hover:hover, .color-cyan-50-hover:active, .color-cyan-50-hover:focus {
  color: #e0f7fa !important; }

.border-color-cyan-50 {
  border-color: #e0f7fa !important; }

.border-color-cyan-50-hover:hover, .border-color-cyan-50-hover:active, .border-color-cyan-50-hover:focus {
  border-color: #e0f7fa !important; }

.bg-cyan-100 {
  background-color: #b2ebf2 !important; }

.bg-cyan-100-hover:hover, .bg-cyan-100-hover:active, .bg-cyan-100-hover:focus {
  background-color: #b2ebf2 !important; }

.color-cyan-100 {
  color: #b2ebf2 !important; }

.color-cyan-100-hover:hover, .color-cyan-100-hover:active, .color-cyan-100-hover:focus {
  color: #b2ebf2 !important; }

.border-color-cyan-100 {
  border-color: #b2ebf2 !important; }

.border-color-cyan-100-hover:hover, .border-color-cyan-100-hover:active, .border-color-cyan-100-hover:focus {
  border-color: #b2ebf2 !important; }

.bg-cyan-200 {
  background-color: #80deea !important; }

.bg-cyan-200-hover:hover, .bg-cyan-200-hover:active, .bg-cyan-200-hover:focus {
  background-color: #80deea !important; }

.color-cyan-200 {
  color: #80deea !important; }

.color-cyan-200-hover:hover, .color-cyan-200-hover:active, .color-cyan-200-hover:focus {
  color: #80deea !important; }

.border-color-cyan-200 {
  border-color: #80deea !important; }

.border-color-cyan-200-hover:hover, .border-color-cyan-200-hover:active, .border-color-cyan-200-hover:focus {
  border-color: #80deea !important; }

.bg-cyan-300 {
  background-color: #4dd0e1 !important; }

.bg-cyan-300-hover:hover, .bg-cyan-300-hover:active, .bg-cyan-300-hover:focus {
  background-color: #4dd0e1 !important; }

.color-cyan-300 {
  color: #4dd0e1 !important; }

.color-cyan-300-hover:hover, .color-cyan-300-hover:active, .color-cyan-300-hover:focus {
  color: #4dd0e1 !important; }

.border-color-cyan-300 {
  border-color: #4dd0e1 !important; }

.border-color-cyan-300-hover:hover, .border-color-cyan-300-hover:active, .border-color-cyan-300-hover:focus {
  border-color: #4dd0e1 !important; }

.bg-cyan-400 {
  background-color: #26c6da !important; }

.bg-cyan-400-hover:hover, .bg-cyan-400-hover:active, .bg-cyan-400-hover:focus {
  background-color: #26c6da !important; }

.color-cyan-400 {
  color: #26c6da !important; }

.color-cyan-400-hover:hover, .color-cyan-400-hover:active, .color-cyan-400-hover:focus {
  color: #26c6da !important; }

.border-color-cyan-400 {
  border-color: #26c6da !important; }

.border-color-cyan-400-hover:hover, .border-color-cyan-400-hover:active, .border-color-cyan-400-hover:focus {
  border-color: #26c6da !important; }

.bg-cyan-500 {
  background-color: #00bcd4 !important; }

.bg-cyan-500-hover:hover, .bg-cyan-500-hover:active, .bg-cyan-500-hover:focus {
  background-color: #00bcd4 !important; }

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

.color-cyan-500-hover:hover, .color-cyan-500-hover:active, .color-cyan-500-hover:focus {
  color: #00bcd4 !important; }

.border-color-cyan-500 {
  border-color: #00bcd4 !important; }

.border-color-cyan-500-hover:hover, .border-color-cyan-500-hover:active, .border-color-cyan-500-hover:focus {
  border-color: #00bcd4 !important; }

.bg-cyan-600 {
  background-color: #00acc1 !important; }

.bg-cyan-600-hover:hover, .bg-cyan-600-hover:active, .bg-cyan-600-hover:focus {
  background-color: #00acc1 !important; }

.color-cyan-600 {
  color: #00acc1 !important; }

.color-cyan-600-hover:hover, .color-cyan-600-hover:active, .color-cyan-600-hover:focus {
  color: #00acc1 !important; }

.border-color-cyan-600 {
  border-color: #00acc1 !important; }

.border-color-cyan-600-hover:hover, .border-color-cyan-600-hover:active, .border-color-cyan-600-hover:focus {
  border-color: #00acc1 !important; }

.bg-cyan-700 {
  background-color: #0097a7 !important; }

.bg-cyan-700-hover:hover, .bg-cyan-700-hover:active, .bg-cyan-700-hover:focus {
  background-color: #0097a7 !important; }

.color-cyan-700 {
  color: #0097a7 !important; }

.color-cyan-700-hover:hover, .color-cyan-700-hover:active, .color-cyan-700-hover:focus {
  color: #0097a7 !important; }

.border-color-cyan-700 {
  border-color: #0097a7 !important; }

.border-color-cyan-700-hover:hover, .border-color-cyan-700-hover:active, .border-color-cyan-700-hover:focus {
  border-color: #0097a7 !important; }

.bg-cyan-800 {
  background-color: #00838f !important; }

.bg-cyan-800-hover:hover, .bg-cyan-800-hover:active, .bg-cyan-800-hover:focus {
  background-color: #00838f !important; }

.color-cyan-800 {
  color: #00838f !important; }

.color-cyan-800-hover:hover, .color-cyan-800-hover:active, .color-cyan-800-hover:focus {
  color: #00838f !important; }

.border-color-cyan-800 {
  border-color: #00838f !important; }

.border-color-cyan-800-hover:hover, .border-color-cyan-800-hover:active, .border-color-cyan-800-hover:focus {
  border-color: #00838f !important; }

.bg-cyan-900 {
  background-color: #006064 !important; }

.bg-cyan-900-hover:hover, .bg-cyan-900-hover:active, .bg-cyan-900-hover:focus {
  background-color: #006064 !important; }

.color-cyan-900 {
  color: #006064 !important; }

.color-cyan-900-hover:hover, .color-cyan-900-hover:active, .color-cyan-900-hover:focus {
  color: #006064 !important; }

.border-color-cyan-900 {
  border-color: #006064 !important; }

.border-color-cyan-900-hover:hover, .border-color-cyan-900-hover:active, .border-color-cyan-900-hover:focus {
  border-color: #006064 !important; }

.bg-cyan-a100 {
  background-color: #84ffff !important; }

.bg-cyan-a100-hover:hover, .bg-cyan-a100-hover:active, .bg-cyan-a100-hover:focus {
  background-color: #84ffff !important; }

.color-cyan-a100 {
  color: #84ffff !important; }

.color-cyan-a100-hover:hover, .color-cyan-a100-hover:active, .color-cyan-a100-hover:focus {
  color: #84ffff !important; }

.border-color-cyan-a100 {
  border-color: #84ffff !important; }

.border-color-cyan-a100-hover:hover, .border-color-cyan-a100-hover:active, .border-color-cyan-a100-hover:focus {
  border-color: #84ffff !important; }

.bg-cyan-a200 {
  background-color: #18ffff !important; }

.bg-cyan-a200-hover:hover, .bg-cyan-a200-hover:active, .bg-cyan-a200-hover:focus {
  background-color: #18ffff !important; }

.color-cyan-a200 {
  color: #18ffff !important; }

.color-cyan-a200-hover:hover, .color-cyan-a200-hover:active, .color-cyan-a200-hover:focus {
  color: #18ffff !important; }

.border-color-cyan-a200 {
  border-color: #18ffff !important; }

.border-color-cyan-a200-hover:hover, .border-color-cyan-a200-hover:active, .border-color-cyan-a200-hover:focus {
  border-color: #18ffff !important; }

.bg-cyan-a400 {
  background-color: #00e5ff !important; }

.bg-cyan-a400-hover:hover, .bg-cyan-a400-hover:active, .bg-cyan-a400-hover:focus {
  background-color: #00e5ff !important; }

.color-cyan-a400 {
  color: #00e5ff !important; }

.color-cyan-a400-hover:hover, .color-cyan-a400-hover:active, .color-cyan-a400-hover:focus {
  color: #00e5ff !important; }

.border-color-cyan-a400 {
  border-color: #00e5ff !important; }

.border-color-cyan-a400-hover:hover, .border-color-cyan-a400-hover:active, .border-color-cyan-a400-hover:focus {
  border-color: #00e5ff !important; }

.bg-cyan-a700 {
  background-color: #00b8d4 !important; }

.bg-cyan-a700-hover:hover, .bg-cyan-a700-hover:active, .bg-cyan-a700-hover:focus {
  background-color: #00b8d4 !important; }

.color-cyan-a700 {
  color: #00b8d4 !important; }

.color-cyan-a700-hover:hover, .color-cyan-a700-hover:active, .color-cyan-a700-hover:focus {
  color: #00b8d4 !important; }

.border-color-cyan-a700 {
  border-color: #00b8d4 !important; }

.border-color-cyan-a700-hover:hover, .border-color-cyan-a700-hover:active, .border-color-cyan-a700-hover:focus {
  border-color: #00b8d4 !important; }

.bg-teal-50 {
  background-color: #e0f2f1 !important; }

.bg-teal-50-hover:hover, .bg-teal-50-hover:active, .bg-teal-50-hover:focus {
  background-color: #e0f2f1 !important; }

.color-teal-50 {
  color: #e0f2f1 !important; }

.color-teal-50-hover:hover, .color-teal-50-hover:active, .color-teal-50-hover:focus {
  color: #e0f2f1 !important; }

.border-color-teal-50 {
  border-color: #e0f2f1 !important; }

.border-color-teal-50-hover:hover, .border-color-teal-50-hover:active, .border-color-teal-50-hover:focus {
  border-color: #e0f2f1 !important; }

.bg-teal-100 {
  background-color: #b2dfdb !important; }

.bg-teal-100-hover:hover, .bg-teal-100-hover:active, .bg-teal-100-hover:focus {
  background-color: #b2dfdb !important; }

.color-teal-100 {
  color: #b2dfdb !important; }

.color-teal-100-hover:hover, .color-teal-100-hover:active, .color-teal-100-hover:focus {
  color: #b2dfdb !important; }

.border-color-teal-100 {
  border-color: #b2dfdb !important; }

.border-color-teal-100-hover:hover, .border-color-teal-100-hover:active, .border-color-teal-100-hover:focus {
  border-color: #b2dfdb !important; }

.bg-teal-200 {
  background-color: #80cbc4 !important; }

.bg-teal-200-hover:hover, .bg-teal-200-hover:active, .bg-teal-200-hover:focus {
  background-color: #80cbc4 !important; }

.color-teal-200 {
  color: #80cbc4 !important; }

.color-teal-200-hover:hover, .color-teal-200-hover:active, .color-teal-200-hover:focus {
  color: #80cbc4 !important; }

.border-color-teal-200 {
  border-color: #80cbc4 !important; }

.border-color-teal-200-hover:hover, .border-color-teal-200-hover:active, .border-color-teal-200-hover:focus {
  border-color: #80cbc4 !important; }

.bg-teal-300 {
  background-color: #4db6ac !important; }

.bg-teal-300-hover:hover, .bg-teal-300-hover:active, .bg-teal-300-hover:focus {
  background-color: #4db6ac !important; }

.color-teal-300 {
  color: #4db6ac !important; }

.color-teal-300-hover:hover, .color-teal-300-hover:active, .color-teal-300-hover:focus {
  color: #4db6ac !important; }

.border-color-teal-300 {
  border-color: #4db6ac !important; }

.border-color-teal-300-hover:hover, .border-color-teal-300-hover:active, .border-color-teal-300-hover:focus {
  border-color: #4db6ac !important; }

.bg-teal-400 {
  background-color: #26a69a !important; }

.bg-teal-400-hover:hover, .bg-teal-400-hover:active, .bg-teal-400-hover:focus {
  background-color: #26a69a !important; }

.color-teal-400 {
  color: #26a69a !important; }

.color-teal-400-hover:hover, .color-teal-400-hover:active, .color-teal-400-hover:focus {
  color: #26a69a !important; }

.border-color-teal-400 {
  border-color: #26a69a !important; }

.border-color-teal-400-hover:hover, .border-color-teal-400-hover:active, .border-color-teal-400-hover:focus {
  border-color: #26a69a !important; }

.bg-teal-500 {
  background-color: #009688 !important; }

.bg-teal-500-hover:hover, .bg-teal-500-hover:active, .bg-teal-500-hover:focus {
  background-color: #009688 !important; }

.color-teal-500 {
  color: #009688 !important; }

.color-teal-500-hover:hover, .color-teal-500-hover:active, .color-teal-500-hover:focus {
  color: #009688 !important; }

.border-color-teal-500 {
  border-color: #009688 !important; }

.border-color-teal-500-hover:hover, .border-color-teal-500-hover:active, .border-color-teal-500-hover:focus {
  border-color: #009688 !important; }

.bg-teal-600 {
  background-color: #00897b !important; }

.bg-teal-600-hover:hover, .bg-teal-600-hover:active, .bg-teal-600-hover:focus {
  background-color: #00897b !important; }

.color-teal-600 {
  color: #00897b !important; }

.color-teal-600-hover:hover, .color-teal-600-hover:active, .color-teal-600-hover:focus {
  color: #00897b !important; }

.border-color-teal-600 {
  border-color: #00897b !important; }

.border-color-teal-600-hover:hover, .border-color-teal-600-hover:active, .border-color-teal-600-hover:focus {
  border-color: #00897b !important; }

.bg-teal-700 {
  background-color: #00796b !important; }

.bg-teal-700-hover:hover, .bg-teal-700-hover:active, .bg-teal-700-hover:focus {
  background-color: #00796b !important; }

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

.color-teal-700-hover:hover, .color-teal-700-hover:active, .color-teal-700-hover:focus {
  color: #00796b !important; }

.border-color-teal-700 {
  border-color: #00796b !important; }

.border-color-teal-700-hover:hover, .border-color-teal-700-hover:active, .border-color-teal-700-hover:focus {
  border-color: #00796b !important; }

.bg-teal-800 {
  background-color: #00695c !important; }

.bg-teal-800-hover:hover, .bg-teal-800-hover:active, .bg-teal-800-hover:focus {
  background-color: #00695c !important; }

.color-teal-800 {
  color: #00695c !important; }

.color-teal-800-hover:hover, .color-teal-800-hover:active, .color-teal-800-hover:focus {
  color: #00695c !important; }

.border-color-teal-800 {
  border-color: #00695c !important; }

.border-color-teal-800-hover:hover, .border-color-teal-800-hover:active, .border-color-teal-800-hover:focus {
  border-color: #00695c !important; }

.bg-teal-900 {
  background-color: #004d40 !important; }

.bg-teal-900-hover:hover, .bg-teal-900-hover:active, .bg-teal-900-hover:focus {
  background-color: #004d40 !important; }

.color-teal-900 {
  color: #004d40 !important; }

.color-teal-900-hover:hover, .color-teal-900-hover:active, .color-teal-900-hover:focus {
  color: #004d40 !important; }

.border-color-teal-900 {
  border-color: #004d40 !important; }

.border-color-teal-900-hover:hover, .border-color-teal-900-hover:active, .border-color-teal-900-hover:focus {
  border-color: #004d40 !important; }

.bg-teal-a100 {
  background-color: #a7ffeb !important; }

.bg-teal-a100-hover:hover, .bg-teal-a100-hover:active, .bg-teal-a100-hover:focus {
  background-color: #a7ffeb !important; }

.color-teal-a100 {
  color: #a7ffeb !important; }

.color-teal-a100-hover:hover, .color-teal-a100-hover:active, .color-teal-a100-hover:focus {
  color: #a7ffeb !important; }

.border-color-teal-a100 {
  border-color: #a7ffeb !important; }

.border-color-teal-a100-hover:hover, .border-color-teal-a100-hover:active, .border-color-teal-a100-hover:focus {
  border-color: #a7ffeb !important; }

.bg-teal-a200 {
  background-color: #64ffda !important; }

.bg-teal-a200-hover:hover, .bg-teal-a200-hover:active, .bg-teal-a200-hover:focus {
  background-color: #64ffda !important; }

.color-teal-a200 {
  color: #64ffda !important; }

.color-teal-a200-hover:hover, .color-teal-a200-hover:active, .color-teal-a200-hover:focus {
  color: #64ffda !important; }

.border-color-teal-a200 {
  border-color: #64ffda !important; }

.border-color-teal-a200-hover:hover, .border-color-teal-a200-hover:active, .border-color-teal-a200-hover:focus {
  border-color: #64ffda !important; }

.bg-teal-a400 {
  background-color: #1de9b6 !important; }

.bg-teal-a400-hover:hover, .bg-teal-a400-hover:active, .bg-teal-a400-hover:focus {
  background-color: #1de9b6 !important; }

.color-teal-a400 {
  color: #1de9b6 !important; }

.color-teal-a400-hover:hover, .color-teal-a400-hover:active, .color-teal-a400-hover:focus {
  color: #1de9b6 !important; }

.border-color-teal-a400 {
  border-color: #1de9b6 !important; }

.border-color-teal-a400-hover:hover, .border-color-teal-a400-hover:active, .border-color-teal-a400-hover:focus {
  border-color: #1de9b6 !important; }

.bg-teal-a700 {
  background-color: #00bfa5 !important; }

.bg-teal-a700-hover:hover, .bg-teal-a700-hover:active, .bg-teal-a700-hover:focus {
  background-color: #00bfa5 !important; }

.color-teal-a700 {
  color: #00bfa5 !important; }

.color-teal-a700-hover:hover, .color-teal-a700-hover:active, .color-teal-a700-hover:focus {
  color: #00bfa5 !important; }

.border-color-teal-a700 {
  border-color: #00bfa5 !important; }

.border-color-teal-a700-hover:hover, .border-color-teal-a700-hover:active, .border-color-teal-a700-hover:focus {
  border-color: #00bfa5 !important; }

.bg-green-50 {
  background-color: #e8f5e9 !important; }

.bg-green-50-hover:hover, .bg-green-50-hover:active, .bg-green-50-hover:focus {
  background-color: #e8f5e9 !important; }

.color-green-50 {
  color: #e8f5e9 !important; }

.color-green-50-hover:hover, .color-green-50-hover:active, .color-green-50-hover:focus {
  color: #e8f5e9 !important; }

.border-color-green-50 {
  border-color: #e8f5e9 !important; }

.border-color-green-50-hover:hover, .border-color-green-50-hover:active, .border-color-green-50-hover:focus {
  border-color: #e8f5e9 !important; }

.bg-green-100 {
  background-color: #c8e6c9 !important; }

.bg-green-100-hover:hover, .bg-green-100-hover:active, .bg-green-100-hover:focus {
  background-color: #c8e6c9 !important; }

.color-green-100 {
  color: #c8e6c9 !important; }

.color-green-100-hover:hover, .color-green-100-hover:active, .color-green-100-hover:focus {
  color: #c8e6c9 !important; }

.border-color-green-100 {
  border-color: #c8e6c9 !important; }

.border-color-green-100-hover:hover, .border-color-green-100-hover:active, .border-color-green-100-hover:focus {
  border-color: #c8e6c9 !important; }

.bg-green-200 {
  background-color: #a5d6a7 !important; }

.bg-green-200-hover:hover, .bg-green-200-hover:active, .bg-green-200-hover:focus {
  background-color: #a5d6a7 !important; }

.color-green-200 {
  color: #a5d6a7 !important; }

.color-green-200-hover:hover, .color-green-200-hover:active, .color-green-200-hover:focus {
  color: #a5d6a7 !important; }

.border-color-green-200 {
  border-color: #a5d6a7 !important; }

.border-color-green-200-hover:hover, .border-color-green-200-hover:active, .border-color-green-200-hover:focus {
  border-color: #a5d6a7 !important; }

.bg-green-300 {
  background-color: #81c784 !important; }

.bg-green-300-hover:hover, .bg-green-300-hover:active, .bg-green-300-hover:focus {
  background-color: #81c784 !important; }

.color-green-300 {
  color: #81c784 !important; }

.color-green-300-hover:hover, .color-green-300-hover:active, .color-green-300-hover:focus {
  color: #81c784 !important; }

.border-color-green-300 {
  border-color: #81c784 !important; }

.border-color-green-300-hover:hover, .border-color-green-300-hover:active, .border-color-green-300-hover:focus {
  border-color: #81c784 !important; }

.bg-green-400 {
  background-color: #66bb6a !important; }

.bg-green-400-hover:hover, .bg-green-400-hover:active, .bg-green-400-hover:focus {
  background-color: #66bb6a !important; }

.color-green-400 {
  color: #66bb6a !important; }

.color-green-400-hover:hover, .color-green-400-hover:active, .color-green-400-hover:focus {
  color: #66bb6a !important; }

.border-color-green-400 {
  border-color: #66bb6a !important; }

.border-color-green-400-hover:hover, .border-color-green-400-hover:active, .border-color-green-400-hover:focus {
  border-color: #66bb6a !important; }

.bg-green-500 {
  background-color: #4caf50 !important; }

.bg-green-500-hover:hover, .bg-green-500-hover:active, .bg-green-500-hover:focus {
  background-color: #4caf50 !important; }

.color-green-500 {
  color: #4caf50 !important; }

.color-green-500-hover:hover, .color-green-500-hover:active, .color-green-500-hover:focus {
  color: #4caf50 !important; }

.border-color-green-500 {
  border-color: #4caf50 !important; }

.border-color-green-500-hover:hover, .border-color-green-500-hover:active, .border-color-green-500-hover:focus {
  border-color: #4caf50 !important; }

.bg-green-600 {
  background-color: #43a047 !important; }

.bg-green-600-hover:hover, .bg-green-600-hover:active, .bg-green-600-hover:focus {
  background-color: #43a047 !important; }

.color-green-600 {
  color: #43a047 !important; }

.color-green-600-hover:hover, .color-green-600-hover:active, .color-green-600-hover:focus {
  color: #43a047 !important; }

.border-color-green-600 {
  border-color: #43a047 !important; }

.border-color-green-600-hover:hover, .border-color-green-600-hover:active, .border-color-green-600-hover:focus {
  border-color: #43a047 !important; }

.bg-green-700 {
  background-color: #388e3c !important; }

.bg-green-700-hover:hover, .bg-green-700-hover:active, .bg-green-700-hover:focus {
  background-color: #388e3c !important; }

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

.color-green-700-hover:hover, .color-green-700-hover:active, .color-green-700-hover:focus {
  color: #388e3c !important; }

.border-color-green-700 {
  border-color: #388e3c !important; }

.border-color-green-700-hover:hover, .border-color-green-700-hover:active, .border-color-green-700-hover:focus {
  border-color: #388e3c !important; }

.bg-green-800 {
  background-color: #2e7d32 !important; }

.bg-green-800-hover:hover, .bg-green-800-hover:active, .bg-green-800-hover:focus {
  background-color: #2e7d32 !important; }

.color-green-800 {
  color: #2e7d32 !important; }

.color-green-800-hover:hover, .color-green-800-hover:active, .color-green-800-hover:focus {
  color: #2e7d32 !important; }

.border-color-green-800 {
  border-color: #2e7d32 !important; }

.border-color-green-800-hover:hover, .border-color-green-800-hover:active, .border-color-green-800-hover:focus {
  border-color: #2e7d32 !important; }

.bg-green-900 {
  background-color: #1b5e20 !important; }

.bg-green-900-hover:hover, .bg-green-900-hover:active, .bg-green-900-hover:focus {
  background-color: #1b5e20 !important; }

.color-green-900 {
  color: #1b5e20 !important; }

.color-green-900-hover:hover, .color-green-900-hover:active, .color-green-900-hover:focus {
  color: #1b5e20 !important; }

.border-color-green-900 {
  border-color: #1b5e20 !important; }

.border-color-green-900-hover:hover, .border-color-green-900-hover:active, .border-color-green-900-hover:focus {
  border-color: #1b5e20 !important; }

.bg-green-a100 {
  background-color: #b9f6ca !important; }

.bg-green-a100-hover:hover, .bg-green-a100-hover:active, .bg-green-a100-hover:focus {
  background-color: #b9f6ca !important; }

.color-green-a100 {
  color: #b9f6ca !important; }

.color-green-a100-hover:hover, .color-green-a100-hover:active, .color-green-a100-hover:focus {
  color: #b9f6ca !important; }

.border-color-green-a100 {
  border-color: #b9f6ca !important; }

.border-color-green-a100-hover:hover, .border-color-green-a100-hover:active, .border-color-green-a100-hover:focus {
  border-color: #b9f6ca !important; }

.bg-green-a200 {
  background-color: #69f0ae !important; }

.bg-green-a200-hover:hover, .bg-green-a200-hover:active, .bg-green-a200-hover:focus {
  background-color: #69f0ae !important; }

.color-green-a200 {
  color: #69f0ae !important; }

.color-green-a200-hover:hover, .color-green-a200-hover:active, .color-green-a200-hover:focus {
  color: #69f0ae !important; }

.border-color-green-a200 {
  border-color: #69f0ae !important; }

.border-color-green-a200-hover:hover, .border-color-green-a200-hover:active, .border-color-green-a200-hover:focus {
  border-color: #69f0ae !important; }

.bg-green-a400 {
  background-color: #00e676 !important; }

.bg-green-a400-hover:hover, .bg-green-a400-hover:active, .bg-green-a400-hover:focus {
  background-color: #00e676 !important; }

.color-green-a400 {
  color: #00e676 !important; }

.color-green-a400-hover:hover, .color-green-a400-hover:active, .color-green-a400-hover:focus {
  color: #00e676 !important; }

.border-color-green-a400 {
  border-color: #00e676 !important; }

.border-color-green-a400-hover:hover, .border-color-green-a400-hover:active, .border-color-green-a400-hover:focus {
  border-color: #00e676 !important; }

.bg-green-a700 {
  background-color: #00c853 !important; }

.bg-green-a700-hover:hover, .bg-green-a700-hover:active, .bg-green-a700-hover:focus {
  background-color: #00c853 !important; }

.color-green-a700 {
  color: #00c853 !important; }

.color-green-a700-hover:hover, .color-green-a700-hover:active, .color-green-a700-hover:focus {
  color: #00c853 !important; }

.border-color-green-a700 {
  border-color: #00c853 !important; }

.border-color-green-a700-hover:hover, .border-color-green-a700-hover:active, .border-color-green-a700-hover:focus {
  border-color: #00c853 !important; }

.bg-light-green-50 {
  background-color: #f1f8e9 !important; }

.bg-light-green-50-hover:hover, .bg-light-green-50-hover:active, .bg-light-green-50-hover:focus {
  background-color: #f1f8e9 !important; }

.color-light-green-50 {
  color: #f1f8e9 !important; }

.color-light-green-50-hover:hover, .color-light-green-50-hover:active, .color-light-green-50-hover:focus {
  color: #f1f8e9 !important; }

.border-color-light-green-50 {
  border-color: #f1f8e9 !important; }

.border-color-light-green-50-hover:hover, .border-color-light-green-50-hover:active, .border-color-light-green-50-hover:focus {
  border-color: #f1f8e9 !important; }

.bg-light-green-100 {
  background-color: #dcedc8 !important; }

.bg-light-green-100-hover:hover, .bg-light-green-100-hover:active, .bg-light-green-100-hover:focus {
  background-color: #dcedc8 !important; }

.color-light-green-100 {
  color: #dcedc8 !important; }

.color-light-green-100-hover:hover, .color-light-green-100-hover:active, .color-light-green-100-hover:focus {
  color: #dcedc8 !important; }

.border-color-light-green-100 {
  border-color: #dcedc8 !important; }

.border-color-light-green-100-hover:hover, .border-color-light-green-100-hover:active, .border-color-light-green-100-hover:focus {
  border-color: #dcedc8 !important; }

.bg-light-green-200 {
  background-color: #c5e1a5 !important; }

.bg-light-green-200-hover:hover, .bg-light-green-200-hover:active, .bg-light-green-200-hover:focus {
  background-color: #c5e1a5 !important; }

.color-light-green-200 {
  color: #c5e1a5 !important; }

.color-light-green-200-hover:hover, .color-light-green-200-hover:active, .color-light-green-200-hover:focus {
  color: #c5e1a5 !important; }

.border-color-light-green-200 {
  border-color: #c5e1a5 !important; }

.border-color-light-green-200-hover:hover, .border-color-light-green-200-hover:active, .border-color-light-green-200-hover:focus {
  border-color: #c5e1a5 !important; }

.bg-light-green-300 {
  background-color: #aed581 !important; }

.bg-light-green-300-hover:hover, .bg-light-green-300-hover:active, .bg-light-green-300-hover:focus {
  background-color: #aed581 !important; }

.color-light-green-300 {
  color: #aed581 !important; }

.color-light-green-300-hover:hover, .color-light-green-300-hover:active, .color-light-green-300-hover:focus {
  color: #aed581 !important; }

.border-color-light-green-300 {
  border-color: #aed581 !important; }

.border-color-light-green-300-hover:hover, .border-color-light-green-300-hover:active, .border-color-light-green-300-hover:focus {
  border-color: #aed581 !important; }

.bg-light-green-400 {
  background-color: #9ccc65 !important; }

.bg-light-green-400-hover:hover, .bg-light-green-400-hover:active, .bg-light-green-400-hover:focus {
  background-color: #9ccc65 !important; }

.color-light-green-400 {
  color: #9ccc65 !important; }

.color-light-green-400-hover:hover, .color-light-green-400-hover:active, .color-light-green-400-hover:focus {
  color: #9ccc65 !important; }

.border-color-light-green-400 {
  border-color: #9ccc65 !important; }

.border-color-light-green-400-hover:hover, .border-color-light-green-400-hover:active, .border-color-light-green-400-hover:focus {
  border-color: #9ccc65 !important; }

.bg-light-green-500 {
  background-color: #8bc34a !important; }

.bg-light-green-500-hover:hover, .bg-light-green-500-hover:active, .bg-light-green-500-hover:focus {
  background-color: #8bc34a !important; }

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

.color-light-green-500-hover:hover, .color-light-green-500-hover:active, .color-light-green-500-hover:focus {
  color: #8bc34a !important; }

.border-color-light-green-500 {
  border-color: #8bc34a !important; }

.border-color-light-green-500-hover:hover, .border-color-light-green-500-hover:active, .border-color-light-green-500-hover:focus {
  border-color: #8bc34a !important; }

.bg-light-green-600 {
  background-color: #7cb342 !important; }

.bg-light-green-600-hover:hover, .bg-light-green-600-hover:active, .bg-light-green-600-hover:focus {
  background-color: #7cb342 !important; }

.color-light-green-600 {
  color: #7cb342 !important; }

.color-light-green-600-hover:hover, .color-light-green-600-hover:active, .color-light-green-600-hover:focus {
  color: #7cb342 !important; }

.border-color-light-green-600 {
  border-color: #7cb342 !important; }

.border-color-light-green-600-hover:hover, .border-color-light-green-600-hover:active, .border-color-light-green-600-hover:focus {
  border-color: #7cb342 !important; }

.bg-light-green-700 {
  background-color: #689f38 !important; }

.bg-light-green-700-hover:hover, .bg-light-green-700-hover:active, .bg-light-green-700-hover:focus {
  background-color: #689f38 !important; }

.color-light-green-700 {
  color: #689f38 !important; }

.color-light-green-700-hover:hover, .color-light-green-700-hover:active, .color-light-green-700-hover:focus {
  color: #689f38 !important; }

.border-color-light-green-700 {
  border-color: #689f38 !important; }

.border-color-light-green-700-hover:hover, .border-color-light-green-700-hover:active, .border-color-light-green-700-hover:focus {
  border-color: #689f38 !important; }

.bg-light-green-800 {
  background-color: #558b2f !important; }

.bg-light-green-800-hover:hover, .bg-light-green-800-hover:active, .bg-light-green-800-hover:focus {
  background-color: #558b2f !important; }

.color-light-green-800 {
  color: #558b2f !important; }

.color-light-green-800-hover:hover, .color-light-green-800-hover:active, .color-light-green-800-hover:focus {
  color: #558b2f !important; }

.border-color-light-green-800 {
  border-color: #558b2f !important; }

.border-color-light-green-800-hover:hover, .border-color-light-green-800-hover:active, .border-color-light-green-800-hover:focus {
  border-color: #558b2f !important; }

.bg-light-green-900 {
  background-color: #33691e !important; }

.bg-light-green-900-hover:hover, .bg-light-green-900-hover:active, .bg-light-green-900-hover:focus {
  background-color: #33691e !important; }

.color-light-green-900 {
  color: #33691e !important; }

.color-light-green-900-hover:hover, .color-light-green-900-hover:active, .color-light-green-900-hover:focus {
  color: #33691e !important; }

.border-color-light-green-900 {
  border-color: #33691e !important; }

.border-color-light-green-900-hover:hover, .border-color-light-green-900-hover:active, .border-color-light-green-900-hover:focus {
  border-color: #33691e !important; }

.bg-light-green-a100 {
  background-color: #ccff90 !important; }

.bg-light-green-a100-hover:hover, .bg-light-green-a100-hover:active, .bg-light-green-a100-hover:focus {
  background-color: #ccff90 !important; }

.color-light-green-a100 {
  color: #ccff90 !important; }

.color-light-green-a100-hover:hover, .color-light-green-a100-hover:active, .color-light-green-a100-hover:focus {
  color: #ccff90 !important; }

.border-color-light-green-a100 {
  border-color: #ccff90 !important; }

.border-color-light-green-a100-hover:hover, .border-color-light-green-a100-hover:active, .border-color-light-green-a100-hover:focus {
  border-color: #ccff90 !important; }

.bg-light-green-a200 {
  background-color: #b2ff59 !important; }

.bg-light-green-a200-hover:hover, .bg-light-green-a200-hover:active, .bg-light-green-a200-hover:focus {
  background-color: #b2ff59 !important; }

.color-light-green-a200 {
  color: #b2ff59 !important; }

.color-light-green-a200-hover:hover, .color-light-green-a200-hover:active, .color-light-green-a200-hover:focus {
  color: #b2ff59 !important; }

.border-color-light-green-a200 {
  border-color: #b2ff59 !important; }

.border-color-light-green-a200-hover:hover, .border-color-light-green-a200-hover:active, .border-color-light-green-a200-hover:focus {
  border-color: #b2ff59 !important; }

.bg-light-green-a400 {
  background-color: #76ff03 !important; }

.bg-light-green-a400-hover:hover, .bg-light-green-a400-hover:active, .bg-light-green-a400-hover:focus {
  background-color: #76ff03 !important; }

.color-light-green-a400 {
  color: #76ff03 !important; }

.color-light-green-a400-hover:hover, .color-light-green-a400-hover:active, .color-light-green-a400-hover:focus {
  color: #76ff03 !important; }

.border-color-light-green-a400 {
  border-color: #76ff03 !important; }

.border-color-light-green-a400-hover:hover, .border-color-light-green-a400-hover:active, .border-color-light-green-a400-hover:focus {
  border-color: #76ff03 !important; }

.bg-light-green-a700 {
  background-color: #64dd17 !important; }

.bg-light-green-a700-hover:hover, .bg-light-green-a700-hover:active, .bg-light-green-a700-hover:focus {
  background-color: #64dd17 !important; }

.color-light-green-a700 {
  color: #64dd17 !important; }

.color-light-green-a700-hover:hover, .color-light-green-a700-hover:active, .color-light-green-a700-hover:focus {
  color: #64dd17 !important; }

.border-color-light-green-a700 {
  border-color: #64dd17 !important; }

.border-color-light-green-a700-hover:hover, .border-color-light-green-a700-hover:active, .border-color-light-green-a700-hover:focus {
  border-color: #64dd17 !important; }

.bg-lime-50 {
  background-color: #f9fbe7 !important; }

.bg-lime-50-hover:hover, .bg-lime-50-hover:active, .bg-lime-50-hover:focus {
  background-color: #f9fbe7 !important; }

.color-lime-50 {
  color: #f9fbe7 !important; }

.color-lime-50-hover:hover, .color-lime-50-hover:active, .color-lime-50-hover:focus {
  color: #f9fbe7 !important; }

.border-color-lime-50 {
  border-color: #f9fbe7 !important; }

.border-color-lime-50-hover:hover, .border-color-lime-50-hover:active, .border-color-lime-50-hover:focus {
  border-color: #f9fbe7 !important; }

.bg-lime-100 {
  background-color: #f0f4c3 !important; }

.bg-lime-100-hover:hover, .bg-lime-100-hover:active, .bg-lime-100-hover:focus {
  background-color: #f0f4c3 !important; }

.color-lime-100 {
  color: #f0f4c3 !important; }

.color-lime-100-hover:hover, .color-lime-100-hover:active, .color-lime-100-hover:focus {
  color: #f0f4c3 !important; }

.border-color-lime-100 {
  border-color: #f0f4c3 !important; }

.border-color-lime-100-hover:hover, .border-color-lime-100-hover:active, .border-color-lime-100-hover:focus {
  border-color: #f0f4c3 !important; }

.bg-lime-200 {
  background-color: #e6ee9c !important; }

.bg-lime-200-hover:hover, .bg-lime-200-hover:active, .bg-lime-200-hover:focus {
  background-color: #e6ee9c !important; }

.color-lime-200 {
  color: #e6ee9c !important; }

.color-lime-200-hover:hover, .color-lime-200-hover:active, .color-lime-200-hover:focus {
  color: #e6ee9c !important; }

.border-color-lime-200 {
  border-color: #e6ee9c !important; }

.border-color-lime-200-hover:hover, .border-color-lime-200-hover:active, .border-color-lime-200-hover:focus {
  border-color: #e6ee9c !important; }

.bg-lime-300 {
  background-color: #dce775 !important; }

.bg-lime-300-hover:hover, .bg-lime-300-hover:active, .bg-lime-300-hover:focus {
  background-color: #dce775 !important; }

.color-lime-300 {
  color: #dce775 !important; }

.color-lime-300-hover:hover, .color-lime-300-hover:active, .color-lime-300-hover:focus {
  color: #dce775 !important; }

.border-color-lime-300 {
  border-color: #dce775 !important; }

.border-color-lime-300-hover:hover, .border-color-lime-300-hover:active, .border-color-lime-300-hover:focus {
  border-color: #dce775 !important; }

.bg-lime-400 {
  background-color: #d4e157 !important; }

.bg-lime-400-hover:hover, .bg-lime-400-hover:active, .bg-lime-400-hover:focus {
  background-color: #d4e157 !important; }

.color-lime-400 {
  color: #d4e157 !important; }

.color-lime-400-hover:hover, .color-lime-400-hover:active, .color-lime-400-hover:focus {
  color: #d4e157 !important; }

.border-color-lime-400 {
  border-color: #d4e157 !important; }

.border-color-lime-400-hover:hover, .border-color-lime-400-hover:active, .border-color-lime-400-hover:focus {
  border-color: #d4e157 !important; }

.bg-lime-500 {
  background-color: #cddc39 !important; }

.bg-lime-500-hover:hover, .bg-lime-500-hover:active, .bg-lime-500-hover:focus {
  background-color: #cddc39 !important; }

.color-lime-500 {
  color: #cddc39 !important; }

.color-lime-500-hover:hover, .color-lime-500-hover:active, .color-lime-500-hover:focus {
  color: #cddc39 !important; }

.border-color-lime-500 {
  border-color: #cddc39 !important; }

.border-color-lime-500-hover:hover, .border-color-lime-500-hover:active, .border-color-lime-500-hover:focus {
  border-color: #cddc39 !important; }

.bg-lime-600 {
  background-color: #c0ca33 !important; }

.bg-lime-600-hover:hover, .bg-lime-600-hover:active, .bg-lime-600-hover:focus {
  background-color: #c0ca33 !important; }

.color-lime-600 {
  color: #c0ca33 !important; }

.color-lime-600-hover:hover, .color-lime-600-hover:active, .color-lime-600-hover:focus {
  color: #c0ca33 !important; }

.border-color-lime-600 {
  border-color: #c0ca33 !important; }

.border-color-lime-600-hover:hover, .border-color-lime-600-hover:active, .border-color-lime-600-hover:focus {
  border-color: #c0ca33 !important; }

.bg-lime-700 {
  background-color: #afb42b !important; }

.bg-lime-700-hover:hover, .bg-lime-700-hover:active, .bg-lime-700-hover:focus {
  background-color: #afb42b !important; }

.color-lime-700 {
  color: #afb42b !important; }

.color-lime-700-hover:hover, .color-lime-700-hover:active, .color-lime-700-hover:focus {
  color: #afb42b !important; }

.border-color-lime-700 {
  border-color: #afb42b !important; }

.border-color-lime-700-hover:hover, .border-color-lime-700-hover:active, .border-color-lime-700-hover:focus {
  border-color: #afb42b !important; }

.bg-lime-800 {
  background-color: #9e9d24 !important; }

.bg-lime-800-hover:hover, .bg-lime-800-hover:active, .bg-lime-800-hover:focus {
  background-color: #9e9d24 !important; }

.color-lime-800 {
  color: #9e9d24 !important; }

.color-lime-800-hover:hover, .color-lime-800-hover:active, .color-lime-800-hover:focus {
  color: #9e9d24 !important; }

.border-color-lime-800 {
  border-color: #9e9d24 !important; }

.border-color-lime-800-hover:hover, .border-color-lime-800-hover:active, .border-color-lime-800-hover:focus {
  border-color: #9e9d24 !important; }

.bg-lime-900 {
  background-color: #827717 !important; }

.bg-lime-900-hover:hover, .bg-lime-900-hover:active, .bg-lime-900-hover:focus {
  background-color: #827717 !important; }

.color-lime-900 {
  color: #827717 !important; }

.color-lime-900-hover:hover, .color-lime-900-hover:active, .color-lime-900-hover:focus {
  color: #827717 !important; }

.border-color-lime-900 {
  border-color: #827717 !important; }

.border-color-lime-900-hover:hover, .border-color-lime-900-hover:active, .border-color-lime-900-hover:focus {
  border-color: #827717 !important; }

.bg-lime-a100 {
  background-color: #f4ff81 !important; }

.bg-lime-a100-hover:hover, .bg-lime-a100-hover:active, .bg-lime-a100-hover:focus {
  background-color: #f4ff81 !important; }

.color-lime-a100 {
  color: #f4ff81 !important; }

.color-lime-a100-hover:hover, .color-lime-a100-hover:active, .color-lime-a100-hover:focus {
  color: #f4ff81 !important; }

.border-color-lime-a100 {
  border-color: #f4ff81 !important; }

.border-color-lime-a100-hover:hover, .border-color-lime-a100-hover:active, .border-color-lime-a100-hover:focus {
  border-color: #f4ff81 !important; }

.bg-lime-a200 {
  background-color: #eeff41 !important; }

.bg-lime-a200-hover:hover, .bg-lime-a200-hover:active, .bg-lime-a200-hover:focus {
  background-color: #eeff41 !important; }

.color-lime-a200 {
  color: #eeff41 !important; }

.color-lime-a200-hover:hover, .color-lime-a200-hover:active, .color-lime-a200-hover:focus {
  color: #eeff41 !important; }

.border-color-lime-a200 {
  border-color: #eeff41 !important; }

.border-color-lime-a200-hover:hover, .border-color-lime-a200-hover:active, .border-color-lime-a200-hover:focus {
  border-color: #eeff41 !important; }

.bg-lime-a400 {
  background-color: #c6ff00 !important; }

.bg-lime-a400-hover:hover, .bg-lime-a400-hover:active, .bg-lime-a400-hover:focus {
  background-color: #c6ff00 !important; }

.color-lime-a400 {
  color: #c6ff00 !important; }

.color-lime-a400-hover:hover, .color-lime-a400-hover:active, .color-lime-a400-hover:focus {
  color: #c6ff00 !important; }

.border-color-lime-a400 {
  border-color: #c6ff00 !important; }

.border-color-lime-a400-hover:hover, .border-color-lime-a400-hover:active, .border-color-lime-a400-hover:focus {
  border-color: #c6ff00 !important; }

.bg-lime-a700 {
  background-color: #aeea00 !important; }

.bg-lime-a700-hover:hover, .bg-lime-a700-hover:active, .bg-lime-a700-hover:focus {
  background-color: #aeea00 !important; }

.color-lime-a700 {
  color: #aeea00 !important; }

.color-lime-a700-hover:hover, .color-lime-a700-hover:active, .color-lime-a700-hover:focus {
  color: #aeea00 !important; }

.border-color-lime-a700 {
  border-color: #aeea00 !important; }

.border-color-lime-a700-hover:hover, .border-color-lime-a700-hover:active, .border-color-lime-a700-hover:focus {
  border-color: #aeea00 !important; }

.bg-yellow-50 {
  background-color: #fffde7 !important; }

.bg-yellow-50-hover:hover, .bg-yellow-50-hover:active, .bg-yellow-50-hover:focus {
  background-color: #fffde7 !important; }

.color-yellow-50 {
  color: #fffde7 !important; }

.color-yellow-50-hover:hover, .color-yellow-50-hover:active, .color-yellow-50-hover:focus {
  color: #fffde7 !important; }

.border-color-yellow-50 {
  border-color: #fffde7 !important; }

.border-color-yellow-50-hover:hover, .border-color-yellow-50-hover:active, .border-color-yellow-50-hover:focus {
  border-color: #fffde7 !important; }

.bg-yellow-100 {
  background-color: #fff9c4 !important; }

.bg-yellow-100-hover:hover, .bg-yellow-100-hover:active, .bg-yellow-100-hover:focus {
  background-color: #fff9c4 !important; }

.color-yellow-100 {
  color: #fff9c4 !important; }

.color-yellow-100-hover:hover, .color-yellow-100-hover:active, .color-yellow-100-hover:focus {
  color: #fff9c4 !important; }

.border-color-yellow-100 {
  border-color: #fff9c4 !important; }

.border-color-yellow-100-hover:hover, .border-color-yellow-100-hover:active, .border-color-yellow-100-hover:focus {
  border-color: #fff9c4 !important; }

.bg-yellow-200 {
  background-color: #fff59d !important; }

.bg-yellow-200-hover:hover, .bg-yellow-200-hover:active, .bg-yellow-200-hover:focus {
  background-color: #fff59d !important; }

.color-yellow-200 {
  color: #fff59d !important; }

.color-yellow-200-hover:hover, .color-yellow-200-hover:active, .color-yellow-200-hover:focus {
  color: #fff59d !important; }

.border-color-yellow-200 {
  border-color: #fff59d !important; }

.border-color-yellow-200-hover:hover, .border-color-yellow-200-hover:active, .border-color-yellow-200-hover:focus {
  border-color: #fff59d !important; }

.bg-yellow-300 {
  background-color: #fff176 !important; }

.bg-yellow-300-hover:hover, .bg-yellow-300-hover:active, .bg-yellow-300-hover:focus {
  background-color: #fff176 !important; }

.color-yellow-300 {
  color: #fff176 !important; }

.color-yellow-300-hover:hover, .color-yellow-300-hover:active, .color-yellow-300-hover:focus {
  color: #fff176 !important; }

.border-color-yellow-300 {
  border-color: #fff176 !important; }

.border-color-yellow-300-hover:hover, .border-color-yellow-300-hover:active, .border-color-yellow-300-hover:focus {
  border-color: #fff176 !important; }

.bg-yellow-400 {
  background-color: #ffee58 !important; }

.bg-yellow-400-hover:hover, .bg-yellow-400-hover:active, .bg-yellow-400-hover:focus {
  background-color: #ffee58 !important; }

.color-yellow-400 {
  color: #ffee58 !important; }

.color-yellow-400-hover:hover, .color-yellow-400-hover:active, .color-yellow-400-hover:focus {
  color: #ffee58 !important; }

.border-color-yellow-400 {
  border-color: #ffee58 !important; }

.border-color-yellow-400-hover:hover, .border-color-yellow-400-hover:active, .border-color-yellow-400-hover:focus {
  border-color: #ffee58 !important; }

.bg-yellow-500 {
  background-color: #ffeb3b !important; }

.bg-yellow-500-hover:hover, .bg-yellow-500-hover:active, .bg-yellow-500-hover:focus {
  background-color: #ffeb3b !important; }

.color-yellow-500 {
  color: #ffeb3b !important; }

.color-yellow-500-hover:hover, .color-yellow-500-hover:active, .color-yellow-500-hover:focus {
  color: #ffeb3b !important; }

.border-color-yellow-500 {
  border-color: #ffeb3b !important; }

.border-color-yellow-500-hover:hover, .border-color-yellow-500-hover:active, .border-color-yellow-500-hover:focus {
  border-color: #ffeb3b !important; }

.bg-yellow-600 {
  background-color: #fdd835 !important; }

.bg-yellow-600-hover:hover, .bg-yellow-600-hover:active, .bg-yellow-600-hover:focus {
  background-color: #fdd835 !important; }

.color-yellow-600 {
  color: #fdd835 !important; }

.color-yellow-600-hover:hover, .color-yellow-600-hover:active, .color-yellow-600-hover:focus {
  color: #fdd835 !important; }

.border-color-yellow-600 {
  border-color: #fdd835 !important; }

.border-color-yellow-600-hover:hover, .border-color-yellow-600-hover:active, .border-color-yellow-600-hover:focus {
  border-color: #fdd835 !important; }

.bg-yellow-700 {
  background-color: #fbc02d !important; }

.bg-yellow-700-hover:hover, .bg-yellow-700-hover:active, .bg-yellow-700-hover:focus {
  background-color: #fbc02d !important; }

.color-yellow-700 {
  color: #fbc02d !important; }

.color-yellow-700-hover:hover, .color-yellow-700-hover:active, .color-yellow-700-hover:focus {
  color: #fbc02d !important; }

.border-color-yellow-700 {
  border-color: #fbc02d !important; }

.border-color-yellow-700-hover:hover, .border-color-yellow-700-hover:active, .border-color-yellow-700-hover:focus {
  border-color: #fbc02d !important; }

.bg-yellow-800 {
  background-color: #f9a825 !important; }

.bg-yellow-800-hover:hover, .bg-yellow-800-hover:active, .bg-yellow-800-hover:focus {
  background-color: #f9a825 !important; }

.color-yellow-800 {
  color: #f9a825 !important; }

.color-yellow-800-hover:hover, .color-yellow-800-hover:active, .color-yellow-800-hover:focus {
  color: #f9a825 !important; }

.border-color-yellow-800 {
  border-color: #f9a825 !important; }

.border-color-yellow-800-hover:hover, .border-color-yellow-800-hover:active, .border-color-yellow-800-hover:focus {
  border-color: #f9a825 !important; }

.bg-yellow-900 {
  background-color: #f57f17 !important; }

.bg-yellow-900-hover:hover, .bg-yellow-900-hover:active, .bg-yellow-900-hover:focus {
  background-color: #f57f17 !important; }

.color-yellow-900 {
  color: #f57f17 !important; }

.color-yellow-900-hover:hover, .color-yellow-900-hover:active, .color-yellow-900-hover:focus {
  color: #f57f17 !important; }

.border-color-yellow-900 {
  border-color: #f57f17 !important; }

.border-color-yellow-900-hover:hover, .border-color-yellow-900-hover:active, .border-color-yellow-900-hover:focus {
  border-color: #f57f17 !important; }

.bg-yellow-a100 {
  background-color: #ffff8d !important; }

.bg-yellow-a100-hover:hover, .bg-yellow-a100-hover:active, .bg-yellow-a100-hover:focus {
  background-color: #ffff8d !important; }

.color-yellow-a100 {
  color: #ffff8d !important; }

.color-yellow-a100-hover:hover, .color-yellow-a100-hover:active, .color-yellow-a100-hover:focus {
  color: #ffff8d !important; }

.border-color-yellow-a100 {
  border-color: #ffff8d !important; }

.border-color-yellow-a100-hover:hover, .border-color-yellow-a100-hover:active, .border-color-yellow-a100-hover:focus {
  border-color: #ffff8d !important; }

.bg-yellow-a200 {
  background-color: #ffff00 !important; }

.bg-yellow-a200-hover:hover, .bg-yellow-a200-hover:active, .bg-yellow-a200-hover:focus {
  background-color: #ffff00 !important; }

.color-yellow-a200 {
  color: #ffff00 !important; }

.color-yellow-a200-hover:hover, .color-yellow-a200-hover:active, .color-yellow-a200-hover:focus {
  color: #ffff00 !important; }

.border-color-yellow-a200 {
  border-color: #ffff00 !important; }

.border-color-yellow-a200-hover:hover, .border-color-yellow-a200-hover:active, .border-color-yellow-a200-hover:focus {
  border-color: #ffff00 !important; }

.bg-yellow-a400 {
  background-color: #ffea00 !important; }

.bg-yellow-a400-hover:hover, .bg-yellow-a400-hover:active, .bg-yellow-a400-hover:focus {
  background-color: #ffea00 !important; }

.color-yellow-a400 {
  color: #ffea00 !important; }

.color-yellow-a400-hover:hover, .color-yellow-a400-hover:active, .color-yellow-a400-hover:focus {
  color: #ffea00 !important; }

.border-color-yellow-a400 {
  border-color: #ffea00 !important; }

.border-color-yellow-a400-hover:hover, .border-color-yellow-a400-hover:active, .border-color-yellow-a400-hover:focus {
  border-color: #ffea00 !important; }

.bg-yellow-a700 {
  background-color: #ffd600 !important; }

.bg-yellow-a700-hover:hover, .bg-yellow-a700-hover:active, .bg-yellow-a700-hover:focus {
  background-color: #ffd600 !important; }

.color-yellow-a700 {
  color: #ffd600 !important; }

.color-yellow-a700-hover:hover, .color-yellow-a700-hover:active, .color-yellow-a700-hover:focus {
  color: #ffd600 !important; }

.border-color-yellow-a700 {
  border-color: #ffd600 !important; }

.border-color-yellow-a700-hover:hover, .border-color-yellow-a700-hover:active, .border-color-yellow-a700-hover:focus {
  border-color: #ffd600 !important; }

.bg-amber-50 {
  background-color: #fff8e1 !important; }

.bg-amber-50-hover:hover, .bg-amber-50-hover:active, .bg-amber-50-hover:focus {
  background-color: #fff8e1 !important; }

.color-amber-50 {
  color: #fff8e1 !important; }

.color-amber-50-hover:hover, .color-amber-50-hover:active, .color-amber-50-hover:focus {
  color: #fff8e1 !important; }

.border-color-amber-50 {
  border-color: #fff8e1 !important; }

.border-color-amber-50-hover:hover, .border-color-amber-50-hover:active, .border-color-amber-50-hover:focus {
  border-color: #fff8e1 !important; }

.bg-amber-100 {
  background-color: #ffecb3 !important; }

.bg-amber-100-hover:hover, .bg-amber-100-hover:active, .bg-amber-100-hover:focus {
  background-color: #ffecb3 !important; }

.color-amber-100 {
  color: #ffecb3 !important; }

.color-amber-100-hover:hover, .color-amber-100-hover:active, .color-amber-100-hover:focus {
  color: #ffecb3 !important; }

.border-color-amber-100 {
  border-color: #ffecb3 !important; }

.border-color-amber-100-hover:hover, .border-color-amber-100-hover:active, .border-color-amber-100-hover:focus {
  border-color: #ffecb3 !important; }

.bg-amber-200 {
  background-color: #ffe082 !important; }

.bg-amber-200-hover:hover, .bg-amber-200-hover:active, .bg-amber-200-hover:focus {
  background-color: #ffe082 !important; }

.color-amber-200 {
  color: #ffe082 !important; }

.color-amber-200-hover:hover, .color-amber-200-hover:active, .color-amber-200-hover:focus {
  color: #ffe082 !important; }

.border-color-amber-200 {
  border-color: #ffe082 !important; }

.border-color-amber-200-hover:hover, .border-color-amber-200-hover:active, .border-color-amber-200-hover:focus {
  border-color: #ffe082 !important; }

.bg-amber-300 {
  background-color: #ffd54f !important; }

.bg-amber-300-hover:hover, .bg-amber-300-hover:active, .bg-amber-300-hover:focus {
  background-color: #ffd54f !important; }

.color-amber-300 {
  color: #ffd54f !important; }

.color-amber-300-hover:hover, .color-amber-300-hover:active, .color-amber-300-hover:focus {
  color: #ffd54f !important; }

.border-color-amber-300 {
  border-color: #ffd54f !important; }

.border-color-amber-300-hover:hover, .border-color-amber-300-hover:active, .border-color-amber-300-hover:focus {
  border-color: #ffd54f !important; }

.bg-amber-400 {
  background-color: #ffca28 !important; }

.bg-amber-400-hover:hover, .bg-amber-400-hover:active, .bg-amber-400-hover:focus {
  background-color: #ffca28 !important; }

.color-amber-400 {
  color: #ffca28 !important; }

.color-amber-400-hover:hover, .color-amber-400-hover:active, .color-amber-400-hover:focus {
  color: #ffca28 !important; }

.border-color-amber-400 {
  border-color: #ffca28 !important; }

.border-color-amber-400-hover:hover, .border-color-amber-400-hover:active, .border-color-amber-400-hover:focus {
  border-color: #ffca28 !important; }

.bg-amber-500 {
  background-color: #ffc107 !important; }

.bg-amber-500-hover:hover, .bg-amber-500-hover:active, .bg-amber-500-hover:focus {
  background-color: #ffc107 !important; }

.color-amber-500 {
  color: #ffc107 !important; }

.color-amber-500-hover:hover, .color-amber-500-hover:active, .color-amber-500-hover:focus {
  color: #ffc107 !important; }

.border-color-amber-500 {
  border-color: #ffc107 !important; }

.border-color-amber-500-hover:hover, .border-color-amber-500-hover:active, .border-color-amber-500-hover:focus {
  border-color: #ffc107 !important; }

.bg-amber-600 {
  background-color: #ffb300 !important; }

.bg-amber-600-hover:hover, .bg-amber-600-hover:active, .bg-amber-600-hover:focus {
  background-color: #ffb300 !important; }

.color-amber-600 {
  color: #ffb300 !important; }

.color-amber-600-hover:hover, .color-amber-600-hover:active, .color-amber-600-hover:focus {
  color: #ffb300 !important; }

.border-color-amber-600 {
  border-color: #ffb300 !important; }

.border-color-amber-600-hover:hover, .border-color-amber-600-hover:active, .border-color-amber-600-hover:focus {
  border-color: #ffb300 !important; }

.bg-amber-700 {
  background-color: #ffa000 !important; }

.bg-amber-700-hover:hover, .bg-amber-700-hover:active, .bg-amber-700-hover:focus {
  background-color: #ffa000 !important; }

.color-amber-700 {
  color: #ffa000 !important; }

.color-amber-700-hover:hover, .color-amber-700-hover:active, .color-amber-700-hover:focus {
  color: #ffa000 !important; }

.border-color-amber-700 {
  border-color: #ffa000 !important; }

.border-color-amber-700-hover:hover, .border-color-amber-700-hover:active, .border-color-amber-700-hover:focus {
  border-color: #ffa000 !important; }

.bg-amber-800 {
  background-color: #ff8f00 !important; }

.bg-amber-800-hover:hover, .bg-amber-800-hover:active, .bg-amber-800-hover:focus {
  background-color: #ff8f00 !important; }

.color-amber-800 {
  color: #ff8f00 !important; }

.color-amber-800-hover:hover, .color-amber-800-hover:active, .color-amber-800-hover:focus {
  color: #ff8f00 !important; }

.border-color-amber-800 {
  border-color: #ff8f00 !important; }

.border-color-amber-800-hover:hover, .border-color-amber-800-hover:active, .border-color-amber-800-hover:focus {
  border-color: #ff8f00 !important; }

.bg-amber-900 {
  background-color: #ff6f00 !important; }

.bg-amber-900-hover:hover, .bg-amber-900-hover:active, .bg-amber-900-hover:focus {
  background-color: #ff6f00 !important; }

.color-amber-900 {
  color: #ff6f00 !important; }

.color-amber-900-hover:hover, .color-amber-900-hover:active, .color-amber-900-hover:focus {
  color: #ff6f00 !important; }

.border-color-amber-900 {
  border-color: #ff6f00 !important; }

.border-color-amber-900-hover:hover, .border-color-amber-900-hover:active, .border-color-amber-900-hover:focus {
  border-color: #ff6f00 !important; }

.bg-amber-a100 {
  background-color: #ffe57f !important; }

.bg-amber-a100-hover:hover, .bg-amber-a100-hover:active, .bg-amber-a100-hover:focus {
  background-color: #ffe57f !important; }

.color-amber-a100 {
  color: #ffe57f !important; }

.color-amber-a100-hover:hover, .color-amber-a100-hover:active, .color-amber-a100-hover:focus {
  color: #ffe57f !important; }

.border-color-amber-a100 {
  border-color: #ffe57f !important; }

.border-color-amber-a100-hover:hover, .border-color-amber-a100-hover:active, .border-color-amber-a100-hover:focus {
  border-color: #ffe57f !important; }

.bg-amber-a200 {
  background-color: #ffd740 !important; }

.bg-amber-a200-hover:hover, .bg-amber-a200-hover:active, .bg-amber-a200-hover:focus {
  background-color: #ffd740 !important; }

.color-amber-a200 {
  color: #ffd740 !important; }

.color-amber-a200-hover:hover, .color-amber-a200-hover:active, .color-amber-a200-hover:focus {
  color: #ffd740 !important; }

.border-color-amber-a200 {
  border-color: #ffd740 !important; }

.border-color-amber-a200-hover:hover, .border-color-amber-a200-hover:active, .border-color-amber-a200-hover:focus {
  border-color: #ffd740 !important; }

.bg-amber-a400 {
  background-color: #ffc400 !important; }

.bg-amber-a400-hover:hover, .bg-amber-a400-hover:active, .bg-amber-a400-hover:focus {
  background-color: #ffc400 !important; }

.color-amber-a400 {
  color: #ffc400 !important; }

.color-amber-a400-hover:hover, .color-amber-a400-hover:active, .color-amber-a400-hover:focus {
  color: #ffc400 !important; }

.border-color-amber-a400 {
  border-color: #ffc400 !important; }

.border-color-amber-a400-hover:hover, .border-color-amber-a400-hover:active, .border-color-amber-a400-hover:focus {
  border-color: #ffc400 !important; }

.bg-amber-a700 {
  background-color: #ffab00 !important; }

.bg-amber-a700-hover:hover, .bg-amber-a700-hover:active, .bg-amber-a700-hover:focus {
  background-color: #ffab00 !important; }

.color-amber-a700 {
  color: #ffab00 !important; }

.color-amber-a700-hover:hover, .color-amber-a700-hover:active, .color-amber-a700-hover:focus {
  color: #ffab00 !important; }

.border-color-amber-a700 {
  border-color: #ffab00 !important; }

.border-color-amber-a700-hover:hover, .border-color-amber-a700-hover:active, .border-color-amber-a700-hover:focus {
  border-color: #ffab00 !important; }

.bg-orange-50 {
  background-color: #fff3e0 !important; }

.bg-orange-50-hover:hover, .bg-orange-50-hover:active, .bg-orange-50-hover:focus {
  background-color: #fff3e0 !important; }

.color-orange-50 {
  color: #fff3e0 !important; }

.color-orange-50-hover:hover, .color-orange-50-hover:active, .color-orange-50-hover:focus {
  color: #fff3e0 !important; }

.border-color-orange-50 {
  border-color: #fff3e0 !important; }

.border-color-orange-50-hover:hover, .border-color-orange-50-hover:active, .border-color-orange-50-hover:focus {
  border-color: #fff3e0 !important; }

.bg-orange-100 {
  background-color: #ffe0b2 !important; }

.bg-orange-100-hover:hover, .bg-orange-100-hover:active, .bg-orange-100-hover:focus {
  background-color: #ffe0b2 !important; }

.color-orange-100 {
  color: #ffe0b2 !important; }

.color-orange-100-hover:hover, .color-orange-100-hover:active, .color-orange-100-hover:focus {
  color: #ffe0b2 !important; }

.border-color-orange-100 {
  border-color: #ffe0b2 !important; }

.border-color-orange-100-hover:hover, .border-color-orange-100-hover:active, .border-color-orange-100-hover:focus {
  border-color: #ffe0b2 !important; }

.bg-orange-200 {
  background-color: #ffcc80 !important; }

.bg-orange-200-hover:hover, .bg-orange-200-hover:active, .bg-orange-200-hover:focus {
  background-color: #ffcc80 !important; }

.color-orange-200 {
  color: #ffcc80 !important; }

.color-orange-200-hover:hover, .color-orange-200-hover:active, .color-orange-200-hover:focus {
  color: #ffcc80 !important; }

.border-color-orange-200 {
  border-color: #ffcc80 !important; }

.border-color-orange-200-hover:hover, .border-color-orange-200-hover:active, .border-color-orange-200-hover:focus {
  border-color: #ffcc80 !important; }

.bg-orange-300 {
  background-color: #ffb74d !important; }

.bg-orange-300-hover:hover, .bg-orange-300-hover:active, .bg-orange-300-hover:focus {
  background-color: #ffb74d !important; }

.color-orange-300 {
  color: #ffb74d !important; }

.color-orange-300-hover:hover, .color-orange-300-hover:active, .color-orange-300-hover:focus {
  color: #ffb74d !important; }

.border-color-orange-300 {
  border-color: #ffb74d !important; }

.border-color-orange-300-hover:hover, .border-color-orange-300-hover:active, .border-color-orange-300-hover:focus {
  border-color: #ffb74d !important; }

.bg-orange-400 {
  background-color: #ffa726 !important; }

.bg-orange-400-hover:hover, .bg-orange-400-hover:active, .bg-orange-400-hover:focus {
  background-color: #ffa726 !important; }

.color-orange-400 {
  color: #ffa726 !important; }

.color-orange-400-hover:hover, .color-orange-400-hover:active, .color-orange-400-hover:focus {
  color: #ffa726 !important; }

.border-color-orange-400 {
  border-color: #ffa726 !important; }

.border-color-orange-400-hover:hover, .border-color-orange-400-hover:active, .border-color-orange-400-hover:focus {
  border-color: #ffa726 !important; }

.bg-orange-500 {
  background-color: #ff9800 !important; }

.bg-orange-500-hover:hover, .bg-orange-500-hover:active, .bg-orange-500-hover:focus {
  background-color: #ff9800 !important; }

.color-orange-500 {
  color: #ff9800 !important; }

.color-orange-500-hover:hover, .color-orange-500-hover:active, .color-orange-500-hover:focus {
  color: #ff9800 !important; }

.border-color-orange-500 {
  border-color: #ff9800 !important; }

.border-color-orange-500-hover:hover, .border-color-orange-500-hover:active, .border-color-orange-500-hover:focus {
  border-color: #ff9800 !important; }

.bg-orange-600 {
  background-color: #fb8c00 !important; }

.bg-orange-600-hover:hover, .bg-orange-600-hover:active, .bg-orange-600-hover:focus {
  background-color: #fb8c00 !important; }

.color-orange-600 {
  color: #fb8c00 !important; }

.color-orange-600-hover:hover, .color-orange-600-hover:active, .color-orange-600-hover:focus {
  color: #fb8c00 !important; }

.border-color-orange-600 {
  border-color: #fb8c00 !important; }

.border-color-orange-600-hover:hover, .border-color-orange-600-hover:active, .border-color-orange-600-hover:focus {
  border-color: #fb8c00 !important; }

.bg-orange-700 {
  background-color: #f57c00 !important; }

.bg-orange-700-hover:hover, .bg-orange-700-hover:active, .bg-orange-700-hover:focus {
  background-color: #f57c00 !important; }

.color-orange-700 {
  color: #f57c00 !important; }

.color-orange-700-hover:hover, .color-orange-700-hover:active, .color-orange-700-hover:focus {
  color: #f57c00 !important; }

.border-color-orange-700 {
  border-color: #f57c00 !important; }

.border-color-orange-700-hover:hover, .border-color-orange-700-hover:active, .border-color-orange-700-hover:focus {
  border-color: #f57c00 !important; }

.bg-orange-800 {
  background-color: #ef6c00 !important; }

.bg-orange-800-hover:hover, .bg-orange-800-hover:active, .bg-orange-800-hover:focus {
  background-color: #ef6c00 !important; }

.color-orange-800 {
  color: #ef6c00 !important; }

.color-orange-800-hover:hover, .color-orange-800-hover:active, .color-orange-800-hover:focus {
  color: #ef6c00 !important; }

.border-color-orange-800 {
  border-color: #ef6c00 !important; }

.border-color-orange-800-hover:hover, .border-color-orange-800-hover:active, .border-color-orange-800-hover:focus {
  border-color: #ef6c00 !important; }

.bg-orange-900 {
  background-color: #e65100 !important; }

.bg-orange-900-hover:hover, .bg-orange-900-hover:active, .bg-orange-900-hover:focus {
  background-color: #e65100 !important; }

.color-orange-900 {
  color: #e65100 !important; }

.color-orange-900-hover:hover, .color-orange-900-hover:active, .color-orange-900-hover:focus {
  color: #e65100 !important; }

.border-color-orange-900 {
  border-color: #e65100 !important; }

.border-color-orange-900-hover:hover, .border-color-orange-900-hover:active, .border-color-orange-900-hover:focus {
  border-color: #e65100 !important; }

.bg-orange-a100 {
  background-color: #ffd180 !important; }

.bg-orange-a100-hover:hover, .bg-orange-a100-hover:active, .bg-orange-a100-hover:focus {
  background-color: #ffd180 !important; }

.color-orange-a100 {
  color: #ffd180 !important; }

.color-orange-a100-hover:hover, .color-orange-a100-hover:active, .color-orange-a100-hover:focus {
  color: #ffd180 !important; }

.border-color-orange-a100 {
  border-color: #ffd180 !important; }

.border-color-orange-a100-hover:hover, .border-color-orange-a100-hover:active, .border-color-orange-a100-hover:focus {
  border-color: #ffd180 !important; }

.bg-orange-a200 {
  background-color: #ffab40 !important; }

.bg-orange-a200-hover:hover, .bg-orange-a200-hover:active, .bg-orange-a200-hover:focus {
  background-color: #ffab40 !important; }

.color-orange-a200 {
  color: #ffab40 !important; }

.color-orange-a200-hover:hover, .color-orange-a200-hover:active, .color-orange-a200-hover:focus {
  color: #ffab40 !important; }

.border-color-orange-a200 {
  border-color: #ffab40 !important; }

.border-color-orange-a200-hover:hover, .border-color-orange-a200-hover:active, .border-color-orange-a200-hover:focus {
  border-color: #ffab40 !important; }

.bg-orange-a400 {
  background-color: #ff9100 !important; }

.bg-orange-a400-hover:hover, .bg-orange-a400-hover:active, .bg-orange-a400-hover:focus {
  background-color: #ff9100 !important; }

.color-orange-a400 {
  color: #ff9100 !important; }

.color-orange-a400-hover:hover, .color-orange-a400-hover:active, .color-orange-a400-hover:focus {
  color: #ff9100 !important; }

.border-color-orange-a400 {
  border-color: #ff9100 !important; }

.border-color-orange-a400-hover:hover, .border-color-orange-a400-hover:active, .border-color-orange-a400-hover:focus {
  border-color: #ff9100 !important; }

.bg-orange-a700 {
  background-color: #ff6d00 !important; }

.bg-orange-a700-hover:hover, .bg-orange-a700-hover:active, .bg-orange-a700-hover:focus {
  background-color: #ff6d00 !important; }

.color-orange-a700 {
  color: #ff6d00 !important; }

.color-orange-a700-hover:hover, .color-orange-a700-hover:active, .color-orange-a700-hover:focus {
  color: #ff6d00 !important; }

.border-color-orange-a700 {
  border-color: #ff6d00 !important; }

.border-color-orange-a700-hover:hover, .border-color-orange-a700-hover:active, .border-color-orange-a700-hover:focus {
  border-color: #ff6d00 !important; }

.bg-deep-orange-50 {
  background-color: #fbe9e7 !important; }

.bg-deep-orange-50-hover:hover, .bg-deep-orange-50-hover:active, .bg-deep-orange-50-hover:focus {
  background-color: #fbe9e7 !important; }

.color-deep-orange-50 {
  color: #fbe9e7 !important; }

.color-deep-orange-50-hover:hover, .color-deep-orange-50-hover:active, .color-deep-orange-50-hover:focus {
  color: #fbe9e7 !important; }

.border-color-deep-orange-50 {
  border-color: #fbe9e7 !important; }

.border-color-deep-orange-50-hover:hover, .border-color-deep-orange-50-hover:active, .border-color-deep-orange-50-hover:focus {
  border-color: #fbe9e7 !important; }

.bg-deep-orange-100 {
  background-color: #ffccbc !important; }

.bg-deep-orange-100-hover:hover, .bg-deep-orange-100-hover:active, .bg-deep-orange-100-hover:focus {
  background-color: #ffccbc !important; }

.color-deep-orange-100 {
  color: #ffccbc !important; }

.color-deep-orange-100-hover:hover, .color-deep-orange-100-hover:active, .color-deep-orange-100-hover:focus {
  color: #ffccbc !important; }

.border-color-deep-orange-100 {
  border-color: #ffccbc !important; }

.border-color-deep-orange-100-hover:hover, .border-color-deep-orange-100-hover:active, .border-color-deep-orange-100-hover:focus {
  border-color: #ffccbc !important; }

.bg-deep-orange-200 {
  background-color: #ffab91 !important; }

.bg-deep-orange-200-hover:hover, .bg-deep-orange-200-hover:active, .bg-deep-orange-200-hover:focus {
  background-color: #ffab91 !important; }

.color-deep-orange-200 {
  color: #ffab91 !important; }

.color-deep-orange-200-hover:hover, .color-deep-orange-200-hover:active, .color-deep-orange-200-hover:focus {
  color: #ffab91 !important; }

.border-color-deep-orange-200 {
  border-color: #ffab91 !important; }

.border-color-deep-orange-200-hover:hover, .border-color-deep-orange-200-hover:active, .border-color-deep-orange-200-hover:focus {
  border-color: #ffab91 !important; }

.bg-deep-orange-300 {
  background-color: #ff8a65 !important; }

.bg-deep-orange-300-hover:hover, .bg-deep-orange-300-hover:active, .bg-deep-orange-300-hover:focus {
  background-color: #ff8a65 !important; }

.color-deep-orange-300 {
  color: #ff8a65 !important; }

.color-deep-orange-300-hover:hover, .color-deep-orange-300-hover:active, .color-deep-orange-300-hover:focus {
  color: #ff8a65 !important; }

.border-color-deep-orange-300 {
  border-color: #ff8a65 !important; }

.border-color-deep-orange-300-hover:hover, .border-color-deep-orange-300-hover:active, .border-color-deep-orange-300-hover:focus {
  border-color: #ff8a65 !important; }

.bg-deep-orange-400 {
  background-color: #ff7043 !important; }

.bg-deep-orange-400-hover:hover, .bg-deep-orange-400-hover:active, .bg-deep-orange-400-hover:focus {
  background-color: #ff7043 !important; }

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

.color-deep-orange-400-hover:hover, .color-deep-orange-400-hover:active, .color-deep-orange-400-hover:focus {
  color: #ff7043 !important; }

.border-color-deep-orange-400 {
  border-color: #ff7043 !important; }

.border-color-deep-orange-400-hover:hover, .border-color-deep-orange-400-hover:active, .border-color-deep-orange-400-hover:focus {
  border-color: #ff7043 !important; }

.bg-deep-orange-500 {
  background-color: #ff5722 !important; }

.bg-deep-orange-500-hover:hover, .bg-deep-orange-500-hover:active, .bg-deep-orange-500-hover:focus {
  background-color: #ff5722 !important; }

.color-deep-orange-500 {
  color: #ff5722 !important; }

.color-deep-orange-500-hover:hover, .color-deep-orange-500-hover:active, .color-deep-orange-500-hover:focus {
  color: #ff5722 !important; }

.border-color-deep-orange-500 {
  border-color: #ff5722 !important; }

.border-color-deep-orange-500-hover:hover, .border-color-deep-orange-500-hover:active, .border-color-deep-orange-500-hover:focus {
  border-color: #ff5722 !important; }

.bg-deep-orange-600 {
  background-color: #f4511e !important; }

.bg-deep-orange-600-hover:hover, .bg-deep-orange-600-hover:active, .bg-deep-orange-600-hover:focus {
  background-color: #f4511e !important; }

.color-deep-orange-600 {
  color: #f4511e !important; }

.color-deep-orange-600-hover:hover, .color-deep-orange-600-hover:active, .color-deep-orange-600-hover:focus {
  color: #f4511e !important; }

.border-color-deep-orange-600 {
  border-color: #f4511e !important; }

.border-color-deep-orange-600-hover:hover, .border-color-deep-orange-600-hover:active, .border-color-deep-orange-600-hover:focus {
  border-color: #f4511e !important; }

.bg-deep-orange-700 {
  background-color: #e64a19 !important; }

.bg-deep-orange-700-hover:hover, .bg-deep-orange-700-hover:active, .bg-deep-orange-700-hover:focus {
  background-color: #e64a19 !important; }

.color-deep-orange-700 {
  color: #e64a19 !important; }

.color-deep-orange-700-hover:hover, .color-deep-orange-700-hover:active, .color-deep-orange-700-hover:focus {
  color: #e64a19 !important; }

.border-color-deep-orange-700 {
  border-color: #e64a19 !important; }

.border-color-deep-orange-700-hover:hover, .border-color-deep-orange-700-hover:active, .border-color-deep-orange-700-hover:focus {
  border-color: #e64a19 !important; }

.bg-deep-orange-800 {
  background-color: #d84315 !important; }

.bg-deep-orange-800-hover:hover, .bg-deep-orange-800-hover:active, .bg-deep-orange-800-hover:focus {
  background-color: #d84315 !important; }

.color-deep-orange-800 {
  color: #d84315 !important; }

.color-deep-orange-800-hover:hover, .color-deep-orange-800-hover:active, .color-deep-orange-800-hover:focus {
  color: #d84315 !important; }

.border-color-deep-orange-800 {
  border-color: #d84315 !important; }

.border-color-deep-orange-800-hover:hover, .border-color-deep-orange-800-hover:active, .border-color-deep-orange-800-hover:focus {
  border-color: #d84315 !important; }

.bg-deep-orange-900 {
  background-color: #bf360c !important; }

.bg-deep-orange-900-hover:hover, .bg-deep-orange-900-hover:active, .bg-deep-orange-900-hover:focus {
  background-color: #bf360c !important; }

.color-deep-orange-900 {
  color: #bf360c !important; }

.color-deep-orange-900-hover:hover, .color-deep-orange-900-hover:active, .color-deep-orange-900-hover:focus {
  color: #bf360c !important; }

.border-color-deep-orange-900 {
  border-color: #bf360c !important; }

.border-color-deep-orange-900-hover:hover, .border-color-deep-orange-900-hover:active, .border-color-deep-orange-900-hover:focus {
  border-color: #bf360c !important; }

.bg-deep-orange-a100 {
  background-color: #ff9e80 !important; }

.bg-deep-orange-a100-hover:hover, .bg-deep-orange-a100-hover:active, .bg-deep-orange-a100-hover:focus {
  background-color: #ff9e80 !important; }

.color-deep-orange-a100 {
  color: #ff9e80 !important; }

.color-deep-orange-a100-hover:hover, .color-deep-orange-a100-hover:active, .color-deep-orange-a100-hover:focus {
  color: #ff9e80 !important; }

.border-color-deep-orange-a100 {
  border-color: #ff9e80 !important; }

.border-color-deep-orange-a100-hover:hover, .border-color-deep-orange-a100-hover:active, .border-color-deep-orange-a100-hover:focus {
  border-color: #ff9e80 !important; }

.bg-deep-orange-a200 {
  background-color: #ff6e40 !important; }

.bg-deep-orange-a200-hover:hover, .bg-deep-orange-a200-hover:active, .bg-deep-orange-a200-hover:focus {
  background-color: #ff6e40 !important; }

.color-deep-orange-a200 {
  color: #ff6e40 !important; }

.color-deep-orange-a200-hover:hover, .color-deep-orange-a200-hover:active, .color-deep-orange-a200-hover:focus {
  color: #ff6e40 !important; }

.border-color-deep-orange-a200 {
  border-color: #ff6e40 !important; }

.border-color-deep-orange-a200-hover:hover, .border-color-deep-orange-a200-hover:active, .border-color-deep-orange-a200-hover:focus {
  border-color: #ff6e40 !important; }

.bg-deep-orange-a400 {
  background-color: #ff3d00 !important; }

.bg-deep-orange-a400-hover:hover, .bg-deep-orange-a400-hover:active, .bg-deep-orange-a400-hover:focus {
  background-color: #ff3d00 !important; }

.color-deep-orange-a400 {
  color: #ff3d00 !important; }

.color-deep-orange-a400-hover:hover, .color-deep-orange-a400-hover:active, .color-deep-orange-a400-hover:focus {
  color: #ff3d00 !important; }

.border-color-deep-orange-a400 {
  border-color: #ff3d00 !important; }

.border-color-deep-orange-a400-hover:hover, .border-color-deep-orange-a400-hover:active, .border-color-deep-orange-a400-hover:focus {
  border-color: #ff3d00 !important; }

.bg-deep-orange-a700 {
  background-color: #dd2c00 !important; }

.bg-deep-orange-a700-hover:hover, .bg-deep-orange-a700-hover:active, .bg-deep-orange-a700-hover:focus {
  background-color: #dd2c00 !important; }

.color-deep-orange-a700 {
  color: #dd2c00 !important; }

.color-deep-orange-a700-hover:hover, .color-deep-orange-a700-hover:active, .color-deep-orange-a700-hover:focus {
  color: #dd2c00 !important; }

.border-color-deep-orange-a700 {
  border-color: #dd2c00 !important; }

.border-color-deep-orange-a700-hover:hover, .border-color-deep-orange-a700-hover:active, .border-color-deep-orange-a700-hover:focus {
  border-color: #dd2c00 !important; }

.bg-brown-50 {
  background-color: #efebe9 !important; }

.bg-brown-50-hover:hover, .bg-brown-50-hover:active, .bg-brown-50-hover:focus {
  background-color: #efebe9 !important; }

.color-brown-50 {
  color: #efebe9 !important; }

.color-brown-50-hover:hover, .color-brown-50-hover:active, .color-brown-50-hover:focus {
  color: #efebe9 !important; }

.border-color-brown-50 {
  border-color: #efebe9 !important; }

.border-color-brown-50-hover:hover, .border-color-brown-50-hover:active, .border-color-brown-50-hover:focus {
  border-color: #efebe9 !important; }

.bg-brown-100 {
  background-color: #d7ccc8 !important; }

.bg-brown-100-hover:hover, .bg-brown-100-hover:active, .bg-brown-100-hover:focus {
  background-color: #d7ccc8 !important; }

.color-brown-100 {
  color: #d7ccc8 !important; }

.color-brown-100-hover:hover, .color-brown-100-hover:active, .color-brown-100-hover:focus {
  color: #d7ccc8 !important; }

.border-color-brown-100 {
  border-color: #d7ccc8 !important; }

.border-color-brown-100-hover:hover, .border-color-brown-100-hover:active, .border-color-brown-100-hover:focus {
  border-color: #d7ccc8 !important; }

.bg-brown-200 {
  background-color: #bcaaa4 !important; }

.bg-brown-200-hover:hover, .bg-brown-200-hover:active, .bg-brown-200-hover:focus {
  background-color: #bcaaa4 !important; }

.color-brown-200 {
  color: #bcaaa4 !important; }

.color-brown-200-hover:hover, .color-brown-200-hover:active, .color-brown-200-hover:focus {
  color: #bcaaa4 !important; }

.border-color-brown-200 {
  border-color: #bcaaa4 !important; }

.border-color-brown-200-hover:hover, .border-color-brown-200-hover:active, .border-color-brown-200-hover:focus {
  border-color: #bcaaa4 !important; }

.bg-brown-300 {
  background-color: #a1887f !important; }

.bg-brown-300-hover:hover, .bg-brown-300-hover:active, .bg-brown-300-hover:focus {
  background-color: #a1887f !important; }

.color-brown-300 {
  color: #a1887f !important; }

.color-brown-300-hover:hover, .color-brown-300-hover:active, .color-brown-300-hover:focus {
  color: #a1887f !important; }

.border-color-brown-300 {
  border-color: #a1887f !important; }

.border-color-brown-300-hover:hover, .border-color-brown-300-hover:active, .border-color-brown-300-hover:focus {
  border-color: #a1887f !important; }

.bg-brown-400 {
  background-color: #8d6e63 !important; }

.bg-brown-400-hover:hover, .bg-brown-400-hover:active, .bg-brown-400-hover:focus {
  background-color: #8d6e63 !important; }

.color-brown-400 {
  color: #8d6e63 !important; }

.color-brown-400-hover:hover, .color-brown-400-hover:active, .color-brown-400-hover:focus {
  color: #8d6e63 !important; }

.border-color-brown-400 {
  border-color: #8d6e63 !important; }

.border-color-brown-400-hover:hover, .border-color-brown-400-hover:active, .border-color-brown-400-hover:focus {
  border-color: #8d6e63 !important; }

.bg-brown-500 {
  background-color: #795548 !important; }

.bg-brown-500-hover:hover, .bg-brown-500-hover:active, .bg-brown-500-hover:focus {
  background-color: #795548 !important; }

.color-brown-500 {
  color: #795548 !important; }

.color-brown-500-hover:hover, .color-brown-500-hover:active, .color-brown-500-hover:focus {
  color: #795548 !important; }

.border-color-brown-500 {
  border-color: #795548 !important; }

.border-color-brown-500-hover:hover, .border-color-brown-500-hover:active, .border-color-brown-500-hover:focus {
  border-color: #795548 !important; }

.bg-brown-600 {
  background-color: #6d4c41 !important; }

.bg-brown-600-hover:hover, .bg-brown-600-hover:active, .bg-brown-600-hover:focus {
  background-color: #6d4c41 !important; }

.color-brown-600 {
  color: #6d4c41 !important; }

.color-brown-600-hover:hover, .color-brown-600-hover:active, .color-brown-600-hover:focus {
  color: #6d4c41 !important; }

.border-color-brown-600 {
  border-color: #6d4c41 !important; }

.border-color-brown-600-hover:hover, .border-color-brown-600-hover:active, .border-color-brown-600-hover:focus {
  border-color: #6d4c41 !important; }

.bg-brown-700 {
  background-color: #5d4037 !important; }

.bg-brown-700-hover:hover, .bg-brown-700-hover:active, .bg-brown-700-hover:focus {
  background-color: #5d4037 !important; }

.color-brown-700 {
  color: #5d4037 !important; }

.color-brown-700-hover:hover, .color-brown-700-hover:active, .color-brown-700-hover:focus {
  color: #5d4037 !important; }

.border-color-brown-700 {
  border-color: #5d4037 !important; }

.border-color-brown-700-hover:hover, .border-color-brown-700-hover:active, .border-color-brown-700-hover:focus {
  border-color: #5d4037 !important; }

.bg-brown-800 {
  background-color: #4e342e !important; }

.bg-brown-800-hover:hover, .bg-brown-800-hover:active, .bg-brown-800-hover:focus {
  background-color: #4e342e !important; }

.color-brown-800 {
  color: #4e342e !important; }

.color-brown-800-hover:hover, .color-brown-800-hover:active, .color-brown-800-hover:focus {
  color: #4e342e !important; }

.border-color-brown-800 {
  border-color: #4e342e !important; }

.border-color-brown-800-hover:hover, .border-color-brown-800-hover:active, .border-color-brown-800-hover:focus {
  border-color: #4e342e !important; }

.bg-brown-900 {
  background-color: #3e2723 !important; }

.bg-brown-900-hover:hover, .bg-brown-900-hover:active, .bg-brown-900-hover:focus {
  background-color: #3e2723 !important; }

.color-brown-900 {
  color: #3e2723 !important; }

.color-brown-900-hover:hover, .color-brown-900-hover:active, .color-brown-900-hover:focus {
  color: #3e2723 !important; }

.border-color-brown-900 {
  border-color: #3e2723 !important; }

.border-color-brown-900-hover:hover, .border-color-brown-900-hover:active, .border-color-brown-900-hover:focus {
  border-color: #3e2723 !important; }

.bg-brown-a100 {
  background-color: #d7ccc8 !important; }

.bg-brown-a100-hover:hover, .bg-brown-a100-hover:active, .bg-brown-a100-hover:focus {
  background-color: #d7ccc8 !important; }

.color-brown-a100 {
  color: #d7ccc8 !important; }

.color-brown-a100-hover:hover, .color-brown-a100-hover:active, .color-brown-a100-hover:focus {
  color: #d7ccc8 !important; }

.border-color-brown-a100 {
  border-color: #d7ccc8 !important; }

.border-color-brown-a100-hover:hover, .border-color-brown-a100-hover:active, .border-color-brown-a100-hover:focus {
  border-color: #d7ccc8 !important; }

.bg-brown-a200 {
  background-color: #bcaaa4 !important; }

.bg-brown-a200-hover:hover, .bg-brown-a200-hover:active, .bg-brown-a200-hover:focus {
  background-color: #bcaaa4 !important; }

.color-brown-a200 {
  color: #bcaaa4 !important; }

.color-brown-a200-hover:hover, .color-brown-a200-hover:active, .color-brown-a200-hover:focus {
  color: #bcaaa4 !important; }

.border-color-brown-a200 {
  border-color: #bcaaa4 !important; }

.border-color-brown-a200-hover:hover, .border-color-brown-a200-hover:active, .border-color-brown-a200-hover:focus {
  border-color: #bcaaa4 !important; }

.bg-brown-a400 {
  background-color: #8d6e63 !important; }

.bg-brown-a400-hover:hover, .bg-brown-a400-hover:active, .bg-brown-a400-hover:focus {
  background-color: #8d6e63 !important; }

.color-brown-a400 {
  color: #8d6e63 !important; }

.color-brown-a400-hover:hover, .color-brown-a400-hover:active, .color-brown-a400-hover:focus {
  color: #8d6e63 !important; }

.border-color-brown-a400 {
  border-color: #8d6e63 !important; }

.border-color-brown-a400-hover:hover, .border-color-brown-a400-hover:active, .border-color-brown-a400-hover:focus {
  border-color: #8d6e63 !important; }

.bg-brown-a700 {
  background-color: #5d4037 !important; }

.bg-brown-a700-hover:hover, .bg-brown-a700-hover:active, .bg-brown-a700-hover:focus {
  background-color: #5d4037 !important; }

.color-brown-a700 {
  color: #5d4037 !important; }

.color-brown-a700-hover:hover, .color-brown-a700-hover:active, .color-brown-a700-hover:focus {
  color: #5d4037 !important; }

.border-color-brown-a700 {
  border-color: #5d4037 !important; }

.border-color-brown-a700-hover:hover, .border-color-brown-a700-hover:active, .border-color-brown-a700-hover:focus {
  border-color: #5d4037 !important; }

.bg-grey-50 {
  background-color: #fafafa !important; }

.bg-grey-50-hover:hover, .bg-grey-50-hover:active, .bg-grey-50-hover:focus {
  background-color: #fafafa !important; }

.color-grey-50 {
  color: #fafafa !important; }

.color-grey-50-hover:hover, .color-grey-50-hover:active, .color-grey-50-hover:focus {
  color: #fafafa !important; }

.border-color-grey-50 {
  border-color: #fafafa !important; }

.border-color-grey-50-hover:hover, .border-color-grey-50-hover:active, .border-color-grey-50-hover:focus {
  border-color: #fafafa !important; }

.bg-grey-100 {
  background-color: #f5f5f5 !important; }

.bg-grey-100-hover:hover, .bg-grey-100-hover:active, .bg-grey-100-hover:focus {
  background-color: #f5f5f5 !important; }

.color-grey-100 {
  color: #f5f5f5 !important; }

.color-grey-100-hover:hover, .color-grey-100-hover:active, .color-grey-100-hover:focus {
  color: #f5f5f5 !important; }

.border-color-grey-100 {
  border-color: #f5f5f5 !important; }

.border-color-grey-100-hover:hover, .border-color-grey-100-hover:active, .border-color-grey-100-hover:focus {
  border-color: #f5f5f5 !important; }

.bg-grey-200 {
  background-color: #eeeeee !important; }

.bg-grey-200-hover:hover, .bg-grey-200-hover:active, .bg-grey-200-hover:focus {
  background-color: #eeeeee !important; }

.color-grey-200 {
  color: #eeeeee !important; }

.color-grey-200-hover:hover, .color-grey-200-hover:active, .color-grey-200-hover:focus {
  color: #eeeeee !important; }

.border-color-grey-200 {
  border-color: #eeeeee !important; }

.border-color-grey-200-hover:hover, .border-color-grey-200-hover:active, .border-color-grey-200-hover:focus {
  border-color: #eeeeee !important; }

.bg-grey-300 {
  background-color: #e0e0e0 !important; }

.bg-grey-300-hover:hover, .bg-grey-300-hover:active, .bg-grey-300-hover:focus {
  background-color: #e0e0e0 !important; }

.color-grey-300 {
  color: #e0e0e0 !important; }

.color-grey-300-hover:hover, .color-grey-300-hover:active, .color-grey-300-hover:focus {
  color: #e0e0e0 !important; }

.border-color-grey-300 {
  border-color: #e0e0e0 !important; }

.border-color-grey-300-hover:hover, .border-color-grey-300-hover:active, .border-color-grey-300-hover:focus {
  border-color: #e0e0e0 !important; }

.bg-grey-400 {
  background-color: #bdbdbd !important; }

.bg-grey-400-hover:hover, .bg-grey-400-hover:active, .bg-grey-400-hover:focus {
  background-color: #bdbdbd !important; }

.color-grey-400 {
  color: #bdbdbd !important; }

.color-grey-400-hover:hover, .color-grey-400-hover:active, .color-grey-400-hover:focus {
  color: #bdbdbd !important; }

.border-color-grey-400 {
  border-color: #bdbdbd !important; }

.border-color-grey-400-hover:hover, .border-color-grey-400-hover:active, .border-color-grey-400-hover:focus {
  border-color: #bdbdbd !important; }

.bg-grey-500 {
  background-color: #9e9e9e !important; }

.bg-grey-500-hover:hover, .bg-grey-500-hover:active, .bg-grey-500-hover:focus {
  background-color: #9e9e9e !important; }

.color-grey-500 {
  color: #9e9e9e !important; }

.color-grey-500-hover:hover, .color-grey-500-hover:active, .color-grey-500-hover:focus {
  color: #9e9e9e !important; }

.border-color-grey-500 {
  border-color: #9e9e9e !important; }

.border-color-grey-500-hover:hover, .border-color-grey-500-hover:active, .border-color-grey-500-hover:focus {
  border-color: #9e9e9e !important; }

.bg-grey-600 {
  background-color: #757575 !important; }

.bg-grey-600-hover:hover, .bg-grey-600-hover:active, .bg-grey-600-hover:focus {
  background-color: #757575 !important; }

.color-grey-600 {
  color: #757575 !important; }

.color-grey-600-hover:hover, .color-grey-600-hover:active, .color-grey-600-hover:focus {
  color: #757575 !important; }

.border-color-grey-600 {
  border-color: #757575 !important; }

.border-color-grey-600-hover:hover, .border-color-grey-600-hover:active, .border-color-grey-600-hover:focus {
  border-color: #757575 !important; }

.bg-grey-700 {
  background-color: #616161 !important; }

.bg-grey-700-hover:hover, .bg-grey-700-hover:active, .bg-grey-700-hover:focus {
  background-color: #616161 !important; }

.color-grey-700 {
  color: #616161 !important; }

.color-grey-700-hover:hover, .color-grey-700-hover:active, .color-grey-700-hover:focus {
  color: #616161 !important; }

.border-color-grey-700 {
  border-color: #616161 !important; }

.border-color-grey-700-hover:hover, .border-color-grey-700-hover:active, .border-color-grey-700-hover:focus {
  border-color: #616161 !important; }

.bg-grey-800 {
  background-color: #424242 !important; }

.bg-grey-800-hover:hover, .bg-grey-800-hover:active, .bg-grey-800-hover:focus {
  background-color: #424242 !important; }

.color-grey-800 {
  color: #424242 !important; }

.color-grey-800-hover:hover, .color-grey-800-hover:active, .color-grey-800-hover:focus {
  color: #424242 !important; }

.border-color-grey-800 {
  border-color: #424242 !important; }

.border-color-grey-800-hover:hover, .border-color-grey-800-hover:active, .border-color-grey-800-hover:focus {
  border-color: #424242 !important; }

.bg-grey-900 {
  background-color: #212121 !important; }

.bg-grey-900-hover:hover, .bg-grey-900-hover:active, .bg-grey-900-hover:focus {
  background-color: #212121 !important; }

.color-grey-900 {
  color: #212121 !important; }

.color-grey-900-hover:hover, .color-grey-900-hover:active, .color-grey-900-hover:focus {
  color: #212121 !important; }

.border-color-grey-900 {
  border-color: #212121 !important; }

.border-color-grey-900-hover:hover, .border-color-grey-900-hover:active, .border-color-grey-900-hover:focus {
  border-color: #212121 !important; }

.bg-grey-1000 {
  background-color: #000000 !important; }

.bg-grey-1000-hover:hover, .bg-grey-1000-hover:active, .bg-grey-1000-hover:focus {
  background-color: #000000 !important; }

.color-grey-1000 {
  color: #000000 !important; }

.color-grey-1000-hover:hover, .color-grey-1000-hover:active, .color-grey-1000-hover:focus {
  color: #000000 !important; }

.border-color-grey-1000 {
  border-color: #000000 !important; }

.border-color-grey-1000-hover:hover, .border-color-grey-1000-hover:active, .border-color-grey-1000-hover:focus {
  border-color: #000000 !important; }

.bg-grey-a100 {
  background-color: #ffffff !important; }

.bg-grey-a100-hover:hover, .bg-grey-a100-hover:active, .bg-grey-a100-hover:focus {
  background-color: #ffffff !important; }

.color-grey-a100 {
  color: #ffffff !important; }

.color-grey-a100-hover:hover, .color-grey-a100-hover:active, .color-grey-a100-hover:focus {
  color: #ffffff !important; }

.border-color-grey-a100 {
  border-color: #ffffff !important; }

.border-color-grey-a100-hover:hover, .border-color-grey-a100-hover:active, .border-color-grey-a100-hover:focus {
  border-color: #ffffff !important; }

.bg-grey-a200 {
  background-color: #eeeeee !important; }

.bg-grey-a200-hover:hover, .bg-grey-a200-hover:active, .bg-grey-a200-hover:focus {
  background-color: #eeeeee !important; }

.color-grey-a200 {
  color: #eeeeee !important; }

.color-grey-a200-hover:hover, .color-grey-a200-hover:active, .color-grey-a200-hover:focus {
  color: #eeeeee !important; }

.border-color-grey-a200 {
  border-color: #eeeeee !important; }

.border-color-grey-a200-hover:hover, .border-color-grey-a200-hover:active, .border-color-grey-a200-hover:focus {
  border-color: #eeeeee !important; }

.bg-grey-a400 {
  background-color: #bdbdbd !important; }

.bg-grey-a400-hover:hover, .bg-grey-a400-hover:active, .bg-grey-a400-hover:focus {
  background-color: #bdbdbd !important; }

.color-grey-a400 {
  color: #bdbdbd !important; }

.color-grey-a400-hover:hover, .color-grey-a400-hover:active, .color-grey-a400-hover:focus {
  color: #bdbdbd !important; }

.border-color-grey-a400 {
  border-color: #bdbdbd !important; }

.border-color-grey-a400-hover:hover, .border-color-grey-a400-hover:active, .border-color-grey-a400-hover:focus {
  border-color: #bdbdbd !important; }

.bg-grey-a700 {
  background-color: #616161 !important; }

.bg-grey-a700-hover:hover, .bg-grey-a700-hover:active, .bg-grey-a700-hover:focus {
  background-color: #616161 !important; }

.color-grey-a700 {
  color: #616161 !important; }

.color-grey-a700-hover:hover, .color-grey-a700-hover:active, .color-grey-a700-hover:focus {
  color: #616161 !important; }

.border-color-grey-a700 {
  border-color: #616161 !important; }

.border-color-grey-a700-hover:hover, .border-color-grey-a700-hover:active, .border-color-grey-a700-hover:focus {
  border-color: #616161 !important; }

.bg-blue-grey-50 {
  background-color: #eceff1 !important; }

.bg-blue-grey-50-hover:hover, .bg-blue-grey-50-hover:active, .bg-blue-grey-50-hover:focus {
  background-color: #eceff1 !important; }

.color-blue-grey-50 {
  color: #eceff1 !important; }

.color-blue-grey-50-hover:hover, .color-blue-grey-50-hover:active, .color-blue-grey-50-hover:focus {
  color: #eceff1 !important; }

.border-color-blue-grey-50 {
  border-color: #eceff1 !important; }

.border-color-blue-grey-50-hover:hover, .border-color-blue-grey-50-hover:active, .border-color-blue-grey-50-hover:focus {
  border-color: #eceff1 !important; }

.bg-blue-grey-100 {
  background-color: #cfd8dc !important; }

.bg-blue-grey-100-hover:hover, .bg-blue-grey-100-hover:active, .bg-blue-grey-100-hover:focus {
  background-color: #cfd8dc !important; }

.color-blue-grey-100 {
  color: #cfd8dc !important; }

.color-blue-grey-100-hover:hover, .color-blue-grey-100-hover:active, .color-blue-grey-100-hover:focus {
  color: #cfd8dc !important; }

.border-color-blue-grey-100 {
  border-color: #cfd8dc !important; }

.border-color-blue-grey-100-hover:hover, .border-color-blue-grey-100-hover:active, .border-color-blue-grey-100-hover:focus {
  border-color: #cfd8dc !important; }

.bg-blue-grey-200 {
  background-color: #b0bec5 !important; }

.bg-blue-grey-200-hover:hover, .bg-blue-grey-200-hover:active, .bg-blue-grey-200-hover:focus {
  background-color: #b0bec5 !important; }

.color-blue-grey-200 {
  color: #b0bec5 !important; }

.color-blue-grey-200-hover:hover, .color-blue-grey-200-hover:active, .color-blue-grey-200-hover:focus {
  color: #b0bec5 !important; }

.border-color-blue-grey-200 {
  border-color: #b0bec5 !important; }

.border-color-blue-grey-200-hover:hover, .border-color-blue-grey-200-hover:active, .border-color-blue-grey-200-hover:focus {
  border-color: #b0bec5 !important; }

.bg-blue-grey-300 {
  background-color: #90a4ae !important; }

.bg-blue-grey-300-hover:hover, .bg-blue-grey-300-hover:active, .bg-blue-grey-300-hover:focus {
  background-color: #90a4ae !important; }

.color-blue-grey-300 {
  color: #90a4ae !important; }

.color-blue-grey-300-hover:hover, .color-blue-grey-300-hover:active, .color-blue-grey-300-hover:focus {
  color: #90a4ae !important; }

.border-color-blue-grey-300 {
  border-color: #90a4ae !important; }

.border-color-blue-grey-300-hover:hover, .border-color-blue-grey-300-hover:active, .border-color-blue-grey-300-hover:focus {
  border-color: #90a4ae !important; }

.bg-blue-grey-400 {
  background-color: #78909c !important; }

.bg-blue-grey-400-hover:hover, .bg-blue-grey-400-hover:active, .bg-blue-grey-400-hover:focus {
  background-color: #78909c !important; }

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

.color-blue-grey-400-hover:hover, .color-blue-grey-400-hover:active, .color-blue-grey-400-hover:focus {
  color: #78909c !important; }

.border-color-blue-grey-400 {
  border-color: #78909c !important; }

.border-color-blue-grey-400-hover:hover, .border-color-blue-grey-400-hover:active, .border-color-blue-grey-400-hover:focus {
  border-color: #78909c !important; }

.bg-blue-grey-500 {
  background-color: #607d8b !important; }

.bg-blue-grey-500-hover:hover, .bg-blue-grey-500-hover:active, .bg-blue-grey-500-hover:focus {
  background-color: #607d8b !important; }

.color-blue-grey-500 {
  color: #607d8b !important; }

.color-blue-grey-500-hover:hover, .color-blue-grey-500-hover:active, .color-blue-grey-500-hover:focus {
  color: #607d8b !important; }

.border-color-blue-grey-500 {
  border-color: #607d8b !important; }

.border-color-blue-grey-500-hover:hover, .border-color-blue-grey-500-hover:active, .border-color-blue-grey-500-hover:focus {
  border-color: #607d8b !important; }

.bg-blue-grey-600 {
  background-color: #546e7a !important; }

.bg-blue-grey-600-hover:hover, .bg-blue-grey-600-hover:active, .bg-blue-grey-600-hover:focus {
  background-color: #546e7a !important; }

.color-blue-grey-600 {
  color: #546e7a !important; }

.color-blue-grey-600-hover:hover, .color-blue-grey-600-hover:active, .color-blue-grey-600-hover:focus {
  color: #546e7a !important; }

.border-color-blue-grey-600 {
  border-color: #546e7a !important; }

.border-color-blue-grey-600-hover:hover, .border-color-blue-grey-600-hover:active, .border-color-blue-grey-600-hover:focus {
  border-color: #546e7a !important; }

.bg-blue-grey-700 {
  background-color: #455a64 !important; }

.bg-blue-grey-700-hover:hover, .bg-blue-grey-700-hover:active, .bg-blue-grey-700-hover:focus {
  background-color: #455a64 !important; }

.color-blue-grey-700 {
  color: #455a64 !important; }

.color-blue-grey-700-hover:hover, .color-blue-grey-700-hover:active, .color-blue-grey-700-hover:focus {
  color: #455a64 !important; }

.border-color-blue-grey-700 {
  border-color: #455a64 !important; }

.border-color-blue-grey-700-hover:hover, .border-color-blue-grey-700-hover:active, .border-color-blue-grey-700-hover:focus {
  border-color: #455a64 !important; }

.bg-blue-grey-800 {
  background-color: #37474f !important; }

.bg-blue-grey-800-hover:hover, .bg-blue-grey-800-hover:active, .bg-blue-grey-800-hover:focus {
  background-color: #37474f !important; }

.color-blue-grey-800 {
  color: #37474f !important; }

.color-blue-grey-800-hover:hover, .color-blue-grey-800-hover:active, .color-blue-grey-800-hover:focus {
  color: #37474f !important; }

.border-color-blue-grey-800 {
  border-color: #37474f !important; }

.border-color-blue-grey-800-hover:hover, .border-color-blue-grey-800-hover:active, .border-color-blue-grey-800-hover:focus {
  border-color: #37474f !important; }

.bg-blue-grey-900 {
  background-color: #263238 !important; }

.bg-blue-grey-900-hover:hover, .bg-blue-grey-900-hover:active, .bg-blue-grey-900-hover:focus {
  background-color: #263238 !important; }

.color-blue-grey-900 {
  color: #263238 !important; }

.color-blue-grey-900-hover:hover, .color-blue-grey-900-hover:active, .color-blue-grey-900-hover:focus {
  color: #263238 !important; }

.border-color-blue-grey-900 {
  border-color: #263238 !important; }

.border-color-blue-grey-900-hover:hover, .border-color-blue-grey-900-hover:active, .border-color-blue-grey-900-hover:focus {
  border-color: #263238 !important; }

.bg-blue-grey-a100 {
  background-color: #cfd8dc !important; }

.bg-blue-grey-a100-hover:hover, .bg-blue-grey-a100-hover:active, .bg-blue-grey-a100-hover:focus {
  background-color: #cfd8dc !important; }

.color-blue-grey-a100 {
  color: #cfd8dc !important; }

.color-blue-grey-a100-hover:hover, .color-blue-grey-a100-hover:active, .color-blue-grey-a100-hover:focus {
  color: #cfd8dc !important; }

.border-color-blue-grey-a100 {
  border-color: #cfd8dc !important; }

.border-color-blue-grey-a100-hover:hover, .border-color-blue-grey-a100-hover:active, .border-color-blue-grey-a100-hover:focus {
  border-color: #cfd8dc !important; }

.bg-blue-grey-a200 {
  background-color: #b0bec5 !important; }

.bg-blue-grey-a200-hover:hover, .bg-blue-grey-a200-hover:active, .bg-blue-grey-a200-hover:focus {
  background-color: #b0bec5 !important; }

.color-blue-grey-a200 {
  color: #b0bec5 !important; }

.color-blue-grey-a200-hover:hover, .color-blue-grey-a200-hover:active, .color-blue-grey-a200-hover:focus {
  color: #b0bec5 !important; }

.border-color-blue-grey-a200 {
  border-color: #b0bec5 !important; }

.border-color-blue-grey-a200-hover:hover, .border-color-blue-grey-a200-hover:active, .border-color-blue-grey-a200-hover:focus {
  border-color: #b0bec5 !important; }

.bg-blue-grey-a400 {
  background-color: #78909c !important; }

.bg-blue-grey-a400-hover:hover, .bg-blue-grey-a400-hover:active, .bg-blue-grey-a400-hover:focus {
  background-color: #78909c !important; }

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

.color-blue-grey-a400-hover:hover, .color-blue-grey-a400-hover:active, .color-blue-grey-a400-hover:focus {
  color: #78909c !important; }

.border-color-blue-grey-a400 {
  border-color: #78909c !important; }

.border-color-blue-grey-a400-hover:hover, .border-color-blue-grey-a400-hover:active, .border-color-blue-grey-a400-hover:focus {
  border-color: #78909c !important; }

.bg-blue-grey-a700 {
  background-color: #455a64 !important; }

.bg-blue-grey-a700-hover:hover, .bg-blue-grey-a700-hover:active, .bg-blue-grey-a700-hover:focus {
  background-color: #455a64 !important; }

.color-blue-grey-a700 {
  color: #455a64 !important; }

.color-blue-grey-a700-hover:hover, .color-blue-grey-a700-hover:active, .color-blue-grey-a700-hover:focus {
  color: #455a64 !important; }

.border-color-blue-grey-a700 {
  border-color: #455a64 !important; }

.border-color-blue-grey-a700-hover:hover, .border-color-blue-grey-a700-hover:active, .border-color-blue-grey-a700-hover:focus {
  border-color: #455a64 !important; }

.bg-facebook {
  background-color: #365397 !important; }

.color-facebook {
  color: #365397 !important; }

.border-color-facebook {
  border-color: #365397 !important; }

.bg-twitter {
  background-color: #00a9f1 !important; }

.color-twitter {
  color: #00a9f1 !important; }

.border-color-twitter {
  border-color: #00a9f1 !important; }

.bg-linkedin {
  background-color: #006db3 !important; }

.color-linkedin {
  color: #006db3 !important; }

.border-color-linkedin {
  border-color: #006db3 !important; }

.bg-apple {
  background-color: #737373 !important; }

.color-apple {
  color: #737373 !important; }

.border-color-apple {
  border-color: #737373 !important; }

.bg-google {
  background-color: #4285f4 !important; }

.color-google {
  color: #4285f4 !important; }

.border-color-google {
  border-color: #4285f4 !important; }

.bg-google-plus {
  background-color: #e0452c !important; }

.color-google-plus {
  color: #e0452c !important; }

.border-color-google-plus {
  border-color: #e0452c !important; }

.bg-youtube {
  background-color: #ff3333 !important; }

.color-youtube {
  color: #ff3333 !important; }

.border-color-youtube {
  border-color: #ff3333 !important; }

.bg-vimeo {
  background-color: #48b6ed !important; }

.color-vimeo {
  color: #48b6ed !important; }

.border-color-vimeo {
  border-color: #48b6ed !important; }

.bg-pinterest {
  background-color: #ce1a19 !important; }

.color-pinterest {
  color: #ce1a19 !important; }

.border-color-pinterest {
  border-color: #ce1a19 !important; }

.bg-yelp {
  background-color: #c30f00 !important; }

.color-yelp {
  color: #c30f00 !important; }

.border-color-yelp {
  border-color: #c30f00 !important; }

.bg-dribbble {
  background-color: #ed4584 !important; }

.color-dribbble {
  color: #ed4584 !important; }

.border-color-dribbble {
  border-color: #ed4584 !important; }

.bg-amazon {
  background-color: #ff9700 !important; }

.color-amazon {
  color: #ff9700 !important; }

.border-color-amazon {
  border-color: #ff9700 !important; }

.bg-skype {
  background-color: #00acf4 !important; }

.color-skype {
  color: #00acf4 !important; }

.border-color-skype {
  border-color: #00acf4 !important; }

.bg-instagram {
  background-color: #396d9a !important; }

.color-instagram {
  color: #396d9a !important; }

.border-color-instagram {
  border-color: #396d9a !important; }

.bg-dropbox {
  background-color: #0d84de !important; }

.color-dropbox {
  color: #0d84de !important; }

.border-color-dropbox {
  border-color: #0d84de !important; }

.bg-flickr {
  background-color: #ea0066 !important; }

.color-flickr {
  color: #ea0066 !important; }

.border-color-flickr {
  border-color: #ea0066 !important; }

.bg-github {
  background-color: #2f2f2f !important; }

.color-github {
  color: #2f2f2f !important; }

.border-color-github {
  border-color: #2f2f2f !important; }

.bg-tumblr {
  background-color: #304c68 !important; }

.color-tumblr {
  color: #304c68 !important; }

.border-color-tumblr {
  border-color: #304c68 !important; }

.bg-foursquare {
  background-color: #207dc5 !important; }

.color-foursquare {
  color: #207dc5 !important; }

.border-color-foursquare {
  border-color: #207dc5 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

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

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

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

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

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

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

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

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

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

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

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

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

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

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

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

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

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

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

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

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

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

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

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

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

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

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

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

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

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

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

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

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

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

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

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

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

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

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

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

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

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

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

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

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

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

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

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

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

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

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

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

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

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

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

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

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

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

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

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

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

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

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

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

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

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

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

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

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

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

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

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

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

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

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

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

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

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

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

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

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

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

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

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

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

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

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

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

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

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

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

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

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

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

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

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

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

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

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

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

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

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

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

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

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

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall; }

[data-layout="homepage"] {
  position: relative;
  -ms-overflow-style: none;
  overflow-x: hidden;
  background: #f5f5f5; }

[data-layout="homepage"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
  background: url(../../assets/images/bg-homepage.jpg) no-repeat center center fixed;
  background-size: cover; }

[data-layout="homepage"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

[data-layout="homepage"] .main {
  z-index: 2;
  background: none; }

html:not(.loading) [data-layout="default-sidebar-1"][data-navbar="dark"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/dark.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-1"][data-navbar="primary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/primary.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-1"][data-navbar="secondary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/secondary.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-1"][data-navbar="success"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/success.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-1"][data-navbar="info"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/info.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-1"][data-navbar="warning"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/warning.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-1"][data-navbar="danger"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/danger.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-1"][data-navbar="white"] {
  color: #212121;
  background: #fff; }

html:not(.loading) [data-layout="default-sidebar-1"][data-navbar="light"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/light.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

.loading [data-layout="default-sidebar-1"] .navbar-1,
.loading [data-layout="default-sidebar-1"] .jumbotron-1,
.loading [data-layout="default-sidebar-1"] > .container-fluid {
  visibility: hidden; }

[data-layout="default-sidebar-1"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

[data-layout="default-sidebar-1"] .navbar-1 {
  z-index: 1031;
  padding-left: 60px;
  padding-right: 60px;
  width: calc(100% - $left-sidebar-width);
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
  margin-left: 250px; }

[data-layout="default-sidebar-1"] .navbar-1 .toggle-layout i {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg); }

[data-layout="default-sidebar-1"].layout-collapsed .navbar-1 {
  margin-left: 0; }

[data-layout="default-sidebar-1"] .jumbotron-1 {
  padding-left: 270px;
  padding-right: 20px;
  width: calc(100% - $left-sidebar-width); }

[data-layout="default-sidebar-1"].layout-collapsed .jumbotron-1 {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }

[data-layout="default-sidebar-1"] .main {
  padding-left: 270px;
  padding-right: 20px;
  -ms-overflow-style: none; }

[data-layout="default-sidebar-1"] .main .page-on-top {
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px;
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

[data-layout="default-sidebar-1"].layout-collapsed .main {
  padding-left: 20px; }

[data-layout="default-sidebar-1"] .left-sidebar-1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  width: 250px;
  overflow: hidden;
  z-index: 1032;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[data-layout="default-sidebar-1"] .left-sidebar-1 .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  width: 270px; }

[data-layout="default-sidebar-1"] .left-sidebar-1 .wrapper .content {
  width: 250px; }

[data-layout="default-sidebar-1"] .left-sidebar-1 .wrapper .content .logo span {
  opacity: 1; }

[data-layout="default-sidebar-1"].layout-collapsed .left-sidebar-1 {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }

[data-layout="default-sidebar-1"] .right-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1032;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

[data-layout="default-sidebar-1"] .right-sidebar-backdrop.fade {
  display: block; }

[data-layout="default-sidebar-1"] .right-sidebar-backdrop.in {
  opacity: 0.25; }

@media (max-width: 543px) {
  [data-layout="default-sidebar-1"] .navbar-1 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="default-sidebar-1"] .jumbotron-1 {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="default-sidebar-1"] .jumbotron-1 .jumbotron {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="default-sidebar-1"] .main {
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="default-sidebar-1"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; }
  [data-layout="default-sidebar-1"] .left-sidebar-1 {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0); }
  [data-layout="default-sidebar-1"].layout-collapsed .navbar-1 {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="default-sidebar-1"].layout-collapsed .jumbotron-1 {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="default-sidebar-1"].layout-collapsed .main {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="default-sidebar-1"].layout-collapsed .left-sidebar-1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 544px) and (max-width: 767px) {
  [data-layout="default-sidebar-1"] .navbar-1 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="default-sidebar-1"] .jumbotron-1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="default-sidebar-1"] .jumbotron-1 .jumbotron {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="default-sidebar-1"] .main {
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="default-sidebar-1"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; }
  [data-layout="default-sidebar-1"] .left-sidebar-1 {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0); }
  [data-layout="default-sidebar-1"].layout-collapsed .navbar-1 {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="default-sidebar-1"].layout-collapsed .jumbotron-1 {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="default-sidebar-1"].layout-collapsed .main {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="default-sidebar-1"].layout-collapsed .left-sidebar-1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

html:not(.loading) [data-layout="default-sidebar-2"][data-navbar="dark"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/dark.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-2"][data-navbar="primary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/primary.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-2"][data-navbar="secondary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/secondary.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-2"][data-navbar="success"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/success.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-2"][data-navbar="info"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/info.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-2"][data-navbar="warning"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/warning.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-2"][data-navbar="danger"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/danger.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="default-sidebar-2"][data-navbar="white"] {
  color: #212121;
  background: #fff; }

html:not(.loading) [data-layout="default-sidebar-2"][data-navbar="light"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/light.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

.loading [data-layout="default-sidebar-2"] .navbar-1,
.loading [data-layout="default-sidebar-2"] .jumbotron-1,
.loading [data-layout="default-sidebar-2"] > .container-fluid {
  visibility: hidden; }

[data-layout="default-sidebar-2"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

[data-layout="default-sidebar-2"] .navbar-1 {
  z-index: 1031;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease; }

[data-layout="default-sidebar-2"] .navbar-1 .toggle-layout i {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg); }

[data-layout="default-sidebar-2"] .jumbotron-1 {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - $left-sidebar-width); }

[data-layout="default-sidebar-2"] .main {
  padding-left: 20px;
  padding-right: 20px;
  -ms-overflow-style: none; }

[data-layout="default-sidebar-2"] .main .page-on-top {
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px;
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0); }

[data-layout="default-sidebar-2"] .left-sidebar-1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  width: 250px;
  overflow: hidden;
  z-index: 1033;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }

[data-layout="default-sidebar-2"] .left-sidebar-1 .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  width: 270px; }

[data-layout="default-sidebar-2"] .left-sidebar-1 .wrapper .content {
  width: 250px; }

[data-layout="default-sidebar-2"] .left-sidebar-1 .wrapper .content .logo span {
  opacity: 1; }

[data-layout="default-sidebar-2"].layout-collapsed .left-sidebar-1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[data-layout="default-sidebar-2"] .right-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1032;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

[data-layout="default-sidebar-2"] .right-sidebar-backdrop.fade {
  display: block; }

[data-layout="default-sidebar-2"] .right-sidebar-backdrop.in {
  opacity: 0.25; }

[data-layout="default-sidebar-2"] .left-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1032;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

[data-layout="default-sidebar-2"] .left-sidebar-backdrop.fade {
  display: block; }

[data-layout="default-sidebar-2"] .left-sidebar-backdrop.in {
  opacity: 0.25; }

@media (max-width: 543px) {
  [data-layout="default-sidebar-2"] .navbar-1 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px; }
  [data-layout="default-sidebar-2"] .jumbotron-1 {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="default-sidebar-2"] .jumbotron-1 .jumbotron {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="default-sidebar-2"] .main {
    padding-left: 0;
    padding-right: 0; }
  [data-layout="default-sidebar-2"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; } }

@media (min-width: 544px) and (max-width: 767px) {
  [data-layout="default-sidebar-2"] .navbar-1 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px; }
  [data-layout="default-sidebar-2"] .jumbotron-1 {
    padding-left: 10px;
    padding-right: 10px; }
  [data-layout="default-sidebar-2"] .jumbotron-1 .jumbotron {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="default-sidebar-2"] .main {
    padding-left: 0;
    padding-right: 0; }
  [data-layout="default-sidebar-2"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; } }

[data-layout="empty-view-1"] {
  position: relative;
  -ms-overflow-style: none;
  overflow-x: hidden; }

.loading [data-layout="empty-view-1"] > .form-container {
  visibility: hidden; }

[data-layout="empty-view-1"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

html:not(.loading) [data-layout="empty-view-1"] {
  background: url(../../assets/images/bg-empty-view-1.jpg) no-repeat center center fixed;
  background-size: cover; }

[data-layout="empty-view-2"] {
  position: relative;
  -ms-overflow-style: none;
  overflow-x: hidden; }

.loading [data-layout="empty-view-2"] > .form-container {
  visibility: hidden; }

[data-layout="empty-view-2"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

html:not(.loading) [data-layout="empty-view-2"] {
  background: url(../../assets/images/bg-empty-view-2.jpg) no-repeat center center fixed;
  background-size: cover; }

[data-layout="empty-view-3"] {
  position: relative;
  -ms-overflow-style: none;
  overflow-x: hidden; }

.loading [data-layout="empty-view-3"] > .form-container {
  visibility: hidden; }

[data-layout="empty-view-3"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

html:not(.loading) [data-layout="empty-view-3"] {
  background: url(../../assets/images/bg-empty-view-3.jpg) no-repeat center center fixed;
  background-size: cover; }

[data-layout="empty-view-4"] {
  position: relative;
  -ms-overflow-style: none;
  overflow-x: hidden; }

.loading [data-layout="empty-view-4"] > .form-container {
  visibility: hidden; }

[data-layout="empty-view-4"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

html:not(.loading) [data-layout="empty-view-4"] {
  background: url(../../assets/images/bg-empty-view-4.jpg) no-repeat center center fixed;
  background-size: cover; }

[data-layout="empty-view-5"] {
  position: relative;
  -ms-overflow-style: none;
  overflow-x: hidden; }

.loading [data-layout="empty-view-5"] > .form-container {
  visibility: hidden; }

[data-layout="empty-view-5"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

html:not(.loading) [data-layout="empty-view-5"] {
  background: url(../../assets/images/bg-empty-view-5.jpg) no-repeat center center fixed;
  background-size: cover; }

[data-layout="empty-view-6"] {
  position: relative;
  -ms-overflow-style: none;
  overflow-x: hidden; }

.loading [data-layout="empty-view-6"] > .form-container {
  visibility: hidden; }

[data-layout="empty-view-6"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

html:not(.loading) [data-layout="empty-view-6"] {
  background: url(../../assets/images/bg-empty-view-6.jpg) no-repeat center center fixed;
  background-size: cover; }

html:not(.loading) [data-layout="top-navigation-1"][data-navbar="dark"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/dark.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-1"][data-navbar="primary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/primary.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-1"][data-navbar="secondary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/secondary.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-1"][data-navbar="success"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/success.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-1"][data-navbar="info"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/info.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-1"][data-navbar="warning"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/warning.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-1"][data-navbar="danger"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/danger.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-1"][data-navbar="white"] {
  color: #212121;
  background: #fff; }

html:not(.loading) [data-layout="top-navigation-1"][data-navbar="light"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/light.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

.loading [data-layout="top-navigation-1"] .navbar-2,
.loading [data-layout="top-navigation-1"] .jumbotron-2,
.loading [data-layout="top-navigation-1"] > .container-fluid {
  visibility: hidden; }

[data-layout="top-navigation-1"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

[data-layout="top-navigation-1"] .navbar-2 {
  z-index: 1031;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease; }

[data-layout="top-navigation-1"] .navbar-2 .toggle-layout i {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg); }

[data-layout="top-navigation-1"] .jumbotron-2 {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - $left-sidebar-width); }

[data-layout="top-navigation-1"] .main {
  padding-left: 20px;
  padding-right: 20px;
  -ms-overflow-style: none; }

[data-layout="top-navigation-1"] .main .page-on-top {
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px;
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0); }

[data-layout="top-navigation-1"] .left-sidebar-1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  width: 250px;
  overflow: hidden;
  z-index: 1033;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }

[data-layout="top-navigation-1"] .left-sidebar-1 .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  width: 270px; }

[data-layout="top-navigation-1"] .left-sidebar-1 .wrapper .content {
  width: 250px; }

[data-layout="top-navigation-1"] .left-sidebar-1 .wrapper .content .logo span {
  opacity: 1; }

[data-layout="top-navigation-1"].layout-collapsed .left-sidebar-1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[data-layout="top-navigation-1"] .left-sidebar-backdrop,
[data-layout="top-navigation-1"] .right-sidebar-backdrop,
[data-layout="top-navigation-1"] .top-search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1032;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

[data-layout="top-navigation-1"] .left-sidebar-backdrop.fade,
[data-layout="top-navigation-1"] .right-sidebar-backdrop.fade,
[data-layout="top-navigation-1"] .top-search-backdrop.fade {
  display: block; }

[data-layout="top-navigation-1"] .left-sidebar-backdrop.in,
[data-layout="top-navigation-1"] .right-sidebar-backdrop.in,
[data-layout="top-navigation-1"] .top-search-backdrop.in {
  opacity: 0.25; }

@media (max-width: 543px) {
  [data-layout="top-navigation-1"] .navbar-2 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px; }
  [data-layout="top-navigation-1"] .jumbotron-2 {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="top-navigation-1"] .jumbotron-2 .jumbotron {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="top-navigation-1"] .main {
    padding-left: 0;
    padding-right: 0; }
  [data-layout="top-navigation-1"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; } }

@media (min-width: 544px) and (max-width: 767px) {
  [data-layout="top-navigation-1"] .navbar-2 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px; }
  [data-layout="top-navigation-1"] .jumbotron-2 {
    padding-left: 10px;
    padding-right: 10px; }
  [data-layout="top-navigation-1"] .jumbotron-2 .jumbotron {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="top-navigation-1"] .main {
    padding-left: 0;
    padding-right: 0; }
  [data-layout="top-navigation-1"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; } }

html:not(.loading) [data-layout="top-navigation-2"][data-navbar="dark"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/dark-small.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-2"][data-navbar="primary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/primary-small.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-2"][data-navbar="secondary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/secondary-small.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-2"][data-navbar="success"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/success-small.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-2"][data-navbar="info"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/info-small.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-2"][data-navbar="warning"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/warning-small.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-2"][data-navbar="danger"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/danger-small.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="top-navigation-2"][data-navbar="white"] {
  color: #212121;
  background: #fff; }

html:not(.loading) [data-layout="top-navigation-2"][data-navbar="light"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/light-small.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

.loading [data-layout="top-navigation-2"] .navbar-3,
.loading [data-layout="top-navigation-2"] .top-navigation-1,
.loading [data-layout="top-navigation-2"] > .container-fluid {
  visibility: hidden; }

[data-layout="top-navigation-2"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

[data-layout="top-navigation-2"] .navbar-3 {
  z-index: 1031;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease; }

[data-layout="top-navigation-2"] .navbar-3 .toggle-layout i {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg); }

[data-layout="top-navigation-2"] .top-navigation-1 {
  z-index: 1030;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease; }

[data-layout="top-navigation-2"] .top-navigation-1 .toggle-layout i {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg); }

[data-layout="top-navigation-2"] .main {
  padding-left: 20px;
  padding-right: 20px;
  -ms-overflow-style: none; }

[data-layout="top-navigation-2"] .main .page-on-top {
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px; }

[data-layout="top-navigation-2"] .left-sidebar-1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  width: 250px;
  overflow: hidden;
  z-index: 1033;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }

[data-layout="top-navigation-2"] .left-sidebar-1 .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  width: 270px; }

[data-layout="top-navigation-2"] .left-sidebar-1 .wrapper .content {
  width: 250px; }

[data-layout="top-navigation-2"] .left-sidebar-1 .wrapper .content .logo span {
  opacity: 1; }

[data-layout="top-navigation-2"].layout-collapsed .left-sidebar-1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[data-layout="top-navigation-2"] .right-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1032;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

[data-layout="top-navigation-2"] .right-sidebar-backdrop.fade {
  display: block; }

[data-layout="top-navigation-2"] .right-sidebar-backdrop.in {
  opacity: 0.25; }

[data-layout="top-navigation-2"] .left-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1032;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

[data-layout="top-navigation-2"] .left-sidebar-backdrop.fade {
  display: block; }

[data-layout="top-navigation-2"] .left-sidebar-backdrop.in {
  opacity: 0.25; }

@media (max-width: 543px) {
  [data-layout="top-navigation-2"] .navbar-3 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px; }
  [data-layout="top-navigation-2"] .main {
    padding-left: 0;
    padding-right: 0; }
  [data-layout="top-navigation-2"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; } }

@media (min-width: 544px) and (max-width: 767px) {
  [data-layout="top-navigation-2"] .navbar-3 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px; }
  [data-layout="top-navigation-2"] .main {
    padding-left: 0;
    padding-right: 0; }
  [data-layout="top-navigation-2"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; } }

html:not(.loading) [data-layout="off-canvas"][data-navbar="dark"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/dark.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="off-canvas"][data-navbar="primary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/primary.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="off-canvas"][data-navbar="secondary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/secondary.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="off-canvas"][data-navbar="success"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/success.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="off-canvas"][data-navbar="info"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/info.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="off-canvas"][data-navbar="warning"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/warning.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="off-canvas"][data-navbar="danger"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/danger.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

html:not(.loading) [data-layout="off-canvas"][data-navbar="white"] {
  color: #212121;
  background: #fff; }

html:not(.loading) [data-layout="off-canvas"][data-navbar="light"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/light.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: fixed; }

.loading [data-layout="off-canvas"] .navbar-1,
.loading [data-layout="off-canvas"] .jumbotron-1,
.loading [data-layout="off-canvas"] > .container-fluid {
  visibility: hidden; }

[data-layout="off-canvas"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

[data-layout="off-canvas"] .navbar-1 {
  z-index: 1031;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease; }

[data-layout="off-canvas"] .navbar-1 .toggle-layout i {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg); }

[data-layout="off-canvas"].layout-collapsed .navbar-1 {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

[data-layout="off-canvas"] .jumbotron-1 {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease; }

[data-layout="off-canvas"].layout-collapsed .jumbotron-1 {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

[data-layout="off-canvas"] .main {
  padding-left: 20px;
  padding-right: 20px;
  -ms-overflow-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease; }

[data-layout="off-canvas"] .main .page-on-top {
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px;
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

[data-layout="off-canvas"].layout-collapsed .main {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

[data-layout="off-canvas"] .left-sidebar-1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -250px;
  height: 100%;
  max-height: 100%;
  width: 250px;
  overflow: hidden;
  z-index: 1032;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease; }

[data-layout="off-canvas"] .left-sidebar-1 .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  width: 270px; }

[data-layout="off-canvas"] .left-sidebar-1 .wrapper .content {
  width: 250px; }

[data-layout="off-canvas"] .left-sidebar-1 .wrapper .content .logo span {
  opacity: 1; }

[data-layout="off-canvas"].layout-collapsed .left-sidebar-1 {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

[data-layout="off-canvas"] .right-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1032;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

[data-layout="off-canvas"] .right-sidebar-backdrop.fade {
  display: block; }

[data-layout="off-canvas"] .right-sidebar-backdrop.in {
  opacity: 0.25; }

@media (max-width: 543px) {
  [data-layout="off-canvas"] .navbar-1 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="off-canvas"] .jumbotron-1 {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="off-canvas"] .jumbotron-1 .jumbotron {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="off-canvas"] .main {
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="off-canvas"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; }
  [data-layout="off-canvas"] .left-sidebar-1 {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0); }
  [data-layout="off-canvas"].layout-collapsed .navbar-1 {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="off-canvas"].layout-collapsed .jumbotron-1 {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="off-canvas"].layout-collapsed .main {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="off-canvas"].layout-collapsed .left-sidebar-1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 544px) and (max-width: 767px) {
  [data-layout="off-canvas"] .navbar-1 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="off-canvas"] .jumbotron-1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="off-canvas"] .jumbotron-1 .jumbotron {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="off-canvas"] .main {
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  [data-layout="off-canvas"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; }
  [data-layout="off-canvas"] .left-sidebar-1 {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0); }
  [data-layout="off-canvas"].layout-collapsed .navbar-1 {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="off-canvas"].layout-collapsed .jumbotron-1 {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="off-canvas"].layout-collapsed .main {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  [data-layout="off-canvas"].layout-collapsed .left-sidebar-1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

html:not(.loading) [data-layout="fixed-navbar-1"][data-navbar="dark"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/dark.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: scroll; }

html:not(.loading) [data-layout="fixed-navbar-1"][data-navbar="primary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/primary.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: scroll; }

html:not(.loading) [data-layout="fixed-navbar-1"][data-navbar="secondary"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/secondary.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: scroll; }

html:not(.loading) [data-layout="fixed-navbar-1"][data-navbar="success"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/success.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: scroll; }

html:not(.loading) [data-layout="fixed-navbar-1"][data-navbar="info"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/info.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: scroll; }

html:not(.loading) [data-layout="fixed-navbar-1"][data-navbar="warning"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/warning.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: scroll; }

html:not(.loading) [data-layout="fixed-navbar-1"][data-navbar="danger"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/danger.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: scroll; }

html:not(.loading) [data-layout="fixed-navbar-1"][data-navbar="white"] {
  color: #212121;
  background: #fff; }

html:not(.loading) [data-layout="fixed-navbar-1"][data-navbar="light"] {
  color: #212121;
  background: #f5f5f5;
  background-image: url(../../assets/images/light.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-attachment: scroll; }

.loading [data-layout="fixed-navbar-1"] .navbar-2,
.loading [data-layout="fixed-navbar-1"] .jumbotron-3,
.loading [data-layout="fixed-navbar-1"] > .container-fluid {
  visibility: hidden; }

[data-layout="fixed-navbar-1"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important; }

[data-layout="fixed-navbar-1"] .navbar-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100%);
  z-index: 1031;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease; }

[data-layout="fixed-navbar-1"] .navbar-2 .toggle-layout i {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg); }

[data-layout="fixed-navbar-1"] .jumbotron-3 {
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - $left-sidebar-width); }

[data-layout="fixed-navbar-1"] .main {
  padding-left: 20px;
  padding-right: 20px;
  -ms-overflow-style: none; }

[data-layout="fixed-navbar-1"] .main .page-on-top {
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px;
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0); }

[data-layout="fixed-navbar-1"] .left-sidebar-1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  width: 250px;
  overflow: hidden;
  z-index: 1033;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }

[data-layout="fixed-navbar-1"] .left-sidebar-1 .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  width: 270px; }

[data-layout="fixed-navbar-1"] .left-sidebar-1 .wrapper .content {
  width: 250px; }

[data-layout="fixed-navbar-1"] .left-sidebar-1 .wrapper .content .logo span {
  opacity: 1; }

[data-layout="fixed-navbar-1"].layout-collapsed .left-sidebar-1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[data-layout="fixed-navbar-1"] .left-sidebar-backdrop,
[data-layout="fixed-navbar-1"] .right-sidebar-backdrop,
[data-layout="fixed-navbar-1"] .top-search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1032;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

[data-layout="fixed-navbar-1"] .left-sidebar-backdrop.fade,
[data-layout="fixed-navbar-1"] .right-sidebar-backdrop.fade,
[data-layout="fixed-navbar-1"] .top-search-backdrop.fade {
  display: block; }

[data-layout="fixed-navbar-1"] .left-sidebar-backdrop.in,
[data-layout="fixed-navbar-1"] .right-sidebar-backdrop.in,
[data-layout="fixed-navbar-1"] .top-search-backdrop.in {
  opacity: 0.25; }

@media (max-width: 543px) {
  [data-layout="fixed-navbar-1"] .navbar-2 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px; }
  [data-layout="fixed-navbar-1"] .jumbotron-3 {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="fixed-navbar-1"] .jumbotron-3 .jumbotron {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="fixed-navbar-1"] .main {
    padding-left: 0;
    padding-right: 0; }
  [data-layout="fixed-navbar-1"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; } }

@media (min-width: 544px) and (max-width: 767px) {
  [data-layout="fixed-navbar-1"] .navbar-2 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px; }
  [data-layout="fixed-navbar-1"] .jumbotron-3 {
    padding-left: 10px;
    padding-right: 10px; }
  [data-layout="fixed-navbar-1"] .jumbotron-3 .jumbotron {
    padding-left: 0px;
    padding-right: 0px; }
  [data-layout="fixed-navbar-1"] .main {
    padding-left: 0;
    padding-right: 0; }
  [data-layout="fixed-navbar-1"] .main .page-on-top {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; } }

.left-sidebar-1 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  padding-bottom: 20px; }

.left-sidebar-1 .wrapper {
  padding-bottom: 20px; }

.left-sidebar-1 .wrapper .content {
  padding-bottom: 20px;
  display: block;
  height: 100%;
  min-height: 100%;
  width: 250px; }

.left-sidebar-1 .wrapper .content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 250px;
  padding: 0 25px; }

.left-sidebar-1 .wrapper .content .logo .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700; }

.left-sidebar-1 .wrapper .content .logo .text .fa-adjust {
  margin-right: 5px; }

.layout-collapsed .left-sidebar-1 .wrapper .content .logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.layout-collapsed .left-sidebar-1 .wrapper .content .logo .fa-angle-double-left {
  margin-left: auto; }

.left-sidebar-1 .wrapper .content .left-sidebar-search {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  margin-top: -20px; }

.left-sidebar-1 .wrapper .content .left-sidebar-search .form-custom {
  position: relative; }

.left-sidebar-1 .wrapper .content .left-sidebar-search .form-custom .form-control {
  width: 210px; }

.left-sidebar-1 .wrapper .content .left-sidebar-search .form-custom .bmd-label-floating {
  font-size: 0.85rem; }

.left-sidebar-1 .wrapper .content .left-sidebar-search .form-custom i {
  position: absolute;
  top: 50%;
  right: 5px; }

.left-sidebar-1 .wrapper .content .sidebar-heading {
  height: 140px;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: capitalize; }

.left-sidebar-1 .wrapper .content .sidebar-heading .sidebar-image {
  position: absolute;
  bottom: 18px;
  left: 15px;
  width: 50px; }

.left-sidebar-1 .wrapper .content .sidebar-heading .sidebar-image .img-circle {
  border-style: solid;
  border-width: 2px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.left-sidebar-1 .wrapper .content .sidebar-heading .sidebar-options {
  position: absolute;
  bottom: 20px;
  left: 75px; }

.left-sidebar-1 .wrapper .content .sidebar-heading .sidebar-options .description {
  margin: -5px 0 0 15px;
  font-size: 0.8rem !important; }

.left-sidebar-1 .wrapper .content .sidebar-heading .sidebar-options .dropdown .dropdown-menu {
  top: 60px;
  left: -50px;
  width: 200px; }

.left-sidebar-1 .wrapper .content .sidebar-heading .sidebar-options .dropdown .dropdown-item {
  font-size: 0.9rem; }

.left-sidebar-1 .wrapper .content .sidebar-heading .sidebar-options .dropdown .dropdown-item .icon {
  margin-right: 10px; }

.left-sidebar-1 .wrapper .content .sidebar-heading .dropdown-toggle {
  background: transparent;
  box-shadow: 0 0 0 transparent; }

.left-sidebar-1 .wrapper .content .left-sidebar-section .section-title {
  text-transform: uppercase;
  padding: 20px 10px 15px 10px;
  font-size: 0.9rem;
  font-weight: 500; }

.left-sidebar-1 .wrapper .content .left-sidebar-section ul {
  margin-bottom: 0; }

.left-sidebar-1 .wrapper .content .left-sidebar-section ul li .btn-flat {
  text-align: left;
  width: 100%;
  font-size: 0.9rem;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  min-height: 0;
  border-radius: 0; }

.left-sidebar-1 .wrapper .content .left-sidebar-section ul li .btn-flat .tag-pill {
  margin-top: -1px;
  margin-right: 4px; }

.left-sidebar-1 .wrapper .content .left-sidebar-section ul li .btn-flat .tag-rounded {
  position: absolute;
  top: 4px;
  left: 42px; }

.left-sidebar-1 .wrapper .content .left-sidebar-section ul li .btn-flat .btn-title {
  text-transform: none;
  position: absolute;
  top: 15px;
  left: 68px; }

.left-sidebar-1 .wrapper .content .left-sidebar-section ul li .btn-flat .title {
  text-transform: none; }

.left-sidebar-1 .wrapper .content .left-sidebar-section ul li .btn-flat .icon {
  width: 44px;
  margin: -4px 4px 0 0px; }

.left-sidebar-1 .wrapper .content .left-sidebar-section ul li .btn-flat .fa {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }

.left-sidebar-1 .wrapper .content .left-sidebar-section ul li .btn-flat.collapsed .fa {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.left-sidebar-1 .wrapper .content .left-sidebar-section ul li .btn-flat:not(.collapsed) .fa {
  -webkit-transform: rotate(-450deg);
  transform: rotate(-450deg); }

[data-sidebar="dark"] .left-sidebar-1 {
  background: #fff; }

[data-sidebar="dark"] .wrapper {
  background: #fff; }

[data-sidebar="dark"] .content {
  background: #212121;
  color: #ffffff; }

[data-sidebar="dark"] .content .sidebar-options .dropdown .dropdown-item {
  background: #fff;
  color: #212121; }

[data-sidebar="dark"] .content .sidebar-options .dropdown .dropdown-item:hover {
  background: #212121;
  color: #ffffff; }

[data-sidebar="dark"] .content .logo a {
  color: #ffffff; }

[data-sidebar="dark"] .content .logo a i {
  color: #ffc107; }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom [class^='bmd-label'],
[data-sidebar="dark"] .content .left-sidebar-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control,
.is-focused [data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control, [data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control.disabled, [data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control:disabled, [data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control.form-control-success,
.is-focused [data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control.form-control-warning,
.is-focused [data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control.form-control-danger,
.is-focused [data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback,
[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .form-control-label,
[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .form-check-label,
[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .form-check-inline,
[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .custom-control, [data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback,
[data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .form-control-label,
[data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .form-check-label,
[data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .form-check-inline,
[data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .input-group-addon, [data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback, [data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused [class^='bmd-label'],
[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused [class*=' bmd-label'], [data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused [class^='bmd-label'],
[data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .bmd-label-placeholder, [data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .is-focused .bmd-help, [data-sidebar="dark"] .content .left-sidebar-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-sidebar="dark"] .content .left-sidebar-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="dark"] .content .sidebar-heading a {
  background-color: #212121;
  color: #ffffff; }

[data-sidebar="dark"] .content .open > .btn.dropdown-toggle:hover,
[data-sidebar="dark"] .content .open > .btn.dropdown-toggle:focus {
  color: #ffffff; }

[data-sidebar="dark"] .content .left-sidebar-section {
  background: #fff;
  color: #212121; }

[data-sidebar="dark"] .content .left-sidebar-section .section-title {
  color: #9e9e9e; }

[data-sidebar="dark"] .content .left-sidebar-section .btn {
  color: #ffffff; }

[data-sidebar="dark"] .content .left-sidebar-section > ul > li .btn-flat {
  background: #fff;
  color: #212121; }

[data-sidebar="dark"] .content .left-sidebar-section > ul > li .btn-flat:hover {
  background-color: #212121;
  color: #ffffff; }

[data-sidebar="dark"] .content .left-sidebar-section > ul > li .collapse li:nth-child(odd) .btn-flat:hover {
  background-color: #212121;
  color: #ffffff; }

[data-sidebar="primary"] .left-sidebar-1 {
  background: #fff; }

[data-sidebar="primary"] .wrapper {
  background: #fff; }

[data-sidebar="primary"] .content {
  background: #0d47a1;
  color: #ffffff; }

[data-sidebar="primary"] .content .sidebar-options .dropdown .dropdown-item {
  background: #fff;
  color: #212121; }

[data-sidebar="primary"] .content .sidebar-options .dropdown .dropdown-item:hover {
  background: #0d47a1;
  color: #ffffff; }

[data-sidebar="primary"] .content .logo a {
  color: #ffffff; }

[data-sidebar="primary"] .content .logo a i {
  color: #ffc107; }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom [class^='bmd-label'],
[data-sidebar="primary"] .content .left-sidebar-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control,
.is-focused [data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control, [data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control.disabled, [data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control:disabled, [data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control.form-control-success,
.is-focused [data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control.form-control-warning,
.is-focused [data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control.form-control-danger,
.is-focused [data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback,
[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .form-control-label,
[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .form-check-label,
[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .form-check-inline,
[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .custom-control, [data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback,
[data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .form-control-label,
[data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .form-check-label,
[data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .form-check-inline,
[data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .input-group-addon, [data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback, [data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused [class^='bmd-label'],
[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused [class*=' bmd-label'], [data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused [class^='bmd-label'],
[data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .bmd-label-placeholder, [data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .is-focused .bmd-help, [data-sidebar="primary"] .content .left-sidebar-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-sidebar="primary"] .content .left-sidebar-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="primary"] .content .sidebar-heading a {
  background-color: #0d47a1;
  color: #ffffff; }

[data-sidebar="primary"] .content .open > .btn.dropdown-toggle:hover,
[data-sidebar="primary"] .content .open > .btn.dropdown-toggle:focus {
  color: #ffffff; }

[data-sidebar="primary"] .content .left-sidebar-section {
  background: #fff;
  color: #212121; }

[data-sidebar="primary"] .content .left-sidebar-section .section-title {
  color: #9e9e9e; }

[data-sidebar="primary"] .content .left-sidebar-section .btn {
  color: #ffffff; }

[data-sidebar="primary"] .content .left-sidebar-section > ul > li .btn-flat {
  background: #fff;
  color: #212121; }

[data-sidebar="primary"] .content .left-sidebar-section > ul > li .btn-flat:hover {
  background-color: #0d47a1;
  color: #ffffff; }

[data-sidebar="primary"] .content .left-sidebar-section > ul > li .collapse li:nth-child(odd) .btn-flat:hover {
  background-color: #0d47a1;
  color: #ffffff; }

[data-sidebar="secondary"] .left-sidebar-1 {
  background: #fff; }

[data-sidebar="secondary"] .wrapper {
  background: #fff; }

[data-sidebar="secondary"] .content {
  background: #c51162;
  color: #ffffff; }

[data-sidebar="secondary"] .content .sidebar-options .dropdown .dropdown-item {
  background: #fff;
  color: #212121; }

[data-sidebar="secondary"] .content .sidebar-options .dropdown .dropdown-item:hover {
  background: #c51162;
  color: #ffffff; }

[data-sidebar="secondary"] .content .logo a {
  color: #ffffff; }

[data-sidebar="secondary"] .content .logo a i {
  color: #ffc107; }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom [class^='bmd-label'],
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control,
.is-focused [data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control, [data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control.disabled, [data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control:disabled, [data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control.form-control-success,
.is-focused [data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control.form-control-warning,
.is-focused [data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control.form-control-danger,
.is-focused [data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback,
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .form-control-label,
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .form-check-label,
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .form-check-inline,
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .custom-control, [data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback,
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .form-control-label,
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .form-check-label,
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .form-check-inline,
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .input-group-addon, [data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback, [data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused [class^='bmd-label'],
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused [class*=' bmd-label'], [data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused [class^='bmd-label'],
[data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .bmd-label-placeholder, [data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .is-focused .bmd-help, [data-sidebar="secondary"] .content .left-sidebar-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-sidebar="secondary"] .content .left-sidebar-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="secondary"] .content .sidebar-heading a {
  background-color: #c51162;
  color: #ffffff; }

[data-sidebar="secondary"] .content .open > .btn.dropdown-toggle:hover,
[data-sidebar="secondary"] .content .open > .btn.dropdown-toggle:focus {
  color: #ffffff; }

[data-sidebar="secondary"] .content .left-sidebar-section {
  background: #fff;
  color: #212121; }

[data-sidebar="secondary"] .content .left-sidebar-section .section-title {
  color: #9e9e9e; }

[data-sidebar="secondary"] .content .left-sidebar-section .btn {
  color: #ffffff; }

[data-sidebar="secondary"] .content .left-sidebar-section > ul > li .btn-flat {
  background: #fff;
  color: #212121; }

[data-sidebar="secondary"] .content .left-sidebar-section > ul > li .btn-flat:hover {
  background-color: #c51162;
  color: #ffffff; }

[data-sidebar="secondary"] .content .left-sidebar-section > ul > li .collapse li:nth-child(odd) .btn-flat:hover {
  background-color: #c51162;
  color: #ffffff; }

[data-sidebar="success"] .left-sidebar-1 {
  background: #fff; }

[data-sidebar="success"] .wrapper {
  background: #fff; }

[data-sidebar="success"] .content {
  background: #388e3c;
  color: #ffffff; }

[data-sidebar="success"] .content .sidebar-options .dropdown .dropdown-item {
  background: #fff;
  color: #212121; }

[data-sidebar="success"] .content .sidebar-options .dropdown .dropdown-item:hover {
  background: #388e3c;
  color: #ffffff; }

[data-sidebar="success"] .content .logo a {
  color: #ffffff; }

[data-sidebar="success"] .content .logo a i {
  color: #ffc107; }

[data-sidebar="success"] .content .left-sidebar-search .form-custom [class^='bmd-label'],
[data-sidebar="success"] .content .left-sidebar-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control,
.is-focused [data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control, [data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control.disabled, [data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control:disabled, [data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control.form-control-success,
.is-focused [data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control.form-control-warning,
.is-focused [data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control.form-control-danger,
.is-focused [data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback,
[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .form-control-label,
[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .form-check-label,
[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .form-check-inline,
[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .custom-control, [data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback,
[data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .form-control-label,
[data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .form-check-label,
[data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .form-check-inline,
[data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .input-group-addon, [data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback, [data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused [class^='bmd-label'],
[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused [class*=' bmd-label'], [data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused [class^='bmd-label'],
[data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .bmd-label-placeholder, [data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .is-focused .bmd-help, [data-sidebar="success"] .content .left-sidebar-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-sidebar="success"] .content .left-sidebar-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-sidebar="success"] .content .left-sidebar-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="success"] .content .sidebar-heading a {
  background-color: #388e3c;
  color: #ffffff; }

[data-sidebar="success"] .content .open > .btn.dropdown-toggle:hover,
[data-sidebar="success"] .content .open > .btn.dropdown-toggle:focus {
  color: #ffffff; }

[data-sidebar="success"] .content .left-sidebar-section {
  background: #fff;
  color: #212121; }

[data-sidebar="success"] .content .left-sidebar-section .section-title {
  color: #9e9e9e; }

[data-sidebar="success"] .content .left-sidebar-section .btn {
  color: #ffffff; }

[data-sidebar="success"] .content .left-sidebar-section > ul > li .btn-flat {
  background: #fff;
  color: #212121; }

[data-sidebar="success"] .content .left-sidebar-section > ul > li .btn-flat:hover {
  background-color: #388e3c;
  color: #ffffff; }

[data-sidebar="success"] .content .left-sidebar-section > ul > li .collapse li:nth-child(odd) .btn-flat:hover {
  background-color: #388e3c;
  color: #ffffff; }

[data-sidebar="info"] .left-sidebar-1 {
  background: #fff; }

[data-sidebar="info"] .wrapper {
  background: #fff; }

[data-sidebar="info"] .content {
  background: #0091ea;
  color: #ffffff; }

[data-sidebar="info"] .content .sidebar-options .dropdown .dropdown-item {
  background: #fff;
  color: #212121; }

[data-sidebar="info"] .content .sidebar-options .dropdown .dropdown-item:hover {
  background: #0091ea;
  color: #ffffff; }

[data-sidebar="info"] .content .logo a {
  color: #ffffff; }

[data-sidebar="info"] .content .logo a i {
  color: #ffc107; }

[data-sidebar="info"] .content .left-sidebar-search .form-custom [class^='bmd-label'],
[data-sidebar="info"] .content .left-sidebar-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control,
.is-focused [data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control, [data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control.disabled, [data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control:disabled, [data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control.form-control-success,
.is-focused [data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control.form-control-warning,
.is-focused [data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control.form-control-danger,
.is-focused [data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback,
[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .form-control-label,
[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .form-check-label,
[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .form-check-inline,
[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .custom-control, [data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback,
[data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .form-control-label,
[data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .form-check-label,
[data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .form-check-inline,
[data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .input-group-addon, [data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback, [data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused [class^='bmd-label'],
[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused [class*=' bmd-label'], [data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused [class^='bmd-label'],
[data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .bmd-label-placeholder, [data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .is-focused .bmd-help, [data-sidebar="info"] .content .left-sidebar-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-sidebar="info"] .content .left-sidebar-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-sidebar="info"] .content .left-sidebar-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="info"] .content .sidebar-heading a {
  background-color: #0091ea;
  color: #ffffff; }

[data-sidebar="info"] .content .open > .btn.dropdown-toggle:hover,
[data-sidebar="info"] .content .open > .btn.dropdown-toggle:focus {
  color: #ffffff; }

[data-sidebar="info"] .content .left-sidebar-section {
  background: #fff;
  color: #212121; }

[data-sidebar="info"] .content .left-sidebar-section .section-title {
  color: #9e9e9e; }

[data-sidebar="info"] .content .left-sidebar-section .btn {
  color: #ffffff; }

[data-sidebar="info"] .content .left-sidebar-section > ul > li .btn-flat {
  background: #fff;
  color: #212121; }

[data-sidebar="info"] .content .left-sidebar-section > ul > li .btn-flat:hover {
  background-color: #0091ea;
  color: #ffffff; }

[data-sidebar="info"] .content .left-sidebar-section > ul > li .collapse li:nth-child(odd) .btn-flat:hover {
  background-color: #0091ea;
  color: #ffffff; }

[data-sidebar="warning"] .left-sidebar-1 {
  background: #fff; }

[data-sidebar="warning"] .wrapper {
  background: #fff; }

[data-sidebar="warning"] .content {
  background: #ffab00;
  color: #ffffff; }

[data-sidebar="warning"] .content .sidebar-options .dropdown .dropdown-item {
  background: #fff;
  color: #212121; }

[data-sidebar="warning"] .content .sidebar-options .dropdown .dropdown-item:hover {
  background: #ffab00;
  color: #ffffff; }

[data-sidebar="warning"] .content .logo a {
  color: #ffffff; }

[data-sidebar="warning"] .content .logo a i {
  color: #f44336; }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom [class^='bmd-label'],
[data-sidebar="warning"] .content .left-sidebar-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control,
.is-focused [data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control, [data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control.disabled, [data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control:disabled, [data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control.form-control-success,
.is-focused [data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control.form-control-warning,
.is-focused [data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control.form-control-danger,
.is-focused [data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback,
[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .form-control-label,
[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .form-check-label,
[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .form-check-inline,
[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .custom-control, [data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback,
[data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .form-control-label,
[data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .form-check-label,
[data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .form-check-inline,
[data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .input-group-addon, [data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback, [data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused [class^='bmd-label'],
[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused [class*=' bmd-label'], [data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused [class^='bmd-label'],
[data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .bmd-label-placeholder, [data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .is-focused .bmd-help, [data-sidebar="warning"] .content .left-sidebar-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-sidebar="warning"] .content .left-sidebar-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="warning"] .content .sidebar-heading a {
  background-color: #ffab00;
  color: #ffffff; }

[data-sidebar="warning"] .content .open > .btn.dropdown-toggle:hover,
[data-sidebar="warning"] .content .open > .btn.dropdown-toggle:focus {
  color: #ffffff; }

[data-sidebar="warning"] .content .left-sidebar-section {
  background: #fff;
  color: #212121; }

[data-sidebar="warning"] .content .left-sidebar-section .section-title {
  color: #9e9e9e; }

[data-sidebar="warning"] .content .left-sidebar-section .btn {
  color: #ffffff; }

[data-sidebar="warning"] .content .left-sidebar-section > ul > li .btn-flat {
  background: #fff;
  color: #212121; }

[data-sidebar="warning"] .content .left-sidebar-section > ul > li .btn-flat:hover {
  background-color: #ffab00;
  color: #ffffff; }

[data-sidebar="warning"] .content .left-sidebar-section > ul > li .collapse li:nth-child(odd) .btn-flat:hover {
  background-color: #ffab00;
  color: #ffffff; }

[data-sidebar="danger"] .left-sidebar-1 {
  background: #fff; }

[data-sidebar="danger"] .wrapper {
  background: #fff; }

[data-sidebar="danger"] .content {
  background: #d32f2f;
  color: #ffffff; }

[data-sidebar="danger"] .content .sidebar-options .dropdown .dropdown-item {
  background: #fff;
  color: #212121; }

[data-sidebar="danger"] .content .sidebar-options .dropdown .dropdown-item:hover {
  background: #d32f2f;
  color: #ffffff; }

[data-sidebar="danger"] .content .logo a {
  color: #ffffff; }

[data-sidebar="danger"] .content .logo a i {
  color: #ffc107; }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom [class^='bmd-label'],
[data-sidebar="danger"] .content .left-sidebar-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control,
.is-focused [data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control, [data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control.disabled, [data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control:disabled, [data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control.form-control-success,
.is-focused [data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control.form-control-warning,
.is-focused [data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control.form-control-danger,
.is-focused [data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback,
[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .form-control-label,
[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .form-check-label,
[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .form-check-inline,
[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .custom-control, [data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback,
[data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .form-control-label,
[data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .form-check-label,
[data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .form-check-inline,
[data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .input-group-addon, [data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback, [data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused [class^='bmd-label'],
[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused [class*=' bmd-label'], [data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused [class^='bmd-label'],
[data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .bmd-label-placeholder, [data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .is-focused .bmd-help, [data-sidebar="danger"] .content .left-sidebar-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-sidebar="danger"] .content .left-sidebar-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-sidebar="danger"] .content .sidebar-heading a {
  background-color: #d32f2f;
  color: #ffffff; }

[data-sidebar="danger"] .content .open > .btn.dropdown-toggle:hover,
[data-sidebar="danger"] .content .open > .btn.dropdown-toggle:focus {
  color: #ffffff; }

[data-sidebar="danger"] .content .left-sidebar-section {
  background: #fff;
  color: #212121; }

[data-sidebar="danger"] .content .left-sidebar-section .section-title {
  color: #9e9e9e; }

[data-sidebar="danger"] .content .left-sidebar-section .btn {
  color: #ffffff; }

[data-sidebar="danger"] .content .left-sidebar-section > ul > li .btn-flat {
  background: #fff;
  color: #212121; }

[data-sidebar="danger"] .content .left-sidebar-section > ul > li .btn-flat:hover {
  background-color: #d32f2f;
  color: #ffffff; }

[data-sidebar="danger"] .content .left-sidebar-section > ul > li .collapse li:nth-child(odd) .btn-flat:hover {
  background-color: #d32f2f;
  color: #ffffff; }

[data-sidebar="white"] .left-sidebar-1 {
  background: #fff; }

[data-sidebar="white"] .wrapper {
  background: #fff; }

[data-sidebar="white"] .content {
  background: #ffffff;
  color: #212121; }

[data-sidebar="white"] .content .sidebar-options .dropdown .dropdown-item {
  background: #fff;
  color: #212121; }

[data-sidebar="white"] .content .sidebar-options .dropdown .dropdown-item:hover {
  background: #0d47a1;
  color: #ffffff; }

[data-sidebar="white"] .content .logo a {
  color: #212121; }

[data-sidebar="white"] .content .logo a i {
  color: #ffc107; }

[data-sidebar="white"] .content .left-sidebar-search .form-custom [class^='bmd-label'],
[data-sidebar="white"] .content .left-sidebar-search .form-custom [class*=' bmd-label'] {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control,
.is-focused [data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control, [data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control.disabled, [data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control:disabled, [data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control.form-control-success,
.is-focused [data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control.form-control-warning,
.is-focused [data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control.form-control-danger,
.is-focused [data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback,
[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .form-control-label,
[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .form-check-label,
[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .form-check-inline,
[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .custom-control, [data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback,
[data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .form-control-label,
[data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .form-check-label,
[data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .form-check-inline,
[data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .custom-control {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(0, 0, 0, 0.5); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .input-group-addon, [data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(102, 102, 102, 0.5); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback, [data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused [class^='bmd-label'],
[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused [class*=' bmd-label'], [data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused [class^='bmd-label'],
[data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .bmd-label-placeholder, [data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(0, 0, 0, 0.5); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .is-focused .bmd-help, [data-sidebar="white"] .content .left-sidebar-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-sidebar="white"] .content .left-sidebar-search .form-custom .form-control {
  color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.5) 1px, transparent 1px); }

[data-sidebar="white"] .content .left-sidebar-search .form-custom i {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="white"] .content .sidebar-heading a {
  background-color: #ffffff;
  color: #212121; }

[data-sidebar="white"] .content .open > .btn.dropdown-toggle:hover,
[data-sidebar="white"] .content .open > .btn.dropdown-toggle:focus {
  color: #212121; }

[data-sidebar="white"] .content .left-sidebar-section {
  background: #fff;
  color: #212121; }

[data-sidebar="white"] .content .left-sidebar-section .section-title {
  color: #9e9e9e; }

[data-sidebar="white"] .content .left-sidebar-section .btn {
  color: #212121; }

[data-sidebar="white"] .content .left-sidebar-section > ul > li .btn-flat {
  background: #fff;
  color: #212121; }

[data-sidebar="white"] .content .left-sidebar-section > ul > li .btn-flat:hover {
  background-color: #0d47a1;
  color: #ffffff; }

[data-sidebar="white"] .content .left-sidebar-section > ul > li .collapse li:nth-child(odd) .btn-flat:hover {
  background-color: #0d47a1;
  color: #ffffff; }

[data-sidebar="light"] .left-sidebar-1 {
  background: #fff; }

[data-sidebar="light"] .wrapper {
  background: #fff; }

[data-sidebar="light"] .content {
  background: #f5f5f5;
  color: #212121; }

[data-sidebar="light"] .content .sidebar-options .dropdown .dropdown-item {
  background: #fff;
  color: #212121; }

[data-sidebar="light"] .content .sidebar-options .dropdown .dropdown-item:hover {
  background: #0d47a1;
  color: #ffffff; }

[data-sidebar="light"] .content .logo a {
  color: #212121; }

[data-sidebar="light"] .content .logo a i {
  color: #ffc107; }

[data-sidebar="light"] .content .left-sidebar-search .form-custom [class^='bmd-label'],
[data-sidebar="light"] .content .left-sidebar-search .form-custom [class*=' bmd-label'] {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control,
.is-focused [data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control, [data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control.disabled, [data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control:disabled, [data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control.form-control-success,
.is-focused [data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control.form-control-warning,
.is-focused [data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control.form-control-danger,
.is-focused [data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback,
[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .form-control-label,
[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .form-check-label,
[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .form-check-inline,
[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .custom-control, [data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback,
[data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .form-control-label,
[data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .form-check-label,
[data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .form-check-inline,
[data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .custom-control {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(0, 0, 0, 0.5); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .input-group-addon, [data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(102, 102, 102, 0.5); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .form-control-feedback, [data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .form-control-feedback {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused [class^='bmd-label'],
[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused [class*=' bmd-label'], [data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused [class^='bmd-label'],
[data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .bmd-label-placeholder, [data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .form-control, [data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .form-control {
  border-color: rgba(0, 0, 0, 0.5); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .is-focused .bmd-help, [data-sidebar="light"] .content .left-sidebar-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-sidebar="light"] .content .left-sidebar-search .form-custom .form-control {
  color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.5) 1px, transparent 1px); }

[data-sidebar="light"] .content .left-sidebar-search .form-custom i {
  color: rgba(0, 0, 0, 0.5); }

[data-sidebar="light"] .content .sidebar-heading a {
  background-color: #f5f5f5;
  color: #212121; }

[data-sidebar="light"] .content .open > .btn.dropdown-toggle:hover,
[data-sidebar="light"] .content .open > .btn.dropdown-toggle:focus {
  color: #212121; }

[data-sidebar="light"] .content .left-sidebar-section {
  background: #fff;
  color: #212121; }

[data-sidebar="light"] .content .left-sidebar-section .section-title {
  color: #9e9e9e; }

[data-sidebar="light"] .content .left-sidebar-section .btn {
  color: #212121; }

[data-sidebar="light"] .content .left-sidebar-section > ul > li .btn-flat {
  background: #fff;
  color: #212121; }

[data-sidebar="light"] .content .left-sidebar-section > ul > li .btn-flat:hover {
  background-color: #0d47a1;
  color: #ffffff; }

[data-sidebar="light"] .content .left-sidebar-section > ul > li .collapse li:nth-child(odd) .btn-flat:hover {
  background-color: #0d47a1;
  color: #ffffff; }

.navbar-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.navbar-1 .navbar-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.navbar-1 .navbar-left .nav-item .nav-link {
  height: 80px;
  line-height: 80px;
  text-transform: capitalize;
  font-size: 0.9rem; }

.navbar-1 .navbar-left .nav-item i {
  line-height: 80px; }

.navbar-1 .dropdown-flags .flag {
  margin-right: 10px; }

.navbar-1 .dropdown-tasks .dropdown-menu .dropdown-item p {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-size: 13px;
  color: #616161; }

.navbar-1 .dropdown-tasks .dropdown-menu .dropdown-item p.subtitle {
  color: #9e9e9e;
  margin-bottom: 12px; }

.navbar-1 .welcome,
.navbar-1 .user-dropdown,
.navbar-1 .navbar-right {
  margin-left: 30px; }

.navbar-1 .navbar-right {
  padding: 0; }

.navbar-1 .user-dropdown .dropdown-item {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.navbar-1 .user-dropdown .dropdown-item .icon {
  margin-right: 10px; }

.navbar-1 .user-dropdown .dropdown-item .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

[data-navbar="dark"] .navbar-1 {
  background-color: #212121;
  color: #ffffff; }

[data-navbar="dark"] .navbar-1 .welcome,
[data-navbar="dark"] .navbar-1 a {
  color: #ffffff; }

[data-navbar="dark"] .navbar-1 .logo {
  color: #ffffff; }

[data-navbar="dark"] .navbar-1 .dropdown-item {
  color: #212121; }

[data-navbar="dark"] .navbar-1 .dropdown-item a {
  color: #212121; }

[data-navbar="primary"] .navbar-1 {
  background-color: #0d47a1;
  color: #ffffff; }

[data-navbar="primary"] .navbar-1 .welcome,
[data-navbar="primary"] .navbar-1 a {
  color: #ffffff; }

[data-navbar="primary"] .navbar-1 .logo {
  color: #ffffff; }

[data-navbar="primary"] .navbar-1 .dropdown-item {
  color: #212121; }

[data-navbar="primary"] .navbar-1 .dropdown-item a {
  color: #212121; }

[data-navbar="secondary"] .navbar-1 {
  background-color: #c51162;
  color: #ffffff; }

[data-navbar="secondary"] .navbar-1 .welcome,
[data-navbar="secondary"] .navbar-1 a {
  color: #ffffff; }

[data-navbar="secondary"] .navbar-1 .logo {
  color: #ffffff; }

[data-navbar="secondary"] .navbar-1 .dropdown-item {
  color: #212121; }

[data-navbar="secondary"] .navbar-1 .dropdown-item a {
  color: #212121; }

[data-navbar="success"] .navbar-1 {
  background-color: #388e3c;
  color: #ffffff; }

[data-navbar="success"] .navbar-1 .welcome,
[data-navbar="success"] .navbar-1 a {
  color: #ffffff; }

[data-navbar="success"] .navbar-1 .logo {
  color: #ffffff; }

[data-navbar="success"] .navbar-1 .dropdown-item {
  color: #212121; }

[data-navbar="success"] .navbar-1 .dropdown-item a {
  color: #212121; }

[data-navbar="info"] .navbar-1 {
  background-color: #0091ea;
  color: #ffffff; }

[data-navbar="info"] .navbar-1 .welcome,
[data-navbar="info"] .navbar-1 a {
  color: #ffffff; }

[data-navbar="info"] .navbar-1 .logo {
  color: #ffffff; }

[data-navbar="info"] .navbar-1 .dropdown-item {
  color: #212121; }

[data-navbar="info"] .navbar-1 .dropdown-item a {
  color: #212121; }

[data-navbar="warning"] .navbar-1 {
  background-color: #ffa000;
  color: #ffffff; }

[data-navbar="warning"] .navbar-1 .welcome,
[data-navbar="warning"] .navbar-1 a {
  color: #ffffff; }

[data-navbar="warning"] .navbar-1 .logo {
  color: #ffffff; }

[data-navbar="warning"] .navbar-1 .dropdown-item {
  color: #212121; }

[data-navbar="warning"] .navbar-1 .dropdown-item a {
  color: #212121; }

[data-navbar="danger"] .navbar-1 {
  background-color: #d32f2f;
  color: #ffffff; }

[data-navbar="danger"] .navbar-1 .welcome,
[data-navbar="danger"] .navbar-1 a {
  color: #ffffff; }

[data-navbar="danger"] .navbar-1 .logo {
  color: #ffffff; }

[data-navbar="danger"] .navbar-1 .dropdown-item {
  color: #212121; }

[data-navbar="danger"] .navbar-1 .dropdown-item a {
  color: #212121; }

[data-navbar="white"] .navbar-1 {
  background-color: #ffffff;
  color: #212121; }

[data-navbar="white"] .navbar-1 .welcome,
[data-navbar="white"] .navbar-1 a {
  color: #212121; }

[data-navbar="white"] .navbar-1 .logo {
  color: #212121; }

[data-navbar="white"] .navbar-1 .dropdown-item {
  color: #212121; }

[data-navbar="white"] .navbar-1 .dropdown-item a {
  color: #212121; }

[data-navbar="light"] .navbar-1 {
  background-color: #f5f5f5;
  color: #212121; }

[data-navbar="light"] .navbar-1 .welcome,
[data-navbar="light"] .navbar-1 a {
  color: #212121; }

[data-navbar="light"] .navbar-1 .logo {
  color: #212121; }

[data-navbar="light"] .navbar-1 .dropdown-item {
  color: #212121; }

[data-navbar="light"] .navbar-1 .dropdown-item a {
  color: #212121; }

@media (max-width: 543px) {
  .navbar-1 .welcome {
    display: none; } }

@media (min-width: 544px) and (max-width: 767px) {
  .navbar-1 .welcome {
    display: none; } }

.navbar-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px; }

.navbar-2 .navbar-left-icons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px; }

.navbar-2 .navbar-left-icons .nav-item .nav-link {
  height: 70px;
  line-height: 70px;
  text-transform: capitalize;
  font-size: 0.9rem; }

.navbar-2 .navbar-left-icons .nav-item i {
  line-height: 70px; }

.navbar-2 .navbar-left-links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.navbar-2 .navbar-left-links .nav-item .nav-link {
  height: 70px;
  line-height: 70px;
  position: relative;
  text-transform: capitalize;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9rem; }

.navbar-2 .navbar-left-links .nav-item .nav-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  display: block;
  content: ""; }

.navbar-2 .navbar-left-links .dropdown-parent .dropdown-menu {
  border-radius: 0;
  margin-top: 0; }

.navbar-2 .navbar-left-links .dropdown-parent .dropdown-item {
  font-size: 0.9rem; }

.navbar-2 .navbar-left-links .dropdown-item {
  overflow: visible;
  width: 180px;
  padding: 0; }

.navbar-2 .navbar-left-links .dropdown-item a {
  font-weight: normal;
  padding: 20px;
  width: 180px; }

.navbar-2 .user-dropdown,
.navbar-2 .navbar-right {
  margin-left: 30px; }

.navbar-2 .navbar-right {
  padding: 0; }

.navbar-2 .user-dropdown .dropdown-item {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.navbar-2 .user-dropdown .dropdown-item .icon {
  margin-right: 10px; }

.navbar-2 .user-dropdown .dropdown-item .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

[data-navbar="dark"] .navbar-2 {
  background-color: #212121;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #292929; }

[data-navbar="dark"] .navbar-2 .welcome,
[data-navbar="dark"] .navbar-2 a {
  color: #ffffff; }

[data-navbar="dark"] .navbar-2 .logo {
  color: #ffffff; }

[data-navbar="dark"] .navbar-2 .dropdown-item {
  color: #212121; }

[data-navbar="dark"] .navbar-2 .navbar-left-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="dark"] .navbar-2 .navbar-left-links .nav-item .nav-link .active:before, [data-navbar="dark"] .navbar-2 .navbar-left-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="primary"] .navbar-2 {
  background-color: #0d47a1;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0e4daf; }

[data-navbar="primary"] .navbar-2 .welcome,
[data-navbar="primary"] .navbar-2 a {
  color: #ffffff; }

[data-navbar="primary"] .navbar-2 .logo {
  color: #ffffff; }

[data-navbar="primary"] .navbar-2 .dropdown-item {
  color: #212121; }

[data-navbar="primary"] .navbar-2 .navbar-left-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="primary"] .navbar-2 .navbar-left-links .nav-item .nav-link .active:before, [data-navbar="primary"] .navbar-2 .navbar-left-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="secondary"] .navbar-2 {
  background-color: #c51162;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d31269; }

[data-navbar="secondary"] .navbar-2 .welcome,
[data-navbar="secondary"] .navbar-2 a {
  color: #ffffff; }

[data-navbar="secondary"] .navbar-2 .logo {
  color: #ffffff; }

[data-navbar="secondary"] .navbar-2 .dropdown-item {
  color: #212121; }

[data-navbar="secondary"] .navbar-2 .navbar-left-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="secondary"] .navbar-2 .navbar-left-links .nav-item .nav-link .active:before, [data-navbar="secondary"] .navbar-2 .navbar-left-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="success"] .navbar-2 {
  background-color: #388e3c;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #3c9941; }

[data-navbar="success"] .navbar-2 .welcome,
[data-navbar="success"] .navbar-2 a {
  color: #ffffff; }

[data-navbar="success"] .navbar-2 .logo {
  color: #ffffff; }

[data-navbar="success"] .navbar-2 .dropdown-item {
  color: #212121; }

[data-navbar="success"] .navbar-2 .navbar-left-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="success"] .navbar-2 .navbar-left-links .nav-item .nav-link .active:before, [data-navbar="success"] .navbar-2 .navbar-left-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="info"] .navbar-2 {
  background-color: #0091ea;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #009af9; }

[data-navbar="info"] .navbar-2 .welcome,
[data-navbar="info"] .navbar-2 a {
  color: #ffffff; }

[data-navbar="info"] .navbar-2 .logo {
  color: #ffffff; }

[data-navbar="info"] .navbar-2 .dropdown-item {
  color: #212121; }

[data-navbar="info"] .navbar-2 .navbar-left-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="info"] .navbar-2 .navbar-left-links .nav-item .nav-link .active:before, [data-navbar="info"] .navbar-2 .navbar-left-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="warning"] .navbar-2 {
  background-color: #ffa000;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffa60f; }

[data-navbar="warning"] .navbar-2 .welcome,
[data-navbar="warning"] .navbar-2 a {
  color: #ffffff; }

[data-navbar="warning"] .navbar-2 .logo {
  color: #ffffff; }

[data-navbar="warning"] .navbar-2 .dropdown-item {
  color: #212121; }

[data-navbar="warning"] .navbar-2 .navbar-left-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="warning"] .navbar-2 .navbar-left-links .nav-item .nav-link .active:before, [data-navbar="warning"] .navbar-2 .navbar-left-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="danger"] .navbar-2 {
  background-color: #d32f2f;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d63c3c; }

[data-navbar="danger"] .navbar-2 .welcome,
[data-navbar="danger"] .navbar-2 a {
  color: #ffffff; }

[data-navbar="danger"] .navbar-2 .logo {
  color: #ffffff; }

[data-navbar="danger"] .navbar-2 .dropdown-item {
  color: #212121; }

[data-navbar="danger"] .navbar-2 .navbar-left-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="danger"] .navbar-2 .navbar-left-links .nav-item .nav-link .active:before, [data-navbar="danger"] .navbar-2 .navbar-left-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="white"] .navbar-2 {
  background-color: #ffffff;
  color: #212121;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white; }

[data-navbar="white"] .navbar-2 .welcome,
[data-navbar="white"] .navbar-2 a {
  color: #212121; }

[data-navbar="white"] .navbar-2 .logo {
  color: #212121; }

[data-navbar="white"] .navbar-2 .dropdown-item {
  color: #212121; }

[data-navbar="white"] .navbar-2 .navbar-left-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="white"] .navbar-2 .navbar-left-links .nav-item .nav-link .active:before, [data-navbar="white"] .navbar-2 .navbar-left-links .nav-item .nav-link:hover:before {
  background-color: #212121; }

[data-navbar="light"] .navbar-2 {
  background-color: #f5f5f5;
  color: #212121;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fdfdfd; }

[data-navbar="light"] .navbar-2 .welcome,
[data-navbar="light"] .navbar-2 a {
  color: #212121; }

[data-navbar="light"] .navbar-2 .logo {
  color: #212121; }

[data-navbar="light"] .navbar-2 .dropdown-item {
  color: #212121; }

[data-navbar="light"] .navbar-2 .navbar-left-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="light"] .navbar-2 .navbar-left-links .nav-item .nav-link .active:before, [data-navbar="light"] .navbar-2 .navbar-left-links .nav-item .nav-link:hover:before {
  background-color: #212121; }

@media (max-width: 543px) {
  .navbar-2 .navbar-left-links,
  .navbar-2 .welcome {
    display: none; }
  .navbar-2 .navbar-left-icons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .navbar-2 .welcome {
    display: none; } }

@media (min-width: 544px) and (max-width: 767px) {
  .navbar-2 .navbar-left-links,
  .navbar-2 .welcome {
    display: none; }
  .navbar-2 .navbar-left-icons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .navbar-2 .welcome {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-2 .navbar-left-links,
  .navbar-2 .welcome {
    display: none; }
  .navbar-2 .navbar-left-icons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.navbar-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.navbar-3 .navbar-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.navbar-3 .navbar-left .nav-item .nav-link {
  height: 80px;
  line-height: 80px;
  text-transform: capitalize;
  font-size: 0.9rem; }

.navbar-3 .navbar-left .nav-item i {
  line-height: 80px; }

.navbar-3 .dropdown-flags .flag {
  margin-right: 10px; }

.navbar-3 .dropdown-tasks .dropdown-menu .dropdown-item p {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-size: 13px;
  color: #616161; }

.navbar-3 .dropdown-tasks .dropdown-menu .dropdown-item p.subtitle {
  color: #9e9e9e;
  margin-bottom: 12px; }

.navbar-3 .welcome,
.navbar-3 .user-dropdown,
.navbar-3 .navbar-right {
  margin-left: 30px; }

.navbar-3 .navbar-right {
  padding: 0; }

.navbar-3 .user-dropdown .dropdown-item {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.navbar-3 .user-dropdown .dropdown-item .icon {
  margin-right: 10px; }

.navbar-3 .user-dropdown .dropdown-item .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

[data-navbar="dark"] .navbar-3 {
  background-color: #212121;
  color: #ffffff; }

[data-navbar="dark"] .navbar-3 .welcome,
[data-navbar="dark"] .navbar-3 a {
  color: #ffffff; }

[data-navbar="dark"] .navbar-3 .logo {
  color: #ffffff; }

[data-navbar="dark"] .navbar-3 .dropdown-item {
  color: #212121; }

[data-navbar="dark"] .navbar-3 .dropdown-item a {
  color: #212121; }

[data-navbar="primary"] .navbar-3 {
  background-color: #0d47a1;
  color: #ffffff; }

[data-navbar="primary"] .navbar-3 .welcome,
[data-navbar="primary"] .navbar-3 a {
  color: #ffffff; }

[data-navbar="primary"] .navbar-3 .logo {
  color: #ffffff; }

[data-navbar="primary"] .navbar-3 .dropdown-item {
  color: #212121; }

[data-navbar="primary"] .navbar-3 .dropdown-item a {
  color: #212121; }

[data-navbar="secondary"] .navbar-3 {
  background-color: #c51162;
  color: #ffffff; }

[data-navbar="secondary"] .navbar-3 .welcome,
[data-navbar="secondary"] .navbar-3 a {
  color: #ffffff; }

[data-navbar="secondary"] .navbar-3 .logo {
  color: #ffffff; }

[data-navbar="secondary"] .navbar-3 .dropdown-item {
  color: #212121; }

[data-navbar="secondary"] .navbar-3 .dropdown-item a {
  color: #212121; }

[data-navbar="success"] .navbar-3 {
  background-color: #388e3c;
  color: #ffffff; }

[data-navbar="success"] .navbar-3 .welcome,
[data-navbar="success"] .navbar-3 a {
  color: #ffffff; }

[data-navbar="success"] .navbar-3 .logo {
  color: #ffffff; }

[data-navbar="success"] .navbar-3 .dropdown-item {
  color: #212121; }

[data-navbar="success"] .navbar-3 .dropdown-item a {
  color: #212121; }

[data-navbar="info"] .navbar-3 {
  background-color: #0091ea;
  color: #ffffff; }

[data-navbar="info"] .navbar-3 .welcome,
[data-navbar="info"] .navbar-3 a {
  color: #ffffff; }

[data-navbar="info"] .navbar-3 .logo {
  color: #ffffff; }

[data-navbar="info"] .navbar-3 .dropdown-item {
  color: #212121; }

[data-navbar="info"] .navbar-3 .dropdown-item a {
  color: #212121; }

[data-navbar="warning"] .navbar-3 {
  background-color: #ffa000;
  color: #ffffff; }

[data-navbar="warning"] .navbar-3 .welcome,
[data-navbar="warning"] .navbar-3 a {
  color: #ffffff; }

[data-navbar="warning"] .navbar-3 .logo {
  color: #ffffff; }

[data-navbar="warning"] .navbar-3 .dropdown-item {
  color: #212121; }

[data-navbar="warning"] .navbar-3 .dropdown-item a {
  color: #212121; }

[data-navbar="danger"] .navbar-3 {
  background-color: #d32f2f;
  color: #ffffff; }

[data-navbar="danger"] .navbar-3 .welcome,
[data-navbar="danger"] .navbar-3 a {
  color: #ffffff; }

[data-navbar="danger"] .navbar-3 .logo {
  color: #ffffff; }

[data-navbar="danger"] .navbar-3 .dropdown-item {
  color: #212121; }

[data-navbar="danger"] .navbar-3 .dropdown-item a {
  color: #212121; }

[data-navbar="white"] .navbar-3 {
  background-color: #ffffff;
  color: #212121; }

[data-navbar="white"] .navbar-3 .welcome,
[data-navbar="white"] .navbar-3 a {
  color: #212121; }

[data-navbar="white"] .navbar-3 .logo {
  color: #212121; }

[data-navbar="white"] .navbar-3 .dropdown-item {
  color: #212121; }

[data-navbar="white"] .navbar-3 .dropdown-item a {
  color: #212121; }

[data-navbar="light"] .navbar-3 {
  background-color: #f5f5f5;
  color: #212121; }

[data-navbar="light"] .navbar-3 .welcome,
[data-navbar="light"] .navbar-3 a {
  color: #212121; }

[data-navbar="light"] .navbar-3 .logo {
  color: #212121; }

[data-navbar="light"] .navbar-3 .dropdown-item {
  color: #212121; }

[data-navbar="light"] .navbar-3 .dropdown-item a {
  color: #212121; }

@media (max-width: 543px) {
  .navbar-3 .welcome {
    display: none; } }

.show-from-top {
  -webkit-transform: translate3d(0, 90px, 0);
  transform: translate3d(0, 90px, 0); }

.top-search {
  position: fixed;
  top: -90px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1033;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.top-search form {
  width: calc(100% - 60px);
  margin: 15px 0;
  position: relative; }

.top-search form i {
  position: absolute;
  top: 45%;
  right: 5px; }

.top-navigation-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px; }

.top-navigation-1 .top-navigation-links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap; }

.top-navigation-1 .top-navigation-links .nav-item .nav-link {
  height: 70px;
  line-height: 70px;
  position: relative;
  text-transform: capitalize;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9rem; }

.top-navigation-1 .top-navigation-links .nav-item .nav-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  display: block;
  content: ""; }

.top-navigation-1 .top-navigation-links .dropdown-parent .dropdown-menu {
  border-radius: 0;
  margin-top: 0; }

.top-navigation-1 .top-navigation-links .dropdown-parent .dropdown-item {
  font-size: 0.9rem; }

.top-navigation-1 .top-navigation-links .dropdown-item {
  overflow: visible;
  width: 180px;
  padding: 0; }

.top-navigation-1 .top-navigation-links .dropdown-item a {
  font-weight: normal;
  padding: 20px;
  width: 180px; }

.top-navigation-1 .top-navigation-search {
  padding-left: 20px;
  padding-right: 20px;
  height: 70px;
  margin-top: -18px;
  white-space: nowrap; }

.top-navigation-1 .top-navigation-search .form-custom {
  position: relative; }

.top-navigation-1 .top-navigation-search .form-custom .form-control {
  width: 210px; }

.top-navigation-1 .top-navigation-search .form-custom .bmd-label-floating {
  font-size: 0.85rem; }

.top-navigation-1 .top-navigation-search .form-custom i {
  position: absolute;
  top: 50%;
  right: 5px; }

[data-navbar="dark"] .top-navigation-1 {
  background-color: #212121;
  color: #ffffff; }

[data-navbar="dark"] .top-navigation-1 a {
  color: #ffffff; }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom [class^='bmd-label'],
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control,
.is-focused [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control, [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control.disabled, [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control:disabled, [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success,
.is-focused [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning,
.is-focused [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger,
.is-focused [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback,
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-label,
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-label,
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-inline,
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .custom-control, [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback,
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-label,
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-label,
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-inline,
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .input-group-addon, [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback, [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class^='bmd-label'],
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class*=' bmd-label'], [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class^='bmd-label'],
[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-label-placeholder, [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-help, [data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-navbar="dark"] .top-navigation-1 .top-navigation-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="dark"] .top-navigation-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="dark"] .top-navigation-links .nav-item .nav-link .active:before, [data-navbar="dark"] .top-navigation-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="primary"] .top-navigation-1 {
  background-color: #0d47a1;
  color: #ffffff; }

[data-navbar="primary"] .top-navigation-1 a {
  color: #ffffff; }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom [class^='bmd-label'],
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control,
.is-focused [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control, [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.disabled, [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control:disabled, [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success,
.is-focused [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning,
.is-focused [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger,
.is-focused [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback,
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-label,
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-label,
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-inline,
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .custom-control, [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback,
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-label,
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-label,
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-inline,
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .input-group-addon, [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback, [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class^='bmd-label'],
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class*=' bmd-label'], [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class^='bmd-label'],
[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-label-placeholder, [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-help, [data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-navbar="primary"] .top-navigation-1 .top-navigation-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="primary"] .top-navigation-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="primary"] .top-navigation-links .nav-item .nav-link .active:before, [data-navbar="primary"] .top-navigation-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="secondary"] .top-navigation-1 {
  background-color: #c51162;
  color: #ffffff; }

[data-navbar="secondary"] .top-navigation-1 a {
  color: #ffffff; }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom [class^='bmd-label'],
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control,
.is-focused [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control, [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.disabled, [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control:disabled, [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success,
.is-focused [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning,
.is-focused [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger,
.is-focused [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback,
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-label,
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-label,
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-inline,
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .custom-control, [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback,
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-label,
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-label,
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-inline,
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .input-group-addon, [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback, [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class^='bmd-label'],
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class*=' bmd-label'], [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class^='bmd-label'],
[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-label-placeholder, [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-help, [data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-navbar="secondary"] .top-navigation-1 .top-navigation-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="secondary"] .top-navigation-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="secondary"] .top-navigation-links .nav-item .nav-link .active:before, [data-navbar="secondary"] .top-navigation-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="success"] .top-navigation-1 {
  background-color: #388e3c;
  color: #ffffff; }

[data-navbar="success"] .top-navigation-1 a {
  color: #ffffff; }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom [class^='bmd-label'],
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control,
.is-focused [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control, [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control.disabled, [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control:disabled, [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success,
.is-focused [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning,
.is-focused [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger,
.is-focused [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback,
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-label,
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-label,
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-inline,
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .custom-control, [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback,
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-label,
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-label,
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-inline,
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .input-group-addon, [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback, [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class^='bmd-label'],
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class*=' bmd-label'], [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class^='bmd-label'],
[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-label-placeholder, [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-help, [data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-navbar="success"] .top-navigation-1 .top-navigation-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="success"] .top-navigation-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="success"] .top-navigation-links .nav-item .nav-link .active:before, [data-navbar="success"] .top-navigation-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="info"] .top-navigation-1 {
  background-color: #0091ea;
  color: #ffffff; }

[data-navbar="info"] .top-navigation-1 a {
  color: #ffffff; }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom [class^='bmd-label'],
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control,
.is-focused [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control, [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control.disabled, [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control:disabled, [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success,
.is-focused [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning,
.is-focused [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger,
.is-focused [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback,
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-label,
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-label,
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-inline,
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .custom-control, [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback,
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-label,
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-label,
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-inline,
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .input-group-addon, [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback, [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class^='bmd-label'],
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class*=' bmd-label'], [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class^='bmd-label'],
[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-label-placeholder, [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-help, [data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-navbar="info"] .top-navigation-1 .top-navigation-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="info"] .top-navigation-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="info"] .top-navigation-links .nav-item .nav-link .active:before, [data-navbar="info"] .top-navigation-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="warning"] .top-navigation-1 {
  background-color: #ffa000;
  color: #ffffff; }

[data-navbar="warning"] .top-navigation-1 a {
  color: #ffffff; }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom [class^='bmd-label'],
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control,
.is-focused [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control, [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control.disabled, [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control:disabled, [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success,
.is-focused [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning,
.is-focused [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger,
.is-focused [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback,
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-label,
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-label,
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-inline,
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .custom-control, [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback,
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-label,
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-label,
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-inline,
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .input-group-addon, [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback, [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class^='bmd-label'],
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class*=' bmd-label'], [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class^='bmd-label'],
[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-label-placeholder, [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-help, [data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-navbar="warning"] .top-navigation-1 .top-navigation-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="warning"] .top-navigation-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="warning"] .top-navigation-links .nav-item .nav-link .active:before, [data-navbar="warning"] .top-navigation-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="danger"] .top-navigation-1 {
  background-color: #d32f2f;
  color: #ffffff; }

[data-navbar="danger"] .top-navigation-1 a {
  color: #ffffff; }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom [class^='bmd-label'],
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control,
.is-focused [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control, [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control.disabled, [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control:disabled, [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success,
.is-focused [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning,
.is-focused [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger,
.is-focused [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback,
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-label,
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-label,
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-inline,
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .custom-control, [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback,
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-label,
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-label,
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-inline,
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .input-group-addon, [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback, [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class^='bmd-label'],
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class*=' bmd-label'], [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class^='bmd-label'],
[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-label-placeholder, [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-help, [data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-navbar="danger"] .top-navigation-1 .top-navigation-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="danger"] .top-navigation-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="danger"] .top-navigation-links .nav-item .nav-link .active:before, [data-navbar="danger"] .top-navigation-links .nav-item .nav-link:hover:before {
  background-color: #ffffff; }

[data-navbar="white"] .top-navigation-1 {
  background-color: #ffffff;
  color: #212121; }

[data-navbar="white"] .top-navigation-1 a {
  color: #212121; }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom [class^='bmd-label'],
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom [class*=' bmd-label'] {
  color: rgba(0, 0, 0, 0.5); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control,
.is-focused [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control, [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control.disabled, [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control:disabled, [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success,
.is-focused [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning,
.is-focused [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger,
.is-focused [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback,
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-label,
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-label,
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-inline,
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .custom-control, [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback,
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-label,
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-label,
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-inline,
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .custom-control {
  color: rgba(0, 0, 0, 0.5); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(0, 0, 0, 0.5); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .input-group-addon, [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(102, 102, 102, 0.5); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback, [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback {
  color: rgba(0, 0, 0, 0.5); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class^='bmd-label'],
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class*=' bmd-label'], [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class^='bmd-label'],
[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(0, 0, 0, 0.5); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-label-placeholder, [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(0, 0, 0, 0.5); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(0, 0, 0, 0.5); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-help, [data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.5) 1px, transparent 1px); }

[data-navbar="white"] .top-navigation-1 .top-navigation-search .form-custom i {
  color: rgba(0, 0, 0, 0.5); }

[data-navbar="white"] .top-navigation-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="white"] .top-navigation-links .nav-item .nav-link .active:before, [data-navbar="white"] .top-navigation-links .nav-item .nav-link:hover:before {
  background-color: #212121; }

[data-navbar="light"] .top-navigation-1 {
  background-color: #f5f5f5;
  color: #212121; }

[data-navbar="light"] .top-navigation-1 a {
  color: #212121; }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom [class^='bmd-label'],
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control,
.is-focused [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control, [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control.disabled, [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control:disabled, [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success,
.is-focused [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning,
.is-focused [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger,
.is-focused [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback,
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-label,
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-label,
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-check-inline,
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .custom-control, [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback,
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-label,
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-label,
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-check-inline,
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .custom-control {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .input-group-addon, [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control-feedback, [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control-feedback {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class^='bmd-label'],
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused [class*=' bmd-label'], [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class^='bmd-label'],
[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused [class*=' bmd-label'] {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-label-placeholder, [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-label-placeholder {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .form-control, [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .form-control {
  border-color: rgba(255, 255, 255, 0.8); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .is-focused .bmd-help, [data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom.is-focused .bmd-help {
  color: #55595c; }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom .form-control {
  color: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.8) 1px, rgba(255, 255, 255, 0) 1px); }

[data-navbar="light"] .top-navigation-1 .top-navigation-search .form-custom i {
  color: rgba(255, 255, 255, 0.8); }

[data-navbar="light"] .top-navigation-links .nav-item .dropdown-item a {
  color: #212121; }

[data-navbar="light"] .top-navigation-links .nav-item .nav-link .active:before, [data-navbar="light"] .top-navigation-links .nav-item .nav-link:hover:before {
  background-color: #212121; }

@media (max-width: 543px) {
  .top-navigation-1 .top-navigation-search {
    display: none; }
  .top-navigation-1 .btn-white {
    display: none; } }

@media (min-width: 544px) and (max-width: 767px) {
  .top-navigation-1 .top-navigation-search {
    display: none; }
  .top-navigation-1 .btn-white {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .top-navigation-1 .top-navigation-search {
    display: none; }
  .top-navigation-1 .btn-white {
    display: none; } }

.show-from-right {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.right-sidebar-outer {
  background: #fff;
  color: #212121;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  left: 100%;
  display: block;
  overflow: hidden;
  z-index: 1033; }

.right-sidebar-outer .right-sidebar-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  width: 320px; }

.right-sidebar-outer .right-sidebar {
  width: 300px; }

.right-sidebar-outer .right-sidebar .nav.nav-tabs {
  display: table !important;
  width: 100% !important; }

.right-sidebar-outer .right-sidebar .nav.nav-tabs > li {
  float: none !important;
  display: table-cell !important; }

.right-sidebar-outer .right-sidebar .nav.nav-tabs > li > a {
  text-align: center !important; }

.right-sidebar-outer .list-group-item .palette-white,
.right-sidebar-outer .list-group-item .palette-light {
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-dark {
  background-color: #212121;
  color: #212121;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-white {
  background-color: #ffffff;
  color: #ffffff;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-black {
  background-color: #000000;
  color: #000000;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-light {
  background-color: #f5f5f5;
  color: #f5f5f5;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-dark {
  background-color: #212121;
  color: #212121;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-default {
  background-color: #212121;
  color: #212121;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-primary {
  background-color: #0d47a1;
  color: #0d47a1;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-secondary {
  background-color: #c51162;
  color: #c51162;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-success {
  background-color: #388e3c;
  color: #388e3c;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-info {
  background-color: #0091ea;
  color: #0091ea;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-warning {
  background-color: #ffa000;
  color: #ffa000;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

.right-sidebar-outer .list-group-item .palette-danger {
  background-color: #d32f2f;
  color: #d32f2f;
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin: 10px; }

[data-layout="off-canvas"] .jumbotron-1 .bmd-btn-fab {
  display: none; }

.jumbotron-1 {
  border-radius: 0;
  position: relative;
  height: 170px; }

.jumbotron-1 .jumbotron {
  padding: 10px 20px; }

.jumbotron-1 .jumbotron h1 {
  font-size: 1.8rem; }

.jumbotron-1 .jumbotron .breadcrumb {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 1rem;
  font-weight: 300; }

.jumbotron-1 .jumbotron .btn-primary.btn-outline {
  float: right !important;
  margin-top: 10px;
  margin-left: 10px; }

.jumbotron-1 .jumbotron .bmd-btn-fab {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(-55px, -25px, 0);
  transform: translate3d(-55px, -25px, 0);
  z-index: 2; }

.jumbotron-1 .jumbotron .dropdown-menu {
  top: 145px;
  right: 80px;
  width: 220px; }

.jumbotron-1 .jumbotron .dropdown-menu .dropdown-item {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #212121; }

.jumbotron-1 .jumbotron .dropdown-menu .dropdown-item .icon {
  margin-right: 10px; }

.jumbotron-1 .jumbotron .dropdown-menu .dropdown-item .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

[data-navbar="dark"] .jumbotron-1 {
  background-color: #212121;
  color: #ffffff; }

[data-navbar="dark"] .jumbotron-1 .jumbotron {
  background-color: #212121;
  color: #ffffff; }

[data-navbar="dark"] .jumbotron-1 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="dark"] .jumbotron-1 .jumbotron .btn-primary.btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="dark"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:hover, [data-navbar="dark"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:active, [data-navbar="dark"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:focus {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="dark"] .jumbotron-1 a {
  color: #ffffff; }

[data-navbar="primary"] .jumbotron-1 {
  background-color: #0d47a1;
  color: #ffffff; }

[data-navbar="primary"] .jumbotron-1 .jumbotron {
  background-color: #0d47a1;
  color: #ffffff; }

[data-navbar="primary"] .jumbotron-1 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="primary"] .jumbotron-1 .jumbotron .btn-primary.btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="primary"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:hover, [data-navbar="primary"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:active, [data-navbar="primary"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:focus {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="primary"] .jumbotron-1 a {
  color: #ffffff; }

[data-navbar="secondary"] .jumbotron-1 {
  background-color: #c51162;
  color: #ffffff; }

[data-navbar="secondary"] .jumbotron-1 .jumbotron {
  background-color: #c51162;
  color: #ffffff; }

[data-navbar="secondary"] .jumbotron-1 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="secondary"] .jumbotron-1 .jumbotron .btn-primary.btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="secondary"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:hover, [data-navbar="secondary"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:active, [data-navbar="secondary"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:focus {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="secondary"] .jumbotron-1 a {
  color: #ffffff; }

[data-navbar="success"] .jumbotron-1 {
  background-color: #388e3c;
  color: #ffffff; }

[data-navbar="success"] .jumbotron-1 .jumbotron {
  background-color: #388e3c;
  color: #ffffff; }

[data-navbar="success"] .jumbotron-1 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="success"] .jumbotron-1 .jumbotron .btn-primary.btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="success"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:hover, [data-navbar="success"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:active, [data-navbar="success"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:focus {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="success"] .jumbotron-1 a {
  color: #ffffff; }

[data-navbar="info"] .jumbotron-1 {
  background-color: #0091ea;
  color: #ffffff; }

[data-navbar="info"] .jumbotron-1 .jumbotron {
  background-color: #0091ea;
  color: #ffffff; }

[data-navbar="info"] .jumbotron-1 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="info"] .jumbotron-1 .jumbotron .btn-primary.btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="info"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:hover, [data-navbar="info"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:active, [data-navbar="info"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:focus {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="info"] .jumbotron-1 a {
  color: #ffffff; }

[data-navbar="warning"] .jumbotron-1 {
  background-color: #ffa000;
  color: #ffffff; }

[data-navbar="warning"] .jumbotron-1 .jumbotron {
  background-color: #ffa000;
  color: #ffffff; }

[data-navbar="warning"] .jumbotron-1 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="warning"] .jumbotron-1 .jumbotron .btn-primary.btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="warning"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:hover, [data-navbar="warning"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:active, [data-navbar="warning"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:focus {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="warning"] .jumbotron-1 a {
  color: #ffffff; }

[data-navbar="danger"] .jumbotron-1 {
  background-color: #d32f2f;
  color: #ffffff; }

[data-navbar="danger"] .jumbotron-1 .jumbotron {
  background-color: #d32f2f;
  color: #ffffff; }

[data-navbar="danger"] .jumbotron-1 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="danger"] .jumbotron-1 .jumbotron .btn-primary.btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="danger"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:hover, [data-navbar="danger"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:active, [data-navbar="danger"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:focus {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="danger"] .jumbotron-1 a {
  color: #ffffff; }

[data-navbar="white"] .jumbotron-1 {
  background-color: #ffffff;
  color: #212121; }

[data-navbar="white"] .jumbotron-1 .jumbotron {
  background-color: #ffffff;
  color: #212121; }

[data-navbar="white"] .jumbotron-1 .jumbotron .btn-outline {
  color: #212121;
  border-color: #212121; }

[data-navbar="white"] .jumbotron-1 .jumbotron .btn-primary.btn-outline {
  color: #212121;
  border-color: #212121; }

[data-navbar="white"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:hover, [data-navbar="white"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:active, [data-navbar="white"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:focus {
  color: #212121;
  border-color: #212121; }

[data-navbar="white"] .jumbotron-1 a {
  color: #212121; }

[data-navbar="light"] .jumbotron-1 {
  background-color: #f5f5f5;
  color: #212121; }

[data-navbar="light"] .jumbotron-1 .jumbotron {
  background-color: #f5f5f5;
  color: #212121; }

[data-navbar="light"] .jumbotron-1 .jumbotron .btn-outline {
  color: #212121;
  border-color: #212121; }

[data-navbar="light"] .jumbotron-1 .jumbotron .btn-primary.btn-outline {
  color: #212121;
  border-color: #212121; }

[data-navbar="light"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:hover, [data-navbar="light"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:active, [data-navbar="light"] .jumbotron-1 .jumbotron .btn-primary.btn-outline:focus {
  color: #212121;
  border-color: #212121; }

[data-navbar="light"] .jumbotron-1 a {
  color: #212121; }

@media (max-width: 543px) {
  .jumbotron-1 .btn-outline {
    display: none; }
  .jumbotron-1 .bmd-btn-fab {
    display: none; } }

@media (min-width: 544px) and (max-width: 767px) {
  .jumbotron-1 .btn-outline {
    display: none; }
  .jumbotron-1 .bmd-btn-fab {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron-1 .btn-outline {
    display: none; }
  .jumbotron-1 .bmd-btn-fab {
    display: none; } }

.jumbotron-2 {
  border-radius: 0;
  position: relative;
  height: 210px; }

.jumbotron-2 .jumbotron {
  padding: 40px 20px; }

.jumbotron-2 .jumbotron h1 {
  font-size: 1.8rem; }

.jumbotron-2 .jumbotron .breadcrumb {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 1rem;
  font-weight: 300; }

.jumbotron-2 .jumbotron .btn-primary.btn-outline {
  float: right !important;
  margin-top: 10px;
  margin-left: 10px;
  color: #fff;
  border-color: #fff; }

.jumbotron-2 .jumbotron .btn-primary.btn-outline:hover, .jumbotron-2 .jumbotron .btn-primary.btn-outline:active, .jumbotron-2 .jumbotron .btn-primary.btn-outline:focus {
  color: #fff;
  border-color: #fff; }

.jumbotron-2 .jumbotron .bmd-btn-fab {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(-55px, -25px, 0);
  transform: translate3d(-55px, -25px, 0);
  z-index: 2; }

.jumbotron-2 .jumbotron .dropdown-menu {
  top: 182px;
  right: 90px;
  width: 220px; }

.jumbotron-2 .jumbotron .dropdown-menu .dropdown-item {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #212121; }

.jumbotron-2 .jumbotron .dropdown-menu .dropdown-item .icon {
  margin-right: 10px; }

.jumbotron-2 .jumbotron .dropdown-menu .dropdown-item .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

[data-navbar="dark"] .jumbotron-2 {
  background-color: #212121;
  color: #ffffff; }

[data-navbar="dark"] .jumbotron-2 .jumbotron {
  background-color: #212121;
  color: #ffffff; }

[data-navbar="dark"] .jumbotron-2 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="dark"] .jumbotron-2 a {
  color: #ffffff; }

[data-navbar="primary"] .jumbotron-2 {
  background-color: #0d47a1;
  color: #ffffff; }

[data-navbar="primary"] .jumbotron-2 .jumbotron {
  background-color: #0d47a1;
  color: #ffffff; }

[data-navbar="primary"] .jumbotron-2 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="primary"] .jumbotron-2 a {
  color: #ffffff; }

[data-navbar="secondary"] .jumbotron-2 {
  background-color: #c51162;
  color: #ffffff; }

[data-navbar="secondary"] .jumbotron-2 .jumbotron {
  background-color: #c51162;
  color: #ffffff; }

[data-navbar="secondary"] .jumbotron-2 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="secondary"] .jumbotron-2 a {
  color: #ffffff; }

[data-navbar="success"] .jumbotron-2 {
  background-color: #388e3c;
  color: #ffffff; }

[data-navbar="success"] .jumbotron-2 .jumbotron {
  background-color: #388e3c;
  color: #ffffff; }

[data-navbar="success"] .jumbotron-2 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="success"] .jumbotron-2 a {
  color: #ffffff; }

[data-navbar="info"] .jumbotron-2 {
  background-color: #0091ea;
  color: #ffffff; }

[data-navbar="info"] .jumbotron-2 .jumbotron {
  background-color: #0091ea;
  color: #ffffff; }

[data-navbar="info"] .jumbotron-2 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="info"] .jumbotron-2 a {
  color: #ffffff; }

[data-navbar="warning"] .jumbotron-2 {
  background-color: #ffa000;
  color: #ffffff; }

[data-navbar="warning"] .jumbotron-2 .jumbotron {
  background-color: #ffa000;
  color: #ffffff; }

[data-navbar="warning"] .jumbotron-2 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="warning"] .jumbotron-2 a {
  color: #ffffff; }

[data-navbar="danger"] .jumbotron-2 {
  background-color: #d32f2f;
  color: #ffffff; }

[data-navbar="danger"] .jumbotron-2 .jumbotron {
  background-color: #d32f2f;
  color: #ffffff; }

[data-navbar="danger"] .jumbotron-2 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="danger"] .jumbotron-2 a {
  color: #ffffff; }

[data-navbar="white"] .jumbotron-2 {
  background-color: #ffffff;
  color: #212121; }

[data-navbar="white"] .jumbotron-2 .jumbotron {
  background-color: #ffffff;
  color: #212121; }

[data-navbar="white"] .jumbotron-2 .jumbotron .btn-outline {
  color: #212121;
  border-color: #212121; }

[data-navbar="white"] .jumbotron-2 a {
  color: #212121; }

[data-navbar="light"] .jumbotron-2 {
  background-color: #f5f5f5;
  color: #212121; }

[data-navbar="light"] .jumbotron-2 .jumbotron {
  background-color: #f5f5f5;
  color: #212121; }

[data-navbar="light"] .jumbotron-2 .jumbotron .btn-outline {
  color: #212121;
  border-color: #212121; }

[data-navbar="light"] .jumbotron-2 a {
  color: #212121; }

@media (max-width: 543px) {
  .jumbotron-2 .btn-outline {
    display: none; }
  .jumbotron-2 .bmd-btn-fab {
    display: none; } }

@media (min-width: 544px) and (max-width: 767px) {
  .jumbotron-2 .btn-outline {
    display: none; }
  .jumbotron-2 .bmd-btn-fab {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron-2 .btn-outline {
    display: none; }
  .jumbotron-2 .bmd-btn-fab {
    display: none; } }

.jumbotron-3 {
  border-radius: 0;
  position: relative;
  height: 210px; }

.jumbotron-3 .jumbotron {
  padding: 40px 20px; }

.jumbotron-3 .jumbotron h1 {
  font-size: 1.8rem; }

.jumbotron-3 .jumbotron .breadcrumb {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 1rem;
  font-weight: 300; }

.jumbotron-3 .jumbotron .btn-primary.btn-outline {
  float: right !important;
  margin-top: 10px;
  margin-left: 10px;
  color: #fff;
  border-color: #fff; }

.jumbotron-3 .jumbotron .btn-primary.btn-outline:hover, .jumbotron-3 .jumbotron .btn-primary.btn-outline:active, .jumbotron-3 .jumbotron .btn-primary.btn-outline:focus {
  color: #fff;
  border-color: #fff; }

.jumbotron-3 .jumbotron .bmd-btn-fab {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(-55px, -25px, 0);
  transform: translate3d(-55px, -25px, 0);
  z-index: 2; }

.jumbotron-3 .jumbotron .dropdown-menu {
  top: 182px;
  right: 90px;
  width: 220px; }

.jumbotron-3 .jumbotron .dropdown-menu .dropdown-item {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #212121; }

.jumbotron-3 .jumbotron .dropdown-menu .dropdown-item .icon {
  margin-right: 10px; }

.jumbotron-3 .jumbotron .dropdown-menu .dropdown-item .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

[data-navbar="dark"] .jumbotron-3 {
  background-color: #212121;
  color: #ffffff; }

[data-navbar="dark"] .jumbotron-3 .jumbotron {
  background-color: #212121;
  color: #ffffff; }

[data-navbar="dark"] .jumbotron-3 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="dark"] .jumbotron-3 a {
  color: #ffffff; }

[data-navbar="primary"] .jumbotron-3 {
  background-color: #0d47a1;
  color: #ffffff; }

[data-navbar="primary"] .jumbotron-3 .jumbotron {
  background-color: #0d47a1;
  color: #ffffff; }

[data-navbar="primary"] .jumbotron-3 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="primary"] .jumbotron-3 a {
  color: #ffffff; }

[data-navbar="secondary"] .jumbotron-3 {
  background-color: #c51162;
  color: #ffffff; }

[data-navbar="secondary"] .jumbotron-3 .jumbotron {
  background-color: #c51162;
  color: #ffffff; }

[data-navbar="secondary"] .jumbotron-3 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="secondary"] .jumbotron-3 a {
  color: #ffffff; }

[data-navbar="success"] .jumbotron-3 {
  background-color: #388e3c;
  color: #ffffff; }

[data-navbar="success"] .jumbotron-3 .jumbotron {
  background-color: #388e3c;
  color: #ffffff; }

[data-navbar="success"] .jumbotron-3 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="success"] .jumbotron-3 a {
  color: #ffffff; }

[data-navbar="info"] .jumbotron-3 {
  background-color: #0091ea;
  color: #ffffff; }

[data-navbar="info"] .jumbotron-3 .jumbotron {
  background-color: #0091ea;
  color: #ffffff; }

[data-navbar="info"] .jumbotron-3 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="info"] .jumbotron-3 a {
  color: #ffffff; }

[data-navbar="warning"] .jumbotron-3 {
  background-color: #ffa000;
  color: #ffffff; }

[data-navbar="warning"] .jumbotron-3 .jumbotron {
  background-color: #ffa000;
  color: #ffffff; }

[data-navbar="warning"] .jumbotron-3 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="warning"] .jumbotron-3 a {
  color: #ffffff; }

[data-navbar="danger"] .jumbotron-3 {
  background-color: #d32f2f;
  color: #ffffff; }

[data-navbar="danger"] .jumbotron-3 .jumbotron {
  background-color: #d32f2f;
  color: #ffffff; }

[data-navbar="danger"] .jumbotron-3 .jumbotron .btn-outline {
  color: #ffffff;
  border-color: #ffffff; }

[data-navbar="danger"] .jumbotron-3 a {
  color: #ffffff; }

[data-navbar="white"] .jumbotron-3 {
  background-color: #ffffff;
  color: #212121; }

[data-navbar="white"] .jumbotron-3 .jumbotron {
  background-color: #ffffff;
  color: #212121; }

[data-navbar="white"] .jumbotron-3 .jumbotron .btn-outline {
  color: #212121;
  border-color: #212121; }

[data-navbar="white"] .jumbotron-3 a {
  color: #212121; }

[data-navbar="light"] .jumbotron-3 {
  background-color: #f5f5f5;
  color: #212121; }

[data-navbar="light"] .jumbotron-3 .jumbotron {
  background-color: #f5f5f5;
  color: #212121; }

[data-navbar="light"] .jumbotron-3 .jumbotron .btn-outline {
  color: #212121;
  border-color: #212121; }

[data-navbar="light"] .jumbotron-3 a {
  color: #212121; }

@media (max-width: 543px) {
  .jumbotron-3 .btn-outline {
    display: none; }
  .jumbotron-3 .bmd-btn-fab {
    display: none; } }

@media (min-width: 544px) and (max-width: 767px) {
  .jumbotron-3 .btn-outline {
    display: none; }
  .jumbotron-3 .bmd-btn-fab {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron-3 .btn-outline {
    display: none; }
  .jumbotron-3 .bmd-btn-fab {
    display: none; } }

#dashboards-geographic .small-line-1,
#dashboards-geographic .small-line-2,
#dashboards-geographic .small-line-3,
#dashboards-geographic .small-line-4 {
  display: block;
  min-height: 36px; }

#dashboards-geographic .top-charts {
  min-height: 110px; }

@media (max-width: 543px) {
  .top-charts .col-xs-12,
  .top-charts .col-sm-6 {
    margin-bottom: 20px; } }

#dashboards-analytics .small-bar-1,
#dashboards-analytics .small-bar-2,
#dashboards-analytics .small-bar-3,
#dashboards-analytics .small-bar-4 {
  display: block;
  min-height: 36px; }

#dashboards-analytics .top-charts .row {
  min-height: 110px; }

#dashboards-analytics .counters .charts {
  padding: 40px; }

@media (max-width: 543px) {
  #dashboards-analytics .counters .charts {
    padding: 0px; }
  #dashboards-analytics .counters .col-xs-12 {
    margin-bottom: 20px; }
  #dashboards-analytics .nv-legend {
    display: none; }
  #dashboards-analytics .widget {
    padding: 0px; } }

@media (min-width: 544px) and (max-width: 767px) {
  #dashboards-analytics .counters .charts {
    padding: 0px; }
  #dashboards-analytics .counters .col-xs-12 {
    margin-bottom: 20px; } }

.m-0 {
  margin: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-35 {
  margin: 35px !important; }

.m-40 {
  margin: 40px !important; }

.m-45 {
  margin: 45px !important; }

.m-50 {
  margin: 50px !important; }

.m-55 {
  margin: 55px !important; }

.m-60 {
  margin: 60px !important; }

.m-65 {
  margin: 65px !important; }

.m-70 {
  margin: 70px !important; }

.m-75 {
  margin: 75px !important; }

.m-80 {
  margin: 80px !important; }

.m-85 {
  margin: 85px !important; }

.m-90 {
  margin: 90px !important; }

.m-95 {
  margin: 95px !important; }

.m-100 {
  margin: 100px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.m-l-55 {
  margin-left: 55px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.m-l-65 {
  margin-left: 65px !important; }

.m-l-70 {
  margin-left: 70px !important; }

.m-l-75 {
  margin-left: 75px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.m-l-85 {
  margin-left: 85px !important; }

.m-l-90 {
  margin-left: 90px !important; }

.m-l-95 {
  margin-left: 95px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.m-r-55 {
  margin-right: 55px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.m-r-65 {
  margin-right: 65px !important; }

.m-r-70 {
  margin-right: 70px !important; }

.m-r-75 {
  margin-right: 75px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.m-r-85 {
  margin-right: 85px !important; }

.m-r-90 {
  margin-right: 90px !important; }

.m-r-95 {
  margin-right: 95px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-t-55 {
  margin-top: 55px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.m-t-65 {
  margin-top: 65px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.m-t-75 {
  margin-top: 75px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-t-85 {
  margin-top: 85px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.m-t-95 {
  margin-top: 95px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-b-55 {
  margin-bottom: 55px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-b-65 {
  margin-bottom: 65px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-b-85 {
  margin-bottom: 85px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.m-b-95 {
  margin-bottom: 95px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.p-0 {
  padding: 0px !important; }

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-25 {
  padding: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-35 {
  padding: 35px !important; }

.p-40 {
  padding: 40px !important; }

.p-45 {
  padding: 45px !important; }

.p-50 {
  padding: 50px !important; }

.p-55 {
  padding: 55px !important; }

.p-60 {
  padding: 60px !important; }

.p-65 {
  padding: 65px !important; }

.p-70 {
  padding: 70px !important; }

.p-75 {
  padding: 75px !important; }

.p-80 {
  padding: 80px !important; }

.p-85 {
  padding: 85px !important; }

.p-90 {
  padding: 90px !important; }

.p-95 {
  padding: 95px !important; }

.p-100 {
  padding: 100px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.p-l-55 {
  padding-left: 55px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.p-l-65 {
  padding-left: 65px !important; }

.p-l-70 {
  padding-left: 70px !important; }

.p-l-75 {
  padding-left: 75px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.p-l-85 {
  padding-left: 85px !important; }

.p-l-90 {
  padding-left: 90px !important; }

.p-l-95 {
  padding-left: 95px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.p-r-55 {
  padding-right: 55px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.p-r-65 {
  padding-right: 65px !important; }

.p-r-70 {
  padding-right: 70px !important; }

.p-r-75 {
  padding-right: 75px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.p-r-85 {
  padding-right: 85px !important; }

.p-r-90 {
  padding-right: 90px !important; }

.p-r-95 {
  padding-right: 95px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-t-55 {
  padding-top: 55px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.p-t-65 {
  padding-top: 65px !important; }

.p-t-70 {
  padding-top: 70px !important; }

.p-t-75 {
  padding-top: 75px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.p-t-85 {
  padding-top: 85px !important; }

.p-t-90 {
  padding-top: 90px !important; }

.p-t-95 {
  padding-top: 95px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.p-b-55 {
  padding-bottom: 55px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.p-b-65 {
  padding-bottom: 65px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

.p-b-75 {
  padding-bottom: 75px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.p-b-85 {
  padding-bottom: 85px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

.p-b-95 {
  padding-bottom: 95px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.text-bold {
  font-weight: bold !important; }

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

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

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

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

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.f-w-300 {
  font-weight: 300 !important; }

.f-w-400 {
  font-weight: 400 !important; }

.f-w-500 {
  font-weight: 500 !important; }

.f-w-600 {
  font-weight: 600 !important; }

.f-w-700 {
  font-weight: 700 !important; }

.f-w-800 {
  font-weight: 800 !important; }

.f-w-900 {
  font-weight: 900 !important; }

.f-s-10 {
  font-size: 10px !important; }

.f-s-11 {
  font-size: 11px !important; }

.f-s-12 {
  font-size: 12px !important; }

.f-s-13 {
  font-size: 13px !important; }

.f-s-14 {
  font-size: 14px !important; }

.f-s-15 {
  font-size: 15px !important; }

.f-s-16 {
  font-size: 16px !important; }

.f-s-17 {
  font-size: 17px !important; }

.f-s-18 {
  font-size: 18px !important; }

.f-s-19 {
  font-size: 19px !important; }

.f-s-20 {
  font-size: 20px !important; }

.f-s-21 {
  font-size: 21px !important; }

.f-s-22 {
  font-size: 22px !important; }

.f-s-23 {
  font-size: 23px !important; }

.f-s-24 {
  font-size: 24px !important; }

.text-xs {
  font-size: 0.8rem !important; }

.text-sm {
  font-size: 0.9rem !important; }

.text-default {
  font-size: 1rem !important; }

.text-lg {
  font-size: 1.2rem !important; }

.f-s-28 {
  font-size: 28px !important; }

.f-s-32 {
  font-size: 32px !important; }

.f-s-36 {
  font-size: 36px !important; }

.f-s-48 {
  font-size: 48px !important; }

.f-s-64 {
  font-size: 64px !important; }

.f-r-5 {
  font-size: 0.5rem; }

.f-r-6 {
  font-size: 0.6rem; }

.f-r-7 {
  font-size: 0.7rem; }

.f-r-8 {
  font-size: 0.8rem; }

.f-r-9 {
  font-size: 0.9rem; }

.f-r-10 {
  font-size: 1rem; }

.f-r-11 {
  font-size: 1.1rem; }

.f-r-12 {
  font-size: 1.2rem; }

.f-r-13 {
  font-size: 1.3rem; }

.f-r-14 {
  font-size: 1.4rem; }

.f-r-15 {
  font-size: 1.5rem; }

.f-r-16 {
  font-size: 1.6rem; }

.f-r-17 {
  font-size: 1.7rem; }

.f-r-18 {
  font-size: 1.8rem; }

.f-r-19 {
  font-size: 1.9rem; }

.f-r-20 {
  font-size: 2rem; }

.b-w-0 {
  border-width: 0px !important; }

.b-w-1 {
  border-width: 1px !important; }

.b-w-2 {
  border-width: 2px !important; }

.b-w-3 {
  border-width: 3px !important; }

.b-w-4 {
  border-width: 4px !important; }

.b-w-5 {
  border-width: 5px !important; }

.b-r-5 {
  border-radius: 5px !important; }

.b-r-10 {
  border-radius: 10px !important; }

.b-r-25p {
  border-radius: 25% !important; }

.b-r-50p {
  border-radius: 50% !important; }

.n-b,
.no-border {
  border: 0 !important; }

.n-b-l {
  border-left: 0 !important; }

.n-b-t {
  border-top: 0 !important; }

.n-b-r {
  border-right: 0 !important; }

.n-b-b {
  border-bottom: 0 !important; }

.n-r,
.no-radius {
  border-radius: 0 !important; }

.h-0 {
  height: 0px !important; }

.min-h-0 {
  min-height: 0px !important; }

.max-h-0 {
  max-height: 0px !important; }

.h-10 {
  height: 10px !important; }

.min-h-10 {
  min-height: 10px !important; }

.max-h-10 {
  max-height: 10px !important; }

.h-20 {
  height: 20px !important; }

.min-h-20 {
  min-height: 20px !important; }

.max-h-20 {
  max-height: 20px !important; }

.h-30 {
  height: 30px !important; }

.min-h-30 {
  min-height: 30px !important; }

.max-h-30 {
  max-height: 30px !important; }

.h-40 {
  height: 40px !important; }

.min-h-40 {
  min-height: 40px !important; }

.max-h-40 {
  max-height: 40px !important; }

.h-50 {
  height: 50px !important; }

.min-h-50 {
  min-height: 50px !important; }

.max-h-50 {
  max-height: 50px !important; }

.h-60 {
  height: 60px !important; }

.min-h-60 {
  min-height: 60px !important; }

.max-h-60 {
  max-height: 60px !important; }

.h-70 {
  height: 70px !important; }

.min-h-70 {
  min-height: 70px !important; }

.max-h-70 {
  max-height: 70px !important; }

.h-80 {
  height: 80px !important; }

.min-h-80 {
  min-height: 80px !important; }

.max-h-80 {
  max-height: 80px !important; }

.h-90 {
  height: 90px !important; }

.min-h-90 {
  min-height: 90px !important; }

.max-h-90 {
  max-height: 90px !important; }

.h-100 {
  height: 100px !important; }

.min-h-100 {
  min-height: 100px !important; }

.max-h-100 {
  max-height: 100px !important; }

.h-150 {
  height: 150px !important; }

.min-h-150 {
  min-height: 150px !important; }

.max-h-150 {
  max-height: 150px !important; }

.h-200 {
  height: 200px !important; }

.min-h-200 {
  min-height: 200px !important; }

.max-h-200 {
  max-height: 200px !important; }

.h-250 {
  height: 250px !important; }

.min-h-250 {
  min-height: 250px !important; }

.max-h-250 {
  max-height: 250px !important; }

.h-300 {
  height: 300px !important; }

.min-h-300 {
  min-height: 300px !important; }

.max-h-300 {
  max-height: 300px !important; }

.h-350 {
  height: 350px !important; }

.min-h-350 {
  min-height: 350px !important; }

.max-h-350 {
  max-height: 350px !important; }

.h-400 {
  height: 400px !important; }

.min-h-400 {
  min-height: 400px !important; }

.max-h-400 {
  max-height: 400px !important; }

.h-450 {
  height: 450px !important; }

.min-h-450 {
  min-height: 450px !important; }

.max-h-450 {
  max-height: 450px !important; }

.h-500 {
  height: 500px !important; }

.min-h-500 {
  min-height: 500px !important; }

.max-h-500 {
  max-height: 500px !important; }

.w-0 {
  width: 0px !important; }

.min-w-0 {
  min-width: 0px !important; }

.max-w-0 {
  max-width: 0px !important; }

.w-10 {
  width: 10px !important; }

.min-w-10 {
  min-width: 10px !important; }

.max-w-10 {
  max-width: 10px !important; }

.w-20 {
  width: 20px !important; }

.min-w-20 {
  min-width: 20px !important; }

.max-w-20 {
  max-width: 20px !important; }

.w-30 {
  width: 30px !important; }

.min-w-30 {
  min-width: 30px !important; }

.max-w-30 {
  max-width: 30px !important; }

.w-40 {
  width: 40px !important; }

.min-w-40 {
  min-width: 40px !important; }

.max-w-40 {
  max-width: 40px !important; }

.w-50 {
  width: 50px !important; }

.min-w-50 {
  min-width: 50px !important; }

.max-w-50 {
  max-width: 50px !important; }

.w-60 {
  width: 60px !important; }

.min-w-60 {
  min-width: 60px !important; }

.max-w-60 {
  max-width: 60px !important; }

.w-70 {
  width: 70px !important; }

.min-w-70 {
  min-width: 70px !important; }

.max-w-70 {
  max-width: 70px !important; }

.w-80 {
  width: 80px !important; }

.min-w-80 {
  min-width: 80px !important; }

.max-w-80 {
  max-width: 80px !important; }

.w-90 {
  width: 90px !important; }

.min-w-90 {
  min-width: 90px !important; }

.max-w-90 {
  max-width: 90px !important; }

.w-100 {
  width: 100px !important; }

.min-w-100 {
  min-width: 100px !important; }

.max-w-100 {
  max-width: 100px !important; }

.w-150 {
  width: 150px !important; }

.min-w-150 {
  min-width: 150px !important; }

.max-w-150 {
  max-width: 150px !important; }

.w-200 {
  width: 200px !important; }

.min-w-200 {
  min-width: 200px !important; }

.max-w-200 {
  max-width: 200px !important; }

.w-250 {
  width: 250px !important; }

.min-w-250 {
  min-width: 250px !important; }

.max-w-250 {
  max-width: 250px !important; }

.w-300 {
  width: 300px !important; }

.min-w-300 {
  min-width: 300px !important; }

.max-w-300 {
  max-width: 300px !important; }

.w-350 {
  width: 350px !important; }

.min-w-350 {
  min-width: 350px !important; }

.max-w-350 {
  max-width: 350px !important; }

.w-400 {
  width: 400px !important; }

.min-w-400 {
  min-width: 400px !important; }

.max-w-400 {
  max-width: 400px !important; }

.w-450 {
  width: 450px !important; }

.min-w-450 {
  min-width: 450px !important; }

.max-w-450 {
  max-width: 450px !important; }

.w-500 {
  width: 500px !important; }

.min-w-500 {
  min-width: 500px !important; }

.max-w-500 {
  max-width: 500px !important; }

.o-0 {
  opacity: 0 !important; }

.o-1 {
  opacity: 1 !important; }

.no-before:before {
  display: none !important; }

.no-after:after {
  display: none !important; }

.inline {
  display: inline !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.no-display,
.hidden {
  display: none !important; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.no-float {
  float: none !important; }

.centered {
  margin: 0 auto !important;
  text-align: center !important; }

.no-wrap {
  white-space: nowrap !important; }

.pos-abs {
  position: absolute; }

.pos-fix {
  position: fixed; }

.pos-rel {
  position: relative; }

.no-shadow {
  box-shadow: 0 0 0 transparent !important; }

.no-bgi {
  background-image: none !important; }

.nowrap {
  white-space: nowrap; }

.material-design-colors {
  width: 100%;
  min-height: 600px; }

.material-design-colors .color-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 40px; }

.material-design-colors .color-example span {
  font-size: 0.8rem !important; }

.material-design-colors .border-color-example p {
  display: block;
  border-width: 3px;
  border-style: solid;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%; }

.flag-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flag-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 180px;
  height: 140px;
  background: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  margin: 5px; }

.flag-icons .icon .icon-class {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #757575; }

.flag-examples .flag-wrapper {
  position: relative;
  height: 40px;
  width: 60px;
  border: 0;
  overflow: hidden;
  background: transparent; }

.flag-examples .flag-wrapper .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; }

.flag-examples .icon-class {
  top: 20px;
  left: 80px; }

@media (max-width: 543px) {
  .flag-icons .icon {
    width: 160px; } }

.font-awesome-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.font-awesome-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 180px;
  height: 120px;
  background: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  margin: 5px; }

.font-awesome-icons .icon i {
  margin-bottom: 10px;
  font-size: 36px;
  height: 36px;
  width: 36px;
  color: #212121; }

.font-awesome-icons .icon .icon-class {
  font-size: 0.8rem;
  color: #757575; }

@media (max-width: 543px) {
  .font-awesome-icons .icon {
    width: 160px; } }

.weather-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.weather-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 180px;
  height: 120px;
  background: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  margin: 5px; }

.weather-icons .icon i {
  margin-bottom: 10px;
  font-size: 36px;
  height: 36px;
  width: 36px;
  color: #212121; }

.weather-icons .icon .icon-class {
  font-size: 0.8rem;
  color: #757575; }

@media (max-width: 543px) {
  .weather-icons .icon {
    width: 160px; } }

.material-design-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.material-design-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 180px;
  height: 120px;
  background: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  margin: 5px; }

.material-design-icons .icon i {
  margin-bottom: 10px;
  font-size: 36px;
  height: 36px;
  width: 36px;
  color: #212121; }

.material-design-icons .icon .icon-class {
  font-size: 0.8rem;
  color: #757575; }

@media (max-width: 543px) {
  .material-design-icons .icon {
    width: 160px; } }

.ct-chart {
  display: block;
  min-height: 100px;
  width: 100%;
  height: 300px; }

.ct-label {
  font-size: 0.8rem; }

.series-a-white .ct-series.ct-series-a .ct-area {
  fill: #ffffff; }

.series-a-white .ct-series.ct-series-a .ct-line {
  stroke: #ffffff;
  stroke-width: 3px; }

.series-a-white .ct-series.ct-series-a .ct-point {
  stroke: #ffffff;
  stroke-width: 6px; }

.series-a-white .ct-series.ct-series-a .ct-bar {
  stroke: #ffffff; }

.series-a-white .ct-series.ct-series-a .ct-slice-pie {
  fill: #ffffff; }

.series-a-white .ct-series.ct-series-a .ct-slice-donut {
  stroke: #ffffff; }

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #ffffff;
  fill-opacity: 0.9; }

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #ffffff;
  fill-opacity: 1; }

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-a-black .ct-series.ct-series-a .ct-area {
  fill: #000000; }

.series-a-black .ct-series.ct-series-a .ct-line {
  stroke: #000000;
  stroke-width: 3px; }

.series-a-black .ct-series.ct-series-a .ct-point {
  stroke: #000000;
  stroke-width: 6px; }

.series-a-black .ct-series.ct-series-a .ct-bar {
  stroke: #000000; }

.series-a-black .ct-series.ct-series-a .ct-slice-pie {
  fill: #000000; }

.series-a-black .ct-series.ct-series-a .ct-slice-donut {
  stroke: #000000; }

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #000000;
  fill-opacity: 0.9; }

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #000000;
  stroke-opacity: 1; }

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #000000;
  fill-opacity: 1; }

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #000000;
  stroke-opacity: 1; }

.series-a-light .ct-series.ct-series-a .ct-area {
  fill: #f5f5f5; }

.series-a-light .ct-series.ct-series-a .ct-line {
  stroke: #f5f5f5;
  stroke-width: 3px; }

.series-a-light .ct-series.ct-series-a .ct-point {
  stroke: #f5f5f5;
  stroke-width: 6px; }

.series-a-light .ct-series.ct-series-a .ct-bar {
  stroke: #f5f5f5; }

.series-a-light .ct-series.ct-series-a .ct-slice-pie {
  fill: #f5f5f5; }

.series-a-light .ct-series.ct-series-a .ct-slice-donut {
  stroke: #f5f5f5; }

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #f5f5f5;
  fill-opacity: 0.9; }

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #f5f5f5;
  fill-opacity: 1; }

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-a-dark .ct-series.ct-series-a .ct-area {
  fill: #212121; }

.series-a-dark .ct-series.ct-series-a .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-a-dark .ct-series.ct-series-a .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-a-dark .ct-series.ct-series-a .ct-bar {
  stroke: #212121; }

.series-a-dark .ct-series.ct-series-a .ct-slice-pie {
  fill: #212121; }

.series-a-dark .ct-series.ct-series-a .ct-slice-donut {
  stroke: #212121; }

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-a-default .ct-series.ct-series-a .ct-area {
  fill: #212121; }

.series-a-default .ct-series.ct-series-a .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-a-default .ct-series.ct-series-a .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-a-default .ct-series.ct-series-a .ct-bar {
  stroke: #212121; }

.series-a-default .ct-series.ct-series-a .ct-slice-pie {
  fill: #212121; }

.series-a-default .ct-series.ct-series-a .ct-slice-donut {
  stroke: #212121; }

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-a-primary .ct-series.ct-series-a .ct-area {
  fill: #0d47a1; }

.series-a-primary .ct-series.ct-series-a .ct-line {
  stroke: #0d47a1;
  stroke-width: 3px; }

.series-a-primary .ct-series.ct-series-a .ct-point {
  stroke: #0d47a1;
  stroke-width: 6px; }

.series-a-primary .ct-series.ct-series-a .ct-bar {
  stroke: #0d47a1; }

.series-a-primary .ct-series.ct-series-a .ct-slice-pie {
  fill: #0d47a1; }

.series-a-primary .ct-series.ct-series-a .ct-slice-donut {
  stroke: #0d47a1; }

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #0d47a1;
  fill-opacity: 0.9; }

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #0d47a1;
  fill-opacity: 1; }

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-a-secondary .ct-series.ct-series-a .ct-area {
  fill: #c51162; }

.series-a-secondary .ct-series.ct-series-a .ct-line {
  stroke: #c51162;
  stroke-width: 3px; }

.series-a-secondary .ct-series.ct-series-a .ct-point {
  stroke: #c51162;
  stroke-width: 6px; }

.series-a-secondary .ct-series.ct-series-a .ct-bar {
  stroke: #c51162; }

.series-a-secondary .ct-series.ct-series-a .ct-slice-pie {
  fill: #c51162; }

.series-a-secondary .ct-series.ct-series-a .ct-slice-donut {
  stroke: #c51162; }

.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #c51162;
  fill-opacity: 0.9; }

.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #c51162;
  fill-opacity: 1; }

.series-a-secondary.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-a-success .ct-series.ct-series-a .ct-area {
  fill: #388e3c; }

.series-a-success .ct-series.ct-series-a .ct-line {
  stroke: #388e3c;
  stroke-width: 3px; }

.series-a-success .ct-series.ct-series-a .ct-point {
  stroke: #388e3c;
  stroke-width: 6px; }

.series-a-success .ct-series.ct-series-a .ct-bar {
  stroke: #388e3c; }

.series-a-success .ct-series.ct-series-a .ct-slice-pie {
  fill: #388e3c; }

.series-a-success .ct-series.ct-series-a .ct-slice-donut {
  stroke: #388e3c; }

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #388e3c;
  fill-opacity: 0.9; }

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #388e3c;
  fill-opacity: 1; }

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-a-info .ct-series.ct-series-a .ct-area {
  fill: #0091ea; }

.series-a-info .ct-series.ct-series-a .ct-line {
  stroke: #0091ea;
  stroke-width: 3px; }

.series-a-info .ct-series.ct-series-a .ct-point {
  stroke: #0091ea;
  stroke-width: 6px; }

.series-a-info .ct-series.ct-series-a .ct-bar {
  stroke: #0091ea; }

.series-a-info .ct-series.ct-series-a .ct-slice-pie {
  fill: #0091ea; }

.series-a-info .ct-series.ct-series-a .ct-slice-donut {
  stroke: #0091ea; }

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #0091ea;
  fill-opacity: 0.9; }

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #0091ea;
  fill-opacity: 1; }

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-a-warning .ct-series.ct-series-a .ct-area {
  fill: #ffa000; }

.series-a-warning .ct-series.ct-series-a .ct-line {
  stroke: #ffa000;
  stroke-width: 3px; }

.series-a-warning .ct-series.ct-series-a .ct-point {
  stroke: #ffa000;
  stroke-width: 6px; }

.series-a-warning .ct-series.ct-series-a .ct-bar {
  stroke: #ffa000; }

.series-a-warning .ct-series.ct-series-a .ct-slice-pie {
  fill: #ffa000; }

.series-a-warning .ct-series.ct-series-a .ct-slice-donut {
  stroke: #ffa000; }

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #ffa000;
  fill-opacity: 0.9; }

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #ffa000;
  fill-opacity: 1; }

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-a-danger .ct-series.ct-series-a .ct-area {
  fill: #d32f2f; }

.series-a-danger .ct-series.ct-series-a .ct-line {
  stroke: #d32f2f;
  stroke-width: 3px; }

.series-a-danger .ct-series.ct-series-a .ct-point {
  stroke: #d32f2f;
  stroke-width: 6px; }

.series-a-danger .ct-series.ct-series-a .ct-bar {
  stroke: #d32f2f; }

.series-a-danger .ct-series.ct-series-a .ct-slice-pie {
  fill: #d32f2f; }

.series-a-danger .ct-series.ct-series-a .ct-slice-donut {
  stroke: #d32f2f; }

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-area {
  fill: #d32f2f;
  fill-opacity: 0.9; }

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-line {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-point {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-bar {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
  fill: #d32f2f;
  fill-opacity: 1; }

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-b-white .ct-series.ct-series-b .ct-area {
  fill: #ffffff; }

.series-b-white .ct-series.ct-series-b .ct-line {
  stroke: #ffffff;
  stroke-width: 3px; }

.series-b-white .ct-series.ct-series-b .ct-point {
  stroke: #ffffff;
  stroke-width: 6px; }

.series-b-white .ct-series.ct-series-b .ct-bar {
  stroke: #ffffff; }

.series-b-white .ct-series.ct-series-b .ct-slice-pie {
  fill: #ffffff; }

.series-b-white .ct-series.ct-series-b .ct-slice-donut {
  stroke: #ffffff; }

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #ffffff;
  fill-opacity: 0.9; }

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #ffffff;
  fill-opacity: 1; }

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-b-black .ct-series.ct-series-b .ct-area {
  fill: #000000; }

.series-b-black .ct-series.ct-series-b .ct-line {
  stroke: #000000;
  stroke-width: 3px; }

.series-b-black .ct-series.ct-series-b .ct-point {
  stroke: #000000;
  stroke-width: 6px; }

.series-b-black .ct-series.ct-series-b .ct-bar {
  stroke: #000000; }

.series-b-black .ct-series.ct-series-b .ct-slice-pie {
  fill: #000000; }

.series-b-black .ct-series.ct-series-b .ct-slice-donut {
  stroke: #000000; }

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #000000;
  fill-opacity: 0.9; }

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #000000;
  stroke-opacity: 1; }

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #000000;
  fill-opacity: 1; }

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #000000;
  stroke-opacity: 1; }

.series-b-light .ct-series.ct-series-b .ct-area {
  fill: #f5f5f5; }

.series-b-light .ct-series.ct-series-b .ct-line {
  stroke: #f5f5f5;
  stroke-width: 3px; }

.series-b-light .ct-series.ct-series-b .ct-point {
  stroke: #f5f5f5;
  stroke-width: 6px; }

.series-b-light .ct-series.ct-series-b .ct-bar {
  stroke: #f5f5f5; }

.series-b-light .ct-series.ct-series-b .ct-slice-pie {
  fill: #f5f5f5; }

.series-b-light .ct-series.ct-series-b .ct-slice-donut {
  stroke: #f5f5f5; }

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #f5f5f5;
  fill-opacity: 0.9; }

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #f5f5f5;
  fill-opacity: 1; }

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-b-dark .ct-series.ct-series-b .ct-area {
  fill: #212121; }

.series-b-dark .ct-series.ct-series-b .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-b-dark .ct-series.ct-series-b .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-b-dark .ct-series.ct-series-b .ct-bar {
  stroke: #212121; }

.series-b-dark .ct-series.ct-series-b .ct-slice-pie {
  fill: #212121; }

.series-b-dark .ct-series.ct-series-b .ct-slice-donut {
  stroke: #212121; }

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-b-default .ct-series.ct-series-b .ct-area {
  fill: #212121; }

.series-b-default .ct-series.ct-series-b .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-b-default .ct-series.ct-series-b .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-b-default .ct-series.ct-series-b .ct-bar {
  stroke: #212121; }

.series-b-default .ct-series.ct-series-b .ct-slice-pie {
  fill: #212121; }

.series-b-default .ct-series.ct-series-b .ct-slice-donut {
  stroke: #212121; }

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-b-primary .ct-series.ct-series-b .ct-area {
  fill: #0d47a1; }

.series-b-primary .ct-series.ct-series-b .ct-line {
  stroke: #0d47a1;
  stroke-width: 3px; }

.series-b-primary .ct-series.ct-series-b .ct-point {
  stroke: #0d47a1;
  stroke-width: 6px; }

.series-b-primary .ct-series.ct-series-b .ct-bar {
  stroke: #0d47a1; }

.series-b-primary .ct-series.ct-series-b .ct-slice-pie {
  fill: #0d47a1; }

.series-b-primary .ct-series.ct-series-b .ct-slice-donut {
  stroke: #0d47a1; }

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #0d47a1;
  fill-opacity: 0.9; }

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #0d47a1;
  fill-opacity: 1; }

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-b-secondary .ct-series.ct-series-b .ct-area {
  fill: #c51162; }

.series-b-secondary .ct-series.ct-series-b .ct-line {
  stroke: #c51162;
  stroke-width: 3px; }

.series-b-secondary .ct-series.ct-series-b .ct-point {
  stroke: #c51162;
  stroke-width: 6px; }

.series-b-secondary .ct-series.ct-series-b .ct-bar {
  stroke: #c51162; }

.series-b-secondary .ct-series.ct-series-b .ct-slice-pie {
  fill: #c51162; }

.series-b-secondary .ct-series.ct-series-b .ct-slice-donut {
  stroke: #c51162; }

.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #c51162;
  fill-opacity: 0.9; }

.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #c51162;
  fill-opacity: 1; }

.series-b-secondary.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-b-success .ct-series.ct-series-b .ct-area {
  fill: #388e3c; }

.series-b-success .ct-series.ct-series-b .ct-line {
  stroke: #388e3c;
  stroke-width: 3px; }

.series-b-success .ct-series.ct-series-b .ct-point {
  stroke: #388e3c;
  stroke-width: 6px; }

.series-b-success .ct-series.ct-series-b .ct-bar {
  stroke: #388e3c; }

.series-b-success .ct-series.ct-series-b .ct-slice-pie {
  fill: #388e3c; }

.series-b-success .ct-series.ct-series-b .ct-slice-donut {
  stroke: #388e3c; }

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #388e3c;
  fill-opacity: 0.9; }

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #388e3c;
  fill-opacity: 1; }

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-b-info .ct-series.ct-series-b .ct-area {
  fill: #0091ea; }

.series-b-info .ct-series.ct-series-b .ct-line {
  stroke: #0091ea;
  stroke-width: 3px; }

.series-b-info .ct-series.ct-series-b .ct-point {
  stroke: #0091ea;
  stroke-width: 6px; }

.series-b-info .ct-series.ct-series-b .ct-bar {
  stroke: #0091ea; }

.series-b-info .ct-series.ct-series-b .ct-slice-pie {
  fill: #0091ea; }

.series-b-info .ct-series.ct-series-b .ct-slice-donut {
  stroke: #0091ea; }

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #0091ea;
  fill-opacity: 0.9; }

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #0091ea;
  fill-opacity: 1; }

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-b-warning .ct-series.ct-series-b .ct-area {
  fill: #ffa000; }

.series-b-warning .ct-series.ct-series-b .ct-line {
  stroke: #ffa000;
  stroke-width: 3px; }

.series-b-warning .ct-series.ct-series-b .ct-point {
  stroke: #ffa000;
  stroke-width: 6px; }

.series-b-warning .ct-series.ct-series-b .ct-bar {
  stroke: #ffa000; }

.series-b-warning .ct-series.ct-series-b .ct-slice-pie {
  fill: #ffa000; }

.series-b-warning .ct-series.ct-series-b .ct-slice-donut {
  stroke: #ffa000; }

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #ffa000;
  fill-opacity: 0.9; }

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #ffa000;
  fill-opacity: 1; }

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-b-danger .ct-series.ct-series-b .ct-area {
  fill: #d32f2f; }

.series-b-danger .ct-series.ct-series-b .ct-line {
  stroke: #d32f2f;
  stroke-width: 3px; }

.series-b-danger .ct-series.ct-series-b .ct-point {
  stroke: #d32f2f;
  stroke-width: 6px; }

.series-b-danger .ct-series.ct-series-b .ct-bar {
  stroke: #d32f2f; }

.series-b-danger .ct-series.ct-series-b .ct-slice-pie {
  fill: #d32f2f; }

.series-b-danger .ct-series.ct-series-b .ct-slice-donut {
  stroke: #d32f2f; }

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-area {
  fill: #d32f2f;
  fill-opacity: 0.9; }

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-line {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-point {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-bar {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
  fill: #d32f2f;
  fill-opacity: 1; }

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-c-white .ct-series.ct-series-c .ct-area {
  fill: #ffffff; }

.series-c-white .ct-series.ct-series-c .ct-line {
  stroke: #ffffff;
  stroke-width: 3px; }

.series-c-white .ct-series.ct-series-c .ct-point {
  stroke: #ffffff;
  stroke-width: 6px; }

.series-c-white .ct-series.ct-series-c .ct-bar {
  stroke: #ffffff; }

.series-c-white .ct-series.ct-series-c .ct-slice-pie {
  fill: #ffffff; }

.series-c-white .ct-series.ct-series-c .ct-slice-donut {
  stroke: #ffffff; }

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #ffffff;
  fill-opacity: 0.9; }

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #ffffff;
  fill-opacity: 1; }

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-c-black .ct-series.ct-series-c .ct-area {
  fill: #000000; }

.series-c-black .ct-series.ct-series-c .ct-line {
  stroke: #000000;
  stroke-width: 3px; }

.series-c-black .ct-series.ct-series-c .ct-point {
  stroke: #000000;
  stroke-width: 6px; }

.series-c-black .ct-series.ct-series-c .ct-bar {
  stroke: #000000; }

.series-c-black .ct-series.ct-series-c .ct-slice-pie {
  fill: #000000; }

.series-c-black .ct-series.ct-series-c .ct-slice-donut {
  stroke: #000000; }

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #000000;
  fill-opacity: 0.9; }

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #000000;
  stroke-opacity: 1; }

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #000000;
  fill-opacity: 1; }

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #000000;
  stroke-opacity: 1; }

.series-c-light .ct-series.ct-series-c .ct-area {
  fill: #f5f5f5; }

.series-c-light .ct-series.ct-series-c .ct-line {
  stroke: #f5f5f5;
  stroke-width: 3px; }

.series-c-light .ct-series.ct-series-c .ct-point {
  stroke: #f5f5f5;
  stroke-width: 6px; }

.series-c-light .ct-series.ct-series-c .ct-bar {
  stroke: #f5f5f5; }

.series-c-light .ct-series.ct-series-c .ct-slice-pie {
  fill: #f5f5f5; }

.series-c-light .ct-series.ct-series-c .ct-slice-donut {
  stroke: #f5f5f5; }

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #f5f5f5;
  fill-opacity: 0.9; }

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #f5f5f5;
  fill-opacity: 1; }

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-c-dark .ct-series.ct-series-c .ct-area {
  fill: #212121; }

.series-c-dark .ct-series.ct-series-c .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-c-dark .ct-series.ct-series-c .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-c-dark .ct-series.ct-series-c .ct-bar {
  stroke: #212121; }

.series-c-dark .ct-series.ct-series-c .ct-slice-pie {
  fill: #212121; }

.series-c-dark .ct-series.ct-series-c .ct-slice-donut {
  stroke: #212121; }

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-c-default .ct-series.ct-series-c .ct-area {
  fill: #212121; }

.series-c-default .ct-series.ct-series-c .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-c-default .ct-series.ct-series-c .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-c-default .ct-series.ct-series-c .ct-bar {
  stroke: #212121; }

.series-c-default .ct-series.ct-series-c .ct-slice-pie {
  fill: #212121; }

.series-c-default .ct-series.ct-series-c .ct-slice-donut {
  stroke: #212121; }

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-c-primary .ct-series.ct-series-c .ct-area {
  fill: #0d47a1; }

.series-c-primary .ct-series.ct-series-c .ct-line {
  stroke: #0d47a1;
  stroke-width: 3px; }

.series-c-primary .ct-series.ct-series-c .ct-point {
  stroke: #0d47a1;
  stroke-width: 6px; }

.series-c-primary .ct-series.ct-series-c .ct-bar {
  stroke: #0d47a1; }

.series-c-primary .ct-series.ct-series-c .ct-slice-pie {
  fill: #0d47a1; }

.series-c-primary .ct-series.ct-series-c .ct-slice-donut {
  stroke: #0d47a1; }

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #0d47a1;
  fill-opacity: 0.9; }

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #0d47a1;
  fill-opacity: 1; }

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-c-secondary .ct-series.ct-series-c .ct-area {
  fill: #c51162; }

.series-c-secondary .ct-series.ct-series-c .ct-line {
  stroke: #c51162;
  stroke-width: 3px; }

.series-c-secondary .ct-series.ct-series-c .ct-point {
  stroke: #c51162;
  stroke-width: 6px; }

.series-c-secondary .ct-series.ct-series-c .ct-bar {
  stroke: #c51162; }

.series-c-secondary .ct-series.ct-series-c .ct-slice-pie {
  fill: #c51162; }

.series-c-secondary .ct-series.ct-series-c .ct-slice-donut {
  stroke: #c51162; }

.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #c51162;
  fill-opacity: 0.9; }

.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #c51162;
  fill-opacity: 1; }

.series-c-secondary.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-c-success .ct-series.ct-series-c .ct-area {
  fill: #388e3c; }

.series-c-success .ct-series.ct-series-c .ct-line {
  stroke: #388e3c;
  stroke-width: 3px; }

.series-c-success .ct-series.ct-series-c .ct-point {
  stroke: #388e3c;
  stroke-width: 6px; }

.series-c-success .ct-series.ct-series-c .ct-bar {
  stroke: #388e3c; }

.series-c-success .ct-series.ct-series-c .ct-slice-pie {
  fill: #388e3c; }

.series-c-success .ct-series.ct-series-c .ct-slice-donut {
  stroke: #388e3c; }

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #388e3c;
  fill-opacity: 0.9; }

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #388e3c;
  fill-opacity: 1; }

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-c-info .ct-series.ct-series-c .ct-area {
  fill: #0091ea; }

.series-c-info .ct-series.ct-series-c .ct-line {
  stroke: #0091ea;
  stroke-width: 3px; }

.series-c-info .ct-series.ct-series-c .ct-point {
  stroke: #0091ea;
  stroke-width: 6px; }

.series-c-info .ct-series.ct-series-c .ct-bar {
  stroke: #0091ea; }

.series-c-info .ct-series.ct-series-c .ct-slice-pie {
  fill: #0091ea; }

.series-c-info .ct-series.ct-series-c .ct-slice-donut {
  stroke: #0091ea; }

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #0091ea;
  fill-opacity: 0.9; }

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #0091ea;
  fill-opacity: 1; }

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-c-warning .ct-series.ct-series-c .ct-area {
  fill: #ffa000; }

.series-c-warning .ct-series.ct-series-c .ct-line {
  stroke: #ffa000;
  stroke-width: 3px; }

.series-c-warning .ct-series.ct-series-c .ct-point {
  stroke: #ffa000;
  stroke-width: 6px; }

.series-c-warning .ct-series.ct-series-c .ct-bar {
  stroke: #ffa000; }

.series-c-warning .ct-series.ct-series-c .ct-slice-pie {
  fill: #ffa000; }

.series-c-warning .ct-series.ct-series-c .ct-slice-donut {
  stroke: #ffa000; }

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #ffa000;
  fill-opacity: 0.9; }

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #ffa000;
  fill-opacity: 1; }

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-c-danger .ct-series.ct-series-c .ct-area {
  fill: #d32f2f; }

.series-c-danger .ct-series.ct-series-c .ct-line {
  stroke: #d32f2f;
  stroke-width: 3px; }

.series-c-danger .ct-series.ct-series-c .ct-point {
  stroke: #d32f2f;
  stroke-width: 6px; }

.series-c-danger .ct-series.ct-series-c .ct-bar {
  stroke: #d32f2f; }

.series-c-danger .ct-series.ct-series-c .ct-slice-pie {
  fill: #d32f2f; }

.series-c-danger .ct-series.ct-series-c .ct-slice-donut {
  stroke: #d32f2f; }

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-area {
  fill: #d32f2f;
  fill-opacity: 0.9; }

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-line {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-point {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-bar {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
  fill: #d32f2f;
  fill-opacity: 1; }

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-d-white .ct-series.ct-series-d .ct-area {
  fill: #ffffff; }

.series-d-white .ct-series.ct-series-d .ct-line {
  stroke: #ffffff;
  stroke-width: 3px; }

.series-d-white .ct-series.ct-series-d .ct-point {
  stroke: #ffffff;
  stroke-width: 6px; }

.series-d-white .ct-series.ct-series-d .ct-bar {
  stroke: #ffffff; }

.series-d-white .ct-series.ct-series-d .ct-slice-pie {
  fill: #ffffff; }

.series-d-white .ct-series.ct-series-d .ct-slice-donut {
  stroke: #ffffff; }

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #ffffff;
  fill-opacity: 0.9; }

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #ffffff;
  fill-opacity: 1; }

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-d-black .ct-series.ct-series-d .ct-area {
  fill: #000000; }

.series-d-black .ct-series.ct-series-d .ct-line {
  stroke: #000000;
  stroke-width: 3px; }

.series-d-black .ct-series.ct-series-d .ct-point {
  stroke: #000000;
  stroke-width: 6px; }

.series-d-black .ct-series.ct-series-d .ct-bar {
  stroke: #000000; }

.series-d-black .ct-series.ct-series-d .ct-slice-pie {
  fill: #000000; }

.series-d-black .ct-series.ct-series-d .ct-slice-donut {
  stroke: #000000; }

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #000000;
  fill-opacity: 0.9; }

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #000000;
  stroke-opacity: 1; }

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #000000;
  fill-opacity: 1; }

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #000000;
  stroke-opacity: 1; }

.series-d-light .ct-series.ct-series-d .ct-area {
  fill: #f5f5f5; }

.series-d-light .ct-series.ct-series-d .ct-line {
  stroke: #f5f5f5;
  stroke-width: 3px; }

.series-d-light .ct-series.ct-series-d .ct-point {
  stroke: #f5f5f5;
  stroke-width: 6px; }

.series-d-light .ct-series.ct-series-d .ct-bar {
  stroke: #f5f5f5; }

.series-d-light .ct-series.ct-series-d .ct-slice-pie {
  fill: #f5f5f5; }

.series-d-light .ct-series.ct-series-d .ct-slice-donut {
  stroke: #f5f5f5; }

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #f5f5f5;
  fill-opacity: 0.9; }

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #f5f5f5;
  fill-opacity: 1; }

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-d-dark .ct-series.ct-series-d .ct-area {
  fill: #212121; }

.series-d-dark .ct-series.ct-series-d .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-d-dark .ct-series.ct-series-d .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-d-dark .ct-series.ct-series-d .ct-bar {
  stroke: #212121; }

.series-d-dark .ct-series.ct-series-d .ct-slice-pie {
  fill: #212121; }

.series-d-dark .ct-series.ct-series-d .ct-slice-donut {
  stroke: #212121; }

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-d-default .ct-series.ct-series-d .ct-area {
  fill: #212121; }

.series-d-default .ct-series.ct-series-d .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-d-default .ct-series.ct-series-d .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-d-default .ct-series.ct-series-d .ct-bar {
  stroke: #212121; }

.series-d-default .ct-series.ct-series-d .ct-slice-pie {
  fill: #212121; }

.series-d-default .ct-series.ct-series-d .ct-slice-donut {
  stroke: #212121; }

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-d-primary .ct-series.ct-series-d .ct-area {
  fill: #0d47a1; }

.series-d-primary .ct-series.ct-series-d .ct-line {
  stroke: #0d47a1;
  stroke-width: 3px; }

.series-d-primary .ct-series.ct-series-d .ct-point {
  stroke: #0d47a1;
  stroke-width: 6px; }

.series-d-primary .ct-series.ct-series-d .ct-bar {
  stroke: #0d47a1; }

.series-d-primary .ct-series.ct-series-d .ct-slice-pie {
  fill: #0d47a1; }

.series-d-primary .ct-series.ct-series-d .ct-slice-donut {
  stroke: #0d47a1; }

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #0d47a1;
  fill-opacity: 0.9; }

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #0d47a1;
  fill-opacity: 1; }

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-d-secondary .ct-series.ct-series-d .ct-area {
  fill: #c51162; }

.series-d-secondary .ct-series.ct-series-d .ct-line {
  stroke: #c51162;
  stroke-width: 3px; }

.series-d-secondary .ct-series.ct-series-d .ct-point {
  stroke: #c51162;
  stroke-width: 6px; }

.series-d-secondary .ct-series.ct-series-d .ct-bar {
  stroke: #c51162; }

.series-d-secondary .ct-series.ct-series-d .ct-slice-pie {
  fill: #c51162; }

.series-d-secondary .ct-series.ct-series-d .ct-slice-donut {
  stroke: #c51162; }

.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #c51162;
  fill-opacity: 0.9; }

.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #c51162;
  fill-opacity: 1; }

.series-d-secondary.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-d-success .ct-series.ct-series-d .ct-area {
  fill: #388e3c; }

.series-d-success .ct-series.ct-series-d .ct-line {
  stroke: #388e3c;
  stroke-width: 3px; }

.series-d-success .ct-series.ct-series-d .ct-point {
  stroke: #388e3c;
  stroke-width: 6px; }

.series-d-success .ct-series.ct-series-d .ct-bar {
  stroke: #388e3c; }

.series-d-success .ct-series.ct-series-d .ct-slice-pie {
  fill: #388e3c; }

.series-d-success .ct-series.ct-series-d .ct-slice-donut {
  stroke: #388e3c; }

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #388e3c;
  fill-opacity: 0.9; }

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #388e3c;
  fill-opacity: 1; }

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-d-info .ct-series.ct-series-d .ct-area {
  fill: #0091ea; }

.series-d-info .ct-series.ct-series-d .ct-line {
  stroke: #0091ea;
  stroke-width: 3px; }

.series-d-info .ct-series.ct-series-d .ct-point {
  stroke: #0091ea;
  stroke-width: 6px; }

.series-d-info .ct-series.ct-series-d .ct-bar {
  stroke: #0091ea; }

.series-d-info .ct-series.ct-series-d .ct-slice-pie {
  fill: #0091ea; }

.series-d-info .ct-series.ct-series-d .ct-slice-donut {
  stroke: #0091ea; }

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #0091ea;
  fill-opacity: 0.9; }

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #0091ea;
  fill-opacity: 1; }

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-d-warning .ct-series.ct-series-d .ct-area {
  fill: #ffa000; }

.series-d-warning .ct-series.ct-series-d .ct-line {
  stroke: #ffa000;
  stroke-width: 3px; }

.series-d-warning .ct-series.ct-series-d .ct-point {
  stroke: #ffa000;
  stroke-width: 6px; }

.series-d-warning .ct-series.ct-series-d .ct-bar {
  stroke: #ffa000; }

.series-d-warning .ct-series.ct-series-d .ct-slice-pie {
  fill: #ffa000; }

.series-d-warning .ct-series.ct-series-d .ct-slice-donut {
  stroke: #ffa000; }

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #ffa000;
  fill-opacity: 0.9; }

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #ffa000;
  fill-opacity: 1; }

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-d-danger .ct-series.ct-series-d .ct-area {
  fill: #d32f2f; }

.series-d-danger .ct-series.ct-series-d .ct-line {
  stroke: #d32f2f;
  stroke-width: 3px; }

.series-d-danger .ct-series.ct-series-d .ct-point {
  stroke: #d32f2f;
  stroke-width: 6px; }

.series-d-danger .ct-series.ct-series-d .ct-bar {
  stroke: #d32f2f; }

.series-d-danger .ct-series.ct-series-d .ct-slice-pie {
  fill: #d32f2f; }

.series-d-danger .ct-series.ct-series-d .ct-slice-donut {
  stroke: #d32f2f; }

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-area {
  fill: #d32f2f;
  fill-opacity: 0.9; }

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-line {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-point {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-bar {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
  fill: #d32f2f;
  fill-opacity: 1; }

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-e-white .ct-series.ct-series-e .ct-area {
  fill: #ffffff; }

.series-e-white .ct-series.ct-series-e .ct-line {
  stroke: #ffffff;
  stroke-width: 3px; }

.series-e-white .ct-series.ct-series-e .ct-point {
  stroke: #ffffff;
  stroke-width: 6px; }

.series-e-white .ct-series.ct-series-e .ct-bar {
  stroke: #ffffff; }

.series-e-white .ct-series.ct-series-e .ct-slice-pie {
  fill: #ffffff; }

.series-e-white .ct-series.ct-series-e .ct-slice-donut {
  stroke: #ffffff; }

.series-e-white.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #ffffff;
  fill-opacity: 0.9; }

.series-e-white.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-white.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-white.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-e-white.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #ffffff;
  fill-opacity: 1; }

.series-e-white.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-e-black .ct-series.ct-series-e .ct-area {
  fill: #000000; }

.series-e-black .ct-series.ct-series-e .ct-line {
  stroke: #000000;
  stroke-width: 3px; }

.series-e-black .ct-series.ct-series-e .ct-point {
  stroke: #000000;
  stroke-width: 6px; }

.series-e-black .ct-series.ct-series-e .ct-bar {
  stroke: #000000; }

.series-e-black .ct-series.ct-series-e .ct-slice-pie {
  fill: #000000; }

.series-e-black .ct-series.ct-series-e .ct-slice-donut {
  stroke: #000000; }

.series-e-black.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #000000;
  fill-opacity: 0.9; }

.series-e-black.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-black.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-black.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #000000;
  stroke-opacity: 1; }

.series-e-black.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #000000;
  fill-opacity: 1; }

.series-e-black.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #000000;
  stroke-opacity: 1; }

.series-e-light .ct-series.ct-series-e .ct-area {
  fill: #f5f5f5; }

.series-e-light .ct-series.ct-series-e .ct-line {
  stroke: #f5f5f5;
  stroke-width: 3px; }

.series-e-light .ct-series.ct-series-e .ct-point {
  stroke: #f5f5f5;
  stroke-width: 6px; }

.series-e-light .ct-series.ct-series-e .ct-bar {
  stroke: #f5f5f5; }

.series-e-light .ct-series.ct-series-e .ct-slice-pie {
  fill: #f5f5f5; }

.series-e-light .ct-series.ct-series-e .ct-slice-donut {
  stroke: #f5f5f5; }

.series-e-light.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #f5f5f5;
  fill-opacity: 0.9; }

.series-e-light.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-light.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-light.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-e-light.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #f5f5f5;
  fill-opacity: 1; }

.series-e-light.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-e-dark .ct-series.ct-series-e .ct-area {
  fill: #212121; }

.series-e-dark .ct-series.ct-series-e .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-e-dark .ct-series.ct-series-e .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-e-dark .ct-series.ct-series-e .ct-bar {
  stroke: #212121; }

.series-e-dark .ct-series.ct-series-e .ct-slice-pie {
  fill: #212121; }

.series-e-dark .ct-series.ct-series-e .ct-slice-donut {
  stroke: #212121; }

.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-e-dark.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-e-default .ct-series.ct-series-e .ct-area {
  fill: #212121; }

.series-e-default .ct-series.ct-series-e .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-e-default .ct-series.ct-series-e .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-e-default .ct-series.ct-series-e .ct-bar {
  stroke: #212121; }

.series-e-default .ct-series.ct-series-e .ct-slice-pie {
  fill: #212121; }

.series-e-default .ct-series.ct-series-e .ct-slice-donut {
  stroke: #212121; }

.series-e-default.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-e-default.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-default.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-default.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-e-default.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-e-default.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-e-primary .ct-series.ct-series-e .ct-area {
  fill: #0d47a1; }

.series-e-primary .ct-series.ct-series-e .ct-line {
  stroke: #0d47a1;
  stroke-width: 3px; }

.series-e-primary .ct-series.ct-series-e .ct-point {
  stroke: #0d47a1;
  stroke-width: 6px; }

.series-e-primary .ct-series.ct-series-e .ct-bar {
  stroke: #0d47a1; }

.series-e-primary .ct-series.ct-series-e .ct-slice-pie {
  fill: #0d47a1; }

.series-e-primary .ct-series.ct-series-e .ct-slice-donut {
  stroke: #0d47a1; }

.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #0d47a1;
  fill-opacity: 0.9; }

.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #0d47a1;
  fill-opacity: 1; }

.series-e-primary.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-e-secondary .ct-series.ct-series-e .ct-area {
  fill: #c51162; }

.series-e-secondary .ct-series.ct-series-e .ct-line {
  stroke: #c51162;
  stroke-width: 3px; }

.series-e-secondary .ct-series.ct-series-e .ct-point {
  stroke: #c51162;
  stroke-width: 6px; }

.series-e-secondary .ct-series.ct-series-e .ct-bar {
  stroke: #c51162; }

.series-e-secondary .ct-series.ct-series-e .ct-slice-pie {
  fill: #c51162; }

.series-e-secondary .ct-series.ct-series-e .ct-slice-donut {
  stroke: #c51162; }

.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #c51162;
  fill-opacity: 0.9; }

.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #c51162;
  fill-opacity: 1; }

.series-e-secondary.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-e-success .ct-series.ct-series-e .ct-area {
  fill: #388e3c; }

.series-e-success .ct-series.ct-series-e .ct-line {
  stroke: #388e3c;
  stroke-width: 3px; }

.series-e-success .ct-series.ct-series-e .ct-point {
  stroke: #388e3c;
  stroke-width: 6px; }

.series-e-success .ct-series.ct-series-e .ct-bar {
  stroke: #388e3c; }

.series-e-success .ct-series.ct-series-e .ct-slice-pie {
  fill: #388e3c; }

.series-e-success .ct-series.ct-series-e .ct-slice-donut {
  stroke: #388e3c; }

.series-e-success.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #388e3c;
  fill-opacity: 0.9; }

.series-e-success.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-success.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-success.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-e-success.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #388e3c;
  fill-opacity: 1; }

.series-e-success.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-e-info .ct-series.ct-series-e .ct-area {
  fill: #0091ea; }

.series-e-info .ct-series.ct-series-e .ct-line {
  stroke: #0091ea;
  stroke-width: 3px; }

.series-e-info .ct-series.ct-series-e .ct-point {
  stroke: #0091ea;
  stroke-width: 6px; }

.series-e-info .ct-series.ct-series-e .ct-bar {
  stroke: #0091ea; }

.series-e-info .ct-series.ct-series-e .ct-slice-pie {
  fill: #0091ea; }

.series-e-info .ct-series.ct-series-e .ct-slice-donut {
  stroke: #0091ea; }

.series-e-info.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #0091ea;
  fill-opacity: 0.9; }

.series-e-info.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-info.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-info.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-e-info.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #0091ea;
  fill-opacity: 1; }

.series-e-info.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-e-warning .ct-series.ct-series-e .ct-area {
  fill: #ffa000; }

.series-e-warning .ct-series.ct-series-e .ct-line {
  stroke: #ffa000;
  stroke-width: 3px; }

.series-e-warning .ct-series.ct-series-e .ct-point {
  stroke: #ffa000;
  stroke-width: 6px; }

.series-e-warning .ct-series.ct-series-e .ct-bar {
  stroke: #ffa000; }

.series-e-warning .ct-series.ct-series-e .ct-slice-pie {
  fill: #ffa000; }

.series-e-warning .ct-series.ct-series-e .ct-slice-donut {
  stroke: #ffa000; }

.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #ffa000;
  fill-opacity: 0.9; }

.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #ffa000;
  fill-opacity: 1; }

.series-e-warning.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-e-danger .ct-series.ct-series-e .ct-area {
  fill: #d32f2f; }

.series-e-danger .ct-series.ct-series-e .ct-line {
  stroke: #d32f2f;
  stroke-width: 3px; }

.series-e-danger .ct-series.ct-series-e .ct-point {
  stroke: #d32f2f;
  stroke-width: 6px; }

.series-e-danger .ct-series.ct-series-e .ct-bar {
  stroke: #d32f2f; }

.series-e-danger .ct-series.ct-series-e .ct-slice-pie {
  fill: #d32f2f; }

.series-e-danger .ct-series.ct-series-e .ct-slice-donut {
  stroke: #d32f2f; }

.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-area {
  fill: #d32f2f;
  fill-opacity: 0.9; }

.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-line {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-point {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-bar {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-slice-pie {
  fill: #d32f2f;
  fill-opacity: 1; }

.series-e-danger.opacity-100 .ct-series.ct-series-e .ct-slice-donut {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-f-white .ct-series.ct-series-f .ct-area {
  fill: #ffffff; }

.series-f-white .ct-series.ct-series-f .ct-line {
  stroke: #ffffff;
  stroke-width: 3px; }

.series-f-white .ct-series.ct-series-f .ct-point {
  stroke: #ffffff;
  stroke-width: 6px; }

.series-f-white .ct-series.ct-series-f .ct-bar {
  stroke: #ffffff; }

.series-f-white .ct-series.ct-series-f .ct-slice-pie {
  fill: #ffffff; }

.series-f-white .ct-series.ct-series-f .ct-slice-donut {
  stroke: #ffffff; }

.series-f-white.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #ffffff;
  fill-opacity: 0.9; }

.series-f-white.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-white.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-white.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-f-white.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #ffffff;
  fill-opacity: 1; }

.series-f-white.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #ffffff;
  stroke-opacity: 1; }

.series-f-black .ct-series.ct-series-f .ct-area {
  fill: #000000; }

.series-f-black .ct-series.ct-series-f .ct-line {
  stroke: #000000;
  stroke-width: 3px; }

.series-f-black .ct-series.ct-series-f .ct-point {
  stroke: #000000;
  stroke-width: 6px; }

.series-f-black .ct-series.ct-series-f .ct-bar {
  stroke: #000000; }

.series-f-black .ct-series.ct-series-f .ct-slice-pie {
  fill: #000000; }

.series-f-black .ct-series.ct-series-f .ct-slice-donut {
  stroke: #000000; }

.series-f-black.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #000000;
  fill-opacity: 0.9; }

.series-f-black.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-black.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #000000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-black.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #000000;
  stroke-opacity: 1; }

.series-f-black.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #000000;
  fill-opacity: 1; }

.series-f-black.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #000000;
  stroke-opacity: 1; }

.series-f-light .ct-series.ct-series-f .ct-area {
  fill: #f5f5f5; }

.series-f-light .ct-series.ct-series-f .ct-line {
  stroke: #f5f5f5;
  stroke-width: 3px; }

.series-f-light .ct-series.ct-series-f .ct-point {
  stroke: #f5f5f5;
  stroke-width: 6px; }

.series-f-light .ct-series.ct-series-f .ct-bar {
  stroke: #f5f5f5; }

.series-f-light .ct-series.ct-series-f .ct-slice-pie {
  fill: #f5f5f5; }

.series-f-light .ct-series.ct-series-f .ct-slice-donut {
  stroke: #f5f5f5; }

.series-f-light.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #f5f5f5;
  fill-opacity: 0.9; }

.series-f-light.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-light.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #f5f5f5;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-light.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-f-light.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #f5f5f5;
  fill-opacity: 1; }

.series-f-light.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #f5f5f5;
  stroke-opacity: 1; }

.series-f-dark .ct-series.ct-series-f .ct-area {
  fill: #212121; }

.series-f-dark .ct-series.ct-series-f .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-f-dark .ct-series.ct-series-f .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-f-dark .ct-series.ct-series-f .ct-bar {
  stroke: #212121; }

.series-f-dark .ct-series.ct-series-f .ct-slice-pie {
  fill: #212121; }

.series-f-dark .ct-series.ct-series-f .ct-slice-donut {
  stroke: #212121; }

.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-f-dark.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-f-default .ct-series.ct-series-f .ct-area {
  fill: #212121; }

.series-f-default .ct-series.ct-series-f .ct-line {
  stroke: #212121;
  stroke-width: 3px; }

.series-f-default .ct-series.ct-series-f .ct-point {
  stroke: #212121;
  stroke-width: 6px; }

.series-f-default .ct-series.ct-series-f .ct-bar {
  stroke: #212121; }

.series-f-default .ct-series.ct-series-f .ct-slice-pie {
  fill: #212121; }

.series-f-default .ct-series.ct-series-f .ct-slice-donut {
  stroke: #212121; }

.series-f-default.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #212121;
  fill-opacity: 0.9; }

.series-f-default.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-default.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #212121;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-default.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #212121;
  stroke-opacity: 1; }

.series-f-default.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #212121;
  fill-opacity: 1; }

.series-f-default.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #212121;
  stroke-opacity: 1; }

.series-f-primary .ct-series.ct-series-f .ct-area {
  fill: #0d47a1; }

.series-f-primary .ct-series.ct-series-f .ct-line {
  stroke: #0d47a1;
  stroke-width: 3px; }

.series-f-primary .ct-series.ct-series-f .ct-point {
  stroke: #0d47a1;
  stroke-width: 6px; }

.series-f-primary .ct-series.ct-series-f .ct-bar {
  stroke: #0d47a1; }

.series-f-primary .ct-series.ct-series-f .ct-slice-pie {
  fill: #0d47a1; }

.series-f-primary .ct-series.ct-series-f .ct-slice-donut {
  stroke: #0d47a1; }

.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #0d47a1;
  fill-opacity: 0.9; }

.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #0d47a1;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #0d47a1;
  fill-opacity: 1; }

.series-f-primary.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #0d47a1;
  stroke-opacity: 1; }

.series-f-secondary .ct-series.ct-series-f .ct-area {
  fill: #c51162; }

.series-f-secondary .ct-series.ct-series-f .ct-line {
  stroke: #c51162;
  stroke-width: 3px; }

.series-f-secondary .ct-series.ct-series-f .ct-point {
  stroke: #c51162;
  stroke-width: 6px; }

.series-f-secondary .ct-series.ct-series-f .ct-bar {
  stroke: #c51162; }

.series-f-secondary .ct-series.ct-series-f .ct-slice-pie {
  fill: #c51162; }

.series-f-secondary .ct-series.ct-series-f .ct-slice-donut {
  stroke: #c51162; }

.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #c51162;
  fill-opacity: 0.9; }

.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #c51162;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #c51162;
  fill-opacity: 1; }

.series-f-secondary.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #c51162;
  stroke-opacity: 1; }

.series-f-success .ct-series.ct-series-f .ct-area {
  fill: #388e3c; }

.series-f-success .ct-series.ct-series-f .ct-line {
  stroke: #388e3c;
  stroke-width: 3px; }

.series-f-success .ct-series.ct-series-f .ct-point {
  stroke: #388e3c;
  stroke-width: 6px; }

.series-f-success .ct-series.ct-series-f .ct-bar {
  stroke: #388e3c; }

.series-f-success .ct-series.ct-series-f .ct-slice-pie {
  fill: #388e3c; }

.series-f-success .ct-series.ct-series-f .ct-slice-donut {
  stroke: #388e3c; }

.series-f-success.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #388e3c;
  fill-opacity: 0.9; }

.series-f-success.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-success.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #388e3c;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-success.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-f-success.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #388e3c;
  fill-opacity: 1; }

.series-f-success.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #388e3c;
  stroke-opacity: 1; }

.series-f-info .ct-series.ct-series-f .ct-area {
  fill: #0091ea; }

.series-f-info .ct-series.ct-series-f .ct-line {
  stroke: #0091ea;
  stroke-width: 3px; }

.series-f-info .ct-series.ct-series-f .ct-point {
  stroke: #0091ea;
  stroke-width: 6px; }

.series-f-info .ct-series.ct-series-f .ct-bar {
  stroke: #0091ea; }

.series-f-info .ct-series.ct-series-f .ct-slice-pie {
  fill: #0091ea; }

.series-f-info .ct-series.ct-series-f .ct-slice-donut {
  stroke: #0091ea; }

.series-f-info.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #0091ea;
  fill-opacity: 0.9; }

.series-f-info.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-info.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #0091ea;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-info.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-f-info.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #0091ea;
  fill-opacity: 1; }

.series-f-info.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #0091ea;
  stroke-opacity: 1; }

.series-f-warning .ct-series.ct-series-f .ct-area {
  fill: #ffa000; }

.series-f-warning .ct-series.ct-series-f .ct-line {
  stroke: #ffa000;
  stroke-width: 3px; }

.series-f-warning .ct-series.ct-series-f .ct-point {
  stroke: #ffa000;
  stroke-width: 6px; }

.series-f-warning .ct-series.ct-series-f .ct-bar {
  stroke: #ffa000; }

.series-f-warning .ct-series.ct-series-f .ct-slice-pie {
  fill: #ffa000; }

.series-f-warning .ct-series.ct-series-f .ct-slice-donut {
  stroke: #ffa000; }

.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #ffa000;
  fill-opacity: 0.9; }

.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #ffa000;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #ffa000;
  fill-opacity: 1; }

.series-f-warning.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #ffa000;
  stroke-opacity: 1; }

.series-f-danger .ct-series.ct-series-f .ct-area {
  fill: #d32f2f; }

.series-f-danger .ct-series.ct-series-f .ct-line {
  stroke: #d32f2f;
  stroke-width: 3px; }

.series-f-danger .ct-series.ct-series-f .ct-point {
  stroke: #d32f2f;
  stroke-width: 6px; }

.series-f-danger .ct-series.ct-series-f .ct-bar {
  stroke: #d32f2f; }

.series-f-danger .ct-series.ct-series-f .ct-slice-pie {
  fill: #d32f2f; }

.series-f-danger .ct-series.ct-series-f .ct-slice-donut {
  stroke: #d32f2f; }

.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-area {
  fill: #d32f2f;
  fill-opacity: 0.9; }

.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-line {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 3px; }

.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-point {
  stroke: #d32f2f;
  stroke-opacity: 1;
  stroke-width: 6px; }

.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-bar {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-slice-pie {
  fill: #d32f2f;
  fill-opacity: 1; }

.series-f-danger.opacity-100 .ct-series.ct-series-f .ct-slice-donut {
  stroke: #d32f2f;
  stroke-opacity: 1; }

.ct-label {
  fill: #616161 !important;
  color: #616161 !important; }

.easy-pie-chart-demos .easy-pie-chart {
  float: left;
  margin-right: 20px; }

.easy-pie-chart {
  position: relative;
  text-align: center;
  margin-bottom: 10px; }

.easy-pie-chart .number,
.easy-pie-chart .percent,
.easy-pie-chart .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 50px; }

.easy-pie-chart.easy-pie-chart-lg {
  height: 200px;
  width: 200px; }

.easy-pie-chart.easy-pie-chart-lg .number,
.easy-pie-chart.easy-pie-chart-lg .percent {
  font-size: 60px;
  margin-top: 50px; }

.easy-pie-chart.easy-pie-chart-lg .icon {
  font-size: 72px;
  margin-top: 50px; }

.easy-pie-chart.easy-pie-chart-md {
  height: 150px;
  width: 150px; }

.easy-pie-chart.easy-pie-chart-md .number,
.easy-pie-chart.easy-pie-chart-md .percent {
  font-size: 48px;
  margin-top: 38px; }

.easy-pie-chart.easy-pie-chart-md .icon {
  font-size: 60px;
  margin-top: 32px; }

.easy-pie-chart.easy-pie-chart-xs {
  height: 100px;
  width: 100px; }

.easy-pie-chart.easy-pie-chart-xs .number,
.easy-pie-chart.easy-pie-chart-xs .percent {
  font-size: 24px;
  margin-top: 33px; }

.easy-pie-chart.easy-pie-chart-xs .icon {
  font-size: 36px;
  margin-top: 25px; }

#morris-donut-example svg text {
  font-family: "Roboto", "Helvetica", sans-serif !important;
  font-size: 8px !important;
  font-weight: 300; }

.nvd3 text {
  fill: #212121 !important;
  font-family: "Roboto", "Helvetica", sans-serif !important;
  font-size: 12px;
  font-weight: normal; }

.nvd3-pie .nvd3.nv-pie path,
.nvd3-donut .nvd3.nv-pie path {
  stroke: #e0e0e0 !important; }

.nvd3-pie .nvd3.nv-pie path,
.nvd3-donut .nvd3.nv-pie path {
  fill-opacity: 1; }

.nvd3 .nv-axis path {
  stroke: #e0e0e0 !important; }

.nvd3 .nv-axis line {
  stroke: #e0e0e0 !important; }

.nvd3 .nv-bars .hover rect {
  fill: #f5f5f5 !important; }

.nvd3 .nv-bars text {
  fill: #212121 !important; }

.nvd3 .nv-bars .hover text {
  fill: #212121 !important; }

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  fill: #212121 !important; }

.nvd3 line.nv-boxplot-median {
  stroke: #212121 !important; }

.nvd3 .nv-point-paths path {
  stroke: #e0e0e0 !important;
  fill: #e0e0e0 !important; }

.nvd3 text {
  font-family: "Roboto", "Helvetica", sans-serif !important;
  font-size: 12px;
  font-weight: normal; }

.nvd3 .title {
  font-family: "Roboto", "Helvetica", sans-serif !important;
  font-size: 14px;
  font-weight: normal; }

.nvd3 .nv-background {
  fill: #f5f5f5 !important; }

.nv-brush .resize path {
  fill: #e0e0e0 !important;
  stroke: #e0e0e0 !important; }

.nvd3 .nv-brushBackground rect {
  stroke: #f5f5f5 !important;
  fill: #212121 !important; }

.nvd3 .background path {
  stroke: #f5f5f5 !important; }

.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #212121 !important;
  stroke: #f5f5f5 !important; }

.nvd3 .missingValuesline line {
  stroke: #f5f5f5 !important; }

.nvd3.nv-pie .nv-pie-title {
  fill: #212121 !important; }

.nvd3.nv-pie .nv-slice text {
  stroke: #212121 !important; }

.nvd3.nv-pie path {
  stroke: #f5f5f5 !important; }

.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #e0e0e0 !important; }

.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #212121 !important; }

.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #212121 !important;
  fill: #212121 !important; }

.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #212121 !important;
  fill: #212121 !important; }

.nvtooltip {
  grey-100: #f5f5f5 !important;
  color: #212121 !important;
  border: 1px solid #e0e0e0 !important;
  font-family: "Roboto", "Helvetica", sans-serif !important; }

.nvtooltip h3 {
  grey-100: #f5f5f5 !important;
  color: #212121 !important;
  border: 1px solid #e0e0e0 !important; }

.nvtooltip table td.legend-color-guide div {
  border: 1px solid #e0e0e0 !important; }

.nvd3 line.nv-guideline {
  stroke: #e0e0e0 !important; }

.echart {
  width: 100%;
  height: 350px; }

.jcrop-holder #preview-pane-1 {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 450px;
  width: 0;
  height: 0; }

#preview-pane-1 .preview-container {
  width: 250px;
  height: 170px;
  overflow: hidden; }

.jcrop-holder #preview-pane-2 {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 0px;
  left: 450px; }

#preview-pane-2 .preview-container {
  width: 250px;
  height: 170px;
  overflow: hidden; }

.invoice {
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  color: #212121;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.invoice h5 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px; }

.invoice .address p {
  margin-bottom: 5px; }

.invoice .invoice-title {
  background: #0d47a1;
  color: #fff; }

.invoice .invoice-title h3 {
  display: block; }

.invoice .table thead tr td, .invoice .table tbody tr td {
  border: 0; }

@media (max-width: 543px) {
  .invoice .pull-right {
    float: left !important; }
  .invoice .text-right {
    text-align: left !important; } }

@media (min-width: 544px) and (max-width: 767px) {
  .invoice .pull-right {
    float: left !important; }
  .invoice .text-right {
    text-align: left !important; } }

.highlighted {
  background-color: #ffeb3b;
  color: #212121; }

@media (max-width: 543px) {
  .pricing-table-1 .text-center {
    padding: 0; }
  .pricing-table-1 .inner {
    background: #fff; }
  .pricing-table-1 .header {
    padding: 20px;
    color: #fff; }
  .pricing-table-1 .table, .pricing-table-1 td, .pricing-table-1 tr, .pricing-table-1 th, .pricing-table-1 td {
    border: none;
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #fff; }
  .pricing-table-1 h3 {
    font-size: 22px; }
  .pricing-table-1 h1 {
    font-size: 48px; }
  .pricing-table-1 td i {
    margin-right: 10px; }
  .pricing-table-1 .t1, .pricing-table-1 .t2, .pricing-table-1 .t3 {
    background: #fff;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .pricing-table-1 .text-xs {
    font-size: 20px; } }

@media (min-width: 544px) and (max-width: 767px) {
  .pricing-table-1 .text-center {
    padding: 0; }
  .pricing-table-1 .inner {
    background: #fff; }
  .pricing-table-1 .header {
    padding: 20px;
    color: #fff; }
  .pricing-table-1 .table, .pricing-table-1 td, .pricing-table-1 tr, .pricing-table-1 th, .pricing-table-1 td {
    border: none;
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #fff; }
  .pricing-table-1 h3 {
    font-size: 22px; }
  .pricing-table-1 h1 {
    font-size: 48px; }
  .pricing-table-1 td i {
    margin-right: 10px; }
  .pricing-table-1 .t1, .pricing-table-1 .t2, .pricing-table-1 .t3 {
    background: #fff;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .pricing-table-1 .text-xs {
    font-size: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pricing-table-1 .text-center {
    padding: 0; }
  .pricing-table-1 .inner {
    background: #fff; }
  .pricing-table-1 .header {
    padding: 20px;
    color: #fff; }
  .pricing-table-1 .table, .pricing-table-1 td, .pricing-table-1 tr, .pricing-table-1 th, .pricing-table-1 td {
    border: none;
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #fff; }
  .pricing-table-1 h3 {
    font-size: 22px; }
  .pricing-table-1 h1 {
    font-size: 48px; }
  .pricing-table-1 td i {
    margin-right: 10px; }
  .pricing-table-1 .t1, .pricing-table-1 .t2, .pricing-table-1 .t3 {
    background: #fff;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .pricing-table-1 .text-xs {
    font-size: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-table-1 {
    padding: 10px 20px; }
  .pricing-table-1 .text-center {
    padding: 0; }
  .pricing-table-1 .inner {
    background: #fff; }
  .pricing-table-1 .header {
    padding: 20px;
    color: #fff; }
  .pricing-table-1 .table, .pricing-table-1 td, .pricing-table-1 tr, .pricing-table-1 th, .pricing-table-1 td {
    border: none;
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #fff; }
  .pricing-table-1 h3 {
    font-size: 22px; }
  .pricing-table-1 h1 {
    font-size: 48px; }
  .pricing-table-1 td i {
    margin-right: 10px; }
  .pricing-table-1 .t1, .pricing-table-1 .t2, .pricing-table-1 .t3 {
    background: #fff;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    padding-bottom: 20px; }
  .pricing-table-1 .t1, .pricing-table-1 .t3 {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1; }
  .pricing-table-1 .t2 {
    -webkit-transform: perspective(1px) scale(1.1);
    transform: perspective(1px) scale(1.1);
    -webkit-font-smoothing: antialiased;
    -webkit-perspective: 1000;
    -webkit-filter: blur(0);
    -webkit-filter: blur(0);
    z-index: 2; }
  .pricing-table-1 .text-xs {
    font-size: 20px; } }

@media (min-width: 1200px) {
  .pricing-table-1 {
    padding: 20px 40px; }
  .pricing-table-1 .text-center {
    padding: 0; }
  .pricing-table-1 .inner {
    background: #fff; }
  .pricing-table-1 .header {
    padding: 20px;
    color: #fff; }
  .pricing-table-1 .table, .pricing-table-1 td, .pricing-table-1 tr, .pricing-table-1 th, .pricing-table-1 td {
    border: none;
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #fff; }
  .pricing-table-1 h3 {
    font-size: 22px; }
  .pricing-table-1 h1 {
    font-size: 48px; }
  .pricing-table-1 td i {
    margin-right: 10px; }
  .pricing-table-1 .t1, .pricing-table-1 .t2, .pricing-table-1 .t3 {
    background: #fff;
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    padding-bottom: 20px; }
  .pricing-table-1 .t1, .pricing-table-1 .t3 {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1; }
  .pricing-table-1 .t2 {
    -webkit-transform: perspective(1px) scale(1.1);
    transform: perspective(1px) scale(1.1);
    -webkit-font-smoothing: antialiased;
    -webkit-perspective: 1000;
    -webkit-filter: blur(0);
    -webkit-filter: blur(0);
    z-index: 2; }
  .pricing-table-1 .text-xs {
    font-size: 20px; } }

#extras-syntax-highlighting pre, #extras-syntax-highlighting code {
  background-color: #eeeeee; }

.widget #extras-syntax-highlighting pre, .widget #extras-syntax-highlighting code {
  background: #fff; }

#extras-syntax-highlighting pre .hljs, #extras-syntax-highlighting code .hljs {
  display: block;
  overflow-x: auto;
  padding: 20px; }

#extras-syntax-highlighting pre .hljs-number,
#extras-syntax-highlighting pre .hljs-literal,
#extras-syntax-highlighting pre .hljs-symbol,
#extras-syntax-highlighting pre .hljs-bullet, #extras-syntax-highlighting code .hljs-number,
#extras-syntax-highlighting code .hljs-literal,
#extras-syntax-highlighting code .hljs-symbol,
#extras-syntax-highlighting code .hljs-bullet {
  color: #546e7a; }

#extras-syntax-highlighting pre .hljs-keyword,
#extras-syntax-highlighting pre .hljs-selector-tag,
#extras-syntax-highlighting pre .hljs-deletion, #extras-syntax-highlighting code .hljs-keyword,
#extras-syntax-highlighting code .hljs-selector-tag,
#extras-syntax-highlighting code .hljs-deletion {
  color: #ff9800; }

#extras-syntax-highlighting pre .hljs-variable,
#extras-syntax-highlighting pre .hljs-template-variable,
#extras-syntax-highlighting pre .hljs-link, #extras-syntax-highlighting code .hljs-variable,
#extras-syntax-highlighting code .hljs-template-variable,
#extras-syntax-highlighting code .hljs-link {
  color: #81c784; }

#extras-syntax-highlighting pre .hljs-comment,
#extras-syntax-highlighting pre .hljs-quote, #extras-syntax-highlighting code .hljs-comment,
#extras-syntax-highlighting code .hljs-quote {
  color: #212121; }

#extras-syntax-highlighting pre .hljs-meta, #extras-syntax-highlighting code .hljs-meta {
  color: #558b2f; }

#extras-syntax-highlighting pre .hljs-string,
#extras-syntax-highlighting pre .hljs-attribute,
#extras-syntax-highlighting pre .hljs-addition, #extras-syntax-highlighting code .hljs-string,
#extras-syntax-highlighting code .hljs-attribute,
#extras-syntax-highlighting code .hljs-addition {
  color: #4caf50; }

#extras-syntax-highlighting pre .hljs-section,
#extras-syntax-highlighting pre .hljs-title,
#extras-syntax-highlighting pre .hljs-type, #extras-syntax-highlighting code .hljs-section,
#extras-syntax-highlighting code .hljs-title,
#extras-syntax-highlighting code .hljs-type {
  color: #3f51b5; }

#extras-syntax-highlighting pre .hljs-name,
#extras-syntax-highlighting pre .hljs-selector-id,
#extras-syntax-highlighting pre .hljs-selector-class, #extras-syntax-highlighting code .hljs-name,
#extras-syntax-highlighting code .hljs-selector-id,
#extras-syntax-highlighting code .hljs-selector-class {
  color: #b71c1c; }

#extras-syntax-highlighting pre .hljs-emphasis, #extras-syntax-highlighting code .hljs-emphasis {
  font-style: italic; }

#extras-syntax-highlighting pre .hljs-strong, #extras-syntax-highlighting code .hljs-strong {
  font-weight: bold; }

.zoom img {
  width: 100%;
  max-width: 200px;
  display: block;
  float: left;
  margin: 0 20px 20px 0; }

.zoom-overlay {
  background: transparent !important; }

.frame {
  height: 240px;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  margin: 0 30px 30px 0; }

.search-results-form {
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative; }

.search-results-form .form-custom .form-control {
  width: 600px; }

.search-results-form .form-custom .bmd-label-floating {
  font-size: 0.85rem; }

.search-results-form i {
  position: absolute;
  top: 50%;
  left: 0; }

.search-results small {
  font-size: 13px; }

.search-results li {
  margin-bottom: 30px; }

/*
.ta-toolbar {
	margin: 10px 0;
	.btn {
		&.btn-default {
			margin-bottom: 5px;
			background-color: map-get(-colors, 'warning');
			@extend .bg-warning-hover;
			border-color: map-get(-colors, 'warning');
			@extend .border-color-warning-hover;
		}
	}
}

.note-btn {
	&.btn {
		&.btn-default {
			background-color: map-get(-colors, 'warning');
			@extend .bg-warning-hover;
			border-color: map-get(-colors, 'warning');
			@extend .border-color-warning-hover;
		}
	}
}
.note-btn-group {
	.dropdown-menu {
		.dropdown-item {
			font-size: 15px;
			position: relative;
		}
	}
}
*/
.form-white .form-group.is-focused [class^='bmd-label'],
.form-white .form-group.is-focused [class*=' bmd-label'] {
  color: #ffffff; }

.form-white .form-group.is-focused .form-control,
.is-focused .form-white .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #ffffff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #ffffff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-white .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-white .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-white .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-white .form-group.is-focused .form-control, .form-white .form-group.is-focused .form-control.disabled, .form-white .form-group.is-focused .form-control:disabled, .form-white .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-white .form-group.is-focused .form-control.form-control-success,
.is-focused .form-white .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #ffffff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #ffffff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-white .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-white .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #ffffff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #ffffff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-white .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-white .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #ffffff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #ffffff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-white .form-group.is-focused .is-focused .form-control-feedback,
.form-white .form-group.is-focused .is-focused .form-control-label,
.form-white .form-group.is-focused .is-focused .form-check-label,
.form-white .form-group.is-focused .is-focused .form-check-inline,
.form-white .form-group.is-focused .is-focused .custom-control, .form-white .form-group.is-focused.is-focused .form-control-feedback,
.form-white .form-group.is-focused.is-focused .form-control-label,
.form-white .form-group.is-focused.is-focused .form-check-label,
.form-white .form-group.is-focused.is-focused .form-check-inline,
.form-white .form-group.is-focused.is-focused .custom-control {
  color: #ffffff; }

.form-white .form-group.is-focused .is-focused .form-control, .form-white .form-group.is-focused.is-focused .form-control {
  border-color: #ffffff; }

.form-white .form-group.is-focused .is-focused .input-group-addon, .form-white .form-group.is-focused.is-focused .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: white; }

.form-white .form-group.is-focused .is-focused .form-control-feedback, .form-white .form-group.is-focused.is-focused .form-control-feedback {
  color: #ffffff; }

.form-white .form-group.is-focused .is-focused [class^='bmd-label'],
.form-white .form-group.is-focused .is-focused [class*=' bmd-label'], .form-white .form-group.is-focused.is-focused [class^='bmd-label'],
.form-white .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #ffffff; }

.form-white .form-group.is-focused .is-focused .bmd-label-placeholder, .form-white .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #ffffff; }

.form-white .form-group.is-focused .is-focused .form-control, .form-white .form-group.is-focused.is-focused .form-control {
  border-color: #ffffff; }

.form-white .form-group.is-focused .is-focused .bmd-help, .form-white .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-white .form-group.is-focused .form-control {
  color: #ffffff;
  background-image: -webkit-linear-gradient(bottom, #ffffff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, #ffffff 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #ffffff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #ffffff 1px, rgba(255, 255, 255, 0) 1px); }

.form-black .form-group.is-focused [class^='bmd-label'],
.form-black .form-group.is-focused [class*=' bmd-label'] {
  color: #000000; }

.form-black .form-group.is-focused .form-control,
.is-focused .form-black .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #000000 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #000000 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-black .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-black .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-black .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-black .form-group.is-focused .form-control, .form-black .form-group.is-focused .form-control.disabled, .form-black .form-group.is-focused .form-control:disabled, .form-black .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-black .form-group.is-focused .form-control.form-control-success,
.is-focused .form-black .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #000000 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #000000 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-black .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-black .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #000000 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #000000 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-black .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-black .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #000000 2px, transparent 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #000000 2px, transparent 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-black .form-group.is-focused .is-focused .form-control-feedback,
.form-black .form-group.is-focused .is-focused .form-control-label,
.form-black .form-group.is-focused .is-focused .form-check-label,
.form-black .form-group.is-focused .is-focused .form-check-inline,
.form-black .form-group.is-focused .is-focused .custom-control, .form-black .form-group.is-focused.is-focused .form-control-feedback,
.form-black .form-group.is-focused.is-focused .form-control-label,
.form-black .form-group.is-focused.is-focused .form-check-label,
.form-black .form-group.is-focused.is-focused .form-check-inline,
.form-black .form-group.is-focused.is-focused .custom-control {
  color: #000000; }

.form-black .form-group.is-focused .is-focused .form-control, .form-black .form-group.is-focused.is-focused .form-control {
  border-color: #000000; }

.form-black .form-group.is-focused .is-focused .input-group-addon, .form-black .form-group.is-focused.is-focused .input-group-addon {
  color: #000000;
  border-color: #000000;
  background-color: #666666; }

.form-black .form-group.is-focused .is-focused .form-control-feedback, .form-black .form-group.is-focused.is-focused .form-control-feedback {
  color: #000000; }

.form-black .form-group.is-focused .is-focused [class^='bmd-label'],
.form-black .form-group.is-focused .is-focused [class*=' bmd-label'], .form-black .form-group.is-focused.is-focused [class^='bmd-label'],
.form-black .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #000000; }

.form-black .form-group.is-focused .is-focused .bmd-label-placeholder, .form-black .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #000000; }

.form-black .form-group.is-focused .is-focused .form-control, .form-black .form-group.is-focused.is-focused .form-control {
  border-color: #000000; }

.form-black .form-group.is-focused .is-focused .bmd-help, .form-black .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-black .form-group.is-focused .form-control {
  color: #000000;
  background-image: -webkit-linear-gradient(bottom, #000000 2px, transparent 2px), -webkit-linear-gradient(bottom, #000000 1px, transparent 1px);
  background-image: linear-gradient(to top, #000000 2px, transparent 2px), linear-gradient(to top, #000000 1px, transparent 1px); }

.form-light .form-group.is-focused [class^='bmd-label'],
.form-light .form-group.is-focused [class*=' bmd-label'] {
  color: #f5f5f5; }

.form-light .form-group.is-focused .form-control,
.is-focused .form-light .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #f5f5f5 2px, rgba(245, 245, 245, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #f5f5f5 2px, rgba(245, 245, 245, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-light .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-light .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-light .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-light .form-group.is-focused .form-control, .form-light .form-group.is-focused .form-control.disabled, .form-light .form-group.is-focused .form-control:disabled, .form-light .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-light .form-group.is-focused .form-control.form-control-success,
.is-focused .form-light .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #f5f5f5 2px, rgba(245, 245, 245, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #f5f5f5 2px, rgba(245, 245, 245, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-light .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-light .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #f5f5f5 2px, rgba(245, 245, 245, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #f5f5f5 2px, rgba(245, 245, 245, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-light .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-light .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #f5f5f5 2px, rgba(245, 245, 245, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #f5f5f5 2px, rgba(245, 245, 245, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-light .form-group.is-focused .is-focused .form-control-feedback,
.form-light .form-group.is-focused .is-focused .form-control-label,
.form-light .form-group.is-focused .is-focused .form-check-label,
.form-light .form-group.is-focused .is-focused .form-check-inline,
.form-light .form-group.is-focused .is-focused .custom-control, .form-light .form-group.is-focused.is-focused .form-control-feedback,
.form-light .form-group.is-focused.is-focused .form-control-label,
.form-light .form-group.is-focused.is-focused .form-check-label,
.form-light .form-group.is-focused.is-focused .form-check-inline,
.form-light .form-group.is-focused.is-focused .custom-control {
  color: #f5f5f5; }

.form-light .form-group.is-focused .is-focused .form-control, .form-light .form-group.is-focused.is-focused .form-control {
  border-color: #f5f5f5; }

.form-light .form-group.is-focused .is-focused .input-group-addon, .form-light .form-group.is-focused.is-focused .input-group-addon {
  color: #f5f5f5;
  border-color: #f5f5f5;
  background-color: white; }

.form-light .form-group.is-focused .is-focused .form-control-feedback, .form-light .form-group.is-focused.is-focused .form-control-feedback {
  color: #f5f5f5; }

.form-light .form-group.is-focused .is-focused [class^='bmd-label'],
.form-light .form-group.is-focused .is-focused [class*=' bmd-label'], .form-light .form-group.is-focused.is-focused [class^='bmd-label'],
.form-light .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #f5f5f5; }

.form-light .form-group.is-focused .is-focused .bmd-label-placeholder, .form-light .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #f5f5f5; }

.form-light .form-group.is-focused .is-focused .form-control, .form-light .form-group.is-focused.is-focused .form-control {
  border-color: #f5f5f5; }

.form-light .form-group.is-focused .is-focused .bmd-help, .form-light .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-light .form-group.is-focused .form-control {
  color: #f5f5f5;
  background-image: -webkit-linear-gradient(bottom, #f5f5f5 2px, rgba(245, 245, 245, 0) 2px), -webkit-linear-gradient(bottom, #f5f5f5 1px, rgba(245, 245, 245, 0) 1px);
  background-image: linear-gradient(to top, #f5f5f5 2px, rgba(245, 245, 245, 0) 2px), linear-gradient(to top, #f5f5f5 1px, rgba(245, 245, 245, 0) 1px); }

.form-dark .form-group.is-focused [class^='bmd-label'],
.form-dark .form-group.is-focused [class*=' bmd-label'] {
  color: #212121; }

.form-dark .form-group.is-focused .form-control,
.is-focused .form-dark .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #212121 2px, rgba(33, 33, 33, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #212121 2px, rgba(33, 33, 33, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-dark .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-dark .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-dark .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-dark .form-group.is-focused .form-control, .form-dark .form-group.is-focused .form-control.disabled, .form-dark .form-group.is-focused .form-control:disabled, .form-dark .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-dark .form-group.is-focused .form-control.form-control-success,
.is-focused .form-dark .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #212121 2px, rgba(33, 33, 33, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #212121 2px, rgba(33, 33, 33, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-dark .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-dark .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #212121 2px, rgba(33, 33, 33, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #212121 2px, rgba(33, 33, 33, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-dark .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-dark .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #212121 2px, rgba(33, 33, 33, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #212121 2px, rgba(33, 33, 33, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-dark .form-group.is-focused .is-focused .form-control-feedback,
.form-dark .form-group.is-focused .is-focused .form-control-label,
.form-dark .form-group.is-focused .is-focused .form-check-label,
.form-dark .form-group.is-focused .is-focused .form-check-inline,
.form-dark .form-group.is-focused .is-focused .custom-control, .form-dark .form-group.is-focused.is-focused .form-control-feedback,
.form-dark .form-group.is-focused.is-focused .form-control-label,
.form-dark .form-group.is-focused.is-focused .form-check-label,
.form-dark .form-group.is-focused.is-focused .form-check-inline,
.form-dark .form-group.is-focused.is-focused .custom-control {
  color: #212121; }

.form-dark .form-group.is-focused .is-focused .form-control, .form-dark .form-group.is-focused.is-focused .form-control {
  border-color: #212121; }

.form-dark .form-group.is-focused .is-focused .input-group-addon, .form-dark .form-group.is-focused.is-focused .input-group-addon {
  color: #212121;
  border-color: #212121;
  background-color: #878787; }

.form-dark .form-group.is-focused .is-focused .form-control-feedback, .form-dark .form-group.is-focused.is-focused .form-control-feedback {
  color: #212121; }

.form-dark .form-group.is-focused .is-focused [class^='bmd-label'],
.form-dark .form-group.is-focused .is-focused [class*=' bmd-label'], .form-dark .form-group.is-focused.is-focused [class^='bmd-label'],
.form-dark .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #212121; }

.form-dark .form-group.is-focused .is-focused .bmd-label-placeholder, .form-dark .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #212121; }

.form-dark .form-group.is-focused .is-focused .form-control, .form-dark .form-group.is-focused.is-focused .form-control {
  border-color: #212121; }

.form-dark .form-group.is-focused .is-focused .bmd-help, .form-dark .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-dark .form-group.is-focused .form-control {
  color: #212121;
  background-image: -webkit-linear-gradient(bottom, #212121 2px, rgba(33, 33, 33, 0) 2px), -webkit-linear-gradient(bottom, #212121 1px, rgba(33, 33, 33, 0) 1px);
  background-image: linear-gradient(to top, #212121 2px, rgba(33, 33, 33, 0) 2px), linear-gradient(to top, #212121 1px, rgba(33, 33, 33, 0) 1px); }

.form-default .form-group.is-focused [class^='bmd-label'],
.form-default .form-group.is-focused [class*=' bmd-label'] {
  color: #212121; }

.form-default .form-group.is-focused .form-control,
.is-focused .form-default .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #212121 2px, rgba(33, 33, 33, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #212121 2px, rgba(33, 33, 33, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-default .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-default .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-default .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-default .form-group.is-focused .form-control, .form-default .form-group.is-focused .form-control.disabled, .form-default .form-group.is-focused .form-control:disabled, .form-default .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-default .form-group.is-focused .form-control.form-control-success,
.is-focused .form-default .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #212121 2px, rgba(33, 33, 33, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #212121 2px, rgba(33, 33, 33, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-default .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-default .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #212121 2px, rgba(33, 33, 33, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #212121 2px, rgba(33, 33, 33, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-default .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-default .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #212121 2px, rgba(33, 33, 33, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #212121 2px, rgba(33, 33, 33, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-default .form-group.is-focused .is-focused .form-control-feedback,
.form-default .form-group.is-focused .is-focused .form-control-label,
.form-default .form-group.is-focused .is-focused .form-check-label,
.form-default .form-group.is-focused .is-focused .form-check-inline,
.form-default .form-group.is-focused .is-focused .custom-control, .form-default .form-group.is-focused.is-focused .form-control-feedback,
.form-default .form-group.is-focused.is-focused .form-control-label,
.form-default .form-group.is-focused.is-focused .form-check-label,
.form-default .form-group.is-focused.is-focused .form-check-inline,
.form-default .form-group.is-focused.is-focused .custom-control {
  color: #212121; }

.form-default .form-group.is-focused .is-focused .form-control, .form-default .form-group.is-focused.is-focused .form-control {
  border-color: #212121; }

.form-default .form-group.is-focused .is-focused .input-group-addon, .form-default .form-group.is-focused.is-focused .input-group-addon {
  color: #212121;
  border-color: #212121;
  background-color: #878787; }

.form-default .form-group.is-focused .is-focused .form-control-feedback, .form-default .form-group.is-focused.is-focused .form-control-feedback {
  color: #212121; }

.form-default .form-group.is-focused .is-focused [class^='bmd-label'],
.form-default .form-group.is-focused .is-focused [class*=' bmd-label'], .form-default .form-group.is-focused.is-focused [class^='bmd-label'],
.form-default .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #212121; }

.form-default .form-group.is-focused .is-focused .bmd-label-placeholder, .form-default .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #212121; }

.form-default .form-group.is-focused .is-focused .form-control, .form-default .form-group.is-focused.is-focused .form-control {
  border-color: #212121; }

.form-default .form-group.is-focused .is-focused .bmd-help, .form-default .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-default .form-group.is-focused .form-control {
  color: #212121;
  background-image: -webkit-linear-gradient(bottom, #212121 2px, rgba(33, 33, 33, 0) 2px), -webkit-linear-gradient(bottom, #212121 1px, rgba(33, 33, 33, 0) 1px);
  background-image: linear-gradient(to top, #212121 2px, rgba(33, 33, 33, 0) 2px), linear-gradient(to top, #212121 1px, rgba(33, 33, 33, 0) 1px); }

.form-primary .form-group.is-focused [class^='bmd-label'],
.form-primary .form-group.is-focused [class*=' bmd-label'] {
  color: #0d47a1; }

.form-primary .form-group.is-focused .form-control,
.is-focused .form-primary .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-primary .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-primary .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-primary .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-primary .form-group.is-focused .form-control, .form-primary .form-group.is-focused .form-control.disabled, .form-primary .form-group.is-focused .form-control:disabled, .form-primary .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-primary .form-group.is-focused .form-control.form-control-success,
.is-focused .form-primary .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-primary .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-primary .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-primary .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-primary .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-primary .form-group.is-focused .is-focused .form-control-feedback,
.form-primary .form-group.is-focused .is-focused .form-control-label,
.form-primary .form-group.is-focused .is-focused .form-check-label,
.form-primary .form-group.is-focused .is-focused .form-check-inline,
.form-primary .form-group.is-focused .is-focused .custom-control, .form-primary .form-group.is-focused.is-focused .form-control-feedback,
.form-primary .form-group.is-focused.is-focused .form-control-label,
.form-primary .form-group.is-focused.is-focused .form-check-label,
.form-primary .form-group.is-focused.is-focused .form-check-inline,
.form-primary .form-group.is-focused.is-focused .custom-control {
  color: #0d47a1; }

.form-primary .form-group.is-focused .is-focused .form-control, .form-primary .form-group.is-focused.is-focused .form-control {
  border-color: #0d47a1; }

.form-primary .form-group.is-focused .is-focused .input-group-addon, .form-primary .form-group.is-focused.is-focused .input-group-addon {
  color: #0d47a1;
  border-color: #0d47a1;
  background-color: #85b1f5; }

.form-primary .form-group.is-focused .is-focused .form-control-feedback, .form-primary .form-group.is-focused.is-focused .form-control-feedback {
  color: #0d47a1; }

.form-primary .form-group.is-focused .is-focused [class^='bmd-label'],
.form-primary .form-group.is-focused .is-focused [class*=' bmd-label'], .form-primary .form-group.is-focused.is-focused [class^='bmd-label'],
.form-primary .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #0d47a1; }

.form-primary .form-group.is-focused .is-focused .bmd-label-placeholder, .form-primary .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #0d47a1; }

.form-primary .form-group.is-focused .is-focused .form-control, .form-primary .form-group.is-focused.is-focused .form-control {
  border-color: #0d47a1; }

.form-primary .form-group.is-focused .is-focused .bmd-help, .form-primary .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-primary .form-group.is-focused .form-control {
  color: #0d47a1;
  background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, #0d47a1 1px, rgba(13, 71, 161, 0) 1px);
  background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, #0d47a1 1px, rgba(13, 71, 161, 0) 1px); }

.form-secondary .form-group.is-focused [class^='bmd-label'],
.form-secondary .form-group.is-focused [class*=' bmd-label'] {
  color: #c51162; }

.form-secondary .form-group.is-focused .form-control,
.is-focused .form-secondary .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #c51162 2px, rgba(197, 17, 98, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #c51162 2px, rgba(197, 17, 98, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-secondary .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-secondary .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-secondary .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-secondary .form-group.is-focused .form-control, .form-secondary .form-group.is-focused .form-control.disabled, .form-secondary .form-group.is-focused .form-control:disabled, .form-secondary .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-secondary .form-group.is-focused .form-control.form-control-success,
.is-focused .form-secondary .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #c51162 2px, rgba(197, 17, 98, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #c51162 2px, rgba(197, 17, 98, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-secondary .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-secondary .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #c51162 2px, rgba(197, 17, 98, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #c51162 2px, rgba(197, 17, 98, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-secondary .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-secondary .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #c51162 2px, rgba(197, 17, 98, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #c51162 2px, rgba(197, 17, 98, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-secondary .form-group.is-focused .is-focused .form-control-feedback,
.form-secondary .form-group.is-focused .is-focused .form-control-label,
.form-secondary .form-group.is-focused .is-focused .form-check-label,
.form-secondary .form-group.is-focused .is-focused .form-check-inline,
.form-secondary .form-group.is-focused .is-focused .custom-control, .form-secondary .form-group.is-focused.is-focused .form-control-feedback,
.form-secondary .form-group.is-focused.is-focused .form-control-label,
.form-secondary .form-group.is-focused.is-focused .form-check-label,
.form-secondary .form-group.is-focused.is-focused .form-check-inline,
.form-secondary .form-group.is-focused.is-focused .custom-control {
  color: #c51162; }

.form-secondary .form-group.is-focused .is-focused .form-control, .form-secondary .form-group.is-focused.is-focused .form-control {
  border-color: #c51162; }

.form-secondary .form-group.is-focused .is-focused .input-group-addon, .form-secondary .form-group.is-focused.is-focused .input-group-addon {
  color: #c51162;
  border-color: #c51162;
  background-color: #f8aacd; }

.form-secondary .form-group.is-focused .is-focused .form-control-feedback, .form-secondary .form-group.is-focused.is-focused .form-control-feedback {
  color: #c51162; }

.form-secondary .form-group.is-focused .is-focused [class^='bmd-label'],
.form-secondary .form-group.is-focused .is-focused [class*=' bmd-label'], .form-secondary .form-group.is-focused.is-focused [class^='bmd-label'],
.form-secondary .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #c51162; }

.form-secondary .form-group.is-focused .is-focused .bmd-label-placeholder, .form-secondary .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #c51162; }

.form-secondary .form-group.is-focused .is-focused .form-control, .form-secondary .form-group.is-focused.is-focused .form-control {
  border-color: #c51162; }

.form-secondary .form-group.is-focused .is-focused .bmd-help, .form-secondary .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-secondary .form-group.is-focused .form-control {
  color: #c51162;
  background-image: -webkit-linear-gradient(bottom, #c51162 2px, rgba(197, 17, 98, 0) 2px), -webkit-linear-gradient(bottom, #c51162 1px, rgba(197, 17, 98, 0) 1px);
  background-image: linear-gradient(to top, #c51162 2px, rgba(197, 17, 98, 0) 2px), linear-gradient(to top, #c51162 1px, rgba(197, 17, 98, 0) 1px); }

.form-success .form-group.is-focused [class^='bmd-label'],
.form-success .form-group.is-focused [class*=' bmd-label'] {
  color: #388e3c; }

.form-success .form-group.is-focused .form-control,
.is-focused .form-success .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #388e3c 2px, rgba(56, 142, 60, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #388e3c 2px, rgba(56, 142, 60, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-success .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-success .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-success .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-success .form-group.is-focused .form-control, .form-success .form-group.is-focused .form-control.disabled, .form-success .form-group.is-focused .form-control:disabled, .form-success .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-success .form-group.is-focused .form-control.form-control-success,
.is-focused .form-success .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #388e3c 2px, rgba(56, 142, 60, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #388e3c 2px, rgba(56, 142, 60, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-success .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-success .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #388e3c 2px, rgba(56, 142, 60, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #388e3c 2px, rgba(56, 142, 60, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-success .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-success .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #388e3c 2px, rgba(56, 142, 60, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #388e3c 2px, rgba(56, 142, 60, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-success .form-group.is-focused .is-focused .form-control-feedback,
.form-success .form-group.is-focused .is-focused .form-control-label,
.form-success .form-group.is-focused .is-focused .form-check-label,
.form-success .form-group.is-focused .is-focused .form-check-inline,
.form-success .form-group.is-focused .is-focused .custom-control, .form-success .form-group.is-focused.is-focused .form-control-feedback,
.form-success .form-group.is-focused.is-focused .form-control-label,
.form-success .form-group.is-focused.is-focused .form-check-label,
.form-success .form-group.is-focused.is-focused .form-check-inline,
.form-success .form-group.is-focused.is-focused .custom-control {
  color: #388e3c; }

.form-success .form-group.is-focused .is-focused .form-control, .form-success .form-group.is-focused.is-focused .form-control {
  border-color: #388e3c; }

.form-success .form-group.is-focused .is-focused .input-group-addon, .form-success .form-group.is-focused.is-focused .input-group-addon {
  color: #388e3c;
  border-color: #388e3c;
  background-color: #b2e0b4; }

.form-success .form-group.is-focused .is-focused .form-control-feedback, .form-success .form-group.is-focused.is-focused .form-control-feedback {
  color: #388e3c; }

.form-success .form-group.is-focused .is-focused [class^='bmd-label'],
.form-success .form-group.is-focused .is-focused [class*=' bmd-label'], .form-success .form-group.is-focused.is-focused [class^='bmd-label'],
.form-success .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #388e3c; }

.form-success .form-group.is-focused .is-focused .bmd-label-placeholder, .form-success .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #388e3c; }

.form-success .form-group.is-focused .is-focused .form-control, .form-success .form-group.is-focused.is-focused .form-control {
  border-color: #388e3c; }

.form-success .form-group.is-focused .is-focused .bmd-help, .form-success .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-success .form-group.is-focused .form-control {
  color: #388e3c;
  background-image: -webkit-linear-gradient(bottom, #388e3c 2px, rgba(56, 142, 60, 0) 2px), -webkit-linear-gradient(bottom, #388e3c 1px, rgba(56, 142, 60, 0) 1px);
  background-image: linear-gradient(to top, #388e3c 2px, rgba(56, 142, 60, 0) 2px), linear-gradient(to top, #388e3c 1px, rgba(56, 142, 60, 0) 1px); }

.form-info .form-group.is-focused [class^='bmd-label'],
.form-info .form-group.is-focused [class*=' bmd-label'] {
  color: #0091ea; }

.form-info .form-group.is-focused .form-control,
.is-focused .form-info .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #0091ea 2px, rgba(0, 145, 234, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #0091ea 2px, rgba(0, 145, 234, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-info .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-info .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-info .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-info .form-group.is-focused .form-control, .form-info .form-group.is-focused .form-control.disabled, .form-info .form-group.is-focused .form-control:disabled, .form-info .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-info .form-group.is-focused .form-control.form-control-success,
.is-focused .form-info .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #0091ea 2px, rgba(0, 145, 234, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0091ea 2px, rgba(0, 145, 234, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-info .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-info .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #0091ea 2px, rgba(0, 145, 234, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0091ea 2px, rgba(0, 145, 234, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-info .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-info .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #0091ea 2px, rgba(0, 145, 234, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #0091ea 2px, rgba(0, 145, 234, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-info .form-group.is-focused .is-focused .form-control-feedback,
.form-info .form-group.is-focused .is-focused .form-control-label,
.form-info .form-group.is-focused .is-focused .form-check-label,
.form-info .form-group.is-focused .is-focused .form-check-inline,
.form-info .form-group.is-focused .is-focused .custom-control, .form-info .form-group.is-focused.is-focused .form-control-feedback,
.form-info .form-group.is-focused.is-focused .form-control-label,
.form-info .form-group.is-focused.is-focused .form-check-label,
.form-info .form-group.is-focused.is-focused .form-check-inline,
.form-info .form-group.is-focused.is-focused .custom-control {
  color: #0091ea; }

.form-info .form-group.is-focused .is-focused .form-control, .form-info .form-group.is-focused.is-focused .form-control {
  border-color: #0091ea; }

.form-info .form-group.is-focused .is-focused .input-group-addon, .form-info .form-group.is-focused.is-focused .input-group-addon {
  color: #0091ea;
  border-color: #0091ea;
  background-color: #b7e4ff; }

.form-info .form-group.is-focused .is-focused .form-control-feedback, .form-info .form-group.is-focused.is-focused .form-control-feedback {
  color: #0091ea; }

.form-info .form-group.is-focused .is-focused [class^='bmd-label'],
.form-info .form-group.is-focused .is-focused [class*=' bmd-label'], .form-info .form-group.is-focused.is-focused [class^='bmd-label'],
.form-info .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #0091ea; }

.form-info .form-group.is-focused .is-focused .bmd-label-placeholder, .form-info .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #0091ea; }

.form-info .form-group.is-focused .is-focused .form-control, .form-info .form-group.is-focused.is-focused .form-control {
  border-color: #0091ea; }

.form-info .form-group.is-focused .is-focused .bmd-help, .form-info .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-info .form-group.is-focused .form-control {
  color: #0091ea;
  background-image: -webkit-linear-gradient(bottom, #0091ea 2px, rgba(0, 145, 234, 0) 2px), -webkit-linear-gradient(bottom, #0091ea 1px, rgba(0, 145, 234, 0) 1px);
  background-image: linear-gradient(to top, #0091ea 2px, rgba(0, 145, 234, 0) 2px), linear-gradient(to top, #0091ea 1px, rgba(0, 145, 234, 0) 1px); }

.form-warning .form-group.is-focused [class^='bmd-label'],
.form-warning .form-group.is-focused [class*=' bmd-label'] {
  color: #ffa000; }

.form-warning .form-group.is-focused .form-control,
.is-focused .form-warning .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #ffa000 2px, rgba(255, 160, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #ffa000 2px, rgba(255, 160, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-warning .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-warning .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-warning .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-warning .form-group.is-focused .form-control, .form-warning .form-group.is-focused .form-control.disabled, .form-warning .form-group.is-focused .form-control:disabled, .form-warning .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-warning .form-group.is-focused .form-control.form-control-success,
.is-focused .form-warning .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #ffa000 2px, rgba(255, 160, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #ffa000 2px, rgba(255, 160, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-warning .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-warning .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #ffa000 2px, rgba(255, 160, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #ffa000 2px, rgba(255, 160, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-warning .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-warning .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #ffa000 2px, rgba(255, 160, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #ffa000 2px, rgba(255, 160, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-warning .form-group.is-focused .is-focused .form-control-feedback,
.form-warning .form-group.is-focused .is-focused .form-control-label,
.form-warning .form-group.is-focused .is-focused .form-check-label,
.form-warning .form-group.is-focused .is-focused .form-check-inline,
.form-warning .form-group.is-focused .is-focused .custom-control, .form-warning .form-group.is-focused.is-focused .form-control-feedback,
.form-warning .form-group.is-focused.is-focused .form-control-label,
.form-warning .form-group.is-focused.is-focused .form-check-label,
.form-warning .form-group.is-focused.is-focused .form-check-inline,
.form-warning .form-group.is-focused.is-focused .custom-control {
  color: #ffa000; }

.form-warning .form-group.is-focused .is-focused .form-control, .form-warning .form-group.is-focused.is-focused .form-control {
  border-color: #ffa000; }

.form-warning .form-group.is-focused .is-focused .input-group-addon, .form-warning .form-group.is-focused.is-focused .input-group-addon {
  color: #ffa000;
  border-color: #ffa000;
  background-color: #ffeccc; }

.form-warning .form-group.is-focused .is-focused .form-control-feedback, .form-warning .form-group.is-focused.is-focused .form-control-feedback {
  color: #ffa000; }

.form-warning .form-group.is-focused .is-focused [class^='bmd-label'],
.form-warning .form-group.is-focused .is-focused [class*=' bmd-label'], .form-warning .form-group.is-focused.is-focused [class^='bmd-label'],
.form-warning .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #ffa000; }

.form-warning .form-group.is-focused .is-focused .bmd-label-placeholder, .form-warning .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #ffa000; }

.form-warning .form-group.is-focused .is-focused .form-control, .form-warning .form-group.is-focused.is-focused .form-control {
  border-color: #ffa000; }

.form-warning .form-group.is-focused .is-focused .bmd-help, .form-warning .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-warning .form-group.is-focused .form-control {
  color: #ffa000;
  background-image: -webkit-linear-gradient(bottom, #ffa000 2px, rgba(255, 160, 0, 0) 2px), -webkit-linear-gradient(bottom, #ffa000 1px, rgba(255, 160, 0, 0) 1px);
  background-image: linear-gradient(to top, #ffa000 2px, rgba(255, 160, 0, 0) 2px), linear-gradient(to top, #ffa000 1px, rgba(255, 160, 0, 0) 1px); }

.form-danger .form-group.is-focused [class^='bmd-label'],
.form-danger .form-group.is-focused [class*=' bmd-label'] {
  color: #d32f2f; }

.form-danger .form-group.is-focused .form-control,
.is-focused .form-danger .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-danger .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-danger .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.form-danger .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .form-danger .form-group.is-focused .form-control, .form-danger .form-group.is-focused .form-control.disabled, .form-danger .form-group.is-focused .form-control:disabled, .form-danger .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.form-danger .form-group.is-focused .form-control.form-control-success,
.is-focused .form-danger .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.form-danger .form-group.is-focused .form-control.form-control-warning,
.is-focused .form-danger .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.form-danger .form-group.is-focused .form-control.form-control-danger,
.is-focused .form-danger .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-danger .form-group.is-focused .is-focused .form-control-feedback,
.form-danger .form-group.is-focused .is-focused .form-control-label,
.form-danger .form-group.is-focused .is-focused .form-check-label,
.form-danger .form-group.is-focused .is-focused .form-check-inline,
.form-danger .form-group.is-focused .is-focused .custom-control, .form-danger .form-group.is-focused.is-focused .form-control-feedback,
.form-danger .form-group.is-focused.is-focused .form-control-label,
.form-danger .form-group.is-focused.is-focused .form-check-label,
.form-danger .form-group.is-focused.is-focused .form-check-inline,
.form-danger .form-group.is-focused.is-focused .custom-control {
  color: #d32f2f; }

.form-danger .form-group.is-focused .is-focused .form-control, .form-danger .form-group.is-focused.is-focused .form-control {
  border-color: #d32f2f; }

.form-danger .form-group.is-focused .is-focused .input-group-addon, .form-danger .form-group.is-focused.is-focused .input-group-addon {
  color: #d32f2f;
  border-color: #d32f2f;
  background-color: #f7d7d7; }

.form-danger .form-group.is-focused .is-focused .form-control-feedback, .form-danger .form-group.is-focused.is-focused .form-control-feedback {
  color: #d32f2f; }

.form-danger .form-group.is-focused .is-focused [class^='bmd-label'],
.form-danger .form-group.is-focused .is-focused [class*=' bmd-label'], .form-danger .form-group.is-focused.is-focused [class^='bmd-label'],
.form-danger .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #d32f2f; }

.form-danger .form-group.is-focused .is-focused .bmd-label-placeholder, .form-danger .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #d32f2f; }

.form-danger .form-group.is-focused .is-focused .form-control, .form-danger .form-group.is-focused.is-focused .form-control {
  border-color: #d32f2f; }

.form-danger .form-group.is-focused .is-focused .bmd-help, .form-danger .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.form-danger .form-group.is-focused .form-control {
  color: #d32f2f;
  background-image: -webkit-linear-gradient(bottom, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), -webkit-linear-gradient(bottom, #d32f2f 1px, rgba(211, 47, 47, 0) 1px);
  background-image: linear-gradient(to top, #d32f2f 2px, rgba(211, 47, 47, 0) 2px), linear-gradient(to top, #d32f2f 1px, rgba(211, 47, 47, 0) 1px); }

.checkbox-inline .checkbox {
  position: relative;
  display: inline-block;
  margin-right: 10px; }

.checkbox-inline.checkbox-white label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-white input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #ffffff;
  border-color: #ffffff; }

.checkbox.checkbox-white label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-white input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #ffffff;
  border-color: #ffffff; }

.checkbox-inline.checkbox-white label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-white label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-white input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #ffffff; }

.checkbox-inline.checkbox-black label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-black input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #000000;
  border-color: #000000; }

.checkbox.checkbox-black label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-black input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #000000;
  border-color: #000000; }

.checkbox-inline.checkbox-black label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-black label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-black input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #000000; }

.checkbox-inline.checkbox-light label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-light input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #f5f5f5;
  border-color: #f5f5f5; }

.checkbox.checkbox-light label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-light input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #f5f5f5;
  border-color: #f5f5f5; }

.checkbox-inline.checkbox-light label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-light label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-light input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #f5f5f5; }

.checkbox-inline.checkbox-dark label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-dark input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #212121;
  border-color: #212121; }

.checkbox.checkbox-dark label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-dark input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #212121;
  border-color: #212121; }

.checkbox-inline.checkbox-dark label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-dark label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-dark input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #212121; }

.checkbox-inline.checkbox-default label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-default input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #212121;
  border-color: #212121; }

.checkbox.checkbox-default label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-default input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #212121;
  border-color: #212121; }

.checkbox-inline.checkbox-default label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-default label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-default input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #212121; }

.checkbox-inline.checkbox-primary label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-primary input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #0d47a1;
  border-color: #0d47a1; }

.checkbox.checkbox-primary label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-primary input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #0d47a1;
  border-color: #0d47a1; }

.checkbox-inline.checkbox-primary label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-primary label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-primary input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #0d47a1; }

.checkbox-inline.checkbox-secondary label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-secondary input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #c51162;
  border-color: #c51162; }

.checkbox.checkbox-secondary label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-secondary input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #c51162;
  border-color: #c51162; }

.checkbox-inline.checkbox-secondary label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-secondary label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-secondary input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #c51162; }

.checkbox-inline.checkbox-success label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-success input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #388e3c;
  border-color: #388e3c; }

.checkbox.checkbox-success label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-success input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #388e3c;
  border-color: #388e3c; }

.checkbox-inline.checkbox-success label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-success label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-success input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #388e3c; }

.checkbox-inline.checkbox-info label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-info input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #0091ea;
  border-color: #0091ea; }

.checkbox.checkbox-info label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-info input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #0091ea;
  border-color: #0091ea; }

.checkbox-inline.checkbox-info label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-info label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-info input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #0091ea; }

.checkbox-inline.checkbox-warning label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-warning input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #ffa000;
  border-color: #ffa000; }

.checkbox.checkbox-warning label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-warning input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #ffa000;
  border-color: #ffa000; }

.checkbox-inline.checkbox-warning label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-warning label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-warning input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #ffa000; }

.checkbox-inline.checkbox-danger label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-danger input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #d32f2f;
  border-color: #d32f2f; }

.checkbox.checkbox-danger label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline.checkbox-danger input[type="checkbox"]:checked + .checkbox-decorator .check {
  color: #d32f2f;
  border-color: #d32f2f; }

.checkbox-inline.checkbox-danger label input[type=checkbox]:checked + .checkbox-decorator .check::before,
.checkbox.checkbox-danger label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline.checkbox-danger input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #d32f2f; }

.radio.radio-white label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-white input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #ffffff; }

.radio.radio-white label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-white input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #ffffff; }

.radio.radio-black label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-black input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #000000; }

.radio.radio-black label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-black input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #000000; }

.radio.radio-light label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-light input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #f5f5f5; }

.radio.radio-light label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-light input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #f5f5f5; }

.radio.radio-dark label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-dark input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #212121; }

.radio.radio-dark label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-dark input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #212121; }

.radio.radio-default label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-default input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #212121; }

.radio.radio-default label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-default input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #212121; }

.radio.radio-primary label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-primary input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #0d47a1; }

.radio.radio-primary label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-primary input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #0d47a1; }

.radio.radio-secondary label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-secondary input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #c51162; }

.radio.radio-secondary label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-secondary input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #c51162; }

.radio.radio-success label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-success input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #388e3c; }

.radio.radio-success label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-success input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #388e3c; }

.radio.radio-info label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-info input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #0091ea; }

.radio.radio-info label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-info input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #0091ea; }

.radio.radio-warning label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-warning input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #ffa000; }

.radio.radio-warning label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-warning input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #ffa000; }

.radio.radio-danger label input[type=radio]:checked ~ .bmd-radio-inner-circle,
label.radio-inline.radio-danger input[type=radio]:checked ~ .bmd-radio-inner-circle {
  background-color: #d32f2f; }

.radio.radio-danger label input[type=radio]:checked ~ .bmd-radio-outer-circle,
label.radio-inline.radio-danger input[type=radio]:checked ~ .bmd-radio-outer-circle {
  border-color: #d32f2f; }

/**
http://codepen.io/fxm90/pen/qObMQE
 * Cross browser "<input type="range" />" reset
 * Source: https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
 */
input[type="range"] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */ }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type="range"]:focus {
  outline: none;
  /* Removes the blue border. */
  border: 0; }

input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  /* Hides the slider so custom styles can be added */
  border-color: transparent;
  color: transparent; }

/**
 * You can't comma-separate the browser specific selectors, therefore we use a mixin.
 */
input[type="range"]::-webkit-slider-runnable-track {
  height: .25rem;
  margin: .875rem 0;
  background: #ddd;
  border: none; }

input[type="range"]::-moz-range-track {
  height: .25rem;
  margin: .875rem 0;
  background: #ddd;
  border: none; }

input[type="range"]::-ms-track {
  height: .25rem;
  margin: .875rem 0;
  background: #ddd;
  border: none; }

input[type="range"].input-range-white::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-white:focus::-webkit-slider-thumb {
  background: #ffffff;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 255, 255, 0.5); }

input[type="range"].input-range-white::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-white:focus::-moz-range-thumb {
  background: #ffffff;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 255, 255, 0.5); }

input[type="range"].input-range-white::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-white:focus::-ms-thumb {
  background: #ffffff;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 255, 255, 0.5); }

input[type="range"].input-range-black::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #000000;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-black:focus::-webkit-slider-thumb {
  background: #000000;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 0, 0, 0.5); }

input[type="range"].input-range-black::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #000000;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-black:focus::-moz-range-thumb {
  background: #000000;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 0, 0, 0.5); }

input[type="range"].input-range-black::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #000000;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-black:focus::-ms-thumb {
  background: #000000;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 0, 0, 0.5); }

input[type="range"].input-range-light::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-light:focus::-webkit-slider-thumb {
  background: #f5f5f5;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5); }

input[type="range"].input-range-light::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-light:focus::-moz-range-thumb {
  background: #f5f5f5;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5); }

input[type="range"].input-range-light::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #f5f5f5;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-light:focus::-ms-thumb {
  background: #f5f5f5;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(245, 245, 245, 0.5); }

input[type="range"].input-range-dark::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-dark:focus::-webkit-slider-thumb {
  background: #212121;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5); }

input[type="range"].input-range-dark::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-dark:focus::-moz-range-thumb {
  background: #212121;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5); }

input[type="range"].input-range-dark::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-dark:focus::-ms-thumb {
  background: #212121;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5); }

input[type="range"].input-range-default::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-default:focus::-webkit-slider-thumb {
  background: #212121;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5); }

input[type="range"].input-range-default::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-default:focus::-moz-range-thumb {
  background: #212121;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5); }

input[type="range"].input-range-default::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #212121;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-default:focus::-ms-thumb {
  background: #212121;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(33, 33, 33, 0.5); }

input[type="range"].input-range-primary::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0d47a1;
  border-radius: 50%;
  background: #0d47a1;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-primary:focus::-webkit-slider-thumb {
  background: #0d47a1;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(13, 71, 161, 0.5); }

input[type="range"].input-range-primary::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0d47a1;
  border-radius: 50%;
  background: #0d47a1;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-primary:focus::-moz-range-thumb {
  background: #0d47a1;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(13, 71, 161, 0.5); }

input[type="range"].input-range-primary::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0d47a1;
  border-radius: 50%;
  background: #0d47a1;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-primary:focus::-ms-thumb {
  background: #0d47a1;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(13, 71, 161, 0.5); }

input[type="range"].input-range-secondary::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #c51162;
  border-radius: 50%;
  background: #c51162;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-secondary:focus::-webkit-slider-thumb {
  background: #c51162;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(197, 17, 98, 0.5); }

input[type="range"].input-range-secondary::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #c51162;
  border-radius: 50%;
  background: #c51162;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-secondary:focus::-moz-range-thumb {
  background: #c51162;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(197, 17, 98, 0.5); }

input[type="range"].input-range-secondary::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #c51162;
  border-radius: 50%;
  background: #c51162;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-secondary:focus::-ms-thumb {
  background: #c51162;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(197, 17, 98, 0.5); }

input[type="range"].input-range-success::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-success:focus::-webkit-slider-thumb {
  background: #388e3c;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5); }

input[type="range"].input-range-success::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-success:focus::-moz-range-thumb {
  background: #388e3c;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5); }

input[type="range"].input-range-success::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #388e3c;
  border-radius: 50%;
  background: #388e3c;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-success:focus::-ms-thumb {
  background: #388e3c;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(56, 142, 60, 0.5); }

input[type="range"].input-range-info::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0091ea;
  border-radius: 50%;
  background: #0091ea;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-info:focus::-webkit-slider-thumb {
  background: #0091ea;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 145, 234, 0.5); }

input[type="range"].input-range-info::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0091ea;
  border-radius: 50%;
  background: #0091ea;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-info:focus::-moz-range-thumb {
  background: #0091ea;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 145, 234, 0.5); }

input[type="range"].input-range-info::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #0091ea;
  border-radius: 50%;
  background: #0091ea;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-info:focus::-ms-thumb {
  background: #0091ea;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(0, 145, 234, 0.5); }

input[type="range"].input-range-warning::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-warning:focus::-webkit-slider-thumb {
  background: #ffa000;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5); }

input[type="range"].input-range-warning::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-warning:focus::-moz-range-thumb {
  background: #ffa000;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5); }

input[type="range"].input-range-warning::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #ffa000;
  border-radius: 50%;
  background: #ffa000;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-warning:focus::-ms-thumb {
  background: #ffa000;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(255, 160, 0, 0.5); }

input[type="range"].input-range-danger::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #d32f2f;
  border-radius: 50%;
  background: #d32f2f;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="range"].input-range-danger:focus::-webkit-slider-thumb {
  background: #d32f2f;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(211, 47, 47, 0.5); }

input[type="range"].input-range-danger::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #d32f2f;
  border-radius: 50%;
  background: #d32f2f;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

input[type="range"].input-range-danger:focus::-moz-range-thumb {
  background: #d32f2f;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(211, 47, 47, 0.5); }

input[type="range"].input-range-danger::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border: 0.25rem solid #d32f2f;
  border-radius: 50%;
  background: #d32f2f;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  transform: translateY(calc(.5rem - 50%)); }

input[type="range"].input-range-danger:focus::-ms-thumb {
  background: #d32f2f;
  /** Workaround for semi transparent border. */
  border-width: 0;
  box-shadow: 0px 0px 0px 0.5rem rgba(211, 47, 47, 0.5); }

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1;
  box-sizing: border-box; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-stacking + .noUi-origin {
  *z-index: -1; }

.noUi-handle:after, .noUi-handle:before {
  display: none; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 10px; }

.noUi-horizontal .noUi-handle {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  left: -10px;
  top: -5px; }

.noUi-horizontal.noUi-extended {
  padding: 0 15px; }

.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px; }

.noUi-background {
  height: 2px;
  margin: 20px 0; }

.noUi-origin {
  margin: -1px 0 0 0;
  border-radius: 0;
  height: 2px;
  background: #e0e0e0; }

.noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: #fff;
  border: 2px solid #e0e0e0; }

.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
  border-width: 1px; }

.noUi-target {
  border-radius: 2px; }

.noUi-handle {
  border-radius: 100%;
  cursor: default;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid; }

.noUi-horizontal {
  height: 2px;
  margin: 15px 0; }

.noUi-horizontal .noUi-handle.noUi-active {
  -webkit-transform: scale(2.5);
  transform: scale(2.5); }

[disabled].noUi-slider {
  opacity: 0.5; }

[disabled] .noUi-handle {
  cursor: not-allowed; }

.slider {
  background: #e0e0e0; }

.slider-white .noUi-connect,
.slider-white .noUi-background,
.slider-white .noUi-base,
.slider-white .noUi-target,
.slider-white .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-white .noUi-connect {
  background-color: #ffffff !important;
  border-color: #ffffff !important; }

.slider-white .noUi-handle {
  background-color: white !important;
  border-color: white !important; }

.slider-white .noUi-background {
  background-color: white !important;
  border-color: white !important; }

.slider-white .noUi-base {
  background-color: white !important;
  border-color: white !important; }

.slider-black .noUi-connect,
.slider-black .noUi-background,
.slider-black .noUi-base,
.slider-black .noUi-target,
.slider-black .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-black .noUi-connect {
  background-color: #000000 !important;
  border-color: #000000 !important; }

.slider-black .noUi-handle {
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important; }

.slider-black .noUi-background {
  background-color: #333333 !important;
  border-color: #333333 !important; }

.slider-black .noUi-base {
  background-color: #333333 !important;
  border-color: #333333 !important; }

.slider-light .noUi-connect,
.slider-light .noUi-background,
.slider-light .noUi-base,
.slider-light .noUi-target,
.slider-light .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-light .noUi-connect {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important; }

.slider-light .noUi-handle {
  background-color: white !important;
  border-color: white !important; }

.slider-light .noUi-background {
  background-color: white !important;
  border-color: white !important; }

.slider-light .noUi-base {
  background-color: white !important;
  border-color: white !important; }

.slider-dark .noUi-connect,
.slider-dark .noUi-background,
.slider-dark .noUi-base,
.slider-dark .noUi-target,
.slider-dark .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-dark .noUi-connect {
  background-color: #212121 !important;
  border-color: #212121 !important; }

.slider-dark .noUi-handle {
  background-color: #2e2e2e !important;
  border-color: #2e2e2e !important; }

.slider-dark .noUi-background {
  background-color: #545454 !important;
  border-color: #545454 !important; }

.slider-dark .noUi-base {
  background-color: #545454 !important;
  border-color: #545454 !important; }

.slider-default .noUi-connect,
.slider-default .noUi-background,
.slider-default .noUi-base,
.slider-default .noUi-target,
.slider-default .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-default .noUi-connect {
  background-color: #212121 !important;
  border-color: #212121 !important; }

.slider-default .noUi-handle {
  background-color: #2e2e2e !important;
  border-color: #2e2e2e !important; }

.slider-default .noUi-background {
  background-color: #545454 !important;
  border-color: #545454 !important; }

.slider-default .noUi-base {
  background-color: #545454 !important;
  border-color: #545454 !important; }

.slider-primary .noUi-connect,
.slider-primary .noUi-background,
.slider-primary .noUi-base,
.slider-primary .noUi-target,
.slider-primary .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-primary .noUi-connect {
  background-color: #0d47a1 !important;
  border-color: #0d47a1 !important; }

.slider-primary .noUi-handle {
  background-color: #0f51b9 !important;
  border-color: #0f51b9 !important; }

.slider-primary .noUi-background {
  background-color: #2674ee !important;
  border-color: #2674ee !important; }

.slider-primary .noUi-base {
  background-color: #2674ee !important;
  border-color: #2674ee !important; }

.slider-secondary .noUi-connect,
.slider-secondary .noUi-background,
.slider-secondary .noUi-base,
.slider-secondary .noUi-target,
.slider-secondary .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-secondary .noUi-connect {
  background-color: #c51162 !important;
  border-color: #c51162 !important; }

.slider-secondary .noUi-handle {
  background-color: #dc136e !important;
  border-color: #dc136e !important; }

.slider-secondary .noUi-background {
  background-color: #f04c96 !important;
  border-color: #f04c96 !important; }

.slider-secondary .noUi-base {
  background-color: #f04c96 !important;
  border-color: #f04c96 !important; }

.slider-success .noUi-connect,
.slider-success .noUi-background,
.slider-success .noUi-base,
.slider-success .noUi-target,
.slider-success .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-success .noUi-connect {
  background-color: #388e3c !important;
  border-color: #388e3c !important; }

.slider-success .noUi-handle {
  background-color: #3fa044 !important;
  border-color: #3fa044 !important; }

.slider-success .noUi-background {
  background-color: #68c46d !important;
  border-color: #68c46d !important; }

.slider-success .noUi-base {
  background-color: #68c46d !important;
  border-color: #68c46d !important; }

.slider-info .noUi-connect,
.slider-info .noUi-background,
.slider-info .noUi-base,
.slider-info .noUi-target,
.slider-info .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-info .noUi-connect {
  background-color: #0091ea !important;
  border-color: #0091ea !important; }

.slider-info .noUi-handle {
  background-color: #05a0ff !important;
  border-color: #05a0ff !important; }

.slider-info .noUi-background {
  background-color: #51bdff !important;
  border-color: #51bdff !important; }

.slider-info .noUi-base {
  background-color: #51bdff !important;
  border-color: #51bdff !important; }

.slider-warning .noUi-connect,
.slider-warning .noUi-background,
.slider-warning .noUi-base,
.slider-warning .noUi-target,
.slider-warning .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-warning .noUi-connect {
  background-color: #ffa000 !important;
  border-color: #ffa000 !important; }

.slider-warning .noUi-handle {
  background-color: #ffaa1a !important;
  border-color: #ffaa1a !important; }

.slider-warning .noUi-background {
  background-color: #ffc666 !important;
  border-color: #ffc666 !important; }

.slider-warning .noUi-base {
  background-color: #ffc666 !important;
  border-color: #ffc666 !important; }

.slider-danger .noUi-connect,
.slider-danger .noUi-background,
.slider-danger .noUi-base,
.slider-danger .noUi-target,
.slider-danger .noUi-handle {
  box-shadow: none !important;
  border-color: none !important;
  background-color: none !important;
  color: none !important; }

.slider-danger .noUi-connect {
  background-color: #d32f2f !important;
  border-color: #d32f2f !important; }

.slider-danger .noUi-handle {
  background-color: #d74444 !important;
  border-color: #d74444 !important; }

.slider-danger .noUi-background {
  background-color: #e58383 !important;
  border-color: #e58383 !important; }

.slider-danger .noUi-base {
  background-color: #e58383 !important;
  border-color: #e58383 !important; }

.switch.switch-white label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #ffffff 50%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #ffffff 50%, #ffffff 100%); }

.switch.switch-white label input:checked + .bmd-switch-track::after {
  background-color: #ffffff; }

.switch.switch-white label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, white 50%, white 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, white 50%, white 100%); }

.switch.switch-black label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #000000 50%, #000000 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #000000 50%, #000000 100%); }

.switch.switch-black label input:checked + .bmd-switch-track::after {
  background-color: #000000; }

.switch.switch-black label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #545454 50%, #545454 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #545454 50%, #545454 100%); }

.switch.switch-light label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #f5f5f5 50%, #f5f5f5 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #f5f5f5 50%, #f5f5f5 100%); }

.switch.switch-light label input:checked + .bmd-switch-track::after {
  background-color: #f5f5f5; }

.switch.switch-light label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, white 50%, white 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, white 50%, white 100%); }

.switch.switch-dark label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #212121 50%, #212121 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #212121 50%, #212121 100%); }

.switch.switch-dark label input:checked + .bmd-switch-track::after {
  background-color: #212121; }

.switch.switch-dark label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #757575 50%, #757575 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #757575 50%, #757575 100%); }

.switch.switch-default label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #212121 50%, #212121 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #212121 50%, #212121 100%); }

.switch.switch-default label input:checked + .bmd-switch-track::after {
  background-color: #212121; }

.switch.switch-default label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #757575 50%, #757575 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #757575 50%, #757575 100%); }

.switch.switch-primary label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #0d47a1 50%, #0d47a1 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #0d47a1 50%, #0d47a1 100%); }

.switch.switch-primary label input:checked + .bmd-switch-track::after {
  background-color: #0d47a1; }

.switch.switch-primary label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #649cf2 50%, #649cf2 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #649cf2 50%, #649cf2 100%); }

.switch.switch-secondary label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #c51162 50%, #c51162 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #c51162 50%, #c51162 100%); }

.switch.switch-secondary label input:checked + .bmd-switch-track::after {
  background-color: #c51162; }

.switch.switch-secondary label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #f589ba 50%, #f589ba 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #f589ba 50%, #f589ba 100%); }

.switch.switch-success label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #388e3c 50%, #388e3c 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #388e3c 50%, #388e3c 100%); }

.switch.switch-success label input:checked + .bmd-switch-track::after {
  background-color: #388e3c; }

.switch.switch-success label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #98d69b 50%, #98d69b 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #98d69b 50%, #98d69b 100%); }

.switch.switch-info label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #0091ea 50%, #0091ea 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #0091ea 50%, #0091ea 100%); }

.switch.switch-info label input:checked + .bmd-switch-track::after {
  background-color: #0091ea; }

.switch.switch-info label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #93d6ff 50%, #93d6ff 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #93d6ff 50%, #93d6ff 100%); }

.switch.switch-warning label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #ffa000 50%, #ffa000 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #ffa000 50%, #ffa000 100%); }

.switch.switch-warning label input:checked + .bmd-switch-track::after {
  background-color: #ffa000; }

.switch.switch-warning label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #ffdfa8 50%, #ffdfa8 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #ffdfa8 50%, #ffdfa8 100%); }

.switch.switch-danger label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #d32f2f 50%, #d32f2f 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #d32f2f 50%, #d32f2f 100%); }

.switch.switch-danger label input:checked + .bmd-switch-track::after {
  background-color: #d32f2f; }

.switch.switch-danger label .bmd-switch-track {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #f0baba 50%, #f0baba 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #f0baba 50%, #f0baba 100%); }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.dropzone,
.dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 200px;
  border: 2px dashed #9e9e9e;
  background: #fff;
  padding: 40px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.dtp-picker-days th {
  border-top: 0; }

.dtp-buttons .btn {
  margin-left: 5px; }

.table th,
.table td {
  border-color: #bdbdbd;
  border-width: 1px; }

.table thead th, .table thead td,
.table tbody th,
.table tbody td {
  border-color: #bdbdbd;
  border-width: 1px;
  display: table-cell;
  vertical-align: middle; }

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

.table tbody tr.table-white > th,
.table tbody tr.table-white > td {
  background-color: #ffffff;
  color: #fff; }

.table tbody tr.table-black > th,
.table tbody tr.table-black > td {
  background-color: #000000;
  color: #fff; }

.table tbody tr.table-light > th,
.table tbody tr.table-light > td {
  background-color: #f5f5f5;
  color: #fff; }

.table tbody tr.table-dark > th,
.table tbody tr.table-dark > td {
  background-color: #212121;
  color: #fff; }

.table tbody tr.table-default > th,
.table tbody tr.table-default > td {
  background-color: #212121;
  color: #fff; }

.table tbody tr.table-primary > th,
.table tbody tr.table-primary > td {
  background-color: #0d47a1;
  color: #fff; }

.table tbody tr.table-secondary > th,
.table tbody tr.table-secondary > td {
  background-color: #c51162;
  color: #fff; }

.table tbody tr.table-success > th,
.table tbody tr.table-success > td {
  background-color: #388e3c;
  color: #fff; }

.table tbody tr.table-info > th,
.table tbody tr.table-info > td {
  background-color: #0091ea;
  color: #fff; }

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

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

.table .thead-white {
  background-color: #ffffff;
  color: #fff; }

.table .thead-black {
  background-color: #000000;
  color: #fff; }

.table .thead-light {
  background-color: #f5f5f5;
  color: #fff; }

.table .thead-dark {
  background-color: #212121;
  color: #fff; }

.table .thead-primary {
  background-color: #0d47a1;
  color: #fff; }

.table .thead-secondary {
  background-color: #c51162;
  color: #fff; }

.table .thead-success {
  background-color: #388e3c;
  color: #fff; }

.table .thead-info {
  background-color: #0091ea;
  color: #fff; }

.table .thead-warning {
  background-color: #ffa000;
  color: #fff; }

.table .thead-danger {
  background-color: #d32f2f;
  color: #fff; }

.table.table-unbordered thead th, .table.table-unbordered thead td, .table.table-unbordered thead tr,
.table.table-unbordered tbody th,
.table.table-unbordered tbody td,
.table.table-unbordered tbody tr {
  border: none !important; }

.table.table-hover.table-hover-white tbody td:hover,
.table.table-hover.table-hover-white tbody tr:hover {
  background-color: #ffffff;
  color: #fff; }

.table.table-hover.table-hover-black tbody td:hover,
.table.table-hover.table-hover-black tbody tr:hover {
  background-color: #000000;
  color: #fff; }

.table.table-hover.table-hover-light tbody td:hover,
.table.table-hover.table-hover-light tbody tr:hover {
  background-color: #f5f5f5;
  color: #fff; }

.table.table-hover.table-hover-dark tbody td:hover,
.table.table-hover.table-hover-dark tbody tr:hover {
  background-color: #212121;
  color: #fff; }

.table.table-hover.table-hover-default tbody td:hover,
.table.table-hover.table-hover-default tbody tr:hover {
  background-color: #212121;
  color: #fff; }

.table.table-hover.table-hover-primary tbody td:hover,
.table.table-hover.table-hover-primary tbody tr:hover {
  background-color: #0d47a1;
  color: #fff; }

.table.table-hover.table-hover-secondary tbody td:hover,
.table.table-hover.table-hover-secondary tbody tr:hover {
  background-color: #c51162;
  color: #fff; }

.table.table-hover.table-hover-success tbody td:hover,
.table.table-hover.table-hover-success tbody tr:hover {
  background-color: #388e3c;
  color: #fff; }

.table.table-hover.table-hover-info tbody td:hover,
.table.table-hover.table-hover-info tbody tr:hover {
  background-color: #0091ea;
  color: #fff; }

.table.table-hover.table-hover-warning tbody td:hover,
.table.table-hover.table-hover-warning tbody tr:hover {
  background-color: #ffa000;
  color: #fff; }

.table.table-hover.table-hover-danger tbody td:hover,
.table.table-hover.table-hover-danger tbody tr:hover {
  background-color: #d32f2f;
  color: #fff; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important; }

table.dataTable td,
table.dataTable th {
  box-sizing: content-box; }

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length {
  text-align: right;
  float: left; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  display: inline-block;
  padding: 5px 10px; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
  padding: 5px 10px;
  outline: none !important; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  min-width: 120px;
  padding: 5px 10px;
  outline: none !important; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 20px 0;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_paginate .paginate_button {
  border-right-color: transparent;
  padding: 10px 15px; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'FontAwesome';
  opacity: 0.5; }

table.dataTable thead .sorting:after {
  bottom: 10px;
  opacity: 0.2;
  content: "\f0dc"; }

table.dataTable thead .sorting_asc:after {
  content: "\f0de"; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd"; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable {
  border-collapse: collapse !important; }

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

div.dataTables_wrapper div.dataTables_length select {
  background: #f5f5f5 !important;
  border-color: #e0e0e0; }

div.dataTables_wrapper div.dataTables_filter input {
  background: #f5f5f5;
  border-color: #e0e0e0;
  border: 1px solid #e0e0e0; }

div.dataTables_wrapper div.dataTables_paginate .paginate_button {
  border: 1px solid #e0e0e0;
  border-right: 0;
  color: #212121; }

div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
  border: 1px solid #303f9f;
  background-color: #303f9f;
  color: #fff !important; }

div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #2a378b;
  background-color: #2a378b;
  color: #fff; }

div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
  border-right: 1px solid #e0e0e0; }

div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
  background-color: #f5f5f5; }

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #212121; }

.top {
  height: 120px;
  padding: 40px 0;
  color: #fff; }

.top .text {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500; }

.top .text .fa-adjust {
  margin-right: 5px;
  color: #ffab00; }

.tagline {
  margin-bottom: 40px;
  color: #fff; }

.tagline h3 {
  margin-bottom: 20px; }

.description {
  margin-bottom: 80px; }

.middle-1, .middle-2, .middle-3, .middle-4, .middle-5 {
  margin-bottom: 40px; }

.middle-1 .screenshot, .middle-2 .screenshot, .middle-3 .screenshot, .middle-4 .screenshot, .middle-5 .screenshot {
  color: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px; }

.middle-1 h5, .middle-2 h5, .middle-3 h5, .middle-4 h5, .middle-5 h5 {
  font-size: 18px; }

.separator {
  margin: 80px 0; }

.separator i {
  font-size: 40px; }

.separator h5 {
  margin: 20px 0; }

.separator p {
  font-size: 14px; }

.bottom {
  margin-top: 100px;
  font-size: 0.9rem; }

@media (max-width: 543px) {
  .middle-1 .screenshot, .middle-2 .screenshot {
    margin-bottom: 20px; } }

.banners .icon {
  height: 80px;
  width: 80px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #ffa000;
  color: #000; }

.banners .icon .fa {
  color: #000;
  font-size: 44px;
  margin-top: 4px; }

.banners .icon .letter {
  margin-top: 4px;
  font-size: 11px; }

.banners .banner {
  width: 590px;
  height: 300px;
  overflow: hidden;
  position: relative;
  background: #212121;
  color: #fff; }

.banners .banner .screenshot {
  position: absolute;
  top: 60px;
  left: 220px;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.banners .banner .title {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.banners .banner .title .fa {
  margin-right: 5px;
  color: #ffa000; }

.banners .banner .tagline {
  font-size: 12px;
  position: absolute;
  top: 60px;
  left: 20px;
  width: 160px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.banners .banner .description {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  position: absolute;
  top: 140px;
  left: 0px;
  width: 160px; }

.banners .banner:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background-image: url(../../assets/images/432.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25; }

.error-page {
  max-width: 500px;
  padding: 40px;
  color: #fff; }

.error-page h1 {
  font-size: 128px;
  text-shadow: 1px 1px 1px black;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px; }

.error-page h3 {
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px; }

.error-page form {
  width: 100%;
  margin-bottom: 40px; }

.error-page form.form-white .form-group [class^='bmd-label'],
.error-page form.form-white .form-group [class*=' bmd-label'], .error-page form.form-white .form-group.is-focused [class^='bmd-label'],
.error-page form.form-white .form-group.is-focused [class*=' bmd-label'] {
  color: #fff; }

.error-page form.form-white .form-group .form-control,
.is-focused .error-page form.form-white .form-group .form-control, .error-page form.form-white .form-group.is-focused .form-control,
.is-focused .error-page form.form-white .form-group.is-focused .form-control {
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.error-page form.form-white .form-group .form-control:invalid, .error-page form.form-white .form-group.is-focused .form-control:invalid {
  background-image: -webkit-linear-gradient(bottom, #d50000 2px, rgba(213, 0, 0, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.error-page form.form-white .form-group .form-control:-moz-read-only, .error-page form.form-white .form-group.is-focused .form-control:-moz-read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

.error-page form.form-white .form-group .form-control:read-only, .error-page form.form-white .form-group.is-focused .form-control:read-only {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }

fieldset[disabled][disabled] .error-page form.form-white .form-group .form-control, .error-page form.form-white .form-group .form-control.disabled, .error-page form.form-white .form-group .form-control:disabled, .error-page form.form-white .form-group .form-control[disabled], fieldset[disabled][disabled] .error-page form.form-white .form-group.is-focused .form-control, .error-page form.form-white .form-group.is-focused .form-control.disabled, .error-page form.form-white .form-group.is-focused .form-control:disabled, .error-page form.form-white .form-group.is-focused .form-control[disabled] {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px; }

.error-page form.form-white .form-group .form-control.form-control-success,
.is-focused .error-page form.form-white .form-group .form-control.form-control-success, .error-page form.form-white .form-group.is-focused .form-control.form-control-success,
.is-focused .error-page form.form-white .form-group.is-focused .form-control.form-control-success {
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.error-page form.form-white .form-group .form-control.form-control-warning,
.is-focused .error-page form.form-white .form-group .form-control.form-control-warning, .error-page form.form-white .form-group.is-focused .form-control.form-control-warning,
.is-focused .error-page form.form-white .form-group.is-focused .form-control.form-control-warning {
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.error-page form.form-white .form-group .form-control.form-control-danger,
.is-focused .error-page form.form-white .form-group .form-control.form-control-danger, .error-page form.form-white .form-group.is-focused .form-control.form-control-danger,
.is-focused .error-page form.form-white .form-group.is-focused .form-control.form-control-danger {
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.error-page form.form-white .form-group .is-focused .form-control-feedback,
.error-page form.form-white .form-group .is-focused .form-control-label,
.error-page form.form-white .form-group .is-focused .form-check-label,
.error-page form.form-white .form-group .is-focused .form-check-inline,
.error-page form.form-white .form-group .is-focused .custom-control, .error-page form.form-white .form-group.is-focused .form-control-feedback,
.error-page form.form-white .form-group.is-focused .form-control-label,
.error-page form.form-white .form-group.is-focused .form-check-label,
.error-page form.form-white .form-group.is-focused .form-check-inline,
.error-page form.form-white .form-group.is-focused .custom-control, .error-page form.form-white .form-group.is-focused .is-focused .form-control-feedback,
.error-page form.form-white .form-group.is-focused .is-focused .form-control-label,
.error-page form.form-white .form-group.is-focused .is-focused .form-check-label,
.error-page form.form-white .form-group.is-focused .is-focused .form-check-inline,
.error-page form.form-white .form-group.is-focused .is-focused .custom-control, .error-page form.form-white .form-group.is-focused.is-focused .form-control-feedback,
.error-page form.form-white .form-group.is-focused.is-focused .form-control-label,
.error-page form.form-white .form-group.is-focused.is-focused .form-check-label,
.error-page form.form-white .form-group.is-focused.is-focused .form-check-inline,
.error-page form.form-white .form-group.is-focused.is-focused .custom-control {
  color: #fff; }

.error-page form.form-white .form-group .is-focused .form-control, .error-page form.form-white .form-group.is-focused .form-control, .error-page form.form-white .form-group.is-focused .is-focused .form-control, .error-page form.form-white .form-group.is-focused.is-focused .form-control {
  border-color: #fff; }

.error-page form.form-white .form-group .is-focused .input-group-addon, .error-page form.form-white .form-group.is-focused .input-group-addon, .error-page form.form-white .form-group.is-focused .is-focused .input-group-addon, .error-page form.form-white .form-group.is-focused.is-focused .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: white; }

.error-page form.form-white .form-group .is-focused .form-control-feedback, .error-page form.form-white .form-group.is-focused .form-control-feedback, .error-page form.form-white .form-group.is-focused .is-focused .form-control-feedback, .error-page form.form-white .form-group.is-focused.is-focused .form-control-feedback {
  color: #fff; }

.error-page form.form-white .form-group .is-focused [class^='bmd-label'],
.error-page form.form-white .form-group .is-focused [class*=' bmd-label'], .error-page form.form-white .form-group.is-focused [class^='bmd-label'],
.error-page form.form-white .form-group.is-focused [class*=' bmd-label'], .error-page form.form-white .form-group.is-focused .is-focused [class^='bmd-label'],
.error-page form.form-white .form-group.is-focused .is-focused [class*=' bmd-label'], .error-page form.form-white .form-group.is-focused.is-focused [class^='bmd-label'],
.error-page form.form-white .form-group.is-focused.is-focused [class*=' bmd-label'] {
  color: #fff; }

.error-page form.form-white .form-group .is-focused .bmd-label-placeholder, .error-page form.form-white .form-group.is-focused .bmd-label-placeholder, .error-page form.form-white .form-group.is-focused .is-focused .bmd-label-placeholder, .error-page form.form-white .form-group.is-focused.is-focused .bmd-label-placeholder {
  color: #fff; }

.error-page form.form-white .form-group .is-focused .form-control, .error-page form.form-white .form-group.is-focused .form-control, .error-page form.form-white .form-group.is-focused .is-focused .form-control, .error-page form.form-white .form-group.is-focused.is-focused .form-control {
  border-color: #fff; }

.error-page form.form-white .form-group .is-focused .bmd-help, .error-page form.form-white .form-group.is-focused .bmd-help, .error-page form.form-white .form-group.is-focused .is-focused .bmd-help, .error-page form.form-white .form-group.is-focused.is-focused .bmd-help {
  color: #55595c; }

.error-page form.form-white .form-group .form-control, .error-page form.form-white .form-group.is-focused .form-control {
  color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0) 2px), -webkit-linear-gradient(bottom, #fff 1px, rgba(255, 255, 255, 0) 1px);
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #fff 1px, rgba(255, 255, 255, 0) 1px); }

.error-page form.form-white .form-group .bmd-label-floating, .error-page form.form-white .form-group.is-focused .bmd-label-floating {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  font-size: 0.85rem; }

.error-page p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }

.error-page .btn {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  color: #fff; }

.sign-in {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px; }

.sign-in h3 {
  font-size: 24px;
  margin-bottom: 10px; }

.sign-in p {
  color: #616161; }

.sign-in .form-group {
  margin-bottom: 20px; }

.sign-in .checkbox {
  margin-top: 30px;
  margin-bottom: 30px; }

.sign-in .btn {
  margin-bottom: 20px; }

.sign-in .sign-up-link a {
  color: #0d47a1; }

.sign-in .copyright {
  font-size: 0.8rem !important;
  color: #9e9e9e; }

@media (max-width: 543px) {
  .sign-in {
    max-width: 500px; } }

@media (min-width: 544px) and (max-width: 767px) {
  .sign-in {
    width: 500px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sign-in {
    width: 600px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sign-in {
    width: 600px; } }

@media (min-width: 1200px) {
  .sign-in {
    width: 600px; } }

.sign-up {
  max-width: 800px;
  position: relative;
  margin: 80px auto;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px 40px 20px 40px; }

.sign-up h3 {
  font-size: 24px;
  margin-bottom: 10px; }

.sign-up p {
  color: #616161; }

.sign-up .form-group {
  margin-bottom: 20px; }

.sign-up .checkbox {
  margin-top: 30px;
  margin-bottom: 30px; }

.sign-up .btn {
  margin-bottom: 20px; }

.sign-up .sign-up-link a {
  color: #0d47a1; }

.sign-up .copyright {
  font-size: 0.8rem !important;
  color: #9e9e9e; }

.coming-soon {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px 20px;
  text-align: center; }

.coming-soon .table {
  margin-bottom: 30px; }

.coming-soon .table tr, .coming-soon .table td, .coming-soon .table th {
  min-height: 100px;
  border: 0; }

.coming-soon .table td {
  text-align: center;
  width: auto; }

.coming-soon .table td:nth-child(even) {
  width: 10px; }

.coming-soon .table .number {
  font-size: 64px;
  color: #0d47a1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.coming-soon .table .unit {
  color: #0d47a1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px; }

.coming-soon h3 {
  font-size: 24px;
  margin-bottom: 10px; }

.coming-soon p {
  color: #616161; }

.coming-soon .social-media {
  margin-bottom: 20px; }

.coming-soon .copyright {
  font-size: 0.8rem !important;
  color: #9e9e9e; }

@media (max-width: 543px) {
  .coming-soon {
    max-width: 500px; }
  .coming-soon .table td:nth-child(even) {
    display: none; }
  .coming-soon .table .number {
    font-size: 24px; }
  .coming-soon .table .unit {
    font-size: 13px; } }

@media (min-width: 544px) and (max-width: 767px) {
  .coming-soon {
    max-width: 500px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .coming-soon {
    width: 500px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .coming-soon {
    width: 700px; } }

@media (min-width: 1200px) {
  .coming-soon {
    width: 700px; } }

.forgot-password {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px; }

.forgot-password h3 {
  font-size: 24px;
  margin-bottom: 10px; }

.forgot-password p {
  color: #616161; }

.forgot-password .form-group {
  margin-bottom: 40px; }

.forgot-password .btn {
  margin-bottom: 40px; }

.forgot-password .sign-in-link a,
.forgot-password .sign-up-link a {
  color: #0d47a1; }

.forgot-password .copyright {
  font-size: 0.8rem !important;
  color: #9e9e9e; }

@media (max-width: 543px) {
  .forgot-password {
    max-width: 500px; } }

@media (min-width: 544px) and (max-width: 767px) {
  .forgot-password {
    width: 500px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .forgot-password {
    width: 600px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .forgot-password {
    width: 600px; } }

@media (min-width: 1200px) {
  .forgot-password {
    width: 600px; } }

.unlock-account {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  padding: 40px; }

.unlock-account .img-circle {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  margin: 0 auto 40px auto;
  height: 120px;
  width: 120px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.unlock-account h3 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center; }

.unlock-account p {
  color: #616161;
  text-align: center; }

.unlock-account .form-group {
  margin-bottom: 20px; }

.unlock-account .btn {
  margin-top: 40px;
  margin-bottom: 20px; }

.unlock-account .sign-up-link a {
  color: #0d47a1; }

.unlock-account .copyright {
  font-size: 0.8rem !important;
  color: #9e9e9e; }

@media (max-width: 543px) {
  .unlock-account {
    max-width: 500px; } }

@media (min-width: 544px) and (max-width: 767px) {
  .unlock-account {
    width: 500px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .unlock-account {
    width: 600px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .unlock-account {
    width: 600px; } }

@media (min-width: 1200px) {
  .unlock-account {
    width: 800px; } }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-white {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-white .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-white {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-white .close {
  color: #ffffff;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-black .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-black {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  color: #000000;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-black .close {
  color: #000000;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-light {
  color: #fff;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-light .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-light {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-light .close {
  color: #f5f5f5;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-dark {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-dark .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-dark {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #212121;
  color: #212121;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-dark .close {
  color: #212121;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-default {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-default .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-default {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #212121;
  color: #212121;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-default .close {
  color: #212121;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-primary {
  color: #fff;
  background-color: #0d47a1;
  border-color: #0d47a1;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-primary .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-primary {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #0d47a1;
  color: #0d47a1;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-primary .close {
  color: #0d47a1;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-secondary {
  color: #fff;
  background-color: #c51162;
  border-color: #c51162;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-secondary .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-secondary {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #c51162;
  color: #c51162;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-secondary .close {
  color: #c51162;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-success {
  color: #fff;
  background-color: #388e3c;
  border-color: #388e3c;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-success .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-success {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #388e3c;
  color: #388e3c;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-success .close {
  color: #388e3c;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-info {
  color: #fff;
  background-color: #0091ea;
  border-color: #0091ea;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-info .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-info {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #0091ea;
  color: #0091ea;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-info .close {
  color: #0091ea;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-warning {
  color: #fff;
  background-color: #ffa000;
  border-color: #ffa000;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-warning .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-warning {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #ffa000;
  color: #ffa000;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-warning .close {
  color: #ffa000;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.alert p:last-child {
  margin-bottom: 0; }

.alert.alert-danger {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-danger .alert-heading {
  margin-bottom: 10px; }

.alert.alert-outline-danger {
  background-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #d32f2f;
  color: #d32f2f;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.alert.alert-outline-danger .close {
  color: #d32f2f;
  text-shadow: none !important;
  opacity: 0.7 !important; }

.badge.badge-30 {
  height: 30px;
  width: 30px;
  position: relative; }

.badge.badge-30 .tag {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: calc(30px * 0.66);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-width: 0; }

.badge.badge-30 .tag.tag-xs {
  top: -3px;
  left: calc(30px * 0.66)-3px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.badge.badge-30 .img-circle {
  z-index: 1;
  max-width: 30px;
  width: 30px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.badge.badge-40 {
  height: 40px;
  width: 40px;
  position: relative; }

.badge.badge-40 .tag {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: calc(40px * 0.66);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-width: 0; }

.badge.badge-40 .tag.tag-xs {
  top: -3px;
  left: calc(40px * 0.66)-3px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.badge.badge-40 .img-circle {
  z-index: 1;
  max-width: 40px;
  width: 40px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.badge.badge-50 {
  height: 50px;
  width: 50px;
  position: relative; }

.badge.badge-50 .tag {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: calc(50px * 0.66);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-width: 0; }

.badge.badge-50 .tag.tag-xs {
  top: -3px;
  left: calc(50px * 0.66)-3px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.badge.badge-50 .img-circle {
  z-index: 1;
  max-width: 50px;
  width: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.badge.badge-60 {
  height: 60px;
  width: 60px;
  position: relative; }

.badge.badge-60 .tag {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: calc(60px * 0.66);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-width: 0; }

.badge.badge-60 .tag.tag-xs {
  top: -3px;
  left: calc(60px * 0.66)-3px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.badge.badge-60 .img-circle {
  z-index: 1;
  max-width: 60px;
  width: 60px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.badge.badge-70 {
  height: 70px;
  width: 70px;
  position: relative; }

.badge.badge-70 .tag {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: calc(70px * 0.66);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-width: 0; }

.badge.badge-70 .tag.tag-xs {
  top: -3px;
  left: calc(70px * 0.66)-3px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.badge.badge-70 .img-circle {
  z-index: 1;
  max-width: 70px;
  width: 70px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.badge.badge-80 {
  height: 80px;
  width: 80px;
  position: relative; }

.badge.badge-80 .tag {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: calc(80px * 0.66);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-width: 0; }

.badge.badge-80 .tag.tag-xs {
  top: -3px;
  left: calc(80px * 0.66)-3px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.badge.badge-80 .img-circle {
  z-index: 1;
  max-width: 80px;
  width: 80px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.badge.badge-90 {
  height: 90px;
  width: 90px;
  position: relative; }

.badge.badge-90 .tag {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: calc(90px * 0.66);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-width: 0; }

.badge.badge-90 .tag.tag-xs {
  top: -3px;
  left: calc(90px * 0.66)-3px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.badge.badge-90 .img-circle {
  z-index: 1;
  max-width: 90px;
  width: 90px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.badge.badge-100 {
  height: 100px;
  width: 100px;
  position: relative; }

.badge.badge-100 .tag {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: calc(100px * 0.66);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-width: 0; }

.badge.badge-100 .tag.tag-xs {
  top: -3px;
  left: calc(100px * 0.66)-3px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.badge.badge-100 .img-circle {
  z-index: 1;
  max-width: 100px;
  width: 100px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.badge-demos .badge {
  float: left;
  display: block;
  margin-right: 10px; }

.breadcrumb {
  border-radius: 0;
  background-color: #e0e0e0;
  white-space: nowrap; }

.breadcrumb > li {
  float: left;
  padding-right: 10px; }

.breadcrumb.no-bg {
  background: transparent; }

.breadcrumb.breadcrumb-white {
  background: #ffffff;
  color: #fff; }

.breadcrumb.breadcrumb-white a {
  color: #fff; }

.breadcrumb.breadcrumb-black {
  background: #000000;
  color: #fff; }

.breadcrumb.breadcrumb-black a {
  color: #fff; }

.breadcrumb.breadcrumb-light {
  background: #f5f5f5;
  color: #fff; }

.breadcrumb.breadcrumb-light a {
  color: #fff; }

.breadcrumb.breadcrumb-dark {
  background: #212121;
  color: #fff; }

.breadcrumb.breadcrumb-dark a {
  color: #fff; }

.breadcrumb.breadcrumb-default {
  background: #212121;
  color: #fff; }

.breadcrumb.breadcrumb-default a {
  color: #fff; }

.breadcrumb.breadcrumb-primary {
  background: #0d47a1;
  color: #fff; }

.breadcrumb.breadcrumb-primary a {
  color: #fff; }

.breadcrumb.breadcrumb-secondary {
  background: #c51162;
  color: #fff; }

.breadcrumb.breadcrumb-secondary a {
  color: #fff; }

.breadcrumb.breadcrumb-success {
  background: #388e3c;
  color: #fff; }

.breadcrumb.breadcrumb-success a {
  color: #fff; }

.breadcrumb.breadcrumb-info {
  background: #0091ea;
  color: #fff; }

.breadcrumb.breadcrumb-info a {
  color: #fff; }

.breadcrumb.breadcrumb-warning {
  background: #ffa000;
  color: #fff; }

.breadcrumb.breadcrumb-warning a {
  color: #fff; }

.breadcrumb.breadcrumb-danger {
  background: #d32f2f;
  color: #fff; }

.breadcrumb.breadcrumb-danger a {
  color: #fff; }

.breadcrumb.icon-home > li:first-child:before {
  font-family: FontAwesome;
  content: "\f015";
  padding-right: 10px; }

.breadcrumb.icon-th > li:first-child:before {
  font-family: FontAwesome;
  content: "\f00a";
  padding-right: 10px; }

.breadcrumb.icon-th-large > li:first-child:before {
  font-family: FontAwesome;
  content: "\f009";
  padding-right: 10px; }

.breadcrumb.icon-angle-right > li + li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px; }

.breadcrumb.icon-angle-double-right > li + li:before {
  font-family: FontAwesome;
  content: "\f101";
  padding-right: 10px; }

#ui-buttons .btn {
  margin-right: 5px; }

.btn.btn-white {
  background: #ffffff;
  color: #fff;
  border: none; }

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  background: #f2f2f2;
  color: #fff; }

.btn.btn-white.btn-raised {
  background: #ffffff;
  color: #fff;
  border: none; }

.btn.btn-white.btn-raised:hover, .btn.btn-white.btn-raised:focus, .btn.btn-white.btn-raised:active {
  background: #f2f2f2;
  color: #fff; }

.btn.btn-white.btn-flat {
  background: none;
  color: #ffffff;
  border: none; }

.btn.btn-white.btn-flat:hover, .btn.btn-white.btn-flat:focus, .btn.btn-white.btn-flat:active {
  background: #eeeeee;
  color: #f2f2f2; }

.btn.btn-white.btn-flat.btn-raised:hover, .btn.btn-white.btn-flat.btn-raised:focus, .btn.btn-white.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: #f2f2f2; }

.btn.btn-white.btn-outline {
  background: none;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff; }

.btn.btn-white.btn-outline:hover, .btn.btn-white.btn-outline:focus, .btn.btn-white.btn-outline:active {
  color: #f2f2f2;
  border-color: #f2f2f2;
  background: none;
  color: #ffffff; }

.btn.btn-white.btn-outline.btn-raised:hover, .btn.btn-white.btn-outline.btn-raised:focus, .btn.btn-white.btn-outline.btn-raised:active {
  color: #f2f2f2;
  border-color: #f2f2f2;
  background: none;
  color: #ffffff; }

.btn.btn-white.bmd-btn-fab {
  background: #ffffff;
  color: #fff;
  border: none; }

.btn.btn-white.bmd-btn-fab:hover, .btn.btn-white.bmd-btn-fab:focus, .btn.btn-white.bmd-btn-fab:active {
  background: #f2f2f2;
  color: #fff; }

.btn.btn-black {
  background: #000000;
  color: #fff;
  border: none; }

.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
  background: black;
  color: #fff; }

.btn.btn-black.btn-raised {
  background: #000000;
  color: #fff;
  border: none; }

.btn.btn-black.btn-raised:hover, .btn.btn-black.btn-raised:focus, .btn.btn-black.btn-raised:active {
  background: black;
  color: #fff; }

.btn.btn-black.btn-flat {
  background: none;
  color: #000000;
  border: none; }

.btn.btn-black.btn-flat:hover, .btn.btn-black.btn-flat:focus, .btn.btn-black.btn-flat:active {
  background: #eeeeee;
  color: black; }

.btn.btn-black.btn-flat.btn-raised:hover, .btn.btn-black.btn-flat.btn-raised:focus, .btn.btn-black.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: black; }

.btn.btn-black.btn-outline {
  background: none;
  color: #000000;
  border-style: solid;
  border-width: 1px;
  border-color: #000000; }

.btn.btn-black.btn-outline:hover, .btn.btn-black.btn-outline:focus, .btn.btn-black.btn-outline:active {
  color: black;
  border-color: black;
  background: none;
  color: #000000; }

.btn.btn-black.btn-outline.btn-raised:hover, .btn.btn-black.btn-outline.btn-raised:focus, .btn.btn-black.btn-outline.btn-raised:active {
  color: black;
  border-color: black;
  background: none;
  color: #000000; }

.btn.btn-black.bmd-btn-fab {
  background: #000000;
  color: #fff;
  border: none; }

.btn.btn-black.bmd-btn-fab:hover, .btn.btn-black.bmd-btn-fab:focus, .btn.btn-black.bmd-btn-fab:active {
  background: black;
  color: #fff; }

.btn.btn-light {
  background: #f5f5f5;
  color: #fff;
  border: none; }

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active {
  background: #e8e8e8;
  color: #fff; }

.btn.btn-light.btn-raised {
  background: #f5f5f5;
  color: #fff;
  border: none; }

.btn.btn-light.btn-raised:hover, .btn.btn-light.btn-raised:focus, .btn.btn-light.btn-raised:active {
  background: #e8e8e8;
  color: #fff; }

.btn.btn-light.btn-flat {
  background: none;
  color: #f5f5f5;
  border: none; }

.btn.btn-light.btn-flat:hover, .btn.btn-light.btn-flat:focus, .btn.btn-light.btn-flat:active {
  background: #eeeeee;
  color: #e8e8e8; }

.btn.btn-light.btn-flat.btn-raised:hover, .btn.btn-light.btn-flat.btn-raised:focus, .btn.btn-light.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: #e8e8e8; }

.btn.btn-light.btn-outline {
  background: none;
  color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5; }

.btn.btn-light.btn-outline:hover, .btn.btn-light.btn-outline:focus, .btn.btn-light.btn-outline:active {
  color: #e8e8e8;
  border-color: #e8e8e8;
  background: none;
  color: #f5f5f5; }

.btn.btn-light.btn-outline.btn-raised:hover, .btn.btn-light.btn-outline.btn-raised:focus, .btn.btn-light.btn-outline.btn-raised:active {
  color: #e8e8e8;
  border-color: #e8e8e8;
  background: none;
  color: #f5f5f5; }

.btn.btn-light.bmd-btn-fab {
  background: #f5f5f5;
  color: #fff;
  border: none; }

.btn.btn-light.bmd-btn-fab:hover, .btn.btn-light.bmd-btn-fab:focus, .btn.btn-light.bmd-btn-fab:active {
  background: #e8e8e8;
  color: #fff; }

.btn.btn-dark {
  background: #212121;
  color: #fff;
  border: none; }

.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active {
  background: #141414;
  color: #fff; }

.btn.btn-dark.btn-raised {
  background: #212121;
  color: #fff;
  border: none; }

.btn.btn-dark.btn-raised:hover, .btn.btn-dark.btn-raised:focus, .btn.btn-dark.btn-raised:active {
  background: #141414;
  color: #fff; }

.btn.btn-dark.btn-flat {
  background: none;
  color: #212121;
  border: none; }

.btn.btn-dark.btn-flat:hover, .btn.btn-dark.btn-flat:focus, .btn.btn-dark.btn-flat:active {
  background: #eeeeee;
  color: #141414; }

.btn.btn-dark.btn-flat.btn-raised:hover, .btn.btn-dark.btn-flat.btn-raised:focus, .btn.btn-dark.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: #141414; }

.btn.btn-dark.btn-outline {
  background: none;
  color: #212121;
  border-style: solid;
  border-width: 1px;
  border-color: #212121; }

.btn.btn-dark.btn-outline:hover, .btn.btn-dark.btn-outline:focus, .btn.btn-dark.btn-outline:active {
  color: #141414;
  border-color: #141414;
  background: none;
  color: #212121; }

.btn.btn-dark.btn-outline.btn-raised:hover, .btn.btn-dark.btn-outline.btn-raised:focus, .btn.btn-dark.btn-outline.btn-raised:active {
  color: #141414;
  border-color: #141414;
  background: none;
  color: #212121; }

.btn.btn-dark.bmd-btn-fab {
  background: #212121;
  color: #fff;
  border: none; }

.btn.btn-dark.bmd-btn-fab:hover, .btn.btn-dark.bmd-btn-fab:focus, .btn.btn-dark.bmd-btn-fab:active {
  background: #141414;
  color: #fff; }

.btn.btn-default {
  background: #212121;
  color: #fff;
  border: none; }

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  background: #141414;
  color: #fff; }

.btn.btn-default.btn-raised {
  background: #212121;
  color: #fff;
  border: none; }

.btn.btn-default.btn-raised:hover, .btn.btn-default.btn-raised:focus, .btn.btn-default.btn-raised:active {
  background: #141414;
  color: #fff; }

.btn.btn-default.btn-flat {
  background: none;
  color: #212121;
  border: none; }

.btn.btn-default.btn-flat:hover, .btn.btn-default.btn-flat:focus, .btn.btn-default.btn-flat:active {
  background: #eeeeee;
  color: #141414; }

.btn.btn-default.btn-flat.btn-raised:hover, .btn.btn-default.btn-flat.btn-raised:focus, .btn.btn-default.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: #141414; }

.btn.btn-default.btn-outline {
  background: none;
  color: #212121;
  border-style: solid;
  border-width: 1px;
  border-color: #212121; }

.btn.btn-default.btn-outline:hover, .btn.btn-default.btn-outline:focus, .btn.btn-default.btn-outline:active {
  color: #141414;
  border-color: #141414;
  background: none;
  color: #212121; }

.btn.btn-default.btn-outline.btn-raised:hover, .btn.btn-default.btn-outline.btn-raised:focus, .btn.btn-default.btn-outline.btn-raised:active {
  color: #141414;
  border-color: #141414;
  background: none;
  color: #212121; }

.btn.btn-default.bmd-btn-fab {
  background: #212121;
  color: #fff;
  border: none; }

.btn.btn-default.bmd-btn-fab:hover, .btn.btn-default.bmd-btn-fab:focus, .btn.btn-default.bmd-btn-fab:active {
  background: #141414;
  color: #fff; }

.btn.btn-primary {
  background: #0d47a1;
  color: #fff;
  border: none; }

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #0b3d89;
  color: #fff; }

.btn.btn-primary.btn-raised {
  background: #0d47a1;
  color: #fff;
  border: none; }

.btn.btn-primary.btn-raised:hover, .btn.btn-primary.btn-raised:focus, .btn.btn-primary.btn-raised:active {
  background: #0b3d89;
  color: #fff; }

.btn.btn-primary.btn-flat {
  background: none;
  color: #0d47a1;
  border: none; }

.btn.btn-primary.btn-flat:hover, .btn.btn-primary.btn-flat:focus, .btn.btn-primary.btn-flat:active {
  background: #eeeeee;
  color: #0b3d89; }

.btn.btn-primary.btn-flat.btn-raised:hover, .btn.btn-primary.btn-flat.btn-raised:focus, .btn.btn-primary.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: #0b3d89; }

.btn.btn-primary.btn-outline {
  background: none;
  color: #0d47a1;
  border-style: solid;
  border-width: 1px;
  border-color: #0d47a1; }

.btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:active {
  color: #0b3d89;
  border-color: #0b3d89;
  background: none;
  color: #0d47a1; }

.btn.btn-primary.btn-outline.btn-raised:hover, .btn.btn-primary.btn-outline.btn-raised:focus, .btn.btn-primary.btn-outline.btn-raised:active {
  color: #0b3d89;
  border-color: #0b3d89;
  background: none;
  color: #0d47a1; }

.btn.btn-primary.bmd-btn-fab {
  background: #0d47a1;
  color: #fff;
  border: none; }

.btn.btn-primary.bmd-btn-fab:hover, .btn.btn-primary.bmd-btn-fab:focus, .btn.btn-primary.bmd-btn-fab:active {
  background: #0b3d89;
  color: #fff; }

.btn.btn-secondary {
  background: #c51162;
  color: #fff;
  border: none; }

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background: #ae0f56;
  color: #fff; }

.btn.btn-secondary.btn-raised {
  background: #c51162;
  color: #fff;
  border: none; }

.btn.btn-secondary.btn-raised:hover, .btn.btn-secondary.btn-raised:focus, .btn.btn-secondary.btn-raised:active {
  background: #ae0f56;
  color: #fff; }

.btn.btn-secondary.btn-flat {
  background: none;
  color: #c51162;
  border: none; }

.btn.btn-secondary.btn-flat:hover, .btn.btn-secondary.btn-flat:focus, .btn.btn-secondary.btn-flat:active {
  background: #eeeeee;
  color: #ae0f56; }

.btn.btn-secondary.btn-flat.btn-raised:hover, .btn.btn-secondary.btn-flat.btn-raised:focus, .btn.btn-secondary.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: #ae0f56; }

.btn.btn-secondary.btn-outline {
  background: none;
  color: #c51162;
  border-style: solid;
  border-width: 1px;
  border-color: #c51162; }

.btn.btn-secondary.btn-outline:hover, .btn.btn-secondary.btn-outline:focus, .btn.btn-secondary.btn-outline:active {
  color: #ae0f56;
  border-color: #ae0f56;
  background: none;
  color: #c51162; }

.btn.btn-secondary.btn-outline.btn-raised:hover, .btn.btn-secondary.btn-outline.btn-raised:focus, .btn.btn-secondary.btn-outline.btn-raised:active {
  color: #ae0f56;
  border-color: #ae0f56;
  background: none;
  color: #c51162; }

.btn.btn-secondary.bmd-btn-fab {
  background: #c51162;
  color: #fff;
  border: none; }

.btn.btn-secondary.bmd-btn-fab:hover, .btn.btn-secondary.bmd-btn-fab:focus, .btn.btn-secondary.bmd-btn-fab:active {
  background: #ae0f56;
  color: #fff; }

.btn.btn-success {
  background: #388e3c;
  color: #fff;
  border: none; }

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
  background: #317c34;
  color: #fff; }

.btn.btn-success.btn-raised {
  background: #388e3c;
  color: #fff;
  border: none; }

.btn.btn-success.btn-raised:hover, .btn.btn-success.btn-raised:focus, .btn.btn-success.btn-raised:active {
  background: #317c34;
  color: #fff; }

.btn.btn-success.btn-flat {
  background: none;
  color: #388e3c;
  border: none; }

.btn.btn-success.btn-flat:hover, .btn.btn-success.btn-flat:focus, .btn.btn-success.btn-flat:active {
  background: #eeeeee;
  color: #317c34; }

.btn.btn-success.btn-flat.btn-raised:hover, .btn.btn-success.btn-flat.btn-raised:focus, .btn.btn-success.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: #317c34; }

.btn.btn-success.btn-outline {
  background: none;
  color: #388e3c;
  border-style: solid;
  border-width: 1px;
  border-color: #388e3c; }

.btn.btn-success.btn-outline:hover, .btn.btn-success.btn-outline:focus, .btn.btn-success.btn-outline:active {
  color: #317c34;
  border-color: #317c34;
  background: none;
  color: #388e3c; }

.btn.btn-success.btn-outline.btn-raised:hover, .btn.btn-success.btn-outline.btn-raised:focus, .btn.btn-success.btn-outline.btn-raised:active {
  color: #317c34;
  border-color: #317c34;
  background: none;
  color: #388e3c; }

.btn.btn-success.bmd-btn-fab {
  background: #388e3c;
  color: #fff;
  border: none; }

.btn.btn-success.bmd-btn-fab:hover, .btn.btn-success.bmd-btn-fab:focus, .btn.btn-success.bmd-btn-fab:active {
  background: #317c34;
  color: #fff; }

.btn.btn-info {
  background: #0091ea;
  color: #fff;
  border: none; }

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active {
  background: #0081d1;
  color: #fff; }

.btn.btn-info.btn-raised {
  background: #0091ea;
  color: #fff;
  border: none; }

.btn.btn-info.btn-raised:hover, .btn.btn-info.btn-raised:focus, .btn.btn-info.btn-raised:active {
  background: #0081d1;
  color: #fff; }

.btn.btn-info.btn-flat {
  background: none;
  color: #0091ea;
  border: none; }

.btn.btn-info.btn-flat:hover, .btn.btn-info.btn-flat:focus, .btn.btn-info.btn-flat:active {
  background: #eeeeee;
  color: #0081d1; }

.btn.btn-info.btn-flat.btn-raised:hover, .btn.btn-info.btn-flat.btn-raised:focus, .btn.btn-info.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: #0081d1; }

.btn.btn-info.btn-outline {
  background: none;
  color: #0091ea;
  border-style: solid;
  border-width: 1px;
  border-color: #0091ea; }

.btn.btn-info.btn-outline:hover, .btn.btn-info.btn-outline:focus, .btn.btn-info.btn-outline:active {
  color: #0081d1;
  border-color: #0081d1;
  background: none;
  color: #0091ea; }

.btn.btn-info.btn-outline.btn-raised:hover, .btn.btn-info.btn-outline.btn-raised:focus, .btn.btn-info.btn-outline.btn-raised:active {
  color: #0081d1;
  border-color: #0081d1;
  background: none;
  color: #0091ea; }

.btn.btn-info.bmd-btn-fab {
  background: #0091ea;
  color: #fff;
  border: none; }

.btn.btn-info.bmd-btn-fab:hover, .btn.btn-info.bmd-btn-fab:focus, .btn.btn-info.bmd-btn-fab:active {
  background: #0081d1;
  color: #fff; }

.btn.btn-warning {
  background: #ffa000;
  color: #fff;
  border: none; }

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

.btn.btn-warning.btn-raised {
  background: #ffa000;
  color: #fff;
  border: none; }

.btn.btn-warning.btn-raised:hover, .btn.btn-warning.btn-raised:focus, .btn.btn-warning.btn-raised:active {
  background: #e69000;
  color: #fff; }

.btn.btn-warning.btn-flat {
  background: none;
  color: #ffa000;
  border: none; }

.btn.btn-warning.btn-flat:hover, .btn.btn-warning.btn-flat:focus, .btn.btn-warning.btn-flat:active {
  background: #eeeeee;
  color: #e69000; }

.btn.btn-warning.btn-flat.btn-raised:hover, .btn.btn-warning.btn-flat.btn-raised:focus, .btn.btn-warning.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: #e69000; }

.btn.btn-warning.btn-outline {
  background: none;
  color: #ffa000;
  border-style: solid;
  border-width: 1px;
  border-color: #ffa000; }

.btn.btn-warning.btn-outline:hover, .btn.btn-warning.btn-outline:focus, .btn.btn-warning.btn-outline:active {
  color: #e69000;
  border-color: #e69000;
  background: none;
  color: #ffa000; }

.btn.btn-warning.btn-outline.btn-raised:hover, .btn.btn-warning.btn-outline.btn-raised:focus, .btn.btn-warning.btn-outline.btn-raised:active {
  color: #e69000;
  border-color: #e69000;
  background: none;
  color: #ffa000; }

.btn.btn-warning.bmd-btn-fab {
  background: #ffa000;
  color: #fff;
  border: none; }

.btn.btn-warning.bmd-btn-fab:hover, .btn.btn-warning.bmd-btn-fab:focus, .btn.btn-warning.bmd-btn-fab:active {
  background: #e69000;
  color: #fff; }

.btn.btn-danger {
  background: #d32f2f;
  color: #fff;
  border: none; }

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

.btn.btn-danger.btn-raised {
  background: #d32f2f;
  color: #fff;
  border: none; }

.btn.btn-danger.btn-raised:hover, .btn.btn-danger.btn-raised:focus, .btn.btn-danger.btn-raised:active {
  background: #c02929;
  color: #fff; }

.btn.btn-danger.btn-flat {
  background: none;
  color: #d32f2f;
  border: none; }

.btn.btn-danger.btn-flat:hover, .btn.btn-danger.btn-flat:focus, .btn.btn-danger.btn-flat:active {
  background: #eeeeee;
  color: #c02929; }

.btn.btn-danger.btn-flat.btn-raised:hover, .btn.btn-danger.btn-flat.btn-raised:focus, .btn.btn-danger.btn-flat.btn-raised:active {
  background: #eeeeee;
  color: #c02929; }

.btn.btn-danger.btn-outline {
  background: none;
  color: #d32f2f;
  border-style: solid;
  border-width: 1px;
  border-color: #d32f2f; }

.btn.btn-danger.btn-outline:hover, .btn.btn-danger.btn-outline:focus, .btn.btn-danger.btn-outline:active {
  color: #c02929;
  border-color: #c02929;
  background: none;
  color: #d32f2f; }

.btn.btn-danger.btn-outline.btn-raised:hover, .btn.btn-danger.btn-outline.btn-raised:focus, .btn.btn-danger.btn-outline.btn-raised:active {
  color: #c02929;
  border-color: #c02929;
  background: none;
  color: #d32f2f; }

.btn.btn-danger.bmd-btn-fab {
  background: #d32f2f;
  color: #fff;
  border: none; }

.btn.btn-danger.bmd-btn-fab:hover, .btn.btn-danger.bmd-btn-fab:focus, .btn.btn-danger.bmd-btn-fab:active {
  background: #c02929;
  color: #fff; }

.btn.btn-rounded {
  border-radius: 15px; }

.btn.btn-icon i {
  margin-right: 5px; }

.btn.bmd-btn-fab i {
  text-align: center; }

.btn.bmd-btn-fab.bmd-btn-fab-sm i {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.btn.btn-stacked-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  font-size: 0.75rem;
  height: 60px; }

.btn.btn-stacked-icon i, .btn.btn-stacked-icon .btn-text {
  margin: auto; }

.card .card-img,
.card .card-img-top {
  display: block;
  max-width: 100%;
  height: auto; }

.card .card-title {
  font-weight: 500; }

.card .card-block .card-title {
  font-size: 1.2rem; }

.card .card-block.with-icon i {
  font-size: 22px;
  float: left !important;
  margin: 12px 20px 10px 0; }

.card .card-block.with-badge .badge {
  font-size: 22px;
  float: left !important;
  margin: 2px 20px 10px 0; }

.dropdown.dropdown-sm .dropdown-header,
.dropdown.dropdown-sm .dropdown-item,
.btn-group.dropdown-sm .dropdown-header,
.btn-group.dropdown-sm .dropdown-item {
  font-size: 14px;
  min-height: 2rem;
  max-height: 2.5rem; }

.dropdown.dropdown-lg .dropdown-header,
.dropdown.dropdown-lg .dropdown-item,
.btn-group.dropdown-lg .dropdown-header,
.btn-group.dropdown-lg .dropdown-item {
  font-size: 16px;
  min-height: 3rem; }

.dropdown .dropdown-menu,
.btn-group .dropdown-menu {
  left: 0;
  right: auto;
  padding: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.dropdown .dropdown-menu.from-left,
.btn-group .dropdown-menu.from-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.dropdown .dropdown-menu.from-center,
.btn-group .dropdown-menu.from-center {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.dropdown .dropdown-menu.from-right,
.btn-group .dropdown-menu.from-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.dropdown .dropdown-menu.from-top,
.btn-group .dropdown-menu.from-top {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

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

.dropdown .dropdown-menu.dropdown-menu-center,
.btn-group .dropdown-menu.dropdown-menu-center {
  left: 0;
  right: 0; }

.dropdown .dropdown-menu.dropdown-menu-center .dropdown-item,
.btn-group .dropdown-menu.dropdown-menu-center .dropdown-item {
  max-width: 100%; }

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

.dropdown .dropdown-menu .dropdown-divider,
.btn-group .dropdown-menu .dropdown-divider {
  margin-bottom: 0;
  margin-top: 0; }

.dropup .dropdown-menu,
.btn-group.dropup .dropdown-menu {
  left: 0;
  right: auto;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.dropup .dropdown-menu.from-left,
.btn-group.dropup .dropdown-menu.from-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.dropup .dropdown-menu.from-center,
.btn-group.dropup .dropdown-menu.from-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.dropup .dropdown-menu.from-right,
.btn-group.dropup .dropdown-menu.from-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.dropdown-menu.dropdown-menu-cols {
  right: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.dropdown-menu.dropdown-menu-cols.dropdown-cols-1 {
  width: 220px; }

.dropdown-menu.dropdown-menu-cols.dropdown-cols-1 .dropdown-header,
.dropdown-menu.dropdown-menu-cols.dropdown-cols-1 .dropdown-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px; }

.dropdown-menu.dropdown-menu-cols.dropdown-cols-2 {
  width: 440px; }

.dropdown-menu.dropdown-menu-cols.dropdown-cols-2 .dropdown-header,
.dropdown-menu.dropdown-menu-cols.dropdown-cols-2 .dropdown-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px; }

.dropdown-menu.dropdown-menu-cols.dropdown-cols-3 {
  width: 660px; }

.dropdown-menu.dropdown-menu-cols.dropdown-cols-3 .dropdown-header,
.dropdown-menu.dropdown-menu-cols.dropdown-cols-3 .dropdown-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px; }

.dropdown-menu.dropdown-menu-cols.dropdown-cols-4 {
  width: 880px; }

.dropdown-menu.dropdown-menu-cols.dropdown-cols-4 .dropdown-header,
.dropdown-menu.dropdown-menu-cols.dropdown-cols-4 .dropdown-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px; }

.show-grid {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500; }

.show-grid [class^=col-]:nth-child(odd) {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500; }

.show-grid [class^=col-] {
  color: #fff;
  background-color: #1976d2; }

.show-grid [class^=col-]:nth-child(odd) {
  color: #fff;
  background-color: #2196f3; }

.images-demo code {
  margin-bottom: 10px;
  display: inline-block; }

.fx-demo {
  margin: 0 20px 20px 0;
  float: left;
  height: 200px;
  width: 300px;
  overflow: hidden; }

.fx-demo > div {
  height: 200px;
  width: 100%;
  overflow: hidden;
  display: block; }

.fx-demo > div img {
  width: 100%; }

.hover-fx-transition, .zoom-in-1 > img, .zoom-in-2 > img, .zoom-out-1 > img, .zoom-out-2 > img, .zoom-out-3 > img, .slide-right > img, .slide-left > img, .slide-up > img, .slide-down > img, .rotate-1 > img, .rotate-2 > img, .blur-1 > img, .grayscale-1 > img, .sepia-1 > img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.linear-transition, .opacity-1 > img, .opacity-2 > img {
  -webkit-transition: .2s linear;
  transition: .2s linear; }

.zoom-in-1 {
  overflow: hidden; }

.zoom-in-1 > img {
  -webkit-transform: scale(1);
  transform: scale(1); }

.zoom-in-1:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.zoom-in-2 > img {
  min-width: 300px;
  height: auto; }

.zoom-in-2:hover img {
  min-width: 350px; }

.zoom-out-1 > img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

.zoom-out-1:hover img {
  -webkit-transform: scale(1);
  transform: scale(1); }

.zoom-out-2 > img {
  min-width: 400px;
  height: auto; }

.zoom-out-2:hover img {
  min-width: 300px; }

.zoom-out-3 > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.zoom-out-3:hover img {
  -webkit-transform: scale(1);
  transform: scale(1); }

.slide-right > img {
  -webkit-transform: scale(1.5) translate3d(30px, 0, 0);
  transform: scale(1.5) translate3d(30px, 0, 0); }

.slide-right:hover img {
  -webkit-transform: scale(1.5) translate3d(0px, 0, 0);
  transform: scale(1.5) translate3d(0px, 0, 0); }

.slide-left > img {
  -webkit-transform: scale(1.5) translate3d(-30px, 0, 0);
  transform: scale(1.5) translate3d(-30px, 0, 0); }

.slide-left:hover img {
  -webkit-transform: scale(1.5) translate3d(0px, 0, 0);
  transform: scale(1.5) translate3d(0px, 0, 0); }

.slide-up > img {
  -webkit-transform: scale(1.5) translate3d(0, 30px, 0);
  transform: scale(1.5) translate3d(0, 30px, 0); }

.slide-up:hover img {
  -webkit-transform: scale(1.5) translate3d(0, 0px, 0);
  transform: scale(1.5) translate3d(0, 0px, 0); }

.slide-down > img {
  -webkit-transform: scale(1.5) translate3d(0, -30px, 0);
  transform: scale(1.5) translate3d(0, -30px, 0); }

.slide-down:hover img {
  -webkit-transform: scale(1.5) translate3d(0, 0px, 0);
  transform: scale(1.5) translate3d(0, 0px, 0); }

.rotate-1 {
  overflow: hidden; }

.rotate-1 > img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4); }

.rotate-1:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1); }

.rotate-2 > img {
  -webkit-transform: rotate(-15deg) scale(1.4);
  transform: rotate(-15deg) scale(1.4); }

.rotate-2:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1); }

.rotate-3 > img {
  -webkit-transform: rotate(360deg) scale(1.5);
  transform: rotate(360deg) scale(1.5);
  -webkit-transition: .3s linear;
  transition: .3s linear; }

.rotate-3:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1); }

.rotate-4 > img {
  -webkit-transform: rotate(720deg) scale(1.5);
  transform: rotate(720deg) scale(1.5);
  -webkit-transition: .3s linear;
  transition: .3s linear; }

.rotate-4:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1); }

.blur-1 > img {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.blur-1:hover img {
  -webkit-filter: blur(0);
  filter: blur(0); }

.grayscale-1 > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.grayscale-1:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.sepia-1 > img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%); }

.sepia-1:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0); }

.opacity-1 > img {
  opacity: 1; }

.opacity-1:hover img {
  opacity: .5; }

.opacity-2 > img {
  opacity: 0.5; }

.opacity-2:hover img {
  opacity: 1; }

.list-group .list-group-item.active {
  background: #0d47a1;
  color: #fff; }

.list-group .list-group-item.list-group-item-white {
  background: #ffffff; }

.list-group .list-group-item.list-group-item-black {
  background: #000000; }

.list-group .list-group-item.list-group-item-light {
  background: #f5f5f5; }

.list-group .list-group-item.list-group-item-dark {
  background: #212121; }

.list-group .list-group-item.list-group-item-default {
  background: #212121; }

.list-group .list-group-item.list-group-item-primary {
  background: #0d47a1; }

.list-group .list-group-item.list-group-item-secondary {
  background: #c51162; }

.list-group .list-group-item.list-group-item-success {
  background: #388e3c; }

.list-group .list-group-item.list-group-item-info {
  background: #0091ea; }

.list-group .list-group-item.list-group-item-warning {
  background: #ffa000; }

.list-group .list-group-item.list-group-item-danger {
  background: #d32f2f; }

.modal-dialog {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  border-radius: 15px; }

.modal-dialog .modal-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #e0e0e0;
  padding: 15px 20px; }

.modal-dialog .modal-header .modal-title {
  font-size: 1.1rem; }

.modal-dialog .modal-header .close {
  margin-top: 5px; }

.modal-dialog .modal-footer {
  text-align: left;
  padding: 15px 20px; }

.modal.modal-white .modal-header {
  background-color: #ffffff;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.modal-black .modal-header {
  background-color: #000000;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.modal-light .modal-header {
  background-color: #f5f5f5;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.modal-dark .modal-header {
  background-color: #212121;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.modal-default .modal-header {
  background-color: #212121;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.modal-primary .modal-header {
  background-color: #0d47a1;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.modal-secondary .modal-header {
  background-color: #c51162;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.modal-success .modal-header {
  background-color: #388e3c;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.modal-info .modal-header {
  background-color: #0091ea;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.modal-warning .modal-header {
  background-color: #ffa000;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.modal-danger .modal-header {
  background-color: #d32f2f;
  color: #fff;
  border-bottom: none;
  padding: 15px 20px; }

.modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0); }

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0); }

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0); }

.modal.fade.scale .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.modal.fade:not(.in).scale .modal-dialog {
  -webkit-transition: opacity 0.3 ease, -webkit-transform 0.15s ease;
  transition: opacity 0.3 ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, opacity 0.3 ease;
  transition: transform 0.15s ease, opacity 0.3 ease, -webkit-transform 0.15s ease;
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0); }

.overlay-white {
  background-color: #ffffff; }

.overlay-black {
  background-color: #000000; }

.overlay-light {
  background-color: #f5f5f5; }

.overlay-dark {
  background-color: #212121; }

.overlay-default {
  background-color: #212121; }

.overlay-primary {
  background-color: #0d47a1; }

.overlay-secondary {
  background-color: #c51162; }

.overlay-success {
  background-color: #388e3c; }

.overlay-info {
  background-color: #0091ea; }

.overlay-warning {
  background-color: #ffa000; }

.overlay-danger {
  background-color: #d32f2f; }

.overlay-transition, .overlay-0 > .overlay, .overlay-1 > .overlay, .overlay-2 > .overlay, .overlay-3 > .overlay, .overlay-4 > .overlay, .overlay-5 > .overlay {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.overlay-example {
  margin: 0 20px 20px 0;
  float: left;
  max-height: 200px;
  width: 300px;
  overflow: hidden; }

.overlay-example > div {
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  display: block; }

.overlay-example > div img {
  width: 100%; }

.default-overlay, .overlay-0 > .overlay, .overlay-1 > .overlay, .overlay-2 > .overlay, .overlay-3 > .overlay, .overlay-4 > .overlay, .overlay-5 > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  opacity: 1; }

.default-overlay .title, .overlay-0 > .overlay .title, .overlay-1 > .overlay .title, .overlay-2 > .overlay .title, .overlay-3 > .overlay .title, .overlay-4 > .overlay .title, .overlay-5 > .overlay .title {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 16px; }

.default-overlay .icon, .overlay-0 > .overlay .icon, .overlay-1 > .overlay .icon, .overlay-2 > .overlay .icon, .overlay-3 > .overlay .icon, .overlay-4 > .overlay .icon, .overlay-5 > .overlay .icon {
  margin-top: 20px;
  font-size: 48px; }

.overlay-0 {
  position: relative; }

.overlay-0 > .overlay {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.overlay-0:hover > .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.8; }

.overlay-1 {
  position: relative; }

.overlay-1 > .overlay {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.overlay-1:hover > .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.8; }

.overlay-2 {
  position: relative; }

.overlay-2 > .overlay {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.overlay-2:hover > .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.8; }

.overlay-3 {
  position: relative; }

.overlay-3 > .overlay {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.overlay-3:hover > .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.8; }

.overlay-4 {
  position: relative; }

.overlay-4 > .overlay {
  -webkit-transform: scale(0);
  transform: scale(0); }

.overlay-4:hover > .overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.8; }

.overlay-5 {
  position: relative; }

.overlay-5 > .overlay {
  opacity: 0; }

.overlay-5:hover > .overlay {
  opacity: 0.8; }

.pagination .page-item.active a {
  color: #fff; }

.pagination.pagination-white .page-item.active a {
  color: #fff;
  background-color: #ffffff; }

.pagination.pagination-black .page-item.active a {
  color: #fff;
  background-color: #000000; }

.pagination.pagination-light .page-item.active a {
  color: #fff;
  background-color: #f5f5f5; }

.pagination.pagination-dark .page-item.active a {
  color: #fff;
  background-color: #212121; }

.pagination.pagination-default .page-item.active a {
  color: #fff;
  background-color: #212121; }

.pagination.pagination-primary .page-item.active a {
  color: #fff;
  background-color: #0d47a1; }

.pagination.pagination-secondary .page-item.active a {
  color: #fff;
  background-color: #c51162; }

.pagination.pagination-success .page-item.active a {
  color: #fff;
  background-color: #388e3c; }

.pagination.pagination-info .page-item.active a {
  color: #fff;
  background-color: #0091ea; }

.pagination.pagination-warning .page-item.active a {
  color: #fff;
  background-color: #ffa000; }

.pagination.pagination-danger .page-item.active a {
  color: #fff;
  background-color: #d32f2f; }

.popover {
  border-radius: 0;
  border: none;
  padding: 0;
  opacity: 0; }

.popover.in {
  opacity: 1; }

.popover-arrow {
  display: none; }

.popover.popover-white {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-white .popover-title {
  border-radius: 0;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fff; }

.popover.popover-white .popover-arrow {
  display: none; }

.popover.popover-black {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-black .popover-title {
  border-radius: 0;
  background-color: #000000;
  border-color: #000000;
  color: #fff; }

.popover.popover-black .popover-arrow {
  display: none; }

.popover.popover-light {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-light .popover-title {
  border-radius: 0;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff; }

.popover.popover-light .popover-arrow {
  display: none; }

.popover.popover-dark {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-dark .popover-title {
  border-radius: 0;
  background-color: #212121;
  border-color: #212121;
  color: #fff; }

.popover.popover-dark .popover-arrow {
  display: none; }

.popover.popover-default {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-default .popover-title {
  border-radius: 0;
  background-color: #212121;
  border-color: #212121;
  color: #fff; }

.popover.popover-default .popover-arrow {
  display: none; }

.popover.popover-primary {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-primary .popover-title {
  border-radius: 0;
  background-color: #0d47a1;
  border-color: #0d47a1;
  color: #fff; }

.popover.popover-primary .popover-arrow {
  display: none; }

.popover.popover-secondary {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-secondary .popover-title {
  border-radius: 0;
  background-color: #c51162;
  border-color: #c51162;
  color: #fff; }

.popover.popover-secondary .popover-arrow {
  display: none; }

.popover.popover-success {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-success .popover-title {
  border-radius: 0;
  background-color: #388e3c;
  border-color: #388e3c;
  color: #fff; }

.popover.popover-success .popover-arrow {
  display: none; }

.popover.popover-info {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-info .popover-title {
  border-radius: 0;
  background-color: #0091ea;
  border-color: #0091ea;
  color: #fff; }

.popover.popover-info .popover-arrow {
  display: none; }

.popover.popover-warning {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-warning .popover-title {
  border-radius: 0;
  background-color: #ffa000;
  border-color: #ffa000;
  color: #fff; }

.popover.popover-warning .popover-arrow {
  display: none; }

.popover.popover-danger {
  border-radius: 0;
  border: none;
  padding: 0; }

.popover.popover-danger .popover-title {
  border-radius: 0;
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: #fff; }

.popover.popover-danger .popover-arrow {
  display: none; }

.progress {
  height: 0.66rem !important; }

.progress.progress-sm {
  height: 0.5rem !important; }

.progress.progress-xs {
  height: 0.33rem !important; }

.progress.progress-lg {
  height: 1rem !important; }

.progress[value] {
  color: #e0e0e0; }

.progress[value]::-webkit-progress-bar {
  background-color: #e0e0e0; }

.progress[value]::-webkit-progress-value.progress-white {
  background-color: #ffffff; }

.progress[value]::-webkit-progress-value.progress-black {
  background-color: #000000; }

.progress[value]::-webkit-progress-value.progress-light {
  background-color: #f5f5f5; }

.progress[value]::-webkit-progress-value.progress-dark {
  background-color: #212121; }

.progress[value]::-webkit-progress-value.progress-default {
  background-color: #212121; }

.progress[value]::-webkit-progress-value.progress-primary {
  background-color: #0d47a1; }

.progress[value]::-webkit-progress-value.progress-secondary {
  background-color: #c51162; }

.progress[value]::-webkit-progress-value.progress-success {
  background-color: #388e3c; }

.progress[value]::-webkit-progress-value.progress-info {
  background-color: #0091ea; }

.progress[value]::-webkit-progress-value.progress-warning {
  background-color: #ffa000; }

.progress[value]::-webkit-progress-value.progress-danger {
  background-color: #d32f2f; }

#ui-social-media-buttons .btn {
  margin-right: 5px; }

.btn.btn-facebook {
  background: #365397;
  color: #fff;
  border: none; }

.btn.btn-facebook:hover, .btn.btn-facebook:focus, .btn.btn-facebook:active {
  background: #2f4984;
  color: #fff; }

.btn.btn-facebook.btn-raised {
  background: #365397;
  color: #fff;
  border: none; }

.btn.btn-facebook.btn-raised:hover, .btn.btn-facebook.btn-raised:focus, .btn.btn-facebook.btn-raised:active {
  background: #2f4984;
  color: #fff; }

.btn.btn-facebook.btn-flat {
  background: none;
  color: #365397;
  border: none; }

.btn.btn-facebook.btn-flat:hover, .btn.btn-facebook.btn-flat:focus, .btn.btn-facebook.btn-flat:active {
  background: #eeeeee;
  color: #2f4984; }

.btn.btn-facebook.btn-outline {
  background: none;
  color: #365397;
  border-style: solid;
  border-width: 1px;
  border-color: #365397; }

.btn.btn-facebook.btn-outline:hover, .btn.btn-facebook.btn-outline:focus, .btn.btn-facebook.btn-outline:active {
  color: #2f4984;
  border-color: #2f4984;
  background: none;
  color: #365397; }

.btn.btn-facebook.bmd-btn-fab {
  background: #365397;
  color: #fff;
  border: none; }

.btn.btn-facebook.bmd-btn-fab:hover, .btn.btn-facebook.bmd-btn-fab:focus, .btn.btn-facebook.bmd-btn-fab:active {
  background: #2f4984;
  color: #fff; }

.btn.btn-twitter {
  background: #00a9f1;
  color: #fff;
  border: none; }

.btn.btn-twitter:hover, .btn.btn-twitter:focus, .btn.btn-twitter:active {
  background: #0097d8;
  color: #fff; }

.btn.btn-twitter.btn-raised {
  background: #00a9f1;
  color: #fff;
  border: none; }

.btn.btn-twitter.btn-raised:hover, .btn.btn-twitter.btn-raised:focus, .btn.btn-twitter.btn-raised:active {
  background: #0097d8;
  color: #fff; }

.btn.btn-twitter.btn-flat {
  background: none;
  color: #00a9f1;
  border: none; }

.btn.btn-twitter.btn-flat:hover, .btn.btn-twitter.btn-flat:focus, .btn.btn-twitter.btn-flat:active {
  background: #eeeeee;
  color: #0097d8; }

.btn.btn-twitter.btn-outline {
  background: none;
  color: #00a9f1;
  border-style: solid;
  border-width: 1px;
  border-color: #00a9f1; }

.btn.btn-twitter.btn-outline:hover, .btn.btn-twitter.btn-outline:focus, .btn.btn-twitter.btn-outline:active {
  color: #0097d8;
  border-color: #0097d8;
  background: none;
  color: #00a9f1; }

.btn.btn-twitter.bmd-btn-fab {
  background: #00a9f1;
  color: #fff;
  border: none; }

.btn.btn-twitter.bmd-btn-fab:hover, .btn.btn-twitter.bmd-btn-fab:focus, .btn.btn-twitter.bmd-btn-fab:active {
  background: #0097d8;
  color: #fff; }

.btn.btn-linkedin {
  background: #006db3;
  color: #fff;
  border: none; }

.btn.btn-linkedin:hover, .btn.btn-linkedin:focus, .btn.btn-linkedin:active {
  background: #005d9a;
  color: #fff; }

.btn.btn-linkedin.btn-raised {
  background: #006db3;
  color: #fff;
  border: none; }

.btn.btn-linkedin.btn-raised:hover, .btn.btn-linkedin.btn-raised:focus, .btn.btn-linkedin.btn-raised:active {
  background: #005d9a;
  color: #fff; }

.btn.btn-linkedin.btn-flat {
  background: none;
  color: #006db3;
  border: none; }

.btn.btn-linkedin.btn-flat:hover, .btn.btn-linkedin.btn-flat:focus, .btn.btn-linkedin.btn-flat:active {
  background: #eeeeee;
  color: #005d9a; }

.btn.btn-linkedin.btn-outline {
  background: none;
  color: #006db3;
  border-style: solid;
  border-width: 1px;
  border-color: #006db3; }

.btn.btn-linkedin.btn-outline:hover, .btn.btn-linkedin.btn-outline:focus, .btn.btn-linkedin.btn-outline:active {
  color: #005d9a;
  border-color: #005d9a;
  background: none;
  color: #006db3; }

.btn.btn-linkedin.bmd-btn-fab {
  background: #006db3;
  color: #fff;
  border: none; }

.btn.btn-linkedin.bmd-btn-fab:hover, .btn.btn-linkedin.bmd-btn-fab:focus, .btn.btn-linkedin.bmd-btn-fab:active {
  background: #005d9a;
  color: #fff; }

.btn.btn-apple {
  background: #737373;
  color: #fff;
  border: none; }

.btn.btn-apple:hover, .btn.btn-apple:focus, .btn.btn-apple:active {
  background: #666666;
  color: #fff; }

.btn.btn-apple.btn-raised {
  background: #737373;
  color: #fff;
  border: none; }

.btn.btn-apple.btn-raised:hover, .btn.btn-apple.btn-raised:focus, .btn.btn-apple.btn-raised:active {
  background: #666666;
  color: #fff; }

.btn.btn-apple.btn-flat {
  background: none;
  color: #737373;
  border: none; }

.btn.btn-apple.btn-flat:hover, .btn.btn-apple.btn-flat:focus, .btn.btn-apple.btn-flat:active {
  background: #eeeeee;
  color: #666666; }

.btn.btn-apple.btn-outline {
  background: none;
  color: #737373;
  border-style: solid;
  border-width: 1px;
  border-color: #737373; }

.btn.btn-apple.btn-outline:hover, .btn.btn-apple.btn-outline:focus, .btn.btn-apple.btn-outline:active {
  color: #666666;
  border-color: #666666;
  background: none;
  color: #737373; }

.btn.btn-apple.bmd-btn-fab {
  background: #737373;
  color: #fff;
  border: none; }

.btn.btn-apple.bmd-btn-fab:hover, .btn.btn-apple.bmd-btn-fab:focus, .btn.btn-apple.bmd-btn-fab:active {
  background: #666666;
  color: #fff; }

.btn.btn-google {
  background: #4285f4;
  color: #fff;
  border: none; }

.btn.btn-google:hover, .btn.btn-google:focus, .btn.btn-google:active {
  background: #2a75f3;
  color: #fff; }

.btn.btn-google.btn-raised {
  background: #4285f4;
  color: #fff;
  border: none; }

.btn.btn-google.btn-raised:hover, .btn.btn-google.btn-raised:focus, .btn.btn-google.btn-raised:active {
  background: #2a75f3;
  color: #fff; }

.btn.btn-google.btn-flat {
  background: none;
  color: #4285f4;
  border: none; }

.btn.btn-google.btn-flat:hover, .btn.btn-google.btn-flat:focus, .btn.btn-google.btn-flat:active {
  background: #eeeeee;
  color: #2a75f3; }

.btn.btn-google.btn-outline {
  background: none;
  color: #4285f4;
  border-style: solid;
  border-width: 1px;
  border-color: #4285f4; }

.btn.btn-google.btn-outline:hover, .btn.btn-google.btn-outline:focus, .btn.btn-google.btn-outline:active {
  color: #2a75f3;
  border-color: #2a75f3;
  background: none;
  color: #4285f4; }

.btn.btn-google.bmd-btn-fab {
  background: #4285f4;
  color: #fff;
  border: none; }

.btn.btn-google.bmd-btn-fab:hover, .btn.btn-google.bmd-btn-fab:focus, .btn.btn-google.bmd-btn-fab:active {
  background: #2a75f3;
  color: #fff; }

.btn.btn-google-plus {
  background: #e0452c;
  color: #fff;
  border: none; }

.btn.btn-google-plus:hover, .btn.btn-google-plus:focus, .btn.btn-google-plus:active {
  background: #d3381f;
  color: #fff; }

.btn.btn-google-plus.btn-raised {
  background: #e0452c;
  color: #fff;
  border: none; }

.btn.btn-google-plus.btn-raised:hover, .btn.btn-google-plus.btn-raised:focus, .btn.btn-google-plus.btn-raised:active {
  background: #d3381f;
  color: #fff; }

.btn.btn-google-plus.btn-flat {
  background: none;
  color: #e0452c;
  border: none; }

.btn.btn-google-plus.btn-flat:hover, .btn.btn-google-plus.btn-flat:focus, .btn.btn-google-plus.btn-flat:active {
  background: #eeeeee;
  color: #d3381f; }

.btn.btn-google-plus.btn-outline {
  background: none;
  color: #e0452c;
  border-style: solid;
  border-width: 1px;
  border-color: #e0452c; }

.btn.btn-google-plus.btn-outline:hover, .btn.btn-google-plus.btn-outline:focus, .btn.btn-google-plus.btn-outline:active {
  color: #d3381f;
  border-color: #d3381f;
  background: none;
  color: #e0452c; }

.btn.btn-google-plus.bmd-btn-fab {
  background: #e0452c;
  color: #fff;
  border: none; }

.btn.btn-google-plus.bmd-btn-fab:hover, .btn.btn-google-plus.bmd-btn-fab:focus, .btn.btn-google-plus.bmd-btn-fab:active {
  background: #d3381f;
  color: #fff; }

.btn.btn-youtube {
  background: #ff3333;
  color: #fff;
  border: none; }

.btn.btn-youtube:hover, .btn.btn-youtube:focus, .btn.btn-youtube:active {
  background: #ff1a1a;
  color: #fff; }

.btn.btn-youtube.btn-raised {
  background: #ff3333;
  color: #fff;
  border: none; }

.btn.btn-youtube.btn-raised:hover, .btn.btn-youtube.btn-raised:focus, .btn.btn-youtube.btn-raised:active {
  background: #ff1a1a;
  color: #fff; }

.btn.btn-youtube.btn-flat {
  background: none;
  color: #ff3333;
  border: none; }

.btn.btn-youtube.btn-flat:hover, .btn.btn-youtube.btn-flat:focus, .btn.btn-youtube.btn-flat:active {
  background: #eeeeee;
  color: #ff1a1a; }

.btn.btn-youtube.btn-outline {
  background: none;
  color: #ff3333;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3333; }

.btn.btn-youtube.btn-outline:hover, .btn.btn-youtube.btn-outline:focus, .btn.btn-youtube.btn-outline:active {
  color: #ff1a1a;
  border-color: #ff1a1a;
  background: none;
  color: #ff3333; }

.btn.btn-youtube.bmd-btn-fab {
  background: #ff3333;
  color: #fff;
  border: none; }

.btn.btn-youtube.bmd-btn-fab:hover, .btn.btn-youtube.bmd-btn-fab:focus, .btn.btn-youtube.bmd-btn-fab:active {
  background: #ff1a1a;
  color: #fff; }

.btn.btn-vimeo {
  background: #48b6ed;
  color: #fff;
  border: none; }

.btn.btn-vimeo:hover, .btn.btn-vimeo:focus, .btn.btn-vimeo:active {
  background: #31adeb;
  color: #fff; }

.btn.btn-vimeo.btn-raised {
  background: #48b6ed;
  color: #fff;
  border: none; }

.btn.btn-vimeo.btn-raised:hover, .btn.btn-vimeo.btn-raised:focus, .btn.btn-vimeo.btn-raised:active {
  background: #31adeb;
  color: #fff; }

.btn.btn-vimeo.btn-flat {
  background: none;
  color: #48b6ed;
  border: none; }

.btn.btn-vimeo.btn-flat:hover, .btn.btn-vimeo.btn-flat:focus, .btn.btn-vimeo.btn-flat:active {
  background: #eeeeee;
  color: #31adeb; }

.btn.btn-vimeo.btn-outline {
  background: none;
  color: #48b6ed;
  border-style: solid;
  border-width: 1px;
  border-color: #48b6ed; }

.btn.btn-vimeo.btn-outline:hover, .btn.btn-vimeo.btn-outline:focus, .btn.btn-vimeo.btn-outline:active {
  color: #31adeb;
  border-color: #31adeb;
  background: none;
  color: #48b6ed; }

.btn.btn-vimeo.bmd-btn-fab {
  background: #48b6ed;
  color: #fff;
  border: none; }

.btn.btn-vimeo.bmd-btn-fab:hover, .btn.btn-vimeo.bmd-btn-fab:focus, .btn.btn-vimeo.bmd-btn-fab:active {
  background: #31adeb;
  color: #fff; }

.btn.btn-pinterest {
  background: #ce1a19;
  color: #fff;
  border: none; }

.btn.btn-pinterest:hover, .btn.btn-pinterest:focus, .btn.btn-pinterest:active {
  background: #b71716;
  color: #fff; }

.btn.btn-pinterest.btn-raised {
  background: #ce1a19;
  color: #fff;
  border: none; }

.btn.btn-pinterest.btn-raised:hover, .btn.btn-pinterest.btn-raised:focus, .btn.btn-pinterest.btn-raised:active {
  background: #b71716;
  color: #fff; }

.btn.btn-pinterest.btn-flat {
  background: none;
  color: #ce1a19;
  border: none; }

.btn.btn-pinterest.btn-flat:hover, .btn.btn-pinterest.btn-flat:focus, .btn.btn-pinterest.btn-flat:active {
  background: #eeeeee;
  color: #b71716; }

.btn.btn-pinterest.btn-outline {
  background: none;
  color: #ce1a19;
  border-style: solid;
  border-width: 1px;
  border-color: #ce1a19; }

.btn.btn-pinterest.btn-outline:hover, .btn.btn-pinterest.btn-outline:focus, .btn.btn-pinterest.btn-outline:active {
  color: #b71716;
  border-color: #b71716;
  background: none;
  color: #ce1a19; }

.btn.btn-pinterest.bmd-btn-fab {
  background: #ce1a19;
  color: #fff;
  border: none; }

.btn.btn-pinterest.bmd-btn-fab:hover, .btn.btn-pinterest.bmd-btn-fab:focus, .btn.btn-pinterest.bmd-btn-fab:active {
  background: #b71716;
  color: #fff; }

.btn.btn-yelp {
  background: #c30f00;
  color: #fff;
  border: none; }

.btn.btn-yelp:hover, .btn.btn-yelp:focus, .btn.btn-yelp:active {
  background: #aa0d00;
  color: #fff; }

.btn.btn-yelp.btn-raised {
  background: #c30f00;
  color: #fff;
  border: none; }

.btn.btn-yelp.btn-raised:hover, .btn.btn-yelp.btn-raised:focus, .btn.btn-yelp.btn-raised:active {
  background: #aa0d00;
  color: #fff; }

.btn.btn-yelp.btn-flat {
  background: none;
  color: #c30f00;
  border: none; }

.btn.btn-yelp.btn-flat:hover, .btn.btn-yelp.btn-flat:focus, .btn.btn-yelp.btn-flat:active {
  background: #eeeeee;
  color: #aa0d00; }

.btn.btn-yelp.btn-outline {
  background: none;
  color: #c30f00;
  border-style: solid;
  border-width: 1px;
  border-color: #c30f00; }

.btn.btn-yelp.btn-outline:hover, .btn.btn-yelp.btn-outline:focus, .btn.btn-yelp.btn-outline:active {
  color: #aa0d00;
  border-color: #aa0d00;
  background: none;
  color: #c30f00; }

.btn.btn-yelp.bmd-btn-fab {
  background: #c30f00;
  color: #fff;
  border: none; }

.btn.btn-yelp.bmd-btn-fab:hover, .btn.btn-yelp.bmd-btn-fab:focus, .btn.btn-yelp.bmd-btn-fab:active {
  background: #aa0d00;
  color: #fff; }

.btn.btn-dribbble {
  background: #ed4584;
  color: #fff;
  border: none; }

.btn.btn-dribbble:hover, .btn.btn-dribbble:focus, .btn.btn-dribbble:active {
  background: #eb2e75;
  color: #fff; }

.btn.btn-dribbble.btn-raised {
  background: #ed4584;
  color: #fff;
  border: none; }

.btn.btn-dribbble.btn-raised:hover, .btn.btn-dribbble.btn-raised:focus, .btn.btn-dribbble.btn-raised:active {
  background: #eb2e75;
  color: #fff; }

.btn.btn-dribbble.btn-flat {
  background: none;
  color: #ed4584;
  border: none; }

.btn.btn-dribbble.btn-flat:hover, .btn.btn-dribbble.btn-flat:focus, .btn.btn-dribbble.btn-flat:active {
  background: #eeeeee;
  color: #eb2e75; }

.btn.btn-dribbble.btn-outline {
  background: none;
  color: #ed4584;
  border-style: solid;
  border-width: 1px;
  border-color: #ed4584; }

.btn.btn-dribbble.btn-outline:hover, .btn.btn-dribbble.btn-outline:focus, .btn.btn-dribbble.btn-outline:active {
  color: #eb2e75;
  border-color: #eb2e75;
  background: none;
  color: #ed4584; }

.btn.btn-dribbble.bmd-btn-fab {
  background: #ed4584;
  color: #fff;
  border: none; }

.btn.btn-dribbble.bmd-btn-fab:hover, .btn.btn-dribbble.bmd-btn-fab:focus, .btn.btn-dribbble.bmd-btn-fab:active {
  background: #eb2e75;
  color: #fff; }

.btn.btn-amazon {
  background: #ff9700;
  color: #fff;
  border: none; }

.btn.btn-amazon:hover, .btn.btn-amazon:focus, .btn.btn-amazon:active {
  background: #e68800;
  color: #fff; }

.btn.btn-amazon.btn-raised {
  background: #ff9700;
  color: #fff;
  border: none; }

.btn.btn-amazon.btn-raised:hover, .btn.btn-amazon.btn-raised:focus, .btn.btn-amazon.btn-raised:active {
  background: #e68800;
  color: #fff; }

.btn.btn-amazon.btn-flat {
  background: none;
  color: #ff9700;
  border: none; }

.btn.btn-amazon.btn-flat:hover, .btn.btn-amazon.btn-flat:focus, .btn.btn-amazon.btn-flat:active {
  background: #eeeeee;
  color: #e68800; }

.btn.btn-amazon.btn-outline {
  background: none;
  color: #ff9700;
  border-style: solid;
  border-width: 1px;
  border-color: #ff9700; }

.btn.btn-amazon.btn-outline:hover, .btn.btn-amazon.btn-outline:focus, .btn.btn-amazon.btn-outline:active {
  color: #e68800;
  border-color: #e68800;
  background: none;
  color: #ff9700; }

.btn.btn-amazon.bmd-btn-fab {
  background: #ff9700;
  color: #fff;
  border: none; }

.btn.btn-amazon.bmd-btn-fab:hover, .btn.btn-amazon.bmd-btn-fab:focus, .btn.btn-amazon.bmd-btn-fab:active {
  background: #e68800;
  color: #fff; }

.btn.btn-skype {
  background: #00acf4;
  color: #fff;
  border: none; }

.btn.btn-skype:hover, .btn.btn-skype:focus, .btn.btn-skype:active {
  background: #009adb;
  color: #fff; }

.btn.btn-skype.btn-raised {
  background: #00acf4;
  color: #fff;
  border: none; }

.btn.btn-skype.btn-raised:hover, .btn.btn-skype.btn-raised:focus, .btn.btn-skype.btn-raised:active {
  background: #009adb;
  color: #fff; }

.btn.btn-skype.btn-flat {
  background: none;
  color: #00acf4;
  border: none; }

.btn.btn-skype.btn-flat:hover, .btn.btn-skype.btn-flat:focus, .btn.btn-skype.btn-flat:active {
  background: #eeeeee;
  color: #009adb; }

.btn.btn-skype.btn-outline {
  background: none;
  color: #00acf4;
  border-style: solid;
  border-width: 1px;
  border-color: #00acf4; }

.btn.btn-skype.btn-outline:hover, .btn.btn-skype.btn-outline:focus, .btn.btn-skype.btn-outline:active {
  color: #009adb;
  border-color: #009adb;
  background: none;
  color: #00acf4; }

.btn.btn-skype.bmd-btn-fab {
  background: #00acf4;
  color: #fff;
  border: none; }

.btn.btn-skype.bmd-btn-fab:hover, .btn.btn-skype.bmd-btn-fab:focus, .btn.btn-skype.bmd-btn-fab:active {
  background: #009adb;
  color: #fff; }

.btn.btn-instagram {
  background: #396d9a;
  color: #fff;
  border: none; }

.btn.btn-instagram:hover, .btn.btn-instagram:focus, .btn.btn-instagram:active {
  background: #326087;
  color: #fff; }

.btn.btn-instagram.btn-raised {
  background: #396d9a;
  color: #fff;
  border: none; }

.btn.btn-instagram.btn-raised:hover, .btn.btn-instagram.btn-raised:focus, .btn.btn-instagram.btn-raised:active {
  background: #326087;
  color: #fff; }

.btn.btn-instagram.btn-flat {
  background: none;
  color: #396d9a;
  border: none; }

.btn.btn-instagram.btn-flat:hover, .btn.btn-instagram.btn-flat:focus, .btn.btn-instagram.btn-flat:active {
  background: #eeeeee;
  color: #326087; }

.btn.btn-instagram.btn-outline {
  background: none;
  color: #396d9a;
  border-style: solid;
  border-width: 1px;
  border-color: #396d9a; }

.btn.btn-instagram.btn-outline:hover, .btn.btn-instagram.btn-outline:focus, .btn.btn-instagram.btn-outline:active {
  color: #326087;
  border-color: #326087;
  background: none;
  color: #396d9a; }

.btn.btn-instagram.bmd-btn-fab {
  background: #396d9a;
  color: #fff;
  border: none; }

.btn.btn-instagram.bmd-btn-fab:hover, .btn.btn-instagram.bmd-btn-fab:focus, .btn.btn-instagram.bmd-btn-fab:active {
  background: #326087;
  color: #fff; }

.btn.btn-dropbox {
  background: #0d84de;
  color: #fff;
  border: none; }

.btn.btn-dropbox:hover, .btn.btn-dropbox:focus, .btn.btn-dropbox:active {
  background: #0c76c6;
  color: #fff; }

.btn.btn-dropbox.btn-raised {
  background: #0d84de;
  color: #fff;
  border: none; }

.btn.btn-dropbox.btn-raised:hover, .btn.btn-dropbox.btn-raised:focus, .btn.btn-dropbox.btn-raised:active {
  background: #0c76c6;
  color: #fff; }

.btn.btn-dropbox.btn-flat {
  background: none;
  color: #0d84de;
  border: none; }

.btn.btn-dropbox.btn-flat:hover, .btn.btn-dropbox.btn-flat:focus, .btn.btn-dropbox.btn-flat:active {
  background: #eeeeee;
  color: #0c76c6; }

.btn.btn-dropbox.btn-outline {
  background: none;
  color: #0d84de;
  border-style: solid;
  border-width: 1px;
  border-color: #0d84de; }

.btn.btn-dropbox.btn-outline:hover, .btn.btn-dropbox.btn-outline:focus, .btn.btn-dropbox.btn-outline:active {
  color: #0c76c6;
  border-color: #0c76c6;
  background: none;
  color: #0d84de; }

.btn.btn-dropbox.bmd-btn-fab {
  background: #0d84de;
  color: #fff;
  border: none; }

.btn.btn-dropbox.bmd-btn-fab:hover, .btn.btn-dropbox.bmd-btn-fab:focus, .btn.btn-dropbox.bmd-btn-fab:active {
  background: #0c76c6;
  color: #fff; }

.btn.btn-flickr {
  background: #ea0066;
  color: #fff;
  border: none; }

.btn.btn-flickr:hover, .btn.btn-flickr:focus, .btn.btn-flickr:active {
  background: #d1005b;
  color: #fff; }

.btn.btn-flickr.btn-raised {
  background: #ea0066;
  color: #fff;
  border: none; }

.btn.btn-flickr.btn-raised:hover, .btn.btn-flickr.btn-raised:focus, .btn.btn-flickr.btn-raised:active {
  background: #d1005b;
  color: #fff; }

.btn.btn-flickr.btn-flat {
  background: none;
  color: #ea0066;
  border: none; }

.btn.btn-flickr.btn-flat:hover, .btn.btn-flickr.btn-flat:focus, .btn.btn-flickr.btn-flat:active {
  background: #eeeeee;
  color: #d1005b; }

.btn.btn-flickr.btn-outline {
  background: none;
  color: #ea0066;
  border-style: solid;
  border-width: 1px;
  border-color: #ea0066; }

.btn.btn-flickr.btn-outline:hover, .btn.btn-flickr.btn-outline:focus, .btn.btn-flickr.btn-outline:active {
  color: #d1005b;
  border-color: #d1005b;
  background: none;
  color: #ea0066; }

.btn.btn-flickr.bmd-btn-fab {
  background: #ea0066;
  color: #fff;
  border: none; }

.btn.btn-flickr.bmd-btn-fab:hover, .btn.btn-flickr.bmd-btn-fab:focus, .btn.btn-flickr.bmd-btn-fab:active {
  background: #d1005b;
  color: #fff; }

.btn.btn-github {
  background: #2f2f2f;
  color: #fff;
  border: none; }

.btn.btn-github:hover, .btn.btn-github:focus, .btn.btn-github:active {
  background: #222222;
  color: #fff; }

.btn.btn-github.btn-raised {
  background: #2f2f2f;
  color: #fff;
  border: none; }

.btn.btn-github.btn-raised:hover, .btn.btn-github.btn-raised:focus, .btn.btn-github.btn-raised:active {
  background: #222222;
  color: #fff; }

.btn.btn-github.btn-flat {
  background: none;
  color: #2f2f2f;
  border: none; }

.btn.btn-github.btn-flat:hover, .btn.btn-github.btn-flat:focus, .btn.btn-github.btn-flat:active {
  background: #eeeeee;
  color: #222222; }

.btn.btn-github.btn-outline {
  background: none;
  color: #2f2f2f;
  border-style: solid;
  border-width: 1px;
  border-color: #2f2f2f; }

.btn.btn-github.btn-outline:hover, .btn.btn-github.btn-outline:focus, .btn.btn-github.btn-outline:active {
  color: #222222;
  border-color: #222222;
  background: none;
  color: #2f2f2f; }

.btn.btn-github.bmd-btn-fab {
  background: #2f2f2f;
  color: #fff;
  border: none; }

.btn.btn-github.bmd-btn-fab:hover, .btn.btn-github.bmd-btn-fab:focus, .btn.btn-github.bmd-btn-fab:active {
  background: #222222;
  color: #fff; }

.btn.btn-tumblr {
  background: #304c68;
  color: #fff;
  border: none; }

.btn.btn-tumblr:hover, .btn.btn-tumblr:focus, .btn.btn-tumblr:active {
  background: #283f57;
  color: #fff; }

.btn.btn-tumblr.btn-raised {
  background: #304c68;
  color: #fff;
  border: none; }

.btn.btn-tumblr.btn-raised:hover, .btn.btn-tumblr.btn-raised:focus, .btn.btn-tumblr.btn-raised:active {
  background: #283f57;
  color: #fff; }

.btn.btn-tumblr.btn-flat {
  background: none;
  color: #304c68;
  border: none; }

.btn.btn-tumblr.btn-flat:hover, .btn.btn-tumblr.btn-flat:focus, .btn.btn-tumblr.btn-flat:active {
  background: #eeeeee;
  color: #283f57; }

.btn.btn-tumblr.btn-outline {
  background: none;
  color: #304c68;
  border-style: solid;
  border-width: 1px;
  border-color: #304c68; }

.btn.btn-tumblr.btn-outline:hover, .btn.btn-tumblr.btn-outline:focus, .btn.btn-tumblr.btn-outline:active {
  color: #283f57;
  border-color: #283f57;
  background: none;
  color: #304c68; }

.btn.btn-tumblr.bmd-btn-fab {
  background: #304c68;
  color: #fff;
  border: none; }

.btn.btn-tumblr.bmd-btn-fab:hover, .btn.btn-tumblr.bmd-btn-fab:focus, .btn.btn-tumblr.bmd-btn-fab:active {
  background: #283f57;
  color: #fff; }

.btn.btn-foursquare {
  background: #207dc5;
  color: #fff;
  border: none; }

.btn.btn-foursquare:hover, .btn.btn-foursquare:focus, .btn.btn-foursquare:active {
  background: #1c6faf;
  color: #fff; }

.btn.btn-foursquare.btn-raised {
  background: #207dc5;
  color: #fff;
  border: none; }

.btn.btn-foursquare.btn-raised:hover, .btn.btn-foursquare.btn-raised:focus, .btn.btn-foursquare.btn-raised:active {
  background: #1c6faf;
  color: #fff; }

.btn.btn-foursquare.btn-flat {
  background: none;
  color: #207dc5;
  border: none; }

.btn.btn-foursquare.btn-flat:hover, .btn.btn-foursquare.btn-flat:focus, .btn.btn-foursquare.btn-flat:active {
  background: #eeeeee;
  color: #1c6faf; }

.btn.btn-foursquare.btn-outline {
  background: none;
  color: #207dc5;
  border-style: solid;
  border-width: 1px;
  border-color: #207dc5; }

.btn.btn-foursquare.btn-outline:hover, .btn.btn-foursquare.btn-outline:focus, .btn.btn-foursquare.btn-outline:active {
  color: #1c6faf;
  border-color: #1c6faf;
  background: none;
  color: #207dc5; }

.btn.btn-foursquare.bmd-btn-fab {
  background: #207dc5;
  color: #fff;
  border: none; }

.btn.btn-foursquare.bmd-btn-fab:hover, .btn.btn-foursquare.bmd-btn-fab:focus, .btn.btn-foursquare.bmd-btn-fab:active {
  background: #1c6faf;
  color: #fff; }

.btn.btn-rounded {
  border-radius: 15px; }

.btn.btn-icon i {
  margin-right: 5px; }

.btn.bmd-btn-fab i {
  text-align: center; }

.btn.bmd-btn-fab.bmd-btn-fab-sm i {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.btn.btn-stacked-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  font-size: 0.75rem;
  height: 60px; }

.btn.btn-stacked-icon i, .btn.btn-stacked-icon .btn-text {
  margin: auto; }

.sweet-overlay {
  z-index: 1050 !important; }

.sweet-alert {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #212121;
  border-color: #fff; }

.sweet-alert h2 {
  color: #0d47a1; }

.sweet-alert p {
  color: #212121; }

.sweet-alert button {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.nav.nav-tabs.nav-tabs-white {
  background: #ffffff; }

.nav.nav-tabs.nav-tabs-white .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-white .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-white .nav-link.active {
  color: #fff;
  border-color: #0d47a1; }

.nav.nav-tabs.nav-tabs-white .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-black {
  background: #000000; }

.nav.nav-tabs.nav-tabs-black .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-black .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-black .nav-link.active {
  color: #fff;
  border-color: #0d47a1; }

.nav.nav-tabs.nav-tabs-black .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-light {
  background: #f5f5f5; }

.nav.nav-tabs.nav-tabs-light .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-light .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-light .nav-link.active {
  color: #fff;
  border-color: #0d47a1; }

.nav.nav-tabs.nav-tabs-light .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-dark {
  background: #212121; }

.nav.nav-tabs.nav-tabs-dark .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-dark .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-dark .nav-link.active {
  color: #fff;
  border-color: #0d47a1; }

.nav.nav-tabs.nav-tabs-dark .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-default {
  background: #212121; }

.nav.nav-tabs.nav-tabs-default .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-default .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-default .nav-link.active {
  color: #fff;
  border-color: #0d47a1; }

.nav.nav-tabs.nav-tabs-default .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-primary {
  background: #0d47a1; }

.nav.nav-tabs.nav-tabs-primary .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-primary .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-primary .nav-link.active {
  color: #fff;
  border-color: #ffa000; }

.nav.nav-tabs.nav-tabs-primary .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-secondary {
  background: #c51162; }

.nav.nav-tabs.nav-tabs-secondary .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-secondary .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-secondary .nav-link.active {
  color: #fff;
  border-color: #ffa000; }

.nav.nav-tabs.nav-tabs-secondary .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-success {
  background: #388e3c; }

.nav.nav-tabs.nav-tabs-success .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-success .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-success .nav-link.active {
  color: #fff;
  border-color: #d32f2f; }

.nav.nav-tabs.nav-tabs-success .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-info {
  background: #0091ea; }

.nav.nav-tabs.nav-tabs-info .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-info .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-info .nav-link.active {
  color: #fff;
  border-color: #ffa000; }

.nav.nav-tabs.nav-tabs-info .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-warning {
  background: #ffa000; }

.nav.nav-tabs.nav-tabs-warning .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-warning .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-warning .nav-link.active {
  color: #fff;
  border-color: #0091ea; }

.nav.nav-tabs.nav-tabs-warning .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-danger {
  background: #d32f2f; }

.nav.nav-tabs.nav-tabs-danger .nav-link {
  color: #fff; }

.nav.nav-tabs.nav-tabs-danger .nav-link:hover {
  border-color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-danger .nav-link.active {
  color: #fff;
  border-color: #388e3c; }

.nav.nav-tabs.nav-tabs-danger .nav-link.disabled {
  color: #e0e0e0; }

.nav.nav-tabs.nav-tabs-inverse {
  background: #212121;
  color: #fff; }

.nav.nav-tabs.nav-tabs-inverse .nav-link {
  color: #fff; }

.nav-tabs-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.nav-tabs-vertical .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px; }

.nav-tabs-vertical .nav-tabs .nav-link {
  border-bottom: 0; }

.nav-tabs-vertical .nav-tabs .nav-link:hover {
  border-right-width: 3px;
  border-right-style: solid;
  border-color: #e0e0e0;
  color: #212121;
  border-radius: 0; }

.nav-tabs-vertical .nav-tabs .nav-link.active {
  border-right-width: 3px;
  border-right-style: solid;
  border-color: #0d47a1;
  color: #212121;
  border-radius: 0; }

.nav-tabs-vertical .nav-tabs .nav-link.active:hover {
  border-color: #0d47a1;
  border-radius: 0; }

.nav-tabs-vertical .tab-content {
  padding: 20px; }

.tab-content {
  padding: 10px;
  padding-top: 20px; }

.nav-tabs-justified.nav.nav-tabs {
  display: table !important;
  width: 100% !important; }

.nav-tabs-justified.nav.nav-tabs > li {
  float: none !important;
  display: table-cell !important; }

.nav-tabs-justified.nav.nav-tabs > li > a {
  text-align: center !important; }

@media (max-width: 543px) {
  .nav-tabs .nav-item {
    display: block;
    float: none; }
  .nav-tabs-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .nav-tabs-vertical .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.tag {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  text-align: center; }

.tag.tag-sm {
  font-size: 0.7rem;
  font-weight: 500;
  padding: 3px 6px; }

.tag.tag-lg {
  font-size: 0.9rem !important;
  padding: 5px 10px; }

.tag.tag-raised {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.tag.tag-white {
  background-color: #ffffff;
  color: #fff;
  border: none; }

.tag.tag-outline-white {
  background: #fff;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff; }

.tag.tag-black {
  background-color: #000000;
  color: #fff;
  border: none; }

.tag.tag-outline-black {
  background: #fff;
  color: #000000;
  border-style: solid;
  border-width: 1px;
  border-color: #000000; }

.tag.tag-light {
  background-color: #f5f5f5;
  color: #fff;
  border: none; }

.tag.tag-outline-light {
  background: #fff;
  color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5; }

.tag.tag-dark {
  background-color: #212121;
  color: #fff;
  border: none; }

.tag.tag-outline-dark {
  background: #fff;
  color: #212121;
  border-style: solid;
  border-width: 1px;
  border-color: #212121; }

.tag.tag-default {
  background-color: #212121;
  color: #fff;
  border: none; }

.tag.tag-outline-default {
  background: #fff;
  color: #212121;
  border-style: solid;
  border-width: 1px;
  border-color: #212121; }

.tag.tag-primary {
  background-color: #0d47a1;
  color: #fff;
  border: none; }

.tag.tag-outline-primary {
  background: #fff;
  color: #0d47a1;
  border-style: solid;
  border-width: 1px;
  border-color: #0d47a1; }

.tag.tag-secondary {
  background-color: #c51162;
  color: #fff;
  border: none; }

.tag.tag-outline-secondary {
  background: #fff;
  color: #c51162;
  border-style: solid;
  border-width: 1px;
  border-color: #c51162; }

.tag.tag-success {
  background-color: #388e3c;
  color: #fff;
  border: none; }

.tag.tag-outline-success {
  background: #fff;
  color: #388e3c;
  border-style: solid;
  border-width: 1px;
  border-color: #388e3c; }

.tag.tag-info {
  background-color: #0091ea;
  color: #fff;
  border: none; }

.tag.tag-outline-info {
  background: #fff;
  color: #0091ea;
  border-style: solid;
  border-width: 1px;
  border-color: #0091ea; }

.tag.tag-warning {
  background-color: #ffa000;
  color: #fff;
  border: none; }

.tag.tag-outline-warning {
  background: #fff;
  color: #ffa000;
  border-style: solid;
  border-width: 1px;
  border-color: #ffa000; }

.tag.tag-danger {
  background-color: #d32f2f;
  color: #fff;
  border: none; }

.tag.tag-outline-danger {
  background: #fff;
  color: #d32f2f;
  border-style: solid;
  border-width: 1px;
  border-color: #d32f2f; }

.tag.tag-rounded {
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 0 !important;
  line-height: 20px;
  font-size: 12px !important;
  border-radius: 50% !important; }

.tag.tag-rounded.tag-sm {
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 10px !important; }

.tag.tag-rounded.tag-lg {
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 14px !important; }

.tag.tag-pill {
  border-radius: 15px; }

.tooltip {
  opacity: 0; }

.tooltip.in {
  opacity: 1; }

.tooltip-arrow {
  display: none; }

.tooltip.tooltip-white .tooltip-inner {
  border-radius: 5px;
  background-color: #ffffff; }

.tooltip.tooltip-black .tooltip-inner {
  border-radius: 5px;
  background-color: #000000; }

.tooltip.tooltip-light .tooltip-inner {
  border-radius: 5px;
  background-color: #f5f5f5; }

.tooltip.tooltip-dark .tooltip-inner {
  border-radius: 5px;
  background-color: #212121; }

.tooltip.tooltip-default .tooltip-inner {
  border-radius: 5px;
  background-color: #212121; }

.tooltip.tooltip-primary .tooltip-inner {
  border-radius: 5px;
  background-color: #0d47a1; }

.tooltip.tooltip-secondary .tooltip-inner {
  border-radius: 5px;
  background-color: #c51162; }

.tooltip.tooltip-success .tooltip-inner {
  border-radius: 5px;
  background-color: #388e3c; }

.tooltip.tooltip-info .tooltip-inner {
  border-radius: 5px;
  background-color: #0091ea; }

.tooltip.tooltip-warning .tooltip-inner {
  border-radius: 5px;
  background-color: #ffa000; }

.tooltip.tooltip-danger .tooltip-inner {
  border-radius: 5px;
  background-color: #d32f2f; }

.blockquote.blockquote-white:not(.blockquote-reverse) {
  border-left: 0.25rem solid #ffffff; }

.blockquote.blockquote-white.blockquote-reverse {
  border-right: 0.25rem solid #ffffff; }

.blockquote.blockquote-black:not(.blockquote-reverse) {
  border-left: 0.25rem solid #000000; }

.blockquote.blockquote-black.blockquote-reverse {
  border-right: 0.25rem solid #000000; }

.blockquote.blockquote-light:not(.blockquote-reverse) {
  border-left: 0.25rem solid #f5f5f5; }

.blockquote.blockquote-light.blockquote-reverse {
  border-right: 0.25rem solid #f5f5f5; }

.blockquote.blockquote-dark:not(.blockquote-reverse) {
  border-left: 0.25rem solid #212121; }

.blockquote.blockquote-dark.blockquote-reverse {
  border-right: 0.25rem solid #212121; }

.blockquote.blockquote-default:not(.blockquote-reverse) {
  border-left: 0.25rem solid #212121; }

.blockquote.blockquote-default.blockquote-reverse {
  border-right: 0.25rem solid #212121; }

.blockquote.blockquote-primary:not(.blockquote-reverse) {
  border-left: 0.25rem solid #0d47a1; }

.blockquote.blockquote-primary.blockquote-reverse {
  border-right: 0.25rem solid #0d47a1; }

.blockquote.blockquote-secondary:not(.blockquote-reverse) {
  border-left: 0.25rem solid #c51162; }

.blockquote.blockquote-secondary.blockquote-reverse {
  border-right: 0.25rem solid #c51162; }

.blockquote.blockquote-success:not(.blockquote-reverse) {
  border-left: 0.25rem solid #388e3c; }

.blockquote.blockquote-success.blockquote-reverse {
  border-right: 0.25rem solid #388e3c; }

.blockquote.blockquote-info:not(.blockquote-reverse) {
  border-left: 0.25rem solid #0091ea; }

.blockquote.blockquote-info.blockquote-reverse {
  border-right: 0.25rem solid #0091ea; }

.blockquote.blockquote-warning:not(.blockquote-reverse) {
  border-left: 0.25rem solid #ffa000; }

.blockquote.blockquote-warning.blockquote-reverse {
  border-right: 0.25rem solid #ffa000; }

.blockquote.blockquote-danger:not(.blockquote-reverse) {
  border-left: 0.25rem solid #d32f2f; }

.blockquote.blockquote-danger.blockquote-reverse {
  border-right: 0.25rem solid #d32f2f; }

.user-widget-1 {
  min-height: 160px;
  width: 100%;
  position: relative;
  padding: 20px;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  color: #fff; }

.user-widget-1:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 160px;
  width: 100%;
  background-image: url(../../assets/images/453.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9; }

.user-widget-1 .row {
  margin: 0 !important;
  padding: 0 !important; }

.user-widget-1 .media-left, .user-widget-1 .media-body, .user-widget-1 .media-middle {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.user-widget-1 .img-circle {
  border: 3px solid #fff; }

.user-widget-1 h5 {
  padding: 0 20px;
  font-size: 18px;
  margin-bottom: 10px; }

.user-widget-1 p {
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 5px; }

.user-widget-1 p i {
  min-width: 20px; }

.user-widget-10 {
  min-height: 160px;
  width: 100%;
  position: relative;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  overflow: hidden; }

.user-widget-10:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  min-height: 200px;
  width: 100%;
  background-image: url(../../assets/images/454.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8; }

.user-widget-10 .img-circle {
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.user-widget-10 p {
  margin-bottom: 5px; }

.user-widget-10 p:nth-child(1) {
  font-size: 1.1rem;
  font-weight: 700; }

.user-widget-10 .btn {
  color: #fff; }

.user-widget-11 {
  min-height: 160px;
  width: 100%;
  position: relative;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  overflow: hidden; }

.user-widget-11:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  min-height: 200px;
  width: 100%;
  background-color: #ffa000;
  opacity: 0.8; }

.user-widget-11 .img-circle {
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.user-widget-11 p {
  margin-bottom: 5px; }

.user-widget-11 p:nth-child(1) {
  font-size: 1.1rem;
  font-weight: 700; }

.user-widget-11 .btn {
  color: #fff; }

.user-widget-2 p {
  margin-bottom: 5px; }

.user-widget-2 li:nth-child(odd) {
  background-color: #f5f5f5; }

.user-widget-6 {
  min-height: 200px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  color: #212121;
  overflow: hidden; }

.user-widget-6.bg {
  position: relative;
  height: auto;
  min-height: 100%;
  width: 100%;
  background-image: url(../../assets/images/140.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.user-widget-6 h5 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff; }

.user-widget-6 p {
  font-size: 14px;
  color: #fff;
  font-weight: 700; }

.user-widget-6 .img-circle {
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  margin-top: 20px;
  margin-bottom: 20px; }

.user-widget-6 .stats {
  background: #fff;
  color: #212121;
  padding: 10px; }

.user-widget-6 .stats .col-xs-12 {
  padding-top: 5px;
  padding-bottom: 5px; }

.user-widget-7 {
  min-height: 200px;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.user-widget-7:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  width: 100%;
  background-image: url(../../assets/images/635.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.user-widget-7 .row {
  margin: 0 !important;
  padding: 0 !important; }

.user-widget-7 .img-circle {
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.user-widget-8 li:nth-child(odd) {
  background-color: #f5f5f5; }

.user-widget-9 {
  min-height: 200px;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.user-widget-9 .row {
  margin: 0 !important;
  padding: 0 !important; }

.user-widget-9 .img-circle {
  border: 3px solid #fff; }

.google-map {
  height: 400px;
  width: 100%;
  color: #000 !important; }

.vector-map {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  position: relative; }

#email-inbox .inbox-table {
  font-size: 15px; }

#email-inbox .inbox-table .date {
  white-space: nowrap; }

.text-widget-1 {
  margin: 10px 0;
  height: 80px;
  overflow: hidden; }

.text-widget-1 .row {
  height: 80px;
  overflow: hidden; }

.text-widget-1 .col-xs-4 {
  text-align: center;
  padding: 30px 0; }

.text-widget-1 .col-xs-4 .fa {
  margin-left: 15px; }

.text-widget-1 .title {
  font-size: 0.9rem; }

.text-widget-1 .subtitle {
  font-size: 1.2rem; }

.text-widget-2 {
  padding: 20px 10px 10px 10px;
  text-align: center;
  color: #fff;
  background: #0d47a1; }

.text-widget-7 {
  width: 100%;
  position: relative;
  padding: 10px 20px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.text-widget-7 .amount {
  font-size: 24px; }

.text-widget-7 .title {
  font-size: 12px; }

.text-widget-7.text-widget-left {
  text-align: left !important; }

.text-widget-7.text-widget-center {
  text-align: center !important; }

.text-widget-7.text-widget-right {
  text-align: right !important; }

.activity-widget-1 i {
  display: none; }

.activity-widget-1 .check-circle {
  color: #388e3c; }

.activity-widget-1 .star {
  color: #ffa000; }

.activity-widget-1 .remove-circle {
  color: #d32f2f; }

.activity-widget-1 .lock-open {
  color: #0d47a1; }

.activity-widget-3 p {
  margin-bottom: 5px; }

.activity-widget-3 .img-circle {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  height: 40px;
  width: 40px; }

.activity-widget-4 p {
  margin-bottom: 5px; }

.activity-widget-4 .img-circle {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  height: 40px;
  width: 40px; }

.activity-widget-5 p {
  margin-bottom: 5px; }

.activity-widget-5 .img-circle {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  height: 40px;
  width: 40px; }

.activity-widget-6 p {
  margin-bottom: 0; }

.activity-widget-6 .row {
  margin-bottom: 20px; }

/* End Core template */
header {
  height: 3.4em;
  width: 100%;
  padding: 0 1em;
  box-shadow: 0 0.05em 0 0.05em rgba(0, 0, 0, 0.3); }
  header .menu, header .logo {
    position: relative;
    float: left;
    cursor: pointer;
    fill: #616161;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -o-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
    header .menu:hover, header .logo:hover {
      fill: #2196F3; }
    header .menu svg, header .logo svg {
      position: relative;
      float: left;
      margin: auto; }
  header .menu {
    width: 2em;
    height: 2em;
    top: calc(50% - 1em);
    margin-right: 0.4em; }
    header .menu svg {
      width: auto;
      height: 24px;
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); }
  header .logo {
    width: auto;
    height: 100%; }
    header .logo svg {
      width: auto;
      height: 50%; }
  header nav {
    position: relative;
    float: left;
    width: auto;
    height: 3.4em;
    margin: 0 2em; }
    header nav a {
      position: relative;
      float: left;
      width: auto;
      line-height: 4.046em;
      font-size: 0.9em;
      color: #1e1e23;
      opacity: 0.5;
      padding: 0 .8em;
      margin: 0 0.25em;
      cursor: pointer;
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1); }
      header nav a:hover {
        opacity: 1;
        color: #2196F3; }
    header nav a.selected {
      opacity: 1;
      font-weight: 500; }
  header .logout {
    position: relative;
    float: right;
    width: 2em;
    top: calc(50% - 1em);
    height: 2em;
    border-radius: 50%;
    background-color: #EEEEEE;
    cursor: pointer;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -o-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    fill: #424242; }
    header .logout:hover {
      background-color: #FFEBEE;
      fill: #F44336; }
    header .logout svg {
      position: relative;
      float: left;
      width: 20px;
      height: 20px;
      margin: auto; }

@media only screen and (min-width: 20em) and (max-width: 46em), screen and (min-width: 20em) and (max-width: 46em) and (orientation: portrait) {
  header .logo {
    position: absolute;
    left: calc(50% - 42.5px);
    margin: 0; }
  header nav {
    display: none; } }

[data-navbar="info"] .jumbotron-2, .jumbotron-2 {
  height: 100px !important;
  background: #ececec !important; }

.col-xs-12.main {
  background: #ececec; }

/*@import "app/styles/skeleton/body";*/
.search {
  position: relative;
  float: left;
  border-radius: 2px 2px 0px 0;
  background-color: rgba(255, 255, 255, 0.88);
  border: 0px solid transparent;
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }
  .search input[type='text'] {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    height: 100%;
    margin-top: -1px;
    border: 0px solid white;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent; }
  .search svg {
    position: absolute;
    right: 0px;
    margin: 0px 10px;
    top: calc(50% - 12px);
    padding: 0px;
    width: 24px;
    height: 24px;
    fill: #1e1e23;
    opacity: 0.4; }
  .search ul {
    position: relative;
    float: left;
    left: 0px;
    top: -1px;
    width: 100%;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 2px 2px; }
    .search ul li {
      position: relative;
      float: left;
      width: 100%;
      height: auto;
      cursor: pointer; }
      .search ul li:hover {
        background-color: #ececec; }
      .search ul li:first-child p {
        line-height: 30px; }
      .search ul li:last-child p {
        line-height: 30px; }
    .search ul li.select {
      background-color: #ececec; }
      .search ul li.select:hover {
        font-weight: bold; }
    .search ul p {
      position: relative;
      float: left;
      width: calc(100% - 10px);
      padding-left: 10px;
      font-size: 15px;
      line-height: 25px;
      color: #1e1e23;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .search ul p span {
        font-weight: bold; }

.bk-console-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2); }

.console-navigation {
  position: absolute;
  top: 3.4em;
  width: 32em;
  height: 20em;
  background-color: white;
  margin: .5em 1.5em;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch; }
  .console-navigation .section, .console-navigation .service {
    position: relative;
    float: left;
    height: 100%;
    font-size: 0.8em;
    overflow-y: auto;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    width: 100%; }
    .console-navigation .section:hover, .console-navigation .service:hover {
      width: 75%; }
    .console-navigation .section header, .console-navigation .service header {
      position: relative;
      float: left;
      height: 2em;
      padding: 0;
      left: 0;
      width: 100%;
      background-color: transparent;
      border-bottom: 1px solid #E0E0E0; }
    .console-navigation .section p, .console-navigation .section a, .console-navigation .service p, .console-navigation .service a {
      position: relative;
      float: left;
      opacity: 0.8;
      padding: 0 1em;
      width: calc(100% - 2em);
      color: #5c5c5f;
      margin: 0;
      line-height: 2em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .console-navigation .section ul, .console-navigation .service ul {
      position: relative;
      float: left;
      width: 100%;
      height: calc(100% - 2em); }
    .console-navigation .section li, .console-navigation .service li {
      position: relative;
      float: left;
      padding: 0.8em 0;
      font-size: 1em;
      width: 100%;
      border-bottom: 1px solid #E0E0E0;
      cursor: pointer;
      color: #5c5c5f;
      font-weight: 500; }
      .console-navigation .section li:hover, .console-navigation .service li:hover {
        background-color: #EEEEEE; }
    .console-navigation .section li.on, .console-navigation .service li.on {
      background-color: #EEEEEE; }
  .console-navigation .service {
    border-left: 1px solid #E0E0E0; }

#login {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -o-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.form-login {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0 1.25em;
  padding-bottom: 1em; }
  .form-login .logo {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    fill: #1e1e23;
    opacity: .2;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -o-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: .75em; }
    .form-login .logo svg {
      position: relative;
      float: left;
      width: 110px;
      height: 100%;
      margin: 0 auto; }
  .form-login h1 {
    font-size: 1.1em;
    line-height: 1.5em;
    line-height: auto;
    text-align: center;
    opacity: .75; }
    .form-login h1 span {
      opacity: 0.5;
      font-weight: normal; }
  .form-login [class^='bmd-label'], .form-login [class*=' bmd-label'] {
    color: #1e1e23;
    opacity: 0.6;
    font-weight: bold; }
  .form-login .component-input {
    margin-top: 1em; }
  .form-login input[type='submit'], .form-login button {
    float: right;
    margin-top: 20px;
    width: 100%; }

@media only screen and (min-width: 46.001em) {
  .form-login {
    width: 300px;
    left: calc(50% - 150px);
    padding: 0;
    padding-bottom: 1.5em;
    margin: auto 0; } }

.bk-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #EEEEEE;
  cursor: pointer;
  z-index: 3000;
  overflow-y: auto;
  display: none; }

.service-action, .service-link {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow-y: auto;
  margin-bottom: 2.5em; }
  .service-action ul, .service-link ul {
    margin: 0px; }
  .service-action .component-input, .service-link .component-input {
    width: calc(100% - 30px);
    margin-bottom: 5px; }
  .service-action p.title, .service-link p.title {
    position: relative;
    float: left;
    width: 100%;
    color: #1E88E5;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px; }
  .service-action .add, .service-link .add {
    position: absolute;
    right: 20px;
    width: 22px;
    height: 22px;
    border-radius: 50%; }
    .service-action .add svg, .service-link .add svg {
      position: relative;
      float: left;
      width: 22px;
      height: 22px;
      fill: #1E88E5; }
  .service-action .remove, .service-link .remove {
    position: relative;
    float: right;
    width: 22px;
    height: 22px;
    margin-top: 24px;
    border-radius: 50%;
    background-color: rgba(20, 10, 30, 0.7); }
    .service-action .remove svg, .service-link .remove svg {
      position: relative;
      float: left;
      width: 16px;
      height: 16px;
      margin: 3px;
      fill: white; }

.list-view-itens button {
  display: none; }

.list-cadastre, .list-view-itens {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 2em; }
  .list-cadastre .form-group.bmd-form-group label, .list-view-itens .form-group.bmd-form-group label {
    color: #1e1e23; }
  .list-cadastre h3, .list-view-itens h3 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 28px;
    font-size: 25px;
    padding: 0px 20px;
    font-weight: 400;
    color: #1e1e23;
    padding-bottom: 0.5em; }
  .list-cadastre li, .list-view-itens li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 5px 20px;
    cursor: pointer; }
    .list-cadastre li:hover, .list-view-itens li:hover {
      background-color: #ececec; }
      .list-cadastre li:hover button, .list-view-itens li:hover button {
        display: block; }
    .list-cadastre li a, .list-view-itens li a {
      color: #0091ea; }
    .list-cadastre li p, .list-cadastre li label, .list-view-itens li p, .list-view-itens li label {
      position: relative;
      float: left;
      width: 100%;
      line-height: 20px;
      font-size: 14px;
      cursor: pointer; }
    .list-cadastre li p, .list-view-itens li p {
      color: black;
      opacity: 0.8;
      font-weight: bold;
      margin: 0px; }
    .list-cadastre li span, .list-view-itens li span {
      font-weight: normal; }
    .list-cadastre li label, .list-view-itens li label {
      font-size: 12px;
      opacity: 0.6;
      line-height: 16px; }
  .list-cadastre input[type='submit'], .list-view-itens input[type='submit'] {
    float: right;
    margin-right: 30px;
    margin-top: 10px; }

.list-cadastre button {
  float: right;
  margin-right: 30px;
  margin-top: 10px; }

.component-input, .component-select, .component-check {
  position: relative;
  float: left;
  height: auto;
  width: 100%; }

.bottom input[type='submit'], .bottom button {
  position: relative;
  float: right;
  margin: 15px 0px 0px 20px; }

form {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px; }

.form-prefecture, .prefecture-webservice-form, .form-provider {
  position: relative;
  float: left;
  height: auto; }
  .form-prefecture h3, .form-prefecture p, .prefecture-webservice-form h3, .prefecture-webservice-form p, .form-provider h3, .form-provider p {
    position: relative;
    float: left;
    width: 100%;
    line-height: 50px;
    font-size: 25px;
    font-weight: 400;
    color: #1e1e23; }
  .form-prefecture p, .prefecture-webservice-form p, .form-provider p {
    margin-top: 20px;
    line-height: 16px;
    font-size: 14px;
    opacity: 0.8;
    font-weight: bold; }
  .form-prefecture .switch.switch-info, .prefecture-webservice-form .switch.switch-info, .form-provider .switch.switch-info {
    margin-bottom: 10px; }
  .form-prefecture label.bmd-label-static, .prefecture-webservice-form label.bmd-label-static, .form-provider label.bmd-label-static {
    color: rgba(0, 0, 0, 0.5); }
  .form-prefecture .switch.switch-info label, .prefecture-webservice-form .switch.switch-info label, .form-provider .switch.switch-info label {
    color: rgba(0, 0, 0, 0.5); }

.form-prefecture, .prefecture-webservice-form {
  width: 50%;
  padding-right: 50px; }
  .form-prefecture .bottom, .prefecture-webservice-form .bottom {
    width: calc(100% - 20px);
    padding: 0px 20px; }

.form-provider {
  width: 100%; }

table {
  margin-top: 1em; }
  table td {
    padding: .5em;
    font-size: 0.9em;
    border-color: #E0E0E0 !important;
    color: rgba(30, 30, 35, 0.8); }

.tr-header {
  background-color: #EEEEEE; }
  .tr-header:hover {
    background-color: #EEEEEE !important; }

.widget {
  padding: 0px; }

#wTablePrefecture .search, #wTableProvider .search {
  position: absolute;
  right: 15px;
  top: -5px;
  width: 280px;
  height: 38px;
  border: 1px solid rgba(30, 30, 35, 0.4);
  box-shadow: none; }
  #wTablePrefecture .search input[type='text'], #wTableProvider .search input[type='text'] {
    font-size: 13px;
    margin-top: 1px; }

.jumbotron-2 {
  height: 65px; }

.jumbotron.jumbotron-fluid {
  display: none; }

.nav-link.dropdown-toggle.no-after.inactive {
  color: #ececec; }

.nav-link.dropdown-toggle.no-after.active {
  color: white; }

html:not(.loading) [data-layout="default-sidebar-1"][data-navbar="info"] {
  background-image: none; }

ul.tabs {
  position: relative;
  float: left;
  width: 100%;
  height: 50px; }
  ul.tabs li {
    position: relative;
    float: left;
    width: auto;
    padding: 0px 20px;
    border-bottom: 2px solid transparent;
    line-height: 48px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1); }
    ul.tabs li:hover {
      border-bottom: 2px solid #0091ea;
      line-height: 48px; }
  ul.tabs li.on {
    border-bottom: 2px solid #0091ea;
    line-height: 48px; }
  ul.tabs li.inative {
    opacity: 0.4;
    pointer-events: none; }

.table.table-hover.table-striped.table-bordered tr {
  cursor: pointer; }
  .table.table-hover.table-striped.table-bordered tr:hover {
    background-color: #FFFDE7; }

.table.table-hover.table-striped.table-bordered tr.tr-header {
  cursor: default; }
  .table.table-hover.table-striped.table-bordered tr.tr-header:hover {
    background-color: rgba(154, 154, 154, 0.3); }

.cancel-form {
  position: absolute;
  left: 0px;
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 50%;
  top: -63px;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); }
  .cancel-form svg {
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
    margin: 12px;
    fill: #1e1e23; }

#wTablePrefecture .search input {
  line-height: 38px; }

#wFormCadastreProvider2 button, #wFormCadastrePrefecture2 button {
  float: right;
  margin-left: 20px; }

.form-group.bmd-form-group .form-control-feedback {
  display: none; }

.form-group.bmd-form-group.has-danger .form-control-feedback {
  font-weight: bold;
  display: block; }

@media only screen and (max-width: 768px) {
  .form-prefecture {
    margin-top: 20px; }
  .form-prefecture, .prefecture-webservice-form {
    width: 100%;
    padding-right: 0px; }
  .prefecture-webservice-form {
    margin-top: 2em; }
  .list-cadastre, .list-view-itens {
    width: 100%; }
  #wTablePrefecture .search, #wTableProvider .search {
    width: 230px; }
  .cancel-form {
    top: -44px; } }

#cpMessageAlert.success p {
  background-color: #01be7f; }

#cpMessageAlert.fail p {
  background-color: #F44336; }

#cpMessageAlert.show {
  animation: cpMessageAlert 0.25s linear 0s 1; }

#cpMessageAlert.show.hide p, #cpMessageAlert.hide p {
  opacity: 0; }

#cpMessageAlert {
  position: fixed;
  height: 30px;
  width: 100%;
  top: 3.4em;
  pointer-events: none;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -o-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }
  #cpMessageAlert p {
    position: relative;
    float: left;
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: white;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 0px 20px;
    border-radius: 2px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1); }

@-webkit-keyframes $name {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 0px;
    p {
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      font-size: 0px;
      line-height: 0px; } }
  100% {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    height: 24px;
    p {
      -moz-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      font-size: 12px;
      line-height: 22px; } } }

@-moz-keyframes $name {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 0px;
    p {
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      font-size: 0px;
      line-height: 0px; } }
  100% {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    height: 24px;
    p {
      -moz-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      font-size: 12px;
      line-height: 22px; } } }

@-o-keyframes $name {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 0px;
    p {
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      font-size: 0px;
      line-height: 0px; } }
  100% {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    height: 24px;
    p {
      -moz-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      font-size: 12px;
      line-height: 22px; } } }

@keyframes $name {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 0px;
    p {
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      font-size: 0px;
      line-height: 0px; } }
  100% {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    height: 24px;
    p {
      -moz-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      font-size: 12px;
      line-height: 22px; } } }

.component-input#state {
  width: 25%;
  margin-right: 5px; }

.component-input#city {
  width: 70%; }

.component-select#form_prefecture_select_state {
  width: 35%;
  margin-right: 5%; }

.component-select#form_prefecture_select_districts {
  width: 60%; }
