/*------------------------------------------------------------------
[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:focus {
	outline: 0;
}
*/
/*
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 {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! 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: #fff !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: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #828282;
  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;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.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: 92%;
}

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: #9c9c9c;
}

.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-left: -12px;
  margin-right: -13px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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: 66.66666667%;
  }

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

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

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

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

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

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

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

  .col-lg-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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

label {
  display: inline-block;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #2e353b;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #2e353b;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, 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: #b4b4b4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

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

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

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

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

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

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-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: 35px;
  }

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

.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

input[type="radio"][disabled],
input[type="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 {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 31px;
}

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

.input-sm {
  height: 30px;
  padding: 7px 12px;
  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: 7px 12px;
  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: 30px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 40px;
  padding: 12px 17px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control {
  height: 40px;
  padding: 12px 17px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 40px;
  line-height: 40px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 40px;
  min-height: 35px;
  padding: 13px 17px;
  font-size: 17px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  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: 40px;
  height: 40px;
  line-height: 40px;
}

.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 .form-control {
  border-color: #4CAF50;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #3d8b40;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
}

.has-success .input-group-addon {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: #4CAF50;
}

.has-success .form-control-feedback {
  color: #4CAF50;
}

.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: #4CAF50;
}

.has-success .form-control {
  border-color: #92cf94;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control:focus {
  border-color: #92cf94;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .input-group-addon {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: #4CAF50;
}

.has-success .form-control-feedback {
  color: #4CAF50;
}

.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: #FFC107;
}

.has-warning .form-control {
  border-color: #FFC107;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #d39e00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdb6d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdb6d;
}

.has-warning .input-group-addon {
  color: #FFC107;
  border-color: #FFC107;
  background-color: #FFC107;
}

.has-warning .form-control-feedback {
  color: #FFC107;
}

.has-warning .form-control {
  border-color: #ffdb6d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .form-control:focus {
  border-color: #ffdb6d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .input-group-addon {
  color: #FFC107;
  border-color: #FFC107;
  background-color: #FFC107;
}

.has-warning .form-control-feedback {
  color: #FFC107;
}


.has-error .form-control {
  border-color: #F44336;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #ea1c0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f99d97;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f99d97;
}

.has-error .input-group-addon {
  color: #F44336;
  border-color: #F44336;
  background-color: #F44336;
}

.has-error .form-control-feedback {
  color: #F44336;
}

.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: #F44336;
}

.has-error .form-control {
  border-color: #f99d97;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:focus {
  border-color: #f99d97;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .input-group-addon {
  color: #F44336;
  border-color: #F44336;
  background-color: #F44336;
}

.has-error .form-control-feedback {
  color: #F44336;
}

.has-feedback label ~ .form-control-feedback {
  top: 23px;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}

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

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

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

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

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

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

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

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

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

.btn:focus,
.btn.active {
/*   outline: 0; */
  background-image: none;
  -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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

.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.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: #fff;
  border-color: #ccc;
}

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #2196F3;
  border-color: #0d8aee;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #064475;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0a68b4;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0a68b4;
  background-image: none;
}

.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: #0a68b4;
  border-color: #064475;
}

.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: #2196F3;
  border-color: #0d8aee;
}

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

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

.btn-primary:active,
.btn-primary.active .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

.btn-primary:active:hover,
.btn-primary.active .open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active .open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

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

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

.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #449d48;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #3d8b40;
  border-color: #1e441f;
}

.btn-success:hover {
  color: #fff;
  background-color: #3d8b40;
  border-color: #327334;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #3d8b40;
  border-color: #327334;
  background-image: none;
}

.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: #327334;
  border-color: #1e441f;
}

.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: #4CAF50;
  border-color: #449d48;
}

.btn-success .badge {
  color: #4CAF50;
  background-color: #fff;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-success:hover {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-success:active,
.btn-success.active .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-success:active:hover,
.btn-success.active .open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active .open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

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

.btn-success .badge {
  color: #4CAF50;
  background-color: #fff;
}

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

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #008fa1;
  border-color: #00343b;
}

.btn-info:hover {
  color: #fff;
  background-color: #008fa1;
  border-color: #006f7d;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #008fa1;
  border-color: #006f7d;
  background-image: none;
}

.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: #006f7d;
  border-color: #00343b;
}

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

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}

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

.btn-info:active,
.btn-info.active .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.btn-info:active:hover,
.btn-info.active .open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active .open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.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: #00BCD4;
  border-color: #00a5bb;
}

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

.btn-warning {
  color: #fff;
  background-color: #FF9800;
  border-color: #e68900;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cc7a00;
  border-color: #663d00;
}

.btn-warning:hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #a86400;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cc7a00;
  border-color: #a86400;
}

.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: #a86400;
  border-color: #663d00;
}

.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: #FF9800;
  border-color: #e68900;
}

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

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}

.btn-warning:hover {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}

.btn-warning:active,
.btn-warning.active .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #891008;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #c8180b;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #c8180b;
   background-image: none;
}

.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: #c8180b;
  border-color: #891008;
}

.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: #F44336;
  border-color: #f32c1e;
}

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

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}

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

.btn-danger:active,
.btn-danger.active .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}

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

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

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

.btn-link {
  color: #2196F3;
  font-weight: normal;
  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: #0a6ebd;
  text-decoration: none;
  background-color: transparent;
}

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

.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 17px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 2px;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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

/* 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.pull-right {
  right: 0;
  left: auto;
}

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

.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 > .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: #4CAF50;
}

.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: #4CAF50;
}

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


.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: #555;
}

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: #555;
  background-color: #fbfbfb;
}

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: #fff;
  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: #000;
  background-color: #f5f5f5;
  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;
}

/* 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: #2e3e50;
}

a.mdc-text-indigo:hover,
a.mdc-text-indigo:focus {
  color: #d1057c;
}

.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: #2e3e50;
}

.mdc-text-indigo-500 {
  color: #2e3e50;
}

a.mdc-text-indigo-500:hover,
a.mdc-text-indigo-500:focus {
  color: #d1057c;
}

.mdc-text-indigo-600 {
  color: #d1057c;
}

a.mdc-text-indigo-600:hover,
a.mdc-text-indigo-600:focus {
  color: #d2077c;
}

.mdc-text-indigo-700 {
  color: #d2077c;
}

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: #2e3e50;
}

a.mdc-bg-indigo:hover,
a.mdc-bg-indigo:focus {
  background-color: #d1057c;
}

.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: #2e3e50;
}

.mdc-bg-indigo-500 {
  background-color: #2e3e50;
}

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

.mdc-bg-indigo-600 {
  background-color: #d1057c;
}

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

.mdc-bg-indigo-700 {
  background-color: #d2077c;
}

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: #fff;
}

a.mdc-text-yellow:hover,
a.mdc-text-yellow:focus {
  color: #d1057c;
}

.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: #fff;
}

.mdc-text-yellow-400 {
  color: #fff;
}

a.mdc-text-yellow-400:hover,
a.mdc-text-yellow-400:focus {
  color: #fff;
}

.mdc-text-yellow-500 {
  color: #fff;
}

a.mdc-text-yellow-500:hover,
a.mdc-text-yellow-500:focus {
  color: #d1057c;
}

.mdc-text-yellow-600 {
  color: #d1057c;
}

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: #fff;
}

a.mdc-bg-yellow:hover,
a.mdc-bg-yellow:focus {
  background-color: #d1057c;
}

.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: #fff;
}

.mdc-bg-yellow-400 {
  background-color: #fff;
}

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

.mdc-bg-yellow-500 {
  background-color: #fff;
}

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

.mdc-bg-yellow-600 {
  background-color: #d1057c;
}

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-light {
  color: rgba(255, 255, 255, 0.3);
}

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);
}

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);
}

.mdc-text-white-darker {
  color: #ffffff;
}

a.mdc-text-white-darker:hover,
a.mdc-text-white-darker:focus {
  color: white;
}


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);
}

.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(/assets/fonts/Roboto-Light-webfont.eot);
  src: url(/assets/fonts/Roboto-Light-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Roboto-Light-webfont.woff) format('woff'), url(/assets/fonts/Roboto-Light-webfont.ttf) format('truetype'), url(/assets/img/7248a796a80b71fa293d6ae691cb6d2d.svg#icon) format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(/assets/fonts/Roboto-Regular-webfont.eot);
  src: url(/assets/fonts/Roboto-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Roboto-Regular-webfont.woff) format('woff'), url(/assets/fonts/Roboto-Regular-webfont.ttf) format('truetype'), url(/assets/img/2e416dfb83b610f7b128328212aab159.svg#icon) format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(/assets/fonts/Roboto-Medium-webfont.eot);
  src: url(/assets/fonts/Roboto-Medium-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Roboto-Medium-webfont.woff) format('woff'), url(/assets/fonts/Roboto-Medium-webfont.ttf) format('truetype'), url(/assets/img/e48149377699559f3d6afc33f36e50f7.svg#icon) format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(/assets/fonts/Roboto-Bold-webfont.eot);
  src: url(/assets/fonts/Roboto-Bold-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Roboto-Bold-webfont.woff) format('woff'), url(/assets/fonts/Roboto-Bold-webfont.ttf) format('truetype'), url(/assets/img/aff20cb49a8fd3550754d236f25cfff7.svg#icon) format('svg');
  font-weight: 700;
  font-style: normal;
}

/*---------------------------------
    5. Bootstrap Overrides
----------------------------------*/

/* Form */

.form-control {
  padding-left: 2px;
  padding-right: 2px;
  resize: none;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

.form-control,
.form-control:focus {
  box-shadow: none;
}

.ie9 .form-control {
  color: #999;
}

.form-group {
  position: relative;
  margin-bottom: 32px;
}

.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: #fff;
}

.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: #fff;
  border-color: #fff;
}

.form-group--light .checkbox .input-helper:before,
.form-group--light .radio .input-helper:before {
  border-color: #fff;
}

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

.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 {
  color: #F44336;
}

.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: #fff;
  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;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  -webkit-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;
  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 .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.08);
}

.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #2e353b;
  white-space: nowrap;	
  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: 991px) {
  .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: 991px) {
  .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: 992px) {
  .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: #fff;
}

