/*------------------------------------------------------------------
[Master LESS Stylesheet]

Project:	    Roost Material Design Real Estate + Dashboard
Version:	    1.0
Last change:	1/10/16
Author:         Rushan [http://bootstrapsale.com]

--------------------------------------------------------------------

[Table of Contents]
1.  Bootstrap
    i.      Core variables and mixins
    ii.     Reset and dependencies
    iii.    Core CSS
    iv.     Components
    v.      Components w/ JavaScript
    vi.     Utility classes

2.  Third Party Vendors
    i.      Material Design Color Palette

3.  Site Variable and Mixin

4.  Fonts

5.  Bootstrap Overrides
    i.      Form
    ii.     Button
    iii.    Dropdown
    iv.     List group
    v.      Pagination
    vi.     Media
    vii.    Close
    viii.   Caret
    ix.     Modal
    x.      Tooltip
    xi.     Tab

6.  Site Styles
    i.      Base Styles
    ii.     Generic Classes
    iii.    Cards
    iv.     Headers
    v.      Listings
    vi.     Widgets
    vii.    Footer
    viii.   Charts
    ix.     Profile
    x.      Mortgages
    xi.     Submit Property
    xii.    Neighborhood Guide
    xiii.   Miscellaneous
    xiv.    Blog
    xv.     Contact Page
    xvi.    Error 404
    xvii.   Older Browser Warning
    xviii.  Print Styles

7.  Dashboard Styles
    i.      Layout
    ii.     Header
    iii.    Sidebar
    iv.     Tasks
    v.      List Group
    vi.     Leads
    vii.    Contacts
    viii.   Notes
    ix.     Calendar
    x.      Questions and Answers
    xi.     Activity Log
    xii.    FAQ
    xiii.   Team
    xiv.    Miscellaneous

8.  Third party Vendor Overrides
    i.      Select 2
    ii.     Slick Carousel
    iii.    NoUiSlider
    iv.     Waves
    v.      Light Gallery
    vi.     RateYo
    vii.    SweetAlert

--------------------------------------------------------------------*/

/*----------------------------
    1. Bootstrap
-----------------------------*/

/* Core variables and mixins */

/* Reset and dependencies */

/*! normalize.css v3.0.3 | 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #d7d7d7 !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* Core CSS */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgb(1, 169, 250);
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #000;
  background-color: #f3f3f3;
}

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

a {
  color: #2196F3;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0a6ebd;
  text-decoration: none;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

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

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 9px;
}

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

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

small,
.small {
  font-size: 15px;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #000000;
}

.text-primary {
  color: #2196F3;
}

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

.text-success {
  color: #4CAF50;
}

a.text-success:hover,
a.text-success:focus {
  color: #3d8b40;
}

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

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

.text-warning {
  color: #FFC107;
}

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

.text-danger {
  color: #F44336;
}

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

.bg-primary {
  color: #fff;
  background-color: #2196F3;
}

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

.bg-success {
  background-color: #4CAF50;
}

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

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

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: calc(100% - 30px);
  }
}

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

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

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

.row {
  margin-top: 50px;
display: flex;
    flex-direction: row;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

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

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

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

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

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

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

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

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

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

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

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

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

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

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

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

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

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

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

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

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

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

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

  .col-lg-8 {
    width: 35%;
  }

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

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

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

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

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

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

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

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

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

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

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

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

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

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

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #d7d7d7;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 5px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #d7d7d7;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #d7d7d7;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #2fd42f;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #2fd42f;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2fd42f;
  border-color: #2fd42f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2fd42f;
  border-color: #2fd42f;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #2fd42f;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2fd42f;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #2fd42f;
  background-color: #d7d7d7;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #d7d7d7;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #d7d7d7;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #d7d7d7;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #d7d7d7;
}
.btn-link {
  font-weight: normal;
  color: #2fd42f;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* Components */

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.08);
}

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

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #4C4C4C;
  background-color: rgba(0, 0, 0, 0.04);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #2e353b;
  text-decoration: none;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 13px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #7E7E7E;
  background-color: #E2E2E2;
  border: 1px solid transparent;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #333;
  background-color: #d7d7d7;
  border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #03A9F4;
  border-color: transparent;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #E2E2E2;
  border-color: transparent;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 17px;
  font-size: 17px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

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

.label:empty {
  display: none;
}

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

.label-default {
  background-color: #777777;
}

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

.label-primary {
  background-color: #2196F3;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0c7cd5;
}

.label-success {
background-color: #00d615;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #3d8b40;
}

.label-info {
  background-color: #00BCD4;
}

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

.label-warning {
  background-color: #FF9800;
}

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

.label-danger {
  background-color: #F44336;
}

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

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #4CAF50;
  border-color: #509d44;
  color: #ffffff;
}

.alert-success hr {
  border-top-color: #478b3d;
}

.alert-success .alert-link {
  color: #3d8b40;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #FFC107;
  border-color: #ec8a00;
  color: #FFC107;
}

.alert-warning hr {
  border-top-color: #d37b00;
}

.alert-warning .alert-link {
  color: #d39e00;
}

.alert-danger {
  background-color: #F44336;
  border-color: #f31e33;
  color: #F44336;
}

.alert-danger hr {
  border-top-color: #ea0d23;
}

.alert-danger .alert-link {
  color: #ea1c0d;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #2196F3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.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: -o-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: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4CAF50;
}

.progress-striped .progress-bar-success {
  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: -o-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);
}

.progress-bar-info {
  background-color: #00BCD4;
}

.progress-striped .progress-bar-info {
  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: -o-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);
}

.progress-bar-warning {
  background-color: #FF9800;
}

.progress-striped .progress-bar-warning {
  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: -o-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);
}

.progress-bar-danger {
  background-color: #F44336;
}

.progress-striped .progress-bar-danger {
  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: -o-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);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid #f7f7f7;
}

.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

