@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,500italic);
/*!
 * normalize.css v3.0.3
 * github.com/necolas/normalize.css
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
body {
  /*background-color: #ffffff;*/
  background-color: #EEEEEE;
  /*background-image: none;*/
  /*background-image: url(./images/bg/purple.jpg);*/
  color: #212121;
  /*font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;*/
  /*font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  min-height: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /*background-color: #EEEEEE;*/
  /*background-color: #F5F6F7;*/
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
fieldset ~ fieldset {
  margin-top: 24px;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  margin: 4px 0 0;
  padding: 0;
}

input[type="color"] {
  min-width: 20px;
  width: auto;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  line-height: 20px;
  line-height: 1 \0;
}

input[type="file"] {
  display: block;
  height: auto;
  line-height: 1;
  min-height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="range"] {
  display: block;
  height: 36px;
  width: 100%;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

label {
  display: inline-block;
  font-weight: 500;
  margin: 0;
  max-width: 100%;
}

legend {
  border: 0;
  color: #212121;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 12px;
  padding: 0;
  width: 100%;
}

optgroup {
  font-weight: 500;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  overflow: auto;
}

dd,
dt,
li {
  line-height: 20px;
}

dd {
  margin: 0;
}

dl {
  margin: 12px 0;
}

dt {
  font-weight: 500;
}

ol,
ul {
  margin: 12px 0;
  padding: 0 0 0 32px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

th {
  text-align: left;
}

a {
  background-color: transparent;
  background-image: none;
  /*color: #ff4081;*/
  text-decoration: none;
}
a:focus, a:hover {
  color: #f50057;
  outline: 0;
  /*text-decoration: underline;*/
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  cursor: help;
}

b,
strong {
  font-weight: 500;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 48px;
  margin-bottom: 12px;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 48px;
}

h2,
.h2 {
  font-size: 34px;
  line-height: 40px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 28px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 small,
h2 small,
h3 small,
h4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small {
  font-size: 14px;
}

p {
  margin: 12px 0;
}

small {
  font-size: 75%;
  line-height: 1;
}

sub,
sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 12px 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  max-width: 100%;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

blockquote,
q {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  margin: 24px 0;
  padding-right: 32px;
  padding-left: 32px;
  position: relative;
}

figure {
  margin: 1em 40px;
}

hr,
.hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: content-box;
  display: block;
  height: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

template,
[hidden] {
  display: none;
}

/*!
 * bootstrap v3.3.5 (http://getbootstrap.com)
 * based on bootstrap's grid system
 */
.col-xx-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xx-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xx-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xx-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xx-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xx-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xx-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xx-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xx-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xx-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xx-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xx-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.col-xx-1, .col-xx-2, .col-xx-3, .col-xx-4, .col-xx-5, .col-xx-6, .col-xx-7, .col-xx-8, .col-xx-9, .col-xx-10, .col-xx-11, .col-xx-12 {
  float: left;
}

.col-xx-1 {
  width: 8.33333%;
}

.col-xx-2 {
  width: 16.66667%;
}

.col-xx-3 {
  width: 25%;
}

.col-xx-4 {
  width: 33.33333%;
}

.col-xx-5 {
  width: 41.66667%;
}

.col-xx-6 {
  width: 50%;
}

.col-xx-7 {
  width: 58.33333%;
}

.col-xx-8 {
  width: 66.66667%;
}

.col-xx-9 {
  width: 75%;
}

.col-xx-10 {
  width: 83.33333%;
}

.col-xx-11 {
  width: 91.66667%;
}

.col-xx-12 {
  width: 100%;
}

.col-xx-offset-0 {
  margin-left: 0%;
}

.col-xx-offset-1 {
  margin-left: 8.33333%;
}

.col-xx-offset-2 {
  margin-left: 16.66667%;
}

.col-xx-offset-3 {
  margin-left: 25%;
}

.col-xx-offset-4 {
  margin-left: 33.33333%;
}

.col-xx-offset-5 {
  margin-left: 41.66667%;
}

.col-xx-offset-6 {
  margin-left: 50%;
}

.col-xx-offset-7 {
  margin-left: 58.33333%;
}

.col-xx-offset-8 {
  margin-left: 66.66667%;
}

.col-xx-offset-9 {
  margin-left: 75%;
}

.col-xx-offset-10 {
  margin-left: 83.33333%;
}

.col-xx-offset-11 {
  margin-left: 91.66667%;
}

.col-xx-offset-12 {
  margin-left: 100%;
}

.col-xx-pull-0 {
  right: 0%;
}

.col-xx-pull-1 {
  right: 8.33333%;
}

.col-xx-pull-2 {
  right: 16.66667%;
}

.col-xx-pull-3 {
  right: 25%;
}

.col-xx-pull-4 {
  right: 33.33333%;
}

.col-xx-pull-5 {
  right: 41.66667%;
}

.col-xx-pull-6 {
  right: 50%;
}

.col-xx-pull-7 {
  right: 58.33333%;
}

.col-xx-pull-8 {
  right: 66.66667%;
}

.col-xx-pull-9 {
  right: 75%;
}

.col-xx-pull-10 {
  right: 83.33333%;
}

.col-xx-pull-11 {
  right: 91.66667%;
}

.col-xx-pull-12 {
  right: 100%;
}

.col-xx-push-0 {
  left: 0%;
}

.col-xx-push-1 {
  left: 8.33333%;
}

.col-xx-push-2 {
  left: 16.66667%;
}

.col-xx-push-3 {
  left: 25%;
}

.col-xx-push-4 {
  left: 33.33333%;
}

.col-xx-push-5 {
  left: 41.66667%;
}

.col-xx-push-6 {
  left: 50%;
}

.col-xx-push-7 {
  left: 58.33333%;
}

.col-xx-push-8 {
  left: 66.66667%;
}

.col-xx-push-9 {
  left: 75%;
}

.col-xx-push-10 {
  left: 83.33333%;
}

.col-xx-push-11 {
  left: 91.66667%;
}

.col-xx-push-12 {
  left: 100%;
}

@media only screen and (min-width: 480px) {
  .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-1 {
    width: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    /*width: 83.33333%;*/
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .col-xs-pull-0 {
    right: 0%;
  }

  .col-xs-pull-1 {
    right: 8.33333%;
  }

  .col-xs-pull-2 {
    right: 16.66667%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-pull-4 {
    right: 33.33333%;
  }

  .col-xs-pull-5 {
    right: 41.66667%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-pull-7 {
    right: 58.33333%;
  }

  .col-xs-pull-8 {
    right: 66.66667%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-pull-10 {
    right: 83.33333%;
  }

  .col-xs-pull-11 {
    right: 91.66667%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-push-0 {
    left: 0%;
  }

  .col-xs-push-1 {
    left: 8.33333%;
  }

  .col-xs-push-2 {
    left: 16.66667%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-push-4 {
    left: 33.33333%;
  }

  .col-xs-push-5 {
    left: 41.66667%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-push-7 {
    left: 58.33333%;
  }

  .col-xs-push-8 {
    left: 66.66667%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-push-10 {
    left: 83.33333%;
  }

  .col-xs-push-11 {
    left: 91.66667%;
  }

  .col-xs-push-12 {
    left: 100%;
  }
}
@media only screen and (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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }
}
@media only screen and (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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }
}
.container {
  /*margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;*/
}
.container:after, .container:before {
  content: "";
  display: table;
  line-height: 0;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 200px) {
    .container {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 16px;
        padding-left: 16px;
    }
    .sidebar {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
     .container {
        max-width: 960px;
        margin-right: auto;
        margin-left: 300px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .sidebar {
        display: block;
    }
}
@media only screen and (min-width: 1440px) {
    .container {
        max-width: 1408px;
        margin-right: auto;
        margin-left: 300px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .sidebar {
        display: block;
    }
}

.sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 295px;
    background-color: rgb(55, 141, 59);    
    background-color: #594764;
    z-index: 6;
    /*background-color: #217346;*/    
}

.container-full {
  max-width: none;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}
.row:after, .row:before {
  content: "";
  display: table;
  line-height: 0;
}
.row:after {
  clear: both;
}

/*!
 * material icons v2.2.0
 * http://google.github.io/material-design-icons/#icon-font-for-the-web
 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/MaterialIcons-Regular.eot?v=2.2.0");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("./fonts/MaterialIcons-Regular.woff2?v=2.2.0") format("woff2"), url("./fonts/MaterialIcons-Regular.woff?v=2.2.0") format("woff"), url("./fonts/MaterialIcons-Regular.ttf?v=2.2.0") format("truetype");
}
.icon, .breadcrumb > li + li:before {
  display: inline-block;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  height: 1em;
  letter-spacing: normal;
  line-height: 1;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  text-transform: none;
  vertical-align: -16%;
  white-space: nowrap;
  width: 1em;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-lg {
  font-size: 1.4em;
  vertical-align: -20%;
}
@media only screen and (min--moz-device-pixel-ratio: 0) {
  .icon-lg {
    vertical-align: -26%;
  }
}

/*!
 * waves v0.7.4
 * http://fian.my.id/Waves
 */
.waves-effect {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(0) translate(0, 0);
          transform: scale(0) translate(0, 0);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 60px;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.waves-wrap {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.waves-circle > .waves-wrap {
  border-radius: 50%;
  -webkit-mask: url();
          mask: url();
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}

@media print {
  *,
  *:after,
  *:before {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote,
  pre {
    border: 1px solid #dadada;
    page-break-inside: avoid;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  thead {
    display: table-header-group;
  }

  .hidden-print {
    display: none !important;
  }

  .card,
  .card-img,
  .card-side {
    border-radius: 0 !important;
  }

  .card,
  .tile {
    border: 1px solid #dadada;
  }
}
.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;
  }
}

.access-hide {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.access-hide.focusable:active, .access-hide.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsed > .collapsed-hide {
  display: none;
}

:not(.collapsed) > .collapsed-show {
  display: none;
}

.collapsible-region {
  overflow: hidden;
}

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.el-loading {
  position: relative;
}

.el-loading-indicator {
  background-color: #ffffff;
  font-family: sans-serif !important;
  height: 100%;
  min-height: 4px;
  overflow: hidden;
  padding: 24px 16px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.el-loading-done > .el-loading-indicator {
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s 0.3s, -webkit-transform 0s 0.3s;
}

.el-loading-indicator-fixed {
  position: fixed;
  z-index: 41;
}

.el-loading-indicator-linear {
  padding: 0 !important;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade.in {
  opacity: 1;
}

.iframe-seamless {
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100% \9;
}

.list-clear, .list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline {
  margin-left: -8px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
}

.margin-bottom {
  margin-bottom: 24px !important;
}

.margin-bottom-lg {
  margin-bottom: 48px !important;
}

.margin-bottom-no {
  margin-bottom: 0 !important;
}

.margin-bottom-sm {
  margin-bottom: 12px !important;
}

.margin-bottom-xs {
  margin-bottom: 8px !important;
}

.margin-left {
  margin-left: 16px !important;
}

.margin-left-lg {
  margin-left: 32px !important;
}

.margin-left-no {
  margin-left: 0 !important;
}

.margin-left-sm {
  margin-left: 8px !important;
}

.margin-left-xs {
  margin-left: 4px !important;
}

.margin-no {
  margin: 0 !important;
}

.margin-right {
  margin-right: 16px !important;
}

.margin-right-lg {
  margin-right: 32px !important;
}

.margin-right-no {
  margin-right: 0 !important;
}

.margin-right-sm {
  margin-right: 8px !important;
}

.margin-right-xs {
  margin-right: 4px !important;
}

.margin-top {
  margin-top: 24px !important;
}

.margin-top-lg {
  margin-top: 48px !important;
}

.margin-top-no {
  margin-top: 0 !important;
}

.margin-top-sm {
  margin-top: 12px !important;
}

.margin-top-xs {
  margin-top: 8px !important;
}

.media,
.media-inner {
  overflow: hidden;
}

.media-object.pull-left {
  margin-right: 16px;
}
.media-object.pull-right {
  margin-left: 16px;
}

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -99999px;
  width: 50px;
}

.no-overflow {
  overflow: hidden;
}

.padding-bottom {
  padding-bottom: 24px !important;
}

.padding-bottom-lg {
  padding-bottom: 48px !important;
}

.padding-bottom-no {
  padding-bottom: 0 !important;
}

.padding-bottom-sm {
  padding-bottom: 12px !important;
}

.padding-bottom-xs {
  padding-bottom: 8px !important;
}

.padding-left {
  padding-left: 16px !important;
}

.padding-left-lg {
  padding-left: 32px !important;
}

.padding-left-no {
  padding-left: 0 !important;
}

.padding-left-sm {
  padding-left: 8px !important;
}

.padding-left-xs {
  padding-left: 4px !important;
}

.padding-no {
  padding: 0 !important;
}

.padding-right {
  padding-right: 16px !important;
}

.padding-right-lg {
  padding-right: 32px !important;
}

.padding-right-no {
  padding-right: 0 !important;
}

.padding-right-sm {
  padding-right: 8px !important;
}

.padding-right-xs {
  padding-right: 4px !important;
}

.padding-top {
  padding-top: 24px !important;
}

.padding-top-lg {
  padding-top: 48px !important;
}

.padding-top-no {
  padding-top: 0 !important;
}

.padding-top-sm {
  padding-top: 12px !important;
}

.padding-top-xs {
  padding-top: 8px !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-break {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-all;
}

.text-overflow {
  display: block;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-black {
  color: #212121;
}

.text-black-divider {
  color: #dadada;
}

.text-black-hint {
  color: #9a9a9a;
}

.text-black-sec {
  color: #727272;
}

.text-white {
  color: #ffffff;
}

.text-white-divider {
  color: #3c3c3c;
}

.text-white-hint {
  color: #646464;
}

.text-white-sec {
  color: #bcbcbc;
}

.text-brand {
  color: #3f51b5;
}

.text-brand-accent {
  color: #ff4081;
}

.text-green {
  color: #4caf50;
}

.text-orange {
  color: #ff9800;
}

.text-red {
  color: #f44336;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xx-block,
.visible-xx-inline,
.visible-xx-inline-block {
  display: none !important;
}

@media only screen and (max-width: 479px) {
  .hidden-xx {
    display: none !important;
  }

  .visible-xx-block {
    display: block !important;
  }

  .visible-xx-inline {
    display: inline !important;
  }

  .visible-xx-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.avatar {
  background-color: rgba(154, 154, 154, 0.18);
  border-radius: 50%;
  color: inherit;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.avatar[href]:focus, .avatar[href]:hover {
  color: inherit;
  text-decoration: none;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  vertical-align: top;
  width: 100%;
}

.avatar-brand {
  background-color: #3f51b5;
  color: white;
}
.avatar-brand:focus, .avatar-brand:hover {
  color: white;
}

.avatar-brand-accent {
  background-color: #ff4081;
  color: white;
}
.avatar-brand-accent:focus, .avatar-brand-accent:hover {
  color: white;
}

.avatar-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.avatar-green:focus, .avatar-green:hover {
  color: rgba(0, 0, 0, 0.87);
}

.avatar-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.avatar-orange:focus, .avatar-orange:hover {
  color: rgba(0, 0, 0, 0.87);
}

.avatar-red {
  background-color: #f44336;
  color: white;
}
.avatar-red:focus, .avatar-red:hover {
  color: white;
}

.avatar-lg {
  height: 80px;
  line-height: 80px;
  width: 80px;
}

.avatar-sm {
  height: 32px;
  line-height: 32px;
  width: 32px;
}

.avatar-xs {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.avatar-inline {
  display: inline-block;
}

.breadcrumb {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.breadcrumb:after, .breadcrumb:before {
  content: "";
  display: table;
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb > li {
  display: block;
  float: left;
}
.breadcrumb > li + li:before {
  color: rgba(0, 0, 0, 0.54);
  content: "chevron_right";
  display: inline-block;
  margin-left: 0.4em;
}
.breadcrumb > .active {
  color: rgba(0, 0, 0, 0.87);
}
.breadcrumb > .active > a,
.breadcrumb > .active > .a {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  text-decoration: none;
}

.btn {
  background-color: rgba(154, 154, 154, 0.18);
  background-image: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
  max-width: 100%;
  padding: 8px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:active, .btn:focus, .btn:hover {
  color: inherit;
  outline: 0;
  text-decoration: none;
}
.btn:after {
  background-color: rgba(154, 154, 154, 0.18);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.btn:active:after, .btn:focus:after {
  opacity: 1;
}
.btn.waves-attach:active:after {
  background-color: transparent;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.54;
}
.btn.disabled:after, .btn[disabled]:after, fieldset[disabled] .btn:after {
  display: none;
}
.btn.disabled .waves-ripple, .btn[disabled] .waves-ripple, fieldset[disabled] .btn .waves-ripple {
  display: none;
}

.btn-brand {
  background-color: #3f51b5;
  color: white !important;
}

.btn-brand-accent {
  background-color: #ff4081;
  color: white !important;
}

.btn-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87) !important;
}

.btn-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87) !important;
}

.btn-red {
  background-color: #f44336;
  color: white !important;
}

.btn-block {
  display: block;
  white-space: normal;
  width: 100%;
}

.btn-flat {
  font-weight: bold;
  background-color: transparent;
  box-shadow: none;
}
.btn-flat:after {
  background-color: rgba(154, 154, 154, 0.36);
  box-shadow: none;
}
.btn-flat.disabled, .btn-flat[disabled], fieldset[disabled] .btn-flat {
  background-color: transparent;
}

.btn-flat.btn-brand {
  color: #3f51b5 !important;
}

.btn-flat.btn-brand-accent {
  /*color: #ff4081 !important;*/
  color: #227447 !important;
}

.btn-flat.btn-green {
  color: #4caf50 !important;
}

.btn-flat.btn-orange {
  color: #ff9800 !important;
}

.btn-flat.btn-red {
  color: #f44336 !important;
}

.fbtn {
  background-color: #f5f5f5;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  clear: both;
  color: #212121;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  margin: 12px auto;
  padding: 10px 0;
  position: relative;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 40px;
}
.fbtn:active, .fbtn:focus, .fbtn:hover {
  color: #212121;
  outline: 0;
  text-decoration: none;
}
.fbtn:after {
  border-radius: 50%;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.fbtn:active:after, .fbtn:focus:after {
  opacity: 1;
}

.fbtn-brand {
  background-color: #3f51b5;
  color: white !important;
}

.fbtn-brand-accent {
  background-color: #ff4081;
  color: white !important;
}

.fbtn-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87) !important;
}

.fbtn-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87) !important;
}

.fbtn-red {
  background-color: #f44336;
  color: white !important;
}

.fbtn-lg {
  font-size: 20px;
  height: 56px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 56px;
}

.fbtn-container {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  right: 16px;
  bottom: 12px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 21;
}
@media only screen and (min-width: 992px) {
  .fbtn-container {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

.fbtn-dropdown,
.fbtn-dropup {
  position: absolute;
  left: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0s 0.3s;
  transition: -webkit-transform 0s 0.3s;
  transition: transform 0s 0.3s;
  transition: transform 0s 0.3s, -webkit-transform 0s 0.3s;
  width: 100%;
}
.fbtn-inner.open .fbtn-dropdown, .fbtn-inner.open
.fbtn-dropup {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: none;
  transition: none;
}
.fbtn-dropdown .fbtn,
.fbtn-dropup .fbtn {
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.fbtn-inner.open .fbtn-dropdown .fbtn, .fbtn-inner.open
.fbtn-dropup .fbtn {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.fbtn-dropdown {
  top: 100%;
}

.fbtn-dropup {
  bottom: 100%;
}

.fbtn-inner {
  position: relative;
}

.fbtn-ori,
.fbtn-sub {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: -0.5em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fbtn-inner.open .fbtn-ori {
  opacity: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.fbtn-sub {
  opacity: 0;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.fbtn-inner.open .fbtn-sub {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.fbtn-text {
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  color: #ffffff;
  display: none;
  font-size: 12px;
  line-height: 20px;
  margin-top: -11px;
  margin-left: 16px;
  padding: 2px 8px;
  position: absolute;
  top: 50%;
  left: 100%;
  white-space: nowrap;
}
.fbtn-inner.open .fbtn-text {
  display: block;
}
html.no-touchevents .fbtn-text {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s 0.3s, -webkit-transform 0s 0.3s;
}
html.no-touchevents .fbtn:hover > .fbtn-text {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fbtn-text-left {
  margin-right: 16px;
  margin-left: 0;
  right: 100%;
  left: auto;
}

.card {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
}
.card[href]:focus, .card[href]:hover {
  outline: 0;
  text-decoration: none;
}

.card-brand {
  background-color: #3f51b5;
  color: white;
}
.card-brand a,
.card-brand a:focus,
.card-brand a:hover {
  color: inherit;
}

.card-brand-accent {
  background-color: #ff4081;
  color: white;
}
.card-brand-accent a,
.card-brand-accent a:focus,
.card-brand-accent a:hover {
  color: inherit;
}

.card-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.card-green a,
.card-green a:focus,
.card-green a:hover {
  color: inherit;
}

.card-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.card-orange a,
.card-orange a:focus,
.card-orange a:hover {
  color: inherit;
}

.card-red {
  background-color: #f44336;
  color: white;
}
.card-red a,
.card-red a:focus,
.card-red a:hover {
  color: inherit;
}

.card-action {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 48px;
}
.card-action:after, .card-action:before {
  content: "";
  display: table;
  line-height: 0;
}
.card-action:after {
  clear: both;
}
.card-main > .card-action:first-child {
  border-top: 0;
}

.card-action-btn {
  margin: 6px 8px;
  white-space: nowrap;
}
.card-action-btn .btn + .btn {
  margin-left: 8px;
}

.card-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
}
.card-main > .card-header:last-child {
  border-bottom: 0;
}

.card-header-side {
  margin-top: 12px;
  margin-bottom: 12px;
}
.card-header-side.pull-left {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  padding-left: 16px;
}
.card-header-side.pull-right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 16px;
}

.card-heading {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.card-header .card-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.card-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.card-main > .card-img:first-child {
  border-radius: 2px 2px 0 0;
}
.card-main > .card-img:last-child {
  border-radius: 0 0 2px 2px;
}
.card-img img {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.card-img-heading {
  color: #ffffff;
  margin: 0;
  padding: 12px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.card-img-heading:before {
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.2));
  content: "";
  display: block;
  height: 300%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.card-inner {
  margin: 24px 16px;
}
.card-header .card-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 12px;
  margin-bottom: 12px;
}

.card-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.card-side {
  background-color: #f5f5f5;
  border-radius: 2px 0 0 2px;
  max-width: 33.33333%;
  padding-right: 16px;
  padding-left: 16px;
}
.card-side[href] {
  color: inherit;
}
.card-side[href]:focus, .card-side[href]:hover {
  outline: 0;
  text-decoration: none;
}
.card-side.card-side-img {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}
.card-side.pull-right {
  border-radius: 0 2px 2px 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.card-brand .card-side {
  background-color: #303f9f;
  color: white;
}

.card-brand-accent .card-side {
  background-color: #f50057;
  color: white;
}

.card-green .card-side {
  background-color: #388e3c;
  color: white;
}

.card-orange .card-side {
  background-color: #f57c00;
  color: rgba(0, 0, 0, 0.87);
}

.card-red .card-side {
  background-color: #d32f2f;
  color: white;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 1em;
}

code {
  background-color: #f5f5f5;
  border: 1px solid #dadada;
  border-radius: 4px;
  color: #ff4081;
  font-size: 75%;
  line-height: 1;
  padding: 2px 4px;
}

kbd {
  background-color: #212121;
  border-radius: 4px;
  color: #ffffff;
  font-size: 75%;
  padding: 2px 4px;
}
kbd kbd {
  font-size: 100%;
  font-weight: 500;
  padding: 0;
}

pre {
  background-color: #f5f5f5;
  border: 1px solid #dadada;
  border-radius: 2px;
  color: #212121;
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin: 24px 0;
  overflow: auto;
  padding: 12px 8px;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}

.dropdown {
  position: relative;
  z-index: 1;
}
.dropdown [data-toggle="dropdown"] {
  cursor: pointer;
}

.dropdown-inline {
  display: inline-block;
}

/*.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0 2px 2px 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 0 3px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.18);
  list-style: none;
  
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  
  
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;

  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dropdown-menu-list-table {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;

  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dropdown.open .dropdown-menu {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.dropdown-menu.dropdown-menu-right, .dropdown.pull-right .dropdown-menu {
  border-radius: 2px 0 2px 2px;
  right: 0;
  left: auto;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.dropdown-menu a,
.dropdown-menu .a {
  color: #212121 !important;
  display: block;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-menu a:focus, .dropdown-menu a:hover,
.dropdown-menu .a:focus,
.dropdown-menu .a:hover {
  background-color: #f5f5f5;
}
.dropdown-menu .active > a,
.dropdown-menu .active > .a {
  background-color: #f5f5f5;
}

.dropdown-toggle {
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dropdown.open .dropdown-toggle {
  background-color: rgba(154, 154, 154, 0.18);
  border-radius: 2px 2px 0 0;
}

.dropdown-toggle-btn {
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  z-index: 1;
}
.dropdown.open .dropdown-toggle-btn {
  background-color: #ffffff;
  box-shadow: none;
  color: #212121;
}
.dropdown-toggle-btn ~ .dropdown-menu {
  min-width: 100%;
  padding-top: 56px !important;
  top: -14px;
  left: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}
.dropdown-toggle-btn ~ .dropdown-menu.dropdown-menu-right, .dropdown.pull-right .dropdown-toggle-btn ~ .dropdown-menu {
  right: 0;
  left: auto;
}

.checkbox,
.radiobtn {
  display: block;
  position: relative;
}
.form-group .checkbox, .form-group
.radiobtn {
  margin-top: 8px;
  padding-bottom: 8px;
}
.checkbox label,
.radiobtn label {
  cursor: pointer;
  margin: 0;
  min-height: 14px;
  padding-left: 20px;
}
.checkbox.disabled label, fieldset[disabled] .checkbox label,
.radiobtn.disabled label, fieldset[disabled]
.radiobtn label {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
}

.checkbox input[type="checkbox"],
.radiobtn input[type="radio"] {
  margin-left: -20px;
  position: absolute;
}

.checkbox-inline,
.radiobtn-inline {
  display: inline-block;
  margin-right: 16px;
}

.form {
  margin-top: 24px;
  margin-bottom: 24px;
}

.form-control, .picker__select--month,
.picker__select--year {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  color: inherit;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 20px;
  padding: 8px 0 7px;
  width: 100%;
  font-weight: bold;
}
.form-control:focus, .picker__select--month:focus,
.picker__select--year:focus {
  /*border-color: #ff4081;*/
  border-color: #318434;
  border-bottom-width: 2px;
  outline: 0;
  padding-bottom: 6px;
}
.form-control::-webkit-input-placeholder, .picker__select--month::-webkit-input-placeholder,
.picker__select--year::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-control::-moz-placeholder, .picker__select--month::-moz-placeholder,
.picker__select--year::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-control:-ms-input-placeholder, .picker__select--month:-ms-input-placeholder,
.picker__select--year:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-control::placeholder, .picker__select--month::placeholder,
.picker__select--year::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.form-control[disabled], [disabled].picker__select--month,
[disabled].picker__select--year, .form-control[readonly], [readonly].picker__select--month,
[readonly].picker__select--year, fieldset[disabled] .form-control, fieldset[disabled] .picker__select--month,
fieldset[disabled] .picker__select--year {
  /*border-style: dashed;
  color: rgba(0, 0, 0, 0.38);*/
  /*color: grey;*/
  color: black;
  cursor: not-allowed;
  opacity: 1;
}
.form-control.form-control-inline, .form-control-inline.picker__select--month,
.form-control-inline.picker__select--year {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-control.form-control-default, .form-control-default.picker__select--month,
.form-control-default.picker__select--year {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 7px 8px;
}
.form-control.form-control-default:focus, .form-control-default.picker__select--month:focus,
.form-control-default.picker__select--year:focus {
  border: 1px solid #ff4081;
  padding: 7px 8px;
}
.form-control.form-control-default[disabled], .form-control-default[disabled].picker__select--month,
.form-control-default[disabled].picker__select--year, .form-control.form-control-default[readonly], .form-control-default[readonly].picker__select--month,
.form-control-default[readonly].picker__select--year, fieldset[disabled] .form-control.form-control-default, fieldset[disabled] .form-control-default.picker__select--month,
fieldset[disabled] .form-control-default.picker__select--year {
  background-color: rgba(154, 154, 154, 0.18);
}

.form-group-brand .form-control, .form-group-brand .picker__select--month,
.form-group-brand .picker__select--year,
.form-group-brand .form-control:focus,
.form-group-brand .picker__select--month:focus,
.form-group-brand .picker__select--year:focus {
  border-color: #3f51b5;
}

.form-group-brand-accent .form-control, .form-group-brand-accent .picker__select--month,
.form-group-brand-accent .picker__select--year,
.form-group-brand-accent .form-control:focus,
.form-group-brand-accent .picker__select--month:focus,
.form-group-brand-accent .picker__select--year:focus {
  border-color: #ff4081;
}

.form-group-green .form-control, .form-group-green .picker__select--month,
.form-group-green .picker__select--year,
.form-group-green .form-control:focus,
.form-group-green .picker__select--month:focus,
.form-group-green .picker__select--year:focus {
  border-color: #4caf50;
}

.form-group-orange .form-control, .form-group-orange .picker__select--month,
.form-group-orange .picker__select--year,
.form-group-orange .form-control:focus,
.form-group-orange .picker__select--month:focus,
.form-group-orange .picker__select--year:focus {
  border-color: #ff9800;
}

.form-group-red .form-control, .form-group-red .picker__select--month,
.form-group-red .picker__select--year,
.form-group-red .form-control:focus,
.form-group-red .picker__select--month:focus,
.form-group-red .picker__select--year:focus {
  border-color: #f44336;
}

input[type="color"].form-control-default {
  min-width: 38px;
}

select.form-control, select.picker__select--month,
select.picker__select--year {
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 0), (min--moz-device-pixel-ratio: 0) {
  select.form-control, select.picker__select--month,
  select.picker__select--year {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1ODZCNTU1QkIxQkUxMUU1OEYzRkZEMkE1Q0Y3MDFBNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1ODZCNTU1Q0IxQkUxMUU1OEYzRkZEMkE1Q0Y3MDFBNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4NkI1NTU5QjFCRTExRTU4RjNGRkQyQTVDRjcwMUE3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4NkI1NTVBQjFCRTExRTU4RjNGRkQyQTVDRjcwMUE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TozEogAAAGxJREFUeNrs1DEOgDAIheHH4XpqDocdiInYVqA6mEBC2P5vg0QEXw4VUMCPACJq/bSXuty7bAEosIuwAhgBuwjrYgVkkTPuAaLIJe4FvMgtHgGekGE8CsyQaTwDWGQZzwIwAEJAPbsC0nMIMADa5XjRmvnODAAAAABJRU5ErkJggg==);
    background-position: 100% 11px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-right: 20px;
  }
  select.form-control[multiple], select[multiple].picker__select--month,
  select[multiple].picker__select--year, select.form-control[size], select[size].picker__select--month,
  select[size].picker__select--year {
    background-image: none;
    padding-right: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0), (min--moz-device-pixel-ratio: 0) {
  select.form-control-default {
    background-position: calc(100% - 8px) 11px;
    padding-right: 28px !important;
  }
  select.form-control-default[multiple], select.form-control-default[size] {
    padding-right: 8px !important;
  }
}

textarea.form-control, textarea.picker__select--month,
textarea.picker__select--year {
  height: auto;
}

.form-control-static {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 7px;
}
.form-control-static.form-control-default {
  padding-top: 7px;
}

.form-group {
  margin-top: 24px;
  margin-bottom: 24px;
}
legend + .form-group {
  margin-top: 0;
}

.form-help {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 12px;
  position: relative;
}

.form-help-icon {
  position: absolute;
  top: 4px;
  right: 0;
}

.form-help-msg {
  padding-right: 1.28571em;
}

.form-label {
  display: block;
}
@media only screen and (min-width: 480px) {
  [class*="col-xs"] > .form-label {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  [class*="col-sm"] > .form-label {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  [class*="col-md"] > .form-label {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  [class*="col-lg"] > .form-label {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
  }
}

.form-group-brand .form-label {
  color: #3f51b5;
}

.form-group-brand-accent .form-label {
  color: #ff4081;
}

.form-group-green .form-label {
  color: #4caf50;
}

.form-group-orange .form-label {
  color: #ff9800;
}

.form-group-red .form-label {
  color: #f44336;
}

.checkbox-adv,
.radiobtn-adv {
  font-size: 14px;
  line-height: 20px;
}

[class*="checkbox-circle"],
[class*="radiobtn-circle"] {
  display: block;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
}

[class*="radiobtn-circle"] {
  border-radius: 50%;
}

.checkbox-circle,
.radiobtn-circle {
  border: 2px solid rgba(0, 0, 0, 0.54);
  -webkit-transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="checkbox"]:focus ~ .checkbox-circle {
  border-color: rgba(0, 0, 0, 0.87);
}
fieldset[disabled] input[type="checkbox"] ~ .checkbox-circle, input[type="checkbox"][disabled] ~ .checkbox-circle, .checkbox-adv.disabled input[type="checkbox"] ~ .checkbox-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

input[type="radio"]:focus ~ .radiobtn-circle {
  border-color: rgba(0, 0, 0, 0.87);
}
input[type="radio"]:checked ~ .radiobtn-circle {
  border-color: #ff4081;
}
fieldset[disabled] input[type="radio"] ~ .radiobtn-circle, input[type="radio"][disabled] ~ .radiobtn-circle, .radiobtn-adv.disabled input[type="radio"] ~ .radiobtn-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
fieldset[disabled] input[type="radio"]:checked ~ .radiobtn-circle, input[type="radio"]:checked[disabled] ~ .radiobtn-circle, .radiobtn-adv.disabled input[type="radio"]:checked ~ .radiobtn-circle {
  border-color: #ff80ab;
}

.checkbox-circle-check,
.radiobtn-circle-check {
  background-color: transparent;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox-circle-check:after, .checkbox-circle-check:before,
.radiobtn-circle-check:after,
.radiobtn-circle-check:before {
  background-color: #ff4081;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}
.checkbox-circle-check:after,
.radiobtn-circle-check:after {
  height: 70px;
  top: -28px;
  left: -28px;
  width: 70px;
}
.checkbox-circle-check:before,
.radiobtn-circle-check:before {
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

input[type="checkbox"]:checked ~ .checkbox-circle-check {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}
input[type="checkbox"]:checked ~ .checkbox-circle-check:after {
  -webkit-animation: circle-check 0.6s;
          animation: circle-check 0.6s;
}
fieldset[disabled] .checkbox-circle-check, input[type="checkbox"][disabled] ~ .checkbox-circle-check, .checkbox-adv.disabled .checkbox-circle-check {
  display: none;
}

input[type="radio"]:checked ~ .radiobtn-circle-check {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}
input[type="radio"]:checked ~ .radiobtn-circle-check:after {
  -webkit-animation: circle-check 0.6s;
          animation: circle-check 0.6s;
}
input[type="radio"]:checked ~ .radiobtn-circle-check:before {
  opacity: 1;
}
fieldset[disabled] .radiobtn-circle-check:after, fieldset[disabled] .radiobtn-circle-check:before, input[type="radio"][disabled] ~ .radiobtn-circle-check:after, input[type="radio"][disabled] ~ .radiobtn-circle-check:before, .radiobtn-adv.disabled .radiobtn-circle-check:after, .radiobtn-adv.disabled .radiobtn-circle-check:before {
  display: none;
}
fieldset[disabled] input[type="radio"]:checked ~ .radiobtn-circle-check, input[type="radio"]:checked[disabled] ~ .radiobtn-circle-check, .radiobtn-adv.disabled input[type="radio"]:checked ~ .radiobtn-circle-check {
  background-color: #ff80ab;
}

.checkbox-circle-icon {
  background-color: #ff4081;
  color: white;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox-circle-icon:before {
  top: auto;
}
input[type="checkbox"]:checked ~ .checkbox-circle-icon {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
fieldset[disabled] input[type="checkbox"]:checked ~ .checkbox-circle-icon, input[type="checkbox"]:checked[disabled] ~ .checkbox-circle-icon, .checkbox-adv.disabled input[type="checkbox"]:checked ~ .checkbox-circle-icon {
  background-color: #ff80ab;
}

@-webkit-keyframes circle-check {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}

@keyframes circle-check {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
.floating-label {
  color: rgba(0, 0, 0, 0.38);
  cursor: text;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 11px;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-group-label [class*="col-"] .floating-label {
  left: 16px;
}
.form-group-label.control-focus .floating-label, .form-group-label.control-highlight .floating-label {
  -webkit-transform: scale(0.85714, 0.85714) translateY(-27px);
          transform: scale(0.85714, 0.85714) translateY(-27px);
}
.form-group-label.control-focus .floating-label {
  color: #ff4081;
}

.form-group-label {
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
}
.form-group-label .form-control, .form-group-label .picker__select--month,
.form-group-label .picker__select--year {
  position: relative;
  z-index: 1;
}
.form-group-label .form-control::-webkit-input-placeholder, .form-group-label .picker__select--month::-webkit-input-placeholder,
.form-group-label .picker__select--year::-webkit-input-placeholder {
  color: transparent;
}
.form-group-label .form-control::-moz-placeholder, .form-group-label .picker__select--month::-moz-placeholder,
.form-group-label .picker__select--year::-moz-placeholder {
  color: transparent;
}
.form-group-label .form-control:-ms-input-placeholder, .form-group-label .picker__select--month:-ms-input-placeholder,
.form-group-label .picker__select--year:-ms-input-placeholder {
  color: transparent;
}
.form-group-label .form-control::placeholder, .form-group-label .picker__select--month::placeholder,
.form-group-label .picker__select--year::placeholder {
  color: transparent;
}
legend + .form-group-label {
  margin-top: 12px;
}

.form-group-label.form-group-brand .floating-label {
  color: #3f51b5;
}

.form-group-label.form-group-brand-accent .floating-label {
  color: #ff4081;
}

.form-group-label.form-group-green .floating-label {
  color: #4caf50;
}

.form-group-label.form-group-orange .floating-label {
  color: #ff9800;
}

.form-group-label.form-group-red .floating-label {
  color: #f44336;
}

.form-icon-label {
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 28px;
  padding: 4px 0;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch {
  position: relative;
}
.switch.checkbox label, .switch.radiobtn label {
  padding-left: 40.5px;
}

.switch-toggle {
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  position: relative;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  width: 32.5px;
}
.switch-toggle:after, .switch-toggle:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
}
.switch-toggle:after {
  box-shadow: 0 0 0 12.5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.switch-toggle:active:after {
  opacity: 1;
}
.switch-toggle:before {
  background-color: #ffffff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
input[type="checkbox"]:checked + .switch-toggle, input[type="radio"]:checked + .switch-toggle {
  /*background-color: rgba(255, 64, 129, 0.5);*/
  background-color: rgba(8, 143, 64, 0.5);
}
input[type="checkbox"]:checked + .switch-toggle:after, input[type="checkbox"]:checked + .switch-toggle:before, input[type="radio"]:checked + .switch-toggle:after, input[type="radio"]:checked + .switch-toggle:before {
  -webkit-transform: translateX(12.5px);
          transform: translateX(12.5px);
}
input[type="checkbox"]:checked + .switch-toggle:before, input[type="radio"]:checked + .switch-toggle:before {
  /*background-color: #ff4081;*/
  background-color: #2c7e30;
}
input[type="checkbox"]:checked + .switch-toggle:active:after, input[type="radio"]:checked + .switch-toggle:active:after {
  box-shadow: 0 0 0 12.5px rgba(255, 64, 129, 0.25);
}
.checkbox.switch .switch-toggle, .radiobtn.switch .switch-toggle {
  position: absolute;
  top: 4px;
  left: 0;
}

input[type="checkbox"]:checked + .switch-toggle-brand, input[type="radio"]:checked + .switch-toggle-brand {
  background-color: rgba(63, 81, 181, 0.5);
}
input[type="checkbox"]:checked + .switch-toggle-brand:before, input[type="radio"]:checked + .switch-toggle-brand:before {
  background-color: #3f51b5;
}
input[type="checkbox"]:checked + .switch-toggle-brand:active:after, input[type="radio"]:checked + .switch-toggle-brand:active:after {
  box-shadow: 0 0 0 12.5px rgba(63, 81, 181, 0.25);
}

input[type="checkbox"]:checked + .switch-toggle-green, input[type="radio"]:checked + .switch-toggle-green {
  background-color: rgba(76, 175, 80, 0.5);
}
input[type="checkbox"]:checked + .switch-toggle-green:before, input[type="radio"]:checked + .switch-toggle-green:before {
  background-color: #4caf50;
}
input[type="checkbox"]:checked + .switch-toggle-green:active:after, input[type="radio"]:checked + .switch-toggle-green:active:after {
  box-shadow: 0 0 0 12.5px rgba(76, 175, 80, 0.25);
}

input[type="checkbox"]:checked + .switch-toggle-orange, input[type="radio"]:checked + .switch-toggle-orange {
  background-color: rgba(255, 152, 0, 0.5);
}
input[type="checkbox"]:checked + .switch-toggle-orange:before, input[type="radio"]:checked + .switch-toggle-orange:before {
  background-color: #ff9800;
}
input[type="checkbox"]:checked + .switch-toggle-orange:active:after, input[type="radio"]:checked + .switch-toggle-orange:active:after {
  box-shadow: 0 0 0 12.5px rgba(255, 152, 0, 0.25);
}

input[type="checkbox"]:checked + .switch-toggle-red, input[type="radio"]:checked + .switch-toggle-red {
  background-color: rgba(244, 67, 54, 0.5);
}
input[type="checkbox"]:checked + .switch-toggle-red:before, input[type="radio"]:checked + .switch-toggle-red:before {
  background-color: #f44336;
}
input[type="checkbox"]:checked + .switch-toggle-red:active:after, input[type="radio"]:checked + .switch-toggle-red:active:after {
  box-shadow: 0 0 0 12.5px rgba(244, 67, 54, 0.25);
}

.textarea-autosize {
  min-height: 36px;
  overflow-x: hidden;
}

.label {
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 2px;
  color: #ffffff;
  display: inline;
  font-size: 75%;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 0.2em 0.6em;
  vertical-align: baseline;
  white-space: nowrap;
}

.label-brand {
  background-color: #3f51b5;
  color: white;
}

.label-brand-accent {
  background-color: #ff4081;
  color: white;
}

.label-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}

.label-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.label-red {
  background-color: #f44336;
  color: white;
}

.modal {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  overflow: hidden;
  outline: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #000000;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 39;
}
.modal-backdrop.fade.in {
  opacity: 0.54;
}
.menu ~ .modal-backdrop {
  z-index: 30;
}
.menu ~ .modal-backdrop.in {
  opacity: 0.54;
}

.modal-close {
  color: #727272;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 20px;
  line-height: 28px;
  margin-right: -8px;
  padding-right: 8px;
  padding-left: 8px;
}
.modal-close:focus, .modal-close:hover {
  color: #ff4081;
  text-decoration: none;
}

.modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative;
}

.modal-dialog {
  margin: 48px 16px;
  position: relative;
}
.modal-dialog.modal-full {
  height: 100%;
  height: calc(100% - 96px);
}
.modal-dialog.modal-full .modal-content {
  height: 100%;
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media only screen and (min-width: 480px) {
  .modal-dialog.modal-xs {
    margin-right: auto;
    margin-left: auto;
    width: 448px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-dialog {
    width: 1408px;
  }
}

.modal-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.modal-footer .btn + .btn {
  margin-right: 16px;
}
.modal-footer .text-right .btn + .btn {
  margin-right: auto;
  margin-left: 16px;
}

.modal-heading {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
}

.modal-inner {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
}

.modal-open {
  overflow: hidden;
}

.modal-title {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-right: 28px;
  margin-bottom: 24px;
}

.modal-va-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.modal-va-middle .modal-dialog {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 480px) {
  .modal-va-middle .modal-dialog.modal-xs {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media only screen and (min-width: 992px) {
  .modal-va-middle .modal-dialog {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.modal-va-middle-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  position: relative;
}
.nav:after, .nav:before {
  content: "";
  display: table;
  line-height: 0;
}
.nav:after {
  clear: both;
}
.nav a,
.nav .a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 43px;
  padding: 0 16px;
  position: relative;

  line-height: 60px;
  display: block;
}
.nav a:focus, .nav a:hover,
.nav .a:focus,
.nav .a:hover {
  text-decoration: none;
}
.nav li {
  display: block;
  position: relative;
}
.nav ul {
  margin: 0;
  padding: 0;
}

.nav-justified,
.nav-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-justified {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.nav-justified > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nav-justified > li > a,
.nav-justified > li > .a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.nav-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.nav-list > li {
  float: left;
}

.picker {
  position: absolute;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.picker__box {
  background-color: #ffffff;
}

.picker__date-display {
  background-color: #207245;
  /*border-radius: 4px 4px 0 0;*/
  color: white;
  padding: 12px 16px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .picker__date-display {
    /*border-radius: 4px 0 0 4px;*/
    width: 176px;
  }
}

.picker__date-display-bottom {
  font-size: 34px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.picker__date-display-top {
  color: white;
  margin-bottom: 8px;
}

.picker__day {
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  padding: 8px 0;
  width: 36px;
}
.picker__day:focus, .picker__day:hover {
  color: #207245;
  cursor: pointer;
}
.picker__day.picker__day--disabled {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
}
.picker__day.picker__day--highlighted {
  color: #207245;
}
.picker__day.picker__day--selected {
  background-color: #207245;
  color: white !important;
}

.picker__day-display {
  margin-right: 8px;
}

.picker__day--outfocus {
  display: none;
}

.picker__footer {
  padding: 8px 16px;
  text-align: right;
}
.picker__footer button {
  margin-left: 8px;
}
.picker__footer button:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .picker__footer {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.picker__frame {
  margin: 48px auto;
  max-width: 268px;
  position: relative;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.picker--opened .picker__frame {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media only screen and (min-width: 992px) {
  .picker__frame {
    max-width: 528px;
  }
}

.picker__header {
  margin-top: 12px;
  margin-bottom: 8px;
  position: relative;
}

.picker__holder {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*overflow-x: hidden;
  overflow-y: auto;*/
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0s 0.3s;
  transition: -webkit-transform 0s 0.3s;
  transition: transform 0s 0.3s;
  transition: transform 0s 0.3s, -webkit-transform 0s 0.3s;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  outline: none;
}
.picker__holder:before {
  background-color: #000000;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  outline: none;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.picker--opened .picker__holder {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: none;
  transition: none;
}
.picker--opened .picker__holder:before {
  opacity: 0.5;
}

.picker__input {
  background-color: transparent !important;
  border-bottom-style: solid !important;
  /*color: inherit !important;*/
  cursor: text !important;
}
.picker__input.picker__input--active {
  border-color: #ff4081;
  border-bottom-width: 2px;
}
.picker__input.picker__input--active.form-control-default {
  border-bottom-width: 1px;
}

.picker__month,
.picker__year {
  display: inline;
  margin-left: 16px;
}
.picker__month:first-child,
.picker__year:first-child {
  margin-left: 0;
}

.picker__nav--next,
.picker__nav--prev {
  cursor: pointer;
  height: 36px;
  line-height: 20px;
  margin-top: -18px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 36px;
}
.picker__nav--next:focus, .picker__nav--next:hover,
.picker__nav--prev:focus,
.picker__nav--prev:hover {
  color: #3f51b5;
}
@media only screen and (min-width: 992px) {
  .picker__nav--next,
  .picker__nav--prev {
    width: 48px;
  }
}

.picker__nav--next {
  right: 8px;
}
.picker__nav--next:before {
  content: "keyboard_arrow_right";
}

.picker__nav--prev {
  left: 8px;
}
.picker__nav--prev:before {
  content: "keyboard_arrow_left";
}

.picker__select--month,
.picker__select--year {
  background-position: 100% 4px !important;
  border-bottom: 0;
  display: inline-block;
  height: 20px;
  margin-left: 16px;
  padding: 0;
  width: auto;
}
.picker__select--month:first-child,
.picker__select--year:first-child {
  margin-left: 0;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-bottom: 0;
  padding-bottom: 0;
}

.picker__table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  table-layout: fixed;
}
@media only screen and (min-width: 992px) {
  .picker__table {
    margin: 0;
  }
}

.picker__table td,
.picker__table th {
  border: 0;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  background-color: white;
}
@media only screen and (min-width: 992px) {
  .picker__table td,
  .picker__table th {
    width: 48px;
  }
  .picker__table td:first-child,
  .picker__table th:first-child {
    padding-left: 8px;
    width: 56px;
  }
  .picker__table td:last-child,
  .picker__table th:last-child {
    padding-right: 8px;
    width: 56px;
  }
}

.picker__weekday {
  color: #9a9a9a;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.picker__weekday-display {
  margin-right: 8px;
}
.picker__weekday-display:after {
  content: ",";
}
@media only screen and (min-width: 992px) {
  .picker__weekday-display {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.picker__wrap {
  border-radius: 4px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .picker__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.progress {
  background-color: #ff80ab;
  height: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.progress-bar {
  background-color: #ff4081;
  border-radius: 0 1px 1px 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-brand {
  background-color: #7986cb;
}
.progress-brand .progress-bar {
  background-color: #3f51b5;
}

.progress-green {
  background-color: #81c784;
}
.progress-green .progress-bar {
  background-color: #4caf50;
}

.progress-orange {
  background-color: #ffb74d;
}
.progress-orange .progress-bar {
  background-color: #ff9800;
}

.progress-red {
  background-color: #e57373;
}
.progress-red .progress-bar {
  background-color: #f44336;
}

.progress-bar-indeterminate {
  background-color: #ff4081;
}
.progress-bar-indeterminate:after, .progress-bar-indeterminate:before {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: inherit;
  border-radius: 1px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: left, width;
}
.progress-bar-indeterminate:after {
  -webkit-animation-name: pbar-indeterminate-one;
          animation-name: pbar-indeterminate-one;
  left: 0;
}
.progress-bar-indeterminate:before {
  -webkit-animation-name: pbar-indeterminate-two;
          animation-name: pbar-indeterminate-two;
  right: 0;
}

@-webkit-keyframes pbar-indeterminate-one {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 25%;
    width: 75%;
  }
  75% {
    left: 100%;
    width: 0%;
  }
}

@keyframes pbar-indeterminate-one {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 25%;
    width: 75%;
  }
  75% {
    left: 100%;
    width: 0%;
  }
}
@-webkit-keyframes pbar-indeterminate-two {
  0%,
		50% {
    left: 0%;
    width: 0%;
  }
  75% {
    left: 0%;
    width: 25%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@keyframes pbar-indeterminate-two {
  0%,
		50% {
    left: 0%;
    width: 0%;
  }
  75% {
    left: 0%;
    width: 25%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
.progress-position-absolute-bottom,
.progress-position-absolute-top,
.progress-position-fixed-bottom,
.progress-position-fixed-top {
  margin: 0;
  left: 0;
  width: 100%;
}

.progress-position-absolute-bottom,
.progress-position-absolute-top {
  position: absolute;
}

.progress-position-absolute-bottom,
.progress-position-fixed-bottom {
  bottom: 0;
}

.progress-position-absolute-top,
.progress-position-fixed-top {
  top: 0;
}

.progress-position-fixed-top,
.progress-position-fixed-bottom {
  position: fixed;
}

.progress-circular {
  height: 40px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  /*width: 40px;*/
}

.progress-circular-center {
  margin-right: auto;
  margin-left: auto;
}

.progress-circular-gap {
  border-top: 2px solid #ff4081;
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  left: 19px;
}

.progress-circular-white .progress-circular-gap {
  border-top-color: white;
}

.progress-circular-brand .progress-circular-gap {
  border-top-color: #3f51b5;
}

.progress-circular-green .progress-circular-gap {
  border-top-color: #4caf50;
}

.progress-circular-orange .progress-circular-gap {
  border-top-color: #ff9800;
}

.progress-circular-red .progress-circular-gap {
  border-top-color: #f44336;
}

.progress-circular-inline {
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
}

.progress-circular-inner {
  -webkit-animation: pcircular-inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
          animation: pcircular-inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  height: 40px;
  position: relative;
  width: 40px;
  will-change: transform;
}

.progress-circular-left,
.progress-circular-right {
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 20px;
}

.progress-circular-left {
  left: 0;
}

.progress-circular-right {
  right: 0;
}

.progress-circular-spinner {
  border: 4px solid #ff4081;
  border-bottom-color: transparent;
  border-radius: 50%;
  height: 40px;
  position: absolute;
  top: 0;
  width: 40px;
  will-change: transform;
}
.progress-circular-left .progress-circular-spinner {
  -webkit-animation: pcircular-spinner-left 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
          animation: pcircular-spinner-left 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  border-right-color: transparent;
  left: 0;
}
.progress-circular-right .progress-circular-spinner {
  -webkit-animation: pcircular-spinner-right 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
          animation: pcircular-spinner-right 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  border-left-color: transparent;
  right: 0;
}

.progress-circular-white .progress-circular-spinner {
  border-top-color: white;
}
.progress-circular-white .progress-circular-left .progress-circular-spinner {
  border-left-color: white;
}
.progress-circular-white .progress-circular-right .progress-circular-spinner {
  border-right-color: white;
}


.progress-circular-brand .progress-circular-spinner {
  border-top-color: #3f51b5;
}
.progress-circular-brand .progress-circular-left .progress-circular-spinner {
  border-left-color: #3f51b5;
}
.progress-circular-brand .progress-circular-right .progress-circular-spinner {
  border-right-color: #3f51b5;
}

.progress-circular-green .progress-circular-spinner {
  border-top-color: #4caf50;
}
.progress-circular-green .progress-circular-left .progress-circular-spinner {
  border-left-color: #4caf50;
}
.progress-circular-green .progress-circular-right .progress-circular-spinner {
  border-right-color: #4caf50;
}

.progress-circular-orange .progress-circular-spinner {
  border-top-color: #ff9800;
}
.progress-circular-orange .progress-circular-left .progress-circular-spinner {
  border-left-color: #ff9800;
}
.progress-circular-orange .progress-circular-right .progress-circular-spinner {
  border-right-color: #ff9800;
}

.progress-circular-red .progress-circular-spinner {
  border-top-color: #f44336;
}
.progress-circular-red .progress-circular-left .progress-circular-spinner {
  border-left-color: #f44336;
}
.progress-circular-red .progress-circular-right .progress-circular-spinner {
  border-right-color: #f44336;
}

.progress-circular-wrapper {
  -webkit-animation: pcircular-wrapper-rotate 2.91667s linear infinite;
          animation: pcircular-wrapper-rotate 2.91667s linear infinite;
  will-change: transform;
}

@-webkit-keyframes pcircular-inner-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@keyframes pcircular-inner-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes pcircular-spinner-left {
  0%,
		100% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes pcircular-spinner-left {
  0%,
		100% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes pcircular-spinner-right {
  0%,
		100% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes pcircular-spinner-right {
  0%,
		100% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes pcircular-wrapper-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes pcircular-wrapper-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.load-bar {
  float: right;
  height: 100%;
  overflow: hidden;
  width: 50%;
}
.load-bar:first-child {
  float: left;
}

.load-bar-base {
  -webkit-animation: load-bar-right-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
          animation: load-bar-right-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
  background-color: #ff4081;
  float: left;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  width: 100%;
  will-change: transform;
}
.load-bar:first-child .load-bar-base {
  -webkit-animation: load-bar-left-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
          animation: load-bar-left-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@-webkit-keyframes load-bar-left-in {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes load-bar-left-in {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes load-bar-right-in {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes load-bar-right-in {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.load-bar-content {
  -webkit-animation: load-bar-right 3.6s linear infinite forwards;
          animation: load-bar-right 3.6s linear infinite forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  float: left;
  height: 100%;
  position: relative;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: 400%;
  will-change: transform;
}
.load-bar:first-child .load-bar-content {
  -webkit-animation: load-bar-left 3.6s linear infinite forwards;
          animation: load-bar-left 3.6s linear infinite forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes load-bar-left {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes load-bar-left {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@-webkit-keyframes load-bar-right {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes load-bar-right {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.load-bar-progress {
  background-color: transparent;
  float: left;
  height: 100%;
  width: 25%;
}

.load-bar-progress-brand {
  background-color: #3f51b5;
}

.load-bar-progress-green {
  background-color: #4caf50;
}

.load-bar-progress-orange {
  background-color: #ff9800;
}

.load-bar-progress-red {
  background-color: #f44336;
}

.snackbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 14100;
}
.snackbar a {
  cursor: pointer;
}
.snackbar a:focus, .snackbar a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .snackbar {
    padding-right: 16px;
    padding-left: 16px;
    bottom: 16px;
  }
  .fbtn-container ~ .snackbar {
    right: 72px;
  }
}

.snackbar-inner {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.93);
  box-shadow: 0 1px 10px rgba(196, 121, 0, 0.5);
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 12px 16px;
  -webkit-transform: translate(0, 200%);
          transform: translate(0, 200%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.snackbar-inner:after, .snackbar-inner:before {
  content: "";
  display: table;
  line-height: 0;
}
.snackbar-inner:after {
  clear: both;
}
.snackbar-inner.in {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media only screen and (min-width: 768px) {
  .snackbar-inner {
    border-radius: 2px;
    float: left;
  }
}

.snackbar-text {
  min-width: 0;
}

[data-dismiss="snackbar"] {
  cursor: pointer;
  font-weight: 500;
  margin-left: 16px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.tab-nav {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.tab-nav .nav {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.tab-nav .nav > li > a,
.tab-nav .nav > li > .a {
  color: inherit;
  text-transform: uppercase;
}
.tab-nav .nav > li > a:after,
.tab-nav .nav > li > .a:after {
  /*border-bottom: 2px solid #ff4081;*/
  border-bottom: 4px solid #2c7e30;  
  background-color: rgba(0, 0, 0, 0.12);
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.tab-nav .nav > li > a:focus:after, .tab-nav .nav > li > a:hover:after,
.tab-nav .nav > li > .a:focus:after,
.tab-nav .nav > li > .a:hover:after {
  opacity: 0.3;
}
.tab-nav .nav > li.active > a:after, .tab-nav .nav > li.active > .a:after {
  opacity: 1;
  -webkit-transition: opacity 0s 0.45s;
  transition: opacity 0s 0.45s;
}

.tab-nav-indicator {
  background-color: transparent;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.tab-nav-indicator.animate {
  background-color: #ff4081;
  -webkit-transition: left 0.225s cubic-bezier(0.4, 0, 0.2, 1) 0.225s, right 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.225s cubic-bezier(0.4, 0, 0.2, 1) 0.225s, right 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: left, right;
}
.tab-nav-indicator.animate.reverse {
  -webkit-transition: left 0.45s cubic-bezier(0.4, 0, 0.2, 1), right 0.225s cubic-bezier(0.4, 0, 0.2, 1) 0.225s;
  transition: left 0.45s cubic-bezier(0.4, 0, 0.2, 1), right 0.225s cubic-bezier(0.4, 0, 0.2, 1) 0.225s;
}

.tab-nav-brand .nav > li > a:after,
.tab-nav-brand .nav > li > .a:after {
  border-bottom-color: #3f51b5;
}
.tab-nav-brand .tab-nav-indicator.animate {
  background-color: #3f51b5;
}

.tab-nav-green .nav > li > a:after,
.tab-nav-green .nav > li > .a:after {
  border-bottom-color: #4caf50;
}
.tab-nav-green .tab-nav-indicator.animate {
  background-color: #4caf50;
}

.tab-nav-orange .nav > li > a:after,
.tab-nav-orange .nav > li > .a:after {
  border-bottom-color: #ff9800;
}
.tab-nav-orange .tab-nav-indicator.animate {
  background-color: #ff9800;
}

.tab-nav-red .nav > li > a:after,
.tab-nav-red .nav > li > .a:after {
  border-bottom-color: #f44336;
}
.tab-nav-red .tab-nav-indicator.animate {
  background-color: #f44336;
}

.tab-pane {
  display: none;
  visibility: hidden;
}
.tab-pane.active {
  display: block;
  visibility: visible;
}

.table {
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06), 0 0 3px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.18);
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
}
.card-table > .table {
  box-shadow: none;
  margin-right: -16px;
  margin-left: -16px;
}
.card-table > .table:first-child {
  margin-top: 0;
}
.card-table > .table:last-child {
  margin-bottom: 0;
}
.table > tbody:first-child > tr:first-child td,
.table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.table > tbody > tr:hover {
  /*background-color: #f5f5f5;*/
  /*background-color: #dbf3dd; color: #00860b; font-weight: bold;*/
  background-color: #E7F7FF; color: #0B5F8D; font-weight: bold;
}
.table td,
.table th {
  /*border-top: 1px solid #dadada;*/
  font-size: 14px;
  line-height: 20px;
  padding: 13px 16px 14px;
  vertical-align: top;
}
.table td.nowrap,
.table th.nowrap {
  white-space: nowrap;
  width: 1%;
}
.table > thead:first-child > tr:first-child td,
.table > thead:first-child > tr:first-child th {
  border-top: 0;
}
.table > thead td,
.table > thead th {
  color: #9a9a9a;
  font-size: 12px;
  vertical-align: bottom;
}

.table-responsive {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06), 0 0 3px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.18);
  margin-top: 24px;
  margin-bottom: 24px;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.card-table > .table-responsive {
  box-shadow: none;
  margin-right: -16px;
  margin-left: -16px;
}
.card-table > .table-responsive:first-child {
  margin-top: 0;
}
.card-table > .table-responsive:last-child {
  margin-bottom: 0;
}
.table-responsive > .table {
  box-shadow: none;
  margin: 0;
}

.tile {
  background-color: #ffffff;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
}
.tile[href]:focus, .tile[href]:hover {
  outline: 0;
  text-decoration: none;
}
.tile.active {
  /*margin-top: 24px;*/
  margin-bottom: 24px;
}

.tile-brand {
  background-color: #3f51b5;
  color: white;
}
.tile-brand a,
.tile-brand a:focus,
.tile-brand a:hover {
  color: inherit;
}

.tile-brand-accent {
  background-color: #ff4081;
  color: white;
}
.tile-brand-accent a,
.tile-brand-accent a:focus,
.tile-brand-accent a:hover {
  color: inherit;
}

.tile-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.tile-green a,
.tile-green a:focus,
.tile-green a:hover {
  color: inherit;
}

.tile-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.tile-orange a,
.tile-orange a:focus,
.tile-orange a:hover {
  color: inherit;
}

.tile-red {
  background-color: #f44336;
  color: white;
}
.tile-red a,
.tile-red a:focus,
.tile-red a:hover {
  color: inherit;
}

.tile-action {
  min-height: 48px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
html.no-touchevents .tile-action {
  display: none;
}
html.no-touchevents .tile:hover .tile-action {
  display: block;
}

html.no-touchevents .tile-action-show {
  display: block;
}

.tile-active-show.collapsing {
  -webkit-transition: height 0.15s linear;
  transition: height 0.15s linear;
}

.tile-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: margin 0.15s linear;
  transition: margin 0.15s linear;
}
.tile-collapse.active {
  /*margin-right: -8px;
  margin-left: -8px;*/
}
.tile-collapse > [data-toggle="tile"] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tile-collapse > [data-toggle="tile"] [data-ignore="tile"] {
  cursor: default;
  cursor: initial;
}

.tile-collapse-full.active {
  margin-right: calc(-50vw + 50% + 2px);
  margin-left: calc(-50vw + 50% + 2px);
}
@media only screen and (min-width: 992px) {
  .tile-collapse-full.active {
    margin-right: calc(-50vw + 50% + 16px);
    margin-left: calc(-50vw + 50% + 16px);
  }
}

.tile-footer {
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 48px;
}
.tile-footer:after, .tile-footer:before {
  content: "";
  display: table;
  line-height: 0;
}
.tile-footer:after {
  clear: both;
}
.tile > .tile-footer:first-child, .tile-active-show > .tile-footer:first-child {
  border-top: 0;
}

.tile-brand .tile-footer {
  background-color: #303f9f;
  color: white;
}

.tile-brand-accent .tile-footer {
  background-color: #f50057;
  color: white;
}

.tile-green .tile-footer {
  background-color: #388e3c;
  color: white;
}

.tile-orange .tile-footer {
  background-color: #f57c00;
  color: rgba(0, 0, 0, 0.87);
}

.tile-red .tile-footer {
  background-color: #d32f2f;
  color: white;
}

.tile-footer-btn {
  margin: 6px 8px;
  white-space: nowrap;
}
.tile-footer-btn .btn + .btn {
  margin-left: 8px;
}

.tile-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 14px 16px;
  min-width: 0;
}

.tile-side {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.tile-side.pull-left {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 16px;
}
.tile-side.pull-right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 16px;
}

.tile-sub {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-right: 16px;
  padding-left: 16px;
}
.tile-sub:after, .tile-sub:before {
  content: "";
  display: table;
  line-height: 0;
}
.tile-sub:after {
  clear: both;
}

.tile-brand .tile-sub {
  border-top-color: #303f9f;
}

.tile-brand-accent .tile-sub {
  border-top-color: #f50057;
}

.tile-green .tile-sub {
  border-top-color: #388e3c;
}

.tile-orange .tile-sub {
  border-top-color: #f57c00;
}

.tile-red .tile-sub {
  border-top-color: #d32f2f;
}

.tile-wrap {
  margin-top: 24px;
  margin-bottom: 24px;
}

.content-header {
  background-color: #f5f5f5;
  color: #212121;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 12px;
}

.content-header-brand,
.page-brand .content-header {
  background-color: #3f51b5;
  color: white;
}

.content-header-brand-accent,
.page-brand-accent .content-header {
  background-color: #ff4081;
  color: white;
}

.content-header-green,
.page-green .content-header {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}

.content-header-orange,
.page-orange .content-header {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.content-header-red,
.page-red .content-header {
  background-color: #f44336;
  color: white;
}

.content-heading {
  font-weight: 300;
}

.content-inner {
  margin-top: 48px;
  margin-bottom: 48px;
}

.content-sub-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.page-brand .content-sub-heading {
  color: #3f51b5;
}

.page-brand-accent .content-sub-heading {
  color: #ff4081;
}

.page-green .content-sub-heading {
  color: #4caf50;
}

.page-orange .content-sub-heading {
  color: #ff9800;
}

.page-red .content-sub-heading {
  color: #f44336;
}

.header {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #f5f5f5;
  color: #212121;
  height: 56px;
  z-index: 30;
}
.header:after {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: -1;
}
.header.affix:after {
  opacity: 1;
}
.header a {
  color: inherit;
  z-index: 1;
}
.header .nav {
  margin-top: 0;
  margin-bottom: 0;
}
.header .nav > li > a,
.header .nav > li > .a {
  height: 43px;
}
.header .tab-nav {
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
}

.header-brand {
  background-color: #3f51b5;
  color: white;
}

.header-brand-accent {
  background-color: #ff4081;
  color: white;
}

.header-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}

.header-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.header-red {
  background-color: #f44336;
  color: white;
}

.header-affix {
  max-height: 56px;
  overflow: hidden;
  width: 0;
}
.header-affix.affix {
  width: auto;
}

.header-affix-hide {
  max-height: 56px;
  overflow: hidden;
  width: auto;
}
.header-affix-hide.affix {
  width: 0;
}

.header-logo,
.header-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-weight: 300;
  height: 56px;
  line-height: 28px;
  margin: 0 16px;
  white-space: nowrap;
}
.header-logo:focus, .header-logo:hover,
.header-text:focus,
.header-text:hover {
  outline: 0;
  text-decoration: none;
}

.header-logo {
  font-size: 20px;
}
.header-logo img {
  display: block;
  max-height: 42px;
  width: auto;
}

.header-seamed,
.header-standard,
.header-waterfall {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.header-standard:after {
  opacity: 1;
}

.header-transparent {
  background-color: transparent;
}
.header-transparent:before {
  background-color: #f5f5f5;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: -1;
}
.header-transparent.affix:before {
  opacity: 1;
}

.page-brand .header-transparent {
  /*color: white;*/
}
.page-brand .header-transparent:before {
  /*background-color: #313131;*/
  /*background: linear-gradient(to bottom, #4475a1 0, #364181 100%);*/
  /*background: linear-gradient(to bottom, #d33131 0, #960303 100%);*/
  /*background-color: #272E38;*/
  background-color: white;
  /*background-image: url(./images/bg/purple.jpg);*/
}

.page-brand-accent .header-transparent {
  color: white;
}
.page-brand-accent .header-transparent:before {
  background-color: #ff4081;
}

.page-green .header-transparent {
  color: rgba(0, 0, 0, 0.87);
}
.page-green .header-transparent:before {
  background-color: #4caf50;
}

.page-orange .header-transparent {
  color: rgba(0, 0, 0, 0.87);
}
.page-orange .header-transparent:before {
  background-color: #ff9800;
}

.page-red .header-transparent {
  color: white;
}
.page-red .header-transparent:before {
  background-color: #f44336;
}

.menu {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  overflow: hidden;
  outline: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 31;
}

.menu-collapse-toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 16px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.menu-collapse-toggle:focus, .menu-collapse-toggle:hover {
  outline: 0;
  text-decoration: none;
}

.menu-collapse-toggle-close,
.menu-collapse-toggle-default {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-collapse-toggle-close {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 100%;
}
.menu-collapse-toggle.collapsed .menu-collapse-toggle-close {
  opacity: 0;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.menu-collapse-toggle-default {
  opacity: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.menu-collapse-toggle.collapsed .menu-collapse-toggle-default {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.menu-content {
  padding-top: 0px;
  padding-bottom: 0px;
}
.menu-content .nav {
  margin-top: 0;
  margin-bottom: 0;
}
select::-ms-expand {
    background-color: white;
    border-style: none;
    cursor: pointer;    
}
.menu-content .nav a,
.menu-content .nav .a {
  color: #212121;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
.menu-content .nav a:focus, .menu-content .nav a:hover,
.menu-content .nav .a:focus,
.menu-content .nav .a:hover {
  /*background-color: #5F5F5F;*/
  background-color: rgba(0, 0, 0, 0.12);
}
.menu-content .nav li.active > a,
.menu-content .nav li.active > .a {
  color: #3f51b5;  
}
.menu-content .nav ul a,
.menu-content .nav ul .a {
  font-weight: 400;
  min-height: 36px;
  padding-left: 32px;
}
.menu-content .nav ul ul a,
.menu-content .nav ul ul .a {
  font-size: 12px;
  padding-left: 48px;
}

.page-brand .menu-content .nav li.active > a,
.page-brand .menu-content .nav li.active > .a {
  color: #3f51b5;
}

.page-brand-accent .menu-content .nav li.active > a,
.page-brand-accent .menu-content .nav li.active > .a {
  color: #ff4081;
}

.page-green .menu-content .nav li.active > a,
.page-green .menu-content .nav li.active > .a {
  color: #4caf50;
}

.page-orange .menu-content .nav li.active > a,
.page-orange .menu-content .nav li.active > .a {
  color: #ff9800;
}

.page-red .menu-content .nav li.active > a,
.page-red .menu-content .nav li.active > .a {
  color: #f44336;
}

.menu-content-inner {
  padding-right: 16px;
  padding-left: 16px;
}

.menu-backdrop {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #000000;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 30;
}
.menu-backdrop.in {
  opacity: 0.5;
}

.menu-logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dadada;
  color: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 0px;
  min-height: 56px;
  padding: 0 16px;
}
.menu-logo[href]:focus, .menu-logo[href]:hover {
  color: #212121;
  outline: 0;
  text-decoration: none;
}
.menu-content > .menu-logo:first-child {
  margin-top: 0px;
}
.menu-logo img {
  display: block;
  max-height: 42px;
  width: auto;
}

.menu-scroll {
  background-color: #ffffff;
  height: 100%;
  max-width: 85%;
  max-width: calc(100% - 64px);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 320px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.menu-right .menu-scroll {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.menu.in .menu-scroll {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (min-width: 992px) {
  .menu-scroll {
    max-width: none;
  }
}

.menu-top {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.menu-top a,
.menu-top a:focus,
.menu-top a:hover {
  color: inherit;
  text-decoration: none;
}

.menu-top-img {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.menu-top-img img {
  min-height: 100%;
  width: 100%;
  opacity: 0.5;
}

.menu-top-info {
  padding: 12px 16px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .menu-top-info {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.menu-top-info-sub {
  font-weight: 300;
  padding: 12px 16px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .menu-top-info-sub {
    padding-top: 24px;
  }
}

.menu-top-user {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-top-user > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media only screen and (min-width: 992px) {
  .nav-drawer.nav-drawer-md {
    background-color: transparent;
    display: block !important;
    overflow: visible;
    width: 240px;
    z-index: 30;
  }
  .nav-drawer.nav-drawer-md.in ~ .menu-backdrop {
    display: none;
  }
  .nav-drawer.nav-drawer-md.in ~ .menu-backdrop ~ .menu-backdrop {
    display: block;
  }
  .nav-drawer.nav-drawer-md.menu-left ~ .content,
  .nav-drawer.nav-drawer-md.menu-left ~ .footer,
  .nav-drawer.nav-drawer-md.menu-left ~ .header {
    margin-left: 240px;
  }
  .nav-drawer.nav-drawer-md.menu-right ~ .content,
  .nav-drawer.nav-drawer-md.menu-right ~ .footer,
  .nav-drawer.nav-drawer-md.menu-right ~ .header {
    margin-right: 240px;
  }
  .nav-drawer.nav-drawer-md .menu-scroll {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: none;
            transform: none;
    width: 240px;
  }
}
@media only screen and (min-width: 1440px) {
  .nav-drawer.nav-drawer-lg {
    background-color: transparent;
    display: block !important;
    overflow: visible;
    width: 240px;
    z-index: 30;
  }
  .nav-drawer.nav-drawer-lg.in ~ .menu-backdrop {
    display: none;
  }
  .nav-drawer.nav-drawer-lg.in ~ .menu-backdrop ~ .menu-backdrop {
    display: block;
  }
  .nav-drawer.nav-drawer-lg.menu-left ~ .content,
  .nav-drawer.nav-drawer-lg.menu-left ~ .footer,
  .nav-drawer.nav-drawer-lg.menu-left ~ .header {
    margin-left: 240px;
  }
  .nav-drawer.nav-drawer-lg.menu-right ~ .content,
  .nav-drawer.nav-drawer-lg.menu-right ~ .footer,
  .nav-drawer.nav-drawer-lg.menu-right ~ .header {
    margin-right: 240px;
  }
  .nav-drawer.nav-drawer-lg .menu-scroll {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: none;
            transform: none;
    width: 240px;
  }
}

.hover{
  /*background-color: #dbf3dd; color: #00860b; font-weight: bold;*/
}

.oddrow { 
    background-color: white; 
}
.standardrow {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-color: #46627f;
    border-style: none;
    background-color: #F9F9F9;
}

.oddrow2 { 
    background-color: white; 
}
.standardrow2 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-color: #46627f;
    border-style: none;
    background-color: white;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}