.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: 768px) {
  .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: 992px) {
  .section {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .section {
    padding: 40px 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: 0;
}

.m-t-0 {
  margin-top: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-l-0 {
  margin-left: 0;
}

.m-r-0 {
  margin-right: 0;
}

.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: 0;
}

.p-t-0 {
  padding-top: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-l-0 {
  padding-left: 0;
}

.p-r-0 {
  padding-right: 0;
}

.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: #fff;
}

.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-"]) {
  background: #fff;
}

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

.card__header small {
  display: block;
  margin-top: 5px;
  color: #9c9c9c;
  line-height: 160%;
  font-size: 13px;
}

@media (min-width: 992px) {
  .card__header {
    padding: 30px 35px;
  }
}

@media (max-width: 991px) {
  .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: 992px) {
  .card__body,
  .card__footer {
    padding: 30px 35px;
  }
}

@media (max-width: 991px) {
  .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 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background-color: #2e3e50;
}

#header.affix {
  position: static;
  margin-bottom: 55px;
}

.header__main {
  padding: 32px 0;
}

@media (max-width: 767px) {
  .header__main {
    padding: 32px 10px;
  }
}

.header__top {
  background-color: #d1057c;
}

@media (max-width: 767px) {
  .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;
}
/**
 * placeholder-loading v0.1.5
 * Author: Zalog (http://www.zalog.ro/)
 * License: MIT
 **/
.ph-item{-ms-flex-wrap:wrap;background-color:#fff;border:1px solid #e6e6e6;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-bottom:30px;overflow:hidden;padding:30px 15px 15px;position:relative}.ph-item,.ph-item *,.ph-item :after,.ph-item :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ph-item:before{-webkit-animation:phAnimation .8s linear infinite;animation:phAnimation .8s linear infinite;background:-webkit-gradient(linear,left top,right top,color-stop(46%,hsla(0,0%,100%,0)),color-stop(50%,hsla(0,0%,100%,.35)),color-stop(54%,hsla(0,0%,100%,0))) 50% 50%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;bottom:0;content:" ";left:50%;margin-left:-250%;position:absolute;right:0;top:0;width:500%;z-index:1}.ph-item>*{-ms-flex:1 1 auto;-ms-flex-flow:column;-webkit-box-direction:normal;-webkit-box-flex:1;-webkit-box-orient:vertical;flex:1 1 auto;flex-flow:column;padding-left:15px;padding-right:15px}.ph-item>*,.ph-row{display:-webkit-box;display:-ms-flexbox;display:flex}.ph-row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:7.5px}.ph-row div{background-color:#ced4da;height:10px;margin-bottom:7.5px}.ph-row .big,.ph-row.big div{height:20px;margin-bottom:15px}.ph-row .empty{background-color:hsla(0,0%,100%,0)}.ph-col-2{-ms-flex:0 0 16.66667%;-webkit-box-flex:0;flex:0 0 16.66667%}.ph-col-4{-ms-flex:0 0 33.33333%;-webkit-box-flex:0;flex:0 0 33.33333%}.ph-col-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%}.ph-col-8{-ms-flex:0 0 66.66667%;-webkit-box-flex:0;flex:0 0 66.66667%}.ph-col-10{-ms-flex:0 0 83.33333%;-webkit-box-flex:0;flex:0 0 83.33333%}.ph-col-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%}.ph-avatar{background-color:#ced4da;border-radius:50%;margin-bottom:15px;min-width:60px;overflow:hidden;position:relative;width:100%}.ph-avatar:before{content:" ";display:block;padding-top:100%}.ph-picture{background-color:#ced4da;height:120px;margin-bottom:15px;width:100%}@-webkit-keyframes phAnimation{0%{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}to{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}}@keyframes phAnimation{0%{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}to{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}}
.top-nav > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.top-nav > li {
  vertical-align: top;
  padding: 0;
}

.top-nav > li > a {
  display: block;
}

.top-nav > li > a,
.top-nav > li > span {
  padding: 12px;
  display: block;
  color: #fff;
  font-size: 13px;
}

.top-nav > li > a > .zmdi,
.top-nav > li > span > .zmdi {
  font-size: 18px;
  vertical-align: top;
}

.top-nav > li > a:hover,
.top-nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.08);
}

.top-nav > li:not(.top-nav__icon) > a > .zmdi,
.top-nav > li:not(.top-nav__icon) > span > .zmdi {
  margin-right: 10px;
}

.top-nav__alert {
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  top: 9px;
  right: 10px;
}

.top-nav__auth {
  display: block;
  margin: 15px 0 0;
  text-align: center;
}

.top-nav__auth > span {
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 50%;
  line-height: 32px;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
}

.top-nav__auth > span:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 160px;
  top: 17px;
  left: -64px;
  background-color: #eee;
  z-index: -1;
}

.top-nav__auth > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 50%;
  margin: 15px 1px 0;
}

.top-nav__back {
  display: block;
  font-size: 24px;
  line-height: 0.5;
  color: #828282;
  height: 35px;
  position: relative;
  top: 0;
}

.top-nav__back:hover,
.top-nav__back:focus {
  color: #696969;
}