a.list-group-item,
button.list-group-item {
  color: #000;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #fff;
  background-color: #2a2d35;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #d7d7d7;
  color: #B5B4B4;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #B5B4B4;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
 color: #eeeeee;
    background-color: #2a2d35;
  border-color: #e9e9e9;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}

.list-group-item-success {
  color: #4CAF50;
  background-color: #4CAF50;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #4CAF50;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #4CAF50;
  background-color: #449d48;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #FFC107;
  background-color: #FFC107;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #FFC107;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #FFC107;
  background-color: #ecb100;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #FFC107;
  border-color: #FFC107;
}

.list-group-item-danger {
  color: #F44336;
  background-color: #F44336;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #F44336;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #F44336;
  background-color: #f32c1e;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #2196F3;
}

.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #2e353b;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

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

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

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

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

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f3f3f3;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 2px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2196F3;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

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

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

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

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

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

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

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f3f3f3;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

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

/* Components w/ JavaScript */

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: transparent;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 220px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #5b5b5b;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #5b5b5b;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #5b5b5b;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #5b5b5b;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #5b5b5b;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #5b5b5b;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5b5b5b;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5b5b5b;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5b5b5b;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.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: -o-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 {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-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:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #d7d7d7;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

/* Utility classes */

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*---------------------------------
    2. Third Party Vendors
----------------------------------*/

/* Material Design Color Palette */

/*!
 *  Material Design Color Palette by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-color-palette/
 *  License - https://github.com/zavoloklom/material-design-color-palette/blob/master/License (MIT license)
 */

.mdc-text-red {
  color: #F44336;
}

a.mdc-text-red:hover,
a.mdc-text-red:focus {
  color: #E53935;
}

.mdc-text-red-50 {
  color: #FFEBEE;
}

a.mdc-text-red-50:hover,
a.mdc-text-red-50:focus {
  color: #FFCDD2;
}

.mdc-text-red-100 {
  color: #FFCDD2;
}

a.mdc-text-red-100:hover,
a.mdc-text-red-100:focus {
  color: #EF9A9A;
}

.mdc-text-red-200 {
  color: #EF9A9A;
}

a.mdc-text-red-200:hover,
a.mdc-text-red-200:focus {
  color: #E57373;
}

.mdc-text-red-300 {
  color: #E57373;
}

a.mdc-text-red-300:hover,
a.mdc-text-red-300:focus {
  color: #EF5350;
}

.mdc-text-red-400 {
  color: #EF5350;
}

a.mdc-text-red-400:hover,
a.mdc-text-red-400:focus {
  color: #F44336;
}

.mdc-text-red-500 {
  color: #F44336;
}

a.mdc-text-red-500:hover,
a.mdc-text-red-500:focus {
  color: #E53935;
}

.mdc-text-red-600 {
  color: #E53935;
}

a.mdc-text-red-600:hover,
a.mdc-text-red-600:focus {
  color: #D32F2F;
}

.mdc-text-red-700 {
  color: #D32F2F;
}

a.mdc-text-red-700:hover,
a.mdc-text-red-700:focus {
  color: #C62828;
}

.mdc-text-red-800 {
  color: #C62828;
}

a.mdc-text-red-800:hover,
a.mdc-text-red-800:focus {
  color: #B71C1C;
}

.mdc-text-red-900 {
  color: #B71C1C;
}

a.mdc-text-red-900:hover,
a.mdc-text-red-900:focus {
  color: #8b1515;
}

.mdc-text-red-A100 {
  color: #FF8A80;
}

a.mdc-text-red-A100:hover,
a.mdc-text-red-A100:focus {
  color: #ff5b4d;
}

.mdc-text-red-A200 {
  color: #FF5252;
}

a.mdc-text-red-A200:hover,
a.mdc-text-red-A200:focus {
  color: #ff1f1f;
}

.mdc-text-red-A400 {
  color: #FF1744;
}

a.mdc-text-red-A400:hover,
a.mdc-text-red-A400:focus {
  color: #e3002c;
}

.mdc-text-red-A700 {
  color: #D50000;
}

a.mdc-text-red-A700:hover,
a.mdc-text-red-A700:focus {
  color: #a20000;
}

.mdc-bg-red {
  background-color: #F44336;
}

a.mdc-bg-red:hover,
a.mdc-bg-red:focus {
  background-color: #E53935;
}

.mdc-bg-red-50 {
  background-color: #FFEBEE;
}

a.mdc-bg-red-50:hover,
a.mdc-bg-red-50:focus {
  background-color: #FFCDD2;
}

.mdc-bg-red-100 {
  background-color: #FFCDD2;
}

a.mdc-bg-red-100:hover,
a.mdc-bg-red-100:focus {
  background-color: #EF9A9A;
}

.mdc-bg-red-200 {
  background-color: #EF9A9A;
}

a.mdc-bg-red-200:hover,
a.mdc-bg-red-200:focus {
  background-color: #E57373;
}

.mdc-bg-red-300 {
  background-color: #E57373;
}

a.mdc-bg-red-300:hover,
a.mdc-bg-red-300:focus {
  background-color: #EF5350;
}

.mdc-bg-red-400 {
  background-color: #EF5350;
}

a.mdc-bg-red-400:hover,
a.mdc-bg-red-400:focus {
  background-color: #F44336;
}

.mdc-bg-red-500 {
  background-color: #F44336;
}

a.mdc-bg-red-500:hover,
a.mdc-bg-red-500:focus {
  background-color: #E53935;
}

.mdc-bg-red-600 {
  background-color: #E53935;
}

a.mdc-bg-red-600:hover,
a.mdc-bg-red-600:focus {
  background-color: #D32F2F;
}

.mdc-bg-red-700 {
  background-color: #D32F2F;
}

a.mdc-bg-red-700:hover,
a.mdc-bg-red-700:focus {
  background-color: #C62828;
}

.mdc-bg-red-800 {
  background-color: #C62828;
}

a.mdc-bg-red-800:hover,
a.mdc-bg-red-800:focus {
  background-color: #B71C1C;
}

.mdc-bg-red-900 {
  background-color: #B71C1C;
}

a.mdc-bg-red-900:hover,
a.mdc-bg-red-900:focus {
  background-color: #8b1515;
}

.mdc-bg-red-A100 {
  background-color: #FF8A80;
}

a.mdc-bg-red-A100:hover,
a.mdc-bg-red-A100:focus {
  background-color: #ff5b4d;
}

.mdc-bg-red-A200 {
  background-color: #FF5252;
}

a.mdc-bg-red-A200:hover,
a.mdc-bg-red-A200:focus {
  background-color: #ff1f1f;
}

.mdc-bg-red-A400 {
  background-color: #FF1744;
}

a.mdc-bg-red-A400:hover,
a.mdc-bg-red-A400:focus {
  background-color: #e3002c;
}

.mdc-bg-red-A700 {
  background-color: #D50000;
}

a.mdc-bg-red-A700:hover,
a.mdc-bg-red-A700:focus {
  background-color: #a20000;
}

.mdc-text-pink {
  color: #E91E63;
}

a.mdc-text-pink:hover,
a.mdc-text-pink:focus {
  color: #D81B60;
}

.mdc-text-pink-50 {
  color: #FCE4EC;
}

a.mdc-text-pink-50:hover,
a.mdc-text-pink-50:focus {
  color: #F8BBD0;
}

.mdc-text-pink-100 {
  color: #F8BBD0;
}

a.mdc-text-pink-100:hover,
a.mdc-text-pink-100:focus {
  color: #F48FB1;
}

.mdc-text-pink-200 {
  color: #F48FB1;
}

a.mdc-text-pink-200:hover,
a.mdc-text-pink-200:focus {
  color: #F06292;
}

.mdc-text-pink-300 {
  color: #F06292;
}

a.mdc-text-pink-300:hover,
a.mdc-text-pink-300:focus {
  color: #EC407A;
}

.mdc-text-pink-400 {
  color: #EC407A;
}

a.mdc-text-pink-400:hover,
a.mdc-text-pink-400:focus {
  color: #E91E63;
}

.mdc-text-pink-500 {
  color: #E91E63;
}

a.mdc-text-pink-500:hover,
a.mdc-text-pink-500:focus {
  color: #D81B60;
}

.mdc-text-pink-600 {
  color: #D81B60;
}

a.mdc-text-pink-600:hover,
a.mdc-text-pink-600:focus {
  color: #C2185B;
}

.mdc-text-pink-700 {
  color: #C2185B;
}

a.mdc-text-pink-700:hover,
a.mdc-text-pink-700:focus {
  color: #AD1457;
}

.mdc-text-pink-800 {
  color: #AD1457;
}

a.mdc-text-pink-800:hover,
a.mdc-text-pink-800:focus {
  color: #880E4F;
}

.mdc-text-pink-900 {
  color: #880E4F;
}

a.mdc-text-pink-900:hover,
a.mdc-text-pink-900:focus {
  color: #5a0934;
}

.mdc-text-pink-A100 {
  color: #FF80AB;
}

a.mdc-text-pink-A100:hover,
a.mdc-text-pink-A100:focus {
  color: #ff4d89;
}

.mdc-text-pink-A200 {
  color: #FF4081;
}

a.mdc-text-pink-A200:hover,
a.mdc-text-pink-A200:focus {
  color: #ff0d5f;
}

.mdc-text-pink-A400 {
  color: #F50057;
}

a.mdc-text-pink-A400:hover,
a.mdc-text-pink-A400:focus {
  color: #c20045;
}

.mdc-text-pink-A700 {
  color: #C51162;
}

a.mdc-text-pink-A700:hover,
a.mdc-text-pink-A700:focus {
  color: #960d4b;
}

.mdc-bg-pink {
  background-color: #E91E63;
}

a.mdc-bg-pink:hover,
a.mdc-bg-pink:focus {
  background-color: #D81B60;
}

.mdc-bg-pink-50 {
  background-color: #FCE4EC;
}

a.mdc-bg-pink-50:hover,
a.mdc-bg-pink-50:focus {
  background-color: #F8BBD0;
}

.mdc-bg-pink-100 {
  background-color: #F8BBD0;
}

a.mdc-bg-pink-100:hover,
a.mdc-bg-pink-100:focus {
  background-color: #F48FB1;
}

.mdc-bg-pink-200 {
  background-color: #F48FB1;
}

a.mdc-bg-pink-200:hover,
a.mdc-bg-pink-200:focus {
  background-color: #F06292;
}

.mdc-bg-pink-300 {
  background-color: #F06292;
}

a.mdc-bg-pink-300:hover,
a.mdc-bg-pink-300:focus {
  background-color: #EC407A;
}

.mdc-bg-pink-400 {
  background-color: #EC407A;
}

a.mdc-bg-pink-400:hover,
a.mdc-bg-pink-400:focus {
  background-color: #E91E63;
}

.mdc-bg-pink-500 {
  background-color: #E91E63;
}

a.mdc-bg-pink-500:hover,
a.mdc-bg-pink-500:focus {
  background-color: #D81B60;
}

.mdc-bg-pink-600 {
  background-color: #D81B60;
}

a.mdc-bg-pink-600:hover,
a.mdc-bg-pink-600:focus {
  background-color: #C2185B;
}

.mdc-bg-pink-700 {
  background-color: #C2185B;
}

a.mdc-bg-pink-700:hover,
a.mdc-bg-pink-700:focus {
  background-color: #AD1457;
}

.mdc-bg-pink-800 {
  background-color: #AD1457;
}

a.mdc-bg-pink-800:hover,
a.mdc-bg-pink-800:focus {
  background-color: #880E4F;
}

.mdc-bg-pink-900 {
  background-color: #880E4F;
}

a.mdc-bg-pink-900:hover,
a.mdc-bg-pink-900:focus {
  background-color: #5a0934;
}

.mdc-bg-pink-A100 {
  background-color: #FF80AB;
}

a.mdc-bg-pink-A100:hover,
a.mdc-bg-pink-A100:focus {
  background-color: #ff4d89;
}

.mdc-bg-pink-A200 {
  background-color: #FF4081;
}

a.mdc-bg-pink-A200:hover,
a.mdc-bg-pink-A200:focus {
  background-color: #ff0d5f;
}

.mdc-bg-pink-A400 {
  background-color: #F50057;
}

a.mdc-bg-pink-A400:hover,
a.mdc-bg-pink-A400:focus {
  background-color: #c20045;
}

.mdc-bg-pink-A700 {
  background-color: #C51162;
}

a.mdc-bg-pink-A700:hover,
a.mdc-bg-pink-A700:focus {
  background-color: #960d4b;
}

.mdc-text-purple {
  color: #9C27B0;
}

a.mdc-text-purple:hover,
a.mdc-text-purple:focus {
  color: #8E24AA;
}

.mdc-text-purple-50 {
  color: #F3E5F5;
}

a.mdc-text-purple-50:hover,
a.mdc-text-purple-50:focus {
  color: #E1BEE7;
}

.mdc-text-purple-100 {
  color: #E1BEE7;
}

a.mdc-text-purple-100:hover,
a.mdc-text-purple-100:focus {
  color: #CE93D8;
}

.mdc-text-purple-200 {
  color: #CE93D8;
}

a.mdc-text-purple-200:hover,
a.mdc-text-purple-200:focus {
  color: #BA68C8;
}

.mdc-text-purple-300 {
  color: #BA68C8;
}

a.mdc-text-purple-300:hover,
a.mdc-text-purple-300:focus {
  color: #AB47BC;
}

.mdc-text-purple-400 {
  color: #AB47BC;
}

a.mdc-text-purple-400:hover,
a.mdc-text-purple-400:focus {
  color: #9C27B0;
}

.mdc-text-purple-500 {
  color: #9C27B0;
}

a.mdc-text-purple-500:hover,
a.mdc-text-purple-500:focus {
  color: #8E24AA;
}

.mdc-text-purple-600 {
  color: #8E24AA;
}

a.mdc-text-purple-600:hover,
a.mdc-text-purple-600:focus {
  color: #7B1FA2;
}

.mdc-text-purple-700 {
  color: #7B1FA2;
}

a.mdc-text-purple-700:hover,
a.mdc-text-purple-700:focus {
  color: #6A1B9A;
}

.mdc-text-purple-800 {
  color: #6A1B9A;
}

a.mdc-text-purple-800:hover,
a.mdc-text-purple-800:focus {
  color: #4A148C;
}

.mdc-text-purple-900 {
  color: #4A148C;
}

a.mdc-text-purple-900:hover,
a.mdc-text-purple-900:focus {
  color: #320e5f;
}

.mdc-text-purple-A100 {
  color: #EA80FC;
}

a.mdc-text-purple-A100:hover,
a.mdc-text-purple-A100:focus {
  color: #e24efb;
}

.mdc-text-purple-A200 {
  color: #E040FB;
}

a.mdc-text-purple-A200:hover,
a.mdc-text-purple-A200:focus {
  color: #d80efa;
}

.mdc-text-purple-A400 {
  color: #D500F9;
}

a.mdc-text-purple-A400:hover,
a.mdc-text-purple-A400:focus {
  color: #a900c6;
}

.mdc-text-purple-A700 {
  color: #AA00FF;
}

a.mdc-text-purple-A700:hover,
a.mdc-text-purple-A700:focus {
  color: #8800cc;
}

.mdc-bg-purple {
  background-color: #9C27B0;
}

a.mdc-bg-purple:hover,
a.mdc-bg-purple:focus {
  background-color: #8E24AA;
}

.mdc-bg-purple-50 {
  background-color: #F3E5F5;
}

a.mdc-bg-purple-50:hover,
a.mdc-bg-purple-50:focus {
  background-color: #E1BEE7;
}

.mdc-bg-purple-100 {
  background-color: #E1BEE7;
}

a.mdc-bg-purple-100:hover,
a.mdc-bg-purple-100:focus {
  background-color: #CE93D8;
}

.mdc-bg-purple-200 {
  background-color: #CE93D8;
}

a.mdc-bg-purple-200:hover,
a.mdc-bg-purple-200:focus {
  background-color: #BA68C8;
}

.mdc-bg-purple-300 {
  background-color: #BA68C8;
}

a.mdc-bg-purple-300:hover,
a.mdc-bg-purple-300:focus {
  background-color: #AB47BC;
}

.mdc-bg-purple-400 {
  background-color: #AB47BC;
}

a.mdc-bg-purple-400:hover,
a.mdc-bg-purple-400:focus {
  background-color: #9C27B0;
}

.mdc-bg-purple-500 {
  background-color: #9C27B0;
}

a.mdc-bg-purple-500:hover,
a.mdc-bg-purple-500:focus {
  background-color: #8E24AA;
}

.mdc-bg-purple-600 {
  background-color: #8E24AA;
}

a.mdc-bg-purple-600:hover,
a.mdc-bg-purple-600:focus {
  background-color: #7B1FA2;
}

.mdc-bg-purple-700 {
  background-color: #7B1FA2;
}

a.mdc-bg-purple-700:hover,
a.mdc-bg-purple-700:focus {
  background-color: #6A1B9A;
}

.mdc-bg-purple-800 {
  background-color: #6A1B9A;
}

a.mdc-bg-purple-800:hover,
a.mdc-bg-purple-800:focus {
  background-color: #4A148C;
}

.mdc-bg-purple-900 {
  background-color: #4A148C;
}

a.mdc-bg-purple-900:hover,
a.mdc-bg-purple-900:focus {
  background-color: #320e5f;
}

.mdc-bg-purple-A100 {
  background-color: #EA80FC;
}

a.mdc-bg-purple-A100:hover,
a.mdc-bg-purple-A100:focus {
  background-color: #e24efb;
}

.mdc-bg-purple-A200 {
  background-color: #E040FB;
}

a.mdc-bg-purple-A200:hover,
a.mdc-bg-purple-A200:focus {
  background-color: #d80efa;
}

.mdc-bg-purple-A400 {
  background-color: #D500F9;
}

a.mdc-bg-purple-A400:hover,
a.mdc-bg-purple-A400:focus {
  background-color: #a900c6;
}

.mdc-bg-purple-A700 {
  background-color: #AA00FF;
}

a.mdc-bg-purple-A700:hover,
a.mdc-bg-purple-A700:focus {
  background-color: #8800cc;
}

.mdc-text-deep-purple {
  color: #673AB7;
}

a.mdc-text-deep-purple:hover,
a.mdc-text-deep-purple:focus {
  color: #5E35B1;
}

.mdc-text-deep-purple-50 {
  color: #EDE7F6;
}

a.mdc-text-deep-purple-50:hover,
a.mdc-text-deep-purple-50:focus {
  color: #D1C4E9;
}

.mdc-text-deep-purple-100 {
  color: #D1C4E9;
}

a.mdc-text-deep-purple-100:hover,
a.mdc-text-deep-purple-100:focus {
  color: #B39DDB;
}

.mdc-text-deep-purple-200 {
  color: #B39DDB;
}

a.mdc-text-deep-purple-200:hover,
a.mdc-text-deep-purple-200:focus {
  color: #9575CD;
}

.mdc-text-deep-purple-300 {
  color: #9575CD;
}

a.mdc-text-deep-purple-300:hover,
a.mdc-text-deep-purple-300:focus {
  color: #7E57C2;
}

.mdc-text-deep-purple-400 {
  color: #7E57C2;
}

a.mdc-text-deep-purple-400:hover,
a.mdc-text-deep-purple-400:focus {
  color: #673AB7;
}

.mdc-text-deep-purple-500 {
  color: #673AB7;
}

a.mdc-text-deep-purple-500:hover,
a.mdc-text-deep-purple-500:focus {
  color: #5E35B1;
}

.mdc-text-deep-purple-600 {
  color: #5E35B1;
}

a.mdc-text-deep-purple-600:hover,
a.mdc-text-deep-purple-600:focus {
  color: #512DA8;
}

.mdc-text-deep-purple-700 {
  color: #512DA8;
}

a.mdc-text-deep-purple-700:hover,
a.mdc-text-deep-purple-700:focus {
  color: #4527A0;
}

.mdc-text-deep-purple-800 {
  color: #4527A0;
}

a.mdc-text-deep-purple-800:hover,
a.mdc-text-deep-purple-800:focus {
  color: #311B92;
}

.mdc-text-deep-purple-900 {
  color: #311B92;
}

a.mdc-text-deep-purple-900:hover,
a.mdc-text-deep-purple-900:focus {
  color: #231367;
}

.mdc-text-deep-purple-A100 {
  color: #B388FF;
}

a.mdc-text-deep-purple-A100:hover,
a.mdc-text-deep-purple-A100:focus {
  color: #9255ff;
}

.mdc-text-deep-purple-A200 {
  color: #7C4DFF;
}

a.mdc-text-deep-purple-A200:hover,
a.mdc-text-deep-purple-A200:focus {
  color: #561aff;
}

.mdc-text-deep-purple-A400 {
  color: #651FFF;
}

a.mdc-text-deep-purple-A400:hover,
a.mdc-text-deep-purple-A400:focus {
  color: #4900eb;
}

.mdc-text-deep-purple-A700 {
  color: #6200EA;
}

a.mdc-text-deep-purple-A700:hover,
a.mdc-text-deep-purple-A700:focus {
  color: #4d00b7;
}

.mdc-bg-deep-purple {
  background-color: #673AB7;
}

a.mdc-bg-deep-purple:hover,
a.mdc-bg-deep-purple:focus {
  background-color: #5E35B1;
}

.mdc-bg-deep-purple-50 {
  background-color: #EDE7F6;
}

a.mdc-bg-deep-purple-50:hover,
a.mdc-bg-deep-purple-50:focus {
  background-color: #D1C4E9;
}

.mdc-bg-deep-purple-100 {
  background-color: #D1C4E9;
}

a.mdc-bg-deep-purple-100:hover,
a.mdc-bg-deep-purple-100:focus {
  background-color: #B39DDB;
}

.mdc-bg-deep-purple-200 {
  background-color: #B39DDB;
}

a.mdc-bg-deep-purple-200:hover,
a.mdc-bg-deep-purple-200:focus {
  background-color: #9575CD;
}

.mdc-bg-deep-purple-300 {
  background-color: #9575CD;
}

a.mdc-bg-deep-purple-300:hover,
a.mdc-bg-deep-purple-300:focus {
  background-color: #7E57C2;
}

.mdc-bg-deep-purple-400 {
  background-color: #7E57C2;
}

a.mdc-bg-deep-purple-400:hover,
a.mdc-bg-deep-purple-400:focus {
  background-color: #673AB7;
}

.mdc-bg-deep-purple-500 {
  background-color: #673AB7;
}

a.mdc-bg-deep-purple-500:hover,
a.mdc-bg-deep-purple-500:focus {
  background-color: #5E35B1;
}

.mdc-bg-deep-purple-600 {
  background-color: #5E35B1;
}

a.mdc-bg-deep-purple-600:hover,
a.mdc-bg-deep-purple-600:focus {
  background-color: #512DA8;
}

.mdc-bg-deep-purple-700 {
  background-color: #512DA8;
}

a.mdc-bg-deep-purple-700:hover,
a.mdc-bg-deep-purple-700:focus {
  background-color: #4527A0;
}

.mdc-bg-deep-purple-800 {
  background-color: #4527A0;
}

a.mdc-bg-deep-purple-800:hover,
a.mdc-bg-deep-purple-800:focus {
  background-color: #311B92;
}

.mdc-bg-deep-purple-900 {
  background-color: #311B92;
}

a.mdc-bg-deep-purple-900:hover,
a.mdc-bg-deep-purple-900:focus {
  background-color: #231367;
}

.mdc-bg-deep-purple-A100 {
  background-color: #B388FF;
}

a.mdc-bg-deep-purple-A100:hover,
a.mdc-bg-deep-purple-A100:focus {
  background-color: #9255ff;
}

.mdc-bg-deep-purple-A200 {
  background-color: #7C4DFF;
}

a.mdc-bg-deep-purple-A200:hover,
a.mdc-bg-deep-purple-A200:focus {
  background-color: #561aff;
}

.mdc-bg-deep-purple-A400 {
  background-color: #651FFF;
}

a.mdc-bg-deep-purple-A400:hover,
a.mdc-bg-deep-purple-A400:focus {
  background-color: #4900eb;
}

.mdc-bg-deep-purple-A700 {
  background-color: #6200EA;
}

a.mdc-bg-deep-purple-A700:hover,
a.mdc-bg-deep-purple-A700:focus {
  background-color: #4d00b7;
}

.mdc-text-indigo {
  color: #3F51B5;
}

a.mdc-text-indigo:hover,
a.mdc-text-indigo:focus {
  color: #3949AB;
}

.mdc-text-indigo-50 {
  color: #E8EAF6;
}

a.mdc-text-indigo-50:hover,
a.mdc-text-indigo-50:focus {
  color: #C5CAE9;
}

.mdc-text-indigo-100 {
  color: #C5CAE9;
}

a.mdc-text-indigo-100:hover,
a.mdc-text-indigo-100:focus {
  color: #9FA8DA;
}

.mdc-text-indigo-200 {
  color: #9FA8DA;
}

a.mdc-text-indigo-200:hover,
a.mdc-text-indigo-200:focus {
  color: #7986CB;
}

.mdc-text-indigo-300 {
  color: #7986CB;
}

a.mdc-text-indigo-300:hover,
a.mdc-text-indigo-300:focus {
  color: #5C6BC0;
}

.mdc-text-indigo-400 {
  color: #5C6BC0;
}

a.mdc-text-indigo-400:hover,
a.mdc-text-indigo-400:focus {
  color: #3F51B5;
}

.mdc-text-indigo-500 {
  color: #3F51B5;
}

a.mdc-text-indigo-500:hover,
a.mdc-text-indigo-500:focus {
  color: #3949AB;
}

.mdc-text-indigo-600 {
  color: #3949AB;
}

a.mdc-text-indigo-600:hover,
a.mdc-text-indigo-600:focus {
  color: #303F9F;
}

.mdc-text-indigo-700 {
  color: #303F9F;
}

a.mdc-text-indigo-700:hover,
a.mdc-text-indigo-700:focus {
  color: #283593;
}

.mdc-text-indigo-800 {
  color: #283593;
}

a.mdc-text-indigo-800:hover,
a.mdc-text-indigo-800:focus {
  color: #1A237E;
}

.mdc-text-indigo-900 {
  color: #1A237E;
}

a.mdc-text-indigo-900:hover,
a.mdc-text-indigo-900:focus {
  color: #111754;
}

.mdc-text-indigo-A100 {
  color: #8C9EFF;
}

a.mdc-text-indigo-A100:hover,
a.mdc-text-indigo-A100:focus {
  color: #5973ff;
}

.mdc-text-indigo-A200 {
  color: #536DFE;
}

a.mdc-text-indigo-A200:hover,
a.mdc-text-indigo-A200:focus {
  color: #2042fe;
}

.mdc-text-indigo-A400 {
  color: #3D5AFE;
}

a.mdc-text-indigo-A400:hover,
a.mdc-text-indigo-A400:focus {
  color: #0a2ffe;
}

.mdc-text-indigo-A700 {
  color: #304FFE;
}

a.mdc-text-indigo-A700:hover,
a.mdc-text-indigo-A700:focus {
  color: #0127fa;
}

.mdc-bg-indigo {
  background-color: #3F51B5;
}

a.mdc-bg-indigo:hover,
a.mdc-bg-indigo:focus {
  background-color: #3949AB;
}

.mdc-bg-indigo-50 {
  background-color: #E8EAF6;
}

a.mdc-bg-indigo-50:hover,
a.mdc-bg-indigo-50:focus {
  background-color: #C5CAE9;
}

.mdc-bg-indigo-100 {
  background-color: #C5CAE9;
}

a.mdc-bg-indigo-100:hover,
a.mdc-bg-indigo-100:focus {
  background-color: #9FA8DA;
}

.mdc-bg-indigo-200 {
  background-color: #9FA8DA;
}

a.mdc-bg-indigo-200:hover,
a.mdc-bg-indigo-200:focus {
  background-color: #7986CB;
}

.mdc-bg-indigo-300 {
  background-color: #7986CB;
}

a.mdc-bg-indigo-300:hover,
a.mdc-bg-indigo-300:focus {
  background-color: #5C6BC0;
}

.mdc-bg-indigo-400 {
  background-color: #5C6BC0;
}

a.mdc-bg-indigo-400:hover,
a.mdc-bg-indigo-400:focus {
  background-color: #3F51B5;
}

.mdc-bg-indigo-500 {
  background-color: #3F51B5;
}

a.mdc-bg-indigo-500:hover,
a.mdc-bg-indigo-500:focus {
  background-color: #3949AB;
}

.mdc-bg-indigo-600 {
  background-color: #3949AB;
}

a.mdc-bg-indigo-600:hover,
a.mdc-bg-indigo-600:focus {
  background-color: #303F9F;
}

.mdc-bg-indigo-700 {
  background-color: #303F9F;
}

a.mdc-bg-indigo-700:hover,
a.mdc-bg-indigo-700:focus {
  background-color: #283593;
}

.mdc-bg-indigo-800 {
  background-color: #283593;
}

a.mdc-bg-indigo-800:hover,
a.mdc-bg-indigo-800:focus {
  background-color: #1A237E;
}

.mdc-bg-indigo-900 {
  background-color: #1A237E;
}

a.mdc-bg-indigo-900:hover,
a.mdc-bg-indigo-900:focus {
  background-color: #111754;
}

.mdc-bg-indigo-A100 {
  background-color: #8C9EFF;
}

a.mdc-bg-indigo-A100:hover,
a.mdc-bg-indigo-A100:focus {
  background-color: #5973ff;
}

.mdc-bg-indigo-A200 {
  background-color: #536DFE;
}

a.mdc-bg-indigo-A200:hover,
a.mdc-bg-indigo-A200:focus {
  background-color: #2042fe;
}

.mdc-bg-indigo-A400 {
  background-color: #3D5AFE;
}

a.mdc-bg-indigo-A400:hover,
a.mdc-bg-indigo-A400:focus {
  background-color: #0a2ffe;
}

.mdc-bg-indigo-A700 {
  background-color: #304FFE;
}

a.mdc-bg-indigo-A700:hover,
a.mdc-bg-indigo-A700:focus {
  background-color: #0127fa;
}

.mdc-text-blue {
  color: #2196F3;
}

a.mdc-text-blue:hover,
a.mdc-text-blue:focus {
  color: #1E88E5;
}

.mdc-text-blue-50 {
  color: #E3F2FD;
}

a.mdc-text-blue-50:hover,
a.mdc-text-blue-50:focus {
  color: #BBDEFB;
}

.mdc-text-blue-100 {
  color: #BBDEFB;
}

a.mdc-text-blue-100:hover,
a.mdc-text-blue-100:focus {
  color: #90CAF9;
}

.mdc-text-blue-200 {
  color: #90CAF9;
}

a.mdc-text-blue-200:hover,
a.mdc-text-blue-200:focus {
  color: #64B5F6;
}

.mdc-text-blue-300 {
  color: #64B5F6;
}

a.mdc-text-blue-300:hover,
a.mdc-text-blue-300:focus {
  color: #42A5F5;
}

.mdc-text-blue-400 {
  color: #42A5F5;
}

a.mdc-text-blue-400:hover,
a.mdc-text-blue-400:focus {
  color: #2196F3;
}

.mdc-text-blue-500 {
  color: #2196F3;
}

a.mdc-text-blue-500:hover,
a.mdc-text-blue-500:focus {
  color: #1E88E5;
}

.mdc-text-blue-600 {
  color: #1E88E5;
}

a.mdc-text-blue-600:hover,
a.mdc-text-blue-600:focus {
  color: #1976D2;
}

.mdc-text-blue-700 {
  color: #1976D2;
}

a.mdc-text-blue-700:hover,
a.mdc-text-blue-700:focus {
  color: #1565C0;
}

.mdc-text-blue-800 {
  color: #1565C0;
}

a.mdc-text-blue-800:hover,
a.mdc-text-blue-800:focus {
  color: #0D47A1;
}

.mdc-text-blue-900 {
  color: #0D47A1;
}

a.mdc-text-blue-900:hover,
a.mdc-text-blue-900:focus {
  color: #093272;
}

.mdc-text-blue-A100 {
  color: #82B1FF;
}

a.mdc-text-blue-A100:hover,
a.mdc-text-blue-A100:focus {
  color: #4f91ff;
}

.mdc-text-blue-A200 {
  color: #448AFF;
}

a.mdc-text-blue-A200:hover,
a.mdc-text-blue-A200:focus {
  color: #116aff;
}

.mdc-text-blue-A400 {
  color: #2979FF;
}

a.mdc-text-blue-A400:hover,
a.mdc-text-blue-A400:focus {
  color: #005cf5;
}

.mdc-text-blue-A700 {
  color: #2962FF;
}

a.mdc-text-blue-A700:hover,
a.mdc-text-blue-A700:focus {
  color: #0041f5;
}

.mdc-bg-blue {
  background-color: #2196F3;
}

a.mdc-bg-blue:hover,
a.mdc-bg-blue:focus {
  background-color: #1E88E5;
}

.mdc-bg-blue-50 {
  background-color: #E3F2FD;
}

a.mdc-bg-blue-50:hover,
a.mdc-bg-blue-50:focus {
  background-color: #BBDEFB;
}

.mdc-bg-blue-100 {
  background-color: #BBDEFB;
}

a.mdc-bg-blue-100:hover,
a.mdc-bg-blue-100:focus {
  background-color: #90CAF9;
}

.mdc-bg-blue-200 {
  background-color: #90CAF9;
}

a.mdc-bg-blue-200:hover,
a.mdc-bg-blue-200:focus {
  background-color: #64B5F6;
}

.mdc-bg-blue-300 {
  background-color: #64B5F6;
}

a.mdc-bg-blue-300:hover,
a.mdc-bg-blue-300:focus {
  background-color: #42A5F5;
}

.mdc-bg-blue-400 {
  background-color: #42A5F5;
}

a.mdc-bg-blue-400:hover,
a.mdc-bg-blue-400:focus {
  background-color: #2196F3;
}

.mdc-bg-blue-500 {
  background-color: #2196F3;
}

a.mdc-bg-blue-500:hover,
a.mdc-bg-blue-500:focus {
  background-color: #1E88E5;
}

.mdc-bg-blue-600 {
  background-color: #1E88E5;
}

a.mdc-bg-blue-600:hover,
a.mdc-bg-blue-600:focus {
  background-color: #1976D2;
}

.mdc-bg-blue-700 {
  background-color: #1976D2;
}

a.mdc-bg-blue-700:hover,
a.mdc-bg-blue-700:focus {
  background-color: #1565C0;
}

.mdc-bg-blue-800 {
  background-color: #1565C0;
}

a.mdc-bg-blue-800:hover,
a.mdc-bg-blue-800:focus {
  background-color: #0D47A1;
}

.mdc-bg-blue-900 {
  background-color: #0D47A1;
}

a.mdc-bg-blue-900:hover,
a.mdc-bg-blue-900:focus {
  background-color: #093272;
}

.mdc-bg-blue-A100 {
  background-color: #82B1FF;
}

a.mdc-bg-blue-A100:hover,
a.mdc-bg-blue-A100:focus {
  background-color: #4f91ff;
}

.mdc-bg-blue-A200 {
  background-color: #448AFF;
}

a.mdc-bg-blue-A200:hover,
a.mdc-bg-blue-A200:focus {
  background-color: #116aff;
}

.mdc-bg-blue-A400 {
  background-color: #2979FF;
}

a.mdc-bg-blue-A400:hover,
a.mdc-bg-blue-A400:focus {
  background-color: #005cf5;
}

.mdc-bg-blue-A700 {
  background-color: #2962FF;
}

a.mdc-bg-blue-A700:hover,
a.mdc-bg-blue-A700:focus {
  background-color: #0041f5;
}

.mdc-text-light-blue {
  color: #03A9F4;
}

a.mdc-text-light-blue:hover,
a.mdc-text-light-blue:focus {
  color: #039BE5;
}

.mdc-text-light-blue-50 {
  color: #E1F5FE;
}

a.mdc-text-light-blue-50:hover,
a.mdc-text-light-blue-50:focus {
  color: #B3E5FC;
}

.mdc-text-light-blue-100 {
  color: #B3E5FC;
}

a.mdc-text-light-blue-100:hover,
a.mdc-text-light-blue-100:focus {
  color: #81D4FA;
}

.mdc-text-light-blue-200 {
  color: #81D4FA;
}

a.mdc-text-light-blue-200:hover,
a.mdc-text-light-blue-200:focus {
  color: #4FC3F7;
}

.mdc-text-light-blue-300 {
  color: #4FC3F7;
}

a.mdc-text-light-blue-300:hover,
a.mdc-text-light-blue-300:focus {
  color: #29B6F6;
}

.mdc-text-light-blue-400 {
  color: #29B6F6;
}

a.mdc-text-light-blue-400:hover,
a.mdc-text-light-blue-400:focus {
  color: #03A9F4;
}

.mdc-text-light-blue-500 {
  color: #03A9F4;
}

a.mdc-text-light-blue-500:hover,
a.mdc-text-light-blue-500:focus {
  color: #039BE5;
}

.mdc-text-light-blue-600 {
  color: #039BE5;
}

a.mdc-text-light-blue-600:hover,
a.mdc-text-light-blue-600:focus {
  color: #0288D1;
}

.mdc-text-light-blue-700 {
  color: #0288D1;
}

a.mdc-text-light-blue-700:hover,
a.mdc-text-light-blue-700:focus {
  color: #0277BD;
}

.mdc-text-light-blue-800 {
  color: #0277BD;
}

a.mdc-text-light-blue-800:hover,
a.mdc-text-light-blue-800:focus {
  color: #01579B;
}

.mdc-text-light-blue-900 {
  color: #01579B;
}

a.mdc-text-light-blue-900:hover,
a.mdc-text-light-blue-900:focus {
  color: #013b68;
}

.mdc-text-light-blue-A100 {
  color: #80D8FF;
}

a.mdc-text-light-blue-A100:hover,
a.mdc-text-light-blue-A100:focus {
  color: #4dc8ff;
}

.mdc-text-light-blue-A200 {
  color: #40C4FF;
}

a.mdc-text-light-blue-A200:hover,
a.mdc-text-light-blue-A200:focus {
  color: #0db4ff;
}

.mdc-text-light-blue-A400 {
  color: #00B0FF;
}

a.mdc-text-light-blue-A400:hover,
a.mdc-text-light-blue-A400:focus {
  color: #008dcc;
}

.mdc-text-light-blue-A700 {
  color: #0091EA;
}

a.mdc-text-light-blue-A700:hover,
a.mdc-text-light-blue-A700:focus {
  color: #0071b7;
}

.mdc-bg-light-blue {
  background-color: #03A9F4;
}

a.mdc-bg-light-blue:hover,
a.mdc-bg-light-blue:focus {
  background-color: #039BE5;
}

.mdc-bg-light-blue-50 {
  background-color: #E1F5FE;
}

a.mdc-bg-light-blue-50:hover,
a.mdc-bg-light-blue-50:focus {
  background-color: #B3E5FC;
}

.mdc-bg-light-blue-100 {
  background-color: #B3E5FC;
}

a.mdc-bg-light-blue-100:hover,
a.mdc-bg-light-blue-100:focus {
  background-color: #81D4FA;
}

.mdc-bg-light-blue-200 {
  background-color: #81D4FA;
}

a.mdc-bg-light-blue-200:hover,
a.mdc-bg-light-blue-200:focus {
  background-color: #4FC3F7;
}

.mdc-bg-light-blue-300 {
  background-color: #4FC3F7;
}

a.mdc-bg-light-blue-300:hover,
a.mdc-bg-light-blue-300:focus {
  background-color: #29B6F6;
}

.mdc-bg-light-blue-400 {
  background-color: #29B6F6;
}

a.mdc-bg-light-blue-400:hover,
a.mdc-bg-light-blue-400:focus {
  background-color: #03A9F4;
}

.mdc-bg-light-blue-500 {
  background-color: #03A9F4;
}

a.mdc-bg-light-blue-500:hover,
a.mdc-bg-light-blue-500:focus {
  background-color: #039BE5;
}

.mdc-bg-light-blue-600 {
  background-color: #039BE5;
}

a.mdc-bg-light-blue-600:hover,
a.mdc-bg-light-blue-600:focus {
  background-color: #0288D1;
}

.mdc-bg-light-blue-700 {
  background-color: #0288D1;
}

a.mdc-bg-light-blue-700:hover,
a.mdc-bg-light-blue-700:focus {
  background-color: #0277BD;
}

.mdc-bg-light-blue-800 {
  background-color: #0277BD;
}

a.mdc-bg-light-blue-800:hover,
a.mdc-bg-light-blue-800:focus {
  background-color: #01579B;
}

.mdc-bg-light-blue-900 {
  background-color: #01579B;
}

a.mdc-bg-light-blue-900:hover,
a.mdc-bg-light-blue-900:focus {
  background-color: #013b68;
}

.mdc-bg-light-blue-A100 {
  background-color: #80D8FF;
}

a.mdc-bg-light-blue-A100:hover,
a.mdc-bg-light-blue-A100:focus {
  background-color: #4dc8ff;
}

.mdc-bg-light-blue-A200 {
  background-color: #40C4FF;
}

a.mdc-bg-light-blue-A200:hover,
a.mdc-bg-light-blue-A200:focus {
  background-color: #0db4ff;
}

.mdc-bg-light-blue-A400 {
  background-color: #00B0FF;
}

a.mdc-bg-light-blue-A400:hover,
a.mdc-bg-light-blue-A400:focus {
  background-color: #008dcc;
}

.mdc-bg-light-blue-A700 {
  background-color: #0091EA;
}

a.mdc-bg-light-blue-A700:hover,
a.mdc-bg-light-blue-A700:focus {
  background-color: #0071b7;
}

.mdc-text-cyan {
  color: #00BCD4;
}

a.mdc-text-cyan:hover,
a.mdc-text-cyan:focus {
  color: #00ACC1;
}

.mdc-text-cyan-50 {
  color: #E0F7FA;
}

a.mdc-text-cyan-50:hover,
a.mdc-text-cyan-50:focus {
  color: #B2EBF2;
}

.mdc-text-cyan-100 {
  color: #B2EBF2;
}

a.mdc-text-cyan-100:hover,
a.mdc-text-cyan-100:focus {
  color: #80DEEA;
}

.mdc-text-cyan-200 {
  color: #80DEEA;
}

a.mdc-text-cyan-200:hover,
a.mdc-text-cyan-200:focus {
  color: #4DD0E1;
}

.mdc-text-cyan-300 {
  color: #4DD0E1;
}

a.mdc-text-cyan-300:hover,
a.mdc-text-cyan-300:focus {
  color: #26C6DA;
}

.mdc-text-cyan-400 {
  color: #26C6DA;
}

a.mdc-text-cyan-400:hover,
a.mdc-text-cyan-400:focus {
  color: #00BCD4;
}

.mdc-text-cyan-500 {
  color: #00BCD4;
}

a.mdc-text-cyan-500:hover,
a.mdc-text-cyan-500:focus {
  color: #00ACC1;
}

.mdc-text-cyan-600 {
  color: #00ACC1;
}

a.mdc-text-cyan-600:hover,
a.mdc-text-cyan-600:focus {
  color: #0097A7;
}

.mdc-text-cyan-700 {
  color: #0097A7;
}

a.mdc-text-cyan-700:hover,
a.mdc-text-cyan-700:focus {
  color: #00838F;
}

.mdc-text-cyan-800 {
  color: #00838F;
}

a.mdc-text-cyan-800:hover,
a.mdc-text-cyan-800:focus {
  color: #006064;
}

.mdc-text-cyan-900 {
  color: #006064;
}

a.mdc-text-cyan-900:hover,
a.mdc-text-cyan-900:focus {
  color: #002f31;
}

.mdc-text-cyan-A100 {
  color: #84FFFF;
}

a.mdc-text-cyan-A100:hover,
a.mdc-text-cyan-A100:focus {
  color: #51ffff;
}

.mdc-text-cyan-A200 {
  color: #18FFFF;
}

a.mdc-text-cyan-A200:hover,
a.mdc-text-cyan-A200:focus {
  color: #00e4e4;
}

.mdc-text-cyan-A400 {
  color: #00E5FF;
}

a.mdc-text-cyan-A400:hover,
a.mdc-text-cyan-A400:focus {
  color: #00b7cc;
}

.mdc-text-cyan-A700 {
  color: #00B8D4;
}

a.mdc-text-cyan-A700:hover,
a.mdc-text-cyan-A700:focus {
  color: #008ca1;
}

.mdc-bg-cyan {
  background-color: #00BCD4;
}

a.mdc-bg-cyan:hover,
a.mdc-bg-cyan:focus {
  background-color: #00ACC1;
}

.mdc-bg-cyan-50 {
  background-color: #E0F7FA;
}

a.mdc-bg-cyan-50:hover,
a.mdc-bg-cyan-50:focus {
  background-color: #B2EBF2;
}

.mdc-bg-cyan-100 {
  background-color: #B2EBF2;
}

a.mdc-bg-cyan-100:hover,
a.mdc-bg-cyan-100:focus {
  background-color: #80DEEA;
}

.mdc-bg-cyan-200 {
  background-color: #80DEEA;
}

a.mdc-bg-cyan-200:hover,
a.mdc-bg-cyan-200:focus {
  background-color: #4DD0E1;
}

.mdc-bg-cyan-300 {
  background-color: #4DD0E1;
}

a.mdc-bg-cyan-300:hover,
a.mdc-bg-cyan-300:focus {
  background-color: #26C6DA;
}

.mdc-bg-cyan-400 {
  background-color: #26C6DA;
}

a.mdc-bg-cyan-400:hover,
a.mdc-bg-cyan-400:focus {
  background-color: #00BCD4;
}

.mdc-bg-cyan-500 {
  background-color: #00BCD4;
}

a.mdc-bg-cyan-500:hover,
a.mdc-bg-cyan-500:focus {
  background-color: #00ACC1;
}

.mdc-bg-cyan-600 {
  background-color: #00ACC1;
}

a.mdc-bg-cyan-600:hover,
a.mdc-bg-cyan-600:focus {
  background-color: #0097A7;
}

.mdc-bg-cyan-700 {
  background-color: #0097A7;
}

a.mdc-bg-cyan-700:hover,
a.mdc-bg-cyan-700:focus {
  background-color: #00838F;
}

.mdc-bg-cyan-800 {
  background-color: #00838F;
}

a.mdc-bg-cyan-800:hover,
a.mdc-bg-cyan-800:focus {
  background-color: #006064;
}

.mdc-bg-cyan-900 {
  background-color: #006064;
}

a.mdc-bg-cyan-900:hover,
a.mdc-bg-cyan-900:focus {
  background-color: #002f31;
}

.mdc-bg-cyan-A100 {
  background-color: #84FFFF;
}

a.mdc-bg-cyan-A100:hover,
a.mdc-bg-cyan-A100:focus {
  background-color: #51ffff;
}

.mdc-bg-cyan-A200 {
  background-color: #18FFFF;
}

a.mdc-bg-cyan-A200:hover,
a.mdc-bg-cyan-A200:focus {
  background-color: #00e4e4;
}

.mdc-bg-cyan-A400 {
  background-color: #00E5FF;
}

a.mdc-bg-cyan-A400:hover,
a.mdc-bg-cyan-A400:focus {
  background-color: #00b7cc;
}

.mdc-bg-cyan-A700 {
  background-color: #00B8D4;
}

a.mdc-bg-cyan-A700:hover,
a.mdc-bg-cyan-A700:focus {
  background-color: #008ca1;
}

.mdc-text-teal {
  color: #009688;
}

a.mdc-text-teal:hover,
a.mdc-text-teal:focus {
  color: #00897B;
}

.mdc-text-teal-50 {
  color: #E0F2F1;
}

a.mdc-text-teal-50:hover,
a.mdc-text-teal-50:focus {
  color: #B2DFDB;
}

.mdc-text-teal-100 {
  color: #B2DFDB;
}

a.mdc-text-teal-100:hover,
a.mdc-text-teal-100:focus {
  color: #80CBC4;
}

.mdc-text-teal-200 {
  color: #80CBC4;
}

a.mdc-text-teal-200:hover,
a.mdc-text-teal-200:focus {
  color: #4DB6AC;
}

.mdc-text-teal-300 {
  color: #4DB6AC;
}

a.mdc-text-teal-300:hover,
a.mdc-text-teal-300:focus {
  color: #26A69A;
}

.mdc-text-teal-400 {
  color: #26A69A;
}

a.mdc-text-teal-400:hover,
a.mdc-text-teal-400:focus {
  color: #009688;
}

.mdc-text-teal-500 {
  color: #009688;
}

a.mdc-text-teal-500:hover,
a.mdc-text-teal-500:focus {
  color: #00897B;
}

.mdc-text-teal-600 {
  color: #00897B;
}

a.mdc-text-teal-600:hover,
a.mdc-text-teal-600:focus {
  color: #00796B;
}

.mdc-text-teal-700 {
  color: #00796B;
}

a.mdc-text-teal-700:hover,
a.mdc-text-teal-700:focus {
  color: #00695C;
}

.mdc-text-teal-800 {
  color: #00695C;
}

a.mdc-text-teal-800:hover,
a.mdc-text-teal-800:focus {
  color: #004D40;
}

.mdc-text-teal-900 {
  color: #004D40;
}

a.mdc-text-teal-900:hover,
a.mdc-text-teal-900:focus {
  color: #001a16;
}

.mdc-text-teal-A100 {
  color: #A7FFEB;
}

a.mdc-text-teal-A100:hover,
a.mdc-text-teal-A100:focus {
  color: #74ffdf;
}

.mdc-text-teal-A200 {
  color: #64FFDA;
}

a.mdc-text-teal-A200:hover,
a.mdc-text-teal-A200:focus {
  color: #31ffce;
}

.mdc-text-teal-A400 {
  color: #1DE9B6;
}

a.mdc-text-teal-A400:hover,
a.mdc-text-teal-A400:focus {
  color: #13c095;
}

.mdc-text-teal-A700 {
  color: #00BFA5;
}

a.mdc-text-teal-A700:hover,
a.mdc-text-teal-A700:focus {
  color: #008c79;
}

.mdc-bg-teal {
  background-color: #009688;
}

a.mdc-bg-teal:hover,
a.mdc-bg-teal:focus {
  background-color: #00897B;
}

.mdc-bg-teal-50 {
  background-color: #E0F2F1;
}

a.mdc-bg-teal-50:hover,
a.mdc-bg-teal-50:focus {
  background-color: #B2DFDB;
}

.mdc-bg-teal-100 {
  background-color: #B2DFDB;
}

a.mdc-bg-teal-100:hover,
a.mdc-bg-teal-100:focus {
  background-color: #80CBC4;
}

.mdc-bg-teal-200 {
  background-color: #80CBC4;
}

a.mdc-bg-teal-200:hover,
a.mdc-bg-teal-200:focus {
  background-color: #4DB6AC;
}

.mdc-bg-teal-300 {
  background-color: #4DB6AC;
}

a.mdc-bg-teal-300:hover,
a.mdc-bg-teal-300:focus {
  background-color: #26A69A;
}

.mdc-bg-teal-400 {
  background-color: #26A69A;
}

a.mdc-bg-teal-400:hover,
a.mdc-bg-teal-400:focus {
  background-color: #009688;
}

.mdc-bg-teal-500 {
  background-color: #009688;
}

a.mdc-bg-teal-500:hover,
a.mdc-bg-teal-500:focus {
  background-color: #00897B;
}

.mdc-bg-teal-600 {
  background-color: #00897B;
}

a.mdc-bg-teal-600:hover,
a.mdc-bg-teal-600:focus {
  background-color: #00796B;
}

.mdc-bg-teal-700 {
  background-color: #00796B;
}

a.mdc-bg-teal-700:hover,
a.mdc-bg-teal-700:focus {
  background-color: #00695C;
}

.mdc-bg-teal-800 {
  background-color: #00695C;
}

a.mdc-bg-teal-800:hover,
a.mdc-bg-teal-800:focus {
  background-color: #004D40;
}

.mdc-bg-teal-900 {
  background-color: #004D40;
}

a.mdc-bg-teal-900:hover,
a.mdc-bg-teal-900:focus {
  background-color: #001a16;
}

.mdc-bg-teal-A100 {
  background-color: #A7FFEB;
}

a.mdc-bg-teal-A100:hover,
a.mdc-bg-teal-A100:focus {
  background-color: #74ffdf;
}

.mdc-bg-teal-A200 {
  background-color: #64FFDA;
}

a.mdc-bg-teal-A200:hover,
a.mdc-bg-teal-A200:focus {
  background-color: #31ffce;
}

.mdc-bg-teal-A400 {
  background-color: #1DE9B6;
}

a.mdc-bg-teal-A400:hover,
a.mdc-bg-teal-A400:focus {
  background-color: #13c095;
}

.mdc-bg-teal-A700 {
  background-color: #00BFA5;
}

a.mdc-bg-teal-A700:hover,
a.mdc-bg-teal-A700:focus {
  background-color: #008c79;
}

.mdc-text-green {
  color: #4CAF50;
}

a.mdc-text-green:hover,
a.mdc-text-green:focus {
  color: #43A047;
}

.mdc-text-green-50 {
  color: #E8F5E9;
}

a.mdc-text-green-50:hover,
a.mdc-text-green-50:focus {
  color: #C8E6C9;
}

.mdc-text-green-100 {
  color: #C8E6C9;
}

a.mdc-text-green-100:hover,
a.mdc-text-green-100:focus {
  color: #A5D6A7;
}

.mdc-text-green-200 {
  color: #A5D6A7;
}

a.mdc-text-green-200:hover,
a.mdc-text-green-200:focus {
  color: #81C784;
}

.mdc-text-green-300 {
  color: #81C784;
}

a.mdc-text-green-300:hover,
a.mdc-text-green-300:focus {
  color: #66BB6A;
}

.mdc-text-green-400 {
  color: #66BB6A;
}

a.mdc-text-green-400:hover,
a.mdc-text-green-400:focus {
  color: #4CAF50;
}

.mdc-text-green-500 {
  color: #4CAF50;
}

a.mdc-text-green-500:hover,
a.mdc-text-green-500:focus {
  color: #43A047;
}

.mdc-text-green-600 {
  color: #43A047;
}

a.mdc-text-green-600:hover,
a.mdc-text-green-600:focus {
  color: #388E3C;
}

.mdc-text-green-700 {
  color: #388E3C;
}

a.mdc-text-green-700:hover,
a.mdc-text-green-700:focus {
  color: #2E7D32;
}

.mdc-text-green-800 {
  color: #2E7D32;
}

a.mdc-text-green-800:hover,
a.mdc-text-green-800:focus {
  color: #1B5E20;
}

.mdc-text-green-900 {
  color: #1B5E20;
}

a.mdc-text-green-900:hover,
a.mdc-text-green-900:focus {
  color: #103613;
}

.mdc-text-green-A100 {
  color: #B9F6CA;
}

a.mdc-text-green-A100:hover,
a.mdc-text-green-A100:focus {
  color: #8cf0a8;
}

.mdc-text-green-A200 {
  color: #69F0AE;
}

a.mdc-text-green-A200:hover,
a.mdc-text-green-A200:focus {
  color: #3beb95;
}

.mdc-text-green-A400 {
  color: #00E676;
}

a.mdc-text-green-A400:hover,
a.mdc-text-green-A400:focus {
  color: #00b35c;
}

.mdc-text-green-A700 {
  color: #00C853;
}

a.mdc-text-green-A700:hover,
a.mdc-text-green-A700:focus {
  color: #00953e;
}

.mdc-bg-green {
  background-color: #4CAF50;
}

a.mdc-bg-green:hover,
a.mdc-bg-green:focus {
  background-color: #43A047;
}

.mdc-bg-green-50 {
  background-color: #E8F5E9;
}

a.mdc-bg-green-50:hover,
a.mdc-bg-green-50:focus {
  background-color: #C8E6C9;
}

.mdc-bg-green-100 {
  background-color: #C8E6C9;
}

a.mdc-bg-green-100:hover,
a.mdc-bg-green-100:focus {
  background-color: #A5D6A7;
}

.mdc-bg-green-200 {
  background-color: #A5D6A7;
}

a.mdc-bg-green-200:hover,
a.mdc-bg-green-200:focus {
  background-color: #81C784;
}

.mdc-bg-green-300 {
  background-color: #81C784;
}

a.mdc-bg-green-300:hover,
a.mdc-bg-green-300:focus {
  background-color: #66BB6A;
}

.mdc-bg-green-400 {
  background-color: #66BB6A;
}

a.mdc-bg-green-400:hover,
a.mdc-bg-green-400:focus {
  background-color: #4CAF50;
}

.mdc-bg-green-500 {
  background-color: #4CAF50;
}

a.mdc-bg-green-500:hover,
a.mdc-bg-green-500:focus {
  background-color: #43A047;
}

.mdc-bg-green-600 {
  background-color: #43A047;
}

a.mdc-bg-green-600:hover,
a.mdc-bg-green-600:focus {
  background-color: #388E3C;
}

.mdc-bg-green-700 {
  background-color: #388E3C;
}

a.mdc-bg-green-700:hover,
a.mdc-bg-green-700:focus {
  background-color: #2E7D32;
}

.mdc-bg-green-800 {
  background-color: #2E7D32;
}

a.mdc-bg-green-800:hover,
a.mdc-bg-green-800:focus {
  background-color: #1B5E20;
}

.mdc-bg-green-900 {
  background-color: #1B5E20;
}

a.mdc-bg-green-900:hover,
a.mdc-bg-green-900:focus {
  background-color: #103613;
}

.mdc-bg-green-A100 {
  background-color: #B9F6CA;
}

a.mdc-bg-green-A100:hover,
a.mdc-bg-green-A100:focus {
  background-color: #8cf0a8;
}

.mdc-bg-green-A200 {
  background-color: #69F0AE;
}

a.mdc-bg-green-A200:hover,
a.mdc-bg-green-A200:focus {
  background-color: #3beb95;
}

.mdc-bg-green-A400 {
  background-color: #00E676;
}

a.mdc-bg-green-A400:hover,
a.mdc-bg-green-A400:focus {
  background-color: #00b35c;
}

.mdc-bg-green-A700 {
  background-color: #00C853;
}

a.mdc-bg-green-A700:hover,
a.mdc-bg-green-A700:focus {
  background-color: #00953e;
}

.mdc-text-light-green {
  color: #8BC34A;
}

a.mdc-text-light-green:hover,
a.mdc-text-light-green:focus {
  color: #7CB342;
}

.mdc-text-light-green-50 {
  color: #F1F8E9;
}

a.mdc-text-light-green-50:hover,
a.mdc-text-light-green-50:focus {
  color: #DCEDC8;
}

.mdc-text-light-green-100 {
  color: #DCEDC8;
}

a.mdc-text-light-green-100:hover,
a.mdc-text-light-green-100:focus {
  color: #C5E1A5;
}

.mdc-text-light-green-200 {
  color: #C5E1A5;
}

a.mdc-text-light-green-200:hover,
a.mdc-text-light-green-200:focus {
  color: #AED581;
}

.mdc-text-light-green-300 {
  color: #AED581;
}

a.mdc-text-light-green-300:hover,
a.mdc-text-light-green-300:focus {
  color: #9CCC65;
}

.mdc-text-light-green-400 {
  color: #9CCC65;
}

a.mdc-text-light-green-400:hover,
a.mdc-text-light-green-400:focus {
  color: #8BC34A;
}

.mdc-text-light-green-500 {
  color: #8BC34A;
}

a.mdc-text-light-green-500:hover,
a.mdc-text-light-green-500:focus {
  color: #7CB342;
}

.mdc-text-light-green-600 {
  color: #7CB342;
}

a.mdc-text-light-green-600:hover,
a.mdc-text-light-green-600:focus {
  color: #689F38;
}

.mdc-text-light-green-700 {
  color: #689F38;
}

a.mdc-text-light-green-700:hover,
a.mdc-text-light-green-700:focus {
  color: #558B2F;
}

.mdc-text-light-green-800 {
  color: #558B2F;
}

a.mdc-text-light-green-800:hover,
a.mdc-text-light-green-800:focus {
  color: #33691E;
}

.mdc-text-light-green-900 {
  color: #33691E;
}

a.mdc-text-light-green-900:hover,
a.mdc-text-light-green-900:focus {
  color: #204113;
}

.mdc-text-light-green-A100 {
  color: #CCFF90;
}

a.mdc-text-light-green-A100:hover,
a.mdc-text-light-green-A100:focus {
  color: #b5ff5d;
}

.mdc-text-light-green-A200 {
  color: #B2FF59;
}

a.mdc-text-light-green-A200:hover,
a.mdc-text-light-green-A200:focus {
  color: #9aff26;
}

.mdc-text-light-green-A400 {
  color: #76FF03;
}

a.mdc-text-light-green-A400:hover,
a.mdc-text-light-green-A400:focus {
  color: #5ecf00;
}

.mdc-text-light-green-A700 {
  color: #64DD17;
}

a.mdc-text-light-green-A700:hover,
a.mdc-text-light-green-A700:focus {
  color: #4faf12;
}

.mdc-bg-light-green {
  background-color: #8BC34A;
}

a.mdc-bg-light-green:hover,
a.mdc-bg-light-green:focus {
  background-color: #7CB342;
}

.mdc-bg-light-green-50 {
  background-color: #F1F8E9;
}

a.mdc-bg-light-green-50:hover,
a.mdc-bg-light-green-50:focus {
  background-color: #DCEDC8;
}

.mdc-bg-light-green-100 {
  background-color: #DCEDC8;
}

a.mdc-bg-light-green-100:hover,
a.mdc-bg-light-green-100:focus {
  background-color: #C5E1A5;
}

.mdc-bg-light-green-200 {
  background-color: #C5E1A5;
}

a.mdc-bg-light-green-200:hover,
a.mdc-bg-light-green-200:focus {
  background-color: #AED581;
}

.mdc-bg-light-green-300 {
  background-color: #AED581;
}

a.mdc-bg-light-green-300:hover,
a.mdc-bg-light-green-300:focus {
  background-color: #9CCC65;
}

.mdc-bg-light-green-400 {
  background-color: #9CCC65;
}

a.mdc-bg-light-green-400:hover,
a.mdc-bg-light-green-400:focus {
  background-color: #8BC34A;
}

.mdc-bg-light-green-500 {
  background-color: #8BC34A;
}

a.mdc-bg-light-green-500:hover,
a.mdc-bg-light-green-500:focus {
  background-color: #7CB342;
}

.mdc-bg-light-green-600 {
  background-color: #7CB342;
}

a.mdc-bg-light-green-600:hover,
a.mdc-bg-light-green-600:focus {
  background-color: #689F38;
}

.mdc-bg-light-green-700 {
  background-color: #689F38;
}

a.mdc-bg-light-green-700:hover,
a.mdc-bg-light-green-700:focus {
  background-color: #558B2F;
}

.mdc-bg-light-green-800 {
  background-color: #558B2F;
}

a.mdc-bg-light-green-800:hover,
a.mdc-bg-light-green-800:focus {
  background-color: #33691E;
}

.mdc-bg-light-green-900 {
  background-color: #33691E;
}

a.mdc-bg-light-green-900:hover,
a.mdc-bg-light-green-900:focus {
  background-color: #204113;
}

.mdc-bg-light-green-A100 {
  background-color: #CCFF90;
}

a.mdc-bg-light-green-A100:hover,
a.mdc-bg-light-green-A100:focus {
  background-color: #b5ff5d;
}

.mdc-bg-light-green-A200 {
  background-color: #B2FF59;
}

a.mdc-bg-light-green-A200:hover,
a.mdc-bg-light-green-A200:focus {
  background-color: #9aff26;
}

.mdc-bg-light-green-A400 {
  background-color: #76FF03;
}

a.mdc-bg-light-green-A400:hover,
a.mdc-bg-light-green-A400:focus {
  background-color: #5ecf00;
}

.mdc-bg-light-green-A700 {
  background-color: #64DD17;
}

a.mdc-bg-light-green-A700:hover,
a.mdc-bg-light-green-A700:focus {
  background-color: #4faf12;
}

.mdc-text-lime {
  color: #CDDC39;
}

a.mdc-text-lime:hover,
a.mdc-text-lime:focus {
  color: #C0CA33;
}

.mdc-text-lime-50 {
  color: #F9FBE7;
}

a.mdc-text-lime-50:hover,
a.mdc-text-lime-50:focus {
  color: #F0F4C3;
}

.mdc-text-lime-100 {
  color: #F0F4C3;
}

a.mdc-text-lime-100:hover,
a.mdc-text-lime-100:focus {
  color: #E6EE9C;
}

.mdc-text-lime-200 {
  color: #E6EE9C;
}

a.mdc-text-lime-200:hover,
a.mdc-text-lime-200:focus {
  color: #DCE775;
}

.mdc-text-lime-300 {
  color: #DCE775;
}

a.mdc-text-lime-300:hover,
a.mdc-text-lime-300:focus {
  color: #D4E157;
}

.mdc-text-lime-400 {
  color: #D4E157;
}

a.mdc-text-lime-400:hover,
a.mdc-text-lime-400:focus {
  color: #CDDC39;
}

.mdc-text-lime-500 {
  color: #CDDC39;
}

a.mdc-text-lime-500:hover,
a.mdc-text-lime-500:focus {
  color: #C0CA33;
}

.mdc-text-lime-600 {
  color: #C0CA33;
}

a.mdc-text-lime-600:hover,
a.mdc-text-lime-600:focus {
  color: #AFB42B;
}

.mdc-text-lime-700 {
  color: #AFB42B;
}

a.mdc-text-lime-700:hover,
a.mdc-text-lime-700:focus {
  color: #9E9D24;
}

.mdc-text-lime-800 {
  color: #9E9D24;
}

a.mdc-text-lime-800:hover,
a.mdc-text-lime-800:focus {
  color: #827717;
}

.mdc-text-lime-900 {
  color: #827717;
}

a.mdc-text-lime-900:hover,
a.mdc-text-lime-900:focus {
  color: #574f0f;
}

.mdc-text-lime-A100 {
  color: #F4FF81;
}

a.mdc-text-lime-A100:hover,
a.mdc-text-lime-A100:focus {
  color: #f0ff4e;
}

.mdc-text-lime-A200 {
  color: #EEFF41;
}

a.mdc-text-lime-A200:hover,
a.mdc-text-lime-A200:focus {
  color: #e9ff0e;
}

.mdc-text-lime-A400 {
  color: #C6FF00;
}

a.mdc-text-lime-A400:hover,
a.mdc-text-lime-A400:focus {
  color: #9ecc00;
}

.mdc-text-lime-A700 {
  color: #AEEA00;
}

a.mdc-text-lime-A700:hover,
a.mdc-text-lime-A700:focus {
  color: #88b700;
}

.mdc-bg-lime {
  background-color: #CDDC39;
}

a.mdc-bg-lime:hover,
a.mdc-bg-lime:focus {
  background-color: #C0CA33;
}

.mdc-bg-lime-50 {
  background-color: #F9FBE7;
}

a.mdc-bg-lime-50:hover,
a.mdc-bg-lime-50:focus {
  background-color: #F0F4C3;
}

.mdc-bg-lime-100 {
  background-color: #F0F4C3;
}

a.mdc-bg-lime-100:hover,
a.mdc-bg-lime-100:focus {
  background-color: #E6EE9C;
}

.mdc-bg-lime-200 {
  background-color: #E6EE9C;
}

a.mdc-bg-lime-200:hover,
a.mdc-bg-lime-200:focus {
  background-color: #DCE775;
}

.mdc-bg-lime-300 {
  background-color: #DCE775;
}

a.mdc-bg-lime-300:hover,
a.mdc-bg-lime-300:focus {
  background-color: #D4E157;
}

.mdc-bg-lime-400 {
  background-color: #D4E157;
}

a.mdc-bg-lime-400:hover,
a.mdc-bg-lime-400:focus {
  background-color: #CDDC39;
}

.mdc-bg-lime-500 {
  background-color: #CDDC39;
}

a.mdc-bg-lime-500:hover,
a.mdc-bg-lime-500:focus {
  background-color: #C0CA33;
}

.mdc-bg-lime-600 {
  background-color: #C0CA33;
}

a.mdc-bg-lime-600:hover,
a.mdc-bg-lime-600:focus {
  background-color: #AFB42B;
}

.mdc-bg-lime-700 {
  background-color: #AFB42B;
}

a.mdc-bg-lime-700:hover,
a.mdc-bg-lime-700:focus {
  background-color: #9E9D24;
}

.mdc-bg-lime-800 {
  background-color: #9E9D24;
}

a.mdc-bg-lime-800:hover,
a.mdc-bg-lime-800:focus {
  background-color: #827717;
}

.mdc-bg-lime-900 {
  background-color: #827717;
}

a.mdc-bg-lime-900:hover,
a.mdc-bg-lime-900:focus {
  background-color: #574f0f;
}

.mdc-bg-lime-A100 {
  background-color: #F4FF81;
}

a.mdc-bg-lime-A100:hover,
a.mdc-bg-lime-A100:focus {
  background-color: #f0ff4e;
}

.mdc-bg-lime-A200 {
  background-color: #EEFF41;
}

a.mdc-bg-lime-A200:hover,
a.mdc-bg-lime-A200:focus {
  background-color: #e9ff0e;
}

.mdc-bg-lime-A400 {
  background-color: #C6FF00;
}

a.mdc-bg-lime-A400:hover,
a.mdc-bg-lime-A400:focus {
  background-color: #9ecc00;
}

.mdc-bg-lime-A700 {
  background-color: #AEEA00;
}

a.mdc-bg-lime-A700:hover,
a.mdc-bg-lime-A700:focus {
  background-color: #88b700;
}

.mdc-text-yellow {
  color: #FFEB3B;
}

a.mdc-text-yellow:hover,
a.mdc-text-yellow:focus {
  color: #FDD835;
}

.mdc-text-yellow-50 {
  color: #FFFDE7;
}

a.mdc-text-yellow-50:hover,
a.mdc-text-yellow-50:focus {
  color: #FFF9C4;
}

.mdc-text-yellow-100 {
  color: #FFF9C4;
}

a.mdc-text-yellow-100:hover,
a.mdc-text-yellow-100:focus {
  color: #FFF59D;
}

.mdc-text-yellow-200 {
  color: #FFF59D;
}

a.mdc-text-yellow-200:hover,
a.mdc-text-yellow-200:focus {
  color: #FFF176;
}

.mdc-text-yellow-300 {
  color: #FFF176;
}

a.mdc-text-yellow-300:hover,
a.mdc-text-yellow-300:focus {
  color: #FFEE58;
}

.mdc-text-yellow-400 {
  color: #FFEE58;
}

a.mdc-text-yellow-400:hover,
a.mdc-text-yellow-400:focus {
  color: #FFEB3B;
}

.mdc-text-yellow-500 {
  color: #FFEB3B;
}

a.mdc-text-yellow-500:hover,
a.mdc-text-yellow-500:focus {
  color: #FDD835;
}

.mdc-text-yellow-600 {
  color: #FDD835;
}

a.mdc-text-yellow-600:hover,
a.mdc-text-yellow-600:focus {
  color: #FBC02D;
}

.mdc-text-yellow-700 {
  color: #FBC02D;
}

a.mdc-text-yellow-700:hover,
a.mdc-text-yellow-700:focus {
  color: #F9A825;
}

.mdc-text-yellow-800 {
  color: #F9A825;
}

a.mdc-text-yellow-800:hover,
a.mdc-text-yellow-800:focus {
  color: #F57F17;
}

.mdc-text-yellow-900 {
  color: #F57F17;
}

a.mdc-text-yellow-900:hover,
a.mdc-text-yellow-900:focus {
  color: #d06609;
}

.mdc-text-yellow-A100 {
  color: #FFFF8D;
}

a.mdc-text-yellow-A100:hover,
a.mdc-text-yellow-A100:focus {
  color: #ffff5a;
}

.mdc-text-yellow-A200 {
  color: #FFFF00;
}

a.mdc-text-yellow-A200:hover,
a.mdc-text-yellow-A200:focus {
  color: #cccc00;
}

.mdc-text-yellow-A400 {
  color: #FFEA00;
}

a.mdc-text-yellow-A400:hover,
a.mdc-text-yellow-A400:focus {
  color: #ccbb00;
}

.mdc-text-yellow-A700 {
  color: #FFD600;
}

a.mdc-text-yellow-A700:hover,
a.mdc-text-yellow-A700:focus {
  color: #ccab00;
}

.mdc-bg-yellow {
  background-color: #FFEB3B;
}

a.mdc-bg-yellow:hover,
a.mdc-bg-yellow:focus {
  background-color: #FDD835;
}

.mdc-bg-yellow-50 {
  background-color: #FFFDE7;
}

a.mdc-bg-yellow-50:hover,
a.mdc-bg-yellow-50:focus {
  background-color: #FFF9C4;
}

.mdc-bg-yellow-100 {
  background-color: #FFF9C4;
}

a.mdc-bg-yellow-100:hover,
a.mdc-bg-yellow-100:focus {
  background-color: #FFF59D;
}

.mdc-bg-yellow-200 {
  background-color: #FFF59D;
}

a.mdc-bg-yellow-200:hover,
a.mdc-bg-yellow-200:focus {
  background-color: #FFF176;
}

.mdc-bg-yellow-300 {
  background-color: #FFF176;
}

a.mdc-bg-yellow-300:hover,
a.mdc-bg-yellow-300:focus {
  background-color: #FFEE58;
}

.mdc-bg-yellow-400 {
  background-color: #FFEE58;
}

a.mdc-bg-yellow-400:hover,
a.mdc-bg-yellow-400:focus {
  background-color: #FFEB3B;
}

.mdc-bg-yellow-500 {
  background-color: #FFEB3B;
}

a.mdc-bg-yellow-500:hover,
a.mdc-bg-yellow-500:focus {
  background-color: #FDD835;
}

.mdc-bg-yellow-600 {
  background-color: #FDD835;
}

a.mdc-bg-yellow-600:hover,
a.mdc-bg-yellow-600:focus {
  background-color: #FBC02D;
}

.mdc-bg-yellow-700 {
  background-color: #FBC02D;
}

a.mdc-bg-yellow-700:hover,
a.mdc-bg-yellow-700:focus {
  background-color: #F9A825;
}

.mdc-bg-yellow-800 {
  background-color: #F9A825;
}

a.mdc-bg-yellow-800:hover,
a.mdc-bg-yellow-800:focus {
  background-color: #F57F17;
}

.mdc-bg-yellow-900 {
  background-color: #F57F17;
}

a.mdc-bg-yellow-900:hover,
a.mdc-bg-yellow-900:focus {
  background-color: #d06609;
}

.mdc-bg-yellow-A100 {
  background-color: #FFFF8D;
}

a.mdc-bg-yellow-A100:hover,
a.mdc-bg-yellow-A100:focus {
  background-color: #ffff5a;
}

.mdc-bg-yellow-A200 {
  background-color: #FFFF00;
}

a.mdc-bg-yellow-A200:hover,
a.mdc-bg-yellow-A200:focus {
  background-color: #cccc00;
}

.mdc-bg-yellow-A400 {
  background-color: #FFEA00;
}

a.mdc-bg-yellow-A400:hover,
a.mdc-bg-yellow-A400:focus {
  background-color: #ccbb00;
}

.mdc-bg-yellow-A700 {
  background-color: #FFD600;
}

a.mdc-bg-yellow-A700:hover,
a.mdc-bg-yellow-A700:focus {
  background-color: #ccab00;
}

.mdc-text-amber {
  color: #FFC107;
}

a.mdc-text-amber:hover,
a.mdc-text-amber:focus {
  color: #FFB300;
}

.mdc-text-amber-50 {
  color: #FFF8E1;
}

a.mdc-text-amber-50:hover,
a.mdc-text-amber-50:focus {
  color: #FFECB3;
}

.mdc-text-amber-100 {
  color: #FFECB3;
}

a.mdc-text-amber-100:hover,
a.mdc-text-amber-100:focus {
  color: #FFE082;
}

.mdc-text-amber-200 {
  color: #FFE082;
}

a.mdc-text-amber-200:hover,
a.mdc-text-amber-200:focus {
  color: #FFD54F;
}

.mdc-text-amber-300 {
  color: #FFD54F;
}

a.mdc-text-amber-300:hover,
a.mdc-text-amber-300:focus {
  color: #FFCA28;
}

.mdc-text-amber-400 {
  color: #FFCA28;
}

a.mdc-text-amber-400:hover,
a.mdc-text-amber-400:focus {
  color: #FFC107;
}

.mdc-text-amber-500 {
  color: #FFC107;
}

a.mdc-text-amber-500:hover,
a.mdc-text-amber-500:focus {
  color: #FFB300;
}

.mdc-text-amber-600 {
  color: #FFB300;
}

a.mdc-text-amber-600:hover,
a.mdc-text-amber-600:focus {
  color: #FFA000;
}

.mdc-text-amber-700 {
  color: #FFA000;
}

a.mdc-text-amber-700:hover,
a.mdc-text-amber-700:focus {
  color: #FF8F00;
}

.mdc-text-amber-800 {
  color: #FF8F00;
}

a.mdc-text-amber-800:hover,
a.mdc-text-amber-800:focus {
  color: #FF6F00;
}

.mdc-text-amber-900 {
  color: #FF6F00;
}

a.mdc-text-amber-900:hover,
a.mdc-text-amber-900:focus {
  color: #cc5900;
}

.mdc-text-amber-A100 {
  color: #FFE57F;
}

a.mdc-text-amber-A100:hover,
a.mdc-text-amber-A100:focus {
  color: #ffdb4c;
}

.mdc-text-amber-A200 {
  color: #FFD740;
}

a.mdc-text-amber-A200:hover,
a.mdc-text-amber-A200:focus {
  color: #ffcc0d;
}

.mdc-text-amber-A400 {
  color: #FFC400;
}

a.mdc-text-amber-A400:hover,
a.mdc-text-amber-A400:focus {
  color: #cc9d00;
}

.mdc-text-amber-A700 {
  color: #FFAB00;
}

a.mdc-text-amber-A700:hover,
a.mdc-text-amber-A700:focus {
  color: #cc8900;
}

.mdc-bg-amber {
  background-color: #FFC107;
}

a.mdc-bg-amber:hover,
a.mdc-bg-amber:focus {
  background-color: #FFB300;
}

.mdc-bg-amber-50 {
  background-color: #FFF8E1;
}

a.mdc-bg-amber-50:hover,
a.mdc-bg-amber-50:focus {
  background-color: #FFECB3;
}

.mdc-bg-amber-100 {
  background-color: #FFECB3;
}

a.mdc-bg-amber-100:hover,
a.mdc-bg-amber-100:focus {
  background-color: #FFE082;
}

.mdc-bg-amber-200 {
  background-color: #FFE082;
}

a.mdc-bg-amber-200:hover,
a.mdc-bg-amber-200:focus {
  background-color: #FFD54F;
}

.mdc-bg-amber-300 {
  background-color: #FFD54F;
}

a.mdc-bg-amber-300:hover,
a.mdc-bg-amber-300:focus {
  background-color: #FFCA28;
}

.mdc-bg-amber-400 {
  background-color: #FFCA28;
}

a.mdc-bg-amber-400:hover,
a.mdc-bg-amber-400:focus {
  background-color: #FFC107;
}

.mdc-bg-amber-500 {
  background-color: #FFC107;
}

a.mdc-bg-amber-500:hover,
a.mdc-bg-amber-500:focus {
  background-color: #FFB300;
}

.mdc-bg-amber-600 {
  background-color: #FFB300;
}

a.mdc-bg-amber-600:hover,
a.mdc-bg-amber-600:focus {
  background-color: #FFA000;
}

.mdc-bg-amber-700 {
  background-color: #FFA000;
}

a.mdc-bg-amber-700:hover,
a.mdc-bg-amber-700:focus {
  background-color: #FF8F00;
}

.mdc-bg-amber-800 {
  background-color: #FF8F00;
}

a.mdc-bg-amber-800:hover,
a.mdc-bg-amber-800:focus {
  background-color: #FF6F00;
}

.mdc-bg-amber-900 {
  background-color: #FF6F00;
}

a.mdc-bg-amber-900:hover,
a.mdc-bg-amber-900:focus {
  background-color: #cc5900;
}

.mdc-bg-amber-A100 {
  background-color: #FFE57F;
}

a.mdc-bg-amber-A100:hover,
a.mdc-bg-amber-A100:focus {
  background-color: #ffdb4c;
}

.mdc-bg-amber-A200 {
  background-color: #FFD740;
}

a.mdc-bg-amber-A200:hover,
a.mdc-bg-amber-A200:focus {
  background-color: #ffcc0d;
}

.mdc-bg-amber-A400 {
  background-color: #FFC400;
}

a.mdc-bg-amber-A400:hover,
a.mdc-bg-amber-A400:focus {
  background-color: #cc9d00;
}

.mdc-bg-amber-A700 {
  background-color: #FFAB00;
}

a.mdc-bg-amber-A700:hover,
a.mdc-bg-amber-A700:focus {
  background-color: #cc8900;
}

.mdc-text-orange {
  color: #FF9800;
}

a.mdc-text-orange:hover,
a.mdc-text-orange:focus {
  color: #FB8C00;
}

.mdc-text-orange-50 {
  color: #FFF3E0;
}

a.mdc-text-orange-50:hover,
a.mdc-text-orange-50:focus {
  color: #FFE0B2;
}

.mdc-text-orange-100 {
  color: #FFE0B2;
}

a.mdc-text-orange-100:hover,
a.mdc-text-orange-100:focus {
  color: #FFCC80;
}

.mdc-text-orange-200 {
  color: #FFCC80;
}

a.mdc-text-orange-200:hover,
a.mdc-text-orange-200:focus {
  color: #FFB74D;
}

.mdc-text-orange-300 {
  color: #FFB74D;
}

a.mdc-text-orange-300:hover,
a.mdc-text-orange-300:focus {
  color: #FFA726;
}

.mdc-text-orange-400 {
  color: #FFA726;
}

a.mdc-text-orange-400:hover,
a.mdc-text-orange-400:focus {
  color: #FF9800;
}

.mdc-text-orange-500 {
  color: #FF9800;
}

a.mdc-text-orange-500:hover,
a.mdc-text-orange-500:focus {
  color: #FB8C00;
}

.mdc-text-orange-600 {
  color: #FB8C00;
}

a.mdc-text-orange-600:hover,
a.mdc-text-orange-600:focus {
  color: #F57C00;
}

.mdc-text-orange-700 {
  color: #F57C00;
}

a.mdc-text-orange-700:hover,
a.mdc-text-orange-700:focus {
  color: #EF6C00;
}

.mdc-text-orange-800 {
  color: #EF6C00;
}

a.mdc-text-orange-800:hover,
a.mdc-text-orange-800:focus {
  color: #E65100;
}

.mdc-text-orange-900 {
  color: #E65100;
}

a.mdc-text-orange-900:hover,
a.mdc-text-orange-900:focus {
  color: #b33f00;
}

.mdc-text-orange-A100 {
  color: #FFD180;
}

a.mdc-text-orange-A100:hover,
a.mdc-text-orange-A100:focus {
  color: #ffbf4d;
}

.mdc-text-orange-A200 {
  color: #FFAB40;
}

a.mdc-text-orange-A200:hover,
a.mdc-text-orange-A200:focus {
  color: #ff950d;
}

.mdc-text-orange-A400 {
  color: #FF9100;
}

a.mdc-text-orange-A400:hover,
a.mdc-text-orange-A400:focus {
  color: #cc7400;
}

.mdc-text-orange-A700 {
  color: #FF6D00;
}

a.mdc-text-orange-A700:hover,
a.mdc-text-orange-A700:focus {
  color: #cc5700;
}

.mdc-bg-orange {
  background-color: #FF9800;
}

a.mdc-bg-orange:hover,
a.mdc-bg-orange:focus {
  background-color: #FB8C00;
}

.mdc-bg-orange-50 {
  background-color: #FFF3E0;
}

a.mdc-bg-orange-50:hover,
a.mdc-bg-orange-50:focus {
  background-color: #FFE0B2;
}

.mdc-bg-orange-100 {
  background-color: #FFE0B2;
}

a.mdc-bg-orange-100:hover,
a.mdc-bg-orange-100:focus {
  background-color: #FFCC80;
}

.mdc-bg-orange-200 {
  background-color: #FFCC80;
}

a.mdc-bg-orange-200:hover,
a.mdc-bg-orange-200:focus {
  background-color: #FFB74D;
}

.mdc-bg-orange-300 {
  background-color: #FFB74D;
}

a.mdc-bg-orange-300:hover,
a.mdc-bg-orange-300:focus {
  background-color: #FFA726;
}

.mdc-bg-orange-400 {
  background-color: #FFA726;
}

a.mdc-bg-orange-400:hover,
a.mdc-bg-orange-400:focus {
  background-color: #FF9800;
}

.mdc-bg-orange-500 {
  background-color: #FF9800;
}

a.mdc-bg-orange-500:hover,
a.mdc-bg-orange-500:focus {
  background-color: #FB8C00;
}

.mdc-bg-orange-600 {
  background-color: #FB8C00;
}

a.mdc-bg-orange-600:hover,
a.mdc-bg-orange-600:focus {
  background-color: #F57C00;
}

.mdc-bg-orange-700 {
  background-color: #F57C00;
}

a.mdc-bg-orange-700:hover,
a.mdc-bg-orange-700:focus {
  background-color: #EF6C00;
}

.mdc-bg-orange-800 {
  background-color: #EF6C00;
}

a.mdc-bg-orange-800:hover,
a.mdc-bg-orange-800:focus {
  background-color: #E65100;
}

.mdc-bg-orange-900 {
  background-color: #E65100;
}

a.mdc-bg-orange-900:hover,
a.mdc-bg-orange-900:focus {
  background-color: #b33f00;
}

.mdc-bg-orange-A100 {
  background-color: #FFD180;
}

a.mdc-bg-orange-A100:hover,
a.mdc-bg-orange-A100:focus {
  background-color: #ffbf4d;
}

.mdc-bg-orange-A200 {
  background-color: #FFAB40;
}

a.mdc-bg-orange-A200:hover,
a.mdc-bg-orange-A200:focus {
  background-color: #ff950d;
}

.mdc-bg-orange-A400 {
  background-color: #FF9100;
}

a.mdc-bg-orange-A400:hover,
a.mdc-bg-orange-A400:focus {
  background-color: #cc7400;
}

.mdc-bg-orange-A700 {
  background-color: #FF6D00;
}

a.mdc-bg-orange-A700:hover,
a.mdc-bg-orange-A700:focus {
  background-color: #cc5700;
}

.mdc-text-deep-orange {
  color: #FF5722;
}

a.mdc-text-deep-orange:hover,
a.mdc-text-deep-orange:focus {
  color: #F4511E;
}

.mdc-text-deep-orange-50 {
  color: #FBE9E7;
}

a.mdc-text-deep-orange-50:hover,
a.mdc-text-deep-orange-50:focus {
  color: #FFCCBC;
}

.mdc-text-deep-orange-100 {
  color: #FFCCBC;
}

a.mdc-text-deep-orange-100:hover,
a.mdc-text-deep-orange-100:focus {
  color: #FFAB91;
}

.mdc-text-deep-orange-200 {
  color: #FFAB91;
}

a.mdc-text-deep-orange-200:hover,
a.mdc-text-deep-orange-200:focus {
  color: #FF8A65;
}

.mdc-text-deep-orange-300 {
  color: #FF8A65;
}

a.mdc-text-deep-orange-300:hover,
a.mdc-text-deep-orange-300:focus {
  color: #FF7043;
}

.mdc-text-deep-orange-400 {
  color: #FF7043;
}

a.mdc-text-deep-orange-400:hover,
a.mdc-text-deep-orange-400:focus {
  color: #FF5722;
}

.mdc-text-deep-orange-500 {
  color: #FF5722;
}

a.mdc-text-deep-orange-500:hover,
a.mdc-text-deep-orange-500:focus {
  color: #F4511E;
}

.mdc-text-deep-orange-600 {
  color: #F4511E;
}

a.mdc-text-deep-orange-600:hover,
a.mdc-text-deep-orange-600:focus {
  color: #E64A19;
}

.mdc-text-deep-orange-700 {
  color: #E64A19;
}

a.mdc-text-deep-orange-700:hover,
a.mdc-text-deep-orange-700:focus {
  color: #D84315;
}

.mdc-text-deep-orange-800 {
  color: #D84315;
}

a.mdc-text-deep-orange-800:hover,
a.mdc-text-deep-orange-800:focus {
  color: #BF360C;
}

.mdc-text-deep-orange-900 {
  color: #BF360C;
}

a.mdc-text-deep-orange-900:hover,
a.mdc-text-deep-orange-900:focus {
  color: #8f2809;
}

.mdc-text-deep-orange-A100 {
  color: #FF9E80;
}

a.mdc-text-deep-orange-A100:hover,
a.mdc-text-deep-orange-A100:focus {
  color: #ff774d;
}

.mdc-text-deep-orange-A200 {
  color: #FF6E40;
}

a.mdc-text-deep-orange-A200:hover,
a.mdc-text-deep-orange-A200:focus {
  color: #ff470d;
}

.mdc-text-deep-orange-A400 {
  color: #FF3D00;
}

a.mdc-text-deep-orange-A400:hover,
a.mdc-text-deep-orange-A400:focus {
  color: #cc3100;
}

.mdc-text-deep-orange-A700 {
  color: #DD2C00;
}

a.mdc-text-deep-orange-A700:hover,
a.mdc-text-deep-orange-A700:focus {
  color: #aa2200;
}

.mdc-bg-deep-orange {
  background-color: #FF5722;
}

a.mdc-bg-deep-orange:hover,
a.mdc-bg-deep-orange:focus {
  background-color: #F4511E;
}

.mdc-bg-deep-orange-50 {
  background-color: #FBE9E7;
}

a.mdc-bg-deep-orange-50:hover,
a.mdc-bg-deep-orange-50:focus {
  background-color: #FFCCBC;
}

.mdc-bg-deep-orange-100 {
  background-color: #FFCCBC;
}

a.mdc-bg-deep-orange-100:hover,
a.mdc-bg-deep-orange-100:focus {
  background-color: #FFAB91;
}

.mdc-bg-deep-orange-200 {
  background-color: #FFAB91;
}

a.mdc-bg-deep-orange-200:hover,
a.mdc-bg-deep-orange-200:focus {
  background-color: #FF8A65;
}

.mdc-bg-deep-orange-300 {
  background-color: #FF8A65;
}

a.mdc-bg-deep-orange-300:hover,
a.mdc-bg-deep-orange-300:focus {
  background-color: #FF7043;
}

.mdc-bg-deep-orange-400 {
  background-color: #FF7043;
}

a.mdc-bg-deep-orange-400:hover,
a.mdc-bg-deep-orange-400:focus {
  background-color: #FF5722;
}

.mdc-bg-deep-orange-500 {
  background-color: #FF5722;
}

a.mdc-bg-deep-orange-500:hover,
a.mdc-bg-deep-orange-500:focus {
  background-color: #F4511E;
}

.mdc-bg-deep-orange-600 {
  background-color: #F4511E;
}

a.mdc-bg-deep-orange-600:hover,
a.mdc-bg-deep-orange-600:focus {
  background-color: #E64A19;
}

.mdc-bg-deep-orange-700 {
  background-color: #E64A19;
}

a.mdc-bg-deep-orange-700:hover,
a.mdc-bg-deep-orange-700:focus {
  background-color: #D84315;
}

.mdc-bg-deep-orange-800 {
  background-color: #D84315;
}

a.mdc-bg-deep-orange-800:hover,
a.mdc-bg-deep-orange-800:focus {
  background-color: #BF360C;
}

.mdc-bg-deep-orange-900 {
  background-color: #BF360C;
}

a.mdc-bg-deep-orange-900:hover,
a.mdc-bg-deep-orange-900:focus {
  background-color: #8f2809;
}

.mdc-bg-deep-orange-A100 {
  background-color: #FF9E80;
}

a.mdc-bg-deep-orange-A100:hover,
a.mdc-bg-deep-orange-A100:focus {
  background-color: #ff774d;
}

.mdc-bg-deep-orange-A200 {
  background-color: #FF6E40;
}

a.mdc-bg-deep-orange-A200:hover,
a.mdc-bg-deep-orange-A200:focus {
  background-color: #ff470d;
}

.mdc-bg-deep-orange-A400 {
  background-color: #FF3D00;
}

a.mdc-bg-deep-orange-A400:hover,
a.mdc-bg-deep-orange-A400:focus {
  background-color: #cc3100;
}

.mdc-bg-deep-orange-A700 {
  background-color: #DD2C00;
}

a.mdc-bg-deep-orange-A700:hover,
a.mdc-bg-deep-orange-A700:focus {
  background-color: #aa2200;
}

.mdc-text-brown {
  color: #795548;
}

a.mdc-text-brown:hover,
a.mdc-text-brown:focus {
  color: #6D4C41;
}

.mdc-text-brown-50 {
  color: #EFEBE9;
}

a.mdc-text-brown-50:hover,
a.mdc-text-brown-50:focus {
  color: #D7CCC8;
}

.mdc-text-brown-100 {
  color: #D7CCC8;
}

a.mdc-text-brown-100:hover,
a.mdc-text-brown-100:focus {
  color: #BCAAA4;
}

.mdc-text-brown-200 {
  color: #BCAAA4;
}

a.mdc-text-brown-200:hover,
a.mdc-text-brown-200:focus {
  color: #A1887F;
}

.mdc-text-brown-300 {
  color: #A1887F;
}

a.mdc-text-brown-300:hover,
a.mdc-text-brown-300:focus {
  color: #8D6E63;
}

.mdc-text-brown-400 {
  color: #8D6E63;
}

a.mdc-text-brown-400:hover,
a.mdc-text-brown-400:focus {
  color: #795548;
}

.mdc-text-brown-500 {
  color: #795548;
}

a.mdc-text-brown-500:hover,
a.mdc-text-brown-500:focus {
  color: #6D4C41;
}

.mdc-text-brown-600 {
  color: #6D4C41;
}

a.mdc-text-brown-600:hover,
a.mdc-text-brown-600:focus {
  color: #5D4037;
}

.mdc-text-brown-700 {
  color: #5D4037;
}

a.mdc-text-brown-700:hover,
a.mdc-text-brown-700:focus {
  color: #4E342E;
}

.mdc-text-brown-800 {
  color: #4E342E;
}

a.mdc-text-brown-800:hover,
a.mdc-text-brown-800:focus {
  color: #3E2723;
}

.mdc-text-brown-900 {
  color: #3E2723;
}

a.mdc-text-brown-900:hover,
a.mdc-text-brown-900:focus {
  color: #1d1211;
}

.mdc-bg-brown {
  background-color: #795548;
}

a.mdc-bg-brown:hover,
a.mdc-bg-brown:focus {
  background-color: #6D4C41;
}

.mdc-bg-brown-50 {
  background-color: #EFEBE9;
}

a.mdc-bg-brown-50:hover,
a.mdc-bg-brown-50:focus {
  background-color: #D7CCC8;
}

.mdc-bg-brown-100 {
  background-color: #D7CCC8;
}

a.mdc-bg-brown-100:hover,
a.mdc-bg-brown-100:focus {
  background-color: #BCAAA4;
}

.mdc-bg-brown-200 {
  background-color: #BCAAA4;
}

a.mdc-bg-brown-200:hover,
a.mdc-bg-brown-200:focus {
  background-color: #A1887F;
}

.mdc-bg-brown-300 {
  background-color: #A1887F;
}

a.mdc-bg-brown-300:hover,
a.mdc-bg-brown-300:focus {
  background-color: #8D6E63;
}

.mdc-bg-brown-400 {
  background-color: #8D6E63;
}

a.mdc-bg-brown-400:hover,
a.mdc-bg-brown-400:focus {
  background-color: #795548;
}

.mdc-bg-brown-500 {
  background-color: #795548;
}

a.mdc-bg-brown-500:hover,
a.mdc-bg-brown-500:focus {
  background-color: #6D4C41;
}

.mdc-bg-brown-600 {
  background-color: #6D4C41;
}

a.mdc-bg-brown-600:hover,
a.mdc-bg-brown-600:focus {
  background-color: #5D4037;
}

.mdc-bg-brown-700 {
  background-color: #5D4037;
}

a.mdc-bg-brown-700:hover,
a.mdc-bg-brown-700:focus {
  background-color: #4E342E;
}

.mdc-bg-brown-800 {
  background-color: #4E342E;
}

a.mdc-bg-brown-800:hover,
a.mdc-bg-brown-800:focus {
  background-color: #3E2723;
}

.mdc-bg-brown-900 {
  background-color: #3E2723;
}

a.mdc-bg-brown-900:hover,
a.mdc-bg-brown-900:focus {
  background-color: #1d1211;
}

.mdc-text-grey {
  color: #9E9E9E;
}

a.mdc-text-grey:hover,
a.mdc-text-grey:focus {
  color: #757575;
}

.mdc-text-grey-50 {
  color: #FAFAFA;
}

a.mdc-text-grey-50:hover,
a.mdc-text-grey-50:focus {
  color: #F5F5F5;
}

.mdc-text-grey-100 {
  color: #F5F5F5;
}

a.mdc-text-grey-100:hover,
a.mdc-text-grey-100:focus {
  color: #EEEEEE;
}

.mdc-text-grey-200 {
  color: #EEEEEE;
}

a.mdc-text-grey-200:hover,
a.mdc-text-grey-200:focus {
  color: #E0E0E0;
}

.mdc-text-grey-300 {
  color: #E0E0E0;
}

a.mdc-text-grey-300:hover,
a.mdc-text-grey-300:focus {
  color: #BDBDBD;
}

.mdc-text-grey-400 {
  color: #BDBDBD;
}

a.mdc-text-grey-400:hover,
a.mdc-text-grey-400:focus {
  color: #9E9E9E;
}

.mdc-text-grey-500 {
  color: #9E9E9E;
}

a.mdc-text-grey-500:hover,
a.mdc-text-grey-500:focus {
  color: #757575;
}

.mdc-text-grey-600 {
  color: #757575;
}

a.mdc-text-grey-600:hover,
a.mdc-text-grey-600:focus {
  color: #616161;
}

.mdc-text-grey-700 {
  color: #616161;
}

a.mdc-text-grey-700:hover,
a.mdc-text-grey-700:focus {
  color: #424242;
}

.mdc-text-grey-800 {
  color: #424242;
}

a.mdc-text-grey-800:hover,
a.mdc-text-grey-800:focus {
  color: #212121;
}

.mdc-text-grey-900 {
  color: #212121;
}

a.mdc-text-grey-900:hover,
a.mdc-text-grey-900:focus {
  color: #080808;
}

.mdc-bg-grey {
  background-color: #9E9E9E;
}

a.mdc-bg-grey:hover,
a.mdc-bg-grey:focus {
  background-color: #757575;
}

.mdc-bg-grey-50 {
  background-color: #FAFAFA;
}

a.mdc-bg-grey-50:hover,
a.mdc-bg-grey-50:focus {
  background-color: #F5F5F5;
}

.mdc-bg-grey-100 {
  background-color: #F5F5F5;
}

a.mdc-bg-grey-100:hover,
a.mdc-bg-grey-100:focus {
  background-color: #EEEEEE;
}

.mdc-bg-grey-200 {
  background-color: #EEEEEE;
}

a.mdc-bg-grey-200:hover,
a.mdc-bg-grey-200:focus {
  background-color: #E0E0E0;
}

.mdc-bg-grey-300 {
  background-color: #E0E0E0;
}

a.mdc-bg-grey-300:hover,
a.mdc-bg-grey-300:focus {
  background-color: #BDBDBD;
}

.mdc-bg-grey-400 {
  background-color: #BDBDBD;
}

a.mdc-bg-grey-400:hover,
a.mdc-bg-grey-400:focus {
  background-color: #9E9E9E;
}

.mdc-bg-grey-500 {
  background-color: #9E9E9E;
}

a.mdc-bg-grey-500:hover,
a.mdc-bg-grey-500:focus {
  background-color: #757575;
}

.mdc-bg-grey-600 {
  background-color: #757575;
}

a.mdc-bg-grey-600:hover,
a.mdc-bg-grey-600:focus {
  background-color: #616161;
}

.mdc-bg-grey-700 {
  background-color: #616161;
}

a.mdc-bg-grey-700:hover,
a.mdc-bg-grey-700:focus {
  background-color: #424242;
}

.mdc-bg-grey-800 {
  background-color: #424242;
}

a.mdc-bg-grey-800:hover,
a.mdc-bg-grey-800:focus {
  background-color: #212121;
}

.mdc-bg-grey-900 {
  background-color: #212121;
}

a.mdc-bg-grey-900:hover,
a.mdc-bg-grey-900:focus {
  background-color: #080808;
}

.mdc-text-blue-grey {
  color: #607D8B;
}

a.mdc-text-blue-grey:hover,
a.mdc-text-blue-grey:focus {
  color: #546E7A;
}

.mdc-text-blue-grey-50 {
  color: #ECEFF1;
}

a.mdc-text-blue-grey-50:hover,
a.mdc-text-blue-grey-50:focus {
  color: #CFD8DC;
}

.mdc-text-blue-grey-100 {
  color: #CFD8DC;
}

a.mdc-text-blue-grey-100:hover,
a.mdc-text-blue-grey-100:focus {
  color: #B0BEC5;
}

.mdc-text-blue-grey-200 {
  color: #B0BEC5;
}

a.mdc-text-blue-grey-200:hover,
a.mdc-text-blue-grey-200:focus {
  color: #90A4AE;
}

.mdc-text-blue-grey-300 {
  color: #90A4AE;
}

a.mdc-text-blue-grey-300:hover,
a.mdc-text-blue-grey-300:focus {
  color: #78909C;
}

.mdc-text-blue-grey-400 {
  color: #78909C;
}

a.mdc-text-blue-grey-400:hover,
a.mdc-text-blue-grey-400:focus {
  color: #607D8B;
}

.mdc-text-blue-grey-500 {
  color: #607D8B;
}

a.mdc-text-blue-grey-500:hover,
a.mdc-text-blue-grey-500:focus {
  color: #546E7A;
}

.mdc-text-blue-grey-600 {
  color: #546E7A;
}

a.mdc-text-blue-grey-600:hover,
a.mdc-text-blue-grey-600:focus {
  color: #455A64;
}

.mdc-text-blue-grey-700 {
  color: #455A64;
}

a.mdc-text-blue-grey-700:hover,
a.mdc-text-blue-grey-700:focus {
  color: #37474F;
}

.mdc-text-blue-grey-800 {
  color: #37474F;
}

a.mdc-text-blue-grey-800:hover,
a.mdc-text-blue-grey-800:focus {
  color: #263238;
}

.mdc-text-blue-grey-900 {
  color: #263238;
}

a.mdc-text-blue-grey-900:hover,
a.mdc-text-blue-grey-900:focus {
  color: #11171a;
}

.mdc-bg-blue-grey {
  background-color: #607D8B;
}

a.mdc-bg-blue-grey:hover,
a.mdc-bg-blue-grey:focus {
  background-color: #546E7A;
}

.mdc-bg-blue-grey-50 {
  background-color: #ECEFF1;
}

a.mdc-bg-blue-grey-50:hover,
a.mdc-bg-blue-grey-50:focus {
  background-color: #CFD8DC;
}

.mdc-bg-blue-grey-100 {
  background-color: #CFD8DC;
}

a.mdc-bg-blue-grey-100:hover,
a.mdc-bg-blue-grey-100:focus {
  background-color: #B0BEC5;
}

.mdc-bg-blue-grey-200 {
  background-color: #B0BEC5;
}

a.mdc-bg-blue-grey-200:hover,
a.mdc-bg-blue-grey-200:focus {
  background-color: #90A4AE;
}

.mdc-bg-blue-grey-300 {
  background-color: #90A4AE;
}

a.mdc-bg-blue-grey-300:hover,
a.mdc-bg-blue-grey-300:focus {
  background-color: #78909C;
}

.mdc-bg-blue-grey-400 {
  background-color: #78909C;
}

a.mdc-bg-blue-grey-400:hover,
a.mdc-bg-blue-grey-400:focus {
  background-color: #607D8B;
}

.mdc-bg-blue-grey-500 {
  background-color: #607D8B;
}

a.mdc-bg-blue-grey-500:hover,
a.mdc-bg-blue-grey-500:focus {
  background-color: #546E7A;
}

.mdc-bg-blue-grey-600 {
  background-color: #546E7A;
}

a.mdc-bg-blue-grey-600:hover,
a.mdc-bg-blue-grey-600:focus {
  background-color: #455A64;
}

.mdc-bg-blue-grey-700 {
  background-color: #455A64;
}

a.mdc-bg-blue-grey-700:hover,
a.mdc-bg-blue-grey-700:focus {
  background-color: #37474F;
}

.mdc-bg-blue-grey-800 {
  background-color: #37474F;
}

a.mdc-bg-blue-grey-800:hover,
a.mdc-bg-blue-grey-800:focus {
  background-color: #263238;
}

.mdc-bg-blue-grey-900 {
  background-color: #263238;
}

a.mdc-bg-blue-grey-900:hover,
a.mdc-bg-blue-grey-900:focus {
  background-color: #11171a;
}

.mdc-text-white-lighter {
  color: rgba(255, 255, 255, 0.12);
}

a.mdc-text-white-lighter:hover,
a.mdc-text-white-lighter:focus {
  color: rgba(255, 255, 255, 0.3);
}

.mdc-text-white-light {
  color: rgba(255, 255, 255, 0.3);
}

a.mdc-text-white-light:hover,
a.mdc-text-white-light:focus {
  color: rgba(255, 255, 255, 0.7);
}

.mdc-text-white-dark {
  color: rgba(255, 255, 255, 0.7);
}

a.mdc-text-white-dark:hover,
a.mdc-text-white-dark:focus {
  color: #ffffff;
}

.mdc-text-white-darker {
  color: #ffffff;
}

a.mdc-text-white-darker:hover,
a.mdc-text-white-darker:focus {
  color: white;
}

.mdc-text-white-lighter {
  color: rgba(255, 255, 255, 0.12);
}

a.mdc-text-white-lighter:hover,
a.mdc-text-white-lighter:focus {
  color: rgba(255, 255, 255, 0.3);
}

.mdc-text-white-light {
  color: rgba(255, 255, 255, 0.3);
}

a.mdc-text-white-light:hover,
a.mdc-text-white-light:focus {
  color: rgba(255, 255, 255, 0.7);
}

.mdc-text-white-dark {
  color: rgba(255, 255, 255, 0.7);
}

a.mdc-text-white-dark:hover,
a.mdc-text-white-dark:focus {
  color: #ffffff;
}

.mdc-text-white-darker {
  color: #ffffff;
}

a.mdc-text-white-darker:hover,
a.mdc-text-white-darker:focus {
  color: white;
}

.mdc-text-black-lighter {
  color: rgba(0, 0, 0, 0.12);
}

a.mdc-text-black-lighter:hover,
a.mdc-text-black-lighter:focus {
  color: rgba(0, 0, 0, 0.26);
}

.mdc-text-black-light {
  color: rgba(0, 0, 0, 0.26);
}

a.mdc-text-black-light:hover,
a.mdc-text-black-light:focus {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-text-black-dark {
  color: rgba(0, 0, 0, 0.54);
}

a.mdc-text-black-dark:hover,
a.mdc-text-black-dark:focus {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-text-black-darker {
  color: rgba(0, 0, 0, 0.87);
}

a.mdc-text-black-darker:hover,
a.mdc-text-black-darker:focus {
  color: black;
}

.mdc-text-black-lighter {
  color: rgba(0, 0, 0, 0.12);
}

a.mdc-text-black-lighter:hover,
a.mdc-text-black-lighter:focus {
  color: rgba(0, 0, 0, 0.26);
}

.mdc-text-black-light {
  color: rgba(0, 0, 0, 0.26);
}

a.mdc-text-black-light:hover,
a.mdc-text-black-light:focus {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-text-black-dark {
  color: rgba(0, 0, 0, 0.54);
}

a.mdc-text-black-dark:hover,
a.mdc-text-black-dark:focus {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-text-black-darker {
  color: rgba(0, 0, 0, 0.87);
}

a.mdc-text-black-darker:hover,
a.mdc-text-black-darker:focus {
  color: black;
}

/*---------------------------------
    3. Site Variable and Mixin
----------------------------------*/

/*---------------------------------
    4. Fonts
----------------------------------*/

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto-Light-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#icon') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#icon') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium-webfont.eot');
  src: url('../fonts/Roboto-Medium-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium-webfont.woff') format('woff'), url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('../fonts/Roboto-Medium-webfont.svg#icon') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold-webfont.eot');
  src: url('../fonts/Roboto-Bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.svg#icon') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*---------------------------------
    5. Bootstrap Overrides
----------------------------------*/

/* Form */

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #d7d7d7;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.ie9 .form-control {
  color: #999;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-group:last-child:not(:only-child) {
  margin-bottom: 0;
}

.form-group > label {
  font-weight: normal;
  pointer-events: none;
  padding-left: 2px;
  width: 100%;
  font-size: 11px;
  margin-bottom: 8px;
  color: #8a8a8a;
}

.form-group .form-control:focus ~ .form-group__bar:before,
.form-group .form-control:focus ~ .form-group__bar:after {
  width: 50%;
}

.form-group--light .form-control {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-weight: 500;
}

.form-group--light .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-group--light .form-control:-ms-input-placeholder {
  color: #fff;
}

.form-group--light .form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-group--light .form-group__bar:before,
.form-group--light .form-group__bar:after {
  background-color: #FFEB3B;
}

.form-group--light label {
  color: #fff;
}

.form-group--light .checkbox input:checked + .input-helper:before,
.form-group--light .radio input:checked + .input-helper:before {
  background-color: #FFEB3B;
  border-color: #FFEB3B;
}

.form-group--light .checkbox .input-helper:before,
.form-group--light .radio .input-helper:before {
  border-color: #FFEB3B;
}

.form-group--light .checkbox .input-helper:after,
.form-group--light .radio .input-helper:after {
  color: #fff;
}

.form-group--float > label {
  top: 9px;
  left: 0;
  position: absolute;
  font-size: 13px;
}

.form-group--float .form-control:focus ~ label {
  top: -19px;
  font-size: 11px;
}

.form-group--active > label {
  top: -19px;
  font-size: 11px;
}

.form-group--float:before,
.form-group  > label {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.form-group--range {
  padding-top: 9px;
}

.form-group--centered,
.form-group--centered .form-control {
  text-align: center;
}

.form-group__bar {
  position: relative;
  display: block;
}

.form-group__bar:before,
.form-group__bar:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #03A9F4;
}

.form-group__bar:before {
  left: 50%;
}

.form-group__bar:after {
  right: 50%;
}

.input-helper:before,
.input-helper:after,
.checkbox label:before,
.radio label:before,
.radio-inline:before,
.checkbox-inline:before {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.checkbox label,
.radio label {
  display: block;
  padding-left: 30px;
}

.checkbox input[type=checkbox],
.radio input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=radio] {
  top: 0;
  left: 0;
  margin-left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 0;
}

.checkbox input[type=checkbox]:checked + .input-helper:before,
.radio input[type=checkbox]:checked + .input-helper:before,
.checkbox input[type=radio]:checked + .input-helper:before,
.radio input[type=radio]:checked + .input-helper:before {
  border-color: #009688;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
  position: absolute;
  content: "";
}

.checkbox .input-helper:before,
.radio .input-helper:before {
  left: 0;
  border: 2px solid #7a7a7a;
}

.checkbox.disabled,
.radio.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.checkbox input {
  width: 17px;
  height: 17px;
}

.checkbox input:checked + .input-helper:before {
  background-color: #009688;
}

.checkbox input:checked + .input-helper:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.checkbox .input-helper:before {
  top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 2px;
}

.checkbox .input-helper:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: '\f26b';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  font-size: 12px;
  left: 3px;
  top: 1px;
  color: #fff;
  font-weight: bold;
}

.radio input {
  width: 19px;
  height: 19px;
}

.radio input:checked + .input-helper:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.radio .input-helper:before {
  top: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.radio .input-helper:after {
  width: 9px;
  height: 9px;
  background: #009688;
  border-radius: 50%;
  top: 4px;
  left: 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.checkbox-inline,
.radio-inline {
  vertical-align: top;
  margin: 0 5px 0 0;
}

.checkbox--char label {
  padding-left: 50px;
}

.checkbox--char input[type=checkbox] {
  width: 36px;
  height: 36px;
  z-index: 3;
}

.checkbox--char input[type=checkbox]:checked + .checkbox__helper:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox--char input[type=checkbox]:checked + .checkbox__helper:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox--char:hover .checkbox__helper:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox__helper {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.checkbox__helper:before,
.checkbox__helper:after {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 20px;
  color: #7a7a7a;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eee;
  box-shadow: 0 0 0 1px #eee;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.checkbox__helper:before {
  content: '\f279';
  z-index: 1;
  line-height: 37px;
}

.checkbox__helper:after {
  content: '\f26b';
  z-index: 2;
  line-height: 36px;
}

.checkbox__helper > i {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  font-style: normal;
  text-align: center;
  line-height: 36px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}

.has-error .form-group__bar:before,
.has-error .form-group__bar:after {
  background-color: #F44336;
}

.has-error label, .has-error span {
  color: #F44336!important;
}

.has-error input {
  border-color: #F44336!important;
}

.has-error .checkbox input:checked + .input-helper:before,
.has-error .radio input:checked + .input-helper:before {
  background-color: #F44336;
  border-color: #F44336;
}

.has-error .checkbox .input-helper:before,
.has-error .radio .input-helper:before {
  border-color: #F44336;
}

.has-error .checkbox .input-helper:after,
.has-error .radio .input-helper:after {
  color: #fff;
}

.has-warning .form-group__bar:before,
.has-warning .form-group__bar:after {
  background-color: #FFC107;
}

.has-warning label {
  color: #FFC107;
}

.has-warning .checkbox input:checked + .input-helper:before,
.has-warning .radio input:checked + .input-helper:before {
  background-color: #FFC107;
  border-color: #FFC107;
}

.has-warning .checkbox .input-helper:before,
.has-warning .radio .input-helper:before {
  border-color: #FFC107;
}

.has-warning .checkbox .input-helper:after,
.has-warning .radio .input-helper:after {
  color: #fff;
}

.has-success .form-group__bar:before,
.has-success .form-group__bar:after {
  background-color: #4CAF50;
}

.has-success label {
  color: #4CAF50;
}

.has-success .checkbox input:checked + .input-helper:before,
.has-success .radio input:checked + .input-helper:before {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.has-success .checkbox .input-helper:before,
.has-success .radio .input-helper:before {
  border-color: #4CAF50;
}

.has-success .checkbox .input-helper:after,
.has-success .radio .input-helper:after {
  color: #fff;
}

.label {
  border-radius: 1px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Buttons */

.btn {
  text-transform: uppercase;
  border: 0;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.btn.active,
.btn:focus,
.btn:active {
  box-shadow: none;
}

.btn[class*="mdc-bg-"] {
  color: #fff;
}

.btn:not(.btn-link),
.btn-group:not([data-toggle="buttons"]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.btn-group .btn {
  box-shadow: none;
}

.btn-link {
  font-weight: 500;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.btn-link:not(.btn-link-light),
.btn-link:not(.btn-link-light):focus {
  color: #2e353b;
}

.btn-link.btn-link-light,
.btn-link.btn-link-light:focus,
.btn-link.btn-link-light:hover {
  color: #fff;
}

.btn-link:hover {
  color: #000;
}

/*----------------------------
  Toggle Buttons
-----------------------------*/

[data-toggle="buttons"] {
  border-radius: 2px;
  overflow: hidden;
  margin-top: 3px;
}

[data-toggle="buttons"] .btn {
  font-size: 12px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-toggle="buttons"]:not(.btn-group--light) {
  background-color: #eeeeee;
}

[data-toggle="buttons"]:not(.btn-group--light) .btn:hover {
  color: #828282;
}

[data-toggle="buttons"]:not(.btn-group--light) .btn.active {
  background-color: #29B6F6;
  color: #fff;
}

[data-toggle="buttons"].btn-group--light {
  background-color: rgba(255, 255, 255, 0.2);
}

[data-toggle="buttons"].btn-group--light .btn {
  color: #fff;
}

[data-toggle="buttons"].btn-group--light .btn.active {
  background-color: #d7d7d7;
  color: #828282;
}

/*----------------------------
  Action Button
-----------------------------*/

.btn--action {
  background-color: #F44336;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 20;
}

.btn--action > i {
  color: #fff;
}

/*----------------------------
  Circular Buttons
-----------------------------*/

.btn--circle {
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-size: 20px;
  padding: 0;
}

/* Dropdown */

.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;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #d7d7d7;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  border-radius: 3px;
  top: -1px;
  margin: 0;
  border: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.08);
}

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

.dropdown-menu > li > a {
  padding: 10px 20px;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.dropdown-menu--icon > li > a > .zmdi {
  line-height: 100%;
  vertical-align: top;
  font-size: 18px;
  width: 28px;
}

.dropdown-menu--block {
  width: 100%;
}

.dropdown-menu--lg {
  padding: 0;
  width: 350px;
}

/* List Group */

.list-group {
  margin-bottom: 0;
}

.list-group:before,
.list-group:after {
  content: " ";
  display: table;
}

.list-group:after {
  clear: both;
}

.list-group:before,
.list-group:after {
  content: " ";
  display: table;
}

.list-group:after {
  clear: both;
}

.list-group .list-group-item {
  border: 0;
  margin: 0;
  padding: 13px 30px;
}

.list-group .list-group-item > .checkbox.pull-left {
  margin: 0;
}

@media (max-width: 100px) {
  .list-group .list-group-item {
    padding: 10px 25px;
  }
}

.list-group .list-group-item:hover .actions > span > a > i,
.list-group .list-group-item:hover .actions > span:not(.dropdown) > i,
.list-group .list-group-item:hover .actions > a > i {
  color: #2e353b;
}

.list-group.list-group--condensed .list-group-item {
  padding-left: 15px;
  padding-right: 15px;
}

.list-group--bordered {
  border: 1px solid #f7f7f7;
}

.list-group--striped .list-group-item:nth-child(even) {
  background-color: #f7f7f7;
}

.list-group__wrap {
  position: relative;
  cursor: pointer;
}

.list-group__wrap:hover .list-group-item {
  background-color: #fbfbfb;
}

.list-group-item .list-group-item {
  margin-right: -30px;
  margin-bottom: -15px;
}

@media (max-width: 100px) {
  .list-group-item .list-group-item {
    margin-right: -25px;
  }
}

.list-group__header {
  padding: 20px 30px 18px;
  line-height: 100%;
  border-bottom: 1px solid #f6f6f6;
  font-weight: 500;
  color: #6F7071;
  margin-bottom: 10px;
}

.list-group__header:not(.text-left) {
  text-align: center;
}

.list-group__header .actions {
  position: absolute;
  top: 5px;
  right: 10px;
}

.list-group__img {
  margin-right: 3px;
}

.list-group__img:not(.img-circle) {
  border-radius: 2px;
}

.list-group__text > strong,
.list-group__text > small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-group__text > strong {
  display: block;
  color: #2e353b;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 400;
}

.list-group__text > small {
  display: block;
  font-size: 12px;
  color: #9c9c9c;
}

.list-group__text > small:not(:last-child) {
  margin-bottom: 4px;
}

.list-group__actions {
  position: absolute;
  top: 18px;
  right: 10px;
}

@media (min-width: 100px) {
  .list-group__actions--centered {
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.list-group__attrs > div {
  padding: 5px 10px 6px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%;
  font-size: 12px;
  border-radius: 2px;
  margin: 0 2px 1px 0;
  background-color: #d7d7d7;
}

.list-group__attrs > div:not([class*="mdc-text-"]) {
  color: #9c9c9c;
}

.list-group__attrs > div > i {
  font-size: 14px;
  position: relative;
  margin-top: -2px;
  margin-right: 4px;
  vertical-align: top;
  top: 2px;
}

/* Pagination */

.pagination {
  border-radius: 0;
}

.pagination > li {
  margin: 0 1px;
  display: inline-block;
  vertical-align: top;
}

.pagination > li > a,
.pagination > li > span {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  background-clip: padding-box;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:last-child,
.pagination > li > span:last-child,
.pagination > li > a:first-child,
.pagination > li > span:first-child {
  border-radius: 50%;
}

.pagination > li > a > .zmdi,
.pagination > li > span > .zmdi {
  font-size: 21px;
  line-height: 40px;
}

.pagination > li.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* Media */

/*---------------------------------------------------------------------------------
    Overriding the Media object in order to prevent issues like text overflow.
----------------------------------------------------------------------------------*/

.media {
  margin: 0;
  overflow: visible;
}

.media:before,
.media:after {
  content: " ";
  display: table;
}

.media:after {
  clear: both;
}

.media:before,
.media:after {
  content: " ";
  display: table;
}

.media:after {
  clear: both;
}

.media > .pull-left {
  padding-right: 15px;
}

.media > .pull-right {
  padding-left: 15px;
}

.media-body {
  zoom: 1;
  display: block;
  width: auto;
}

/* Close */

.close {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: normal;
  text-shadow: none;
}

.close:hover {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Caret */

.caret {
  margin-left: 5px;
  margin-top: -2px;
}

/* Modal */

@media (min-width: 100px) {
  .modal {
    text-align: center;
  }

  .modal:before {
    content: '';
    height: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
  }

  .modal .modal-dialog {
    text-align: left;
    margin: 10px auto;
    display: inline-block;
    vertical-align: middle;
  }
}

.modal .modal-title {
  font-weight: 400;
  font-size: 15px;
}

.modal .modal-title small {
  display: block;
  margin-top: 8px;
}

.modal .modal-content {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  border: 0;
}

.modal .modal-header {
  padding: 26px 30px;
}

.modal .modal-header + .modal-body {
  padding-top: 0;
}

.modal .modal-body {
  padding: 30px;
}

.modal-footer {
  padding: 20px;
}

.modal-footer .btn-link {
  font-size: 14px;
  color: #2e353b;
}

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

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

.modal-footer--bordered {
  border-top: 1px solid #f1f1f1;
}

/* Tooltip */

.tooltip-inner {
  padding: 10px 12px;
}

/* Tab */

.tab-nav:not(.tab-nav--mobile) ul {
  width: 100%;
  list-style: none;
  padding: 0;
  box-shadow: 0 2px 0 0 #eee;
}

.tab-nav:not(.tab-nav--mobile) ul > li > a {
  color: #828282;
  text-transform: uppercase;
  font-weight: 500;
  padding: 18px 10px 15px;
  display: block;
  text-align: center;
  position: relative;
}

.tab-nav:not(.tab-nav--mobile) ul > li > a:before,
.tab-nav:not(.tab-nav--mobile) ul > li > a:after {
  position: absolute;
  bottom: -2px;
  width: 0;
  background-color: #03A9F4;
  content: '';
  height: 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.tab-nav:not(.tab-nav--mobile) ul > li > a:before {
  left: 50%;
}

.tab-nav:not(.tab-nav--mobile) ul > li > a:after {
  right: 50%;
}

.tab-nav:not(.tab-nav--mobile) ul > li.active > a:before,
.tab-nav:not(.tab-nav--mobile) ul > li.active > a:after {
  width: 50%;
}

.tab-nav:not(.tab-nav--justified) ul > li {
  display: inline-block;
}

.tab-nav--justified ul > li {
  display: table-cell;
  width: 1%;
}

.tab-nav__toggle {
  display: none;
  cursor: pointer;
}

.tab-nav--mobile {
  padding: 25px 25px 0;
  margin-bottom: 10px;
}

.tab-nav--mobile .tab-nav__inner {
  position: relative;
}

.tab-nav--mobile .tab-nav__inner.open .tab-nav__toggle:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.tab-nav--mobile .tab-nav__inner.open .tab-nav__toggle:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.tab-nav--mobile .tab-nav__toggle {
  display: block;
  color: #8e8e8e;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 9px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}

.tab-nav--mobile .tab-nav__toggle:before,
.tab-nav--mobile .tab-nav__toggle:after {
  position: absolute;
  bottom: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.tab-nav--mobile .tab-nav__toggle:before {
  content: '';
  left: 0;
  width: 100%;
  background-color: #2196F3;
  height: 2px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.tab-nav--mobile .tab-nav__toggle:after {
  content: '\f2f2';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 23px;
  position: absolute;
  right: 5px;
  color: #8e8e8e;
}

.tab-nav--mobile .dropdown-menu {
  width: 100%;
  top: 30px;
}

.tab-nav--mobile .dropdown-menu > li {
  display: block;
  width: 100%;
}

/*---------------------------------
    6. Site Styles
----------------------------------*/

/* Base Styles */

*:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  min-height: 100vh;
}

strong {
  font-weight: 500;
}

p {
  margin-bottom: 20px;
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.container--sm {
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 100px) {
  .section {
    padding: 60px 0;
    
  }
}

@media (max-width: 100px) {
  .section {
    padding: 0;
    
  }
}

.un-list {
  list-style: none;
}

.un-list > li:before {
  font-family: 'Material-Design-Iconic-Font';
  margin: 0 10px 0 -20px;
  vertical-align: middle;
}

.un-list.un-list--angle > li:before {
  content: "\f2fb";
}

.un-list.un-list--check > li:before {
  content: "\f26b";
}

.un-list.un-list--star > li:before {
  content: "\f27d";
}

/* Generic Classes */

/*---------------------------------------------------------------------------
    Generate Margin Class
    margin, margin-top, margin-bottom, margin-left, margin-right
----------------------------------------------------------------------------*/

.m-0 {
  margin: 0px;
}

.m-t-0 {
  margin-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-5 {
  margin: 5px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-10 {
  margin: 10px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-15 {
  margin: 15px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-20 {
  margin: 20px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-25 {
  margin: 25px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-30 {
  margin: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

/*---------------------------------------------------------------------------
    Generate Padding Class
    padding, padding-top, padding-bottom, padding-left, padding-right
----------------------------------------------------------------------------*/

.p-0 {
  padding: 0px;
}

.p-t-0 {
  padding-top: 0px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-r-0 {
  padding-right: 0px;
}

.p-5 {
  padding: 5px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-10 {
  padding: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-15 {
  padding: 15px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-20 {
  padding: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-25 {
  padding: 25px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-30 {
  padding: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

/*---------------------------------------------------------------------------
    Generate Font-Size Classes (8px - 20px)
----------------------------------------------------------------------------*/

.f-8 {
  font-size: 8px;
}

.f-9 {
  font-size: 9px;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

/*-------------------------
    Background Colors
--------------------------*/

.bg-white {
  background-color: #d7d7d7;
}

.bg-ace {
  background-color: #f3f3f3;
}

/*-------------------------
    Colors
--------------------------*/

.text-strong {
  color: #2e353b;
}

/*-------------------------
    Text Overflow
--------------------------*/

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

/* Cards */

.card {
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  border-radius: 2px;
  display: block;
}

.card:not([class*="mdc-bg-"]) {
  border-radius: 20px;
      background-color: #f3da1f;
  background-image: url(../images/unti8.png);
  background-position: center bottom;
  background-repeat: no-repeat;
    border: 1px solid #000;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.card:before,
.card:after {
  content: " ";
  display: table;
}

.card:after {
  clear: both;
}

.card:before,
.card:after {
  content: " ";
  display: table;
}

.card:after {
  clear: both;
}

.card__header {
  position: relative;
  display: block;
  border-radius: 2px 2px 0 0;
}

.card__header h1,
.card__header h2 {
  margin: 0;
  font-weight: 400;
}

.card__header h1 {
  font-size: 20px;
}

.card__header h2 {
  font-size: 17px;
  color: #000000;
}

.card__header small {
  display: block;
  margin-top: 5px;
  color: #9c9c9c;
  line-height: 160%;
  font-size: 13px;
}

@media (min-width: 100px) {
  .card__header {
    padding: 30px 35px;
  }
}

@media (max-width: 100px) {
  .card__header {
    padding: 25px;
  }
}

.card__header + .card__body {
  padding-top: 0;
}

.card__header .btn--float {
  position: absolute;
  bottom: -22px;
  right: 30px;
  z-index: 1;
}

@media (min-width: 100px) {
  .card__body,
  .card__footer {
    padding: 30px 35px;
  }
}

@media (max-width: 100px) {
  .card__body,
  .card__footer {
    padding: 20px 25px;
  }
}

.card__sub:not(:last-child) {
  margin-bottom: 40px;
}

.card__sub > h4 {
  margin: 0 0 20px;
  font-weight: 400;
}

.card__img {
  display: block;
}

.card__img > img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}

.card__footer--highlight {
  background-color: #f9f9f9;
}

.card--dark {
  color: #fff;
}

.card--dark .card__header > h2 {
  color: #fff;
}

.card--dark .card__header > small {
  color: rgba(255, 255, 255, 0.65);
}

.card--dark .btn {
  box-shadow: none;
}

/* Headers */

#header {#18191D;}

#header.affix {
  position: static;
  margin-bottom: 55px;
}

.header--minimal {
  background: #3F51B5 url(../images/header_pattern.png) repeat-x bottom 20px left;
  padding-bottom: 30px;
}

.header__main {
   background: transparent;
  padding: 15px 0;
}

@media (max-width: 100px) {
  .header__main {
    padding: 32px 10px;
  }
}

.header__top {
  background-color: #f3da1f;
    border-bottom: 2px #000;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

@media (max-width: 100px) {
  .header__top .dropdown {
    position: static;
  }

  .header__top .dropdown-menu {
    width: calc(100% - 20px);
    left: 10px;
  }
}

.top-nav .dropdown-menu {
  top: 40px;
}

.top-nav__guest .dropdown-menu {
  padding: 30px;
  width: 300px;
}

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