.top-nav__back:before,
.top-nav__back:after {
  position: absolute;
  font-family: 'Material-Design-Iconic-Font';
  width: 100%;
  height: 100%;
  content: '\f2ff';
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.top-nav__back:before {
  left: 0;
}

.top-nav__back:after {
  left: 50px;
  opacity: 0;
}

.top-nav__back:hover:before {
  left: -50px;
  opacity: 0;
}

.top-nav__back:hover:after {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.navigation {
  padding-left: 0;
  margin-left: -5px;
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}

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

.navigation > li {
  vertical-align: top;
  padding: 0;
}

.navigation > li > a {
  display: block;
}

.navigation > li > a {
  text-transform: uppercase;
  font-weight: 500;
}

.navigation > li > a:not(.navigation__close) {
  font-size: 15px;
}

@media (min-width: 992px) {
  .navigation > li > a {
    color: rgba(202, 200, 200, 0.8);
    padding: 15px 13px 13px 13px;
  }

  .navigation > li.active > a {
    color: #fff;
  }

  .navigation > li:not(.active):hover > a {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .navigation {
    max-width: 300px;
    width: 90%;
    background-color: #fff;
    position: fixed;
    height: 100%;
    top: 0;
    right: -320px;
    z-index: 99;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    overflow: auto;
  }

  .navigation.toggled {
    right: 0;
  }

  .navigation > li {
    display: block;
  }

  .navigation > li > a {
    padding: 13px 30px 13px;
  }

  .navigation > li > a,
  .navigation > li > a:hover {
    color: #2e353b;
  }

  .navigation > li.active > a {
    color: #2e353b;
    background-color: #eee;
  }
}

@media (min-width: 992px) {
  .navigation__dropdown {
    position: relative;
  }

  .navigation__dropdown > a {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .navigation__dropdown:hover > a {
    background-color: #d2077c;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-right: 20px;
    padding-left: 20px;
  }
}

.navigation__drop-menu {
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .navigation__drop-menu {
    position: absolute;
    background-color: #d2077c;
    z-index: 11;
    left: 0;
    border-radius: 0 2px 2px 2px;
    min-width: 170px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    display: none;
  }

  .navigation__drop-menu > li > a {
    display: block;
    color: rgba(202, 200, 200, 0.8);
    padding: 9px 20px;
  }

  .navigation__drop-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.08);
    color: #fff;
  }

  .navigation__drop-menu > li.active > a {
    color: #fff;
  }

  .navigation__drop-menu > li:first-child {
    margin-top: 10px;
  }

  .navigation__drop-menu > li:last-child {
    margin-bottom: 10px;
  }

  .navigation__drop-menu.navigation__drop-menu--right {
    left: auto;
    right: 0;
    border-radius: 2px 0 2px 2px;
  }
}

@media (max-width: 991px) {
  .navigation__drop-menu {
    display: block !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    padding: 0 30px;
    margin-bottom: 20px;
  }

  .navigation__drop-menu > li > a {
    display: block;
    color: #929292;
    font-size: 14px;
    padding: 8px 0;
  }

  .navigation__drop-menu > li.active > a {
    color: #2e353b;
  }
}

@media (max-width: 991px) {
  .navigation-trigger {
    margin-top: 8px;
    font-size: 21px;
    color: #fff;
    float: right;
    cursor: pointer;
  }
}

.navigation__close {
  font-size: 22px;
  text-align: right;
}

.header__search {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  z-index: 10;
  max-width: 750px;
  margin: 0 auto;
}

.search {
  position: relative;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.08);
}

.search__type {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.search__type > a {
  background-color: #fff;
  height: 100%;
  padding: 17px 0 0 19px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px 0 0 2px;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  display: block;
  width: 72px;
  color: #3e3e3e;
  font-size: 13px;
}

.search__type.open > a {
  border-radius: 2px 0 0 0;
}

.search__type.open > a,
.search__type > a:hover,
.search__type .dropdown-menu {
  background-color: #d1057c;
}

.search__type .dropdown-menu {
  top: 50px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  min-width: 120px;
  width: 120px;
}

.search__type .dropdown-menu > div {
  position: relative;
  cursor: pointer;
}

.search__type .dropdown-menu > div > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}

.search__type .dropdown-menu > div > span {
  display: block;
  padding: 7px 18px;
  color: #3e3e3e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.search__type .dropdown-menu > div:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.search__input {
  border: 0;
  height: 50px;
  font-size: 14px;
  padding: 1px 20px 0;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
}

.search__input,
.search__input:focus {
  box-shadow: none;
}

.header__recommended {
  padding-top: 30px;
  padding-bottom: 50px;
  /* background: url(../img/patterns/header_pattern.png) repeat-x top left; */
}

@media (min-width: 768px) and (max-width: 1279px) {
  .header__recommended {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .header__recommended {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.header__recommended .listings-grid {
  margin: 0 auto;
  max-width: 1300px;
}

@media (min-width: 700px) {
  .header__recommended .listings-grid {
    padding: 0 70px;
  }
}

.header__recommended .listings-grid__item {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 0 12px 0 13px;
}

.header__recommended .listings-grid__main {
  border: 3px solid #fff;
}

.my-location {
  margin-bottom: 20px;
  text-align: center;
}

.my-location__location,
.my-location__title {
  display: inline-block;
}

.my-location__title {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
}

.my-location__location {
  margin-left: 5px;
}

.my-location__location > a {
  color: #fff;
  font-size: 15px;
}

.my-location__location .dropdown-menu {
  width: 350px;
  padding: 25px;
}

.my-location__location .dropdown-menu > strong {
  font-size: 14px;
  color: #2e353b;
}

.my-location__location .dropdown-menu > small {
  display: block;
  margin-top: 6px;
  margin-bottom: 20px;
}

.my-location__map {
  margin: 30px -21px -25px;
}

.search__body {
  position: relative;
  padding-left: 70px;
  overflow: hidden;
}

.search__body.toggled {
  overflow: visible;
}

.search__body.toggled .search__input {
  border-bottom-right-radius: 0;
}

.search__body.toggled .search__advanced {
  -webkit-transform: translate3d(0, -1px, 0);
  -ms-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.search__body.closed .search__advanced {
  opacity: 0;
}

.search__advanced {
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.3);
  z-index: 1;
  padding: 20px 23px 35px;
  border-top: 1px solid #eee;
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .search__advanced {
    left: 72px;
    width: calc(100% - 72px);
  }
}

@media (max-width: 767px) {
  .search__advanced {
    left: 0;
    width: 100%;
  }
}

.search__advanced .form-group--float {
  margin-top: 24px;
}

.search-backdrop {
  z-index: 9;
}

.action-header {
  background-color: #fff;
  padding: 12px 15px;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
  position: relative;
}

.action-header:before,
.action-header:after {
  content: " ";
  display: table;
}

.action-header:after {
  clear: both;
}

.action-header:before,
.action-header:after {
  content: " ";
  display: table;
}

.action-header:after {
  clear: both;
}

@media (max-width: 767px) {
  .action-header {
    padding: 10px 15px;
  }
}

.action-header.affix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.action-header__item {
  display: inline-block;
}

.action-header__item:not(:first-child) {
  margin-left: 20px;
}

.action-header__back {
  font-size: 14px;
  color: #a5a5a5;
  padding: 8px 10px 5px;
}

.action-header__back > i {
  font-size: 22px;
  vertical-align: top;
  margin-right: 10px;
  color: #828282;
}

.action-header__back:hover,
.action-header__back:focus {
  color: #828282;
}

.action-header__item--search {
  padding: 0 0 0 30px;
  position: relative;
}

@media (min-width: 768px) {
  .action-header__item--search {
    margin-left: 15px;
    max-width: 320px;
    width: 100%;
  }
}

.action-header__item--search:before {
  content: '\f1c3';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 22px;
  line-height: 100%;
}

.action-header__item--search input[type="text"] {
  border: 0;
  background-color: transparent;
  font-size: 14px;
  width: 100%;
  height: 35px;
}

.action-header__views {
  float: right;
  margin: 6px 0 0 0;
}

.action-header__views > a {
  font-size: 24px;
  line-height: 100%;
  color: #ccc;
  padding: 0 0 0 14px;
}

.action-header__views > a.active {
  color: #00BCD4;
}

.action-header__views > a:not(.active):hover {
  color: #b7b7b7;
}

.action-header__item--sort {
  padding-left: 55px;
  float: right;
  position: relative;
  top: 1px;
}

.action-header__item--sort .select2-container--default .select2-selection--single {
  border: 0;
}

.action-header__add {
  float: right;
  padding-top: 1px;
}

.action-header__add .btn:first-child:nth-last-child(2):not(:first-child),
.action-header__add .btn:first-child:nth-last-child(2) ~ .btn:not(:first-child) {
  margin-left: 5px;
}

.action-header__small {
  position: absolute;
  left: 0;
  top: 7px;
}

.action-header__item--tags {
  float: right;
}

.action-header__item--tags > a {
  color: #FFA726;
  font-size: 15px;
  padding: 7px 0 6px 15px;
  display: inline-block;
}

.action-header__item--tags > a:hover {
  color: #FB8C00;
}

/* Listings */

.listings-grid__item {
  background-color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.listings-grid__item:hover {
  background-color: #fffdee;
}

.listings-grid__item.listings-grid__item--sold:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: url(../img/sold.png) bottom 15px right 30px no-repeat; */
  background-size: 100px;
  z-index: 10;
}

.listings-grid__body {
  padding: 18px 20px 13px;
}

.listings-grid__body > small {
  color: #9c9c9c;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 16px;
}

.listings-grid__body > h5 {
  font-size: 13px;
  margin: 0 0 5px;
}

.listings-grid__body > small,
.listings-grid__body > h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listings-grid__main.pull-left {
  padding-right: 0;
}

.listings-grid__main > img {
  width: 100%;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.listings-grid__price {
  position: absolute;
  font-weight: 500;
}

.listings-grid__attrs {
  margin-left: -5px;
  margin: 0;
  list-style: none;
  padding: 13px 12px 13px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

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

.listings-grid__attrs > li {
  vertical-align: top;
  padding: 0;
}

.listings-grid__attrs > li > a {
  display: block;
}

.listings-grid__attrs > li {
  font-size: 13px;
  font-weight: 500;
  color: #828282;
  margin-right: 13px;
}

.listings-grid__icon {
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}


@media (min-width: 768px) {
  .listings-list:not(.listings-list--alt) .listings-grid__main {
    width: 175px;
    border: 3px solid #Fff;
  }

  .listings-list.listings-list--alt .listings-grid__main {
    width: 155px;
  }
}
@media (max-width: 767px) {
  .listings-list {
    border-radius: 3px 3px 2px 2px;
  }

  .listings-list .listings-grid__main,
  .listings-list .media-body {
    width: 100%;
  }
}

.listings-list .listings-grid__price {
  color: #2e353b;
  font-weight: 700;
}

.listings-list--alt .listings-grid__item {
  padding: 20px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}

.listings-list--alt .listings-grid__item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}

.listings-list--alt .listings-grid__main > img {
  border-radius: 2px;
}

.listings-list--alt .listings-grid__main .listings-grid__price {
  border-radius: 0 0 3px 3px;
}

.listings-list--alt .listings-grid__attrs {
  padding: 0 0 0 20px;
  border: 0;
}

@media (max-width: 767px) {
  .listings-list--alt .listings-grid__body,
  .listings-list--alt .listings-grid__attrs {
    padding-left: 0;
    padding-right: 0;
  }
}

.detail-media {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.detail-media .light-gallery > a > img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}

.detail-media .light-gallery > a:not(:first-child) {
  display: none;
}

.detail-media__nav {
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
}

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

.detail-media__nav > li {
  vertical-align: top;
  padding: 0;
}

.detail-media__nav > li > a {
  display: block;
}

.detail-media__nav > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  background: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 41px;
  margin: 0 1px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.detail-media__nav > li.active > a {
  color: #fff;
}

.detail-media__nav > li:not(.active) > a:hover {
  background: rgba(0, 0, 0, 0.5);
  color: rgba(202, 200, 200, 0.8);
}

#listing-map {
  width: 100%;
  margin-bottom: -25px;
  height: 374px;
}

.detail-info__header {
  border-radius: 2px 2px 0 0;
  padding: 26px 28px 23px;
  position: relative;
}

.detail-info__header strong {
  color: #2e353b;
  font-size: 20px;
  line-height: 100%;
  margin-right: 15px;
}

.detail-info__header small {
  font-size: 14px;
  position: relative;
  top: -2px;
  color: #9c9c9c;
}

.detail-info__header span {
  float: right;
  background-color: #585858;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 2px;
  margin-top: -2px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .detail-info__header {
    padding: 20px 25px 15px;
  }

  .detail-info__header small {
    display: block;
    margin-top: 10px;
  }

  .detail-info__header span {
    position: absolute;
    top: 20px;
    right: 25px;
  }
}

.detail-amenities__list,
.detail-info__list {
  padding-left: 0;
  margin-left: -5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.detail-amenities__list > li,
.detail-info__list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.detail-amenities__list > li,
.detail-info__list > li {
  vertical-align: top;
  padding: 0;
}

.detail-amenities__list > li > a,
.detail-info__list > li > a {
  display: block;
}

.detail-info__list {
  padding-bottom: 10px;
}

.detail-info__list > li {
  width: 50%;
  float: left;
  padding: 15px 30px;
  border-top: 1px solid #f5f5f5;
}

.detail-info__list > li > span:first-child {
  display: inline-block;
  font-weight: 500;
  color: #2e353b;
  width: 110px;
}

@media (max-width: 991px) {
  .detail-info__list > li {
    padding: 10px 25px;
  }

  .detail-info__list > li > span:last-child {
    display: block;
    margin-top: 3px;
  }
}

.detail-amenities__list > li {
  padding: 8px 15px 8px;
  color: #fff;
  border-radius: 2px;
  margin: 0 1px 4px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

.inquire__number {
  display: inline-block;
  background-color: #EF5350;
  color: #fff;
  font-size: 16px;
  padding: 13px 25px 11px;
  border-radius: 2px;
  font-weight: 500;
  margin-bottom: 35px;
}

.inquire__number > i {
  font-size: 25px;
  vertical-align: middle;
  margin: -5px 5px 0 0;
}

.rmd-share {
  min-width: 80px;
  width: 80px;
  text-align: center;
}

.rmd-share > div {
  padding: 8px 0;
}

.rmds-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 18px;
  margin: 4px 3px;
  cursor: pointer;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.rmds-item:hover {
  background-color: #676767;
}

.rmds-item a,
.rmds-item a:focus {
  color: #fff;
}

/* Widgets */

@media (min-width: 480px) {
  .grid-widget {
    padding: 0 1px 1px 2px;
  }
}

.grid-widget [class*="col-"] {
  padding: 0;
}

.grid-widget:before,
.grid-widget:after {
  content: " ";
  display: table;
}

.grid-widget:after {
  clear: both;
}

.grid-widget:before,
.grid-widget:after {
  content: " ";
  display: table;
}

.grid-widget:after {
  clear: both;
}

.grid-widget .slick-dots {
  position: absolute;
  top: 3px;
  right: 20px;
}

.grid-widget__item {
  display: block;
  overflow: hidden;
  position: relative;
}

.grid-widget__item > img {
  width: 100%;
  display: block;
}

@media (min-width: 480px) {
  .grid-widget__item {
    border-width: 1px 2px 2px 1px;
    border-color: #fff;
    border-style: solid;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }

  .grid-widget__item:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .grid-widget__item > img {
    border-radius: 2px;
  }
}

.grid-widget__info {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 15px 17px 14px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 3px 3px;
}

.grid-widget__info > small {
  font-size: 12px;
  display: block;
}

.grid-widget__info > h3 {
  margin: 0 0 3px 0;
  font-size: 17px;
}

.grid-widget__info > small,
.grid-widget__info > h3,
.grid-widget__info > h4 {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid-widget__info > h4 {
  font-size: 13px;
  margin: 0 0 3px 0;
}

.properties-map {
  border: 3px solid #fff;
  overflow: hidden;
}

.pm-item {
  width: 100%;
  height: 500px;
  margin-bottom: -21px;
}

.subscribe {
  padding: 40px 30px 30px;
  text-align: center;
}

.subscribe h2 {
  font-size: 16px;
  color: #fff;
}

.subscribe small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 20px;
}

.subscribe .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}

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

.subscribe .btn--circle {
  box-shadow: none;
  background-color: #fff;
}

.subscribe__icon {
  color: #fff;
  font-size: 25px;
}

.subscribe__icon > i {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.map-widget {
  border: 5px solid #fff;
  overflow: hidden;
}

.map-widget .map-widget__item {
  width: 100%;
  height: 250px;
  margin-bottom: -25px;
}

.tags-list__item {
  color: #FFB74D;
  padding: 5px 10px;
  display: inline-block;
  border: 2px solid #FFE0B2;
  margin: 0 2px 7px;
  border-radius: 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.tags-list__item:hover {
  color: #FF9800;
  border-color: #FFCC80;
}

/* Footer */

#footer {
  background-color: #d1057c;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: rgba(202, 200, 200, 0.8);
}

@media (min-width: 768px) {
  #footer {
    padding-top: 50px;
  }
}

.footer__block a {
  color: rgba(202, 200, 200, 0.8);
}

.footer__block a:hover {
  color: #fff;
}

.footer__title {
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.footer__block--blog > a {
  border-radius: 2px;
  display: block;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.footer__block--blog > a > small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}

.footer__block--blog > a,
.footer__block--blog > a > small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer__block--blog > a:not(:last-child) {
  margin-bottom: 20px;
}

.footer__bottom {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  position: relative;
}

.footer__bottom a {
  color: rgba(255, 255, 255, 0.6);
}

.footer__bottom a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 35px;
  }

  .footer__bottom a {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .footer__bottom {
    text-align: center;
  }

  .footer__bottom a {
    display: block;
    padding: 10px 0;
  }

  .footer__bottom a:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
}

.footer__to-top {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #d1057c;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  font-size: 20px;
  cursor: pointer;
}

.footer__to-top:hover {
  background-color: #FBC02D;
}

.footer__to-top i {
  color: #3e3e3e;
}

@media (min-width: 768px) {
  .footer__to-top {
    right: 20px;
    bottom: 48px;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }
}

@media (max-width: 767px) {
  .footer__to-top {
    top: -20px;
    left: 50%;
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .footer__copyright {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .footer__copyright {
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

/* Charts */

[class*="flot-chart"] {
  width: 100%;
  display: block;
}

.flot-chart {
  height: 250px;
}

.flot-chart-pie {
  height: 300px;
}

@media (min-width: 768px) {
  .flot-chart-pie {
    margin-bottom: 20px;
  }
}

.flot-tooltip,
#flotTip {
  position: absolute;
  color: #2e353b;
  display: none;
  font-size: 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 3px 10px;
  background-color: #fff;
  z-index: 99999;
  border-radius: 2px;
}

.flot-chart__legends {
  text-align: center;
  margin: 15px 0 -5px;
}

.flot-chart__legends table {
  display: inline-block;
}

.flot-chart__legends .legendColorBox > div > div {
  border-radius: 50%;
}

.flot-chart__legends .legendLabel {
  padding: 0 8px 0 3px;
}

/* Profile */

@media (max-width: 767px) {
  .profile {
    margin-top: 20px;
  }
}

.profile__img > img {
  width: 208px;
  float: left;
  border: 5px solid #fff;
}

@media (max-width: 767px) {
  .profile__img {
    position: absolute;
    left: 50%;
    margin: -35px 0 0 -65px;
  }

  .profile__img > img {
    width: 130px;
    border-radius: 50%;
    box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.09);
  }
}

.profile__info {
  padding: 30px 25px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .profile__info {
    padding-top: 125px;
    text-align: center;
  }
}

.profile__review {
  margin: 20px 0 15px;
}

.profile__review > span {
  display: inline-block;
  vertical-align: top;
}

.profile__review > span:last-child {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .profile__review {
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0;
  }
}

/* Mortgages */

.mortgage-rates {
  border-radius: 3px;
}

.mortgage-rates,
.mortgage-rates .card {
  background-color: #03A9F4;
}

.mortgage__logo {
  padding: 20px;
  border-right: 1px solid #f1f1f1;
}

.mortgage__logo img {
  width: 62px;
  margin-right: 5px;
  margin-top: 5px;
}

.mortgage__header {
  border-bottom: 1px solid #f3f3f3;
}

.mortgage__header .actions {
  position: absolute;
  top: 38px;
  right: 20px;
}

.mortgage__name {
  padding: 20px;
}

.mortgage__name strong {
  display: block;
  color: #2e353b;
  font-size: 14px;
}

.mortgage__name small {
  margin: 0;
  color: #9c9c9c;
}

.mortgage__name .rmd-rate {
  margin: 5px 0 0 -4px;
}

.mortgage__body {
  padding: 25px 30px;
}

.mortgage__body .btn {
  box-shadow: none;
  margin: 25px 0 10px;
}

.mortgage__info small {
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 500;
}

.mortgage__info h2 {
  font-weight: normal;
  margin: 0;
  font-size: 30px;
}

.mortgage__list {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

.mortgage__list > li {
  color: #9c9c9c;
  font-weight: 500;
  padding: 6px 0;
}

.mortgage__list > li > i {
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.mortgage__list > li > i.mortgage__percentage {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAbFBMVEUAAACampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampq9r77pAAAAI3RSTlMAFdkJ6Ebf0J5pM8rDp5UsI/C2rol0YDcb7OHHmoNiVE1xPPPuKHsAAAC1SURBVBjTTY5ZFoIwDEVfWmhLmUEFlUmz/z0aWuFwP9L0JicJInPpfTnjROsHBx5aR9OYhP8kpgkq5QspBCqZTS6/VkkoCfAv5p72aduHhZfHKg+lOZSiOHKFlvZm6GG3WzBKo34y22F0rubQ9axRxO3sKzd+raQFYjtXMq4fGsluQLWbdrQKeUpSA5Dt6i73ZlR3EkXdw55Wgk32oijKOj7pMkLAHMbgYHlPhWyf3guuOHdkPyBeF6DMRpNeAAAAAElFTkSuQmCC);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mortgage__list > li > i.mortgage__percentage {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAdVBMVEUAAACampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqQUiP0AAAAJnRSTlMAzCNA++2PCVxOKPSSeBzmsq0F1KIV2MZm33IHf0Y4h18zEL+bVVicgV0AAAHwSURBVEjHpVbZkoMgEBwl4oHgFY1H7oP//8SFzCYhwamtrP2QUCMt0N2AQOCYwFcIhcjgC0yB1k0MfyHmISBybcAfo3GKGmpd7mwj1Xektn1ar3RIEJjtFfSxipAQqfq2sQ1GEBLsVzT6F02B/5RiUhOQBCGnCDlBKClCRRACihB86h+yROZlsKIIq6DMZcLChx/cfVna1qoffNKbla9XlzVYtN3sQE8Dq0cpOkM9XlOAPQ4niLWzR2kNsEVnO0tv1cUlMF8fiU2OEh8hHgitEo0Y8dXX+ywvAAcs+wGpC6xtAWzaDnaEVQaZK3RROwTVPJfVGzVOAAOSHTTq1T+NNEKY4k6eTEV3k+W6iFJATI5xmzNYZIWRpI28EE73h28RKuQ+Y1xYgdczocoAjsKvWwtgN1cXI9wiv4wWzBISnNIH0AJxYNl+HD6mZDB97jS0oMCT7OxoyydHVoTjn42gND9KvGT1jEN0sbFgMP2N0f0zy43yo4FAC0rcWBubXz8aR7c/WlChER3AOBO+wLegBMgx09KPN9MORrSgA9hhcNf+BqrevNlitvYA6XWs4Rx5WzScPV+6FvWo/EOA61kUvarb1F0e//og++dR6aydQLXguF92odBX1oJLcdm1G/M3K3PyYqc/HZZ/nNBIKGV+ACg0p0JlJvGlAAAAAElFTkSuQmCC);
    background-size: 18px 18px;
  }
}

.mortgage__list > li > i.mortgage__permonth {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAMAAADjyg5GAAAAPFBMVEUAAACampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampo1WUNFAAAAE3RSTlMA3A/A8eL32M90Pgu4pGZOH1cwmmx5CQAAAFlJREFUCNdVykkSgCAQQ9E02syT5v53lWIB+HevEiAVdjPqLAmoannPaLVCeCRwJx3UXiuroMPKEZRNWYwxvpuGpD94k9d/lU2EEJ5JNaM0L0pkHmU0v+XbBx1zB1YUA69aAAAAAElFTkSuQmCC);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mortgage__list > li > i.mortgage__permonth {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAMAAAChHKjRAAAANlBMVEUAAACampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampq5sT15AAAAEXRSTlMAzPKqGu2tmXQlJOPYUjIOBgqBhSUAAABrSURBVDjL7dTLCoAgEIXho6Omdp33f9mEaCV4JCgK+pfDtxwOjrSEs+r2OHJitZENqRivJO8gShNYjiy0o28jNLodbTNFLo5K0CJaImjQHmTiRNEKGIrwo4voHZ9Zo77BCBwJEh+xzOdQMna7dDBCNUhdDgAAAABJRU5ErkJggg==);
    background-size: 14px 15px;
  }
}

.mortgage__list > li > i.mortgage__fee {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAYFBMVEUAAACampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampq82bxuAAAAH3RSTlMAyuwJnGz6Rjrfp2E+EfbVmC3mjFHCvpJ0IhmsS7dYrquchgAAAKxJREFUGNNdkNsOgyAQRIc7Aioi9YJW/v8vi6UpiedhN5lkMrOLG8fJSAh5kcU7/OB0nIUPOcs8BF41M1hWFov0vVJPDQoia2A/dkBL618qC6CncxlLJgmYu6mLG+2h5ARYGU2JmAbHTS8VRMdKPD3OslhnN8JGUUWmTNBNrHbNo7S3XX/tNSiRvPQt6FGJ10qt/NXK1zNXwUMuDMEX4fGQVeNPUtepnDt1ws0HaugKjxbX9dAAAAAASUVORK5CYII=);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mortgage__list > li > i.mortgage__fee {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAkCAMAAAD8bpkFAAAAeFBMVEUAAACampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampqampodsGDbAAAAJ3RSTlMAFQUJ9dnc+c1m7S3FY6WcWSJzOEPVl76qd2uoStHKjVMzKefhtuQfB7lgAAABwklEQVQ4y5WV6ZajIBCFI7KI+65R0ybp7rnv/4aTxBmgsJOcrj+f1uHqBYri4EY1zadYqbiTXw5O+VQdfgxWpngaacn2ikUAPM8uAWNBUwwckPWGSec3iNYThAUgstBJZAIoQgpXEUTgNfOM1hxRQOEoBMR17zW5pQMKYyIiHyA/j0IPWxQQjgJwNBKFh0e0UMmBSqw3jmWHAxOo7ZjzCKyNfa8h2A7lDWZW33jEatdNotwhRWYGfOMruyb6E9qkMqQ+KnCzRRfgeudVxSYXclQeJuTmixPS7WHE2SRnaA+z4+u4SWho5B5OuNjlApqdpEHkIUZga1FC9Q3zSgCxBwVnSDUAiMfMrVkGRXGXEBtrB+BP+UJijVknUwcsL4zZ6dtgA9IX08+dRa6P/0wu4M8XmWyl+P/HFrFJjtAUpGB6jNvDiuF5wZCyrDj64N6eOM7WV0rhFf9ZQYmOA+ur4qdHLJk5oIbFKbuOUewPMgMYOcith/ftovfwvil9hBRO65PJXpFIiIDiTYM9KnwEFH4bl6SNawn0IYXnohUAn3Vzvyzaxy0h6g2THm/o2l9fSYefo9J59LjqpPzkBlGuycX3F8ChPmbTnnTpAAAAAElFTkSuQmCC);
    background-size: 20px 15px;
  }
}

/* Submit Property */

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

.submit-property__steps {
  padding-left: 0;
  margin-left: -5px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

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

.submit-property__steps > li {
  vertical-align: top;
  padding: 0;
}

.submit-property__steps > li > a {
  display: block;
}

.submit-property__steps > .submit-property__caret,
.submit-property__steps > li > a {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.submit-property__steps > .submit-property__caret {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  position: absolute;
  bottom: -43px;
  left: 10px;
}

.submit-property__steps > li > a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 35px;
  color: #b9b9b9;
  margin: 0 4px;
}

.submit-property__steps > li.active > a {
  background-color: #03A9F4;
  color: #fff;
}

.submit-property__steps > li.active:nth-child(2) ~ .submit-property__caret {
  left: calc(20% + 10px);
}

.submit-property__steps > li.active:nth-child(3) ~ .submit-property__caret {
  left: calc(40% + 10px);
}

.submit-property__steps > li.active:nth-child(4) ~ .submit-property__caret {
  left: calc(60% + 10px);
}

.submit-property__steps > li.active:nth-child(5) ~ .submit-property__caret {
  left: calc(80% + 10px);
}

.submit-property__content {
  margin-top: 40px;
}

.submit-property__content .tab-pane {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.submit-property__content .tab-pane .card {
  padding: 20px 0 20px;
}

.submit-property__content .card__body {
  max-width: 450px;
  margin: 20px auto 0;
}

.submit-property__content .checkbox {
  display: inline-block;
}

.submit-property__button {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.submit-property__success {
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.submit-property__success > i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  background-color: #4CAF50;
  display: inline-block;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.submit-property__success > h2 {
  font-size: 17px;
  margin: 20px 0 15px;
}

/* Neighborhood Guide */

.neighb-guide__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: block;
  border: 4px solid #fff;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

.neighb-guide__item img {
  width: 100%;
}

.neighb-guide__item:hover:before {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.neighb-guide__item:hover .neighb-guide__label {
  text-shadow: 0 0 10px #fff;
}

.neighb-guide__item:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  height: 62px;
}

.neighb-guide__item:before,
.neighb-guide__label {
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.neighb-guide__label {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Miscellaneous */

.logo > img {
  float: left;
  display: inline-block;
  margin-right: 12px;
}

.logo__text {
  float: left;
  color: #fff;
  padding-top: 3px;
}

.logo__text span:first-child {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.logo__text span:last-child {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  margin-top: -2px;
}

.actions > div > a,
.actions > div,
.actions > a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  text-align: center;
}

.actions > div > a > i,
.actions > div > i,
.actions > a > i {
  color: #adadad;
  font-size: 20px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.actions > div > a:hover > i,
.actions > div:hover > i,
.actions > a:hover > i {
  color: #2e353b;
}

.actions > div,
.actions > a {
  padding-top: 5px;
}

.actions__toggle {
  cursor: pointer;
  position: relative;
}

.actions__toggle input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
}

.actions__toggle input[type=checkbox]:checked ~ i:not(:last-child) {
  display: none;
}

.actions__toggle input[type=checkbox]:checked ~ i:last-child {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.actions__toggle > i {
  position: absolute;
  right: 6px;
}

.actions__toggle > i:last-child {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  color: #FFB300;
}

.rmd-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.rmd-backdrop--dark {
  display: none;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.3);
}

.section__title {
  margin-bottom: 35px;
  position: relative;
}

.section__title:not(.text-left) {
  text-align: center;
}

@media (min-width: 768px) {
  .section__title.text-left {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .section__title {
    text-align: center;
  }
}

.section__title h2 {
  font-size: 19px;
  color: #676767;
  margin: 0;
  font-weight: 400;
  line-height: 140%;
}

.section__title small {
  color: #9c9c9c;
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

.section__title .actions--section {
  display: block;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 768px) {
  .section__title.text-left .actions--section {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.actions__email .dropdown-menu {
  padding: 30px;
}

@media (min-width: 992px) {
  .actions__email .dropdown-menu {
    left: auto;
    right: 0;
    width: 350px;
  }
}

@media (max-width: 991px) {
  .actions__email {
    position: static;
  }

  .actions__email .dropdown-menu {
    width: 100%;
    max-width: 350px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.view-more {
  padding: 18px 15px 18px;
  font-size: 13px;
  text-align: center;
  color: #9c9c9c;
  display: block;
}

.view-more,
.view-more > i {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.view-more > i {
  width: 19px;
  height: 19px;
  background: #c1c1c1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  line-height: 20px;
  color: #fff;
}

.view-more:hover,
.view-more:focus {
  color: #696969;
}

.info-box {
  /* background: #fff url(../img/patterns/header_pattern_3.png) bottom -20px left repeat-x; */
}

.info-box__item {
  text-align: center;
  margin: 0 0 30px;
}

.info-box__item > h3 {
  font-weight: normal;
  margin: 25px 0 15px;
}

.info-box__item > p {
  color: #9c9c9c;
}

.info-box__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FBC02D;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}

.submit-ticker {
  color: #fff;
  text-align: center;
  /* background: #FBC02D url(../img/patterns/header_pattern_2.png) center left repeat-x; */
}

.submit-ticker > p {
  margin: 0;
  font-size: 20px;
}

.submit-ticker > a {
  display: inline-block;
  color: #ffffff;
  padding: 12px 23px;
  font-size: 18px;
  border-radius: 2px;
  margin-top: 25px;
  border: 2px solid #fff;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.submit-ticker > a:hover {
  background-color: #fff;
  color: #FBC02D;
}

a.text-muted:hover,
a.text-muted:focus {
  color: #838383;
}

.block-opened {
  overflow: hidden;
}

.load-more {
  text-align: center;
  margin-top: 35px;
}

.load-more a {
  display: inline-block;
  border: 2px solid #bfbfbf;
  padding: 7px 15px;
  border-radius: 2px;
  color: #828282;
}

.load-more a,
.load-more a > i {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.load-more a:hover {
  border-color: #b2b2b2;
  color: #696969;
}

.load-more a:hover > i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.load-more a > i {
  font-size: 16px;
  line-height: 100%;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.rmd-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rmd-contact-list > li {
  position: relative;
  padding-left: 30px;
}

.rmd-contact-list > li:not(:last-child):not(.rmd-contact-list__title) {
  margin-bottom: 10px;
}

.rmd-contact-list > li > i {
  width: 18px;
  text-align: center;
  font-size: 17px;
  top: 2px;
  position: relative;
  margin: 0 10px 0 -30px;
}

.rmd-contact-list__title {
  font-size: 14px;
  color: #505c66;
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 2px 0 10px;
}

.rmd-sidebar {
  position: fixed;
  top: 0;
  right: -365px;
  padding: 0;
  height: 100%;
  width: 350px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 100;
  overflow-y: auto;
  padding-bottom: 85px;
  opacity: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.rmd-sidebar.toggled {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.rmd-sidebar .card .card__footer {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

@media (max-width: 991px) {
  .rmd-sidebar-mobile {
    position: fixed;
    top: 0;
    right: -365px;
    padding: 0;
    height: 100%;
    width: 350px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    overflow-y: auto;
    padding-bottom: 85px;
    opacity: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }


  .rmd-sidebar-mobile.toggled {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .rmd-sidebar-mobile .card {
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding-bottom: 80px;
  }

  .rmd-sidebar-mobile .card .card__footer {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
  }
}

.agent-reviews__item {
  margin-bottom: 30px;
}

.agent-reviews__item .rmd-rate {
  margin: 10px 0 10px -2px;
}

.prevent-default {
  cursor: default;
}

@media (max-width: 600px) {
  .rmd-stats .col-xs-4 {
    width: 100%;
  }
}

.rmd-stats__item {
  border-radius: 2px;
  padding: 15px 22px;
  margin-bottom: 20px;
}

.rmd-stats__item > h2 {
  color: #fff;
  margin: 0;
  font-weight: normal;
}

.rmd-stats__item > small {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-top: 1px;
  text-transform: uppercase;
}

#page-loader {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #2e3e50;
  z-index: 100;
  text-align: center;
  position: fixed;
}

#page-loader:before {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

html:not(.ie9) .page-loader__spinner {
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 -10px 0 13px rgba(255, 255, 255, 0.5) inset;
  animation: rotate 1s infinite linear;
  vertical-align: middle;
}

.ie9 .page-loader__spinner {
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
}

.ie9 .page-loader__spinner:before {
  content: 'Page is loading...';
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */

.blog__tags {
  padding: 25px 5px 18px;
  text-align: center;
  margin-top: 25px;
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
}

.blog__arthur {
  padding: 30px;
}

@media (max-width: 767px) {
  .blog__arthur {
    text-align: center;
  }
}

.blog__arthur-img > img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .blog__arthur-img {
    float: left;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .blog__arthur-img {
    display: block;
    margin-bottom: 20px;
  }
}

.blog__arthur-contents {
  overflow: hidden;
}

.blog__arthur-contents h2 {
  font-size: 15px;
  margin: 0 0 10px;
}

.blog__arthur-social {
  margin: 0 -1px;
}

.blog__arthur-social > a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  margin: 0 1px;
}

.blog-comment__up {
  text-align: center;
  margin-top: 5px;
}

.blog-comment__up span {
  background-color: #EF5350;
  border-radius: 2px;
  padding: 0 5px 1px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
}

.actions--blog-comment {
  position: absolute;
  top: 15px;
  right: 10px;
}

.blog-comment__reply {
  padding: 20px 20px 14px;
  background: #eeeeee;
  border-radius: 2px;
  margin-bottom: 10px;
}

.blog-comment__reply textarea {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border: 0;
  border-radius: 2px;
  padding: 10px;
  min-height: 70px;
  resize: none;
}

.blog-more {
  margin-top: 30px;
}

.blog-more > a {
  font-size: 13px;
  color: #2e353b;
  text-transform: uppercase;
}

.blog-more > a:hover {
  color: #444f58;
}

/* Contact Page */

.contact {
  margin: 60px 0 50px;
}

.contact__map {
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.contact__inner {
  background-color: #fff;
  max-width: 900px;
  margin: -80px auto 0;
  position: relative;
  z-index: 1;
  border-radius: 2px;
}

.contact__inner [class*="col-"] {
  padding: 0;
  position: static;
}

.contact__info {
  padding: 40px;
}

.contact__info .rmd-contact-list {
  margin-bottom: 40px;
}

.contact__social > a {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  line-height: 37px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 1px;
}

.contact__form {
  padding: 40px;
  background-color: #FFD54F;
}

@media (min-width: 768px) {
  .contact__form,
  .contact__form:before {
    border-radius: 0 2px 2px 0;
  }

  .contact__form:before {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    background-color: #FFD54F;
    z-index: -1;
  }
}

.contact__form .btn:hover,
.contact__form .btn:focus,
.contact__form .btn {
  color: #FFB300;
  box-shadow: none;
}

/* Error 404 */

.four-zero {
  height: 100vh;
  background-color: #FFD54F;
}

.four-zero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 65px;
  max-width: 600px;
  width: 100%;
  color: #fff;
}

.four-zero__content h1 {
  color: #fff;
  font-size: 100px;
  font-weight: normal;
  margin: 0;
}

.four-zero__content p {
  line-height: 170%;
}

@media (max-width: 767px) {
  .four-zero__content {
    bottom: auto;
    top: 0;
    text-align: center;
    padding: 20px;
  }
}

.four-zero__links {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 22px;
}

.four-zero__links > a {
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}

.four-zero__links > a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

/* Older Browser Warning */

.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #333;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  padding: 50px 0;
}

.ie-warning h1 {
  color: #fff;
}

.ie-warning p {
  font-size: 17px;
}

.ie-warning .ie-warning__inner {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 50px 0;
}

.ie-warning .ie-warning__download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}

.ie-warning .ie-warning__download > li {
  float: left;
  vertical-align: top;
}

.ie-warning .ie-warning__download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
}

.ie-warning .ie-warning__download > li > a > div {
  margin-top: 10px;
}

.ie-warning .ie-warning__download > li > a:hover {
  background-color: #eee;
}

/* Print Styles */

@media print {
@page {
    margin: 0;
    size: auto;
}

  body {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
  }

  p,
  .card {
    page-break-inside: avoid;
  }

  #header,
  #footer,
  .actions {
    display: none !important;
  }

  a[href]:after {
    content: none !important;
  }

  .detail-amenities__list > li {
    padding: 0;
    margin-bottom: 10px;
    text-transform: none;
  }

  .detail-amenities__list > li:not(:last-child):after {
    content: ',';
  }
}

/*---------------------------------
    7. Dashboard Styles
----------------------------------*/

/* Layout */

#main {
  padding-top: 70px;
}

@media (min-width: 1200px) {
  #main {
    padding-left: 250px;
  }
}

#main__content {
  position: relative;
}

.main__container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .main__container {
    padding: 100px 40px;
  }
}

@media (max-width: 767px) {
  .main__container {
    padding: 100px 15px 50px;
  }
}

.main__container:not(.main__container-sm) {
  max-width: 1200px;
}

.main__container-sm {
  max-width: 900px;
}

/* Header */

#header-alt {
  background-color: #2e3e50;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 70px;
  padding: 0 30px;
}

#header-alt:before,
#header-alt:after {
  content: " ";
  display: table;
}

#header-alt:after {
  clear: both;
}

#header-alt:before,
#header-alt:after {
  content: " ";
  display: table;
}

#header-alt:after {
  clear: both;
}

.header-alt__logo {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 70px;
}

.header-alt__logo,
.header-alt__logo:hover,
.header-alt__logo:focus {
  color: #fff;
}

.header-alt__menu {
  padding: 0;
  list-style: none;
  margin: 22px 0 0 0;
  float: right;
}

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

.header-alt__menu > li {
  vertical-align: top;
  padding: 0;
}

.header-alt__menu > li > a {
  display: block;
}

.header-alt__menu > li {
  vertical-align: middle;
}

.header-alt__menu > li > a {
  color: #fff;
}

.header-alt__menu > li > a > i {
  font-size: 20px;
}

.header-alt__menu > li:not(.header-alt__profile) > a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  margin-left: 4px;
  border-radius: 50%;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.header-alt__menu > li:not(.header-alt__profile).open > a,
.header-alt__menu > li:not(.header-alt__profile) > a:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}

@media (max-width: 767px) {
  .header-alt__menu > li {
    position: static;
  }

  .header-alt__menu > li .dropdown-menu--lg {
    width: calc(100% - 28px);
  }

  .header-alt__menu > li .dropdown-menu {
    right: 14px;
    top: 65px;
  }
}

.header-alt__profile {
  margin-left: 10px;
}

.header-alt__profile > a > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow;
  -o-transition: box-shadow;
  transition: box-shadow;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.header-alt__profile > a:hover > img {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}

.header-alt__search-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  height: 100%;
  top: 0;
  -webkit-transform: translate3d(0, -70px, 0);
  -ms-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.header-alt__search-wrap.toggled {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 100;
}

.header-alt__search {
  position: relative;
  padding: 15px;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

.header-alt__search input[type=text] {
  border: 0;
  height: 40px;
  padding: 0 10px 0 55px;
  font-size: 15px;
  border-radius: 2px;
  background-color: #efefef;
  width: 100%;
}

.header-alt__search i {
  position: absolute;
  top: 15px;
  font-size: 23px;
  font-style: normal;
  width: 45px;
  text-align: center;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  left: 15px;
  height: 40px;
  padding-top: 9px;
}

.header-alt__search i:hover {
  background-color: #e3e3e3;
}

.backdrop--search {
  z-index: 9;
}

.header-alt__trigger {
  height: 70px;
  float: left;
  padding: 25px 30px;
  margin-left: -30px;
}

.header-alt__trigger > i {
  color: #fff;
  font-size: 21px;
}

.ie9 .header-alt__search-wrap {
  display: none;
}

.ie9 .header-alt__search-wrap.toggled {
  display: block;
}

.action-header-alt {
  box-shadow: none;
  background-color: #eaeaea;
  padding: 12px 20px;
  z-index: 1;
  left: 0;
  width: 100%;
  position: fixed;
}

@media (min-width: 1200px) {
  .action-header-alt {
    padding-left: 260px;
    top: 70px;
  }
}

@media (max-width: 991px) {
  .action-header-alt {
    position: absolute;
    top: 0;
  }
}

/*----------------------------
    View switch
-----------------------------*/

.action-header__views > a {
  color: #a0a0a0;
}

.action-header__views > a.active {
  color: #2196F3;
}

/* Sidebar */

#main__sidebar {
  width: 250px;
  position: fixed;
  z-index: 2;
  left: 0;
/*   background: #fff; */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow: auto;
}

@media (min-width: 1199px) {
  #main__sidebar {
    height: calc(100% - 70px);
    top: 70px;
  }
}

@media (max-width: 1199px) {
  #main__sidebar {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: translate3d(-270px, 0, 0);
    -ms-transform: translate3d(-270px, 30px, 0);
    transform: translate3d(-270px, 0, 0);
    opacity: 0;
    top: 0;
    height: 100%;
    z-index: 101;
  }

  #main__sidebar.toggled {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #main__sidebar.toggled .main__block-close > i {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.main-menu {
  list-style: none;
  padding: 0;
}

@media (min-width: 1200px) {
  .main-menu {
    margin: 30px 0 0;
  }
}

.main-menu a {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.main-menu a:hover,
.main-menu .active > a,
.main-menu a.active {
  color: #262626;
}
.md-carerealmDark-theme .main-menu > li > a {
	color: white;	
}
.main-menu > li > a {
  padding: 14px 20px 14px 65px;
  display: block;
  font-weight: 500;
  position: relative;
  color: #4C4C4C;
}

.main-menu > li > a > i {
  position: absolute;
  left: 25px;
  font-size: 20px;
  top: 0;
  width: 25px;
  text-align: center;
  padding: 13px 0;
}

.main-menu > li > a:hover,
.main-menu > li.active > a {
  background-color: #f7f7f7;
}

.main__block-close {
  display: block;
  height: 70px;
  background: #2a3e53;
  margin-bottom: 20px;
}

.main__block-close,
.main__block-close:hover,
.main__block-close:focus,
.main__block-close > i {
  color: #fff;
}

.main__block-close > i {
  font-size: 20px;
  width: 37px;
  height: 37px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  margin: 17px 22px;
  position: relative;
  opacity: 0;
  -webkit-transition: left;
  -o-transition: left;
  transition: left;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  left: -70px;
}

/* Tasks */

.tasks-lists .list-group-item .checkbox {
  color: #2e353b;
  margin: 0;
}

.tasks-lists .list-group-item .checkbox input:checked + .checkbox__helper + * {
  text-decoration: line-through;
}

.tasks-lists .list-group__attrs {
  padding-left: 50px;
  margin-top: 10px;
}

.tasks-list__info > small {
  display: block;
  margin-top: 3px;
}

/* List Group */

.list-group--block {
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  border-radius: 2px;
  display: block;
}

.list-group--block .list-group-item {
  padding: 22px 25px;
}

.list-group--block .list-group-item:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}


.list-group--block:before,
.list-group--block:after {
  content: " ";
  display: table;
}

.list-group--block:after {
  clear: both;
}

.list-group--block:not([class*="mdc-bg-"]) {
  background: #fff;
}

.list-group__label > span,
.list-group__label > a {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 6px 15px 7px;
  font-weight: 500;
}

.list-group__label > span > i,
.list-group__label > a > i {
  font-size: 17px;
  vertical-align: top;
  position: relative;
  margin-right: 5px;
  top: 1px;
}

.list-group__label:not(.list-group__label--float) {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .list-group__label--float {
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -16px;
  }
}

@media (max-width: 991px) {
  .list-group__label--float {
    margin-top: 15px;
  }
}

/* Leads */

.leads-favourite {
  text-align: center;
  padding-right: 5px;
  margin-top: 10px;
}

.leads-reply {
  margin: 7px 15px 0;
}

.leads-status__not-contacted.active {
  background-color: #FFA726 !important;
}

.leads-status__contacted.active {
  background-color: #66BB6A !important;
}

.leads-status__cancelled.active {
  background-color: #EF5350 !important;
}

.leads-status-alt {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
}

/* Contacts */

.avatar-char {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
}

.avatar-char:not([class*="avatar-char--"]) {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
}

.avatar-char--sm {
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
}

#view-contact .modal-dialog {
  padding-top: 100px;
}

@media (min-width: 768px) {
  #view-contact .modal-dialog {
    max-width: 420px;
  }
}

.view-contact__img {
  text-align: center;
  margin-top: -100px;
}

.view-contact__img img {
  border: 5px solid #fff;
}

.new-contact__img {
  background-color: #f4f4f4;
  padding: 40px 20px;
  margin: 0 5px 20px;
  position: relative;
  top: 5px;
  text-align: center;
}

.new-contact__img img {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #f1f1f1;
}

.new-contact__upload {
  font-size: 25px;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 47px;
  text-align: center;
  left: 10px;
  top: 10px;
  cursor: pointer;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.new-contact__upload:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: #2e353b;
}

.contact-highlight {
  background: #f7f7f7;
  padding: 20px 30px;
}

.groups-grid__item {
  text-align: center;
  padding: 25px 10px 18px;
}

.groups-grid__img {
  width: 85px;
  display: inline-block;
}

.groups-grid__avatar {
  display: inline-block;
  margin: 0 -1px 3px 0;
  vertical-align: top;
}

.groups-grid__avatar:not(.avatar-char) {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.groups-grid__info {
  margin-top: 15px;
}

.groups-grid__info > strong {
  color: #2e353b;
  display: block;
}

.groups-grid--widget {
  padding: 0 2px;
}

.groups-grid--widget .groups-grid__item {
  background-color: #f6f6f6;
  border: 2px solid #fff;
  width: 50%;
  float: left;
}

.groups-grid--widget .groups-grid__item:hover {
  background-color: #f1f1f1;
}

.groups-grid__wrap {
  position: relative;
  display: inline-block;
}

.groups-grid__wrap:hover .groups-grid__item {
  background-color: #fbfbfb;
}

.groups-grid--listing {
  margin: 0 -8px;
}

@media (max-width: 991px) {
  .groups-grid--listing {
    text-align: center;
  }
}

.groups-grid--listing .groups-grid__item {
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  border-radius: 2px;
  width: 160px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}



.groups-grid--listing .groups-grid__item:not([class*="mdc-bg-"]) {
  background: #fff;
}

.groups-grid--listing .groups-grid__item:after {
  clear: both;
}

.groups-grid--listing .groups-grid__item:before,
.groups-grid--listing .groups-grid__item:after {
  content: " ";
  display: table;
}

.groups-grid__actions {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 1;
}

/* Notes */

.notes {
  margin-bottom: 30px;
}

.notes > a {
  height: 155px;
  background-color: #fff;
  display: block;
  padding: 23px 29px;
  position: relative;
}

.notes > a,
.notes > a:before {
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.notes > a:before {
  content: '';
  position: absolute;
  width: calc(100% - 10px);
  bottom: -5px;
  left: 5px;
  z-index: -1;
  height: 20px;
  background-color: #fbfbfb;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.notes:hover > a {
  background-color: #fbfbfb;
}

.notes:hover > a:before {
  bottom: -8px;
}

.notes:hover .notes__actions {
  opacity: 1;
  filter: alpha(opacity=100);
}

.notes__title {
  color: #2e353b;
  margin-bottom: 13px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notes__body {
  color: #828282;
}

.notes__actions:hover {
  background: rgba(0, 0, 0, 0.9);
}

.note-view__field {
  border-bottom: 1px solid #f1f1f1;
}

.note-view__field input {
  border: 0;
  font-size: 15px;
  padding: 20px 25px 19px;
  height: auto;
}

.note-view__field--tag {
  padding: 15px 23px 12px;
}

.note-view__label {
  float: left;
  font-size: 16px;
  color: #9a9a9a;
  margin: 5px 20px 0 0;
}

.notes--red > a:before {
  background-color: #EF5350 !important;
}

.notes--blue > a:before {
  background-color: #42A5F5 !important;
}

.notes--green > a:before {
  background-color: #66BB6A !important;
}

.notes--amber > a:before {
  background-color: #FFCA28 !important;
}

.notes--teal > a:before {
  background-color: #26A69A !important;
}

.notes--cyan > a:before {
  background-color: #26C6DA !important;
}

.notes--pink > a:before {
  background-color: #EC407A !important;
}

.ie9 .notes {
  overflow: hidden;
  padding-bottom: 6px;
}

.ie9 .notes:hover > a:before {
  bottom: -5px;
}

.ie9 .notes__body {
  height: 110px;
  overflow: hidden;
}

.ie9 .notes__title + .notes__body {
  height: 76px;
}

.ie9 .note-view__body {
  border: 0;
  width: 100%;
  overflow: auto !important;
  height: 250px;
  padding: 25px;
}

/* Calendar */

.main__title--calendar {
  padding-right: 65px;
}

.actions--calendar > a > i {
  font-size: 30px;
}

.fc-event--cyan {
  background-color: #26C6DA;
}

.fc-event--amber {
  background-color: #FFC107;
}

.fc-event--green {
  background-color: #66BB6A;
}

.fc-event--blue {
  background-color: #42A5F5;
}

.fc-event--teal {
  background-color: #26A69A;
}

.fc-event--red {
  background-color: #EF5350;
}

.fc-event--purple {
  background-color: #AB47BC;
}

[data-calendar-month] {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

[data-calendar-month="0"] {
  background-image: url(/assets/img/af130b512815cf0ffa1b4b11a05a98b6.jpg);
}

[data-calendar-month="1"] {
  background-image: url(/assets/img/743156bb243818f4711efd556a15be04.jpg);
}

[data-calendar-month="2"] {
  background-image: url(/assets/img/66821695e3d1f5b7c815a8f7e6b83556.jpg);
}

[data-calendar-month="3"] {
  background-image: url(/assets/img/716c3c30f07a01b9a08df1819ef65bee.jpg);
}

[data-calendar-month="4"] {
  background-image: url(/assets/img/d0644f4936498e2b3c23ef3a7c0f9de2.jpg);
}

[data-calendar-month="5"] {
  background-image: url(/assets/img/e14d8d4c803c2f874af7473f383d9c30.jpg);
}

[data-calendar-month="6"] {
  background-image: url(/assets/img/ab5a91ae2ca17fa9713de5f269423e71.jpg);
}

[data-calendar-month="7"] {
  background-image: url(/assets/img/aa08ff8d31338697d48e4dccc23042ed.jpg);
}

[data-calendar-month="8"] {
  background-image: url(/assets/img/6fc8fbe81cc7ff06f9092bfcee5308d3.jpg);
}

[data-calendar-month="9"] {
  background-image: url(/assets/img/ff09c1352cfb88671ad8e97d24ba7bf0.jpg);
}

[data-calendar-month="10"] {
  background-image: url(/assets/img/b2510050ae1e53a8e3c34595be6e7c08.jpg);
}

[data-calendar-month="11"] {
  background-image: url(/assets/img/4dd2ff3dead67c8876230251b9853fc6.jpg);
}

.calendar-widget__body {
  padding: 0 20px;
}

.calendar-widget__year {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.calendar-widget__day {
  font-size: 25px;
  line-height: 100%;
  color: #fff;
}

.event-date {
  width: 70px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 5px 5px 2px;
  margin-top: -3px;
  background-color: #fff;
  position: relative;
}

.event-date__day {
  display: block;
  font-size: 20px;
  line-height: 100%;
}

.event-date__month-time {
  color: #9c9c9c;
  font-size: 12px;
}

/* Questions and Answers */

.questions-answers__votes {
  width: 60px;
  height: 43px;
  background: #FF9800;
  border-radius: 2px;
  text-align: center;
  padding: 7px 0 0;
}

.questions-answers__votes h3 {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.questions-answers__votes small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

.questions-answers__voting {
  margin-top: 15px;
  text-align: center;
}

.questions-answers__voting > span {
  position: relative;
  display: block;
}

.questions-answers__voting > span:hover .zmdi {
  color: #b2b2b2;
}

.questions-answers__voting > span input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

.questions-answers__voting > span input:checked + .zmdi-thumb-up {
  color: #4CAF50;
}

.questions-answers__voting > span input:checked + .zmdi-thumb-down {
  color: #EF5350;
}

.questions-answers__voting > span .zmdi {
  display: block;
  font-size: 20px;
  line-height: 100%;
  color: #bfbfbf;
  margin-bottom: 5px;
}

.questions-answers__voting > span .zmdi.zmdi-thumb-up.toggled {
  color: #4CAF50;
}

.questions-answers__voting > span .zmdi.zmdi-thumb-down.toggled {
  color: #EF5350;
}

.questions-answers__favourite {
  text-align: center;
  padding-right: 0;
  margin-top: 3px;
  position: absolute;
  bottom: 14px;
  left: 38px;
}

.questions-answers__main {
  margin: 20px 0 70px;
}

.questions-answers__main .pull-left {
  margin-right: 5px;
}

.questions-answers__main .pull-left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.questions-answers__main .media-body p {
  font-size: 15px;
  color: #525252;
}

.questions-answers__attrs {
  border-top: 2px solid #e9e9e9;
  padding-top: 27px;
  position: relative;
}

.questions-answers__attrs > span,
.questions-answers__attrs > a {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #e4e4e4;
  border-radius: 2px;
  margin-bottom: 3px;
}

.questions-answers__attrs > span > i,
.questions-answers__attrs > a > i {
  font-size: 15px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.questions-answers__attrs > span:not([class*="mdc-text-"]),
.questions-answers__attrs > a:not([class*="mdc-text-"]) {
  color: #828282;
}

.questions-answers__attrs > a:hover {
  background-color: #fff;
}

@media (min-width: 618px) {
  .questions-answers__actions {
    position: absolute;
    top: 10px;
    right: 0;
  }
}

@media (max-width: 617px) {
  .questions-answers__actions {
    margin: 12px 0 0 -5px;
  }
}

.questions-answers__reply {
  max-width: 900px;
  margin: 0 auto;
}

/* Activity Log */

.activity-log {
  position: relative;
  padding-bottom: 20px;
  margin-top: 30px;
}

.activity-log:before,
.activity-log:after {
  position: absolute;
}

.activity-log:before {
  background-color: #e4e4e4;
  left: 90px;
  top: 0;
  width: 1px;
  height: calc(100% - 15px);
  content: '';
}

.activity-log:after {
  bottom: -25px;
  left: 40px;
  content: "You've reached end";
  border: 2px solid #dfdfdf;
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 15px;
}

.activity-log__item {
  position: relative;
  padding: 70px 0 0 130px;
}

@media (max-width: 767px) {
  .activity-log__item {
    padding: 70px 0 0 15px;
  }
}

.activity-log__date {
  border: 2px solid #dfdfdf;
  position: absolute;
  top: 0;
  left: 30px;
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 15px;
  background-color: #f3f3f3;
  z-index: 1;
}

.activity-log__content {
  position: relative;
  background-color: #fff;
  padding: 20px 20px 20px 30px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .activity-log__content {
    max-width: 500px;
  }
}

.activity-log__content:before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -15px;
  font-family: 'Material-Design-Iconic-Font';
}

.activity-log__content--listing {
  border-left: 3px solid #4DB6AC;
}

.activity-log__content--listing:before {
  content: '\f320';
  background-color: #4DB6AC;
}

.activity-log__content--lead {
  border-left: 3px solid #64B5F6;
}

.activity-log__content--lead:before {
  content: '\f10c';
  background-color: #64B5F6;
}

.activity-log__content--contact {
  border-left: 3px solid #BA68C8;
}

.activity-log__content--contact:before {
  content: '\f203';
  background-color: #BA68C8;
}

.activity-log__content--task {
  border-left: 3px solid #F06292;
}

.activity-log__content--task:before {
  content: '\f269';
  background-color: #F06292;
}

.activity-log__content--notes {
  border-left: 3px solid #FF9800;
}

.activity-log__content--notes:before {
  content: '\f222';
  background-color: #FF9800;
}

.activity-log__content--calendar {
  border-left: 3px solid #8BC34A;
}

.activity-log__content--calendar:before {
  content: '\f332';
  background-color: #8BC34A;
}

.activity-log__content--qa {
  border-left: 3px solid #00BCD4;
}

.activity-log__content--qa:before {
  content: '\f1f6';
  background-color: #00BCD4;
}

.activity-log__content--message {
  border-left: 3px solid #78909C;
}

.activity-log__content--message:before {
  content: '\f15a';
  background-color: #78909C;
}

@media (min-width: 768px) {
  .activity-log__time {
    position: absolute;
    left: -127px;
    padding: 3px 6px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    font-size: 12px;
    min-height: 25px;
    top: 50%;
    margin-top: -12px;
  }

  .activity-log__time:before,
  .activity-log__time:after {
    content: '';
    position: absolute;
  }

  .activity-log__time:before {
    width: 9px;
    height: 9px;
    right: -25px;
    top: 7px;
    background-color: #bebebe;
    border-radius: 50%;
    z-index: 1;
  }

  .activity-log__time:after {
    height: 1px;
    background-color: #e4e4e4;
    width: 47px;
    left: 63px;
    top: 11px;
  }
}

@media (max-width: 767px) {
  .activity-log__time {
    display: none;
  }
}

.activity-log__attrs {
  margin-top: 13px;
}

.activity-log__attrs > span {
  padding: 3px 10px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
}

.activity-log__attrs > .activity-log__added {
  border-color: #66BB6A;
  background-color: #66BB6A;
  color: #fff;
}

.activity-log__attrs > .activity-log__updated {
  border-color: #FFC107;
  background-color: #FFC107;
  color: #fff;
}

.activity-log__attrs > .activity-log__removed {
  border-color: #EF5350;
  background-color: #EF5350;
  color: #fff;
}

.activity-log__list img:not(.img-circle) {
  border-radius: 2px;
}

.activity-log__text > a {
  color: #2e353b;
}

.activity-log__text > small {
  color: #9c9c9c;
  margin-top: 3px;
}

.activity-log__text > a,
.activity-log__text > small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* FAQ */

.faq__item .card__header {
  padding-bottom: 15px;
}

.faq__item .card__header h2 {
  line-height: 140%;
}

/* Team */

.team {
  margin-top: 100px;
}

.team__item {
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: block;
  padding-top: 125px;
  text-align: center;
  margin-bottom: 80px;
}


.team__item:before,
.team__item:after {
  content: " ";
  display: table;
}

.team__item:after {
  clear: both;
}

.team__item:not([class*="mdc-bg-"]) {
  background: #fff;
}

@media (max-width: 767px) {
  .team__item {
    max-width: 365px;
    margin: 0 auto 80px;
  }
}

.team__img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: -45px;
  box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.09);
}

.team__info {
  padding: 0 30px;
}

.team__info > h4 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
}

.team__info > small {
  display: block;
  color: #9c9c9c;
  margin-bottom: 15px;
}

.team__info > p {
  font-size: 12px;
}

.team__social {
  margin: 25px 0 30px;
}

.team__social > a {
  display: inline-block;
  vertical-align: top;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

/* Miscellaneous */

.quick-stats {
  background-color: #efefef;
  margin-bottom: -50px;
}

.quick-stats [class*="col-"] {
  padding: 0 0 10px;
}

.quick-stats__item > header {
  padding: 18px 23px;
  position: relative;
}

.quick-stats__item > header > small {
  font-size: 13px;
}

.quick-stats__item small {
  color: #9c9c9c;
  margin-top: 3px;
  display: block;
}

.quick-stats__item h2,
.quick-stats__item h3 {
  margin: 0;
  color: #676767;
  font-weight: normal;
}

.quick-stats__list {
  padding: 10px 25px;
  position: relative;
}

.quick-stats__list:not(:last-child) {
  background: #eaeaea;
}

.quick-stats__list > small {
  font-size: 12px;
}

.quick-stats__change {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  text-align: center;
  border-width: 2px;
  border-style: solid;
}

.quick-stats__change:not(.quick-stats__change--sm) {
  margin-top: -15px;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  right: 17px;
}

.quick-stats__change.quick-stats__change--sm {
  right: 20px;
  margin-top: -12px;
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 21px;
}

.quick-stats__change.quick-stats__change--up {
  border-color: #66BB6A;
  color: #4CAF50;
}

.quick-stats__change.quick-stats__change--down {
  border-color: #E57373;
  color: #EF5350;
}

.main__title {
  margin-bottom: 30px;
  padding: 0 30px;
  position: relative;
}

.main__title h2 {
  font-size: 17px;
  color: #676767;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.main__title small {
  display: block;
  margin-top: 8px;
  color: #9c9c9c;
  font-size: 13px;
}

.main__title .actions {
  position: absolute;
  top: 10px;
  right: 0;
}

@media (max-width: 767px) {
  .main__title .actions {
    margin-top: -20px;
  }
}

.color-tag > span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 0 3px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.color-tag > span.color-tag__default {
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

.color-tag > span.color-tag__default > i:before {
  color: #2e353b;
}

.color-tag > span,
.color-tag > span > i {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.color-tag > span > input[type=radio] {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.color-tag > span > input[type=radio]:checked + i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.color-tag > span:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.color-tag > span > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4px 0 0 7px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.color-tag > span > i:before {
  content: '\f26b';
  font-family: 'Material-Design-Iconic-Font';
  color: #fff;
  font-size: 16px;
  z-index: 1;
}

/* Footer */

#footer-alt {
  padding: 25px;
  text-align: center;
}

#footer-alt,
#footer-alt a {
  color: #a2a2a2;
}

#footer-alt a:hover {
  color: #777;
}

.footer-alt__menu {
  padding-left: 0;
  margin-left: -5px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 5px;
}

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

.footer-alt__menu > li {
  vertical-align: top;
  padding: 0;
}

.footer-alt__menu > li > a {
  display: block;
}

.footer-alt__menu > li > a {
  padding: 5px 8px;
}

/*---------------------------------
    8. Third party Vendor Overrides
----------------------------------*/

/* Select 2 */

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
  padding-right: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

.select2-container--default .select2-search--dropdown {
  margin-top: -10px;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 2px 2px 0 0;
  position: relative;
  margin-bottom: 10px;
}

.select2-container--default .select2-search--dropdown:before {
  font-family: 'Material-Design-Iconic-Font';
  content: '\f1c3';
  font-size: 20px;
  color: #4C4C4C;
  position: absolute;
  left: 18px;
  top: 9px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  background-color: transparent;
  height: 35px;
  color: #4C4C4C;
  padding: 5px 10px 5px 40px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.04);
  color: #4C4C4C;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  position: relative;
  padding-right: 35px;
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
  font-family: 'Material-Design-Iconic-Font';
  content: '\f26b';
  position: absolute;
  top: 7px;
  right: 13px;
  font-size: 18px;
  color: #4C4C4C;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
}

.select2-container--default .select2-selection--multiple {
  border: 0;
  box-shadow: 0 1px 0 0 #eeeeee;
  border-radius: 0;
  padding-bottom: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 2px;
  border: 0;
  background-color: #eee;
  padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.select2-dropdown {
  border: 0;
  border-radius: 2px;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: 'fadeIn';
  animation-name: 'fadeIn';
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.select2-dropdown.select2-dropdown--above {
  margin-bottom: -36px;
}

.select2-dropdown.select2-dropdown--below {
  margin-top: -2px;
}

.select2-results__option {
  padding: 10px 15px;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 13px;
  color: #4C4C4C;
  cursor: pointer;
}

.select2-container--open .select2-dropdown--below {
  min-width: 120px;
}

.select2-container .select2-selection--single {
  height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 7px;
  padding-left: 2px;
  padding-right: 0;
  line-height: 1.42857143;
  color: #2e353b;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px;
}

.select2-results__message {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  color: #9c9c9c;
}

.form-group--light .select2-container--default .select2-selection--single {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.form-group--light .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.form-group--light .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-weight: 500;
}
