#special-schedule {
  margin-top: 25px; }

#special-schedule-selector {
  margin-top: 25px; }

.schedule-table {
  width: 100%;
  max-width: 100%; }

.schedule-header tr th {
  white-space: nowrap;
  height: 70px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
  .schedule-header tr th div.rotate {
    font-size: 11px;
    transform: rotate(270deg);
    left: -10px;
    position: absolute; }
  .schedule-header tr th #time-interval-selector ul {
    display: block;
    width: 100px;
    padding: 0; }
  .schedule-header tr th #time-interval-selector li {
    display: inline-block;
    padding-right: 0px;
    width: 50px;
    float: left; }

.schedule-footer tr th {
  white-space: nowrap;
  height: 70px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
  .schedule-footer tr th div.rotate {
    font-size: 11px;
    transform: rotate(270deg);
    left: -10px;
    position: absolute; }
  .schedule-footer tr th #time-interval-selector-2 {
    margin-left: 100px;
    margin-top: 2px; }
    .schedule-footer tr th #time-interval-selector-2 ul {
      display: flex;
      width: 100%;
      padding: 0;
      align-items: center;
      justify-content: center;
      margin-top: 10px; }
    .schedule-footer tr th #time-interval-selector-2 li {
      display: block;
      padding-right: 1px;
      width: 60px; }
    .schedule-footer tr th #time-interval-selector-2 input[type="radio"]:checked + label {
      border: 6px solid red;
      color: red; }

.schedule-rows td {
  height: 24px;
  margin: 3px;
  background-color: #eee;
  cursor: pointer;
  border: 1px solid #fff; }

.schedule-rows td.time-day {
  text-align: right;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  font-size: small; }

.schedule-rows td:first-child {
  background-color: transparent;
  width: 100px;
  padding-right: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.schedule-rows td:first-child.no-click {
  cursor: default; }

.schedule-rows td[data-selected='white'] {
  background-color: #e0e0e0; }

.schedule-rows td[data-selected='blue'] {
  background-color: #2196F3; }

.schedule-rows td[data-selected='green'] {
  background-color: #4CAF50; }

.schedule-rows td[data-selected='red'] {
  background-color: #F44336; }

.schedule-rows td[data-selected='amarillo'] {
  background-color: #f9cd56; }

.schedule-rows td[data-selected='purple'] {
  background-color: #a944bd; }

.schedule-rows td[data-selected='pink'] {
  background-color: #ffbcd9; }

.schedule-rows td[data-selected='orange'] {
  background-color: #ff8c00; }

.schedule-rows td[data-selected='brown'] {
  background-color: #8b4513; }

.schedule-rows td[data-selected='navy'] {
  background-color: #000080; }

.schedule-rows td[data-disabled] {
  opacity: 0.55; }

#time-interval-selector-2 {
  margin-left: 100px;
  margin-top: 2px; }
  #time-interval-selector-2 ul {
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin-top: 10px; }
  #time-interval-selector-2 li {
    display: block;
    padding-right: 1px; }
  #time-interval-selector-2 label {
    width: 60px; }
  #time-interval-selector-2 input {
    position: absolute; }
  #time-interval-selector-2 input[type="radio"]:checked + label {
    border: 2px solid white;
    width: 100px;
    height: 40px; }
  #time-interval-selector-2 li:last-child {
    padding-right: 0; }
  #time-interval-selector-2 .radio-inline {
    display: block;
    height: 22px; }
    #time-interval-selector-2 .radio-inline span {
      line-height: 22px;
      color: #FFF;
      font-weight: 800;
      position: absolute;
      right: 7px; }
  #time-interval-selector-2 .radio .input-helper:after {
    top: 5px;
    left: 5px; }
  #time-interval-selector-2 .radio-inline.white {
    background-color: #e0e0e0; }
  #time-interval-selector-2 .radio .input-helper.white:after {
    background-color: #888585; }
  #time-interval-selector-2 .radio-inline.blue,
  #time-interval-selector-2 .radio .input-helper.blue:after {
    background-color: #2196F3; }
  #time-interval-selector-2 .radio-inline.green,
  #time-interval-selector-2 .radio .input-helper.green:after {
    background-color: #4CAF50; }
  #time-interval-selector-2 .radio-inline.red,
  #time-interval-selector-2 .radio .input-helper.red:after {
    background-color: #F44336; }
  #time-interval-selector-2 .radio-inline.amarillo,
  #time-interval-selector-2 .radio .input-helper.amarillo:after {
    background-color: #f9cd56; }
  #time-interval-selector-2 .radio-inline.purple,
  #time-interval-selector-2 .radio .input-helper.purple:after {
    background-color: #a944bd; }
  #time-interval-selector-2 .radio-inline.brown,
  #time-interval-selector-2 .radio .input-helper.brown:after {
    background-color: #8b4513; }
  #time-interval-selector-2 .radio-inline.orange,
  #time-interval-selector-2 .radio .input-helper.orange:after {
    background-color: #ff8c00; }
  #time-interval-selector-2 .radio-inline.navy,
  #time-interval-selector-2 .radio .input-helper.navy:after {
    background-color: #000080; }
  #time-interval-selector-2 .radio-inline.pink,
  #time-interval-selector-2 .radio .input-helper.pink:after {
    background-color: #ffbcd9; }
  #time-interval-selector-2 .radio .input-helper:before {
    top: auto;
    background: #FFF;
    border: 0; }
  #time-interval-selector-2 .radio .input-helper.white:before {
    border-top: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0; }
  #time-interval-selector-2 .radio .input-helper.blue:before {
    border-top: 2px solid #2196F3;
    border-left: 2px solid #2196F3; }
  #time-interval-selector-2 .radio .input-helper.green:before {
    border-top: 2px solid #4CAF50;
    border-left: 2px solid #4CAF50; }
  #time-interval-selector-2 .radio .input-helper.red:before {
    border-top: 2px solid #F44336;
    border-left: 2px solid #F44336; }
  #time-interval-selector-2 .radio .input-helper.amarillo:before {
    border-top: 2px solid #c79f1c;
    border-left: 2px solid #c79f1c; }
  #time-interval-selector-2 .radio .input-helper.purple:before {
    border-top: 2px solid #a944bd;
    border-left: 2px solid #a944bd; }
  #time-interval-selector-2 .radio .input-helper.special1:before,
  #time-interval-selector-2 .radio .input-helper.special2:before,
  #time-interval-selector-2 .radio .input-helper.special3:before,
  #time-interval-selector-2 .radio .input-helper.special4:before {
    border-top: 2px solid #f9cd56;
    border-left: 2px solid #f9cd56; }

#time-interval-selector ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 5 0 15px 0;
  padding: 0; }

#time-interval-selector li {
  display: table-cell;
  padding-right: 5px; }

#time-interval-selector li:last-child {
  padding-right: 0; }

#time-interval-selector .radio-inline {
  display: block;
  height: 22px; }
  #time-interval-selector .radio-inline span {
    line-height: 22px;
    color: #FFF;
    font-weight: 800;
    position: absolute;
    right: 7px; }

#time-interval-selector .radio .input-helper:after {
  top: 5px;
  left: 5px; }

#time-interval-selector .radio-inline.white {
  background-color: #e0e0e0; }

#time-interval-selector .radio .input-helper.white:after {
  background-color: #888585; }

#time-interval-selector .radio-inline.blue,
#time-interval-selector .radio .input-helper.blue:after {
  background-color: #2196F3; }

#time-interval-selector .radio-inline.green,
#time-interval-selector .radio .input-helper.green:after {
  background-color: #4CAF50; }

#time-interval-selector .radio-inline.red,
#time-interval-selector .radio .input-helper.red:after {
  background-color: #F44336; }

#time-interval-selector .radio-inline.amarillo,
#time-interval-selector .radio .input-helper.amarillo:after {
  background-color: #f9cd56; }

#time-interval-selector .radio-inline.purple,
#time-interval-selector .radio .input-helper.purple:after {
  background-color: #a944bd; }

#time-interval-selector .radio-inline.brown,
#time-interval-selector .radio .input-helper.brown:after {
  background-color: #8b4513; }

#time-interval-selector .radio-inline.orange,
#time-interval-selector .radio .input-helper.orange:after {
  background-color: #ff8c00; }

#time-interval-selector .radio-inline.navy,
#time-interval-selector .radio .input-helper.navy:after {
  background-color: #000080; }

#time-interval-selector .radio-inline.pink,
#time-interval-selector .radio .input-helper.pink:after {
  background-color: #ffbcd9; }

#time-interval-selector .radio .input-helper:before {
  top: auto;
  background: #FFF;
  border: 0; }

#time-interval-selector .radio .input-helper.white:before {
  border-top: 2px solid #e0e0e0;
  border-left: 2px solid #e0e0e0; }

#time-interval-selector .radio .input-helper.blue:before {
  border-top: 2px solid #2196F3;
  border-left: 2px solid #2196F3; }

#time-interval-selector .radio .input-helper.green:before {
  border-top: 2px solid #4CAF50;
  border-left: 2px solid #4CAF50; }

#time-interval-selector .radio .input-helper.red:before {
  border-top: 2px solid #F44336;
  border-left: 2px solid #F44336; }

#time-interval-selector .radio .input-helper.amarillo:before {
  border-top: 2px solid #c79f1c;
  border-left: 2px solid #c79f1c; }

#time-interval-selector .radio .input-helper.purple:before {
  border-top: 2px solid #a944bd;
  border-left: 2px solid #a944bd; }

#time-interval-selector .radio .input-helper.special1:before,
#time-interval-selector .radio .input-helper.special2:before,
#time-interval-selector .radio .input-helper.special3:before,
#time-interval-selector .radio .input-helper.special4:before {
  border-top: 2px solid #f9cd56;
  border-left: 2px solid #f9cd56; }

.selecting {
  background: #c1c1c1 !important; }

.select-interval option {
  padding: 20px; }

.select-interval.white,
.incoming-interval.white {
  background-color: #FFF;
  color: #000; }

.select-interval.blue,
.incoming-interval.blue {
  background-color: #2196F3;
  border-color: #2196F3;
  color: #FFF; }

.select-interval.green,
.incoming-interval.green {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #FFF; }

.select-interval.red,
.incoming-interval.red {
  background-color: #F44336;
  border-color: #F44336;
  color: #FFF; }

.select-interval.amarillo,
.incoming-interval.amarillo {
  background-color: #f9cd56;
  border-color: #f9cd56;
  color: #FFF; }

.select-interval.purple,
.incoming-interval.purple {
  background-color: #a944bd;
  border-color: #a944bd;
  color: #FFF; }

.select-interval.navy,
.incoming-interval.navy {
  background-color: #000080;
  border-color: #000080;
  color: #FFF; }

.select-interval.orange,
.incoming-interval.orange {
  background-color: #ff8c00;
  border-color: #ff8c00;
  color: #FFF; }

.select-interval.brown,
.incoming-interval.brown {
  background-color: #8b4513;
  border-color: #8b4513;
  color: #FFF; }

.select-interval.pink,
.incoming-interval.pink {
  background-color: #ffbcd9;
  border-color: #ffbcd9;
  color: #FFF; }

.select-interval.special1, .select-interval.special2, .select-interval.special3, .select-interval.special4,
.incoming-interval.special1,
.incoming-interval.special2,
.incoming-interval.special3,
.incoming-interval.special4 {
  background-color: #f9cd56;
  border-color: #f9cd56;
  color: #FFF; }
@charset "UTF-8";
.buttonStyles {
  background-color: #104CA9;
  line-height: 30px;
  padding: 0 10px 0 10px;
  width: auto;
  color: #FFF;
  border-radius: 3px;
  border: none;
  margin-right: 5px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
  animation: pulse 0.5s linear; }
  .buttonStyles:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.buttonStyles:hover {
  background-color: #083a7c;
  /* Un color más oscuro que #104CA9 */ }

.saveStyles {
  background-color: #f9cd56;
  line-height: 30px;
  padding: 0 10px 0 10px;
  width: auto;
  color: #FFF;
  border-radius: 3px;
  border: none;
  margin-right: 5px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
  animation: pulse 0.5s linear; }

.saveStyles:hover {
  background-color: #d6b048;
  /* Un color más oscuro que #f9cd56 */ }

.desactivarStyles {
  background-color: #eb5862;
  line-height: 30px;
  padding: 0 10px 0 10px;
  width: auto;
  color: #FFF;
  border-radius: 3px;
  border: none;
  margin-right: 5px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
  animation: pulse 0.5s linear; }

.desactivarStyles:hover {
  background-color: #d04a51;
  /* Un color más oscuro que #eb5862 */ }
.is-active {
  background: rgba(0, 0, 0, 0.9);
  cursor: grabbing; }

html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%;
  background-color: #edecec !important; }

#main {
  background-color: #edecec !important; }

button.anchor {
  background: none !important;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer; }

.tooltip-inner {
  white-space: nowrap; }

.DirectoryItem {
  font-weight: 500;
  font-size: 20px; }

/*
 * Load Main Bootstrap LESS files
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/public/fonts/glyphicons-halflings-regular.eot);
  src: url(/public/fonts/glyphicons-halflings-regular.eot) format("embedded-opentype"), url(/public/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/public/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/public/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/public/images/42976a79f4fa6e974fe48c77cefadb04.svg) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-up:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-up:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse-down:before {
  content: "\E159"; }

.glyphicon-collapse-up:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\26FA"; }

.glyphicon-blackboard:before {
  content: "\E218"; }

.glyphicon-bed:before {
  content: "\E219"; }

.glyphicon-apple:before {
  content: "\F8FF"; }

.glyphicon-erase:before {
  content: "\E221"; }

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-btc:before {
  content: "\E227"; }

.glyphicon-xbt:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-rub:before {
  content: "\20BD"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-console:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: roboto;
  font-size: 13px;
  line-height: 1.42857143;
  color: #5e5e5e;
  background-color: #FFFFFF; }

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

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

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 9px; }

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

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

small,
.small {
  font-size: 92%; }

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

.text-bold {
  font-weight: bold; }

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

.text-info {
  color: #2196f3; }

a.text-info:hover {
  color: #0c7cd5; }

.text-warning {
  color: #ff9800; }

a.text-warning:hover {
  color: #cc7a00; }

.text-danger {
  color: #f44336; }

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

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

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

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

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

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

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

a.bg-warning:hover {
  background-color: #f7ecb5; }

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

a.bg-danger:hover {
  background-color: #e4b9b9; }

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

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

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px; }

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

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

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

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px; }

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

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

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

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

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

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

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

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f0f0f0; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

.custom-file-upload input[type="file"] {
  background-color: #104ca9;
  display: none; }

.custom-file-upload {
  box-shadow: none;
  border: 1px;
  border-radius: 0.5;
  margin-right: 5px;
  min-width: 35px;
  display: inline-block;
  background-color: #104ca9;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer; }
  .custom-file-upload:hover {
    background-color: #104ca9; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none !important; }

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #b4b4b4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 180, 180, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 180, 180, 0.6); }

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 35px; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 40px; } }

.sms-options {
  display: flex;
  margin-left: 22px;
  margin-top: 14px;
  width: 95%;
  justify-content: space-between;
  align-items: center; }

.sms-option {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  align-items: center; }

.form-group {
  margin-bottom: 10px !important;
  display: flex;
  align-items: center; }

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

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

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

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

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

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

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

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  margin-bottom: 0;
  min-height: 31px; }

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 30px; }

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

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

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

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

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

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

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

.has-feedback {
  position: relative; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4caf50; }

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

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

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

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ff9800; }

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

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

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f45549; }

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

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

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

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

.has-error .destination-selector-button-data {
  border-color: #f45549;
  background-color: #f2dede; }

.has-error .dual-list__select {
  border-color: #f45549 !important; }

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

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

.help-block {
  display: block;
  margin: 0;
  position: absolute;
  color: #9e9e9e; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

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

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

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

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

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

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

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

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

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

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default .badge {
  color: #ffffff;
  background-color: #333333; }

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

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

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default .badge {
  color: #ffffff;
  background-color: #333333; }

.btn-primary {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #0d8aee; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: #0a68b4; }

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2196f3;
  border-color: #0d8aee; }

.btn-primary .badge {
  color: #2196f3;
  background-color: #ffffff; }

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

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active {
  background-color: #2196f3;
  border-color: #0d8aee; }

.btn-primary .badge {
  color: #2196f3;
  background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #73bd44;
  border-color: #73bd44; }

.btn-success-marg {
  margin: 10px 0 0px 12px;
  color: #ffffff;
  background-color: #4caf50;
  border-color: #73bd44;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 3px;
  font-size: 13px;
  border-radius: 2px; }

.btn-donwnl {
  color: #ffffff;
  background-color: #4caf50;
  text-align: center;
  cursor: pointer;
  padding: 3px;
  border-radius: 2px; }

.btn-success-marg:hover,
.btn-success-marg:active {
  color: #ffffff;
  background-color: #67ab3c;
  border-color: #67ab3c; }

.btn-tag {
  margin: 10px 20px 0px 0;
  color: #fff;
  background-color: #4caf50;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding-right: 3px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px; }

.btn-tag a {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff; }

.btn-tag i {
  margin-left: 3px;
  color: #ffffff; }

.btn-tag div {
  margin-left: 5px; }

.btn-tag:hover {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: #327334; }

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #67ab3c;
  border-color: #67ab3c; }

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

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4caf50;
  border-color: #449d48; }

.btn-success .badge {
  color: #4caf50;
  background-color: #ffffff; }

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #67ab3c;
  border-color: transparent; }

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

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active {
  background-color: #4caf50;
  border-color: #449d48; }

.btn-success .badge {
  color: #4caf50;
  background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #00bcd4;
  border-color: #00a5bb; }

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #008fa1;
  border-color: #006f7d; }

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

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #00bcd4;
  border-color: #00a5bb; }

.btn-info .badge {
  color: #00bcd4;
  background-color: #ffffff; }

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

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

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active {
  background-color: #00bcd4;
  border-color: #00a5bb; }

.btn-info .badge {
  color: #00bcd4;
  background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #ff9800;
  border-color: #e68900; }

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

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

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ff9800;
  border-color: #e68900; }

.btn-warning .badge {
  color: #ff9800;
  background-color: #ffffff; }

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

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

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active {
  background-color: #ff9800;
  border-color: #e68900; }

.btn-warning .badge {
  color: #ff9800;
  background-color: #ffffff; }

.body-scroll-bar {
  height: 200px;
  overflow: hidden;
  overflow-y: auto; }

.container-message {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 1.2em; }

.message-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.btn-danger {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f32c1e; }

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

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

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f44336;
  border-color: #f32c1e; }

.btn-danger .badge {
  color: #f44336;
  background-color: #ffffff; }

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

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

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active {
  background-color: #f44336;
  border-color: #f32c1e; }

.btn-danger .badge {
  color: #f44336;
  background-color: #ffffff; }

.btn-link {
  color: #2196f3;
  font-weight: normal;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #0a6ebd;
  text-decoration: none;
  background-color: transparent; }

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

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

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

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

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

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

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

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

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group {
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-addons {
  width: 5%;
  background: #c2c3c9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  .input-addons i {
    color: #ffffff;
    font-size: 15px;
    text-shadow: 0px 0px 1px #000;
    padding: 5px 8px; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  line-height: 40px; }

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

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 2px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

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

.input-group-addon:first-child {
  border-right: 0; }

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

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn button {
    background: #c2c3c9;
    box-shadow: none !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border: 2px solid #c2c3c9; }
    .input-group-btn button:hover {
      background: #989898;
      border: 2px solid #989898; }

.input-group-btn > .btn {
  position: relative; }

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

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

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #edecec; } }

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

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

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

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

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

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

.nav-justified {
  width: 100%; }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #edecec; } }

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 2px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 50px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px; }

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 8px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a {
  color: #777777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777777; }

.navbar-default .navbar-link:hover {
  color: #333333; }

.navbar-default .btn-link {
  color: #777777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444; }

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

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

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

.breadcrumb > .active {
  color: #7c7c7c; }

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

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #7e7e7e;
  background-color: #e2e2e2;
  border: 1px solid #ffffff;
  margin-left: -1px; }

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

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

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #333333;
  background-color: #d7d7d7;
  border-color: #ffffff; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00bcd4;
  border-color: #ffffff;
  cursor: default; }

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

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px; }

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

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

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

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #e2e2e2;
  border: 1px solid #ffffff;
  border-radius: 5px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #d7d7d7; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #e2e2e2;
  cursor: not-allowed; }

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

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

.label:empty {
  display: none; }

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

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

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

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

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

.label-success {
  background-color: #4caf50; }

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

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

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

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

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

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

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

.label-border-default {
  color: #777777;
  background: transparent;
  border: 1.5px solid #777777; }

.label-border-primary {
  color: #2196f3;
  background: transparent;
  border: 1.5px solid #2196f3; }

.label-border-success {
  color: #4caf50;
  background: transparent;
  border: 1.5px solid #4caf50; }

.label-border-info {
  color: #00bcd4;
  background: transparent;
  border: 1.5px solid #00bcd4; }

.label-border-warning {
  color: #ff9800;
  background: transparent;
  border: 1.5px solid #ff9800; }

.label-border-danger {
  color: #f44336;
  background: transparent;
  border: 1.5px solid #f44336; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #2196f3;
  border-radius: 2px; }

.badge:empty {
  display: none; }

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

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffffff;
  background-color: #2196f3; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f7f7f7; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #dedede; }

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 2px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px; } }

.thumbnail {
  display: block;
  padding: 3px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2196f3; }

.thumbnail .caption {
  padding: 9px;
  color: #5e5e5e; }

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

.alert-module {
  position: absolute;
  z-index: 20000;
  width: 100%;
  margin: -15px -26px;
  padding: 10px 35px 10px 20px;
  background-color: #f2dede96;
  border-bottom-color: #f44336; }

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

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

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

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

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #dff0d8;
  color: #4caf50; }

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

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

.alert-info {
  background-color: #d9edf7;
  border-color: #d9edf7;
  color: #2196f3; }

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

.alert-info .alert-link {
  color: #0c7cd5; }

.alert-warning {
  background-color: #ffedd6;
  border-color: #ffedd6;
  color: #ff9800; }

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

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

.alert-danger {
  background-color: #f2dede;
  border-color: #f2dede;
  color: #f44336; }

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

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

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

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

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

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

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

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

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

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

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

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

a.list-group-item {
  color: #555555; }

a.list-group-item .list-group-item-heading {
  color: #333333; }

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

a.list-group-item-success {
  color: #4caf50; }

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

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #4caf50;
  background-color: #d0e9c6; }

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

.list-group-item-info {
  color: #2196f3;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #2196f3; }

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

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #2196f3;
  background-color: #c4e3f3; }

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

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

a.list-group-item-warning {
  color: #ff9800; }

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

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ff9800;
  background-color: #faf2cc; }

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

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

a.list-group-item-danger {
  color: #f44336; }

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

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #f44336;
  background-color: #ebcccc; }

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

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

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

.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #f0f0f0; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

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

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

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

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

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

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

.panel-group {
  margin-bottom: 18px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #5e5e5e;
  background-color: #e0e0e0;
  border-color: #e0e0e0; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #2196f3; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2196f3; }

.panel-primary > .panel-heading .badge {
  color: #2196f3;
  background-color: #ffffff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2196f3; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #4caf50;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #4caf50; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #2196f3;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #2196f3; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #ff9800;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #ff9800; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #f44336;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #f44336; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 2px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

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

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

.modal.in.test .modal-dialog {
  width: 30%; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

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

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

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: #0f0f0f; }

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

.modal-title {
  margin: 0;
  color: #5e5e5e;
  line-height: transparent; }

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

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: roboto;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

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

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #737373;
  border-radius: 2px; }

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: roboto;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 1px 1px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #cccccc;
  border-top-color: #ffffff;
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #cccccc;
  border-right-color: #ffffff; }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #cccccc;
  border-bottom-color: #ffffff;
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #cccccc;
  border-left-color: #ffffff; }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.carousel {
  position: relative; }

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

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

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

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

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

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

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

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

/*
 * LESS Plugins
 */
/*
 * Variable and Mixin
 */
/*
 * Font Icon Family
 */
/*
 * Grid System
 */
/* Typography + Scaffolding + Links */
/* Border Radius */
/* Colors */
/* Tabs */
/* Form */
/* Table */
/*
 * Input Group
 */
/*
 * Pagination
 */
/*
 * Popover
 */
/*
 * Dropdown
 */
/*
 * Thumbnail
 */
/*
 * Form Stats and Alerts
 */
/*
 * Buttons
 */
/*
 * Thumbnail
 */
/*
 * Carousel
 */
/*
 * Modal
 */
/*
 * Tooltips
 */
/*
 * Popover
 */
/*
 * Breadcrumbs
 */
/*
 * Jumbotron
 */
/*
 * List Groups
 */
/*
 * Badges
 */
/*
 * Material Colors
 */
/*
 * Blocks
 */
/*
 * Font Face
 */
/*
 * Background Repeat + Position
 */
/*
 * CSS Animations based on animate.css
 */
/*
 * CSS Transform - Scale and Rotate
 */
/*
 * User Select
 */
/*
 * Background Image Cover
 */
/*
 * Tab Focus
 */
/*
 * Pop-in Hover effects
 */
/*
 *  Override Bootstrap Button Mixin
 */
/*
 * Scale 3d
 */
/*
 * Load Font
 */
/*
 * Roboto Light
 */
@font-face {
  font-family: roboto;
  src: url(/public/fonts/Roboto-Light-webfont.eot);
  src: url(/public/fonts/Roboto-Light-webfont.eot) format("embedded-opentype"), url(/public/fonts/Roboto-Light-webfont.woff) format("woff"), url(/public/fonts/Roboto-Light-webfont.ttf) format("truetype"), url(/public/images/b55799dd004f8600c4dcdb66de3d5e65.svg) format("svg");
  font-weight: 300;
  font-style: normal; }

/*
 * Roboto Regular
 */
@font-face {
  font-family: roboto;
  src: url(/public/fonts/Roboto-Regular-webfont.eot);
  src: url(/public/fonts/Roboto-Regular-webfont.eot) format("embedded-opentype"), url(/public/fonts/Roboto-Regular-webfont.woff) format("woff"), url(/public/fonts/Roboto-Regular-webfont.ttf) format("truetype"), url(/public/images/699c84c500cdb99096791c6026733509.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

/*
 * Roboto Medium
 */
@font-face {
  font-family: roboto;
  src: url(/public/fonts/Roboto-Medium-webfont.eot);
  src: url(/public/fonts/Roboto-Medium-webfont.eot) format("embedded-opentype"), url(/public/fonts/Roboto-Medium-webfont.woff) format("woff"), url(/public/fonts/Roboto-Medium-webfont.ttf) format("truetype"), url(/public/images/1478bbe69d121f5bcb4fa8c101216fb5.svg) format("svg");
  font-weight: 500;
  font-style: normal; }

/*
 * Roboto Bold
 */
@font-face {
  font-family: roboto;
  src: url(/public/fonts/Roboto-Bold-webfont.eot);
  src: url(/public/fonts/Roboto-Bold-webfont.eot) format("embedded-opentype"), url(/public/fonts/Roboto-Bold-webfont.woff) format("woff"), url(/public/fonts/Roboto-Bold-webfont.ttf) format("truetype"), url(/public/images/ac9e1bb9f7ab617746948d79c4213b94.svg) format("svg");
  font-weight: 700;
  font-style: normal; }

/*
 * Shadow Light
 */
@font-face {
  font-family: shadowsintolight;
  src: url(/public/fonts/shadowsintolight-webfont.eot);
  src: url(/public/fonts/shadowsintolight-webfont.eot) format("embedded-opentype"), url(/public/fonts/shadowsintolight-webfont.woff) format("woff"), url(/public/fonts/shadowsintolight-webfont.ttf) format("truetype"), url(/public/images/f5d05aee4febba6ac3056bd689a74826.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

/*
 * Shadow Light normal
 */
@font-face {
  font-family: 'shadowsintolight';
  src: url(data:font-woff;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }

/*
 * Vendors
 */
@font-face {
  font-family: weather-icons;
  src: url(/public/fonts/weather-icons.eot);
  src: url(/public/fonts/weather-icons.eot) format("embedded-opentype"), url(/public/fonts/weather-icons.woff) format("woff"), url(/public/fonts/weather-icons.ttf) format("truetype"), url(/public/images/27554c5526321d26d56f3f98da4f2619.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

#weather-widget [class*="icon-"] {
  font-family: 'weather-icons';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-0:before {
  content: ":"; }

.icon-1:before {
  content: "p"; }

.icon-2:before {
  content: "S"; }

.icon-3:before {
  content: "Q"; }

.icon-4:before {
  content: "S"; }

.icon-5:before {
  content: "W"; }

.icon-6:before {
  content: "W"; }

.icon-7:before {
  content: "W"; }

.icon-8:before {
  content: "W"; }

.icon-9:before {
  content: "I"; }

.icon-10:before {
  content: "W"; }

.icon-11:before {
  content: "I"; }

.icon-12:before {
  content: "I"; }

.icon-13:before {
  content: "I"; }

.icon-14:before {
  content: "I"; }

.icon-15:before {
  content: "W"; }

.icon-16:before {
  content: "I"; }

.icon-17:before {
  content: "W"; }

.icon-18:before {
  content: "U"; }

.icon-19:before {
  content: "Z"; }

.icon-20:before {
  content: "Z"; }

.icon-21:before {
  content: "Z"; }

.icon-22:before {
  content: "Z"; }

.icon-23:before {
  content: "Z"; }

.icon-24:before {
  content: "E"; }

.icon-25:before {
  content: "E"; }

.icon-26:before {
  content: "3"; }

.icon-27:before {
  content: "a"; }

.icon-28:before {
  content: "A"; }

.icon-29:before {
  content: "a"; }

.icon-30:before {
  content: "A"; }

.icon-31:before {
  content: "6"; }

.icon-32:before {
  content: "1"; }

.icon-33:before {
  content: "6"; }

.icon-34:before {
  content: "1"; }

.icon-35:before {
  content: "W"; }

.icon-36:before {
  content: "1"; }

.icon-37:before {
  content: "S"; }

.icon-38:before {
  content: "S"; }

.icon-39:before {
  content: "S"; }

.icon-40:before {
  content: "M"; }

.icon-41:before {
  content: "W"; }

.icon-42:before {
  content: "I"; }

.icon-43:before {
  content: "W"; }

.icon-44:before {
  content: "a"; }

.icon-45:before {
  content: "S"; }

.icon-46:before {
  content: "U"; }

.icon-47:before {
  content: "S"; }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer; }

.fileinput {
  margin-bottom: 9px;
  display: inline-block; }

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text; }

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center; }

.fileinput .thumbnail > img {
  max-height: 100%; }

.fileinput .btn {
  vertical-align: middle; }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.form-control .fileinput-filename {
  vertical-align: bottom; }

.fileinput.input-group {
  display: table; }

.fileinput.input-group > * {
  position: relative;
  z-index: 2; }

.fileinput.input-group > .btn-file {
  z-index: 1; }

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 2px 2px 0; }

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 2px 2px 0; }

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 2px 2px 0; }

.form-group.has-warning .fileinput .fileinput-preview {
  color: #ff9800; }

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc; }

.form-group.has-error .fileinput .fileinput-preview {
  color: #f45549; }

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1; }

.form-group.has-success .fileinput .fileinput-preview {
  color: #4caf50; }

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6; }

.input-group-addon:not(:first-child) {
  border-left: 0; }

/*!
 * Waves v0.7.2
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none; }

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); }

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2); }

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4); }

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%); }

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1; }

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em; }

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }

.waves-input-wrapper.waves-button {
  padding: 0; }

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%; }

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1; }

/*
 * Load Website related LESS files
 */
/*
 * Generate Margin Class
 * margin, margin-top, margin-bottom, margin-left, margin-right
 */
.m-0 {
  margin: 0px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */
.p-2 {
  padding: 2px !important; }

.p-0 {
  padding: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.p-5 {
  padding: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-25 {
  padding: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

/*
 * Font Weight
 */
.f-300 {
  font-weight: 300 !important; }

.f-400 {
  font-weight: 400 !important; }

.f-500 {
  font-weight: 500 !important; }

.f-700 {
  font-weight: 700 !important; }

/*
 * Position Classes
 */
.p-relative {
  position: relative !important; }

.p-absolute {
  position: absolute !important; }

.p-fixed {
  position: fixed !important; }

.p-static {
  position: static !important; }

/*
 * Overflow
 */
.o-hidden {
  overflow: hidden !important; }

.o-visible {
  overflow: visible !important; }

.o-auto {
  overflow: auto !important; }

/*
 * Display
 */
.d-block {
  display: block !important; }

.di-block {
  display: inline-block !important; }

/*
 * Material Background Colors
 */
.bgm-white {
  background-color: #ffffff !important; }

.c-white {
  color: #ffffff !important; }

.bgm-black {
  background-color: #000000 !important; }

.c-black {
  color: #000000 !important; }

.bgm-brown {
  background-color: #795548 !important; }

.c-brown {
  color: #795548 !important; }

.bgm-pink {
  background-color: #e91e63 !important; }

.c-pink {
  color: #e91e63 !important; }

.bgm-red {
  background-color: #f44336 !important; }

.c-red {
  color: #f44336 !important; }

.bgm-blue {
  background-color: #2196f3 !important; }

.c-blue {
  color: #2196f3 !important; }

.bgm-purple {
  background-color: #9c27b0 !important; }

.c-purple {
  color: #9c27b0 !important; }

.bgm-deeppurple {
  background-color: #673ab7 !important; }

.c-deeppurple {
  color: #673ab7 !important; }

.bgm-lightblue {
  background-color: #03a9f4 !important; }

.c-lightblue {
  color: #03a9f4 !important; }

.bgm-cyan {
  background-color: #00bcd4 !important; }

.c-cyan {
  color: #00bcd4 !important; }

.bgm-teal {
  background-color: #009688 !important; }

.c-teal {
  color: #009688 !important; }

.bgm-green {
  background-color: #4caf50 !important; }

.c-green {
  color: #4caf50 !important; }

.bgm-lightgreen {
  background-color: #8bc34a !important; }
  .bgm-lightgreen .actions li a i,
  .bgm-lightgreen .actions li a:hover i {
    color: #FFF; }

.c-lightgreen {
  color: #8bc34a !important; }

.bgm-lime {
  background-color: #cddc39 !important; }

.c-lime {
  color: #cddc39 !important; }

.bgm-amarillo {
  background-color: #ffeb3b !important; }

.c-amarillo {
  color: #ffeb3b !important; }

.bgm-amber {
  background-color: #ffc107 !important; }

.c-amber {
  color: #ffc107 !important; }

.bgm-orange {
  background-color: #ff9800 !important; }

.c-orange {
  color: #ff9800 !important; }

.bgm-deeporange {
  background-color: #ff5722 !important; }

.c-deeporange {
  color: #ff5722 !important; }

.bgm-gray {
  background-color: #9e9e9e !important; }

.c-gray {
  color: #9e9e9e !important; }

.bgm-bluegray {
  background-color: #607d8b !important; }

.c-bluegray {
  color: #607d8b !important; }

.bgm-indigo {
  background-color: #3f51b5 !important; }

.c-indigo {
  color: #3f51b5 !important; }

/*
 * Background Colors
 */
.bg-black-trp {
  background-color: rgba(0, 0, 0, 0.1) !important; }

/*
 * Border
 */
.b-0 {
  border: 0 !important; }

/*
 * width
 */
.w-100 {
  width: 100% !important; }

/*
 * Border Radius
 */
.brd-2 {
  border-radius: 2px; }

/*
 * Text Transform
 */
.t-uppercase {
  text-transform: uppercase; }

/*
 * Media - Overriding the Media object to 3.2 version in order to prevent issues like text overflow.
 */
.media {
  overflow: visible; }

.media:before,
.media:after {
  content: " ";
  display: table; }

.media:after {
  clear: both; }

.media:before,
.media:after {
  content: " ";
  display: table; }

.media:after {
  clear: both; }

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

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

.media-heading {
  font-size: 14px;
  margin-bottom: 10px; }

.media-body {
  zoom: 1;
  display: block;
  width: auto; }

.media-object {
  border-radius: 2px; }

.close {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: normal;
  text-shadow: none; }

.close:hover {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100); }

.dl-horizontal dt {
  text-align: left; }

*,
button,
input,
i,
a {
  -webkit-font-smoothing: antialiased; }

*,
*:active,
*:hover {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

html {
  overflow-x: hidden;
  -ms-overflow-style: none; }

html,
body {
  min-height: 100vh; }

body {
  font-weight: 400;
  padding-bottom: 110px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative; }

audio,
video {
  outline: none; }

p {
  margin-bottom: 20px; }

small {
  font-size: 11px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  font-size: 12px; }

/*
 * Ordered Lists
 */
.clist {
  list-style: none; }

.clist > li:before {
  font-family: 'Material-Design-Iconic-Font';
  margin: 0 10px 0 -20px;
  vertical-align: middle; }

.clist.clist-angle > li:before {
  content: "\F2FB"; }

.clist.clist-check > li:before {
  content: "\F26B"; }

.clist.clist-star > li:before {
  content: "\F27D"; }

#main {
  position: fixed;
  top: 69px;
  right: 0;
  left: 0;
  bottom: 0; }

body #content {
  padding: 30px 0; }

@media (min-width: 1200px) {
  body.sw-toggled #content {
    padding: 30px 0 30px 268px; } }

@media (min-width: 1200px) {
  body.sw-toggled #content > .container {
    width: calc(100% - 30px); } }

#header {
  background: #73bd44;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  padding-right: 10px;
  top: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#header:not(.sidebar-toggled).header-up {
  -webkit-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0); }

.header-inner {
  list-style: none;
  padding: 6px 0; }

.header-inner > li:not(.pull-right) {
  float: left; }

.header-inner > li:not(:last-child) {
  margin-right: -2px; }

.header-inner .logo a {
  color: #fff;
  text-transform: uppercase;
  padding: 6px 10px;
  display: block;
  font-size: 16px; }

#menu-trigger {
  width: 65px;
  height: 35px;
  cursor: pointer; }

#menu-trigger .line-wrap .line {
  background-color: #fff; }

#menu-trigger:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 0; }

#menu-trigger.open:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

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

.top-menu > li {
  display: inline-block;
  margin: 0 1px; }

@media (max-width: 767px) {
  .top-menu > li {
    position: static !important; } }

.top-menu > li .dropdown-menu-lg {
  padding: 0; }

.top-menu > li .dropdown-menu-lg .lv-body {
  min-height: 295px;
  overflow-x: hidden; }

@media (min-width: 768px) {
  .top-menu > li:not(#toggle-width) {
    position: relative; }
  .top-menu > li:not(#toggle-width):before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 0;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0); }
  .top-menu > li:not(#toggle-width):hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100); }
  .top-menu > li:not(#toggle-width).open:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }

.top-menu > li > a {
  height: 35px;
  min-width: 50px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }

.top-menu > li > a > .tmn-counts {
  position: absolute;
  color: #FFF;
  font-style: normal;
  background: #f44336;
  padding: 1px 5px;
  border-radius: 2px;
  right: 7px;
  top: -3px;
  font-size: 10px;
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.top-menu > li > a.tm-chat {
  background-image: url(/public/images/52abe1a0a55c924b232205b7153a2d93.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-menu > li > a.tm-chat {
    background-image: url(/public/images/e81a885cf284d3e9d8f83fabb4db8955.png);
    background-size: 18px 12px; } }

.top-menu > li > a.tm-settings {
  background-image: url(/public/images/6bb9bc70521e2a41fcb29f503e1f847e.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-menu > li > a.tm-settings {
    background-image: url(/public/images/5eddf268030277c8e6546bdfd682b8c0.png);
    background-size: 24px 24px; } }

.top-menu > li > a.tm-notification {
  background-image: url(/public/images/cad3692eab9517b509efa3a573fed8d8.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-menu > li > a.tm-notification {
    background-image: url(/public/images/3771a270f4770f43b898ab091f1600d8.png);
    background-size: 24px 24px; } }

.top-menu > li > a.tm-message {
  background-image: url(/public/images/35f4bdc3199d024e33d636368d41953d.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-menu > li > a.tm-message {
    background-image: url(/public/images/32d78457ead5104804479122253d6b11.png);
    background-size: 24px 24px; } }

.top-menu > li > a.tm-search {
  background-image: url(/public/images/7b9a595d61f4cd1e735bc5cf921c102e.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-menu > li > a.tm-search {
    background-image: url(/public/images/c6419d4772c0e7eb9bc3b9f83f5cfe18.png);
    background-size: 24px 24px; } }

.top-menu > li > a.tm-task {
  background-image: url(/public/images/1b07f8eaaec8f096c751f51e0901a486.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-menu > li > a.tm-task {
    background-image: url(/public/images/e28cbccf31e4a00d76e31b07f928de57.png);
    background-size: 24px 24px; } }

.top-menu > li:before {
  top: -1px !important; }

@media (max-width: 767px) {
  .top-menu .dropdown-menu-lg {
    width: calc(100% - 28px) !important; }
  .top-menu .dropdown-menu {
    right: 14px;
    top: 55px; } }

@media (min-width: 1200px) {
  .top-menu #toggle-width .toggle-switch {
    margin: -12px 30px 0 0; }
  .top-menu #toggle-width .toggle-switch .ts-helper {
    height: 11px;
    width: 33px; }
  .top-menu #toggle-width .toggle-switch .ts-helper:before {
    width: 20px;
    height: 20px;
    top: -5px; }
  .top-menu #toggle-width .toggle-switch input:checked + .ts-helper {
    background: rgba(0, 0, 0, 0.26); }
  .top-menu #toggle-width .toggle-switch input:checked + .ts-helper:before {
    left: 18px;
    background: #fff; } }

@media (max-width: 1200px) {
  .top-menu #toggle-width {
    display: none; } }

#notifications {
  position: relative; }

#notifications .lv-body {
  overflow-x: hidden; }

#notifications:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  background: url(/public/images/4e6a4f1f2a0cdcf73228e3961a42a4a7.png) no-repeat center;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 42px; }

#notifications.empty:before {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
  filter: alpha(opacity=100); }

#top-search-wrap {
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 65px;
  background: #4285F4;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10; }

@media (min-width: 768px) {
  #top-search-wrap {
    text-align: center; } }

#top-search-wrap input[type="text"] {
  border: 0;
  height: 40px;
  padding: 0 10px 0 40px;
  font-size: 18px;
  margin: 12px;
  width: 500px;
  border-radius: 2px;
  color: rgba(51, 51, 51, 0.69);
  background-color: rgba(255, 255, 255, 0.26);
  background-image: url(/public/images/7b9a595d61f4cd1e735bc5cf921c102e.png);
  background-repeat: no-repeat;
  background-position: 10px center; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #top-search-wrap input[type="text"] {
    background-image: url(/public/images/c6419d4772c0e7eb9bc3b9f83f5cfe18.png);
    background-size: 24px 24px; } }

#top-search-wrap input[type="text"]:focus {
  background-color: rgba(255, 255, 255, 0.4); }

@media (max-width: 767px) {
  #top-search-wrap input[type="text"] {
    width: calc(100% - 60px); } }

#top-search-wrap #top-search-close {
  position: absolute;
  top: 16px;
  font-size: 23px;
  font-style: normal;
  color: rgba(0, 0, 0, 0.38);
  width: 35px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  right: 20px; }

#top-search-wrap #top-search-close:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000; }

@media (max-width: 767px) {
  #top-search-wrap #top-search-close {
    right: 7px; } }

.search-toggled #top-search-wrap {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

/*
 * Full Width Layout
 */
@media (min-width: 1200px) {
  .sw-toggled #header {
    padding-left: 15px; }
  .sw-toggled #menu-trigger {
    display: none; } }

/*
 * For Stupid IE9
 */
.ie9 #header:not(.sidebar-toggled).header-up {
  display: none; }

:-webkit-full-screen [data-action="fullscreen"] {
  display: none; }

:-moz-full-screen [data-action="fullscreen"] {
  display: none; }

:-ms-fullscreen [data-action="fullscreen"] {
  display: none; }

:full-screen [data-action="fullscreen"] {
  display: none; }

:fullscreen [data-action="fullscreen"] {
  display: none; }

#sidebar {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
  top: 110px;
  height: calc(100% - 65px);
  -webkit-transform: translate3d(-268px, 0, 0);
  transform: translate3d(-268px, 0, 0);
  z-index: 5;
  width: 268px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

#sidebar .sidebar-inner {
  height: 100%;
  overflow-y: auto;
  width: 268px; }

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

.profile-menu > a {
  display: block;
  height: 129px;
  margin-bottom: 5px;
  width: 100%;
  background: url(/public/images/afc27090744412db6c7a5def5fd8523e.png) no-repeat left top;
  background-size: 100%; }

.profile-menu > a .profile-pic {
  padding: 12px; }

.profile-menu > a .profile-pic > img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.14);
  box-sizing: content-box; }

.profile-menu > a .profile-info {
  background: rgba(0, 0, 0, 0.37);
  padding: 7px 14px;
  color: #fff;
  margin-top: 20px;
  position: relative; }

.profile-menu > a .profile-info > i {
  font-size: 19px;
  line-height: 100%;
  position: absolute;
  right: 15px;
  top: 7px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.profile-menu .main-menu {
  display: none;
  margin: 0 0 0;
  border-bottom: 1px solid #E6E6E6; }

.profile-menu:before,
.profile-menu:after {
  content: " ";
  display: table; }

.profile-menu:after {
  clear: both; }

.profile-menu:before,
.profile-menu:after {
  content: " ";
  display: table; }

.profile-menu:after {
  clear: both; }

.profile-menu.toggled .profile-info > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.main-menu {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 0 0; }

.main-menu > li > a {
  padding: 14px 20px 14px 52px;
  display: block;
  color: #4C4C4C;
  font-weight: 500;
  position: relative; }

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

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

.main-menu > li.sub-menu > a:before,
.main-menu > li.sub-menu > a:after {
  position: absolute;
  top: 12px;
  color: #575757;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 17px;
  right: 15px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.main-menu > li.sub-menu > a:before {
  content: "\F278";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.main-menu > li.sub-menu > a:after {
  content: "\F273";
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.main-menu > li.sub-menu.toggled > a:before {
  content: "\F278";
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.main-menu > li.sub-menu.toggled > a:after {
  content: "\F273";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.main-menu > li.sub-menu > ul {
  list-style: none;
  display: none;
  padding: 0; }

.main-menu > li.sub-menu > ul > li > a {
  color: #7f7f7f;
  padding: 8px 20px 8px 50px;
  font-weight: 500;
  display: block; }

.main-menu > li.sub-menu > ul > li > a.active,
.main-menu > li.sub-menu > ul > li > a:hover {
  color: #000; }

.main-menu > li.sub-menu > ul > li:first-child > a {
  padding-top: 14px; }

.main-menu > li.sub-menu > ul > li:last-child > a {
  padding-bottom: 16px; }

.main-menu > li.sub-menu.active > ul {
  display: block; }

.main-menu > li.active > a {
  color: #262626;
  background-color: #F4F4F4; }

/*
 * Full width layout
 */
body:not(.sw-toggled) #sidebar {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.38); }

@media (min-width: 1200px) {
  body.sw-toggled #sidebar {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); } }

@media (max-width: 1200px) {
  body.sw-toggled #sidebar {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38); } }

/*
 * For Stupid IE9
 */
@media (min-width: 1200px) {
  .ie9 body.sw-toggled #sidebar {
    display: block; } }

.ie9 body:not(.sw-toggled) #sidebar:not(.toggled) {
  display: none; }

/*
 * Nicescroll fix for sidebar when hidden
 */
#sidebar:hover .nicescroll-rails-vr {
  display: block !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.dropdown-menu {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 1px; }

.dropdown-menu > li > a {
  padding: 8px 17px;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-family: roboto; }

.dropdown-menu.dropdown-menu-lg {
  width: 300px; }

.dropdown-menu.dropdown-menu-sm {
  width: 150px; }

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

.dropdown-menu.dropdown-menu-right > li > a {
  text-align: right; }

.dropdown-menu.dm-icon > li > a > .zmdi {
  line-height: 100%;
  vertical-align: top;
  font-size: 18px;
  width: 28px; }

.dropdown-menu:not([class*="bgm-"]) > li > a {
  color: #4C4C4C; }

.dropdown-menu:not([class*="bgm-"]) > li > a:hover {
  color: #000; }

.dropdown-menu[class*="bgm-"] > li > a {
  font-weight: 300;
  color: #fff; }

.dropdown:not([data-animation]) .dropdown-menu,
.btn-group:not([data-animation]) .dropdown-menu {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  display: block; }

.dropdown .dropdown-menu:not([data-animation]).pull-right,
.bootstrap-select .dropdown-menu:not([data-animation]).pull-right,
.btn-group .dropdown-menu:not([data-animation]).pull-right,
.dropdown .dropdown-menu:not([data-animation]).dropdown-menu-right,
.bootstrap-select .dropdown-menu:not([data-animation]).dropdown-menu-right,
.btn-group .dropdown-menu:not([data-animation]).dropdown-menu-right {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.dropdown .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right),
.bootstrap-select .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right),
.btn-group .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.dropup .dropdown-menu:not([data-animation]).pull-right,
.dropup .dropdown-menu:not([data-animation]).dropdown-menu-right {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right; }

.dropup .dropdown-menu:not([data-animation]):not(.pull-right):not(.dropdown-menu-right) {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left; }

.dropdown.open .dropdown-menu:not([data-animation]),
.dropup.open .dropdown-menu:not([data-animation]),
.bootstrap-select.open .dropdown-menu:not([data-animation]),
.btn-group.open .dropdown-menu:not([data-animation]) {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100); }

.dropdown-header {
  padding: 3px 17px;
  margin-top: 10px;
  color: #b1b1b1;
  text-transform: uppercase;
  font-weight: normal; }

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

.listview {
  position: relative; }

.listview:not(.lv-lg):not(.lv-message) .lv-item {
  padding: 10px 20px; }

@media (min-width: 480px) {
  .listview.lv-lg .lv-item {
    padding: 17px 35px 17px 25px; } }

@media (max-width: 767px) {
  .listview.lv-lg .lv-item {
    padding: 17px 35px 17px 20px; } }

.listview.lv-lg .lv-item:hover {
  background-color: #FFFFDB; }

.listview .lv-item {
  position: relative;
  display: block;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.listview .lv-item .lv-small {
  font-size: 12px;
  color: #A9A9A9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%; }

.listview .lv-item .checkbox,
.listview .lv-item.media {
  margin: 0; }

.listview .lv-item .lv-actions {
  position: absolute;
  right: 15px;
  top: 10px; }

@media (max-width: 480px) {
  .listview .lv-item .lv-actions {
    right: 7px; } }

.listview .lv-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }

.listview a.lv-item:hover {
  background: #ECF9FF; }

.listview [class*="lv-img"] {
  border-radius: 50%; }

.listview .lv-img {
  width: 48px;
  height: 48px; }

.listview .lv-img-sm {
  width: 35px;
  height: 35px; }

.listview.lv-bordered .lv-item:first-child {
  border-top: 1px solid #d2d2d2; }

.listview.lv-bordered .lv-item {
  border-bottom: 1px solid #d2d2d2; }

.listview .lv-attrs {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0; }

.listview .lv-attrs > li {
  display: inline-block;
  padding: 2px 10px 3px;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 2px; }

.listview .lv-attrs > li:not(.info):not(.primary):not(.warning):not(.danger) {
  border: 1px solid #dedede;
  background: #ffffff;
  color: #5e5e5e; }

.listview .lv-attrs > li.info {
  border: 1px solid #00bcd4;
  background: #00bcd4;
  color: #ffffff; }

.listview .lv-attrs > li.primary {
  border: 1px solid #2196f3;
  background: #2196f3;
  color: #ffffff; }

.listview .lv-attrs > li.warning {
  border: 1px solid #ff9800;
  background: #ff9800;
  color: #ffffff; }

.listview .lv-attrs > li.danger {
  border: 1px solid #f44336;
  background: #f44336;
  color: #ffffff; }

.listview .lv-attrs > li > a {
  display: block; }

.listview:not(.lv-message) .lv-title {
  color: #000; }

[class*="lv-img"] {
  border-radius: 50%; }

.lv-img {
  width: 48px;
  height: 48px; }

.lv-img-sm {
  width: 35px;
  height: 35px; }

.lv-header {
  text-align: center;
  padding: 15px 10px 13px;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #F0F0F0;
  font-weight: 500;
  color: #4C4C4C;
  margin-bottom: 10px; }

.lv-header .actions {
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 10; }

.lvh-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  background: #fff;
  display: none; }

.lvh-search:before {
  content: "\F1C3";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  left: 24px;
  top: 17px;
  font-size: 22px; }

.lvhs-input {
  border: 0;
  padding: 0 26px 0 55px;
  height: 63px;
  font-size: 18px;
  width: 100%;
  font-weight: 100;
  background: #fff;
  border-bottom: 1px solid #EEE; }

.lvh-search-close {
  font-style: normal;
  position: absolute;
  top: 23px;
  right: 22px;
  font-size: 17px;
  width: 18px;
  height: 18px;
  background-color: #ADADAD;
  line-height: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; }

.lvh-search-close:hover {
  background: #333; }

.lv-header-alt {
  position: relative;
  background: #f8f8f8;
  padding: 15px; }

.lv-header-alt .lv-actions {
  z-index: 3;
  float: right;
  margin-top: 3px;
  position: relative; }

.lv-header-alt .lv-actions > li > a {
  margin: 0 3px; }

.lvh-label {
  color: #818181;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0 6px;
  line-height: 33px;
  vertical-align: middle;
  float: left; }

.lv-footer {
  display: block;
  text-align: center;
  padding: 7px 10px 8px;
  border-top: 1px solid #F0F0F0;
  line-height: 100%;
  font-size: 11px;
  margin-top: 20px;
  color: #828282; }

a.lv-footer:hover {
  color: #050505; }

/*
 * Inside Card will have more padding
 */
.card-body .lv-item {
  padding: 12px 20px; }

.progress {
  box-shadow: none;
  border-radius: 0;
  height: 5px;
  margin-bottom: 0; }

.progress .progress-bar {
  box-shadow: none; }

#chat {
  position: fixed;
  background: #fff;
  padding: 20px 0;
  width: 280px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
  height: calc(100% - 65px);
  right: -300px;
  top: 65px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0); }

#chat.toggled {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

#chat .chat-search {
  padding: 20px 20px 15px 20px; }

#chat .chat-search .form-control {
  background-image: url(/public/images/d01026bac54bfb278a0698b60f3f65ef.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #chat .chat-search .form-control {
    background-image: url(/public/images/dc71bfc32c25ce45478ee3665b3c0632.png);
    background-size: 24px 24px; } }

#chat .chat-search .form-control:focus {
  background-position: right center;
  padding: 0 30px 0 0; }

#sidebar .chat-search {
  padding: 20px 20px 15px 20px; }

#sidebar .chat-search .form-control {
  background-image: url(/public/images/d01026bac54bfb278a0698b60f3f65ef.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #sidebar .chat-search .form-control {
    background-image: url(/public/images/dc71bfc32c25ce45478ee3665b3c0632.png);
    background-size: 24px 24px; } }

#sidebar .chat-search .form-control:focus {
  background-position: right center;
  padding: 0 30px 0 0; }

/*
 * Chat Status Icons
 */
[class*="chat-status"] {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -3px;
  right: 12px;
  border: 2px solid #FFF; }

/* Simple Mixin */
.chat-status-online {
  box-shadow: 0 0 0 1px #1ec01e;
  background: #1ec01e; }

.chat-status-offline {
  box-shadow: 0 0 0 1px #e73f3f;
  background: #e73f3f; }

.chat-status-busy {
  box-shadow: 0 0 0 1px #ffa500;
  background: #ffa500; }

/*
 * For Stupid IE9
 */
.ie9 #chat {
  right: 0; }

.ie9 #chat:not(.toggled) {
  display: none; }

.tab-nav {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  margin: 0;
  overflow: auto;
  box-shadow: inset 0 -2px 0 0 #eeeeee; }

.tab-nav > li {
  display: inline-block;
  vertical-align: top; }

.tab-nav > li > a {
  display: inline-block;
  color: #7a7a7a;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-weight: 500; }

.tab-nav > li > a:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

@media (min-width: 768px) {
  .tab-nav > li > a {
    padding: 15px; } }

@media (max-width: 768px) {
  .tab-nav > li > a {
    padding: 15px 8px; } }

.tab-nav > li.active > a {
  color: #000; }

.tab-nav > li.active > a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

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

.tab-nav.tn-justified > li {
  display: table-cell;
  width: 1%;
  text-align: center; }

.tab-nav.tn-icon > li .zmdi {
  font-size: 22px;
  line-height: 100%;
  min-height: 25px; }

.tab-nav:not([data-tab-color]) > li > a:after {
  background: #2196f3; }

.tab-nav[data-tab-color="green"] > li > a:after {
  background: #4caf50; }

.tab-nav[data-tab-color="red"] > li > a:after {
  background: #f44336; }

.tab-nav[data-tab-color="teal"] > li > a:after {
  background: #009688; }

.tab-nav[data-tab-color="amber"] > li > a:after {
  background: #ffc107; }

.tab-nav[data-tab-color="black"] > li > a:after {
  background: #000000; }

.tab-nav[data-tab-color="cyan"] > li > a:after {
  background: #00bcd4; }

.tab-content {
  padding: 20px 0;
  height: calc(100% - 70px);
  overflow-y: auto; }

.card {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px; }

.card .card-header {
  position: relative; }

@media screen and (min-width: 768px) {
  .card .card-header:not(.ch-alt) {
    padding: 23px 25px; } }

@media screen and (max-width: 991px) {
  .card .card-header:not(.ch-alt) {
    padding: 18px; } }

.card .card-header h2 {
  margin: 0;
  line-height: 100%;
  font-size: 17px;
  font-weight: 400; }

.card .card-header h2 small {
  display: block;
  margin-top: 8px;
  color: #AEAEAE;
  line-height: 160%; }

@media screen and (min-width: 768px) {
  .card .card-header.ch-alt {
    padding: 23px 26px; } }

@media screen and (max-width: 991px) {
  .card .card-header.ch-alt {
    padding: 18px 18px 28px; } }

.card .card-header.ch-alt:not([class*="bgm-"]) {
  background-color: #f7f7f7; }

.card .card-header[class*="bgm-"] h2,
.card .card-header[class*="bgm-"] h2 small {
  color: #fff; }

.card .card-header .actions {
  position: absolute;
  right: 10px;
  z-index: 2;
  top: 15px; }

.card .card-header .btn-float {
  right: 25px;
  bottom: -23px;
  z-index: 1; }

@media screen and (min-width: 768px) {
  .card .card-body.card-padding {
    padding: 23px 26px; } }

@media screen and (max-width: 991px) {
  .card .card-body.card-padding {
    padding: 18px; } }

.card .card-body.card-padding-sm {
  padding: 15px; }

.card-header:not(.ch-alt):not([class*="bgm-"]) + .card-padding {
  padding-top: 0; }

.chart-edge {
  margin: 20px -8px 0 -10px;
  overflow: hidden; }

.chart-edge .flot-chart {
  bottom: -14px; }

.charts-row {
  margin-top: 50px;
  margin-bottom: 20px; }

.mini-charts-item {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 30px; }

.mini-charts-item .chart {
  padding: 15px;
  float: left; }

.mini-charts-item .chart.chart-pie {
  margin: 0 20px; }

.mini-charts-item .count {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  padding: 16px 12px; }

.mini-charts-item .count > h2 {
  margin: 0;
  line-height: 100%;
  font-size: 22px;
  font-weight: 300;
  color: #fff; }

.mini-charts-item .count > small {
  margin-bottom: 2px;
  display: block; }

.mini-charts-item .count > h2,
.mini-charts-item .count > small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mini-charts-item > .clearfix,
.mini-charts-item > .dl-horizontal dd,
.mini-charts-item > .container,
.mini-charts-item > .container-fluid,
.mini-charts-item > .row,
.mini-charts-item > .form-horizontal .form-group,
.mini-charts-item > .btn-toolbar,
.mini-charts-item > .btn-group-vertical > .btn-group,
.mini-charts-item > .nav,
.mini-charts-item > .navbar,
.mini-charts-item > .navbar-header,
.mini-charts-item > .navbar-collapse,
.mini-charts-item > .pager,
.mini-charts-item > .panel-body,
.mini-charts-item > .modal-footer {
  position: relative;
  z-index: 1; }

.mini-charts-item:before {
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  width: 113px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0; }

.mini-charts-item:hover .count {
  color: #fff !important; }

.mini-charts-item:hover:before {
  width: 100%; }

/*
 * Sparkline Tooltip
 */
#jqstooltip {
  min-width: 21px;
  min-height: 23px;
  text-align: center;
  border: 0;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

#jqstooltip .jqsfield {
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  color: #333; }

#jqstooltip .jqsfield > span {
  display: none; }

/*
 * Easy Pie Charts
 */
.epc-item {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 30px;
  padding: 30px 20px;
  text-align: center; }

.easy-pie {
  display: inline-block;
  position: relative;
  padding: 0 5px 10px; }

.easy-pie .percent {
  position: absolute;
  font-weight: 300;
  width: 100%;
  line-height: 100%;
  left: 0; }

.easy-pie .percent:after {
  content: "%"; }

.easy-pie.main-pie .percent {
  margin-top: 49px;
  font-size: 50px;
  text-align: center; }

.easy-pie.main-pie .percent:not([class*="c-"]) {
  color: rgba(255, 255, 255, 0.7); }

.easy-pie.main-pie .percent:after {
  font-size: 30px; }

.easy-pie.main-pie .pie-title {
  color: #fff; }

.easy-pie:not(.main-pie) .percent {
  font-size: 26px;
  margin-top: 37px; }

.easy-pie:not(.main-pie) .percent:after {
  font-size: 20px; }

.easy-pie .pie-title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -3px;
  left: 0; }

/*
 * Recet Items Table Chart
 */
#recent-items-chart {
  width: calc(100% + 19px);
  height: 150px;
  margin: -20px -10px 0;
  bottom: -10px; }

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

.flot-chart {
  height: 200px; }

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

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

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

[class*="flc-"] {
  text-align: center;
  margin: 10px 0 5px; }

[class*="flc-"] table {
  display: inline-block; }

[class*="flc-"] .legendColorBox > div {
  border: #fff !important; }

[class*="flc-"] .legendColorBox > div > div {
  border-radius: 50%; }

[class*="flc-"] .legendLabel {
  padding: 0 8px 0 3px; }

.dash-widget-item {
  position: relative;
  min-height: 380px;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.dash-widget-item .dash-widget-header {
  position: relative; }

.dash-widget-item .dash-widget-header .actions {
  display: none;
  position: absolute;
  right: 4px;
  top: 6px;
  padding: 0;
  list-style: none; }

.dash-widget-item .dash-widget-header .actions > li {
  display: inline-block;
  vertical-align: baseline; }

.dash-widget-item .dash-widget-header .actions > li > a {
  color: #fff;
  font-size: 20px; }

.dash-widget-item .dash-widget-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.dash-widget-item .dash-widget-title {
  padding: 12px 20px;
  position: absolute;
  width: 100%;
  left: 0;
  font-weight: 300; }

.dash-widget-item:hover .dash-widget-header .actions {
  display: block; }

/*
 * Site Visits
 */
#site-visits {
  color: rgba(255, 255, 255, 0.9); }

#site-visits .dash-widget-header {
  padding-bottom: 38px;
  background-color: rgba(0, 0, 0, 0.13); }

#site-visits .dash-widget-title {
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.9); }

#site-visits h3 {
  color: rgba(255, 255, 255, 0.9); }

/*
 * Best Selling Item
 */
#best-selling {
  background-color: #fff; }

#best-selling .dash-widget-header > img {
  width: 100%;
  height: 155px; }

#best-selling .dash-widget-header .dash-widget-title {
  padding-bottom: 30px;
  top: 0;
  color: #fff;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0); }

#best-selling .dash-widget-header .main-item {
  padding: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0); }

#best-selling .dash-widget-header .main-item > h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 5px 0 0 0;
  line-height: 100%;
  color: #fff; }

/*
 * Weather
 */
#weather-widget {
  color: #fff;
  padding: 20px 20px 0; }

#weather-widget .weather-status {
  font-size: 40px;
  line-height: 100%; }

#weather-widget .weather-icon {
  text-align: center;
  margin-top: 10px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  /* Weather Icons */ }

#weather-widget .weather-icon.wi-0 {
  background-image: url(/public/images/532de5be28019609ad36547140aff7cd.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-0 {
    background-image: url(/public/images/f051903d9fda477aaff5475018e9ea74.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-1 {
  background-image: url(/public/images/c49f11633cdb0009f776aed9458059d9.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-1 {
    background-image: url(/public/images/36f3d5d5ad1af454a88c70c07e0bc9ec.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-2 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-2 {
    background-image: url(/public/images/d383e03c2ef724188560090ff0c0ce24.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-3 {
  background-image: url(/public/images/5f30c9670c6f86f76c549f15700ac35f.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-3 {
    background-image: url(/public/images/bb3c16d2c7a6cd759115cec4c858bdec.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-4 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-4 {
    background-image: url(/public/images/d383e03c2ef724188560090ff0c0ce24.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-5 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-5 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-6 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-6 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-7 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-7 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-8 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-8 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-9 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-9 {
    background-image: url(/public/images/0dc52c660912fc4fbe58cfb1a20d13dc.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-10 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-10 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-11 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-11 {
    background-image: url(/public/images/0dc52c660912fc4fbe58cfb1a20d13dc.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-12 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-12 {
    background-image: url(/public/images/0dc52c660912fc4fbe58cfb1a20d13dc.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-13 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-13 {
    background-image: url(/public/images/0dc52c660912fc4fbe58cfb1a20d13dc.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-14 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-14 {
    background-image: url(/public/images/0dc52c660912fc4fbe58cfb1a20d13dc.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-15 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-15 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-16 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-16 {
    background-image: url(/public/images/0dc52c660912fc4fbe58cfb1a20d13dc.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-17 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-17 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-18 {
  background-image: url(/public/images/21397004430c9751a9347272e85428bb.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-18 {
    background-image: url(/public/images/e4797a8df6bf97955e09f534e00cd133.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-19 {
  background-image: url(/public/images/6c24b746a00c88aeb9c5547565bc5fc7.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-19 {
    background-image: url(/public/images/57bb7ddef8872dc5820039ea902adfa0.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-20 {
  background-image: url(/public/images/6c24b746a00c88aeb9c5547565bc5fc7.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-20 {
    background-image: url(/public/images/57bb7ddef8872dc5820039ea902adfa0.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-21 {
  background-image: url(/public/images/6c24b746a00c88aeb9c5547565bc5fc7.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-21 {
    background-image: url(/public/images/57bb7ddef8872dc5820039ea902adfa0.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-22 {
  background-image: url(/public/images/6c24b746a00c88aeb9c5547565bc5fc7.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-22 {
    background-image: url(/public/images/57bb7ddef8872dc5820039ea902adfa0.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-23 {
  background-image: url(/public/images/6c24b746a00c88aeb9c5547565bc5fc7.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-23 {
    background-image: url(/public/images/57bb7ddef8872dc5820039ea902adfa0.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-24 {
  background-image: url(/public/images/fc12d2e8f5d9d4ee45e6b526e24ac4c4.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-24 {
    background-image: url(/public/images/6d6d4658bd83c9652fdb36143c61cc46.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-25 {
  background-image: url(/public/images/fc12d2e8f5d9d4ee45e6b526e24ac4c4.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-25 {
    background-image: url(/public/images/6d6d4658bd83c9652fdb36143c61cc46.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-26 {
  background-image: url(/public/images/ba3df072d903d218be0c4b1e50c01fe7.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-26 {
    background-image: url(/public/images/55f4ea065686d7d8c5c31225ecdb780f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-27 {
  background-image: url(/public/images/24f2a71da5096af8440610f421fdacee.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-27 {
    background-image: url(/public/images/5cd2ca3a8b67954fb1c2f91147c55034.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-28 {
  background-image: url(/public/images/06eee8e14140e75e3ef153c3109a5eaf.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-28 {
    background-image: url(/public/images/bc2e56dbe1ddcb4b131294a9c935e94f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-29 {
  background-image: url(/public/images/24f2a71da5096af8440610f421fdacee.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-29 {
    background-image: url(/public/images/5cd2ca3a8b67954fb1c2f91147c55034.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-30 {
  background-image: url(/public/images/06eee8e14140e75e3ef153c3109a5eaf.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-30 {
    background-image: url(/public/images/bc2e56dbe1ddcb4b131294a9c935e94f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-31 {
  background-image: url(/public/images/22ab46df08715f7d764039ff931ab6f1.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-31 {
    background-image: url(/public/images/089e54308fc1f87e9ce1cfef9f62bd8f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-32 {
  background-image: url(/public/images/07a5d29293bfb4b79dc2f62902071436.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-32 {
    background-image: url(/public/images/1c91e5ecf5651dfaa47a5c3aab8c56b0.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-33 {
  background-image: url(/public/images/22ab46df08715f7d764039ff931ab6f1.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-33 {
    background-image: url(/public/images/089e54308fc1f87e9ce1cfef9f62bd8f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-34 {
  background-image: url(/public/images/07a5d29293bfb4b79dc2f62902071436.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-34 {
    background-image: url(/public/images/1c91e5ecf5651dfaa47a5c3aab8c56b0.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-35 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-35 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-36 {
  background-image: url(/public/images/07a5d29293bfb4b79dc2f62902071436.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-36 {
    background-image: url(/public/images/1c91e5ecf5651dfaa47a5c3aab8c56b0.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-37 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-37 {
    background-image: url(/public/images/d383e03c2ef724188560090ff0c0ce24.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-38 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-38 {
    background-image: url(/public/images/d383e03c2ef724188560090ff0c0ce24.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-39 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-39 {
    background-image: url(/public/images/d383e03c2ef724188560090ff0c0ce24.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-40 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-40 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-41 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-41 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-42 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-42 {
    background-image: url(/public/images/0dc52c660912fc4fbe58cfb1a20d13dc.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-43 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-43 {
    background-image: url(/public/images/4f037b96d1ca4ce11f8dc5cc44cfdd4f.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-44 {
  background-image: url(/public/images/24f2a71da5096af8440610f421fdacee.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-44 {
    background-image: url(/public/images/5cd2ca3a8b67954fb1c2f91147c55034.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-45 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-45 {
    background-image: url(/public/images/d383e03c2ef724188560090ff0c0ce24.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-46 {
  background-image: url(/public/images/21397004430c9751a9347272e85428bb.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-46 {
    background-image: url(/public/images/e4797a8df6bf97955e09f534e00cd133.png);
    background-size: 125px 125px; } }

#weather-widget .weather-icon.wi-47 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-47 {
    background-image: url(/public/images/d383e03c2ef724188560090ff0c0ce24.png);
    background-size: 125px 125px; } }

#weather-widget .weather-info {
  list-style: none;
  padding: 0;
  margin: 3px 0 0 0; }

#weather-widget .weather-info > li {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.39);
  padding: 2px 10px 3px;
  margin-right: 5px; }

#weather-widget .weather-list {
  background: rgba(0, 0, 0, 0.08);
  padding: 5px 12px;
  font-size: 16px;
  height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#weather-widget .weather-list > span {
  margin-right: 7px;
  font-weight: 300;
  display: inline-block;
  line-height: 40px;
  vertical-align: top; }

#weather-widget .weather-list > span.weather-list-icon {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px; }

#weather-widget .weather-list > span.weather-list-icon.wi-0 {
  background-image: url(/public/images/532de5be28019609ad36547140aff7cd.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-1 {
  background-image: url(/public/images/c49f11633cdb0009f776aed9458059d9.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-2 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-3 {
  background-image: url(/public/images/5f30c9670c6f86f76c549f15700ac35f.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-4 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-5 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-6 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-7 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-8 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-9 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-10 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-11 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-12 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-13 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-14 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-15 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-16 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-17 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-18 {
  background-image: url(/public/images/21397004430c9751a9347272e85428bb.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-19 {
  background-image: url(/public/images/6c24b746a00c88aeb9c5547565bc5fc7.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-20 {
  background-image: url(/public/images/6c24b746a00c88aeb9c5547565bc5fc7.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-21 {
  background-image: url(/public/images/6c24b746a00c88aeb9c5547565bc5fc7.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-22 {
  background-image: url(/public/images/6c24b746a00c88aeb9c5547565bc5fc7.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-23 {
  background-image: url(/public/images/6c24b746a00c88aeb9c5547565bc5fc7.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-24 {
  background-image: url(/public/images/fc12d2e8f5d9d4ee45e6b526e24ac4c4.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-25 {
  background-image: url(/public/images/fc12d2e8f5d9d4ee45e6b526e24ac4c4.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-26 {
  background-image: url(/public/images/ba3df072d903d218be0c4b1e50c01fe7.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-27 {
  background-image: url(/public/images/24f2a71da5096af8440610f421fdacee.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-28 {
  background-image: url(/public/images/06eee8e14140e75e3ef153c3109a5eaf.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-29 {
  background-image: url(/public/images/24f2a71da5096af8440610f421fdacee.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-30 {
  background-image: url(/public/images/06eee8e14140e75e3ef153c3109a5eaf.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-31 {
  background-image: url(/public/images/22ab46df08715f7d764039ff931ab6f1.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-32 {
  background-image: url(/public/images/07a5d29293bfb4b79dc2f62902071436.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-33 {
  background-image: url(/public/images/22ab46df08715f7d764039ff931ab6f1.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-34 {
  background-image: url(/public/images/07a5d29293bfb4b79dc2f62902071436.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-35 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-36 {
  background-image: url(/public/images/07a5d29293bfb4b79dc2f62902071436.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-37 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-38 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-39 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-40 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-41 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-42 {
  background-image: url(/public/images/cfbe66da98a58d5b70f322ad69f0bd30.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-43 {
  background-image: url(/public/images/35aa02eff1e1331ce190a7dc36486083.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-44 {
  background-image: url(/public/images/24f2a71da5096af8440610f421fdacee.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-45 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-46 {
  background-image: url(/public/images/21397004430c9751a9347272e85428bb.png); }

#weather-widget .weather-list > span.weather-list-icon.wi-47 {
  background-image: url(/public/images/8a1716df49160b5169c8bb5520fc5336.png); }

#weather-widget .weather-list > span > i {
  line-height: 100%;
  font-size: 39px; }

/*
 * Pie Charts
 */
#pie-charts {
  background: #fff; }

#pie-charts .dash-widget-header {
  color: rgba(255, 255, 255, 0.9); }

/*
 * Blog Post
 */
.blog-post .bp-header {
  position: relative; }

.blog-post .bp-header > img {
  width: 100%; }

.blog-post .bp-header .bp-title {
  background: #3f51b5;
  width: 100%;
  padding: 20px;
  color: #FFF;
  display: block; }

.blog-post .bp-header .bp-title > h2 {
  color: #FFF;
  font-weight: 400;
  margin: 0 0 2px;
  line-height: 100%;
  font-size: 21px; }

/*
 * Profile View
 */
.profile-view {
  text-align: center; }

.profile-view .pv-header {
  position: relative;
  height: 145px;
  width: 100%;
  background-image: url(/public/images/761a958b5de66c7f6915c0242aeb5791.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.profile-view .pv-header > .pv-main {
  border-radius: 50%;
  width: 130px;
  position: absolute;
  height: 130px;
  bottom: -50px;
  left: 50%;
  margin-left: -65px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.profile-view .pv-body {
  margin-top: 70px;
  padding: 0 20px 20px; }

.profile-view .pv-body > h2 {
  margin: 0;
  line-height: 100%;
  font-size: 20px;
  font-weight: 400; }

.profile-view .pv-body > small {
  display: block;
  color: #8E8E8E;
  margin: 10px 0 15px; }

.profile-view .pv-body .pv-contact,
.profile-view .pv-body .pv-follow {
  padding: 0;
  list-style: none; }

.profile-view .pv-body .pv-contact > li,
.profile-view .pv-body .pv-follow > li {
  display: inline-block; }

.profile-view .pv-body .pv-follow {
  margin: 20px -20px;
  padding: 10px;
  background-color: #F7F7F7;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE; }

.profile-view .pv-body .pv-follow > li {
  padding: 0 10px; }

.profile-view .pv-body .pv-contact > li {
  margin: 0 5px; }

.profile-view .pv-body .pv-contact > li > .zmdi {
  line-height: 100%;
  vertical-align: text-bottom;
  font-size: 22px; }

.profile-view .pv-body .pv-follow-btn {
  padding: 7px 20px;
  background: #00bcd4;
  color: #FFF;
  border-radius: 3px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.profile-view .pv-body .pv-follow-btn:hover {
  background: #00a5bb; }

.profile-view:hover .pv-main {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

/*
 * Picture List
 */
.picture-list .pl-body {
  padding: 2px; }

.picture-list .pl-body [class*="col-"] {
  padding: 0;
  padding: 2px; }

.picture-list .pl-body [class*="col-"] > a {
  display: block;
  position: relative; }

.picture-list .pl-body [class*="col-"] > a:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.picture-list .pl-body [class*="col-"] > a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100); }

.picture-list .pl-body [class*="col-"] > a img {
  width: 100%; }

.picture-list .pl-body:before,
.picture-list .pl-body:after {
  content: " ";
  display: table; }

.picture-list .pl-body:after {
  clear: both; }

.picture-list .pl-body:before,
.picture-list .pl-body:after {
  content: " ";
  display: table; }

.picture-list .pl-body:after {
  clear: both; }

/*
 * Social
 */
.go-social .card-body {
  padding: 0 15px 20px; }

.go-social .card-body [class*="col-"] {
  padding: 12px; }

.go-social .card-body [class*="col-"] img {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.go-social .card-body [class*="col-"]:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

/*
 * Rating
 */
.rating-list {
  padding: 0 0 10px; }

.rating-list .rl-star {
  margin-top: 10px;
  margin-bottom: 4px; }

.rating-list .rl-star .zmdi {
  font-size: 20px; }

.rating-list .rl-star .zmdi:not(.active) {
  color: #ccc; }

.rating-list .rl-star .zmdi.active {
  color: #ff9800; }

.rating-list .lv-item .media .zmdi-star {
  line-height: 100%;
  font-size: 22px;
  color: #FF9800;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 6px; }

.rating-list .lv-item .media .media-body {
  padding: 7px 10px 0 5px; }

.table {
  background-color: #fff;
  margin-bottom: 0;
  font-size: inherit; }

.table > thead > tr > th {
  background-color: #fff;
  vertical-align: middle;
  color: #333;
  border-width: 1px; }

.table [class*="bg-"] > tr > th {
  color: #fff;
  border-bottom: 0; }

.table [class*="bg-"] + tbody > tr:first-child > td {
  border-top: 0; }

.table.table-inner {
  border: 0; }

.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  padding-left: 30px; }

.table > thead > tr > th:last-child,
.table > tbody > tr > th:last-child,
.table > tfoot > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
  padding-right: 30px; }

.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > tbody > tr.succes > td,
.table > tfoot > tr.succes > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td {
  border: 0; }

.table-striped td,
.table-striped th {
  border: 0 !important; }

.table-hover > tbody > tr:hover {
  background-color: #ECF9FF !important; }

.table-bordered {
  border-bottom: 0;
  border-left: 0;
  border-right: 0; }

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
  border-bottom: 0;
  border-left: 0; }

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

.table-bordered > thead > tr > th {
  border-left: 0; }

.table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.table-vmiddle td {
  vertical-align: middle !important; }

.table-responsive {
  border: 0; }

#todo-lists {
  background: #ffc107;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'shadowsintolight', cursive;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.tl-header {
  position: relative;
  padding: 25px; }

.tl-header > h2 {
  margin: 0;
  color: #fff;
  line-height: 100%; }

.tl-header > small {
  font-size: 17px;
  display: block;
  margin-top: 3px; }

.tl-header .actions {
  position: absolute;
  right: 10px;
  padding: 0;
  list-style: none;
  top: 15px; }

.tl-header .actions > li {
  display: inline-block;
  vertical-align: baseline; }

.tl-body {
  min-height: 300px;
  position: relative;
  padding: 20px 10px 20px 25px;
  background: rgba(0, 0, 0, 0.03); }

.tl-body .media-body {
  padding-top: 3px; }

.tl-body .checkbox {
  font-size: 18px;
  margin-bottom: 15px; }

.tl-body .checkbox span {
  display: inline-block;
  margin-top: -3px; }

.tl-body .checkbox input:checked + i + span {
  text-decoration: line-through; }

.tl-body .checkbox .input-helper:before {
  border-color: rgba(255, 255, 255, 0.8);
  border-width: 2px; }

.tl-body .checkbox .input-helper:after {
  border-color: #fff; }

#add-tl-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  top: -25px;
  right: 23px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms; }

#add-tl-item .add-new-item {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

#add-tl-item .add-tl-body {
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

#add-tl-item .add-tl-body textarea {
  padding: 25px 25px 45px;
  resize: none;
  width: 100%;
  font-size: 24px;
  color: #ffc107;
  position: absolute;
  height: 100%;
  border: 0;
  outline: none; }

#add-tl-item:not(.toggled) {
  overflow: hidden; }

#add-tl-item:not(.toggled) .add-new-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  text-align: center;
  font-size: 23px;
  color: #ff9800;
  line-height: 50px; }

#add-tl-item.toggled {
  width: calc(100% - 47px);
  height: calc(100% - 25px);
  border-radius: 2px;
  top: 0;
  z-index: 1;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow: visible; }

#add-tl-item.toggled .add-new-item {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  height: 0;
  overflow: hidden;
  float: left; }

#add-tl-item.toggled .add-tl-body {
  opacity: 1;
  filter: alpha(opacity=100); }

#add-tl-item.toggled .add-tl-body .add-tl-actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  border-top: 1px solid #EEE;
  z-index: 1; }

#add-tl-item.toggled .add-tl-body .add-tl-actions > a {
  font-size: 25px;
  padding: 0 6px;
  text-align: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 41px;
  border-radius: 50%;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

#add-tl-item.toggled .add-tl-body .add-tl-actions > a:hover {
  background-color: #eee; }

#add-tl-item.toggled .add-tl-body .add-tl-actions [data-tl-action="dismiss"] {
  color: #f44336; }

#add-tl-item.toggled .add-tl-body .add-tl-actions [data-tl-action="save"] {
  color: #4caf50; }

.btn {
  border: 0;
  text-transform: uppercase; }

.btn[class*="bgm-"]:not(.bgm-white) {
  color: #fff; }

.btn .caret {
  margin-top: -3px; }

.btn:not(.btn-link) {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }

.btn-group:not(.bootstrap-select),
.btn-group-vertical:not(.bootstrap-select) {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3); }

.btn-group .btn,
.btn-group-vertical .btn,
.btn-group .btn:active,
.btn-group-vertical .btn:active,
.btn-group .btn:focus,
.btn-group-vertical .btn:focus,
.btn-group .btn-group,
.btn-group-vertical .btn-group {
  box-shadow: none !important; }

.btn-group .btn,
.btn-group-vertical .btn {
  margin: 0; }

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

.btn-link {
  color: #797979;
  text-decoration: none;
  border-radius: 2px; }

.btn-link:hover {
  color: #0a0a0a; }

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  text-decoration: none; }

.btn-inverse {
  color: #ffffff;
  background-color: #454545;
  border-color: transparent; }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0); }

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

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #454545;
  border-color: transparent; }

.btn-inverse .badge {
  color: #454545;
  background-color: #ffffff; }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #454545;
  border-color: transparent; }

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

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active {
  background-color: #454545;
  border-color: transparent; }

.btn-inverse .badge {
  color: #454545;
  background-color: #ffffff; }

.btn-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center; }

.btn-icon .zmdi {
  font-size: 17px; }

.btn-icon.btn-default:hover {
  background: #fff; }

.btn-icon-text > .zmdi {
  font-size: 15px;
  vertical-align: top;
  display: inline-block;
  margin-top: 1px;
  line-height: 100%;
  margin-right: 5px; }

.btn-float {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 45px !important; }

.btn-float:not(.m-btn) {
  position: absolute !important; }

.btn-float i {
  font-size: 23px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.btn-float:not(.bgm-white):not(.bgm-gray) > i {
  color: #fff; }

.btn-float.bgm-white > i,
.btn-float.bgm-gray > i {
  color: #333; }

.open .btn {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

.open .btn:focus,
.open .btn:active {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

/*
 * Material Design Add button
 */
.m-btn {
  z-index: 1;
  bottom: 40px;
  right: 40px;
  position: fixed !important; }

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

input:active,
input:focus {
  outline: 0;
  box-shadow: none !important; }

.form-control {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  resize: none; }

.form-control:active,
.form-control:focus {
  border-bottom-color: #b4b4b4;
  box-shadow: none; }

.form-control:not(.fc-alt) {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control:not(.fc-alt):active,
.form-control:not(.fc-alt):focus {
  border-bottom-color: #b4b4b4; }

.form-control:not(.fc-alt).auto-size {
  padding-top: 6px; }

.fc-alt {
  border: 1px solid #c2c3c9;
  border-radius: 4px; }

.fc-alt:active,
.fc-alt:focus {
  border-color: #D7D7D7; }

/*
 * Checkbox and Radio
 */
.checkbox label,
.radio label {
  padding-left: 30px;
  position: relative; }

.checkbox input,
.radio input {
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 0; }

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: ""; }

.checkbox .input-helper:before,
.radio .input-helper:before {
  left: 0;
  border: 1px solid #ccc; }

.checkbox.disabled,
.radio.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.checkbox input {
  width: 17px;
  height: 17px; }

.checkbox input:checked + .input-helper:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.checkbox input:checked + .input-helper:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100); }

.checkbox .input-helper:before {
  top: 0;
  width: 17px;
  height: 17px; }

.checkbox .input-helper:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(80deg);
  -ms-transform: scale(0) rotate(80deg);
  -o-transform: scale(0) rotate(80deg);
  transform: scale(0) rotate(80deg);
  width: 22px;
  height: 9px;
  border-bottom: 2px solid #73bd44;
  border-left: 2px solid #73bd44;
  box-shadow: -2px 2px 1px #eeeeee;
  border-bottom-left-radius: 2px;
  left: -1px;
  top: 1px; }

.has-error .checkbox .input-helper:before {
  border-color: #f99d97; }

.has-error .checkbox .input-helper:after {
  border-bottom-color: #f77066;
  border-left-color: #f77066; }

.has-success .checkbox .input-helper:before {
  border-color: #92cf94; }

.has-success .checkbox .input-helper:after {
  border-bottom-color: #6ec071;
  border-left-color: #6ec071; }

.has-warning .checkbox .input-helper:before {
  border-color: #ffdb6d; }

.has-warning .checkbox .input-helper:after {
  border-bottom-color: #ffce3a;
  border-left-color: #ffce3a; }

.radio input {
  width: 19px;
  height: 19px; }

.radio input:checked + .input-helper:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.radio .input-helper:before {
  top: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%; }

.radio .input-helper:after {
  width: 11px;
  height: 11px;
  background: #73bd44;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.checkbox-inline,
.radio-inline {
  vertical-align: top;
  margin-top: 0;
  padding-left: 25px; }

/*
 * Select
 */
html:not(.ie9) .select {
  position: relative; }

html:not(.ie9) .select:before {
  position: absolute;
  top: -1px;
  content: "";
  height: calc(100% - 1px);
  width: 30px;
  background-color: #FFF;
  background-position: right calc(100% - 7px);
  background-repeat: no-repeat;
  background-image: url(/public/images/49ba2d14cefacfa9e7a0604e1121cc21.png);
  pointer-events: none;
  z-index: 5; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  html:not(.ie9) .select:before {
    background-image: url(/public/images/a0bce7e2e7cd47ff73b45979c9d08ed5.png);
    background-size: 12px 12px; } }

html:not(.ie9) .select:not(.fg-line):before {
  right: 0; }

html:not(.ie9) .select.fg-line:before {
  right: 10px; }

/*
 * Input Group
 */
.input-group-addon {
  border-width: 0px 0px 1px 0px; }

/*
 * Input Feilds
 */
.fg-line {
  position: relative;
  vertical-align: top;
  /* Validation Stats */ }

.fg-line:not(.form-group) {
  display: inline-block;
  width: 100%; }

.fg-line .form-control {
  resize: none; }

.fg-line .form-control:not(:disabled) {
  color: #000; }

.fg-line .form-control:disabled {
  color: #9d9d9d;
  background: transparent; }

.fg-line:not(.disabled):after,
.fg-line:not(.readonly):after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  content: "";
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.fg-line:not([class*=has-]):after {
  background: #2196f3; }

.fg-line.input-toggled:after {
  width: 100%; }

.fg-line.readonly .form-control {
  color: #9d9d9d;
  background: transparent; }

.fg-line.fg-toggled:after {
  width: 100%; }

.fg-line.has-success:after {
  background: #4caf50; }

.fg-line.has-warning:after {
  background: #ffc107; }

.fg-line.has-error:after {
  background: #f44336; }

/* Validation Stats for inner fg-line*/
.has-success .fg-line:after {
  background: #4caf50; }

.has-warning .fg-line:after {
  background: #ffc107; }

.has-error .fg-line:after {
  background: #f44336; }

.fg-float {
  margin-top: 2px;
  position: relative; }

.fg-float .form-control {
  position: relative;
  background: transparent;
  z-index: 1; }

.fg-float .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1; }

.fg-float .form-control:-ms-input-placeholder {
  color: #ffffff; }

.fg-float .form-control::-webkit-input-placeholder {
  color: #ffffff; }

.fg-float .fg-label {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  position: absolute;
  top: 5px;
  font-weight: 400;
  color: #959595;
  pointer-events: none;
  z-index: 0;
  left: 0;
  white-space: nowrap; }

.fg-float .input-lg + .fg-label {
  font-size: 17px; }

.fg-float .input-sm + .fg-label {
  font-size: 11px; }

.fg-float .fg-toggled + .fg-label {
  top: -20px;
  font-size: 11px; }

/*
 * Validation
 */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4caf50; }

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

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

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

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ff9800; }

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

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

.has-warning .input-group-addon {
  color: #ff9800;
  border-color: #ffd699;
  background-color: #ffffff; }

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f44336; }

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

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

.has-error .input-group-addon {
  color: #f44336;
  border-color: #fccbc7;
  background-color: #ffffff; }

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

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
  box-shadow: none; }

.form-control-feedback {
  font-size: 20px; }

/*
 * Input Groups
 */
.input-group {
  /* Mixin for Input Group */ }

.input-group .input-group-addon {
  vertical-align: bottom;
  padding: 0; }

.input-group .input-group-addon .zmdi {
  line-height: 100%; }

.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon:not(.last) {
  padding-right: 10px; }

.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon.last {
  padding-left: 10px; }

.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon .zmdi {
  font-size: 23px; }

.input-group.input-group-lg .input-group-addon:not(.last) {
  padding-right: 15px; }

.input-group.input-group-lg .input-group-addon.last {
  padding-left: 15px; }

.input-group.input-group-lg .input-group-addon .zmdi {
  font-size: 30px; }

.input-group.input-group-sm .input-group-addon:not(.last) {
  padding-right: 5px; }

.input-group.input-group-sm .input-group-addon.last {
  padding-left: 5px; }

.input-group.input-group-sm .input-group-addon .zmdi {
  font-size: 18px; }

.input-group > [class*="col-"] {
  padding: 0; }

.input-group .fg-line {
  padding: 0 10px; }

.input-group .fg-line:after {
  left: 10px; }

.input-group .fg-line.fg-toggled:after {
  width: calc(100% - 20px); }

/*
 * Toggle Switch
 */
.toggle-switch {
  display: inline-block;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.toggle-switch .ts-label {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
  -webkit-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1); }

.toggle-switch .ts-helper {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.26);
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer; }

.toggle-switch .ts-helper:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 24px;
  height: 24px;
  background: #fafafa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }

.toggle-switch:not(.disabled) .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1); }

.toggle-switch input {
  position: absolute;
  z-index: 1;
  width: 46px;
  margin: 0 0 0 -4px;
  height: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer; }

.toggle-switch input:checked + .ts-helper:before {
  left: 20px; }

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
  background: rgba(115, 189, 68, 0.5); }

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
  background: #73bd44; }

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2); }

.toggle-switch.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper {
  background: rgba(244, 67, 54, 0.5); }

.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:before {
  background: #f44336; }

.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(244, 67, 54, 0.2); }

.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper {
  background: rgba(33, 150, 243, 0.5); }

.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:before {
  background: #2196f3; }

.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(33, 150, 243, 0.2); }

.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper {
  background: rgba(255, 193, 7, 0.5); }

.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:before {
  background: #ffc107; }

.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(255, 193, 7, 0.2); }

.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper {
  background: rgba(156, 39, 176, 0.5); }

.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:before {
  background: #9c27b0; }

.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(156, 39, 176, 0.2); }

.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper {
  background: rgba(233, 30, 99, 0.5); }

.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:before {
  background: #e91e63; }

.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(233, 30, 99, 0.2); }

.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper {
  background: rgba(205, 220, 57, 0.5); }

.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:before {
  background: #cddc39; }

.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(205, 220, 57, 0.2); }

.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper {
  background: rgba(0, 188, 212, 0.5); }

.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:before {
  background: #00bcd4; }

.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 188, 212, 0.2); }

.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper {
  background: rgba(76, 175, 80, 0.5); }

.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:before {
  background: #4caf50; }

.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(76, 175, 80, 0.2); }

/*
 * IE 9 Placeholder
 */
.ie9-placeholder {
  color: #888 !important;
  font-weight: normal; }

.pagination {
  border-radius: 0; }

.pagination > li {
  margin: 0 2px;
  display: inline-block;
  vertical-align: top; }

.pagination > li > a,
.pagination > li > span {
  border-radius: 50% !important;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  position: relative; }

.pagination > li > a > .zmdi,
.pagination > li > span > .zmdi {
  font-size: 22px;
  line-height: 39px; }

.pagination > li > a:before,
.pagination > li > span:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0); }

.pagination > li > a:hover:before,
.pagination > li > span:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100); }

.pagination > li.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }

/*
 * Listview Pagination
 */
.lv-pagination {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #F0F0F0;
  margin-top: 0;
  margin-bottom: 0; }

/*
 * Pager
 */
.pager li > a,
.pager li > span {
  padding: 5px 10px 6px;
  color: #7e7e7e; }

.popover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); }

.popover-title {
  border-bottom: 0;
  padding: 15px;
  font-size: 12px;
  text-transform: uppercase; }

.popover-title + .popover-content {
  padding-top: 0; }

.popover-content {
  padding: 15px; }

.popover-content p {
  margin-bottom: 0; }

.fw-container .tab-content {
  padding: 25px 0; }

.fw-container .fw-footer {
  text-align: center;
  margin: 30px 0 0;
  width: 100%;
  border-top: 2px solid #eee;
  padding: 15px 0; }

.alert {
  padding-left: 30px;
  font-size: 13px; }

.alert span {
  cursor: pointer; }

.alert:not(.alert-dismissible) {
  padding-right: 30px; }

.alert.alert-dismissable {
  padding-right: 44px; }

.alert-inverse {
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
  color: #fff; }

.alert-inverse a {
  color: #fff; }

.growl-animated {
  border: 0;
  color: #fff; }

.growl-animated.alert-info {
  background: rgba(33, 150, 243, 0.8);
  box-shadow: 0 0 5px rgba(33, 150, 243, 0.5); }

.growl-animated.alert-success {
  background: rgba(76, 175, 80, 0.8);
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5); }

.growl-animated.alert-warning {
  background: rgba(255, 152, 0, 0.8);
  box-shadow: 0 0 5px rgba(255, 152, 0, 0.5); }

.growl-animated.alert-danger {
  background: rgba(244, 67, 54, 0.8);
  box-shadow: 0 0 5px rgba(244, 67, 54, 0.5); }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #e0e0e0;
  box-shadow: 0 0 6px #EAEAEA; }

/*
 * Lightbox
 */
.lightbox .lightbox-item {
  position: relative; }

.lightbox .lightbox-item > img {
  width: 100%;
  border-radius: 2px; }

.lightbox .lightbox-item:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.lightbox .lightbox-item:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100); }

.lightbox .lightbox-item:hover {
  cursor: pointer; }

.lightbox [data-src]:before,
.lightbox [data-src]:after {
  content: " ";
  display: table; }

.lightbox [data-src]:after {
  clear: both; }

.lightbox [data-src]:before,
.lightbox [data-src]:after {
  content: " ";
  display: table; }

.lightbox [data-src]:after {
  clear: both; }

.lightbox .lightbox-item:not(.p-item) {
  position: relative; }

/*
 * Carousel
 */
.carousel .carousel-control {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  opacity: 0;
  filter: alpha(opacity=0); }

.carousel .carousel-control .zmdi {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 100%; }

@media screen and (min-width: 768px) {
  .carousel .carousel-control .zmdi {
    font-size: 60px;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px; } }

@media screen and (max-width: 991px) {
  .carousel .carousel-control .zmdi {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px; } }

.carousel:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100); }

.carousel .carousel-caption {
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 50px; }

.carousel .carousel-caption > h3 {
  color: #fff;
  margin: 0 0 5px;
  font-weight: 300; }

.carousel .carousel-caption > p {
  margin: 0; }

@media screen and (max-width: 991px) {
  .carousel .carousel-caption {
    display: none; } }

.carousel .carousel-indicators {
  bottom: 10px;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 6px;
  background: rgba(0, 0, 0, 0.6); }

.carousel .carousel-indicators li {
  border-radius: 0;
  width: 15px;
  border: 0;
  background: #fff;
  height: 3px;
  margin: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms; }

.carousel .carousel-indicators li.active {
  width: 25px;
  height: 3px;
  background: #ff9800; }

.modal .modal-content {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31);
  border-radius: 3px;
  border: 0; }

.modal .modal-header {
  padding: 23px 26px; }

.modal .modal-body {
  padding: 5px 26px 10px; }

.modal .modal-footer .btn-link {
  font-size: 14px;
  color: #000;
  font-weight: 500; }

.modal .modal-footer .btn-link:hover {
  background-color: #eee; }

.modal:not([data-modal-color]) .modal-footer .btn-link {
  font-weight: 500; }

.modal:not([data-modal-color]) .modal-footer .btn-link:hover {
  background-color: #eee; }

.modal[data-modal-color] {
  color: #fff; }

.modal[data-modal-color] .modal-title,
.modal[data-modal-color] .modal-footer .btn-link {
  color: #fff; }

.modal[data-modal-color] .modal-footer {
  background: rgba(0, 0, 0, 0.1); }

.modal[data-modal-color] .modal-backdrop {
  background: #fff; }

.modal[data-modal-color] .modal-footer .btn-link {
  font-weight: 400; }

.modal[data-modal-color] .modal-footer .btn-link:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.modal[data-modal-color="blue"] .modal-content {
  background: #2196f3; }

.modal[data-modal-color="cyan"] .modal-content {
  background: #00bcd4; }

.modal[data-modal-color="green"] .modal-content {
  background: #4caf50; }

.modal[data-modal-color="lightgreen"] .modal-content {
  background: #8bc34a; }

.modal[data-modal-color="lightblue"] .modal-content {
  background: #03a9f4; }

.modal[data-modal-color="amber"] .modal-content {
  background: #ffc107; }

.modal[data-modal-color="teal"] .modal-content {
  background: #009688; }

.modal[data-modal-color="orange"] .modal-content {
  background: #ff9800; }

.modal[data-modal-color="bluegray"] .modal-content {
  background: #607d8b; }

.modal[data-modal-color="red"] .modal-content {
  background: #f44336; }

.modal-backdrop {
  z-index: 10; }

.panel {
  box-shadow: none;
  border: 0; }

.panel-heading {
  padding: 0; }

.panel-title > a {
  padding: 10px 15px;
  display: block;
  font-size: 13px; }

.panel-collapse .panel-heading {
  position: relative; }

.panel-collapse .panel-heading .panel-title > a {
  padding: 8px 5px 16px 30px;
  color: #000;
  position: relative; }

.panel-collapse .panel-heading .panel-title > a:after,
.panel-collapse .panel-heading .panel-title > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.panel-collapse .panel-heading .panel-title > a:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.panel-collapse .panel-heading:not(.active) .panel-title > a:before {
  background: #eee; }

.panel-collapse .panel-heading:before,
.panel-collapse .panel-heading:after {
  font-family: 'Material-Design-Iconic-Font';
  font-size: 17px;
  position: absolute;
  left: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 4px; }

.panel-collapse .panel-heading:before {
  content: "\F278";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.panel-collapse .panel-heading:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: "\F273"; }

.panel-collapse .panel-heading.active .panel-title > a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.panel-collapse .panel-heading.active:before {
  -webkit-transform: scale(0) rotate(-90deg);
  -ms-transform: scale(0) rotate(-90deg);
  -o-transform: scale(0) rotate(-90deg);
  transform: scale(0) rotate(-90deg); }

.panel-collapse .panel-heading.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.panel-collapse .panel-body {
  border-top: 0 !important;
  padding-left: 5px;
  padding-right: 5px; }

.panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title > a:after {
  background: #2196f3; }

.panel-group[data-collapse-color="red"] .panel-collapse .panel-heading.active .panel-title > a:after {
  background: #f44336; }

.panel-group[data-collapse-color="green"] .panel-collapse .panel-heading.active .panel-title > a:after {
  background: #4caf50; }

.panel-group[data-collapse-color="amber"] .panel-collapse .panel-heading.active .panel-title > a:after {
  background: #ffc107; }

.panel-group[data-collapse-color="teal"] .panel-collapse .panel-heading.active .panel-title > a:after {
  background: #009688; }

.panel-group[data-collapse-color="black"] .panel-collapse .panel-heading.active .panel-title > a:after {
  background: #000000; }

.panel-group[data-collapse-color="cyan"] .panel-collapse .panel-heading.active .panel-title > a:after {
  background: #00bcd4; }

.tooltip {
  -webkit-animation-name: 'zoomIn';
  animation-name: 'zoomIn';
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.tooltip-inner {
  border-radius: 1px;
  padding: 3px 10px 5px; }

.breadcrumb {
  border-bottom: 1px solid #E5E5E5;
  border-radius: 0; }

.breadcrumb > li > a {
  color: #A9A9A9; }

.breadcrumb > li > a:hover {
  color: #7c7c7c; }

@media (min-width: 768px) {
  body:not(.sw-toggled) .breadcrumb {
    padding: 10px 33px 11px; } }

@media (min-width: 1199px) {
  body.sw-toggled .breadcrumb {
    padding: 10px 33px 11px 280px; } }

#messages-main {
  position: relative; }

#messages-main:before,
#messages-main:after {
  content: " ";
  display: table; }

#messages-main:after {
  clear: both; }

#messages-main:before,
#messages-main:after {
  content: " ";
  display: table; }

#messages-main:after {
  clear: both; }

#messages-main .ms-block {
  padding: 23px 20px 0; }

#messages-main .ms-menu {
  position: absolute;
  left: 0;
  top: 0;
  background: #F8F8F8;
  border-right: 1px solid #EEE;
  padding-bottom: 50px;
  height: 100%;
  width: 240px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms; }

@media (max-width: 767px) {
  #messages-main .ms-menu {
    height: calc(100% - 58px);
    -webkit-transform: translate3d(-240px, 58px, 0);
    transform: translate3d(-240px, 58px, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1; }
  #messages-main .ms-menu.toggled {
    -webkit-transform: translate3d(0, 58px, 0);
    transform: translate3d(0, 58px, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

#messages-main .ms-menu .lv-item {
  padding-left: 20px;
  padding-right: 20px; }

#messages-main .ms-menu .lv-item.active {
  background: #fff; }

#messages-main .ms-menu .lv-item:not(.active):hover {
  background: #F2F2F2;
  cursor: pointer; }

@media (min-width: 768px) {
  #messages-main .ms-body {
    padding-left: 240px; } }

@media (max-width: 767px) {
  #messages-main .ms-body {
    overflow: hidden; } }

#messages-main .ms-user:before,
#messages-main .ms-user:after {
  content: " ";
  display: table; }

#messages-main .ms-user:after {
  clear: both; }

#messages-main .ms-user:before,
#messages-main .ms-user:after {
  content: " ";
  display: table; }

#messages-main .ms-user:after {
  clear: both; }

#messages-main .ms-user > img {
  border-radius: 50%;
  width: 40px;
  float: left; }

#messages-main .ms-user > div {
  overflow: hidden;
  padding: 7px 5px 7px 15px;
  font-size: 11px; }

#messages-main #ms-compose {
  position: fixed;
  bottom: 120px;
  z-index: 1;
  right: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }

#ms-menu-trigger {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin: 1px 0 0 -7px; }

@media (min-width: 768px) {
  #ms-menu-trigger {
    display: none; } }

#ms-menu-trigger .line-wrap .line {
  background-color: #717171; }

/*
 * For Message
 */
.lv-message .lv-item {
  padding: 20px; }

.lv-message .lv-item.right {
  text-align: right; }

.lv-message .lv-item.right .lv-avatar {
  margin-right: 0;
  margin-left: 15px; }

.lv-message .lv-item:not(.right) .ms-item {
  background: #ffc107;
  color: #fff; }

.lv-message .lv-item.right .ms-item {
  background: #eee; }

.lv-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  margin-right: 15px;
  padding: 0 !important;
  text-transform: uppercase; }

.lv-avatar > img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: top; }

.ms-item {
  padding: 13px 19px 15px;
  border-radius: 2px;
  display: inline-block; }

@media (min-width: 768px) {
  .ms-item {
    max-width: 70%; } }

.ms-date {
  display: block;
  color: #B3B3B3;
  margin-top: 7px; }

.ms-date > i {
  font-size: 14px;
  vertical-align: bottom;
  line-height: 100%; }

.ms-reply {
  box-shadow: 0 -20px 20px -5px #ffffff;
  position: relative;
  margin: 0 !important; }

.ms-reply textarea {
  width: 100%;
  font-size: 13px;
  border: 0;
  padding: 10px 8px;
  resize: none;
  height: 60px; }

.ms-reply button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  width: 60px;
  font-size: 25px;
  background: #F5F5F5;
  color: #2196f3; }

.ms-reply button:hover {
  background: #f2f2f2; }

.four-zero-content {
  background: #fff;
  padding: 20px; }

.four-zero-content:before {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EDECEC;
  content: ""; }

.four-zero {
  background: #00bcd4;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  color: #fff;
  text-align: center;
  padding: 15px;
  height: 300px;
  width: 500px;
  left: 50%;
  margin-left: -250px; }

.four-zero h2 {
  font-size: 130px; }

@media (max-width: 767px) {
  .four-zero {
    width: calc(100% - 40px);
    left: 20px;
    margin-left: 0;
    height: 260px;
    margin-top: -130px; }
  .four-zero h2 {
    font-size: 90px; } }

.four-zero h2 {
  line-height: 100%;
  color: #fff;
  font-weight: 100; }

.four-zero small {
  display: block;
  font-size: 26px;
  margin-top: -10px; }

.four-zero footer {
  background: rgba(0, 0, 0, 0.13);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px; }

.four-zero footer > a {
  font-size: 21px;
  display: inline-block;
  color: #FFF;
  margin: 0 1px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.four-zero footer > a:hover {
  background: rgba(0, 0, 0, 0.2); }

.login-content {
  overflow: hidden;
  height: 100%; }

.lc-block {
  background: #fff;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
  border-radius: 2px;
  width: 500px;
  display: inline-block;
  margin-top: 40%;
  vertical-align: middle;
  position: relative; }

.lc-block:not(.toggled) {
  display: none; }

.lc-block.toggled {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 10; }

.lc-block:not(.lcb-alt) {
  padding: 40px; }

@media (max-width: 767px) {
  .lc-block {
    padding: 15px 35px 25px 20px;
    width: calc(100% - 60px); } }

.lc-block .checkbox {
  margin: 5px 0 0 42px;
  text-align: left; }

.lc-block:not(.lcb-alt) .btn-login {
  top: 50%;
  margin-top: -25px;
  right: -25px; }

.login-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0%;
  bottom: -45px; }

.login-navigation > li {
  display: inline-block;
  margin: 0 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  line-height: 16px;
  min-width: 16px;
  min-height: 16px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.login-navigation > li > span {
  opacity: 0;
  filter: alpha(opacity=0); }

.login-navigation > li:not(:hover) {
  font-size: 0px;
  border-radius: 100%; }

.login-navigation > li:hover {
  border-radius: 10px;
  padding: 0 5px;
  font-size: 8px; }

.login-navigation > li:hover > span {
  opacity: 1;
  filter: alpha(opacity=100); }

.lcb-alt {
  padding: 70px 55px 60px; }

.lcb-alt .btn-login {
  bottom: -25px;
  left: 50%;
  margin-left: -25px; }

.lcb-alt .login-navigation {
  bottom: -75px; }

.lcb-user {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.18); }

body.login-content {
  text-align: center; }

body.login-content:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 100%; }

body.login-content:before {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00bcd4;
  content: "";
  z-index: 0; }

#profile-main {
  min-height: 500px;
  position: relative; }

#profile-main .pm-overview {
  overflow-y: auto; }

@media (min-width: 1200px) {
  #profile-main .pm-overview {
    width: 300px; } }

@media (min-width: 768px) and (max-width: 1200px) {
  #profile-main .pm-overview {
    width: 250px; } }

@media (min-width: 768px) {
  #profile-main .pm-overview {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f8f8f8;
    border-right: 1px solid #eee; } }

@media (max-width: 767px) {
  #profile-main .pm-overview {
    width: 100%;
    background: #333;
    text-align: center; } }

@media (min-width: 1200px) {
  #profile-main .pm-body {
    padding-left: 300px; } }

@media (min-width: 768px) and (max-width: 1200px) {
  #profile-main .pm-body {
    padding-left: 250px; } }

@media (max-width: 767px) {
  #profile-main .pm-body {
    padding-left: 0; } }

#profile-main .pmo-pic {
  position: relative;
  margin: 20px; }

@media (min-width: 768px) {
  #profile-main .pmo-pic img {
    width: 100%;
    border-radius: 2px 2px 0 0; } }

@media (max-width: 767px) {
  #profile-main .pmo-pic img {
    width: 180px;
    display: inline-block;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); } }

#profile-main .pmo-pic .pmo-stat {
  border-radius: 0 0 2px 2px;
  color: #fff;
  text-align: center;
  padding: 30px 5px 0; }

@media (min-width: 768px) {
  #profile-main .pmo-pic .pmo-stat {
    background: #ffc107;
    padding-bottom: 15px; } }

#profile-main .pmo-pic .pmop-edit {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.38);
  text-align: center;
  padding: 10px 10px 11px;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms; }

#profile-main .pmo-pic .pmop-edit:hover {
  background: rgba(0, 0, 0, 0.8); }

#profile-main .pmo-pic .pmop-edit i {
  font-size: 18px;
  vertical-align: middle;
  margin-top: -3px; }

@media (min-width: 768px) {
  #profile-main .pmo-pic .pmop-edit {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }
  #profile-main .pmo-pic .pmop-edit i {
    margin-right: 4px; } }

#profile-main .pmo-pic:hover .pmop-edit {
  opacity: 1;
  filter: alpha(opacity=100); }

#profile-main .pmo-pic .pmop-message {
  position: absolute;
  bottom: 27px;
  left: 50%;
  margin-left: -25px; }

#profile-main .pmo-pic .pmop-message .dropdown-menu {
  padding: 5px 0 55px;
  left: -90px;
  width: 228px;
  height: 150px;
  top: -74px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

#profile-main .pmo-pic .pmop-message .dropdown-menu textarea {
  width: 100%;
  height: 95px;
  border: 0;
  resize: none;
  padding: 10px 19px; }

#profile-main .pmo-pic .pmop-message .dropdown-menu button {
  position: absolute;
  bottom: 5px;
  left: 93px; }

#profile-main .pmb-block {
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  #profile-main .pmb-block {
    padding: 40px 42px 0; } }

@media (max-width: 1199px) {
  #profile-main .pmb-block {
    padding: 30px 20px 0; } }

#profile-main .pmb-block:last-child {
  margin-bottom: 50px; }

#profile-main .pmb-block .pmbb-header {
  margin-bottom: 25px;
  position: relative; }

#profile-main .pmb-block .pmbb-header .actions {
  position: absolute;
  top: -2px;
  right: 0; }

#profile-main .pmb-block .pmbb-header h2 {
  margin: 0;
  font-weight: 100;
  font-size: 20px; }

#profile-main .pmb-block .pmbb-edit {
  position: relative;
  z-index: 1;
  display: none; }

#profile-main .pmb-block .pmbb-edit,
#profile-main .pmb-block .pmbb-view {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

#profile-main .pmb-block.toggled .pmbb-edit {
  display: block; }

#profile-main .pmb-block.toggled .pmbb-view {
  display: none; }

#profile-main .pmo-block {
  padding: 25px; }

#profile-main .pmo-block > h2 {
  font-size: 16px;
  margin: 0 0 15px; }

#profile-main .pmo-items .pmob-body {
  padding: 0 10px; }

#profile-main .pmo-items a {
  display: block;
  padding: 4px; }

#profile-main .pmo-items a img {
  width: 100%; }

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

.pmo-contact ul li {
  position: relative;
  padding: 8px 0 8px 35px; }

.pmo-contact ul li i {
  font-size: 18px;
  vertical-align: top;
  line-height: 100%;
  position: absolute;
  left: 0;
  width: 18px;
  text-align: center; }

.pmo-map {
  margin: 20px -21px -18px;
  display: block; }

.pmo-map img {
  width: 100%; }

@media (max-width: 767px) {
  .c-timeline {
    background: #edecec;
    box-shadow: none; }
  .c-timeline .tab-nav {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); } }

.timeline {
  position: relative; }

@media (min-width: 768px) {
  .timeline {
    padding: 50px;
    padding-left: 100px; } }

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

.t-view {
  border: 1px solid #eee;
  position: relative;
  margin-bottom: 35px; }

@media (max-width: 767px) {
  .t-view {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); } }

.t-view .tv-header {
  padding: 16px 18px;
  border-bottom: 1px solid #eee;
  background: #F9F9F9; }

.t-view .tv-header .actions {
  position: absolute;
  top: 5px;
  right: 10px; }

.t-view .tv-body {
  padding: 23px 25px; }

.t-view .tv-body .tvb-lightbox {
  margin: 0 -8px 15px; }

.t-view .tv-body .tvb-lightbox [data-src] {
  padding: 0 5px;
  margin-bottom: 5px; }

.t-view .tvh-user {
  display: block; }

.t-view .tvh-user img {
  width: 46px;
  height: 46px;
  border-radius: 50%; }

.t-view:before {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -70px;
  top: 0;
  border: 3px solid #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  color: #FFF;
  font-family: 'Material-Design-Iconic-Font';
  z-index: 1; }

.t-view:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 1px;
  height: calc(100% + 37px); }

.t-view[data-tv-type="text"]:before {
  content: "\F24F";
  background: #00bcd4;
  box-shadow: 0 0 0 1px #00bcd4; }

.t-view[data-tv-type="text"]:after {
  background: #00bcd4; }

.t-view[data-tv-type="image"]:before {
  content: "\F17F";
  background: #4caf50;
  box-shadow: 0 0 0 1px #4caf50; }

.t-view[data-tv-type="image"]:after {
  background: #4caf50; }

.t-view[data-tv-type="video"]:before {
  content: "\F3A9";
  background: #ffc107;
  box-shadow: 0 0 0 1px #ffc107; }

.t-view[data-tv-type="video"]:after {
  background: #ffc107; }

.t-view .tvb-stats {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px; }

.t-view .tvb-stats > li {
  display: inline-block;
  padding: 5px 10px 6px;
  border: 1px solid #ccc;
  margin-right: 2px; }

.t-view .tvb-stats > li i {
  font-size: 15px;
  line-height: 100%;
  vertical-align: top;
  margin-top: 2px; }

.t-view .tvb-stats > li.tvbs-comments {
  border-color: #4caf50;
  color: #4caf50; }

.t-view .tvb-stats > li.tvbs-likes {
  border-color: #03a9f4;
  color: #03a9f4; }

.t-view .tvb-stats > li.tvbs-views {
  border-color: #ff9800;
  color: #ff9800; }

.tv-comments .tvc-lists {
  padding: 0;
  list-style: none;
  margin: 0; }

.tv-comments .tvc-lists > li {
  padding: 15px 20px;
  margin: 0;
  border-top: 1px solid #eee; }

.tvc-more {
  color: #333;
  display: block;
  margin-bottom: -10px; }

.tvc-more:hover {
  color: #000; }

.tvc-more i {
  vertical-align: middle;
  margin-right: 5px; }

.p-header {
  position: relative;
  margin: 0 -7px; }

.p-header .actions {
  position: absolute;
  top: -18px;
  right: 0; }

.p-menu {
  list-style: none;
  padding: 0 5px;
  margin: 0 0 30px; }

.p-menu > li {
  display: inline-block;
  vertical-align: top; }

.p-menu > li > a {
  display: block;
  padding: 5px 20px 5px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px; }

.p-menu > li > a > i {
  margin-right: 4px;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px; }

.p-menu > li:not(.active) > a {
  color: #4285F4; }

.p-menu > li:not(.active) > a:hover {
  color: #333; }

.p-menu > li.active > a {
  color: #000; }

@media (max-width: 991px) {
  .p-menu .pm-search {
    margin: 20px 2px 30px;
    display: block; }
  .p-menu .pm-search input[type="text"] {
    width: 100%;
    border: 1px solid #ccc; } }

.p-menu .pms-inner {
  margin: -2px 0 0;
  position: relative;
  top: -2px;
  overflow: hidden;
  white-space: nowrap; }

.p-menu .pms-inner i {
  vertical-align: top;
  font-size: 20px;
  line-height: 100%;
  position: absolute;
  left: 9px;
  top: 8px;
  color: #333; }

.p-menu .pms-inner input[type="text"] {
  height: 35px;
  border-radius: 2px;
  padding: 0 10px 0 40px; }

@media (min-width: 768px) {
  .p-menu .pms-inner input[type="text"] {
    border: 1px solid #fff;
    width: 50px;
    background: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms; }
  .p-menu .pms-inner input[type="text"]:focus {
    border-color: #DFDFDF;
    width: 200px; } }

.photos {
  margin: 2px 0 0; }

.photos .lightbox {
  margin: 0 -8px; }

.photos:not(.p-timeline) [data-src] {
  padding: 3px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms; }

.p-timeline {
  position: relative;
  padding-left: 80px;
  margin-bottom: 75px; }

.p-timeline [data-src] {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 3px 3px 0; }

.p-timeline:last-child .pt-line:before {
  height: 100%; }

.ptb-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px; }

.pt-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 14px; }

.pt-line:before,
.pt-line:after {
  content: "";
  position: absolute; }

.pt-line:before {
  width: 1px;
  height: calc(100% + 63px);
  background: #E2E2E2;
  top: 14px;
  right: -20px; }

.pt-line:after {
  top: 2px;
  right: -26px;
  width: 13px;
  height: 13px;
  border: 1px solid #C1C1C1;
  border-radius: 50%; }

.contacts:not(.c-profile) {
  padding: 0 8px; }

.contacts > [class*="col-"] {
  padding: 0 10px; }

.contacts .c-item {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin-bottom: 24px; }

.contacts .c-item .ci-avatar {
  display: block; }

.contacts .c-item .ci-avatar img {
  width: 100%;
  border-radius: 2px 2px 0 0; }

.contacts .ci-avatar {
  margin: -1px -1px 0; }

.contacts .c-info {
  text-align: center;
  margin-top: 15px;
  padding: 0 5px; }

.contacts .c-info strong {
  color: #000;
  font-size: 14px;
  font-weight: 500; }

.contacts .c-info small {
  color: #999;
  margin-top: 3px; }

.contacts .c-info strong,
.contacts .c-info small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }

.contacts .c-footer {
  border-top: 1px solid #e2e2e2;
  margin-top: 18px; }

.contacts .c-footer > button {
  padding: 4px 10px 3px;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 500;
  border-radius: 2px;
  background: #fff;
  border: 0; }

.contacts .c-footer > button > i {
  font-size: 16px;
  vertical-align: middle;
  margin-top: -3px; }

.z-depth-1 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }

.z-depth-1-top {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); }

.z-depth-1-bottom {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16); }

.z-depth-2 {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); }

.z-depth-2-top {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19); }

.z-depth-2-bottom {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2); }

.z-depth-3 {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19); }

.z-depth-3-top {
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19); }

.z-depth-3-bottom {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24); }

.z-depth-4 {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21); }

.z-depth-4-top {
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21); }

.z-depth-4-bottom {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22); }

.z-depth-5 {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22); }

.z-depth-5-top {
  box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22); }

.z-depth-5-bottom {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2); }

.z-depth-animation .z-depth-1,
.z-depth-animation .z-depth-2,
.z-depth-animation .z-depth-3,
.z-depth-animation .z-depth-4,
.z-depth-animation .z-depth-5 {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }

/*
 * Block Header
 * Used for Heading outside the Cards.
 */
.block-header {
  margin-bottom: 25px;
  position: relative; }

@media screen and (min-width: 768px) {
  .block-header {
    padding: 0 22px; } }

@media screen and (max-width: 991px) {
  .block-header {
    padding: 0 18px; } }

.block-header > h2 {
  font-size: 15px;
  color: #777;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase; }

.block-header > h2 > small {
  display: block;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 20px;
  color: #9E9E9E;
  line-height: 140%; }

.block-header .actions {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 5; }

.block-header-alt h1,
.block-header-alt h2,
.block-header-alt h3,
.block-header-alt h4,
.block-header-alt h5 {
  color: #575757;
  font-weight: 100; }

/*
 * Header Actions
 */
.actions {
  list-style: none;
  padding: 0;
  z-index: 2;
  margin: 0; }

.actions > li {
  display: inline-block;
  vertical-align: baseline; }

.actions > li > a,
.actions > a {
  width: 30px;
  height: 30px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  position: relative; }

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

.actions > li > a:hover > i,
.actions > a:hover > i {
  color: #000; }

.actions > li > a:before,
.actions > a:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0); }

.actions > li > a:hover:before,
.actions > a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100); }

.actions > li.open > a > i,
.actions.open > a > i {
  color: #000; }

.actions > li.open > a:before,
.actions.open > a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100); }

.actions.actions-alt > li > a > i {
  color: #fff; }

.actions.actions-alt > li > a > i:hover {
  color: #fff; }

.actions.actions-alt > li.open > a > i {
  color: #fff; }

.actions.open {
  z-index: 3; }

/*
 * Collapse Menu Icons
 */
.line-wrap {
  width: 18px;
  height: 12px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  margin: 10px 20px; }

.line-wrap .line {
  width: 18px;
  height: 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.line-wrap .line.center {
  margin: 3px 0; }

.open .line-wrap {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.open .line-wrap .line.top {
  width: 12px;
  transform: translateX(8px) translateY(1px) rotate(45deg);
  -webkit-transform: translateX(8px) translateY(1px) rotate(45deg); }

.open .line-wrap .line.bottom {
  width: 12px;
  transform: translateX(8px) translateY(-1px) rotate(-45deg);
  -webkit-transform: translateX(8px) translateY(-1px) rotate(-45deg); }

/*
 * Load More
 */
.load-more {
  text-align: center;
  margin-top: 30px; }

.load-more a {
  padding: 5px 10px 3px;
  display: inline-block;
  background-color: #f44336;
  color: #FFF;
  border-radius: 2px;
  white-space: nowrap; }

.load-more a i {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  margin-top: -2px; }

.load-more a:hover {
  background-color: #ea1c0d; }

/*
 * Container
 */
.container-alt {
  max-width: 1170px; }

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

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

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

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

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

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

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

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

#footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 110px;
  color: #a2a2a2;
  padding-top: 35px;
  padding-bottom: 15px; }

#footer .f-menu {
  display: block;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-top: 8px; }

#footer .f-menu > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.optional-label {
  font-weight: normal;
  line-height: 7px;
  color: #777777;
  margin: 0; }

.blocked {
  pointer-events: none;
  opacity: 0.7; }

.no-border-left-radius {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.no-border-right-radius {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.border-form {
  border: 1px solid #c2c3c9;
  border-radius: 4px; }
  .border-form.has-error {
    border: 1px solid #f45549; }

.input-play {
  border: 1px solid #282f31;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.card-profile {
  background-color: #73bd44; }

.item-card-profile {
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center; }

.item-card-profile:hover, .item-card-profile-active {
  background-color: rgba(0, 0, 0, 0.2); }

.item-card-profile-active {
  font-weight: bold; }

.item-card-profile-icon {
  font-size: 20px;
  color: #bcbcbc;
  line-height: 0;
  text-shadow: 0px 0px 2px #363636; }
  .item-card-profile-icon.active {
    color: #73bd44; }

.h-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

.container-box-center {
  display: flex;
  justify-content: center;
  align-items: center; }

#footer .f-menu > li > a {
  color: #a2a2a2; }

#footer .f-menu > li > a:hover {
  color: #777; }

@media (min-width: 1199px) {
  body.sw-toggled #footer {
    padding-left: 268px; } }

.custom-file-upload input[type="file"] {
  background-color: #104ca9;
  display: none; }
  .custom-file-upload input[type="file"]:hover {
    background-color: #104ca9; }

.custom-file-upload {
  box-shadow: none;
  border: 1px;
  border-radius: 10%;
  margin-right: 5px;
  min-width: 35px;
  display: inline-block;
  background-color: #104ca9;
  padding: 6px 12px;
  cursor: pointer; }
  .custom-file-upload:hover {
    background-color: #104ca9; }

.pricing-table {
  margin-top: 70px;
  max-width: 1170px;
  margin: 70px auto 0; }

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

.pt-inner .pti-header {
  padding: 45px 10px 70px;
  color: #fff;
  position: relative;
  margin-bottom: 15px; }

.pt-inner .pti-header > h2 {
  margin: 0;
  line-height: 100%;
  color: #fff;
  font-weight: 100;
  font-size: 50px; }

.pt-inner .pti-header > h2 small {
  color: #fff;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: 100; }

.pt-inner .pti-header .ptih-title {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 10px 9px;
  text-transform: uppercase;
  margin: 0 -10px;
  position: absolute;
  width: 100%;
  bottom: 0; }

.pt-inner .pti-body {
  padding: 0 23px; }

.pt-inner .pti-body .ptib-item {
  padding: 15px 0;
  font-weight: 400; }

.pt-inner .pti-body .ptib-item:not(:last-child) {
  border-bottom: 1px solid #eee; }

.pt-inner .pti-footer {
  padding: 10px 20px 30px; }

.pt-inner .pti-footer > a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  font-size: 30px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.pt-inner .pti-footer > a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }

.invoice {
  min-width: 1100px;
  max-width: 1170px; }

.i-logo {
  width: 150px; }

.i-table .highlight {
  background-color: #eee;
  border-bottom: 1px solid #e6e6e6; }

.i-table td.highlight {
  font-size: 14px;
  font-weight: 500; }

.wall {
  max-width: 1000px; }

@media (min-width: 768px) and (max-width: 991px) {
  .wall {
    width: 600px; } }

.wall-attrs {
  margin-bottom: 0; }

.wa-stats {
  float: left; }

.wa-stats > span {
  margin-right: -1px;
  padding: 7px 12px;
  border: 1px solid #E0E0E0;
  float: left;
  font-weight: 500; }

.wa-stats > span.active {
  color: #4caf50; }

.wa-stats > span:first-child {
  border-radius: 2px 0 0 2px; }

.wa-stats > span:last-child {
  border-radius: 0 2px 2px 0; }

.wa-stats > span > i {
  line-height: 100%;
  vertical-align: top;
  position: relative;
  top: 2px;
  font-size: 15px;
  margin-right: 2px; }

.wa-users {
  float: right;
  padding: 0 !important;
  margin-right: -5px; }

.wa-users > a {
  display: inline-block;
  margin-left: 2px; }

.wa-users > a > img {
  width: 33px;
  height: 33px;
  border-radius: 50%; }

.wa-users > a > img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85); }

.wcc-inner {
  border: 1px solid #E4E4E4;
  padding: 10px 15px;
  resize: none;
  border-radius: 2px;
  background: #fff;
  color: #9A9A9A;
  cursor: pointer; }

.wcci-text {
  border: 0;
  display: block;
  width: 100%;
  resize: none;
  padding: 0; }

.wall-comment-list {
  padding: 20px;
  background: #f7f7f7; }

.wall-comment-list .media {
  position: relative; }

.wall-comment-list .media:hover .actions {
  display: block; }

.wall-comment-list .actions {
  display: none;
  position: absolute;
  right: -20px;
  top: -1px; }

.wcl-list + .wcl-form {
  margin-top: 25px; }

.wp-text {
  border: 0;
  padding: 0;
  display: block;
  width: 100%;
  resize: none; }

.wp-media {
  background: #f7f7f7;
  border: 1px solid #E4E4E4;
  padding: 12px 15px;
  margin-top: 25px;
  text-align: center; }

.wpb-actions {
  background: #f7f7f7;
  margin: 0;
  padding: 10px 20px; }

.wpb-actions > li:not(.pull-right) {
  float: left; }

[data-wpba="image"] {
  color: #4caf50; }

[data-wpba="image"]:hover {
  color: #449d48; }

[data-wpba="video"] {
  color: #ff9800; }

[data-wpba="video"]:hover {
  color: #e68900; }

[data-wpba="link"] {
  color: #00bcd4; }

[data-wpba="link"]:hover {
  color: #00a5bb; }

.wpba-attrs > ul > li {
  padding: 0;
  margin-right: 5px; }

.wpba-attrs > ul > li > a {
  display: block;
  width: 22px; }

.wpba-attrs > ul > li > a > i {
  font-size: 20px; }

.wpba-attrs > ul > li.active i {
  color: #333; }

.wall-img-preview {
  text-align: center; }

@media screen and (min-width: 768px) {
  .wall-img-preview {
    margin: 0 -23px 20px; } }

@media screen and (max-width: 991px) {
  .wall-img-preview {
    margin: 0 -16px 20px; } }

.wall-img-preview .wip-item {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.wall-img-preview .wip-item > img {
  display: none; }

.wall-img-preview .wip-item:first-child:nth-last-child(2),
.wall-img-preview .wip-item:first-child:nth-last-child(2) ~ div {
  width: 50%;
  padding-bottom: 40%; }

.wall-img-preview .wip-item:first-child:nth-last-child(3),
.wall-img-preview .wip-item:first-child:nth-last-child(3) ~ div,
.wall-img-preview .wip-item:first-child:nth-last-child(4),
.wall-img-preview .wip-item:first-child:nth-last-child(4) ~ div:not(:last-child),
.wall-img-preview .wip-item:first-child:nth-last-child(5),
.wall-img-preview .wip-item:first-child:nth-last-child(5) ~ div:not(:nth-last-of-type(-n+2)),
.wall-img-preview .wip-item:first-child:nth-last-child(6),
.wall-img-preview .wip-item:first-child:nth-last-child(6) ~ div,
.wall-img-preview .wip-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n+3) {
  width: 33.333333%;
  padding-bottom: 30%; }

.wall-img-preview .wip-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n+2) {
  width: 50%;
  padding-bottom: 40%; }

.wall-img-preview .wip-item:first-child:nth-last-child(7),
.wall-img-preview .wip-item:first-child:nth-last-child(7) ~ div:not(:nth-last-of-type(-n+3)),
.wall-img-preview .wip-item:first-child:nth-last-child(n+8),
.wall-img-preview .wip-item:first-child:nth-last-child(n+8) ~ div {
  width: 25%;
  padding-bottom: 22%; }

.wall-img-preview .wip-item:only-child,
.wall-img-preview .wip-item:first-child:nth-last-child(4) ~ div:nth-child(4) {
  width: 100%;
  padding-bottom: 50%; }

@media print {
  @page {
    margin: 0;
    size: auto; }
  body {
    margin: 0mm 0mm 0mm 0mm !important;
    padding: 0mm !important; }
  #header,
  #footer,
  #sidebar,
  #chat,
  .growl-animated,
  .m-btn {
    display: none !important; }
  /*
     * INVOICE
     */
  .invoice {
    padding: 30px !important;
    -webkit-print-color-adjust: exact !important; }
  .invoice .card-header {
    background: #eee !important;
    padding: 20px;
    margin-bottom: 20px;
    margin: -60px -30px 25px -30px; }
  .invoice .block-header {
    display: none; }
  .invoice .highlight {
    background: #eee !important; } }

/*
 * Vendor Overrides
 */
.mejs-container {
  outline: none; }

.mejs-container .mejs-controls {
  background: #ec592f;
  height: 50px;
  padding: 10px 5px 0; }

.mejs-container .mejs-controls div {
  height: 5px; }

.mejs-container .mejs-controls div.mejs-time-rail {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100% !important; }

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total {
  margin: 0;
  width: 100% !important;
  background: #ec592f; }

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  background: #D04B25; }

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
  background: #ffea00; }

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-buffering {
  background: #ec592f; }

.mejs-container .mejs-controls div.mejs-time-rail span:not(.mejs-time-float),
.mejs-container .mejs-controls div.mejs-time-rail a {
  border-radius: 0;
  height: 3px; }

.mejs-container .mejs-controls .mejs-button button {
  background-color: #ec592f;
  width: 15px;
  height: 15px;
  background-position: center; }

.mejs-container .mejs-controls .mejs-button button:focus {
  outline: none !important; }

.mejs-container .mejs-controls .mejs-volume-button {
  position: absolute;
  right: 35px; }

.mejs-container .mejs-controls .mejs-play button {
  background-image: url(/public/images/98c526d2a3ee05362f934b05cb8ea7e5.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-play button {
    background-image: url(/public/images/853302d4df9be0667d8faee2c7555a72.png);
    background-size: 15px 15px; } }

.mejs-container .mejs-controls .mejs-pause button {
  background-image: url(/public/images/67021b17cb50a34629df0fe58b016cc1.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-pause button {
    background-image: url(/public/images/1e35cbaa28aa1c992a7099f6945944b9.png);
    background-size: 15px 15px; } }

.mejs-container .mejs-controls .mejs-mute button {
  background-image: url(/public/images/88a8cdf6a66bce867c5420c54a097052.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-mute button {
    background-image: url(/public/images/a0eed884552fa27b323d1d0d6905fd6b.png);
    background-size: 15px 15px; } }

.mejs-container .mejs-controls .mejs-unmute button {
  background-image: url(/public/images/f7adb673ada7c570fd47dd71cf17ab46.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-unmute button {
    background-image: url(/public/images/7a1d6f3da04f368bb1fc00ef0b18a2f9.png);
    background-size: 15px 15px; } }

.mejs-container .mejs-controls .mejs-fullscreen-button {
  position: absolute;
  right: 5px; }

.mejs-container .mejs-controls .mejs-fullscreen-button button {
  background-image: url(/public/images/fe651431022882ade31a6618b2939bf9.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-fullscreen-button button {
    background-image: url(/public/images/b6e6893aeecc23b72e0e4738189afe6b.png);
    background-size: 15px 15px; } }

/** CALENDAR WIDGET **/
#calendar-widget {
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

#fc-actions {
  position: absolute;
  bottom: 10px;
  right: 12px; }

.fc {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px; }

.fc td,
.fc th {
  border-color: #f0f0f0; }

.fc th {
  font-weight: 400; }

.fc table tr > td:first-child {
  border-left-width: 0; }

#calendar-widget .fc-toolbar {
  background: #009688; }

#calendar-widget .fc-day-header {
  color: #fff;
  background: #007d71;
  padding: 5px 0;
  border-width: 0; }

#calendar-widget .fc-day-number {
  text-align: center;
  color: #ADADAD;
  padding: 5px 0; }

#calendar-widget .fc-day-grid-event {
  margin: 1px 3px 1px; }

#calendar-widget .ui-widget-header th,
#calendar-widget .ui-widget-header {
  border-width: 0; }

#calendar .fc-toolbar {
  height: 300px;
  background-image: url(/public/images/6820e35ca6a64b065115e4cf91d69ade.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-position: inherit; }

#calendar .fc-toolbar:before {
  content: "";
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  bottom: 0;
  left: 0; }

#calendar .fc-toolbar .fc-center {
  margin-top: 238px;
  position: relative; }

@media screen and (max-width: 991px) {
  #calendar .fc-toolbar {
    height: 200px; }
  #calendar .fc-toolbar .fc-center {
    margin-top: 138px; } }

#calendar .fc-day-header {
  color: #ADADAD;
  text-align: left;
  font-size: 14px;
  border-bottom-width: 0;
  border-right-color: #eee;
  padding: 10px 12px; }

#calendar .fc-day-number {
  padding-left: 10px !important;
  color: #CCC;
  text-align: left !important; }

@media screen and (min-width: 991px) {
  #calendar .fc-day-number {
    font-size: 25px;
    letter-spacing: -2px; } }

#calendar .fc-day-grid-event {
  margin: 1px 9px 0; }

.fc-today {
  color: #ffc107; }

.fc-toolbar {
  margin-bottom: 0;
  padding: 20px 7px 19px;
  position: relative; }

.fc-toolbar h2 {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff; }

.fc-toolbar .ui-button {
  border: 0;
  background: 0 0;
  padding: 0;
  outline: none !important;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 2px;
  color: #fff; }

.fc-toolbar .ui-button:hover {
  background: #fff;
  color: #009688; }

.fc-toolbar .ui-button > span {
  position: relative;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 20px;
  line-height: 100%;
  width: 30px;
  display: block;
  margin-top: 2px; }

.fc-toolbar .ui-button > span:before {
  position: relative;
  z-index: 1; }

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-w:before {
  content: "\F2FA"; }

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-e:before {
  content: "\F2FB"; }

.fc-event {
  padding: 0;
  font-size: 11px;
  border-radius: 0;
  border: 0; }

.fc-event .fc-title {
  padding: 2px 8px;
  display: block; }

.fc-event .fc-time {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  margin: 0 0 0 -1px; }

.fc-view,
.fc-view > table {
  border: 0;
  overflow: hidden; }

.fc-view > table > tbody > tr > .ui-widget-content {
  border-top: 0; }

div.fc-row {
  margin-right: 0 !important;
  border: 0 !important; }

.fc-today {
  color: #ffc107 !important; }

/* Even Tag Color */
.event-tag {
  margin-top: 5px; }

.event-tag > span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.event-tag > span:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.event-tag > span.selected:before {
  font-family: 'Material-Design-Iconic-Font';
  content: "\F26B";
  position: absolute;
  text-align: center;
  top: 3px;
  width: 100%;
  font-size: 17px;
  color: #FFF; }

hr.fc-divider {
  border-width: 1px;
  border-color: #eee; }

.fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow: hidden !important; }

.bootgrid-footer .infoBar,
.bootgrid-header .actionBar {
  text-align: left; }

.bootgrid-footer .search,
.bootgrid-header .search {
  vertical-align: top; }

.bootgrid-header {
  padding: 15px 25px 10px; }

.bootgrid-header .search {
  border: 1px solid #c2c3c9;
  border-radius: 4px; }

.bootgrid-search {
  padding: 15px 25px 10px;
  width: 100%; }

.bootgrid-search .search .form-control {
  border: 0; }

.bootgrid-search .search .glyphicon-search {
  vertical-align: top;
  padding: 9px 10px 0; }

.bootgrid-search .search .glyphicon-search:before {
  content: "\F1C3";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 17px;
  vertical-align: top;
  line-height: 100%; }

.Button {
  display: none;
  width: 100%;
  /*display: flex;*/
  justify-content: center;
  margin-bottom: 20px; }

.bootgrid-search .search .input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #c2c3c9;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.bootgrid-header .search .form-control,
.bootgrid-header .search .input-group-addon {
  border: 0; }

.bootgrid-header .search .glyphicon-search {
  vertical-align: top;
  padding: 9px 10px 0; }

.bootgrid-header .search .glyphicon-search:before {
  content: "\F1C3";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 17px;
  vertical-align: top;
  line-height: 100%; }

@media (min-width: 480px) {
  .bootgrid-header .search {
    width: 100%; } }

@media (max-width: 480px) {
  .bootgrid-header .search {
    width: 100%;
    padding-right: 90px; } }

.bootgrid-header .actions {
  box-shadow: none; }

.bootgrid-header .actions .btn-group {
  border: 1px solid #e0e0e0; }

.bootgrid-header .actions .btn-group .btn {
  height: 35px;
  box-shadow: none !important;
  background: transparent; }

.bootgrid-header .actions .btn-group .dropdown-menu {
  padding: 10px 20px; }

.bootgrid-header .actions .btn-group .dropdown-menu .dropdown-item {
  padding: 0 0 0 27px !important; }

.bootgrid-header .actions .btn-group .dropdown-menu .dropdown-item:hover {
  background-color: #fff !important; }

@media (min-width: 768px) {
  .bootgrid-header .actions .btn-group .dropdown-menu {
    left: 0;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    margin-top: 1px; } }

.bootgrid-header .actions .btn-group .caret {
  display: none; }

.bootgrid-header .actions .btn-group .zmdi {
  line-height: 100%;
  font-size: 18px;
  vertical-align: top;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms; }

.bootgrid-header .actions .btn-group.open .zmdi {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

@media (max-width: 480px) {
  .bootgrid-header .actions {
    position: absolute;
    top: 0;
    right: 15px; } }

.bootgrid-table th > .column-header-anchor > .icon {
  top: 0px;
  font-size: 20px;
  line-height: 100%; }

.bootgrid-table thead {
  border-bottom: 1px solid #dad9d9; }

.bootgrid-table th.select-cell,
.bootgrid-table td.select-cell {
  text-align: center;
  width: 30px; }

.bootgrid-footer .col-sm-6 {
  padding: 10px 30px 20px; }

@media (max-width: 768px) {
  .bootgrid-footer .col-sm-6 {
    text-align: center; } }

@media (max-width: 768px) {
  .bootgrid-footer .infoBar {
    display: none; } }

.bootgrid-footer .infoBar .infos {
  border: 1px solid #EEE;
  display: inline-block;
  padding: 7px 30px;
  font-size: 12px;
  margin-top: 5px; }

.select-cell .checkbox {
  margin: 0; }

.command-edit,
.command-delete {
  background: #fff;
  border: 1px solid #eee !important; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }

.bootstrap-select > .btn-default {
  background: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }

.bootstrap-select > .btn-default:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: calc(100% - 2px);
  width: 30px;
  background-color: #FFF;
  background-position: right calc(100% - 7px);
  background-repeat: no-repeat;
  background-image: url(/public/images/49ba2d14cefacfa9e7a0604e1121cc21.png);
  pointer-events: none;
  z-index: 5; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .bootstrap-select > .btn-default:before {
    background-image: url(/public/images/a0bce7e2e7cd47ff73b45979c9d08ed5.png);
    background-size: 12px 12px; } }

.bootstrap-select > .btn-default:after {
  position: absolute;
  z-index: 3;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0;
  content: "";
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.bootstrap-select > .btn-default:not(.disabled):after,
.bootstrap-select > .btn-default:not(.readonly):after {
  background: #2196f3; }

.bootstrap-select > .btn-default.disabled:after,
.bootstrap-select > .btn-default.readonly:after {
  background: #ccc; }

.bootstrap-select.open > .btn-default:after {
  width: 100%; }

.bootstrap-select .bs-searchbox {
  padding: 0 18px 2px;
  position: relative;
  border-bottom: 1px solid #bcbcbc; }

.bootstrap-select .bs-searchbox:before {
  position: absolute;
  left: 14px;
  top: 2px;
  width: 30px;
  height: 100%;
  content: "\F1C3";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 25px; }

.bootstrap-select .bs-searchbox input {
  padding-left: 25px;
  border: 0; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  padding-left: 17px; }

.bootstrap-select.btn-group .dropdown-menu li.active small {
  padding-left: 17px;
  color: #777777; }

.bootstrap-select .check-mark {
  margin-top: -5px !important;
  font-size: 19px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: block !important;
  position: absolute;
  top: 11px;
  right: 15px; }

.bootstrap-select .check-mark:before {
  content: "\F26B";
  font-family: 'Material-Design-Iconic-Font'; }

.bootstrap-select .selected .check-mark {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.bootstrap-select .notify {
  bottom: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  border: 0 !important;
  background: #f44336 !important;
  color: #fff !important;
  text-align: center; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }

.chosen-container {
  width: 100%; }

.chosen-container .chosen-drop {
  border: 0; }

.chosen-container:after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  content: "";
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  background: #2196f3; }

.chosen-container .chosen-drop {
  margin-top: 1px;
  left: 0;
  width: 100%;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

.chosen-container:not(.chosen-right) .chosen-drop {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.chosen-container.chosen-right .chosen-drop {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100); }

.chosen-container .chosen-results {
  padding: 0;
  margin: 0; }

.chosen-container .chosen-results > li {
  padding: 8px 17px;
  color: #4C4C4C;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.chosen-container .chosen-results > li:not(.disabled-result):not(.result-selected):not(.group-result) {
  color: #262626; }

.chosen-container .chosen-results > li:not(.disabled-result):not(.result-selected):not(.group-result):not(:hover) {
  background: #fff !important; }

.chosen-container .chosen-results > li:not(.disabled-result):not(.result-selected):not(.group-result):hover {
  background-color: #e4e4e4;
  color: #262626; }

.chosen-container .chosen-results > li.disabled-result {
  color: #e4e4e4; }

.chosen-container .chosen-results > li.result-selected {
  background: #2196f3;
  color: #fff; }

.chosen-container .chosen-results > li.highlighted {
  background: #eee;
  color: #333; }

.chosen-container .chosen-results > li.group-result {
  padding: 3px 16px;
  margin-top: 10px;
  color: #b1b1b1;
  font-weight: normal; }

.chosen-container .chosen-results > li.group-result:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 15px; }

.chosen-container .chosen-choices {
  border-left: 0;
  border-top: 0;
  border-right: 0; }

.chosen-container .chosen-choices .search-field input[type=text] {
  height: 34px; }

.chosen-container .chosen-choices .chosen-single-with-deselect:before {
  font-family: 'Material-Design-Iconic-Font';
  content: "\F29A";
  font-size: 13px;
  color: #696969;
  margin-right: 8px;
  content: ""; }

.chosen-container-single:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 13px;
  right: 0;
  z-index: 1;
  background-image: url(/public/images/49ba2d14cefacfa9e7a0604e1121cc21.png);
  background-position: right;
  background-repeat: no-repeat;
  content: ""; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .chosen-container-single:before {
    background-image: url(/public/images/a0bce7e2e7cd47ff73b45979c9d08ed5.png);
    background-size: 12px 12px; } }

.chosen-container-single .chosen-single {
  padding: 0 16px 0 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: none;
  height: 28px; }

.chosen-container-single .chosen-single div b {
  background: none; }

.chosen-container-single .chosen-search {
  padding: 0 18px;
  margin: 10px 0 15px;
  position: relative; }

.chosen-container-single .chosen-search:before {
  position: absolute;
  left: 14px;
  top: -1px;
  width: 30px;
  height: 100%;
  content: "\F1C3";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 25px; }

.chosen-container-single .chosen-search input[type=text] {
  border: 0;
  padding-top: 8px;
  padding-left: 30px; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #e0e0e0;
  background: none; }

.chosen-container-active:after {
  width: 100%; }

.chosen-container-active .chosen-choices {
  box-shadow: none; }

.chosen-container-multi.chosen-container-active .chosen-drop {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100); }

.chosen-container-multi .chosen-choices {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  background: none;
  padding: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  border: 0;
  padding: 6px 25px 6px 7px;
  margin: 0 5px 5px 0;
  background: #eee;
  border-radius: 2px;
  box-shadow: none; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 7px;
  top: 6px;
  background: none; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  font-family: 'Material-Design-Iconic-Font';
  content: "\F136";
  font-size: 13px;
  color: #696969;
  margin-right: 8px; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 27px;
  margin: 0;
  padding: 0; }

.chosen-search input[type=text] {
  background: none !important; }

.noUi-target {
  border-radius: 0;
  box-shadow: none;
  border: 0; }

.noUi-background {
  background: #d4d4d4;
  box-shadow: none; }

.noUi-horizontal {
  height: 3px; }

.noUi-horizontal .noUi-handle {
  top: -8px; }

.noUi-vertical {
  width: 3px; }

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  width: 19px;
  height: 19px;
  border: 0;
  border-radius: 100%;
  box-shadow: none;
  -webkit-transition: box-shadow;
  -o-transition: box-shadow;
  transition: box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  cursor: pointer;
  position: relative; }

.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:before,
.noUi-horizontal .noUi-handle:after,
.noUi-vertical .noUi-handle:after {
  display: none; }

.noUi-horizontal .noUi-handle:active,
.noUi-vertical .noUi-handle:active {
  background: #ccc !important; }

.noUi-horizontal .noUi-handle .is-tooltip,
.noUi-vertical .noUi-handle .is-tooltip {
  position: absolute;
  bottom: 32px;
  height: 35px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  padding: 0 10px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.noUi-horizontal .noUi-handle .is-tooltip:after,
.noUi-vertical .noUi-handle .is-tooltip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  content: ""; }

.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
  box-shadow: 0 0 0 13px rgba(0, 0, 0, 0.1); }

.noUi-horizontal .noUi-active .is-tooltip,
.noUi-vertical .noUi-active .is-tooltip {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  bottom: 40px;
  opacity: 1;
  filter: alpha(opacity=100); }

.input-slider:not([data-is-color]) .noUi-handle,
.input-slider-range:not([data-is-color]) .noUi-handle,
.input-slider-values:not([data-is-color]) .noUi-handle,
.input-slider:not([data-is-color]) .noUi-connect,
.input-slider-range:not([data-is-color]) .noUi-connect,
.input-slider-values:not([data-is-color]) .noUi-connect {
  background: #009688 !important; }

.input-slider:not([data-is-color]) .is-tooltip,
.input-slider-range:not([data-is-color]) .is-tooltip,
.input-slider-values:not([data-is-color]) .is-tooltip {
  background: #009688; }

.input-slider:not([data-is-color]) .is-tooltip:after,
.input-slider-range:not([data-is-color]) .is-tooltip:after,
.input-slider-values:not([data-is-color]) .is-tooltip:after {
  border-color: #009688 transparent transparent transparent; }

.input-slider[data-is-color=red] .noUi-handle,
.input-slider-range[data-is-color=red] .noUi-handle,
.input-slider-values[data-is-color=red] .noUi-handle,
.input-slider[data-is-color=red] .noUi-connect,
.input-slider-range[data-is-color=red] .noUi-connect,
.input-slider-values[data-is-color=red] .noUi-connect {
  background: #f44336 !important; }

.input-slider[data-is-color=blue] .noUi-handle,
.input-slider-range[data-is-color=blue] .noUi-handle,
.input-slider-values[data-is-color=blue] .noUi-handle,
.input-slider[data-is-color=blue] .noUi-connect,
.input-slider-range[data-is-color=blue] .noUi-connect,
.input-slider-values[data-is-color=blue] .noUi-connect {
  background: #2196f3 !important; }

.input-slider[data-is-color=cyan] .noUi-handle,
.input-slider-range[data-is-color=cyan] .noUi-handle,
.input-slider-values[data-is-color=cyan] .noUi-handle,
.input-slider[data-is-color=cyan] .noUi-connect,
.input-slider-range[data-is-color=cyan] .noUi-connect,
.input-slider-values[data-is-color=cyan] .noUi-connect {
  background: #00bcd4 !important; }

.input-slider[data-is-color=amber] .noUi-handle,
.input-slider-range[data-is-color=amber] .noUi-handle,
.input-slider-values[data-is-color=amber] .noUi-handle,
.input-slider[data-is-color=amber] .noUi-connect,
.input-slider-range[data-is-color=amber] .noUi-connect,
.input-slider-values[data-is-color=amber] .noUi-connect {
  background: #ffc107 !important; }

.input-slider[data-is-color=green] .noUi-handle,
.input-slider-range[data-is-color=green] .noUi-handle,
.input-slider-values[data-is-color=green] .noUi-handle,
.input-slider[data-is-color=green] .noUi-connect,
.input-slider-range[data-is-color=green] .noUi-connect,
.input-slider-values[data-is-color=green] .noUi-connect {
  background: #4caf50 !important; }

.input-slider .noUi-origin {
  background: #d4d4d4; }

.input-slider:not([data-is-color]) .noUi-base {
  background: #009688 !important; }

.input-slider[data-is-color=red] .noUi-base {
  background: #f44336 !important; }

.input-slider[data-is-color=blue] .noUi-base {
  background: #2196f3 !important; }

.input-slider[data-is-color=cyan] .noUi-base {
  background: #00bcd4 !important; }

.input-slider[data-is-color=amber] .noUi-base {
  background: #ffc107 !important; }

.input-slider[data-is-color=green] .noUi-base {
  background: #4caf50 !important; }

.cp-container {
  position: relative; }

.cp-container > .input-group input.cp-value {
  color: #000 !important;
  background: transparent !important; }

.cp-container > .input-group .dropdown-menu {
  padding: 20px;
  margin-left: 10px; }

.cp-container i.cp-value {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 15px; }

.note-editor .note-toolbar,
.note-popover .note-toolbar,
.note-editor .popover-content,
.note-popover .popover-content {
  background: #fff;
  border-color: #e4e4e4;
  margin: 0;
  padding: 10px 0 15px;
  text-align: center; }

.note-editor .note-toolbar > .btn-group,
.note-popover .note-toolbar > .btn-group,
.note-editor .popover-content > .btn-group,
.note-popover .popover-content > .btn-group {
  display: inline-block;
  float: none;
  box-shadow: none; }

.note-editor .note-toolbar > .btn-group .btn,
.note-popover .note-toolbar > .btn-group .btn,
.note-editor .popover-content > .btn-group .btn,
.note-popover .popover-content > .btn-group .btn {
  margin: 0 1px; }

.note-editor .note-toolbar > .btn-group > .active,
.note-popover .note-toolbar > .btn-group > .active,
.note-editor .popover-content > .btn-group > .active,
.note-popover .popover-content > .btn-group > .active {
  background: #00bcd4;
  color: #fff; }

.note-editor .note-toolbar .btn,
.note-popover .note-toolbar .btn,
.note-editor .popover-content .btn,
.note-popover .popover-content .btn {
  height: 40px;
  border-radius: 2px !important;
  box-shadow: none !important; }

.note-editor .note-toolbar .btn:active,
.note-popover .note-toolbar .btn:active,
.note-editor .popover-content .btn:active,
.note-popover .popover-content .btn:active {
  box-shadow: none; }

.note-editor .note-toolbar .note-palette-title,
.note-popover .note-toolbar .note-palette-title,
.note-editor .popover-content .note-palette-title,
.note-popover .popover-content .note-palette-title {
  margin: 0 !important;
  padding: 10px 0 !important;
  font-size: 13px !important;
  text-align: center !important;
  border: 0 !important; }

.note-editor .note-toolbar .note-color-reset,
.note-popover .note-toolbar .note-color-reset,
.note-editor .popover-content .note-color-reset,
.note-popover .popover-content .note-color-reset {
  padding: 0 0 10px !important;
  margin: 0 !important;
  background: none;
  text-align: center; }

.note-editor .note-toolbar .note-color .dropdown-menu,
.note-popover .note-toolbar .note-color .dropdown-menu,
.note-editor .popover-content .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
  min-width: 335px; }

.note-editor .note-statusbar .note-resizebar,
.note-popover .note-statusbar .note-resizebar {
  border-color: #E8E8E8; }

.note-editor .note-statusbar .note-resizebar .note-icon-bar,
.note-popover .note-statusbar .note-resizebar .note-icon-bar {
  border-color: #BCBCBC; }

.note-editor .fa,
.note-popover .fa {
  font-style: normal;
  font-size: 20px;
  vertical-align: middle; }

.note-editor .fa:before,
.note-popover .fa:before {
  font-family: 'Material-Design-Iconic-Font'; }

.note-editor .fa.fa-magic:before,
.note-popover .fa.fa-magic:before {
  content: "\F16A"; }

.note-editor .fa.fa-bold:before,
.note-popover .fa.fa-bold:before {
  content: "\F23D"; }

.note-editor .fa.fa-italic:before,
.note-popover .fa.fa-italic:before {
  content: "\F245"; }

.note-editor .fa.fa-underline:before,
.note-popover .fa.fa-underline:before {
  content: "\F24F"; }

.note-editor .fa.fa-font:before,
.note-popover .fa.fa-font:before {
  content: "\F242"; }

.note-editor .fa.fa-list-ul:before,
.note-popover .fa.fa-list-ul:before {
  content: "\F247"; }

.note-editor .fa.fa-list-ol:before,
.note-popover .fa.fa-list-ol:before {
  content: "\F248"; }

.note-editor .fa.fa-align-left:before,
.note-popover .fa.fa-align-left:before {
  content: "\F23B"; }

.note-editor .fa.fa-align-right:before,
.note-popover .fa.fa-align-right:before {
  content: "\F23C"; }

.note-editor .fa.fa-align-center:before,
.note-popover .fa.fa-align-center:before {
  content: "\F239"; }

.note-editor .fa.fa-align-justify:before,
.note-popover .fa.fa-align-justify:before {
  content: "\F23A"; }

.note-editor .fa.fa-indent:before,
.note-popover .fa.fa-indent:before {
  content: "\F244"; }

.note-editor .fa.fa-outdent:before,
.note-popover .fa.fa-outdent:before {
  content: "\F243"; }

.note-editor .fa.fa-text-height:before,
.note-popover .fa.fa-text-height:before {
  content: "\F246"; }

.note-editor .fa.fa-table:before,
.note-popover .fa.fa-table:before {
  content: "\F320"; }

.note-editor .fa.fa-link:before,
.note-popover .fa.fa-link:before {
  content: "\F18E"; }

.note-editor .fa.fa-picture-o:before,
.note-popover .fa.fa-picture-o:before {
  content: "\F17F"; }

.note-editor .fa.fa-minus:before,
.note-popover .fa.fa-minus:before {
  content: "\F22F"; }

.note-editor .fa.fa-arrows-alt:before,
.note-popover .fa.fa-arrows-alt:before {
  content: "\F16D"; }

.note-editor .fa.fa-code:before,
.note-popover .fa.fa-code:before {
  content: "\F13A"; }

.note-editor .fa.fa-question:before,
.note-popover .fa.fa-question:before {
  content: "\F1F5"; }

.note-editor .fa.fa-eraser:before,
.note-popover .fa.fa-eraser:before {
  content: "\F23F"; }

.note-editor .fa.fa-square:before,
.note-popover .fa.fa-square:before {
  content: "\F279"; }

.note-editor .fa.fa-circle-o:before,
.note-popover .fa.fa-circle-o:before {
  content: "\F26C"; }

.note-editor .fa.fa-times:before,
.note-popover .fa.fa-times:before {
  content: "\F136"; }

.note-editor .note-air-popover .arrow,
.note-popover .note-air-popover .arrow {
  left: 20px; }

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

.note-editor .note-editable {
  padding: 20px 23px; }

.bootstrap-datetimepicker-widget {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important; }

.bootstrap-datetimepicker-widget:after,
.bootstrap-datetimepicker-widget:before {
  display: none !important; }

.bootstrap-datetimepicker-widget table td {
  text-shadow: none; }

.bootstrap-datetimepicker-widget table td span {
  margin: 0; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: transparent; }

.bootstrap-datetimepicker-widget .glyphicon {
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px; }

.bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
  content: "\F2FF"; }

.bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
  content: "\F301"; }

.bootstrap-datetimepicker-widget .glyphicon-time:before {
  content: "\F337"; }

.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
  content: "\F32E"; }

.bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
  content: "\F1E5"; }

.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
  content: "\F1E4"; }

.bootstrap-datetimepicker-widget [data-action="togglePicker"] span {
  font-size: 25px;
  color: #ccc; }

.bootstrap-datetimepicker-widget [data-action="togglePicker"] span:hover {
  color: #333; }

.bootstrap-datetimepicker-widget a[data-action] {
  color: #009688; }

.timepicker-picker .btn {
  box-shadow: none !important; }

.timepicker-picker table tbody tr + tr:not(:last-child) {
  background: #009688;
  color: #fff; }

.timepicker-picker table tbody tr + tr:not(:last-child) td {
  border-radius: 0; }

.timepicker-picker .btn {
  background: #fff;
  color: #333; }

.datepicker.top {
  -webkit-transform-origin: 0 100% !important;
  -moz-transform-origin: 0 100% !important;
  -ms-transform-origin: 0 100% !important;
  transform-origin: 0 100% !important; }

.datepicker table thead tr th {
  border-radius: 0;
  color: #fff; }

.datepicker table thead tr th .glyphicon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 29px; }

.datepicker table thead tr th:hover .glyphicon {
  background: rgba(0, 0, 0, 0.2); }

.datepicker table thead tr:first-child th {
  background: #009688;
  padding: 20px 0; }

.datepicker table thead tr:first-child th:hover {
  background: #009688; }

.datepicker table thead tr:first-child th.picker-switch {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }

.datepicker table thead tr:last-child th {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px; }

.datepicker table thead tr:last-child th:first-child {
  padding-left: 20px; }

.datepicker table thead tr:last-child th:last-child {
  padding-right: 20px; }

.datepicker table thead tr:last-child:not(:only-child) {
  background: #00877a; }

.datepicker table tbody tr:last-child td {
  padding-bottom: 25px; }

.datepicker table tbody tr td:first-child {
  padding-left: 13px; }

.datepicker table tbody tr td:last-child {
  padding-right: 13px; }

.datepicker table td.day {
  width: 35px;
  height: 35px;
  line-height: 20px;
  color: #333;
  position: relative;
  padding: 0;
  background: transparent; }

.datepicker table td.day:hover {
  background: none; }

.datepicker table td.day:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-bottom: -33px;
  display: inline-block;
  background: transparent;
  position: static;
  text-shadow: none; }

.datepicker table td.day.old,
.datepicker table td.day.new {
  color: #CDCDCD; }

.datepicker table td:not(.today):not(.active):hover:before {
  background: #F0F0F0; }

.datepicker table td.today {
  color: #333; }

.datepicker table td.today:before {
  background-color: #E2E2E2; }

.datepicker table td.active {
  color: #fff; }

.datepicker table td.active:before {
  background-color: #009688; }

.datepicker-months .month,
.datepicker-years .year,
.timepicker-minutes .minute,
.timepicker-hours .hour {
  border-radius: 50%; }

.datepicker-months .month:not(.active):hover,
.datepicker-years .year:not(.active):hover,
.timepicker-minutes .minute:not(.active):hover,
.timepicker-hours .hour:not(.active):hover {
  background: #F0F0F0; }

.datepicker-months .month.active,
.datepicker-years .year.active,
.timepicker-minutes .minute.active,
.timepicker-hours .hour.active {
  background: #009688; }

.timepicker-minutes .minute,
.timepicker-hours .hour {
  padding: 0; }

.fileinput {
  position: relative;
  padding-right: 35px; }

.fileinput .close {
  position: absolute;
  top: 5px;
  font-size: 12px;
  float: none;
  opacity: 1;
  font-weight: 500;
  border: 1px solid #ccc;
  width: 19px;
  text-align: center;
  height: 19px;
  line-height: 15px;
  border-radius: 50%;
  right: 0; }

.fileinput .close:hover {
  background: #eee; }

.fileinput .input-group-addon {
  padding: 0 10px;
  vertical-align: middle; }

.fileinput .fileinput-preview {
  width: 200px;
  height: 150px;
  position: relative; }

.fileinput .fileinput-preview img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -13px; }

.fileinput .fileinput-preview:after {
  content: "";
  display: inline-block;
  vertical-align: middle; }

#lg-slider:after {
  content: "";
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #2196f3;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: -1; }

#lg-outer {
  background: rgba(255, 255, 255, 0.95); }

#lg-outer .object {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

#lg-close {
  display: none; }

#lg-action {
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 0 !important;
  height: 40px;
  text-align: center; }

#lg-action > a {
  background: transparent;
  color: #9D9D9D;
  font-size: 18px;
  width: 28px;
  height: 37px; }

#lg-action > a:hover {
  background: transparent;
  color: #000; }

#lg-action .cl-thumb {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 38px;
  background: #f44336;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }

#lg-action .cl-thumb:after {
  text-align: center;
  left: 16px !important;
  bottom: 6px !important;
  color: #fff; }

#lg-action .cl-thumb:hover {
  background: #f32c1e; }

#lg-gallery .thumb-cont {
  background: #f44336;
  text-align: center; }

#lg-gallery .thumb-cont .thumb-info {
  background: #f44336; }

#lg-gallery .thumb-cont .thumb-info .count {
  display: none; }

#lg-gallery .thumb-cont .thumb-info .close {
  width: 14px;
  margin-top: 0;
  background: none; }

#lg-gallery .thumb-cont .thumb-info .close:hover {
  background: none; }

#lg-gallery .thumb-cont .thumb {
  opacity: 1;
  filter: alpha(opacity=100); }

#lg-gallery .thumb-cont .thumb-inner {
  display: inline-block;
  padding: 12px 12px 15px; }

.lg-slide {
  background: none !important; }

.lg-slide em {
  font-style: normal; }

.lg-slide em h3 {
  margin-bottom: 5px; }

.lg-slide .video-cont {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.sweet-alert {
  border-radius: 2px;
  padding: 10px 30px; }

.sweet-alert h2 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1; }

.sweet-alert .lead {
  font-size: 13px; }

.sweet-alert .btn {
  padding: 6px 12px;
  font-size: 13px;
  margin: 20px 2px 0; }

.twitter-typeahead {
  width: 100%; }

.twitter-typeahead .tt-menu {
  min-width: 200px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: block !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.twitter-typeahead .tt-menu.tt-open:not(.tt-empty) {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100); }

.twitter-typeahead .tt-suggestion {
  padding: 8px 17px;
  color: #333;
  cursor: pointer; }

.twitter-typeahead .tt-suggestion:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.twitter-typeahead .tt-hint {
  color: #818181 !important; }

.react-ip-input {
  display: inline-block;
  border: 1px solid #c2c3c9;
  border-radius: 4px;
  padding: 0px 8px !important;
  width: auto; }

.react-ip-input .react-ip-input__item {
  display: inline !important;
  justify-content: space-around;
  align-items: center; }

.react-ip-input.has-error {
  border-color: #f44336 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.react-ip-input input {
  width: 23% !important;
  border: none;
  padding: 6px;
  outline: none;
  text-align: center; }

.react-ip-input i {
  font-size: 5px;
  color: #c2c3c9;
  margin-bottom: 11px; }

.block {
  display: block; }

.error-block {
  position: absolute;
  color: #f44336;
  display: block;
  font-size: 10px; }

.item-flex-center {
  display: flex;
  justify-content: space-around;
  align-items: center; }

.clickeable-button {
  color: #5e5e5e;
  line-height: 2px;
  font-size: 22px;
  cursor: pointer; }
  .clickeable-button:hover {
    color: rgba(0, 0, 0, 0.5); }

.content-info {
  border: 1px solid #c3c3c3;
  padding: 4px;
  border-radius: 4px; }

.no-padding-border-form {
  padding: 0 !important;
  border: 0 !important;
  padding-left: 8px; }

.no-padding-border-form {
  border: 1px solid #c3c3c3;
  padding: 4px;
  border-radius: 4px; }

.input-group-btn -info {
  border: 1px solid #c2c3c9;
  border-right: left;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.form-control-info {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c2c3c9;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-control-escala {
  display: block;
  width: 67%;
  height: 33px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c2c3c9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.no-border {
  border: none !important; }

.no-border-top {
  border-top: !important; }

.no-border-bottom {
  border-bottom: !important; }

.no-border-right {
  border-right: !important; }

.no-border-left {
  border-left: !important; }

.btn-border {
  border: 1px solid #c2c3c9; }

.react-tagsinput-tag {
  background-color: #4caf50 !important;
  border-radius: 4px;
  border: none !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: bold !important;
  margin-bottom: 3px !important;
  margin-right: 3px !important;
  padding: 1px 5px !important; }

.react-tagsinput-remove {
  color: #ffffff !important;
  font-size: 14px !important;
  padding-left: 5px; }

.transcribe-text {
  background: #f1f3f4;
  border: 1px solid #282f31;
  padding: 15px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: -5px;
  text-align: justify; }

.table-clickeable td {
  cursor: pointer; }

.table-clickeable tr:hover {
  background-color: #e6e5e5 !important; }

.table-clickeable .selected,
.table-clickeable .selected:hover,
.table-clickeable .selected:focus {
  color: #fff !important;
  background-color: #73bd44 !important; }

.activatedItem, .hovereable:hover {
  background-color: #e6e5e5 !important; }

.clickeable {
  cursor: pointer; }

.full-modal-backdrop {
  z-index: 1050;
  top: 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/public/fonts/fontawesome-webfont.eot);
  src: url(/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/public/fonts/fontawesome-webfont.woff2) format("woff2"), url(/public/fonts/fontawesome-webfont.woff) format("woff"), url(/public/fonts/fontawesome-webfont.ttf) format("truetype"), url(/public/images/ae6b52f6c8c63aafbb536e3ae3f5ff55.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

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

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

/*!
 *  Material Design Iconic Font 1.0.1 by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - https://github.com/zavoloklom/material-design-iconic-font/blob/gh-pages/License.md (Attribution-ShareAlike 4.0 International license)
 */
@font-face {
  font-family: 'Material Design Iconic Font';
  src: url(/public/fonts/Material-Design-Iconic-Fontf700.eot);
  src: url(/public/fonts/Material-Design-Iconic-Fontd41d.eot) format("embedded-opentype"), url(/public/fonts/Material-Design-Iconic-Fontf700.woff) format("woff"), url(/public/fonts/Material-Design-Iconic-Fontf700.ttf) format("truetype"), url(/public/images/f5fb7f62a336b9b36b7c4d6756d533f0.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

[class*=" md-"], [class^=md-] {
  display: inline-block;
  font: normal normal normal 14px/1 'Material Design Iconic Font';
  font-size: inherit;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.md {
  line-height: inherit;
  vertical-align: bottom; }

.md-lg {
  font-size: 1.5em;
  line-height: .5em;
  vertical-align: -35%; }

.md-2x {
  font-size: 2em; }

.md-3x {
  font-size: 3em; }

.md-4x {
  font-size: 4em; }

.md-5x {
  font-size: 5em; }

.md-border {
  padding: .2em .25em .15em;
  border: .08em solid gray;
  border-radius: .1em; }

.md-border-circle {
  padding: .2em .25em .15em;
  border: .08em solid gray;
  border-radius: 50%; }

[class*=" md-"].pull-left, [class^=md-].pull-left {
  float: left;
  margin-right: .3em; }

[class*=" md-"].pull-right, [class^=md-].pull-right {
  float: right;
  margin-left: .3em; }

.md-spin {
  -webkit-animation: md-spin 1.5s infinite linear;
  animation: md-spin 1.5s infinite linear; }

.md-spin-reverse {
  -webkit-animation: md-spin-reverse 1.5s infinite linear;
  animation: md-spin-reverse 1.5s infinite linear; }

@-webkit-keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

@keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

.md-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.md-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.md-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.md-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.md-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .md-flip-horizontal, :root .md-flip-vertical, :root .md-rotate-180, :root .md-rotate-270, :root .md-rotate-90 {
  filter: none; }

.md-3d-rotation:before {
  content: "\F000"; }

.md-accessibility:before {
  content: "\F001"; }

.md-account-balance:before {
  content: "\F002"; }

.md-account-balance-wallet:before {
  content: "\F003"; }

.md-account-box:before {
  content: "\F004"; }

.md-account-child:before {
  content: "\F005"; }

.md-account-circle:before {
  content: "\F006"; }

.md-add-shopping-cart:before {
  content: "\F007"; }

.md-alarm:before {
  content: "\F008"; }

.md-alarm-add:before {
  content: "\F009"; }

.md-alarm-off:before {
  content: "\F00A"; }

.md-alarm-on:before {
  content: "\F00B"; }

.md-android:before {
  content: "\F00C"; }

.md-announcement:before {
  content: "\F00D"; }

.md-aspect-ratio:before {
  content: "\F00E"; }

.md-assessment:before {
  content: "\F00F"; }

.md-assignment:before {
  content: "\F010"; }

.md-assignment-ind:before {
  content: "\F011"; }

.md-assignment-late:before {
  content: "\F012"; }

.md-assignment-return:before {
  content: "\F013"; }

.md-assignment-returned:before {
  content: "\F014"; }

.md-assignment-turned-in:before {
  content: "\F015"; }

.md-autorenew:before {
  content: "\F016"; }

.md-backup:before {
  content: "\F017"; }

.md-book:before {
  content: "\F018"; }

.md-bookmark:before {
  content: "\F019"; }

.md-bookmark-outline:before {
  content: "\F01A"; }

.md-bug-report:before {
  content: "\F01B"; }

.md-cached:before {
  content: "\F01C"; }

.md-class:before {
  content: "\F01D"; }

.md-credit-card:before {
  content: "\F01E"; }

.md-dashboard:before {
  content: "\F01F"; }

.md-delete:before {
  content: "\F020"; }

.md-description:before {
  content: "\F021"; }

.md-dns:before {
  content: "\F022"; }

.md-done:before {
  content: "\F023"; }

.md-done-all:before {
  content: "\F024"; }

.md-event:before {
  content: "\F025"; }

.md-exit-to-app:before {
  content: "\F026"; }

.md-explore:before {
  content: "\F027"; }

.md-extension:before {
  content: "\F028"; }

.md-face-unlock:before {
  content: "\F029"; }

.md-favorite:before {
  content: "\F02A"; }

.md-favorite-outline:before {
  content: "\F02B"; }

.md-find-in-page:before {
  content: "\F02C"; }

.md-find-replace:before {
  content: "\F02D"; }

.md-flip-to-back:before {
  content: "\F02E"; }

.md-flip-to-front:before {
  content: "\F02F"; }

.md-get-app:before {
  content: "\F030"; }

.md-grade:before {
  content: "\F031"; }

.md-group-work:before {
  content: "\F032"; }

.md-help:before {
  content: "\F033"; }

.md-highlight-remove:before {
  content: "\F034"; }

.md-history:before {
  content: "\F035"; }

.md-home:before {
  content: "\F036"; }

.md-https:before {
  content: "\F037"; }

.md-info:before {
  content: "\F038"; }

.md-info-outline:before {
  content: "\F039"; }

.md-input:before {
  content: "\F03A"; }

.md-invert-colors:before {
  content: "\F03B"; }

.md-label:before {
  content: "\F03C"; }

.md-label-outline:before {
  content: "\F03D"; }

.md-language:before {
  content: "\F03E"; }

.md-launch:before {
  content: "\F03F"; }

.md-list:before {
  content: "\F040"; }

.md-lock:before {
  content: "\F041"; }

.md-lock-open:before {
  content: "\F042"; }

.md-lock-outline:before {
  content: "\F043"; }

.md-loyalty:before {
  content: "\F044"; }

.md-markunread-mailbox:before {
  content: "\F045"; }

.md-note-add:before {
  content: "\F046"; }

.md-open-in-browser:before {
  content: "\F047"; }

.md-open-in-new:before {
  content: "\F048"; }

.md-open-with:before {
  content: "\F049"; }

.md-pageview:before {
  content: "\F04A"; }

.md-payment:before {
  content: "\F04B"; }

.md-perm-camera-mic:before {
  content: "\F04C"; }

.md-perm-contact-cal:before {
  content: "\F04D"; }

.md-perm-data-setting:before {
  content: "\F04E"; }

.md-perm-device-info:before {
  content: "\F04F"; }

.md-perm-identity:before {
  content: "\F050"; }

.md-perm-media:before {
  content: "\F051"; }

.md-perm-phone-msg:before {
  content: "\F052"; }

.md-perm-scan-wifi:before {
  content: "\F053"; }

.md-picture-in-picture:before {
  content: "\F054"; }

.md-polymer:before {
  content: "\F055"; }

.md-print:before {
  content: "\F056"; }

.md-query-builder:before {
  content: "\F057"; }

.md-question-answer:before {
  content: "\F058"; }

.md-receipt:before {
  content: "\F059"; }

.md-redeem:before {
  content: "\F05A"; }

.md-report-problem:before {
  content: "\F05B"; }

.md-restore:before {
  content: "\F05C"; }

.md-room:before {
  content: "\F05D"; }

.md-schedule:before {
  content: "\F05E"; }

.md-search:before {
  content: "\F05F"; }

.md-settings:before {
  content: "\F060"; }

.md-settings-applications:before {
  content: "\F061"; }

.md-settings-backup-restore:before {
  content: "\F062"; }

.md-settings-bluetooth:before {
  content: "\F063"; }

.md-settings-cell:before {
  content: "\F064"; }

.md-settings-display:before {
  content: "\F065"; }

.md-settings-ethernet:before {
  content: "\F066"; }

.md-settings-input-antenna:before {
  content: "\F067"; }

.md-settings-input-component:before {
  content: "\F068"; }

.md-settings-input-composite:before {
  content: "\F069"; }

.md-settings-input-hdmi:before {
  content: "\F06A"; }

.md-settings-input-svideo:before {
  content: "\F06B"; }

.md-settings-overscan:before {
  content: "\F06C"; }

.md-settings-phone:before {
  content: "\F06D"; }

.md-settings-power:before {
  content: "\F06E"; }

.md-settings-remote:before {
  content: "\F06F"; }

.md-settings-voice:before {
  content: "\F070"; }

.md-shop:before {
  content: "\F071"; }

.md-shopping-basket:before {
  content: "\F072"; }

.md-shopping-cart:before {
  content: "\F073"; }

.md-shop-two:before {
  content: "\F074"; }

.md-speaker-notes:before {
  content: "\F075"; }

.md-spellcheck:before {
  content: "\F076"; }

.md-star-rate:before {
  content: "\F077"; }

.md-stars:before {
  content: "\F078"; }

.md-store:before {
  content: "\F079"; }

.md-subject:before {
  content: "\F07A"; }

.md-swap-horiz:before {
  content: "\F07B"; }

.md-swap-vert:before {
  content: "\F07C"; }

.md-swap-vert-circle:before {
  content: "\F07D"; }

.md-system-update-tv:before {
  content: "\F07E"; }

.md-tab:before {
  content: "\F07F"; }

.md-tab-unselected:before {
  content: "\F080"; }

.md-theaters:before {
  content: "\F081"; }

.md-thumb-down:before {
  content: "\F082"; }

.md-thumbs-up-down:before {
  content: "\F083"; }

.md-thumb-up:before {
  content: "\F084"; }

.md-toc:before {
  content: "\F085"; }

.md-today:before {
  content: "\F086"; }

.md-track-changes:before {
  content: "\F087"; }

.md-translate:before {
  content: "\F088"; }

.md-trending-down:before {
  content: "\F089"; }

.md-trending-neutral:before {
  content: "\F08A"; }

.md-trending-up:before {
  content: "\F08B"; }

.md-turned-in:before {
  content: "\F08C"; }

.md-turned-in-not:before {
  content: "\F08D"; }

.md-verified-user:before {
  content: "\F08E"; }

.md-view-agenda:before {
  content: "\F08F"; }

.md-view-array:before {
  content: "\F090"; }

.md-view-carousel:before {
  content: "\F091"; }

.md-view-column:before {
  content: "\F092"; }

.md-view-day:before {
  content: "\F093"; }

.md-view-headline:before {
  content: "\F094"; }

.md-view-list:before {
  content: "\F095"; }

.md-view-module:before {
  content: "\F096"; }

.md-view-quilt:before {
  content: "\F097"; }

.md-view-stream:before {
  content: "\F098"; }

.md-view-week:before {
  content: "\F099"; }

.md-visibility:before {
  content: "\F09A"; }

.md-visibility-off:before {
  content: "\F09B"; }

.md-wallet-giftcard:before {
  content: "\F09C"; }

.md-wallet-membership:before {
  content: "\F09D"; }

.md-wallet-travel:before {
  content: "\F09E"; }

.md-work:before {
  content: "\F09F"; }

.md-error:before {
  content: "\F0A0"; }

.md-warning:before {
  content: "\F0A1"; }

.md-album:before {
  content: "\F0A2"; }

.md-av-timer:before {
  content: "\F0A3"; }

.md-closed-caption:before {
  content: "\F0A4"; }

.md-equalizer:before {
  content: "\F0A5"; }

.md-explicit:before {
  content: "\F0A6"; }

.md-fast-forward:before {
  content: "\F0A7"; }

.md-fast-rewind:before {
  content: "\F0A8"; }

.md-games:before {
  content: "\F0A9"; }

.md-hearing:before {
  content: "\F0AA"; }

.md-high-quality:before {
  content: "\F0AB"; }

.md-loop:before {
  content: "\F0AC"; }

.md-mic:before {
  content: "\F0AD"; }

.md-mic-none:before {
  content: "\F0AE"; }

.md-mic-off:before {
  content: "\F0AF"; }

.md-movie:before {
  content: "\F0B0"; }

.md-my-library-add:before {
  content: "\F0B1"; }

.md-my-library-books:before {
  content: "\F0B2"; }

.md-my-library-music:before {
  content: "\F0B3"; }

.md-new-releases:before {
  content: "\F0B4"; }

.md-not-interested:before {
  content: "\F0B5"; }

.md-pause:before {
  content: "\F0B6"; }

.md-pause-circle-fill:before {
  content: "\F0B7"; }

.md-pause-circle-outline:before {
  content: "\F0B8"; }

.md-play-arrow:before {
  content: "\F0B9"; }

.md-play-circle-fill:before {
  content: "\F0BA"; }

.md-play-circle-outline:before {
  content: "\F0BB"; }

.md-playlist-add:before {
  content: "\F0BC"; }

.md-play-shopping-bag:before {
  content: "\F0BD"; }

.md-queue:before {
  content: "\F0BE"; }

.md-queue-music:before {
  content: "\F0BF"; }

.md-radio:before {
  content: "\F0C0"; }

.md-recent-actors:before {
  content: "\F0C1"; }

.md-repeat:before {
  content: "\F0C2"; }

.md-repeat-one:before {
  content: "\F0C3"; }

.md-replay:before {
  content: "\F0C4"; }

.md-shuffle:before {
  content: "\F0C5"; }

.md-skip-next:before {
  content: "\F0C6"; }

.md-skip-previous:before {
  content: "\F0C7"; }

.md-snooze:before {
  content: "\F0C8"; }

.md-stop:before {
  content: "\F0C9"; }

.md-subtitles:before {
  content: "\F0CA"; }

.md-surround-sound:before {
  content: "\F0CB"; }

.md-videocam:before {
  content: "\F0CC"; }

.md-videocam-off:before {
  content: "\F0CD"; }

.md-video-collection:before {
  content: "\F0CE"; }

.md-volume-down:before {
  content: "\F0CF"; }

.md-volume-mute:before {
  content: "\F0D0"; }

.md-volume-off:before {
  content: "\F0D1"; }

.md-volume-up:before {
  content: "\F0D2"; }

.md-web:before {
  content: "\F0D3"; }

.md-business:before {
  content: "\F0D4"; }

.md-call:before {
  content: "\F0D5"; }

.md-call-end:before {
  content: "\F0D6"; }

.md-call-made:before {
  content: "\F0D7"; }

.md-call-merge:before {
  content: "\F0D8"; }

.md-call-missed:before {
  content: "\F0D9"; }

.md-call-received:before {
  content: "\F0DA"; }

.md-call-split:before {
  content: "\F0DB"; }

.md-chat:before {
  content: "\F0DC"; }

.md-clear-all:before {
  content: "\F0DD"; }

.md-comment:before {
  content: "\F0DE"; }

.md-contacts:before {
  content: "\F0DF"; }

.md-dialer-sip:before {
  content: "\F0E0"; }

.md-dialpad:before {
  content: "\F0E1"; }

.md-dnd-on:before {
  content: "\F0E2"; }

.md-email:before {
  content: "\F0E3"; }

.md-forum:before {
  content: "\F0E4"; }

.md-import-export:before {
  content: "\F0E5"; }

.md-invert-colors-off:before {
  content: "\F0E6"; }

.md-invert-colors-on:before {
  content: "\F0E7"; }

.md-live-help:before {
  content: "\F0E8"; }

.md-location-off:before {
  content: "\F0E9"; }

.md-location-on:before {
  content: "\F0EA"; }

.md-message:before {
  content: "\F0EB"; }

.md-messenger:before {
  content: "\F0EC"; }

.md-no-sim:before {
  content: "\F0ED"; }

.md-phone:before {
  content: "\F0EE"; }

.md-portable-wifi-off:before {
  content: "\F0EF"; }

.md-quick-contacts-dialer:before {
  content: "\F0F0"; }

.md-quick-contacts-mail:before {
  content: "\F0F1"; }

.md-ring-volume:before {
  content: "\F0F2"; }

.md-stay-current-landscape:before {
  content: "\F0F3"; }

.md-stay-current-portrait:before {
  content: "\F0F4"; }

.md-stay-primary-landscape:before {
  content: "\F0F5"; }

.md-stay-primary-portrait:before {
  content: "\F0F6"; }

.md-swap-calls:before {
  content: "\F0F7"; }

.md-textsms:before {
  content: "\F0F8"; }

.md-voicemail:before {
  content: "\F0F9"; }

.md-vpn-key:before {
  content: "\F0FA"; }

.md-add:before {
  content: "\F0FB"; }

.md-add-box:before {
  content: "\F0FC"; }

.md-add-circle:before {
  content: "\F0FD"; }

.md-add-circle-outline:before {
  content: "\F0FE"; }

.md-archive:before {
  content: "\F0FF"; }

.md-backspace:before {
  content: "\F100"; }

.md-block:before {
  content: "\F101"; }

.md-clear:before {
  content: "\F102"; }

.md-content-copy:before {
  content: "\F103"; }

.md-content-cut:before {
  content: "\F104"; }

.md-content-paste:before {
  content: "\F105"; }

.md-create:before {
  content: "\F106"; }

.md-drafts:before {
  content: "\F107"; }

.md-filter-list:before {
  content: "\F108"; }

.md-flag:before {
  content: "\F109"; }

.md-forward:before {
  content: "\F10A"; }

.md-gesture:before {
  content: "\F10B"; }

.md-inbox:before {
  content: "\F10C"; }

.md-link:before {
  content: "\F10D"; }

.md-mail:before {
  content: "\F10E"; }

.md-markunread:before {
  content: "\F10F"; }

.md-redo:before {
  content: "\F110"; }

.md-remove:before {
  content: "\F111"; }

.md-remove-circle:before {
  content: "\F112"; }

.md-remove-circle-outline:before {
  content: "\F113"; }

.md-reply:before {
  content: "\F114"; }

.md-reply-all:before {
  content: "\F115"; }

.md-report:before {
  content: "\F116"; }

.md-save:before {
  content: "\F117"; }

.md-select-all:before {
  content: "\F118"; }

.md-send:before {
  content: "\F119"; }

.md-sort:before {
  content: "\F11A"; }

.md-text-format:before {
  content: "\F11B"; }

.md-undo:before {
  content: "\F11C"; }

.md-access-alarm:before {
  content: "\F11D"; }

.md-access-alarms:before {
  content: "\F11E"; }

.md-access-time:before {
  content: "\F11F"; }

.md-add-alarm:before {
  content: "\F120"; }

.md-airplanemode-off:before {
  content: "\F121"; }

.md-airplanemode-on:before {
  content: "\F122"; }

.md-battery-20:before {
  content: "\F123"; }

.md-battery-30:before {
  content: "\F124"; }

.md-battery-50:before {
  content: "\F125"; }

.md-battery-60:before {
  content: "\F126"; }

.md-battery-80:before {
  content: "\F127"; }

.md-battery-90:before {
  content: "\F128"; }

.md-battery-alert:before {
  content: "\F129"; }

.md-battery-charging-20:before {
  content: "\F12A"; }

.md-battery-charging-30:before {
  content: "\F12B"; }

.md-battery-charging-50:before {
  content: "\F12C"; }

.md-battery-charging-60:before {
  content: "\F12D"; }

.md-battery-charging-80:before {
  content: "\F12E"; }

.md-battery-charging-90:before {
  content: "\F12F"; }

.md-battery-charging-full:before {
  content: "\F130"; }

.md-battery-full:before {
  content: "\F131"; }

.md-battery-std:before {
  content: "\F132"; }

.md-battery-unknown:before {
  content: "\F133"; }

.md-bluetooth:before {
  content: "\F134"; }

.md-bluetooth-connected:before {
  content: "\F135"; }

.md-bluetooth-disabled:before {
  content: "\F136"; }

.md-bluetooth-searching:before {
  content: "\F137"; }

.md-brightness-auto:before {
  content: "\F138"; }

.md-brightness-high:before {
  content: "\F139"; }

.md-brightness-low:before {
  content: "\F13A"; }

.md-brightness-medium:before {
  content: "\F13B"; }

.md-data-usage:before {
  content: "\F13C"; }

.md-developer-mode:before {
  content: "\F13D"; }

.md-devices:before {
  content: "\F13E"; }

.md-dvr:before {
  content: "\F13F"; }

.md-gps-fixed:before {
  content: "\F140"; }

.md-gps-not-fixed:before {
  content: "\F141"; }

.md-gps-off:before {
  content: "\F142"; }

.md-location-disabled:before {
  content: "\F143"; }

.md-location-searching:before {
  content: "\F144"; }

.md-multitrack-audio:before {
  content: "\F145"; }

.md-network-cell:before {
  content: "\F146"; }

.md-network-wifi:before {
  content: "\F147"; }

.md-nfc:before {
  content: "\F148"; }

.md-now-wallpaper:before {
  content: "\F149"; }

.md-now-widgets:before {
  content: "\F14A"; }

.md-screen-lock-landscape:before {
  content: "\F14B"; }

.md-screen-lock-portrait:before {
  content: "\F14C"; }

.md-screen-lock-rotation:before {
  content: "\F14D"; }

.md-screen-rotation:before {
  content: "\F14E"; }

.md-sd-storage:before {
  content: "\F14F"; }

.md-settings-system-daydream:before {
  content: "\F150"; }

.md-signal-cellular-0-bar:before {
  content: "\F151"; }

.md-signal-cellular-1-bar:before {
  content: "\F152"; }

.md-signal-cellular-2-bar:before {
  content: "\F153"; }

.md-signal-cellular-3-bar:before {
  content: "\F154"; }

.md-signal-cellular-4-bar:before {
  content: "\F155"; }

.md-signal-cellular-connected-no-internet-0-bar:before {
  content: "\F156"; }

.md-signal-cellular-connected-no-internet-1-bar:before {
  content: "\F157"; }

.md-signal-cellular-connected-no-internet-2-bar:before {
  content: "\F158"; }

.md-signal-cellular-connected-no-internet-3-bar:before {
  content: "\F159"; }

.md-signal-cellular-connected-no-internet-4-bar:before {
  content: "\F15A"; }

.md-signal-cellular-no-sim:before {
  content: "\F15B"; }

.md-signal-cellular-null:before {
  content: "\F15C"; }

.md-signal-cellular-off:before {
  content: "\F15D"; }

.md-signal-wifi-0-bar:before {
  content: "\F15E"; }

.md-signal-wifi-1-bar:before {
  content: "\F15F"; }

.md-signal-wifi-2-bar:before {
  content: "\F160"; }

.md-signal-wifi-3-bar:before {
  content: "\F161"; }

.md-signal-wifi-4-bar:before {
  content: "\F162"; }

.md-signal-wifi-off:before {
  content: "\F163"; }

.md-storage:before {
  content: "\F164"; }

.md-usb:before {
  content: "\F165"; }

.md-wifi-lock:before {
  content: "\F166"; }

.md-wifi-tethering:before {
  content: "\F167"; }

.md-attach-file:before {
  content: "\F168"; }

.md-attach-money:before {
  content: "\F169"; }

.md-border-all:before {
  content: "\F16A"; }

.md-border-bottom:before {
  content: "\F16B"; }

.md-border-clear:before {
  content: "\F16C"; }

.md-border-color:before {
  content: "\F16D"; }

.md-border-horizontal:before {
  content: "\F16E"; }

.md-border-inner:before {
  content: "\F16F"; }

.md-border-left:before {
  content: "\F170"; }

.md-border-outer:before {
  content: "\F171"; }

.md-border-right:before {
  content: "\F172"; }

.md-border-style:before {
  content: "\F173"; }

.md-border-top:before {
  content: "\F174"; }

.md-border-vertical:before {
  content: "\F175"; }

.md-format-align-center:before {
  content: "\F176"; }

.md-format-align-justify:before {
  content: "\F177"; }

.md-format-align-left:before {
  content: "\F178"; }

.md-format-align-right:before {
  content: "\F179"; }

.md-format-bold:before {
  content: "\F17A"; }

.md-format-clear:before {
  content: "\F17B"; }

.md-format-color-fill:before {
  content: "\F17C"; }

.md-format-color-reset:before {
  content: "\F17D"; }

.md-format-color-text:before {
  content: "\F17E"; }

.md-format-indent-decrease:before {
  content: "\F17F"; }

.md-format-indent-increase:before {
  content: "\F180"; }

.md-format-italic:before {
  content: "\F181"; }

.md-format-line-spacing:before {
  content: "\F182"; }

.md-format-list-bulleted:before {
  content: "\F183"; }

.md-format-list-numbered:before {
  content: "\F184"; }

.md-format-paint:before {
  content: "\F185"; }

.md-format-quote:before {
  content: "\F186"; }

.md-format-size:before {
  content: "\F187"; }

.md-format-strikethrough:before {
  content: "\F188"; }

.md-format-textdirection-l-to-r:before {
  content: "\F189"; }

.md-format-textdirection-r-to-l:before {
  content: "\F18A"; }

.md-format-underline:before {
  content: "\F18B"; }

.md-functions:before {
  content: "\F18C"; }

.md-insert-chart:before {
  content: "\F18D"; }

.md-insert-comment:before {
  content: "\F18E"; }

.md-insert-drive-file:before {
  content: "\F18F"; }

.md-insert-emoticon:before {
  content: "\F190"; }

.md-insert-invitation:before {
  content: "\F191"; }

.md-insert-link:before {
  content: "\F192"; }

.md-insert-photo:before {
  content: "\F193"; }

.md-merge-type:before {
  content: "\F194"; }

.md-mode-comment:before {
  content: "\F195"; }

.md-mode-edit:before {
  content: "\F196"; }

.md-publish:before {
  content: "\F197"; }

.md-vertical-align-bottom:before {
  content: "\F198"; }

.md-vertical-align-center:before {
  content: "\F199"; }

.md-vertical-align-top:before {
  content: "\F19A"; }

.md-wrap-text:before {
  content: "\F19B"; }

.md-attachment:before {
  content: "\F19C"; }

.md-cloud:before {
  content: "\F19D"; }

.md-cloud-circle:before {
  content: "\F19E"; }

.md-cloud-done:before {
  content: "\F19F"; }

.md-cloud-download:before {
  content: "\F1A0"; }

.md-cloud-off:before {
  content: "\F1A1"; }

.md-cloud-queue:before {
  content: "\F1A2"; }

.md-cloud-upload:before {
  content: "\F1A3"; }

.md-file-download:before {
  content: "\F1A4"; }

.md-file-upload:before {
  content: "\F1A5"; }

.md-folder:before {
  content: "\F1A6"; }

.md-folder-open:before {
  content: "\F1A7"; }

.md-folder-shared:before {
  content: "\F1A8"; }

.md-cast:before {
  content: "\F1A9"; }

.md-cast-connected:before {
  content: "\F1AA"; }

.md-computer:before {
  content: "\F1AB"; }

.md-desktop-mac:before {
  content: "\F1AC"; }

.md-desktop-windows:before {
  content: "\F1AD"; }

.md-dock:before {
  content: "\F1AE"; }

.md-gamepad:before {
  content: "\F1AF"; }

.md-headset:before {
  content: "\F1B0"; }

.md-headset-mic:before {
  content: "\F1B1"; }

.md-keyboard:before {
  content: "\F1B2"; }

.md-keyboard-alt:before {
  content: "\F1B3"; }

.md-keyboard-arrow-down:before {
  content: "\F1B4"; }

.md-keyboard-arrow-left:before {
  content: "\F1B5"; }

.md-keyboard-arrow-right:before {
  content: "\F1B6"; }

.md-keyboard-arrow-up:before {
  content: "\F1B7"; }

.md-keyboard-backspace:before {
  content: "\F1B8"; }

.md-keyboard-capslock:before {
  content: "\F1B9"; }

.md-keyboard-control:before {
  content: "\F1BA"; }

.md-keyboard-hide:before {
  content: "\F1BB"; }

.md-keyboard-return:before {
  content: "\F1BC"; }

.md-keyboard-tab:before {
  content: "\F1BD"; }

.md-keyboard-voice:before {
  content: "\F1BE"; }

.md-laptop:before {
  content: "\F1BF"; }

.md-laptop-chromebook:before {
  content: "\F1C0"; }

.md-laptop-mac:before {
  content: "\F1C1"; }

.md-laptop-windows:before {
  content: "\F1C2"; }

.md-memory:before {
  content: "\F1C3"; }

.md-mouse:before {
  content: "\F1C4"; }

.md-phone-android:before {
  content: "\F1C5"; }

.md-phone-iphone:before {
  content: "\F1C6"; }

.md-phonelink:before {
  content: "\F1C7"; }

.md-phonelink-off:before {
  content: "\F1C8"; }

.md-security:before {
  content: "\F1C9"; }

.md-sim-card:before {
  content: "\F1CA"; }

.md-smartphone:before {
  content: "\F1CB"; }

.md-speaker:before {
  content: "\F1CC"; }

.md-tablet:before {
  content: "\F1CD"; }

.md-tablet-android:before {
  content: "\F1CE"; }

.md-tablet-mac:before {
  content: "\F1CF"; }

.md-tv:before {
  content: "\F1D0"; }

.md-watch:before {
  content: "\F1D1"; }

.md-add-to-photos:before {
  content: "\F1D2"; }

.md-adjust:before {
  content: "\F1D3"; }

.md-assistant-photo:before {
  content: "\F1D4"; }

.md-audiotrack:before {
  content: "\F1D5"; }

.md-blur-circular:before {
  content: "\F1D6"; }

.md-blur-linear:before {
  content: "\F1D7"; }

.md-blur-off:before {
  content: "\F1D8"; }

.md-blur-on:before {
  content: "\F1D9"; }

.md-brightness-1:before {
  content: "\F1DA"; }

.md-brightness-2:before {
  content: "\F1DB"; }

.md-brightness-3:before {
  content: "\F1DC"; }

.md-brightness-4:before {
  content: "\F1DD"; }

.md-brightness-5:before {
  content: "\F1DE"; }

.md-brightness-6:before {
  content: "\F1DF"; }

.md-brightness-7:before {
  content: "\F1E0"; }

.md-brush:before {
  content: "\F1E1"; }

.md-camera:before {
  content: "\F1E2"; }

.md-camera-alt:before {
  content: "\F1E3"; }

.md-camera-front:before {
  content: "\F1E4"; }

.md-camera-rear:before {
  content: "\F1E5"; }

.md-camera-roll:before {
  content: "\F1E6"; }

.md-center-focus-strong:before {
  content: "\F1E7"; }

.md-center-focus-weak:before {
  content: "\F1E8"; }

.md-collections:before {
  content: "\F1E9"; }

.md-colorize:before {
  content: "\F1EA"; }

.md-color-lens:before {
  content: "\F1EB"; }

.md-compare:before {
  content: "\F1EC"; }

.md-control-point:before {
  content: "\F1ED"; }

.md-control-point-duplicate:before {
  content: "\F1EE"; }

.md-crop:before {
  content: "\F1EF"; }

.md-crop-3-2:before {
  content: "\F1F0"; }

.md-crop-5-4:before {
  content: "\F1F1"; }

.md-crop-7-5:before {
  content: "\F1F2"; }

.md-crop-16-9:before {
  content: "\F1F3"; }

.md-crop-din:before {
  content: "\F1F4"; }

.md-crop-free:before {
  content: "\F1F5"; }

.md-crop-landscape:before {
  content: "\F1F6"; }

.md-crop-original:before {
  content: "\F1F7"; }

.md-crop-portrait:before {
  content: "\F1F8"; }

.md-crop-square:before {
  content: "\F1F9"; }

.md-dehaze:before {
  content: "\F1FA"; }

.md-details:before {
  content: "\F1FB"; }

.md-edit:before {
  content: "\F1FC"; }

.md-exposure:before {
  content: "\F1FD"; }

.md-exposure-minus-1:before {
  content: "\F1FE"; }

.md-exposure-minus-2:before {
  content: "\F1FF"; }

.md-exposure-zero:before {
  content: "\F200"; }

.md-exposure-plus-1:before {
  content: "\F201"; }

.md-exposure-plus-2:before {
  content: "\F202"; }

.md-filter:before {
  content: "\F203"; }

.md-filter-1:before {
  content: "\F204"; }

.md-filter-2:before {
  content: "\F205"; }

.md-filter-3:before {
  content: "\F206"; }

.md-filter-4:before {
  content: "\F207"; }

.md-filter-5:before {
  content: "\F208"; }

.md-filter-6:before {
  content: "\F209"; }

.md-filter-7:before {
  content: "\F20A"; }

.md-filter-8:before {
  content: "\F20B"; }

.md-filter-9:before {
  content: "\F20C"; }

.md-filter-9-plus:before {
  content: "\F20D"; }

.md-filter-b-and-w:before {
  content: "\F20E"; }

.md-filter-center-focus:before {
  content: "\F20F"; }

.md-filter-drama:before {
  content: "\F210"; }

.md-filter-frames:before {
  content: "\F211"; }

.md-filter-hdr:before {
  content: "\F212"; }

.md-filter-none:before {
  content: "\F213"; }

.md-filter-tilt-shift:before {
  content: "\F214"; }

.md-filter-vintage:before {
  content: "\F215"; }

.md-flare:before {
  content: "\F216"; }

.md-flash-auto:before {
  content: "\F217"; }

.md-flash-off:before {
  content: "\F218"; }

.md-flash-on:before {
  content: "\F219"; }

.md-flip:before {
  content: "\F21A"; }

.md-gradient:before {
  content: "\F21B"; }

.md-grain:before {
  content: "\F21C"; }

.md-grid-off:before {
  content: "\F21D"; }

.md-grid-on:before {
  content: "\F21E"; }

.md-hdr-off:before {
  content: "\F21F"; }

.md-hdr-on:before {
  content: "\F220"; }

.md-hdr-strong:before {
  content: "\F221"; }

.md-hdr-weak:before {
  content: "\F222"; }

.md-healing:before {
  content: "\F223"; }

.md-image:before {
  content: "\F224"; }

.md-image-aspect-ratio:before {
  content: "\F225"; }

.md-iso:before {
  content: "\F226"; }

.md-landscape:before {
  content: "\F227"; }

.md-leak-add:before {
  content: "\F228"; }

.md-leak-remove:before {
  content: "\F229"; }

.md-lens:before {
  content: "\F22A"; }

.md-looks:before {
  content: "\F22B"; }

.md-looks-1:before {
  content: "\F22C"; }

.md-looks-2:before {
  content: "\F22D"; }

.md-looks-3:before {
  content: "\F22E"; }

.md-looks-4:before {
  content: "\F22F"; }

.md-looks-5:before {
  content: "\F230"; }

.md-looks-6:before {
  content: "\F231"; }

.md-loupe:before {
  content: "\F232"; }

.md-movie-creation:before {
  content: "\F233"; }

.md-nature:before {
  content: "\F234"; }

.md-nature-people:before {
  content: "\F235"; }

.md-navigate-before:before {
  content: "\F236"; }

.md-navigate-next:before {
  content: "\F237"; }

.md-palette:before {
  content: "\F238"; }

.md-panorama:before {
  content: "\F239"; }

.md-panorama-fisheye:before {
  content: "\F23A"; }

.md-panorama-horizontal:before {
  content: "\F23B"; }

.md-panorama-vertical:before {
  content: "\F23C"; }

.md-panorama-wide-angle:before {
  content: "\F23D"; }

.md-photo:before {
  content: "\F23E"; }

.md-photo-album:before {
  content: "\F23F"; }

.md-photo-camera:before {
  content: "\F240"; }

.md-photo-library:before {
  content: "\F241"; }

.md-portrait:before {
  content: "\F242"; }

.md-remove-red-eye:before {
  content: "\F243"; }

.md-rotate-left:before {
  content: "\F244"; }

.md-rotate-right:before {
  content: "\F245"; }

.md-slideshow:before {
  content: "\F246"; }

.md-straighten:before {
  content: "\F247"; }

.md-style:before {
  content: "\F248"; }

.md-switch-camera:before {
  content: "\F249"; }

.md-switch-video:before {
  content: "\F24A"; }

.md-tag-faces:before {
  content: "\F24B"; }

.md-texture:before {
  content: "\F24C"; }

.md-timelapse:before {
  content: "\F24D"; }

.md-timer:before {
  content: "\F24E"; }

.md-timer-3:before {
  content: "\F24F"; }

.md-timer-10:before {
  content: "\F250"; }

.md-timer-auto:before {
  content: "\F251"; }

.md-timer-off:before {
  content: "\F252"; }

.md-tonality:before {
  content: "\F253"; }

.md-transform:before {
  content: "\F254"; }

.md-tune:before {
  content: "\F255"; }

.md-wb-auto:before {
  content: "\F256"; }

.md-wb-cloudy:before {
  content: "\F257"; }

.md-wb-incandescent:before {
  content: "\F258"; }

.md-wb-irradescent:before {
  content: "\F259"; }

.md-wb-sunny:before {
  content: "\F25A"; }

.md-beenhere:before {
  content: "\F25B"; }

.md-directions:before {
  content: "\F25C"; }

.md-directions-bike:before {
  content: "\F25D"; }

.md-directions-bus:before {
  content: "\F25E"; }

.md-directions-car:before {
  content: "\F25F"; }

.md-directions-ferry:before {
  content: "\F260"; }

.md-directions-subway:before {
  content: "\F261"; }

.md-directions-train:before {
  content: "\F262"; }

.md-directions-transit:before {
  content: "\F263"; }

.md-directions-walk:before {
  content: "\F264"; }

.md-flight:before {
  content: "\F265"; }

.md-hotel:before {
  content: "\F266"; }

.md-layers:before {
  content: "\F267"; }

.md-layers-clear:before {
  content: "\F268"; }

.md-local-airport:before {
  content: "\F269"; }

.md-local-atm:before {
  content: "\F26A"; }

.md-local-attraction:before {
  content: "\F26B"; }

.md-local-bar:before {
  content: "\F26C"; }

.md-local-cafe:before {
  content: "\F26D"; }

.md-local-car-wash:before {
  content: "\F26E"; }

.md-local-convenience-store:before {
  content: "\F26F"; }

.md-local-drink:before {
  content: "\F270"; }

.md-local-florist:before {
  content: "\F271"; }

.md-local-gas-station:before {
  content: "\F272"; }

.md-local-grocery-store:before {
  content: "\F273"; }

.md-local-hospital:before {
  content: "\F274"; }

.md-local-hotel:before {
  content: "\F275"; }

.md-local-laundry-service:before {
  content: "\F276"; }

.md-local-library:before {
  content: "\F277"; }

.md-local-mall:before {
  content: "\F278"; }

.md-local-movies:before {
  content: "\F279"; }

.md-local-offer:before {
  content: "\F27A"; }

.md-local-parking:before {
  content: "\F27B"; }

.md-local-pharmacy:before {
  content: "\F27C"; }

.md-local-phone:before {
  content: "\F27D"; }

.md-local-pizza:before {
  content: "\F27E"; }

.md-local-play:before {
  content: "\F27F"; }

.md-local-post-office:before {
  content: "\F280"; }

.md-local-print-shop:before {
  content: "\F281"; }

.md-local-restaurant:before {
  content: "\F282"; }

.md-local-see:before {
  content: "\F283"; }

.md-local-shipping:before {
  content: "\F284"; }

.md-local-taxi:before {
  content: "\F285"; }

.md-location-history:before {
  content: "\F286"; }

.md-map:before {
  content: "\F287"; }

.md-my-location:before {
  content: "\F288"; }

.md-navigation:before {
  content: "\F289"; }

.md-pin-drop:before {
  content: "\F28A"; }

.md-place:before {
  content: "\F28B"; }

.md-rate-review:before {
  content: "\F28C"; }

.md-restaurant-menu:before {
  content: "\F28D"; }

.md-satellite:before {
  content: "\F28E"; }

.md-store-mall-directory:before {
  content: "\F28F"; }

.md-terrain:before {
  content: "\F290"; }

.md-traffic:before {
  content: "\F291"; }

.md-apps:before {
  content: "\F292"; }

.md-cancel:before {
  content: "\F293"; }

.md-arrow-drop-down-circle:before {
  content: "\F294"; }

.md-arrow-drop-down:before {
  content: "\F295"; }

.md-arrow-drop-up:before {
  content: "\F296"; }

.md-arrow-back:before {
  content: "\F297"; }

.md-arrow-forward:before {
  content: "\F298"; }

.md-check:before {
  content: "\F299"; }

.md-close:before {
  content: "\F29A"; }

.md-chevron-left:before {
  content: "\F29B"; }

.md-chevron-right:before {
  content: "\F29C"; }

.md-expand-less:before {
  content: "\F29D"; }

.md-expand-more:before {
  content: "\F29E"; }

.md-fullscreen:before {
  content: "\F29F"; }

.md-fullscreen-exit:before {
  content: "\F2A0"; }

.md-menu:before {
  content: "\F2A1"; }

.md-more-horiz:before {
  content: "\F2A2"; }

.md-more-vert:before {
  content: "\F2A3"; }

.md-refresh:before {
  content: "\F2A4"; }

.md-unfold-less:before {
  content: "\F2A5"; }

.md-unfold-more:before {
  content: "\F2A6"; }

.md-adb:before {
  content: "\F2A7"; }

.md-bluetooth-audio:before {
  content: "\F2A8"; }

.md-disc-full:before {
  content: "\F2A9"; }

.md-dnd-forwardslash:before {
  content: "\F2AA"; }

.md-do-not-disturb:before {
  content: "\F2AB"; }

.md-drive-eta:before {
  content: "\F2AC"; }

.md-event-available:before {
  content: "\F2AD"; }

.md-event-busy:before {
  content: "\F2AE"; }

.md-event-note:before {
  content: "\F2AF"; }

.md-folder-special:before {
  content: "\F2B0"; }

.md-mms:before {
  content: "\F2B1"; }

.md-more:before {
  content: "\F2B2"; }

.md-network-locked:before {
  content: "\F2B3"; }

.md-phone-bluetooth-speaker:before {
  content: "\F2B4"; }

.md-phone-forwarded:before {
  content: "\F2B5"; }

.md-phone-in-talk:before {
  content: "\F2B6"; }

.md-phone-locked:before {
  content: "\F2B7"; }

.md-phone-missed:before {
  content: "\F2B8"; }

.md-phone-paused:before {
  content: "\F2B9"; }

.md-play-download:before {
  content: "\F2BA"; }

.md-play-install:before {
  content: "\F2BB"; }

.md-sd-card:before {
  content: "\F2BC"; }

.md-sim-card-alert:before {
  content: "\F2BD"; }

.md-sms:before {
  content: "\F2BE"; }

.md-sms-failed:before {
  content: "\F2BF"; }

.md-sync:before {
  content: "\F2C0"; }

.md-sync-disabled:before {
  content: "\F2C1"; }

.md-sync-problem:before {
  content: "\F2C2"; }

.md-system-update:before {
  content: "\F2C3"; }

.md-tap-and-play:before {
  content: "\F2C4"; }

.md-time-to-leave:before {
  content: "\F2C5"; }

.md-vibration:before {
  content: "\F2C6"; }

.md-voice-chat:before {
  content: "\F2C7"; }

.md-vpn-lock:before {
  content: "\F2C8"; }

.md-cake:before {
  content: "\F2C9"; }

.md-domain:before {
  content: "\F2CA"; }

.md-location-city:before {
  content: "\F2CB"; }

.md-mood:before {
  content: "\F2CC"; }

.md-notifications-none:before {
  content: "\F2CD"; }

.md-notifications:before {
  content: "\F2CE"; }

.md-notifications-off:before {
  content: "\F2CF"; }

.md-notifications-on:before {
  content: "\F2D0"; }

.md-notifications-paused:before {
  content: "\F2D1"; }

.md-pages:before {
  content: "\F2D2"; }

.md-party-mode:before {
  content: "\F2D3"; }

.md-group:before {
  content: "\F2D4"; }

.md-group-add:before {
  content: "\F2D5"; }

.md-people:before {
  content: "\F2D6"; }

.md-people-outline:before {
  content: "\F2D7"; }

.md-person:before {
  content: "\F2D8"; }

.md-person-add:before {
  content: "\F2D9"; }

.md-person-outline:before {
  content: "\F2DA"; }

.md-plus-one:before {
  content: "\F2DB"; }

.md-poll:before {
  content: "\F2DC"; }

.md-public:before {
  content: "\F2DD"; }

.md-school:before {
  content: "\F2DE"; }

.md-share:before {
  content: "\F2DF"; }

.md-whatshot:before {
  content: "\F2E0"; }

.-box:before {
  content: "\F2E1"; }

.md-check-box-outline-blank:before {
  content: "\F2E2"; }

.md-radio-button-off:before {
  content: "\F2E3"; }

.md-radio-button-on:before {
  content: "\F2E4"; }

.md-star:before {
  content: "\F2E5"; }

.md-star-half:before {
  content: "\F2E6"; }

.md-star-outline:before {
  content: "\F2E7"; }

/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url(/public/fonts/Material-Design-Iconic-Font.woff2) format("woff2"), url(/public/fonts/Material-Design-Iconic-Font.woff) format("woff"), url(/public/fonts/Material-Design-Iconic-Font.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.zmdi-hc-2x {
  font-size: 2em; }

.zmdi-hc-3x {
  font-size: 3em; }

.zmdi-hc-4x {
  font-size: 4em; }

.zmdi-hc-5x {
  font-size: 5em; }

.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center; }

.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.zmdi-hc-ul > li {
  position: relative; }

.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em; }

.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px; }

.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%; }

.zmdi.pull-left {
  float: left;
  margin-right: .15em; }

.zmdi.pull-right {
  float: right;
  margin-left: .15em; }

.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear; }

.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear; }

@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.zmdi-hc-stack-1x {
  line-height: inherit; }

.zmdi-hc-stack-2x {
  font-size: 2em; }

.zmdi-hc-inverse {
  color: #ffffff; }

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
  content: '\F101'; }

.zmdi-airplane-off:before {
  content: '\F102'; }

.zmdi-airplane:before {
  content: '\F103'; }

.zmdi-album:before {
  content: '\F104'; }

.zmdi-archive:before {
  content: '\F105'; }

.zmdi-assignment-account:before {
  content: '\F106'; }

.zmdi-assignment-alert:before {
  content: '\F107'; }

.zmdi-assignment-check:before {
  content: '\F108'; }

.zmdi-assignment-o:before {
  content: '\F109'; }

.zmdi-assignment-return:before {
  content: '\F10A'; }

.zmdi-assignment-returned:before {
  content: '\F10B'; }

.zmdi-assignment:before {
  content: '\F10C'; }

.zmdi-attachment-alt:before {
  content: '\F10D'; }

.zmdi-attachment:before {
  content: '\F10E'; }

.zmdi-audio:before {
  content: '\F10F'; }

.zmdi-badge-check:before {
  content: '\F110'; }

.zmdi-balance-wallet:before {
  content: '\F111'; }

.zmdi-balance:before {
  content: '\F112'; }

.zmdi-battery-alert:before {
  content: '\F113'; }

.zmdi-battery-flash:before {
  content: '\F114'; }

.zmdi-battery-unknown:before {
  content: '\F115'; }

.zmdi-battery:before {
  content: '\F116'; }

.zmdi-bike:before {
  content: '\F117'; }

.zmdi-block-alt:before {
  content: '\F118'; }

.zmdi-block:before {
  content: '\F119'; }

.zmdi-boat:before {
  content: '\F11A'; }

.zmdi-book-image:before {
  content: '\F11B'; }

.zmdi-book:before {
  content: '\F11C'; }

.zmdi-bookmark-outline:before {
  content: '\F11D'; }

.zmdi-bookmark:before {
  content: '\F11E'; }

.zmdi-brush:before {
  content: '\F11F'; }

.zmdi-bug:before {
  content: '\F120'; }

.zmdi-bus:before {
  content: '\F121'; }

.zmdi-cake:before {
  content: '\F122'; }

.zmdi-car-taxi:before {
  content: '\F123'; }

.zmdi-car-wash:before {
  content: '\F124'; }

.zmdi-car:before {
  content: '\F125'; }

.zmdi-card-giftcard:before {
  content: '\F126'; }

.zmdi-card-membership:before {
  content: '\F127'; }

.zmdi-card-travel:before {
  content: '\F128'; }

.zmdi-card:before {
  content: '\F129'; }

.zmdi-case-check:before {
  content: '\F12A'; }

.zmdi-case-download:before {
  content: '\F12B'; }

.zmdi-case-play:before {
  content: '\F12C'; }

.zmdi-case:before {
  content: '\F12D'; }

.zmdi-cast-connected:before {
  content: '\F12E'; }

.zmdi-cast:before {
  content: '\F12F'; }

.zmdi-chart-donut:before {
  content: '\F130'; }

.zmdi-chart:before {
  content: '\F131'; }

.zmdi-city-alt:before {
  content: '\F132'; }

.zmdi-city:before {
  content: '\F133'; }

.zmdi-close-circle-o:before {
  content: '\F134'; }

.zmdi-close-circle:before {
  content: '\F135'; }

.zmdi-close:before {
  content: '\F136'; }

.zmdi-cocktail:before {
  content: '\F137'; }

.zmdi-code-setting:before {
  content: '\F138'; }

.zmdi-code-smartphone:before {
  content: '\F139'; }

.zmdi-code:before {
  content: '\F13A'; }

.zmdi-coffee:before {
  content: '\F13B'; }

.zmdi-collection-bookmark:before {
  content: '\F13C'; }

.zmdi-collection-case-play:before {
  content: '\F13D'; }

.zmdi-collection-folder-image:before {
  content: '\F13E'; }

.zmdi-collection-image-o:before {
  content: '\F13F'; }

.zmdi-collection-image:before {
  content: '\F140'; }

.zmdi-collection-item-1:before {
  content: '\F141'; }

.zmdi-collection-item-2:before {
  content: '\F142'; }

.zmdi-collection-item-3:before {
  content: '\F143'; }

.zmdi-collection-item-4:before {
  content: '\F144'; }

.zmdi-collection-item-5:before {
  content: '\F145'; }

.zmdi-collection-item-6:before {
  content: '\F146'; }

.zmdi-collection-item-7:before {
  content: '\F147'; }

.zmdi-collection-item-8:before {
  content: '\F148'; }

.zmdi-collection-item-9-plus:before {
  content: '\F149'; }

.zmdi-collection-item-9:before {
  content: '\F14A'; }

.zmdi-collection-item:before {
  content: '\F14B'; }

.zmdi-collection-music:before {
  content: '\F14C'; }

.zmdi-collection-pdf:before {
  content: '\F14D'; }

.zmdi-collection-plus:before {
  content: '\F14E'; }

.zmdi-collection-speaker:before {
  content: '\F14F'; }

.zmdi-collection-text:before {
  content: '\F150'; }

.zmdi-collection-video:before {
  content: '\F151'; }

.zmdi-compass:before {
  content: '\F152'; }

.zmdi-cutlery:before {
  content: '\F153'; }

.zmdi-delete:before {
  content: '\F154'; }

.zmdi-dialpad:before {
  content: '\F155'; }

.zmdi-dns:before {
  content: '\F156'; }

.zmdi-drink:before {
  content: '\F157'; }

.zmdi-edit:before {
  content: '\F158'; }

.zmdi-email-open:before {
  content: '\F159'; }

.zmdi-email:before {
  content: '\F15A'; }

.zmdi-eye-off:before {
  content: '\F15B'; }

.zmdi-eye:before {
  content: '\F15C'; }

.zmdi-eyedropper:before {
  content: '\F15D'; }

.zmdi-favorite-outline:before {
  content: '\F15E'; }

.zmdi-favorite:before {
  content: '\F15F'; }

.zmdi-filter-list:before {
  content: '\F160'; }

.zmdi-fire:before {
  content: '\F161'; }

.zmdi-flag:before {
  content: '\F162'; }

.zmdi-flare:before {
  content: '\F163'; }

.zmdi-flash-auto:before {
  content: '\F164'; }

.zmdi-flash-off:before {
  content: '\F165'; }

.zmdi-flash:before {
  content: '\F166'; }

.zmdi-flip:before {
  content: '\F167'; }

.zmdi-flower-alt:before {
  content: '\F168'; }

.zmdi-flower:before {
  content: '\F169'; }

.zmdi-font:before {
  content: '\F16A'; }

.zmdi-fullscreen-alt:before {
  content: '\F16B'; }

.zmdi-fullscreen-exit:before {
  content: '\F16C'; }

.zmdi-fullscreen:before {
  content: '\F16D'; }

.zmdi-functions:before {
  content: '\F16E'; }

.zmdi-gas-station:before {
  content: '\F16F'; }

.zmdi-gesture:before {
  content: '\F170'; }

.zmdi-globe-alt:before {
  content: '\F171'; }

.zmdi-globe-lock:before {
  content: '\F172'; }

.zmdi-globe:before {
  content: '\F173'; }

.zmdi-graduation-cap:before {
  content: '\F174'; }

.zmdi-home:before {
  content: '\F175'; }

.zmdi-hospital-alt:before {
  content: '\F176'; }

.zmdi-hospital:before {
  content: '\F177'; }

.zmdi-hotel:before {
  content: '\F178'; }

.zmdi-hourglass-alt:before {
  content: '\F179'; }

.zmdi-hourglass-outline:before {
  content: '\F17A'; }

.zmdi-hourglass:before {
  content: '\F17B'; }

.zmdi-http:before {
  content: '\F17C'; }

.zmdi-image-alt:before {
  content: '\F17D'; }

.zmdi-image-o:before {
  content: '\F17E'; }

.zmdi-image:before {
  content: '\F17F'; }

.zmdi-inbox:before {
  content: '\F180'; }

.zmdi-invert-colors-off:before {
  content: '\F181'; }

.zmdi-invert-colors:before {
  content: '\F182'; }

.zmdi-key:before {
  content: '\F183'; }

.zmdi-label-alt-outline:before {
  content: '\F184'; }

.zmdi-label-alt:before {
  content: '\F185'; }

.zmdi-label-heart:before {
  content: '\F186'; }

.zmdi-label:before {
  content: '\F187'; }

.zmdi-labels:before {
  content: '\F188'; }

.zmdi-lamp:before {
  content: '\F189'; }

.zmdi-landscape:before {
  content: '\F18A'; }

.zmdi-layers-off:before {
  content: '\F18B'; }

.zmdi-layers:before {
  content: '\F18C'; }

.zmdi-library:before {
  content: '\F18D'; }

.zmdi-link:before {
  content: '\F18E'; }

.zmdi-lock-open:before {
  content: '\F18F'; }

.zmdi-lock-outline:before {
  content: '\F190'; }

.zmdi-lock:before {
  content: '\F191'; }

.zmdi-mail-reply-all:before {
  content: '\F192'; }

.zmdi-mail-reply:before {
  content: '\F193'; }

.zmdi-mail-send:before {
  content: '\F194'; }

.zmdi-mall:before {
  content: '\F195'; }

.zmdi-map:before {
  content: '\F196'; }

.zmdi-menu:before {
  content: '\F197'; }

.zmdi-money-box:before {
  content: '\F198'; }

.zmdi-money-off:before {
  content: '\F199'; }

.zmdi-money:before {
  content: '\F19A'; }

.zmdi-more-vert:before {
  content: '\F19B'; }

.zmdi-more:before {
  content: '\F19C'; }

.zmdi-movie-alt:before {
  content: '\F19D'; }

.zmdi-movie:before {
  content: '\F19E'; }

.zmdi-nature-people:before {
  content: '\F19F'; }

.zmdi-nature:before {
  content: '\F1A0'; }

.zmdi-navigation:before {
  content: '\F1A1'; }

.zmdi-open-in-browser:before {
  content: '\F1A2'; }

.zmdi-open-in-new:before {
  content: '\F1A3'; }

.zmdi-palette:before {
  content: '\F1A4'; }

.zmdi-parking:before {
  content: '\F1A5'; }

.zmdi-pin-account:before {
  content: '\F1A6'; }

.zmdi-pin-assistant:before {
  content: '\F1A7'; }

.zmdi-pin-drop:before {
  content: '\F1A8'; }

.zmdi-pin-help:before {
  content: '\F1A9'; }

.zmdi-pin-off:before {
  content: '\F1AA'; }

.zmdi-pin:before {
  content: '\F1AB'; }

.zmdi-pizza:before {
  content: '\F1AC'; }

.zmdi-plaster:before {
  content: '\F1AD'; }

.zmdi-power-setting:before {
  content: '\F1AE'; }

.zmdi-power:before {
  content: '\F1AF'; }

.zmdi-print:before {
  content: '\F1B0'; }

.zmdi-puzzle-piece:before {
  content: '\F1B1'; }

.zmdi-quote:before {
  content: '\F1B2'; }

.zmdi-railway:before {
  content: '\F1B3'; }

.zmdi-receipt:before {
  content: '\F1B4'; }

.zmdi-refresh-alt:before {
  content: '\F1B5'; }

.zmdi-refresh-sync-alert:before {
  content: '\F1B6'; }

.zmdi-refresh-sync-off:before {
  content: '\F1B7'; }

.zmdi-refresh-sync:before {
  content: '\F1B8'; }

.zmdi-refresh:before {
  content: '\F1B9'; }

.zmdi-roller:before {
  content: '\F1BA'; }

.zmdi-ruler:before {
  content: '\F1BB'; }

.zmdi-scissors:before {
  content: '\F1BC'; }

.zmdi-screen-rotation-lock:before {
  content: '\F1BD'; }

.zmdi-screen-rotation:before {
  content: '\F1BE'; }

.zmdi-search-for:before {
  content: '\F1BF'; }

.zmdi-search-in-file:before {
  content: '\F1C0'; }

.zmdi-search-in-page:before {
  content: '\F1C1'; }

.zmdi-search-replace:before {
  content: '\F1C2'; }

.zmdi-search:before {
  content: '\F1C3'; }

.zmdi-seat:before {
  content: '\F1C4'; }

.zmdi-settings-square:before {
  content: '\F1C5'; }

.zmdi-settings:before {
  content: '\F1C6'; }

.zmdi-shield-check:before {
  content: '\F1C7'; }

.zmdi-shield-security:before {
  content: '\F1C8'; }

.zmdi-shopping-basket:before {
  content: '\F1C9'; }

.zmdi-shopping-cart-plus:before {
  content: '\F1CA'; }

.zmdi-shopping-cart:before {
  content: '\F1CB'; }

.zmdi-sign-in:before {
  content: '\F1CC'; }

.zmdi-sort-amount-asc:before {
  content: '\F1CD'; }

.zmdi-sort-amount-desc:before {
  content: '\F1CE'; }

.zmdi-sort-asc:before {
  content: '\F1CF'; }

.zmdi-sort-desc:before {
  content: '\F1D0'; }

.zmdi-spellcheck:before {
  content: '\F1D1'; }

.zmdi-storage:before {
  content: '\F1D2'; }

.zmdi-store-24:before {
  content: '\F1D3'; }

.zmdi-store:before {
  content: '\F1D4'; }

.zmdi-subway:before {
  content: '\F1D5'; }

.zmdi-sun:before {
  content: '\F1D6'; }

.zmdi-tab-unselected:before {
  content: '\F1D7'; }

.zmdi-tab:before {
  content: '\F1D8'; }

.zmdi-tag-close:before {
  content: '\F1D9'; }

.zmdi-tag-more:before {
  content: '\F1DA'; }

.zmdi-tag:before {
  content: '\F1DB'; }

.zmdi-thumb-down:before {
  content: '\F1DC'; }

.zmdi-thumb-up-down:before {
  content: '\F1DD'; }

.zmdi-thumb-up:before {
  content: '\F1DE'; }

.zmdi-ticket-star:before {
  content: '\F1DF'; }

.zmdi-toll:before {
  content: '\F1E0'; }

.zmdi-toys:before {
  content: '\F1E1'; }

.zmdi-traffic:before {
  content: '\F1E2'; }

.zmdi-translate:before {
  content: '\F1E3'; }

.zmdi-triangle-down:before {
  content: '\F1E4'; }

.zmdi-triangle-up:before {
  content: '\F1E5'; }

.zmdi-truck:before {
  content: '\F1E6'; }

.zmdi-turning-sign:before {
  content: '\F1E7'; }

.zmdi-wallpaper:before {
  content: '\F1E8'; }

.zmdi-washing-machine:before {
  content: '\F1E9'; }

.zmdi-window-maximize:before {
  content: '\F1EA'; }

.zmdi-window-minimize:before {
  content: '\F1EB'; }

.zmdi-window-restore:before {
  content: '\F1EC'; }

.zmdi-wrench:before {
  content: '\F1ED'; }

.zmdi-zoom-in:before {
  content: '\F1EE'; }

.zmdi-zoom-out:before {
  content: '\F1EF'; }

.zmdi-alert-circle-o:before {
  content: '\F1F0'; }

.zmdi-alert-circle:before {
  content: '\F1F1'; }

.zmdi-alert-octagon:before {
  content: '\F1F2'; }

.zmdi-alert-polygon:before {
  content: '\F1F3'; }

.zmdi-alert-triangle:before {
  content: '\F1F4'; }

.zmdi-help-outline:before {
  content: '\F1F5'; }

.zmdi-help:before {
  content: '\F1F6'; }

.zmdi-info-outline:before {
  content: '\F1F7'; }

.zmdi-info:before {
  content: '\F1F8'; }

.zmdi-notifications-active:before {
  content: '\F1F9'; }

.zmdi-notifications-add:before {
  content: '\F1FA'; }

.zmdi-notifications-none:before {
  content: '\F1FB'; }

.zmdi-notifications-off:before {
  content: '\F1FC'; }

.zmdi-notifications-paused:before {
  content: '\F1FD'; }

.zmdi-notifications:before {
  content: '\F1FE'; }

.zmdi-account-add:before {
  content: '\F1FF'; }

.zmdi-account-box-mail:before {
  content: '\F200'; }

.zmdi-account-box-o:before {
  content: '\F201'; }

.zmdi-account-box-phone:before {
  content: '\F202'; }

.zmdi-account-box:before {
  content: '\F203'; }

.zmdi-account-calendar:before {
  content: '\F204'; }

.zmdi-account-circle:before {
  content: '\F205'; }

.zmdi-account-o:before {
  content: '\F206'; }

.zmdi-account:before {
  content: '\F207'; }

.zmdi-accounts-add:before {
  content: '\F208'; }

.zmdi-accounts-alt:before {
  content: '\F209'; }

.zmdi-accounts-list-alt:before {
  content: '\F20A'; }

.zmdi-accounts-list:before {
  content: '\F20B'; }

.zmdi-accounts-outline:before {
  content: '\F20C'; }

.zmdi-accounts:before {
  content: '\F20D'; }

.zmdi-face:before {
  content: '\F20E'; }

.zmdi-female:before {
  content: '\F20F'; }

.zmdi-male-alt:before {
  content: '\F210'; }

.zmdi-male-female:before {
  content: '\F211'; }

.zmdi-male:before {
  content: '\F212'; }

.zmdi-mood-bad:before {
  content: '\F213'; }

.zmdi-mood:before {
  content: '\F214'; }

.zmdi-run:before {
  content: '\F215'; }

.zmdi-walk:before {
  content: '\F216'; }

.zmdi-cloud-box:before {
  content: '\F217'; }

.zmdi-cloud-circle:before {
  content: '\F218'; }

.zmdi-cloud-done:before {
  content: '\F219'; }

.zmdi-cloud-download:before {
  content: '\F21A'; }

.zmdi-cloud-off:before {
  content: '\F21B'; }

.zmdi-cloud-outline-alt:before {
  content: '\F21C'; }

.zmdi-cloud-outline:before {
  content: '\F21D'; }

.zmdi-cloud-upload:before {
  content: '\F21E'; }

.zmdi-cloud:before {
  content: '\F21F'; }

.zmdi-download:before {
  content: '\F220'; }

.zmdi-file-plus:before {
  content: '\F221'; }

.zmdi-file-text:before {
  content: '\F222'; }

.zmdi-file:before {
  content: '\F223'; }

.zmdi-folder-outline:before {
  content: '\F224'; }

.zmdi-folder-person:before {
  content: '\F225'; }

.zmdi-folder-star-alt:before {
  content: '\F226'; }

.zmdi-folder-star:before {
  content: '\F227'; }

.zmdi-folder:before {
  content: '\F228'; }

.zmdi-gif:before {
  content: '\F229'; }

.zmdi-upload:before {
  content: '\F22A'; }

.zmdi-border-all:before {
  content: '\F22B'; }

.zmdi-border-bottom:before {
  content: '\F22C'; }

.zmdi-border-clear:before {
  content: '\F22D'; }

.zmdi-border-color:before {
  content: '\F22E'; }

.zmdi-border-horizontal:before {
  content: '\F22F'; }

.zmdi-border-inner:before {
  content: '\F230'; }

.zmdi-border-left:before {
  content: '\F231'; }

.zmdi-border-outer:before {
  content: '\F232'; }

.zmdi-border-right:before {
  content: '\F233'; }

.zmdi-border-style:before {
  content: '\F234'; }

.zmdi-border-top:before {
  content: '\F235'; }

.zmdi-border-vertical:before {
  content: '\F236'; }

.zmdi-copy:before {
  content: '\F237'; }

.zmdi-crop:before {
  content: '\F238'; }

.zmdi-format-align-center:before {
  content: '\F239'; }

.zmdi-format-align-justify:before {
  content: '\F23A'; }

.zmdi-format-align-left:before {
  content: '\F23B'; }

.zmdi-format-align-right:before {
  content: '\F23C'; }

.zmdi-format-bold:before {
  content: '\F23D'; }

.zmdi-format-clear-all:before {
  content: '\F23E'; }

.zmdi-format-clear:before {
  content: '\F23F'; }

.zmdi-format-color-fill:before {
  content: '\F240'; }

.zmdi-format-color-reset:before {
  content: '\F241'; }

.zmdi-format-color-text:before {
  content: '\F242'; }

.zmdi-format-indent-decrease:before {
  content: '\F243'; }

.zmdi-format-indent-increase:before {
  content: '\F244'; }

.zmdi-format-italic:before {
  content: '\F245'; }

.zmdi-format-line-spacing:before {
  content: '\F246'; }

.zmdi-format-list-bulleted:before {
  content: '\F247'; }

.zmdi-format-list-numbered:before {
  content: '\F248'; }

.zmdi-format-ltr:before {
  content: '\F249'; }

.zmdi-format-rtl:before {
  content: '\F24A'; }

.zmdi-format-size:before {
  content: '\F24B'; }

.zmdi-format-strikethrough-s:before {
  content: '\F24C'; }

.zmdi-format-strikethrough:before {
  content: '\F24D'; }

.zmdi-format-subject:before {
  content: '\F24E'; }

.zmdi-format-underlined:before {
  content: '\F24F'; }

.zmdi-format-valign-bottom:before {
  content: '\F250'; }

.zmdi-format-valign-center:before {
  content: '\F251'; }

.zmdi-format-valign-top:before {
  content: '\F252'; }

.zmdi-redo:before {
  content: '\F253'; }

.zmdi-select-all:before {
  content: '\F254'; }

.zmdi-space-bar:before {
  content: '\F255'; }

.zmdi-text-format:before {
  content: '\F256'; }

.zmdi-transform:before {
  content: '\F257'; }

.zmdi-undo:before {
  content: '\F258'; }

.zmdi-wrap-text:before {
  content: '\F259'; }

.zmdi-comment-alert:before {
  content: '\F25A'; }

.zmdi-comment-alt-text:before {
  content: '\F25B'; }

.zmdi-comment-alt:before {
  content: '\F25C'; }

.zmdi-comment-edit:before {
  content: '\F25D'; }

.zmdi-comment-image:before {
  content: '\F25E'; }

.zmdi-comment-list:before {
  content: '\F25F'; }

.zmdi-comment-more:before {
  content: '\F260'; }

.zmdi-comment-outline:before {
  content: '\F261'; }

.zmdi-comment-text-alt:before {
  content: '\F262'; }

.zmdi-comment-text:before {
  content: '\F263'; }

.zmdi-comment-video:before {
  content: '\F264'; }

.zmdi-comment:before {
  content: '\F265'; }

.zmdi-comments:before {
  content: '\F266'; }

.zmdi-check-all:before {
  content: '\F267'; }

.zmdi-check-circle-u:before {
  content: '\F268'; }

.zmdi-check-circle:before {
  content: '\F269'; }

.zmdi-check-square:before {
  content: '\F26A'; }

.zmdi-check:before {
  content: '\F26B'; }

.zmdi-circle-o:before {
  content: '\F26C'; }

.zmdi-circle:before {
  content: '\F26D'; }

.zmdi-dot-circle-alt:before {
  content: '\F26E'; }

.zmdi-dot-circle:before {
  content: '\F26F'; }

.zmdi-minus-circle-outline:before {
  content: '\F270'; }

.zmdi-minus-circle:before {
  content: '\F271'; }

.zmdi-minus-square:before {
  content: '\F272'; }

.zmdi-minus:before {
  content: '\F273'; }

.zmdi-plus-circle-o-duplicate:before {
  content: '\F274'; }

.zmdi-plus-circle-o:before {
  content: '\F275'; }

.zmdi-plus-circle:before {
  content: '\F276'; }

.zmdi-plus-square:before {
  content: '\F277'; }

.zmdi-plus:before {
  content: '\F278'; }

.zmdi-square-o:before {
  content: '\F279'; }

.zmdi-star-circle:before {
  content: '\F27A'; }

.zmdi-star-half:before {
  content: '\F27B'; }

.zmdi-star-outline:before {
  content: '\F27C'; }

.zmdi-star:before {
  content: '\F27D'; }

.zmdi-bluetooth-connected:before {
  content: '\F27E'; }

.zmdi-bluetooth-off:before {
  content: '\F27F'; }

.zmdi-bluetooth-search:before {
  content: '\F280'; }

.zmdi-bluetooth-setting:before {
  content: '\F281'; }

.zmdi-bluetooth:before {
  content: '\F282'; }

.zmdi-camera-add:before {
  content: '\F283'; }

.zmdi-camera-alt:before {
  content: '\F284'; }

.zmdi-camera-bw:before {
  content: '\F285'; }

.zmdi-camera-front:before {
  content: '\F286'; }

.zmdi-camera-mic:before {
  content: '\F287'; }

.zmdi-camera-party-mode:before {
  content: '\F288'; }

.zmdi-camera-rear:before {
  content: '\F289'; }

.zmdi-camera-roll:before {
  content: '\F28A'; }

.zmdi-camera-switch:before {
  content: '\F28B'; }

.zmdi-camera:before {
  content: '\F28C'; }

.zmdi-card-alert:before {
  content: '\F28D'; }

.zmdi-card-off:before {
  content: '\F28E'; }

.zmdi-card-sd:before {
  content: '\F28F'; }

.zmdi-card-sim:before {
  content: '\F290'; }

.zmdi-desktop-mac:before {
  content: '\F291'; }

.zmdi-desktop-windows:before {
  content: '\F292'; }

.zmdi-device-hub:before {
  content: '\F293'; }

.zmdi-devices-off:before {
  content: '\F294'; }

.zmdi-devices:before {
  content: '\F295'; }

.zmdi-dock:before {
  content: '\F296'; }

.zmdi-floppy:before {
  content: '\F297'; }

.zmdi-gamepad:before {
  content: '\F298'; }

.zmdi-gps-dot:before {
  content: '\F299'; }

.zmdi-gps-off:before {
  content: '\F29A'; }

.zmdi-gps:before {
  content: '\F29B'; }

.zmdi-headset-mic:before {
  content: '\F29C'; }

.zmdi-headset:before {
  content: '\F29D'; }

.zmdi-input-antenna:before {
  content: '\F29E'; }

.zmdi-input-composite:before {
  content: '\F29F'; }

.zmdi-input-hdmi:before {
  content: '\F2A0'; }

.zmdi-input-power:before {
  content: '\F2A1'; }

.zmdi-input-svideo:before {
  content: '\F2A2'; }

.zmdi-keyboard-hide:before {
  content: '\F2A3'; }

.zmdi-keyboard:before {
  content: '\F2A4'; }

.zmdi-laptop-chromebook:before {
  content: '\F2A5'; }

.zmdi-laptop-mac:before {
  content: '\F2A6'; }

.zmdi-laptop:before {
  content: '\F2A7'; }

.zmdi-mic-off:before {
  content: '\F2A8'; }

.zmdi-mic-outline:before {
  content: '\F2A9'; }

.zmdi-mic-setting:before {
  content: '\F2AA'; }

.zmdi-mic:before {
  content: '\F2AB'; }

.zmdi-mouse:before {
  content: '\F2AC'; }

.zmdi-network-alert:before {
  content: '\F2AD'; }

.zmdi-network-locked:before {
  content: '\F2AE'; }

.zmdi-network-off:before {
  content: '\F2AF'; }

.zmdi-network-outline:before {
  content: '\F2B0'; }

.zmdi-network-setting:before {
  content: '\F2B1'; }

.zmdi-network:before {
  content: '\F2B2'; }

.zmdi-phone-bluetooth:before {
  content: '\F2B3'; }

.zmdi-phone-end:before {
  content: '\F2B4'; }

.zmdi-phone-forwarded:before {
  content: '\F2B5'; }

.zmdi-phone-in-talk:before {
  content: '\F2B6'; }

.zmdi-phone-locked:before {
  content: '\F2B7'; }

.zmdi-phone-missed:before {
  content: '\F2B8'; }

.zmdi-phone-msg:before {
  content: '\F2B9'; }

.zmdi-phone-paused:before {
  content: '\F2BA'; }

.zmdi-phone-ring:before {
  content: '\F2BB'; }

.zmdi-phone-setting:before {
  content: '\F2BC'; }

.zmdi-phone-sip:before {
  content: '\F2BD'; }

.zmdi-phone:before {
  content: '\F2BE'; }

.zmdi-portable-wifi-changes:before {
  content: '\F2BF'; }

.zmdi-portable-wifi-off:before {
  content: '\F2C0'; }

.zmdi-portable-wifi:before {
  content: '\F2C1'; }

.zmdi-radio:before {
  content: '\F2C2'; }

.zmdi-reader:before {
  content: '\F2C3'; }

.zmdi-remote-control-alt:before {
  content: '\F2C4'; }

.zmdi-remote-control:before {
  content: '\F2C5'; }

.zmdi-router:before {
  content: '\F2C6'; }

.zmdi-scanner:before {
  content: '\F2C7'; }

.zmdi-smartphone-android:before {
  content: '\F2C8'; }

.zmdi-smartphone-download:before {
  content: '\F2C9'; }

.zmdi-smartphone-erase:before {
  content: '\F2CA'; }

.zmdi-smartphone-info:before {
  content: '\F2CB'; }

.zmdi-smartphone-iphone:before {
  content: '\F2CC'; }

.zmdi-smartphone-landscape-lock:before {
  content: '\F2CD'; }

.zmdi-smartphone-landscape:before {
  content: '\F2CE'; }

.zmdi-smartphone-lock:before {
  content: '\F2CF'; }

.zmdi-smartphone-portrait-lock:before {
  content: '\F2D0'; }

.zmdi-smartphone-ring:before {
  content: '\F2D1'; }

.zmdi-smartphone-setting:before {
  content: '\F2D2'; }

.zmdi-smartphone-setup:before {
  content: '\F2D3'; }

.zmdi-smartphone:before {
  content: '\F2D4'; }

.zmdi-speaker:before {
  content: '\F2D5'; }

.zmdi-tablet-android:before {
  content: '\F2D6'; }

.zmdi-tablet-mac:before {
  content: '\F2D7'; }

.zmdi-tablet:before {
  content: '\F2D8'; }

.zmdi-tv-alt-play:before {
  content: '\F2D9'; }

.zmdi-tv-list:before {
  content: '\F2DA'; }

.zmdi-tv-play:before {
  content: '\F2DB'; }

.zmdi-tv:before {
  content: '\F2DC'; }

.zmdi-usb:before {
  content: '\F2DD'; }

.zmdi-videocam-off:before {
  content: '\F2DE'; }

.zmdi-videocam-switch:before {
  content: '\F2DF'; }

.zmdi-videocam:before {
  content: '\F2E0'; }

.zmdi-watch:before {
  content: '\F2E1'; }

.zmdi-wifi-alt-2:before {
  content: '\F2E2'; }

.zmdi-wifi-alt:before {
  content: '\F2E3'; }

.zmdi-wifi-info:before {
  content: '\F2E4'; }

.zmdi-wifi-lock:before {
  content: '\F2E5'; }

.zmdi-wifi-off:before {
  content: '\F2E6'; }

.zmdi-wifi-outline:before {
  content: '\F2E7'; }

.zmdi-wifi:before {
  content: '\F2E8'; }

.zmdi-arrow-left-bottom:before {
  content: '\F2E9'; }

.zmdi-arrow-left:before {
  content: '\F2EA'; }

.zmdi-arrow-merge:before {
  content: '\F2EB'; }

.zmdi-arrow-missed:before {
  content: '\F2EC'; }

.zmdi-arrow-right-top:before {
  content: '\F2ED'; }

.zmdi-arrow-right:before {
  content: '\F2EE'; }

.zmdi-arrow-split:before {
  content: '\F2EF'; }

.zmdi-arrows:before {
  content: '\F2F0'; }

.zmdi-caret-down-circle:before {
  content: '\F2F1'; }

.zmdi-caret-down:before {
  content: '\F2F2'; }

.zmdi-caret-left-circle:before {
  content: '\F2F3'; }

.zmdi-caret-left:before {
  content: '\F2F4'; }

.zmdi-caret-right-circle:before {
  content: '\F2F5'; }

.zmdi-caret-right:before {
  content: '\F2F6'; }

.zmdi-caret-up-circle:before {
  content: '\F2F7'; }

.zmdi-caret-up:before {
  content: '\F2F8'; }

.zmdi-chevron-down:before {
  content: '\F2F9'; }

.zmdi-chevron-left:before {
  content: '\F2FA'; }

.zmdi-chevron-right:before {
  content: '\F2FB'; }

.zmdi-chevron-up:before {
  content: '\F2FC'; }

.zmdi-forward:before {
  content: '\F2FD'; }

.zmdi-long-arrow-down:before {
  content: '\F2FE'; }

.zmdi-long-arrow-left:before {
  content: '\F2FF'; }

.zmdi-long-arrow-return:before {
  content: '\F300'; }

.zmdi-long-arrow-right:before {
  content: '\F301'; }

.zmdi-long-arrow-tab:before {
  content: '\F302'; }

.zmdi-long-arrow-up:before {
  content: '\F303'; }

.zmdi-rotate-ccw:before {
  content: '\F304'; }

.zmdi-rotate-cw:before {
  content: '\F305'; }

.zmdi-rotate-left:before {
  content: '\F306'; }

.zmdi-rotate-right:before {
  content: '\F307'; }

.zmdi-square-down:before {
  content: '\F308'; }

.zmdi-square-right:before {
  content: '\F309'; }

.zmdi-swap-alt:before {
  content: '\F30A'; }

.zmdi-swap-vertical-circle:before {
  content: '\F30B'; }

.zmdi-swap-vertical:before {
  content: '\F30C'; }

.zmdi-swap:before {
  content: '\F30D'; }

.zmdi-trending-down:before {
  content: '\F30E'; }

.zmdi-trending-flat:before {
  content: '\F30F'; }

.zmdi-trending-up:before {
  content: '\F310'; }

.zmdi-unfold-less:before {
  content: '\F311'; }

.zmdi-unfold-more:before {
  content: '\F312'; }

.zmdi-apps:before {
  content: '\F313'; }

.zmdi-grid-off:before {
  content: '\F314'; }

.zmdi-grid:before {
  content: '\F315'; }

.zmdi-view-agenda:before {
  content: '\F316'; }

.zmdi-view-array:before {
  content: '\F317'; }

.zmdi-view-carousel:before {
  content: '\F318'; }

.zmdi-view-column:before {
  content: '\F319'; }

.zmdi-view-comfy:before {
  content: '\F31A'; }

.zmdi-view-compact:before {
  content: '\F31B'; }

.zmdi-view-dashboard:before {
  content: '\F31C'; }

.zmdi-view-day:before {
  content: '\F31D'; }

.zmdi-view-headline:before {
  content: '\F31E'; }

.zmdi-view-list-alt:before {
  content: '\F31F'; }

.zmdi-view-list:before {
  content: '\F320'; }

.zmdi-view-module:before {
  content: '\F321'; }

.zmdi-view-quilt:before {
  content: '\F322'; }

.zmdi-view-stream:before {
  content: '\F323'; }

.zmdi-view-subtitles:before {
  content: '\F324'; }

.zmdi-view-toc:before {
  content: '\F325'; }

.zmdi-view-web:before {
  content: '\F326'; }

.zmdi-view-week:before {
  content: '\F327'; }

.zmdi-widgets:before {
  content: '\F328'; }

.zmdi-alarm-check:before {
  content: '\F329'; }

.zmdi-alarm-off:before {
  content: '\F32A'; }

.zmdi-alarm-plus:before {
  content: '\F32B'; }

.zmdi-alarm-snooze:before {
  content: '\F32C'; }

.zmdi-alarm:before {
  content: '\F32D'; }

.zmdi-calendar-alt:before {
  content: '\F32E'; }

.zmdi-calendar-check:before {
  content: '\F32F'; }

.zmdi-calendar-close:before {
  content: '\F330'; }

.zmdi-calendar-note:before {
  content: '\F331'; }

.zmdi-calendar:before {
  content: '\F332'; }

.zmdi-time-countdown:before {
  content: '\F333'; }

.zmdi-time-interval:before {
  content: '\F334'; }

.zmdi-time-restore-setting:before {
  content: '\F335'; }

.zmdi-time-restore:before {
  content: '\F336'; }

.zmdi-time:before {
  content: '\F337'; }

.zmdi-timer-off:before {
  content: '\F338'; }

.zmdi-timer:before {
  content: '\F339'; }

.zmdi-android-alt:before {
  content: '\F33A'; }

.zmdi-android:before {
  content: '\F33B'; }

.zmdi-apple:before {
  content: '\F33C'; }

.zmdi-behance:before {
  content: '\F33D'; }

.zmdi-codepen:before {
  content: '\F33E'; }

.zmdi-dribbble:before {
  content: '\F33F'; }

.zmdi-dropbox:before {
  content: '\F340'; }

.zmdi-evernote:before {
  content: '\F341'; }

.zmdi-facebook-box:before {
  content: '\F342'; }

.zmdi-facebook:before {
  content: '\F343'; }

.zmdi-github-box:before {
  content: '\F344'; }

.zmdi-github:before {
  content: '\F345'; }

.zmdi-google-drive:before {
  content: '\F346'; }

.zmdi-google-earth:before {
  content: '\F347'; }

.zmdi-google-glass:before {
  content: '\F348'; }

.zmdi-google-maps:before {
  content: '\F349'; }

.zmdi-google-pages:before {
  content: '\F34A'; }

.zmdi-google-play:before {
  content: '\F34B'; }

.zmdi-google-plus-box:before {
  content: '\F34C'; }

.zmdi-google-plus:before {
  content: '\F34D'; }

.zmdi-google:before {
  content: '\F34E'; }

.zmdi-instagram:before {
  content: '\F34F'; }

.zmdi-language-css3:before {
  content: '\F350'; }

.zmdi-language-html5:before {
  content: '\F351'; }

.zmdi-language-javascript:before {
  content: '\F352'; }

.zmdi-language-python-alt:before {
  content: '\F353'; }

.zmdi-language-python:before {
  content: '\F354'; }

.zmdi-lastfm:before {
  content: '\F355'; }

.zmdi-linkedin-box:before {
  content: '\F356'; }

.zmdi-paypal:before {
  content: '\F357'; }

.zmdi-pinterest-box:before {
  content: '\F358'; }

.zmdi-pocket:before {
  content: '\F359'; }

.zmdi-polymer:before {
  content: '\F35A'; }

.zmdi-share:before {
  content: '\F35B'; }

.zmdi-stack-overflow:before {
  content: '\F35C'; }

.zmdi-steam-square:before {
  content: '\F35D'; }

.zmdi-steam:before {
  content: '\F35E'; }

.zmdi-twitter-box:before {
  content: '\F35F'; }

.zmdi-twitter:before {
  content: '\F360'; }

.zmdi-vk:before {
  content: '\F361'; }

.zmdi-wikipedia:before {
  content: '\F362'; }

.zmdi-windows:before {
  content: '\F363'; }

.zmdi-aspect-ratio-alt:before {
  content: '\F364'; }

.zmdi-aspect-ratio:before {
  content: '\F365'; }

.zmdi-blur-circular:before {
  content: '\F366'; }

.zmdi-blur-linear:before {
  content: '\F367'; }

.zmdi-blur-off:before {
  content: '\F368'; }

.zmdi-blur:before {
  content: '\F369'; }

.zmdi-brightness-2:before {
  content: '\F36A'; }

.zmdi-brightness-3:before {
  content: '\F36B'; }

.zmdi-brightness-4:before {
  content: '\F36C'; }

.zmdi-brightness-5:before {
  content: '\F36D'; }

.zmdi-brightness-6:before {
  content: '\F36E'; }

.zmdi-brightness-7:before {
  content: '\F36F'; }

.zmdi-brightness-auto:before {
  content: '\F370'; }

.zmdi-brightness-setting:before {
  content: '\F371'; }

.zmdi-broken-image:before {
  content: '\F372'; }

.zmdi-center-focus-strong:before {
  content: '\F373'; }

.zmdi-center-focus-weak:before {
  content: '\F374'; }

.zmdi-compare:before {
  content: '\F375'; }

.zmdi-crop-16-9:before {
  content: '\F376'; }

.zmdi-crop-3-2:before {
  content: '\F377'; }

.zmdi-crop-5-4:before {
  content: '\F378'; }

.zmdi-crop-7-5:before {
  content: '\F379'; }

.zmdi-crop-din:before {
  content: '\F37A'; }

.zmdi-crop-free:before {
  content: '\F37B'; }

.zmdi-crop-landscape:before {
  content: '\F37C'; }

.zmdi-crop-portrait:before {
  content: '\F37D'; }

.zmdi-crop-square:before {
  content: '\F37E'; }

.zmdi-exposure-alt:before {
  content: '\F37F'; }

.zmdi-exposure:before {
  content: '\F380'; }

.zmdi-filter-b-and-w:before {
  content: '\F381'; }

.zmdi-filter-center-focus:before {
  content: '\F382'; }

.zmdi-filter-frames:before {
  content: '\F383'; }

.zmdi-filter-tilt-shift:before {
  content: '\F384'; }

.zmdi-gradient:before {
  content: '\F385'; }

.zmdi-grain:before {
  content: '\F386'; }

.zmdi-graphic-eq:before {
  content: '\F387'; }

.zmdi-hdr-off:before {
  content: '\F388'; }

.zmdi-hdr-strong:before {
  content: '\F389'; }

.zmdi-hdr-weak:before {
  content: '\F38A'; }

.zmdi-hdr:before {
  content: '\F38B'; }

.zmdi-iridescent:before {
  content: '\F38C'; }

.zmdi-leak-off:before {
  content: '\F38D'; }

.zmdi-leak:before {
  content: '\F38E'; }

.zmdi-looks:before {
  content: '\F38F'; }

.zmdi-loupe:before {
  content: '\F390'; }

.zmdi-panorama-horizontal:before {
  content: '\F391'; }

.zmdi-panorama-vertical:before {
  content: '\F392'; }

.zmdi-panorama-wide-angle:before {
  content: '\F393'; }

.zmdi-photo-size-select-large:before {
  content: '\F394'; }

.zmdi-photo-size-select-small:before {
  content: '\F395'; }

.zmdi-picture-in-picture:before {
  content: '\F396'; }

.zmdi-slideshow:before {
  content: '\F397'; }

.zmdi-texture:before {
  content: '\F398'; }

.zmdi-tonality:before {
  content: '\F399'; }

.zmdi-vignette:before {
  content: '\F39A'; }

.zmdi-wb-auto:before {
  content: '\F39B'; }

.zmdi-eject-alt:before {
  content: '\F39C'; }

.zmdi-eject:before {
  content: '\F39D'; }

.zmdi-equalizer:before {
  content: '\F39E'; }

.zmdi-fast-forward:before {
  content: '\F39F'; }

.zmdi-fast-rewind:before {
  content: '\F3A0'; }

.zmdi-forward-10:before {
  content: '\F3A1'; }

.zmdi-forward-30:before {
  content: '\F3A2'; }

.zmdi-forward-5:before {
  content: '\F3A3'; }

.zmdi-hearing:before {
  content: '\F3A4'; }

.zmdi-pause-circle-outline:before {
  content: '\F3A5'; }

.zmdi-pause-circle:before {
  content: '\F3A6'; }

.zmdi-pause:before {
  content: '\F3A7'; }

.zmdi-play-circle-outline:before {
  content: '\F3A8'; }

.zmdi-play-circle:before {
  content: '\F3A9'; }

.zmdi-play:before {
  content: '\F3AA'; }

.zmdi-playlist-audio:before {
  content: '\F3AB'; }

.zmdi-playlist-plus:before {
  content: '\F3AC'; }

.zmdi-repeat-one:before {
  content: '\F3AD'; }

.zmdi-repeat:before {
  content: '\F3AE'; }

.zmdi-replay-10:before {
  content: '\F3AF'; }

.zmdi-replay-30:before {
  content: '\F3B0'; }

.zmdi-replay-5:before {
  content: '\F3B1'; }

.zmdi-replay:before {
  content: '\F3B2'; }

.zmdi-shuffle:before {
  content: '\F3B3'; }

.zmdi-skip-next:before {
  content: '\F3B4'; }

.zmdi-skip-previous:before {
  content: '\F3B5'; }

.zmdi-stop:before {
  content: '\F3B6'; }

.zmdi-surround-sound:before {
  content: '\F3B7'; }

.zmdi-tune:before {
  content: '\F3B8'; }

.zmdi-volume-down:before {
  content: '\F3B9'; }

.zmdi-volume-mute:before {
  content: '\F3BA'; }

.zmdi-volume-off:before {
  content: '\F3BB'; }

.zmdi-volume-up:before {
  content: '\F3BC'; }

.zmdi-n-1-square:before {
  content: '\F3BD'; }

.zmdi-n-2-square:before {
  content: '\F3BE'; }

.zmdi-n-3-square:before {
  content: '\F3BF'; }

.zmdi-n-4-square:before {
  content: '\F3C0'; }

.zmdi-n-5-square:before {
  content: '\F3C1'; }

.zmdi-n-6-square:before {
  content: '\F3C2'; }

.zmdi-neg-1:before {
  content: '\F3C3'; }

.zmdi-neg-2:before {
  content: '\F3C4'; }

.zmdi-plus-1:before {
  content: '\F3C5'; }

.zmdi-plus-2:before {
  content: '\F3C6'; }

.zmdi-sec-10:before {
  content: '\F3C7'; }

.zmdi-sec-3:before {
  content: '\F3C8'; }

.zmdi-zero:before {
  content: '\F3C9'; }

.zmdi-airline-seat-flat-angled:before {
  content: '\F3CA'; }

.zmdi-airline-seat-flat:before {
  content: '\F3CB'; }

.zmdi-airline-seat-individual-suite:before {
  content: '\F3CC'; }

.zmdi-airline-seat-legroom-extra:before {
  content: '\F3CD'; }

.zmdi-airline-seat-legroom-normal:before {
  content: '\F3CE'; }

.zmdi-airline-seat-legroom-reduced:before {
  content: '\F3CF'; }

.zmdi-airline-seat-recline-extra:before {
  content: '\F3D0'; }

.zmdi-airline-seat-recline-normal:before {
  content: '\F3D1'; }

.zmdi-airplay:before {
  content: '\F3D2'; }

.zmdi-closed-caption:before {
  content: '\F3D3'; }

.zmdi-confirmation-number:before {
  content: '\F3D4'; }

.zmdi-developer-board:before {
  content: '\F3D5'; }

.zmdi-disc-full:before {
  content: '\F3D6'; }

.zmdi-explicit:before {
  content: '\F3D7'; }

.zmdi-flight-land:before {
  content: '\F3D8'; }

.zmdi-flight-takeoff:before {
  content: '\F3D9'; }

.zmdi-flip-to-back:before {
  content: '\F3DA'; }

.zmdi-flip-to-front:before {
  content: '\F3DB'; }

.zmdi-group-work:before {
  content: '\F3DC'; }

.zmdi-hd:before {
  content: '\F3DD'; }

.zmdi-hq:before {
  content: '\F3DE'; }

.zmdi-markunread-mailbox:before {
  content: '\F3DF'; }

.zmdi-memory:before {
  content: '\F3E0'; }

.zmdi-nfc:before {
  content: '\F3E1'; }

.zmdi-play-for-work:before {
  content: '\F3E2'; }

.zmdi-power-input:before {
  content: '\F3E3'; }

.zmdi-present-to-all:before {
  content: '\F3E4'; }

.zmdi-satellite:before {
  content: '\F3E5'; }

.zmdi-tap-and-play:before {
  content: '\F3E6'; }

.zmdi-vibration:before {
  content: '\F3E7'; }

.zmdi-voicemail:before {
  content: '\F3E8'; }

.zmdi-3d-rotation:before {
  content: '\F101'; }

.zmdi-airplane-off:before {
  content: '\F102'; }

.zmdi-airplane:before {
  content: '\F103'; }

.zmdi-album:before {
  content: '\F104'; }

.zmdi-archive:before {
  content: '\F105'; }

.zmdi-assignment-account:before {
  content: '\F106'; }

.zmdi-assignment-alert:before {
  content: '\F107'; }

.zmdi-assignment-check:before {
  content: '\F108'; }

.zmdi-assignment-o:before {
  content: '\F109'; }

.zmdi-assignment-return:before {
  content: '\F10A'; }

.zmdi-assignment-returned:before {
  content: '\F10B'; }

.zmdi-assignment:before {
  content: '\F10C'; }

.zmdi-attachment-alt:before {
  content: '\F10D'; }

.zmdi-attachment:before {
  content: '\F10E'; }

.zmdi-audio:before {
  content: '\F10F'; }

.zmdi-badge-check:before {
  content: '\F110'; }

.zmdi-balance-wallet:before {
  content: '\F111'; }

.zmdi-balance:before {
  content: '\F112'; }

.zmdi-battery-alert:before {
  content: '\F113'; }

.zmdi-battery-flash:before {
  content: '\F114'; }

.zmdi-battery-unknown:before {
  content: '\F115'; }

.zmdi-battery:before {
  content: '\F116'; }

.zmdi-bike:before {
  content: '\F117'; }

.zmdi-block-alt:before {
  content: '\F118'; }

.zmdi-block:before {
  content: '\F119'; }

.zmdi-boat:before {
  content: '\F11A'; }

.zmdi-book-image:before {
  content: '\F11B'; }

.zmdi-book:before {
  content: '\F11C'; }

.zmdi-bookmark-outline:before {
  content: '\F11D'; }

.zmdi-bookmark:before {
  content: '\F11E'; }

.zmdi-brush:before {
  content: '\F11F'; }

.zmdi-bug:before {
  content: '\F120'; }

.zmdi-bus:before {
  content: '\F121'; }

.zmdi-cake:before {
  content: '\F122'; }

.zmdi-car-taxi:before {
  content: '\F123'; }

.zmdi-car-wash:before {
  content: '\F124'; }

.zmdi-car:before {
  content: '\F125'; }

.zmdi-card-giftcard:before {
  content: '\F126'; }

.zmdi-card-membership:before {
  content: '\F127'; }

.zmdi-card-travel:before {
  content: '\F128'; }

.zmdi-card:before {
  content: '\F129'; }

.zmdi-case-check:before {
  content: '\F12A'; }

.zmdi-case-download:before {
  content: '\F12B'; }

.zmdi-case-play:before {
  content: '\F12C'; }

.zmdi-case:before {
  content: '\F12D'; }

.zmdi-cast-connected:before {
  content: '\F12E'; }

.zmdi-cast:before {
  content: '\F12F'; }

.zmdi-chart-donut:before {
  content: '\F130'; }

.zmdi-chart:before {
  content: '\F131'; }

.zmdi-city-alt:before {
  content: '\F132'; }

.zmdi-city:before {
  content: '\F133'; }

.zmdi-close-circle-o:before {
  content: '\F134'; }

.zmdi-close-circle:before {
  content: '\F135'; }

.zmdi-close:before {
  content: '\F136'; }

.zmdi-cocktail:before {
  content: '\F137'; }

.zmdi-code-setting:before {
  content: '\F138'; }

.zmdi-code-smartphone:before {
  content: '\F139'; }

.zmdi-code:before {
  content: '\F13A'; }

.zmdi-coffee:before {
  content: '\F13B'; }

.zmdi-collection-bookmark:before {
  content: '\F13C'; }

.zmdi-collection-case-play:before {
  content: '\F13D'; }

.zmdi-collection-folder-image:before {
  content: '\F13E'; }

.zmdi-collection-image-o:before {
  content: '\F13F'; }

.zmdi-collection-image:before {
  content: '\F140'; }

.zmdi-collection-item-1:before {
  content: '\F141'; }

.zmdi-collection-item-2:before {
  content: '\F142'; }

.zmdi-collection-item-3:before {
  content: '\F143'; }

.zmdi-collection-item-4:before {
  content: '\F144'; }

.zmdi-collection-item-5:before {
  content: '\F145'; }

.zmdi-collection-item-6:before {
  content: '\F146'; }

.zmdi-collection-item-7:before {
  content: '\F147'; }

.zmdi-collection-item-8:before {
  content: '\F148'; }

.zmdi-collection-item-9-plus:before {
  content: '\F149'; }

.zmdi-collection-item-9:before {
  content: '\F14A'; }

.zmdi-collection-item:before {
  content: '\F14B'; }

.zmdi-collection-music:before {
  content: '\F14C'; }

.zmdi-collection-pdf:before {
  content: '\F14D'; }

.zmdi-collection-plus:before {
  content: '\F14E'; }

.zmdi-collection-speaker:before {
  content: '\F14F'; }

.zmdi-collection-text:before {
  content: '\F150'; }

.zmdi-collection-video:before {
  content: '\F151'; }

.zmdi-compass:before {
  content: '\F152'; }

.zmdi-cutlery:before {
  content: '\F153'; }

.zmdi-delete:before {
  content: '\F154'; }

.zmdi-dialpad:before {
  content: '\F155'; }

.zmdi-dns:before {
  content: '\F156'; }

.zmdi-drink:before {
  content: '\F157'; }

.zmdi-edit:before {
  content: '\F158'; }

.zmdi-email-open:before {
  content: '\F159'; }

.zmdi-email:before {
  content: '\F15A'; }

.zmdi-eye-off:before {
  content: '\F15B'; }

.zmdi-eye:before {
  content: '\F15C'; }

.zmdi-eyedropper:before {
  content: '\F15D'; }

.zmdi-favorite-outline:before {
  content: '\F15E'; }

.zmdi-favorite:before {
  content: '\F15F'; }

.zmdi-filter-list:before {
  content: '\F160'; }

.zmdi-fire:before {
  content: '\F161'; }

.zmdi-flag:before {
  content: '\F162'; }

.zmdi-flare:before {
  content: '\F163'; }

.zmdi-flash-auto:before {
  content: '\F164'; }

.zmdi-flash-off:before {
  content: '\F165'; }

.zmdi-flash:before {
  content: '\F166'; }

.zmdi-flip:before {
  content: '\F167'; }

.zmdi-flower-alt:before {
  content: '\F168'; }

.zmdi-flower:before {
  content: '\F169'; }

.zmdi-font:before {
  content: '\F16A'; }

.zmdi-fullscreen-alt:before {
  content: '\F16B'; }

.zmdi-fullscreen-exit:before {
  content: '\F16C'; }

.zmdi-fullscreen:before {
  content: '\F16D'; }

.zmdi-functions:before {
  content: '\F16E'; }

.zmdi-gas-station:before {
  content: '\F16F'; }

.zmdi-gesture:before {
  content: '\F170'; }

.zmdi-globe-alt:before {
  content: '\F171'; }

.zmdi-globe-lock:before {
  content: '\F172'; }

.zmdi-globe:before {
  content: '\F173'; }

.zmdi-graduation-cap:before {
  content: '\F174'; }

.zmdi-home:before {
  content: '\F175'; }

.zmdi-hospital-alt:before {
  content: '\F176'; }

.zmdi-hospital:before {
  content: '\F177'; }

.zmdi-hotel:before {
  content: '\F178'; }

.zmdi-hourglass-alt:before {
  content: '\F179'; }

.zmdi-hourglass-outline:before {
  content: '\F17A'; }

.zmdi-hourglass:before {
  content: '\F17B'; }

.zmdi-http:before {
  content: '\F17C'; }

.zmdi-image-alt:before {
  content: '\F17D'; }

.zmdi-image-o:before {
  content: '\F17E'; }

.zmdi-image:before {
  content: '\F17F'; }

.zmdi-inbox:before {
  content: '\F180'; }

.zmdi-invert-colors-off:before {
  content: '\F181'; }

.zmdi-invert-colors:before {
  content: '\F182'; }

.zmdi-key:before {
  content: '\F183'; }

.zmdi-label-alt-outline:before {
  content: '\F184'; }

.zmdi-label-alt:before {
  content: '\F185'; }

.zmdi-label-heart:before {
  content: '\F186'; }

.zmdi-label:before {
  content: '\F187'; }

.zmdi-labels:before {
  content: '\F188'; }

.zmdi-lamp:before {
  content: '\F189'; }

.zmdi-landscape:before {
  content: '\F18A'; }

.zmdi-layers-off:before {
  content: '\F18B'; }

.zmdi-layers:before {
  content: '\F18C'; }

.zmdi-library:before {
  content: '\F18D'; }

.zmdi-link:before {
  content: '\F18E'; }

.zmdi-lock-open:before {
  content: '\F18F'; }

.zmdi-lock-outline:before {
  content: '\F190'; }

.zmdi-lock:before {
  content: '\F191'; }

.zmdi-mail-reply-all:before {
  content: '\F192'; }

.zmdi-mail-reply:before {
  content: '\F193'; }

.zmdi-mail-send:before {
  content: '\F194'; }

.zmdi-mall:before {
  content: '\F195'; }

.zmdi-map:before {
  content: '\F196'; }

.zmdi-menu:before {
  content: '\F197'; }

.zmdi-money-box:before {
  content: '\F198'; }

.zmdi-money-off:before {
  content: '\F199'; }

.zmdi-money:before {
  content: '\F19A'; }

.zmdi-more-vert:before {
  content: '\F19B'; }

.zmdi-more:before {
  content: '\F19C'; }

.zmdi-movie-alt:before {
  content: '\F19D'; }

.zmdi-movie:before {
  content: '\F19E'; }

.zmdi-nature-people:before {
  content: '\F19F'; }

.zmdi-nature:before {
  content: '\F1A0'; }

.zmdi-navigation:before {
  content: '\F1A1'; }

.zmdi-open-in-browser:before {
  content: '\F1A2'; }

.zmdi-open-in-new:before {
  content: '\F1A3'; }

.zmdi-palette:before {
  content: '\F1A4'; }

.zmdi-parking:before {
  content: '\F1A5'; }

.zmdi-pin-account:before {
  content: '\F1A6'; }

.zmdi-pin-assistant:before {
  content: '\F1A7'; }

.zmdi-pin-drop:before {
  content: '\F1A8'; }

.zmdi-pin-help:before {
  content: '\F1A9'; }

.zmdi-pin-off:before {
  content: '\F1AA'; }

.zmdi-pin:before {
  content: '\F1AB'; }

.zmdi-pizza:before {
  content: '\F1AC'; }

.zmdi-plaster:before {
  content: '\F1AD'; }

.zmdi-power-setting:before {
  content: '\F1AE'; }

.zmdi-power:before {
  content: '\F1AF'; }

.zmdi-print:before {
  content: '\F1B0'; }

.zmdi-puzzle-piece:before {
  content: '\F1B1'; }

.zmdi-quote:before {
  content: '\F1B2'; }

.zmdi-railway:before {
  content: '\F1B3'; }

.zmdi-receipt:before {
  content: '\F1B4'; }

.zmdi-refresh-alt:before {
  content: '\F1B5'; }

.zmdi-refresh-sync-alert:before {
  content: '\F1B6'; }

.zmdi-refresh-sync-off:before {
  content: '\F1B7'; }

.zmdi-refresh-sync:before {
  content: '\F1B8'; }

.zmdi-refresh:before {
  content: '\F1B9'; }

.zmdi-roller:before {
  content: '\F1BA'; }

.zmdi-ruler:before {
  content: '\F1BB'; }

.zmdi-scissors:before {
  content: '\F1BC'; }

.zmdi-screen-rotation-lock:before {
  content: '\F1BD'; }

.zmdi-screen-rotation:before {
  content: '\F1BE'; }

.zmdi-search-for:before {
  content: '\F1BF'; }

.zmdi-search-in-file:before {
  content: '\F1C0'; }

.zmdi-search-in-page:before {
  content: '\F1C1'; }

.zmdi-search-replace:before {
  content: '\F1C2'; }

.zmdi-search:before {
  content: '\F1C3'; }

.zmdi-seat:before {
  content: '\F1C4'; }

.zmdi-settings-square:before {
  content: '\F1C5'; }

.zmdi-settings:before {
  content: '\F1C6'; }

.zmdi-shield-check:before {
  content: '\F1C7'; }

.zmdi-shield-security:before {
  content: '\F1C8'; }

.zmdi-shopping-basket:before {
  content: '\F1C9'; }

.zmdi-shopping-cart-plus:before {
  content: '\F1CA'; }

.zmdi-shopping-cart:before {
  content: '\F1CB'; }

.zmdi-sign-in:before {
  content: '\F1CC'; }

.zmdi-sort-amount-asc:before {
  content: '\F1CD'; }

.zmdi-sort-amount-desc:before {
  content: '\F1CE'; }

.zmdi-sort-asc:before {
  content: '\F1CF'; }

.zmdi-sort-desc:before {
  content: '\F1D0'; }

.zmdi-spellcheck:before {
  content: '\F1D1'; }

.zmdi-storage:before {
  content: '\F1D2'; }

.zmdi-store-24:before {
  content: '\F1D3'; }

.zmdi-store:before {
  content: '\F1D4'; }

.zmdi-subway:before {
  content: '\F1D5'; }

.zmdi-sun:before {
  content: '\F1D6'; }

.zmdi-tab-unselected:before {
  content: '\F1D7'; }

.zmdi-tab:before {
  content: '\F1D8'; }

.zmdi-tag-close:before {
  content: '\F1D9'; }

.zmdi-tag-more:before {
  content: '\F1DA'; }

.zmdi-tag:before {
  content: '\F1DB'; }

.zmdi-thumb-down:before {
  content: '\F1DC'; }

.zmdi-thumb-up-down:before {
  content: '\F1DD'; }

.zmdi-thumb-up:before {
  content: '\F1DE'; }

.zmdi-ticket-star:before {
  content: '\F1DF'; }

.zmdi-toll:before {
  content: '\F1E0'; }

.zmdi-toys:before {
  content: '\F1E1'; }

.zmdi-traffic:before {
  content: '\F1E2'; }

.zmdi-translate:before {
  content: '\F1E3'; }

.zmdi-triangle-down:before {
  content: '\F1E4'; }

.zmdi-triangle-up:before {
  content: '\F1E5'; }

.zmdi-truck:before {
  content: '\F1E6'; }

.zmdi-turning-sign:before {
  content: '\F1E7'; }

.zmdi-wallpaper:before {
  content: '\F1E8'; }

.zmdi-washing-machine:before {
  content: '\F1E9'; }

.zmdi-window-maximize:before {
  content: '\F1EA'; }

.zmdi-window-minimize:before {
  content: '\F1EB'; }

.zmdi-window-restore:before {
  content: '\F1EC'; }

.zmdi-wrench:before {
  content: '\F1ED'; }

.zmdi-zoom-in:before {
  content: '\F1EE'; }

.zmdi-zoom-out:before {
  content: '\F1EF'; }

.zmdi-alert-circle-o:before {
  content: '\F1F0'; }

.zmdi-alert-circle:before {
  content: '\F1F1'; }

.zmdi-alert-octagon:before {
  content: '\F1F2'; }

.zmdi-alert-polygon:before {
  content: '\F1F3'; }

.zmdi-alert-triangle:before {
  content: '\F1F4'; }

.zmdi-help-outline:before {
  content: '\F1F5'; }

.zmdi-help:before {
  content: '\F1F6'; }

.zmdi-info-outline:before {
  content: '\F1F7'; }

.zmdi-info:before {
  content: '\F1F8'; }

.zmdi-notifications-active:before {
  content: '\F1F9'; }

.zmdi-notifications-add:before {
  content: '\F1FA'; }

.zmdi-notifications-none:before {
  content: '\F1FB'; }

.zmdi-notifications-off:before {
  content: '\F1FC'; }

.zmdi-notifications-paused:before {
  content: '\F1FD'; }

.zmdi-notifications:before {
  content: '\F1FE'; }

.zmdi-account-add:before {
  content: '\F1FF'; }

.zmdi-account-box-mail:before {
  content: '\F200'; }

.zmdi-account-box-o:before {
  content: '\F201'; }

.zmdi-account-box-phone:before {
  content: '\F202'; }

.zmdi-account-box:before {
  content: '\F203'; }

.zmdi-account-calendar:before {
  content: '\F204'; }

.zmdi-account-circle:before {
  content: '\F205'; }

.zmdi-account-o:before {
  content: '\F206'; }

.zmdi-account:before {
  content: '\F207'; }

.zmdi-accounts-add:before {
  content: '\F208'; }

.zmdi-accounts-alt:before {
  content: '\F209'; }

.zmdi-accounts-list-alt:before {
  content: '\F20A'; }

.zmdi-accounts-list:before {
  content: '\F20B'; }

.zmdi-accounts-outline:before {
  content: '\F20C'; }

.zmdi-accounts:before {
  content: '\F20D'; }

.zmdi-face:before {
  content: '\F20E'; }

.zmdi-female:before {
  content: '\F20F'; }

.zmdi-male-alt:before {
  content: '\F210'; }

.zmdi-male-female:before {
  content: '\F211'; }

.zmdi-male:before {
  content: '\F212'; }

.zmdi-mood-bad:before {
  content: '\F213'; }

.zmdi-mood:before {
  content: '\F214'; }

.zmdi-run:before {
  content: '\F215'; }

.zmdi-walk:before {
  content: '\F216'; }

.zmdi-cloud-box:before {
  content: '\F217'; }

.zmdi-cloud-circle:before {
  content: '\F218'; }

.zmdi-cloud-done:before {
  content: '\F219'; }

.zmdi-cloud-download:before {
  content: '\F21A'; }

.zmdi-cloud-off:before {
  content: '\F21B'; }

.zmdi-cloud-outline-alt:before {
  content: '\F21C'; }

.zmdi-cloud-outline:before {
  content: '\F21D'; }

.zmdi-cloud-upload:before {
  content: '\F21E'; }

.zmdi-cloud:before {
  content: '\F21F'; }

.zmdi-download:before {
  content: '\F220'; }

.zmdi-file-plus:before {
  content: '\F221'; }

.zmdi-file-text:before {
  content: '\F222'; }

.zmdi-file:before {
  content: '\F223'; }

.zmdi-folder-outline:before {
  content: '\F224'; }

.zmdi-folder-person:before {
  content: '\F225'; }

.zmdi-folder-star-alt:before {
  content: '\F226'; }

.zmdi-folder-star:before {
  content: '\F227'; }

.zmdi-folder:before {
  content: '\F228'; }

.zmdi-gif:before {
  content: '\F229'; }

.zmdi-upload:before {
  content: '\F22A'; }

.zmdi-border-all:before {
  content: '\F22B'; }

.zmdi-border-bottom:before {
  content: '\F22C'; }

.zmdi-border-clear:before {
  content: '\F22D'; }

.zmdi-border-color:before {
  content: '\F22E'; }

.zmdi-border-horizontal:before {
  content: '\F22F'; }

.zmdi-border-inner:before {
  content: '\F230'; }

.zmdi-border-left:before {
  content: '\F231'; }

.zmdi-border-outer:before {
  content: '\F232'; }

.zmdi-border-right:before {
  content: '\F233'; }

.zmdi-border-style:before {
  content: '\F234'; }

.zmdi-border-top:before {
  content: '\F235'; }

.zmdi-border-vertical:before {
  content: '\F236'; }

.zmdi-copy:before {
  content: '\F237'; }

.zmdi-crop:before {
  content: '\F238'; }

.zmdi-format-align-center:before {
  content: '\F239'; }

.zmdi-format-align-justify:before {
  content: '\F23A'; }

.zmdi-format-align-left:before {
  content: '\F23B'; }

.zmdi-format-align-right:before {
  content: '\F23C'; }

.zmdi-format-bold:before {
  content: '\F23D'; }

.zmdi-format-clear-all:before {
  content: '\F23E'; }

.zmdi-format-clear:before {
  content: '\F23F'; }

.zmdi-format-color-fill:before {
  content: '\F240'; }

.zmdi-format-color-reset:before {
  content: '\F241'; }

.zmdi-format-color-text:before {
  content: '\F242'; }

.zmdi-format-indent-decrease:before {
  content: '\F243'; }

.zmdi-format-indent-increase:before {
  content: '\F244'; }

.zmdi-format-italic:before {
  content: '\F245'; }

.zmdi-format-line-spacing:before {
  content: '\F246'; }

.zmdi-format-list-bulleted:before {
  content: '\F247'; }

.zmdi-format-list-numbered:before {
  content: '\F248'; }

.zmdi-format-ltr:before {
  content: '\F249'; }

.zmdi-format-rtl:before {
  content: '\F24A'; }

.zmdi-format-size:before {
  content: '\F24B'; }

.zmdi-format-strikethrough-s:before {
  content: '\F24C'; }

.zmdi-format-strikethrough:before {
  content: '\F24D'; }

.zmdi-format-subject:before {
  content: '\F24E'; }

.zmdi-format-underlined:before {
  content: '\F24F'; }

.zmdi-format-valign-bottom:before {
  content: '\F250'; }

.zmdi-format-valign-center:before {
  content: '\F251'; }

.zmdi-format-valign-top:before {
  content: '\F252'; }

.zmdi-redo:before {
  content: '\F253'; }

.zmdi-select-all:before {
  content: '\F254'; }

.zmdi-space-bar:before {
  content: '\F255'; }

.zmdi-text-format:before {
  content: '\F256'; }

.zmdi-transform:before {
  content: '\F257'; }

.zmdi-undo:before {
  content: '\F258'; }

.zmdi-wrap-text:before {
  content: '\F259'; }

.zmdi-comment-alert:before {
  content: '\F25A'; }

.zmdi-comment-alt-text:before {
  content: '\F25B'; }

.zmdi-comment-alt:before {
  content: '\F25C'; }

.zmdi-comment-edit:before {
  content: '\F25D'; }

.zmdi-comment-image:before {
  content: '\F25E'; }

.zmdi-comment-list:before {
  content: '\F25F'; }

.zmdi-comment-more:before {
  content: '\F260'; }

.zmdi-comment-outline:before {
  content: '\F261'; }

.zmdi-comment-text-alt:before {
  content: '\F262'; }

.zmdi-comment-text:before {
  content: '\F263'; }

.zmdi-comment-video:before {
  content: '\F264'; }

.zmdi-comment:before {
  content: '\F265'; }

.zmdi-comments:before {
  content: '\F266'; }

.zmdi-check-all:before {
  content: '\F267'; }

.zmdi-check-circle-u:before {
  content: '\F268'; }

.zmdi-check-circle:before {
  content: '\F269'; }

.zmdi-check-square:before {
  content: '\F26A'; }

.zmdi-check:before {
  content: '\F26B'; }

.zmdi-circle-o:before {
  content: '\F26C'; }

.zmdi-circle:before {
  content: '\F26D'; }

.zmdi-dot-circle-alt:before {
  content: '\F26E'; }

.zmdi-dot-circle:before {
  content: '\F26F'; }

.zmdi-minus-circle-outline:before {
  content: '\F270'; }

.zmdi-minus-circle:before {
  content: '\F271'; }

.zmdi-minus-square:before {
  content: '\F272'; }

.zmdi-minus:before {
  content: '\F273'; }

.zmdi-plus-circle-o-duplicate:before {
  content: '\F274'; }

.zmdi-plus-circle-o:before {
  content: '\F275'; }

.zmdi-plus-circle:before {
  content: '\F276'; }

.zmdi-plus-square:before {
  content: '\F277'; }

.zmdi-plus:before {
  content: '\F278'; }

.zmdi-square-o:before {
  content: '\F279'; }

.zmdi-star-circle:before {
  content: '\F27A'; }

.zmdi-star-half:before {
  content: '\F27B'; }

.zmdi-star-outline:before {
  content: '\F27C'; }

.zmdi-star:before {
  content: '\F27D'; }

.zmdi-bluetooth-connected:before {
  content: '\F27E'; }

.zmdi-bluetooth-off:before {
  content: '\F27F'; }

.zmdi-bluetooth-search:before {
  content: '\F280'; }

.zmdi-bluetooth-setting:before {
  content: '\F281'; }

.zmdi-bluetooth:before {
  content: '\F282'; }

.zmdi-camera-add:before {
  content: '\F283'; }

.zmdi-camera-alt:before {
  content: '\F284'; }

.zmdi-camera-bw:before {
  content: '\F285'; }

.zmdi-camera-front:before {
  content: '\F286'; }

.zmdi-camera-mic:before {
  content: '\F287'; }

.zmdi-camera-party-mode:before {
  content: '\F288'; }

.zmdi-camera-rear:before {
  content: '\F289'; }

.zmdi-camera-roll:before {
  content: '\F28A'; }

.zmdi-camera-switch:before {
  content: '\F28B'; }

.zmdi-camera:before {
  content: '\F28C'; }

.zmdi-card-alert:before {
  content: '\F28D'; }

.zmdi-card-off:before {
  content: '\F28E'; }

.zmdi-card-sd:before {
  content: '\F28F'; }

.zmdi-card-sim:before {
  content: '\F290'; }

.zmdi-desktop-mac:before {
  content: '\F291'; }

.zmdi-desktop-windows:before {
  content: '\F292'; }

.zmdi-device-hub:before {
  content: '\F293'; }

.zmdi-devices-off:before {
  content: '\F294'; }

.zmdi-devices:before {
  content: '\F295'; }

.zmdi-dock:before {
  content: '\F296'; }

.zmdi-floppy:before {
  content: '\F297'; }

.zmdi-gamepad:before {
  content: '\F298'; }

.zmdi-gps-dot:before {
  content: '\F299'; }

.zmdi-gps-off:before {
  content: '\F29A'; }

.zmdi-gps:before {
  content: '\F29B'; }

.zmdi-headset-mic:before {
  content: '\F29C'; }

.zmdi-headset:before {
  content: '\F29D'; }

.zmdi-input-antenna:before {
  content: '\F29E'; }

.zmdi-input-composite:before {
  content: '\F29F'; }

.zmdi-input-hdmi:before {
  content: '\F2A0'; }

.zmdi-input-power:before {
  content: '\F2A1'; }

.zmdi-input-svideo:before {
  content: '\F2A2'; }

.zmdi-keyboard-hide:before {
  content: '\F2A3'; }

.zmdi-keyboard:before {
  content: '\F2A4'; }

.zmdi-laptop-chromebook:before {
  content: '\F2A5'; }

.zmdi-laptop-mac:before {
  content: '\F2A6'; }

.zmdi-laptop:before {
  content: '\F2A7'; }

.zmdi-mic-off:before {
  content: '\F2A8'; }

.zmdi-mic-outline:before {
  content: '\F2A9'; }

.zmdi-mic-setting:before {
  content: '\F2AA'; }

.zmdi-mic:before {
  content: '\F2AB'; }

.zmdi-mouse:before {
  content: '\F2AC'; }

.zmdi-network-alert:before {
  content: '\F2AD'; }

.zmdi-network-locked:before {
  content: '\F2AE'; }

.zmdi-network-off:before {
  content: '\F2AF'; }

.zmdi-network-outline:before {
  content: '\F2B0'; }

.zmdi-network-setting:before {
  content: '\F2B1'; }

.zmdi-network:before {
  content: '\F2B2'; }

.zmdi-phone-bluetooth:before {
  content: '\F2B3'; }

.zmdi-phone-end:before {
  content: '\F2B4'; }

.zmdi-phone-forwarded:before {
  content: '\F2B5'; }

.zmdi-phone-in-talk:before {
  content: '\F2B6'; }

.zmdi-phone-locked:before {
  content: '\F2B7'; }

.zmdi-phone-missed:before {
  content: '\F2B8'; }

.zmdi-phone-msg:before {
  content: '\F2B9'; }

.zmdi-phone-paused:before {
  content: '\F2BA'; }

.zmdi-phone-ring:before {
  content: '\F2BB'; }

.zmdi-phone-setting:before {
  content: '\F2BC'; }

.zmdi-phone-sip:before {
  content: '\F2BD'; }

.zmdi-phone:before {
  content: '\F2BE'; }

.zmdi-portable-wifi-changes:before {
  content: '\F2BF'; }

.zmdi-portable-wifi-off:before {
  content: '\F2C0'; }

.zmdi-portable-wifi:before {
  content: '\F2C1'; }

.zmdi-radio:before {
  content: '\F2C2'; }

.zmdi-reader:before {
  content: '\F2C3'; }

.zmdi-remote-control-alt:before {
  content: '\F2C4'; }

.zmdi-remote-control:before {
  content: '\F2C5'; }

.zmdi-router:before {
  content: '\F2C6'; }

.zmdi-scanner:before {
  content: '\F2C7'; }

.zmdi-smartphone-android:before {
  content: '\F2C8'; }

.zmdi-smartphone-download:before {
  content: '\F2C9'; }

.zmdi-smartphone-erase:before {
  content: '\F2CA'; }

.zmdi-smartphone-info:before {
  content: '\F2CB'; }

.zmdi-smartphone-iphone:before {
  content: '\F2CC'; }

.zmdi-smartphone-landscape-lock:before {
  content: '\F2CD'; }

.zmdi-smartphone-landscape:before {
  content: '\F2CE'; }

.zmdi-smartphone-lock:before {
  content: '\F2CF'; }

.zmdi-smartphone-portrait-lock:before {
  content: '\F2D0'; }

.zmdi-smartphone-ring:before {
  content: '\F2D1'; }

.zmdi-smartphone-setting:before {
  content: '\F2D2'; }

.zmdi-smartphone-setup:before {
  content: '\F2D3'; }

.zmdi-smartphone:before {
  content: '\F2D4'; }

.zmdi-speaker:before {
  content: '\F2D5'; }

.zmdi-tablet-android:before {
  content: '\F2D6'; }

.zmdi-tablet-mac:before {
  content: '\F2D7'; }

.zmdi-tablet:before {
  content: '\F2D8'; }

.zmdi-tv-alt-play:before {
  content: '\F2D9'; }

.zmdi-tv-list:before {
  content: '\F2DA'; }

.zmdi-tv-play:before {
  content: '\F2DB'; }

.zmdi-tv:before {
  content: '\F2DC'; }

.zmdi-usb:before {
  content: '\F2DD'; }

.zmdi-videocam-off:before {
  content: '\F2DE'; }

.zmdi-videocam-switch:before {
  content: '\F2DF'; }

.zmdi-videocam:before {
  content: '\F2E0'; }

.zmdi-watch:before {
  content: '\F2E1'; }

.zmdi-wifi-alt-2:before {
  content: '\F2E2'; }

.zmdi-wifi-alt:before {
  content: '\F2E3'; }

.zmdi-wifi-info:before {
  content: '\F2E4'; }

.zmdi-wifi-lock:before {
  content: '\F2E5'; }

.zmdi-wifi-off:before {
  content: '\F2E6'; }

.zmdi-wifi-outline:before {
  content: '\F2E7'; }

.zmdi-wifi:before {
  content: '\F2E8'; }

.zmdi-arrow-left-bottom:before {
  content: '\F2E9'; }

.zmdi-arrow-left:before {
  content: '\F2EA'; }

.zmdi-arrow-merge:before {
  content: '\F2EB'; }

.zmdi-arrow-missed:before {
  content: '\F2EC'; }

.zmdi-arrow-right-top:before {
  content: '\F2ED'; }

.zmdi-arrow-right:before {
  content: '\F2EE'; }

.zmdi-arrow-split:before {
  content: '\F2EF'; }

.zmdi-arrows:before {
  content: '\F2F0'; }

.zmdi-caret-down-circle:before {
  content: '\F2F1'; }

.zmdi-caret-down:before {
  content: '\F2F2'; }

.zmdi-caret-left-circle:before {
  content: '\F2F3'; }

.zmdi-caret-left:before {
  content: '\F2F4'; }

.zmdi-caret-right-circle:before {
  content: '\F2F5'; }

.zmdi-caret-right:before {
  content: '\F2F6'; }

.zmdi-caret-up-circle:before {
  content: '\F2F7'; }

.zmdi-caret-up:before {
  content: '\F2F8'; }

.zmdi-chevron-down:before {
  content: '\F2F9'; }

.zmdi-chevron-left:before {
  content: '\F2FA'; }

.zmdi-chevron-right:before {
  content: '\F2FB'; }

.zmdi-chevron-up:before {
  content: '\F2FC'; }

.zmdi-forward:before {
  content: '\F2FD'; }

.zmdi-long-arrow-down:before {
  content: '\F2FE'; }

.zmdi-long-arrow-left:before {
  content: '\F2FF'; }

.zmdi-long-arrow-return:before {
  content: '\F300'; }

.zmdi-long-arrow-right:before {
  content: '\F301'; }

.zmdi-long-arrow-tab:before {
  content: '\F302'; }

.zmdi-long-arrow-up:before {
  content: '\F303'; }

.zmdi-rotate-ccw:before {
  content: '\F304'; }

.zmdi-rotate-cw:before {
  content: '\F305'; }

.zmdi-rotate-left:before {
  content: '\F306'; }

.zmdi-rotate-right:before {
  content: '\F307'; }

.zmdi-square-down:before {
  content: '\F308'; }

.zmdi-square-right:before {
  content: '\F309'; }

.zmdi-swap-alt:before {
  content: '\F30A'; }

.zmdi-swap-vertical-circle:before {
  content: '\F30B'; }

.zmdi-swap-vertical:before {
  content: '\F30C'; }

.zmdi-swap:before {
  content: '\F30D'; }

.zmdi-trending-down:before {
  content: '\F30E'; }

.zmdi-trending-flat:before {
  content: '\F30F'; }

.zmdi-trending-up:before {
  content: '\F310'; }

.zmdi-unfold-less:before {
  content: '\F311'; }

.zmdi-unfold-more:before {
  content: '\F312'; }

.zmdi-apps:before {
  content: '\F313'; }

.zmdi-grid-off:before {
  content: '\F314'; }

.zmdi-grid:before {
  content: '\F315'; }

.zmdi-view-agenda:before {
  content: '\F316'; }

.zmdi-view-array:before {
  content: '\F317'; }

.zmdi-view-carousel:before {
  content: '\F318'; }

.zmdi-view-column:before {
  content: '\F319'; }

.zmdi-view-comfy:before {
  content: '\F31A'; }

.zmdi-view-compact:before {
  content: '\F31B'; }

.zmdi-view-dashboard:before {
  content: '\F31C'; }

.zmdi-view-day:before {
  content: '\F31D'; }

.zmdi-view-headline:before {
  content: '\F31E'; }

.zmdi-view-list-alt:before {
  content: '\F31F'; }

.zmdi-view-list:before {
  content: '\F320'; }

.zmdi-view-module:before {
  content: '\F321'; }

.zmdi-view-quilt:before {
  content: '\F322'; }

.zmdi-view-stream:before {
  content: '\F323'; }

.zmdi-view-subtitles:before {
  content: '\F324'; }

.zmdi-view-toc:before {
  content: '\F325'; }

.zmdi-view-web:before {
  content: '\F326'; }

.zmdi-view-week:before {
  content: '\F327'; }

.zmdi-widgets:before {
  content: '\F328'; }

.zmdi-alarm-check:before {
  content: '\F329'; }

.zmdi-alarm-off:before {
  content: '\F32A'; }

.zmdi-alarm-plus:before {
  content: '\F32B'; }

.zmdi-alarm-snooze:before {
  content: '\F32C'; }

.zmdi-alarm:before {
  content: '\F32D'; }

.zmdi-calendar-alt:before {
  content: '\F32E'; }

.zmdi-calendar-check:before {
  content: '\F32F'; }

.zmdi-calendar-close:before {
  content: '\F330'; }

.zmdi-calendar-note:before {
  content: '\F331'; }

.zmdi-calendar:before {
  content: '\F332'; }

.zmdi-time-countdown:before {
  content: '\F333'; }

.zmdi-time-interval:before {
  content: '\F334'; }

.zmdi-time-restore-setting:before {
  content: '\F335'; }

.zmdi-time-restore:before {
  content: '\F336'; }

.zmdi-time:before {
  content: '\F337'; }

.zmdi-timer-off:before {
  content: '\F338'; }

.zmdi-timer:before {
  content: '\F339'; }

.zmdi-android-alt:before {
  content: '\F33A'; }

.zmdi-android:before {
  content: '\F33B'; }

.zmdi-apple:before {
  content: '\F33C'; }

.zmdi-behance:before {
  content: '\F33D'; }

.zmdi-codepen:before {
  content: '\F33E'; }

.zmdi-dribbble:before {
  content: '\F33F'; }

.zmdi-dropbox:before {
  content: '\F340'; }

.zmdi-evernote:before {
  content: '\F341'; }

.zmdi-facebook-box:before {
  content: '\F342'; }

.zmdi-facebook:before {
  content: '\F343'; }

.zmdi-github-box:before {
  content: '\F344'; }

.zmdi-github:before {
  content: '\F345'; }

.zmdi-google-drive:before {
  content: '\F346'; }

.zmdi-google-earth:before {
  content: '\F347'; }

.zmdi-google-glass:before {
  content: '\F348'; }

.zmdi-google-maps:before {
  content: '\F349'; }

.zmdi-google-pages:before {
  content: '\F34A'; }

.zmdi-google-play:before {
  content: '\F34B'; }

.zmdi-google-plus-box:before {
  content: '\F34C'; }

.zmdi-google-plus:before {
  content: '\F34D'; }

.zmdi-google:before {
  content: '\F34E'; }

.zmdi-instagram:before {
  content: '\F34F'; }

.zmdi-language-css3:before {
  content: '\F350'; }

.zmdi-language-html5:before {
  content: '\F351'; }

.zmdi-language-javascript:before {
  content: '\F352'; }

.zmdi-language-python-alt:before {
  content: '\F353'; }

.zmdi-language-python:before {
  content: '\F354'; }

.zmdi-lastfm:before {
  content: '\F355'; }

.zmdi-linkedin-box:before {
  content: '\F356'; }

.zmdi-paypal:before {
  content: '\F357'; }

.zmdi-pinterest-box:before {
  content: '\F358'; }

.zmdi-pocket:before {
  content: '\F359'; }

.zmdi-polymer:before {
  content: '\F35A'; }

.zmdi-share:before {
  content: '\F35B'; }

.zmdi-stack-overflow:before {
  content: '\F35C'; }

.zmdi-steam-square:before {
  content: '\F35D'; }

.zmdi-steam:before {
  content: '\F35E'; }

.zmdi-twitter-box:before {
  content: '\F35F'; }

.zmdi-twitter:before {
  content: '\F360'; }

.zmdi-vk:before {
  content: '\F361'; }

.zmdi-wikipedia:before {
  content: '\F362'; }

.zmdi-windows:before {
  content: '\F363'; }

.zmdi-aspect-ratio-alt:before {
  content: '\F364'; }

.zmdi-aspect-ratio:before {
  content: '\F365'; }

.zmdi-blur-circular:before {
  content: '\F366'; }

.zmdi-blur-linear:before {
  content: '\F367'; }

.zmdi-blur-off:before {
  content: '\F368'; }

.zmdi-blur:before {
  content: '\F369'; }

.zmdi-brightness-2:before {
  content: '\F36A'; }

.zmdi-brightness-3:before {
  content: '\F36B'; }

.zmdi-brightness-4:before {
  content: '\F36C'; }

.zmdi-brightness-5:before {
  content: '\F36D'; }

.zmdi-brightness-6:before {
  content: '\F36E'; }

.zmdi-brightness-7:before {
  content: '\F36F'; }

.zmdi-brightness-auto:before {
  content: '\F370'; }

.zmdi-brightness-setting:before {
  content: '\F371'; }

.zmdi-broken-image:before {
  content: '\F372'; }

.zmdi-center-focus-strong:before {
  content: '\F373'; }

.zmdi-center-focus-weak:before {
  content: '\F374'; }

.zmdi-compare:before {
  content: '\F375'; }

.zmdi-crop-16-9:before {
  content: '\F376'; }

.zmdi-crop-3-2:before {
  content: '\F377'; }

.zmdi-crop-5-4:before {
  content: '\F378'; }

.zmdi-crop-7-5:before {
  content: '\F379'; }

.zmdi-crop-din:before {
  content: '\F37A'; }

.zmdi-crop-free:before {
  content: '\F37B'; }

.zmdi-crop-landscape:before {
  content: '\F37C'; }

.zmdi-crop-portrait:before {
  content: '\F37D'; }

.zmdi-crop-square:before {
  content: '\F37E'; }

.zmdi-exposure-alt:before {
  content: '\F37F'; }

.zmdi-exposure:before {
  content: '\F380'; }

.zmdi-filter-b-and-w:before {
  content: '\F381'; }

.zmdi-filter-center-focus:before {
  content: '\F382'; }

.zmdi-filter-frames:before {
  content: '\F383'; }

.zmdi-filter-tilt-shift:before {
  content: '\F384'; }

.zmdi-gradient:before {
  content: '\F385'; }

.zmdi-grain:before {
  content: '\F386'; }

.zmdi-graphic-eq:before {
  content: '\F387'; }

.zmdi-hdr-off:before {
  content: '\F388'; }

.zmdi-hdr-strong:before {
  content: '\F389'; }

.zmdi-hdr-weak:before {
  content: '\F38A'; }

.zmdi-hdr:before {
  content: '\F38B'; }

.zmdi-iridescent:before {
  content: '\F38C'; }

.zmdi-leak-off:before {
  content: '\F38D'; }

.zmdi-leak:before {
  content: '\F38E'; }

.zmdi-looks:before {
  content: '\F38F'; }

.zmdi-loupe:before {
  content: '\F390'; }

.zmdi-panorama-horizontal:before {
  content: '\F391'; }

.zmdi-panorama-vertical:before {
  content: '\F392'; }

.zmdi-panorama-wide-angle:before {
  content: '\F393'; }

.zmdi-photo-size-select-large:before {
  content: '\F394'; }

.zmdi-photo-size-select-small:before {
  content: '\F395'; }

.zmdi-picture-in-picture:before {
  content: '\F396'; }

.zmdi-slideshow:before {
  content: '\F397'; }

.zmdi-texture:before {
  content: '\F398'; }

.zmdi-tonality:before {
  content: '\F399'; }

.zmdi-vignette:before {
  content: '\F39A'; }

.zmdi-wb-auto:before {
  content: '\F39B'; }

.zmdi-eject-alt:before {
  content: '\F39C'; }

.zmdi-eject:before {
  content: '\F39D'; }

.zmdi-equalizer:before {
  content: '\F39E'; }

.zmdi-fast-forward:before {
  content: '\F39F'; }

.zmdi-fast-rewind:before {
  content: '\F3A0'; }

.zmdi-forward-10:before {
  content: '\F3A1'; }

.zmdi-forward-30:before {
  content: '\F3A2'; }

.zmdi-forward-5:before {
  content: '\F3A3'; }

.zmdi-hearing:before {
  content: '\F3A4'; }

.zmdi-pause-circle-outline:before {
  content: '\F3A5'; }

.zmdi-pause-circle:before {
  content: '\F3A6'; }

.zmdi-pause:before {
  content: '\F3A7'; }

.zmdi-play-circle-outline:before {
  content: '\F3A8'; }

.zmdi-play-circle:before {
  content: '\F3A9'; }

.zmdi-play:before {
  content: '\F3AA'; }

.zmdi-playlist-audio:before {
  content: '\F3AB'; }

.zmdi-playlist-plus:before {
  content: '\F3AC'; }

.zmdi-repeat-one:before {
  content: '\F3AD'; }

.zmdi-repeat:before {
  content: '\F3AE'; }

.zmdi-replay-10:before {
  content: '\F3AF'; }

.zmdi-replay-30:before {
  content: '\F3B0'; }

.zmdi-replay-5:before {
  content: '\F3B1'; }

.zmdi-replay:before {
  content: '\F3B2'; }

.zmdi-shuffle:before {
  content: '\F3B3'; }

.zmdi-skip-next:before {
  content: '\F3B4'; }

.zmdi-skip-previous:before {
  content: '\F3B5'; }

.zmdi-stop:before {
  content: '\F3B6'; }

.zmdi-surround-sound:before {
  content: '\F3B7'; }

.zmdi-tune:before {
  content: '\F3B8'; }

.zmdi-volume-down:before {
  content: '\F3B9'; }

.zmdi-volume-mute:before {
  content: '\F3BA'; }

.zmdi-volume-off:before {
  content: '\F3BB'; }

.zmdi-volume-up:before {
  content: '\F3BC'; }

.zmdi-n-1-square:before {
  content: '\F3BD'; }

.zmdi-n-2-square:before {
  content: '\F3BE'; }

.zmdi-n-3-square:before {
  content: '\F3BF'; }

.zmdi-n-4-square:before {
  content: '\F3C0'; }

.zmdi-n-5-square:before {
  content: '\F3C1'; }

.zmdi-n-6-square:before {
  content: '\F3C2'; }

.zmdi-neg-1:before {
  content: '\F3C3'; }

.zmdi-neg-2:before {
  content: '\F3C4'; }

.zmdi-plus-1:before {
  content: '\F3C5'; }

.zmdi-plus-2:before {
  content: '\F3C6'; }

.zmdi-sec-10:before {
  content: '\F3C7'; }

.zmdi-sec-3:before {
  content: '\F3C8'; }

.zmdi-zero:before {
  content: '\F3C9'; }

.zmdi-airline-seat-flat-angled:before {
  content: '\F3CA'; }

.zmdi-airline-seat-flat:before {
  content: '\F3CB'; }

.zmdi-airline-seat-individual-suite:before {
  content: '\F3CC'; }

.zmdi-airline-seat-legroom-extra:before {
  content: '\F3CD'; }

.zmdi-airline-seat-legroom-normal:before {
  content: '\F3CE'; }

.zmdi-airline-seat-legroom-reduced:before {
  content: '\F3CF'; }

.zmdi-airline-seat-recline-extra:before {
  content: '\F3D0'; }

.zmdi-airline-seat-recline-normal:before {
  content: '\F3D1'; }

.zmdi-airplay:before {
  content: '\F3D2'; }

.zmdi-closed-caption:before {
  content: '\F3D3'; }

.zmdi-confirmation-number:before {
  content: '\F3D4'; }

.zmdi-developer-board:before {
  content: '\F3D5'; }

.zmdi-disc-full:before {
  content: '\F3D6'; }

.zmdi-explicit:before {
  content: '\F3D7'; }

.zmdi-flight-land:before {
  content: '\F3D8'; }

.zmdi-flight-takeoff:before {
  content: '\F3D9'; }

.zmdi-flip-to-back:before {
  content: '\F3DA'; }

.zmdi-flip-to-front:before {
  content: '\F3DB'; }

.zmdi-group-work:before {
  content: '\F3DC'; }

.zmdi-hd:before {
  content: '\F3DD'; }

.zmdi-hq:before {
  content: '\F3DE'; }

.zmdi-markunread-mailbox:before {
  content: '\F3DF'; }

.zmdi-memory:before {
  content: '\F3E0'; }

.zmdi-nfc:before {
  content: '\F3E1'; }

.zmdi-play-for-work:before {
  content: '\F3E2'; }

.zmdi-power-input:before {
  content: '\F3E3'; }

.zmdi-present-to-all:before {
  content: '\F3E4'; }

.zmdi-satellite:before {
  content: '\F3E5'; }

.zmdi-tap-and-play:before {
  content: '\F3E6'; }

.zmdi-vibration:before {
  content: '\F3E7'; }

.zmdi-voicemail:before {
  content: '\F3E8'; }

.zmdi-import-export:before {
  content: '\F30C'; }

.zmdi-swap-vertical-:before {
  content: '\F30C'; }

.zmdi-airplanemode-inactive:before {
  content: '\F102'; }

.zmdi-airplanemode-active:before {
  content: '\F103'; }

.zmdi-rate-review:before {
  content: '\F103'; }

.zmdi-comment-sign:before {
  content: '\F25A'; }

.zmdi-network-warning:before {
  content: '\F2AD'; }

.zmdi-shopping-cart-add:before {
  content: '\F1CA'; }

.zmdi-file-add:before {
  content: '\F221'; }

.zmdi-network-wifi-scan:before {
  content: '\F2E4'; }

.zmdi-collection-add:before {
  content: '\F14E'; }

.zmdi-format-playlist-add:before {
  content: '\F3AC'; }

.zmdi-format-queue-music:before {
  content: '\F3AB'; }

.zmdi-plus-box:before {
  content: '\F277'; }

.zmdi-tag-backspace:before {
  content: '\F1D9'; }

.zmdi-alarm-add:before {
  content: '\F32B'; }

.zmdi-battery-charging:before {
  content: '\F114'; }

.zmdi-daydream-setting:before {
  content: '\F217'; }

.zmdi-more-horiz:before {
  content: '\F19C'; }

.zmdi-book-photo:before {
  content: '\F11B'; }

.zmdi-incandescent:before {
  content: '\F189'; }

.zmdi-wb-iridescent:before {
  content: '\F38C'; }

.zmdi-calendar-remove:before {
  content: '\F330'; }

.zmdi-refresh-sync-disabled:before {
  content: '\F1B7'; }

.zmdi-refresh-sync-problem:before {
  content: '\F1B6'; }

.zmdi-crop-original:before {
  content: '\F17E'; }

.zmdi-power-off:before {
  content: '\F1AF'; }

.zmdi-power-off-setting:before {
  content: '\F1AE'; }

.zmdi-leak-remove:before {
  content: '\F38D'; }

.zmdi-star-border:before {
  content: '\F27C'; }

.zmdi-brightness-low:before {
  content: '\F36D'; }

.zmdi-brightness-medium:before {
  content: '\F36E'; }

.zmdi-brightness-high:before {
  content: '\F36F'; }

.zmdi-smartphone-portrait:before {
  content: '\F2D4'; }

.zmdi-live-tv:before {
  content: '\F2D9'; }

.zmdi-format-textdirection-l-to-r:before {
  content: '\F249'; }

.zmdi-format-textdirection-r-to-l:before {
  content: '\F24A'; }

.zmdi-arrow-back:before {
  content: '\F2EA'; }

.zmdi-arrow-forward:before {
  content: '\F2EE'; }

.zmdi-arrow-in:before {
  content: '\F2E9'; }

.zmdi-arrow-out:before {
  content: '\F2ED'; }

.zmdi-rotate-90-degrees-ccw:before {
  content: '\F304'; }

.zmdi-adb:before {
  content: '\F33A'; }

.zmdi-network-wifi:before {
  content: '\F2E8'; }

.zmdi-network-wifi-alt:before {
  content: '\F2E3'; }

.zmdi-network-wifi-lock:before {
  content: '\F2E5'; }

.zmdi-network-wifi-off:before {
  content: '\F2E6'; }

.zmdi-network-wifi-outline:before {
  content: '\F2E7'; }

.zmdi-network-wifi-info:before {
  content: '\F2E4'; }

.zmdi-layers-clear:before {
  content: '\F18B'; }

.zmdi-colorize:before {
  content: '\F15D'; }

.zmdi-format-paint:before {
  content: '\F1BA'; }

.zmdi-format-quote:before {
  content: '\F1B2'; }

.zmdi-camera-monochrome-photos:before {
  content: '\F285'; }

.zmdi-sort-by-alpha:before {
  content: '\F1CF'; }

.zmdi-folder-shared:before {
  content: '\F225'; }

.zmdi-folder-special:before {
  content: '\F226'; }

.zmdi-comment-dots:before {
  content: '\F260'; }

.zmdi-reorder:before {
  content: '\F31E'; }

.zmdi-dehaze:before {
  content: '\F197'; }

.zmdi-sort:before {
  content: '\F1CE'; }

.zmdi-pages:before {
  content: '\F34A'; }

.zmdi-calendar-account:before {
  content: '\F204'; }

.zmdi-paste:before {
  content: '\F109'; }

.zmdi-cut:before {
  content: '\F1BC'; }

.zmdi-save:before {
  content: '\F297'; }

.zmdi-smartphone-code:before {
  content: '\F139'; }

.zmdi-directions-bike:before {
  content: '\F117'; }

.zmdi-directions-boat:before {
  content: '\F11A'; }

.zmdi-directions-bus:before {
  content: '\F121'; }

.zmdi-directions-car:before {
  content: '\F125'; }

.zmdi-directions-railway:before {
  content: '\F1B3'; }

.zmdi-directions-run:before {
  content: '\F215'; }

.zmdi-directions-subway:before {
  content: '\F1D5'; }

.zmdi-directions-walk:before {
  content: '\F216'; }

.zmdi-local-hotel:before {
  content: '\F178'; }

.zmdi-local-activity:before {
  content: '\F1DF'; }

.zmdi-local-play:before {
  content: '\F1DF'; }

.zmdi-local-airport:before {
  content: '\F103'; }

.zmdi-local-atm:before {
  content: '\F198'; }

.zmdi-local-bar:before {
  content: '\F137'; }

.zmdi-local-cafe:before {
  content: '\F13B'; }

.zmdi-local-car-wash:before {
  content: '\F124'; }

.zmdi-local-convenience-store:before {
  content: '\F1D3'; }

.zmdi-local-dining:before {
  content: '\F153'; }

.zmdi-local-drink:before {
  content: '\F157'; }

.zmdi-local-florist:before {
  content: '\F168'; }

.zmdi-local-gas-station:before {
  content: '\F16F'; }

.zmdi-local-grocery-store:before {
  content: '\F1CB'; }

.zmdi-local-hospital:before {
  content: '\F177'; }

.zmdi-local-laundry-service:before {
  content: '\F1E9'; }

.zmdi-local-library:before {
  content: '\F18D'; }

.zmdi-local-mall:before {
  content: '\F195'; }

.zmdi-local-movies:before {
  content: '\F19D'; }

.zmdi-local-offer:before {
  content: '\F187'; }

.zmdi-local-parking:before {
  content: '\F1A5'; }

.zmdi-local-parking:before {
  content: '\F1A5'; }

.zmdi-local-pharmacy:before {
  content: '\F176'; }

.zmdi-local-phone:before {
  content: '\F2BE'; }

.zmdi-local-pizza:before {
  content: '\F1AC'; }

.zmdi-local-post-office:before {
  content: '\F15A'; }

.zmdi-local-printshop:before {
  content: '\F1B0'; }

.zmdi-local-see:before {
  content: '\F28C'; }

.zmdi-local-shipping:before {
  content: '\F1E6'; }

.zmdi-local-store:before {
  content: '\F1D4'; }

.zmdi-local-taxi:before {
  content: '\F123'; }

.zmdi-local-wc:before {
  content: '\F211'; }

.zmdi-my-location:before {
  content: '\F299'; }

.zmdi-directions:before {
  content: '\F1E7'; }

.navbar-app {
  background-color: #73bd44;
  border: 0;
  min-height: 30px;
  margin-bottom: 0; }
  .navbar-app a,
  .navbar-app a:hover {
    color: #FFF; }

.navbar-app .navbar-menu {
  float: left;
  padding: 6px 14px;
  font-size: 20px;
  line-height: 18px;
  height: 33px;
  border-right: 1px solid #aad273;
  color: #FFF; }

.navbar-menu.navbar {
  min-height: 32px; }

.navbar-app .navbar-brand {
  margin-left: 0 !important;
  color: #FFF;
  padding: 6px 14px;
  padding-right: 60px;
  height: 32px; }
  .navbar-app .navbar-brand:hover {
    color: #FFF; }

.navbar-app .navbar-menu:hover,
.navbar-app .navbar-menu:focus {
  color: #FFF;
  background-color: #5d822b; }

.navbar-fixed-top .container-fluid {
  padding-left: 0; }

.navbar-app .navbar-nav > li:first-child > a {
  border-left: 1px solid #aad273; }

.navbar-app .navbar-nav > li > a {
  color: #FFF;
  border-right: 1px solid #aad273;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 16px; }

.navbar-app .navbar-nav > li > a:hover,
.navbar-app .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: #76a03d; }

.navbar-app .navbar-nav > .active-settings > a,
.navbar-app .navbar-nav > .active-settings > a:hover,
.navbar-app .navbar-nav > .active-settings > a:focus {
  color: #000;
  background-color: #f3f3f3; }

.navbar-app .navbar-nav > .open > a,
.navbar-app .navbar-nav > .open > a:hover,
.navbar-app .navbar-nav > .open > a:focus {
  background-color: #76a03d;
  color: #FFF; }

.navbar-app .dropdown.user-profile-top-buttom a {
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px; }

.navbar-app .dropdown.user-profile-top-buttom .name {
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block; }

.navbar-app .dropdown.user-profile-top-buttom .company {
  font-weight: 300;
  display: inline-block;
  margin-right: 10px; }

.datetime-block {
  font-size: 12px;
  background: none;
  border: none;
  cursor: pointer;
  color: #FFF;
  border-right: 1px solid #aad273;
  border-left: 1px solid #aad273;
  line-height: 16px;
  display: block;
  padding: 8px 15px; }

.datetime-block .time {
  padding-right: 10px;
  font-weight: 700; }

.navbar-app .navbar-right {
  float: right !important;
  margin-right: -15px; }

.navbar-app .navbar-header {
  float: left; }

.navbar-app .navbar-nav {
  float: left; }

.navbar-app .navbar-nav > li {
  float: left; }

#lobby {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%; }

#lobby-menu {
  width: 100%;
  padding: 0 100px; }

#lobby-docked {
  min-height: 160px;
  width: 100%;
  padding: 0 100px;
  background-color: #e6e6e6; }

.lobby-menu-container,
.lobby-docked-container {
  position: relative;
  padding-top: 20px; }

.lobby-menu-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .lobby-menu-items .apps-menu-item-container {
    margin: 5px 20px;
    height: 150px; }

.lobby-docked-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .lobby-docked-items .apps-menu-item-container {
    margin: 0 20px;
    height: 130px; }

.apps-menu-item-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 0;
  width: 100px;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100); }
  .apps-menu-item-container .apps-menu-item-content {
    flex: 1;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    .apps-menu-item-container .apps-menu-item-content .apps-menu-item-icon {
      padding: 0px 5px;
      height: 95px; }
    .apps-menu-item-container .apps-menu-item-content .apps-menu-item-header {
      font-size: 12px;
      font-weight: 800;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row; }
    .apps-menu-item-container .apps-menu-item-content .apps-menu-item-title {
      text-align: center; }
    .apps-menu-item-container .apps-menu-item-content .apps-menu-priority {
      margin-bottom: -25px;
      z-index: 10; }
      .apps-menu-item-container .apps-menu-item-content .apps-menu-priority .apps-menu-item-number {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-right: 5px; }
        .apps-menu-item-container .apps-menu-item-content .apps-menu-priority .apps-menu-item-number .number {
          font-size: 15px;
          font-weight: bold;
          background-color: #73bd44;
          width: 28px;
          height: 28px;
          border-radius: 50%;
          text-align: center;
          color: #edecec;
          border: 2px solid #edecec;
          padding-top: 1px;
          z-index: 2; }
  .apps-menu-item-container a {
    height: 100%;
    width: 100%; }
  .apps-menu-item-container a,
  .apps-menu-item-container a:hover {
    color: #000; }
  .apps-menu-item-container:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); }

.apps-menu-item-container.open {
  opacity: 0.4;
  filter: alpha(opacity=40); }

.apps-menu-item-container:nth-child(1) {
  order: 1;
  -webkit-order: 1; }

.apps-menu-item-container:nth-child(2) {
  order: 2;
  -webkit-order: 2; }

.apps-menu-item-container:nth-child(3) {
  order: 3;
  -webkit-order: 3; }

.apps-menu-item-container:nth-child(4) {
  order: 4;
  -webkit-order: 4; }

.apps-menu-item-container:nth-child(5) {
  order: 5;
  -webkit-order: 5; }

.apps-menu-item-container:nth-child(6) {
  order: 6;
  -webkit-order: 6; }

.apps-menu-item-container:nth-child(7) {
  order: 7;
  -webkit-order: 7; }

.apps-menu-item-container:nth-child(8) {
  order: 8;
  -webkit-order: 8; }

.apps-menu-item-container:nth-child(9) {
  order: 9;
  -webkit-order: 9; }

.apps-menu-item-container:nth-child(10) {
  order: 10;
  -webkit-order: 10; }

.apps-menu-item-container:nth-child(11) {
  order: 11;
  -webkit-order: 11; }

.apps-menu-item-container:nth-child(12) {
  order: 12;
  -webkit-order: 12; }

.apps-menu-item-container:nth-child(13) {
  order: 13;
  -webkit-order: 13; }

.apps-menu-item-container:nth-child(14) {
  order: 14;
  -webkit-order: 14; }

.apps-menu-item-container:nth-child(15) {
  order: 15;
  -webkit-order: 15; }

.apps-menu-item-container:nth-child(16) {
  order: 16;
  -webkit-order: 16; }

.apps-menu-item-container:nth-child(17) {
  order: 17;
  -webkit-order: 17; }

.apps-menu-item-container:nth-child(18) {
  order: 18;
  -webkit-order: 18; }

.tabs-container {
  position: fixed;
  top: 32px;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #dadada;
  padding-top: 5px;
  min-height: 36px;
  border-bottom: 4px solid #86bd3a; }
  .tabs-container .tabs {
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0;
    overflow: hidden; }
    .tabs-container .tabs li {
      display: inline-flex;
      margin-right: 1px; }
      .tabs-container .tabs li a {
        position: relative;
        display: block;
        padding: 5px 15px 5px 7px;
        background-color: #cacaca;
        color: #000;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 11px; }
      .tabs-container .tabs li a:first-child {
        padding-left: 15px;
        padding-right: 3px;
        border-radius: 4px 0 0 0; }
      .tabs-container .tabs li a:nth-child(2) {
        padding-top: 6px;
        padding-bottom: 4px; }
      .tabs-container .tabs li a:last-child {
        border-radius: 0 4px 0 0;
        margin-right: 4px;
        padding-right: 10px; }
      .tabs-container .tabs li .close-tab-button:hover {
        background-color: #b5b5b5; }
      .tabs-container .tabs li .close-tab-button {
        padding-top: 5px;
        font-size: 13px; }
      .tabs-container .tabs li.active a {
        background-color: #67ab3c;
        color: #FFF; }
      .tabs-container .tabs li.active .close-tab-button:hover {
        background-color: #5c9836; }

.module {
  height: 100%;
  display: flex; }
  .module .module-content,
  .module .module-sidebar {
    height: 100%; }
  .module .module-sidebar {
    width: 300px; }
  .module .module-sidebar.only-icons {
    width: 80px; }
    .module .module-sidebar.only-icons li span {
      display: block;
      padding: 0;
      margin-top: 5px;
      word-break: break-word;
      font-size: 12px;
      font-weight: 200; }
    .module .module-sidebar.only-icons .main-menu > li > a {
      text-align: center;
      padding: 14px 4px; }
    .module .module-sidebar.only-icons .only-icon-button {
      text-align: center; }
  .module .module-content {
    width: 100%; }
  .module .module-container {
    height: 100%;
    background-color: #e4e4e4;
    padding: 15px 15px 0;
    display: flex;
    flex-direction: row; }
    .module .module-container .module-page {
      flex: 1;
      overflow: auto;
      height: 100%;
      background-color: #FFFFFF; }
      .module .module-container .module-page .module-content-header {
        background-color: #8bc34a;
        padding: 10px 20px; }
        .module .module-container .module-page .module-content-header h2 {
          font-size: 17px;
          color: #FFF;
          font-weight: 300;
          margin: 0; }
        .module .module-container .module-page .module-content-header a,
        .module .module-container .module-page .module-content-header a:hover {
          color: #FFF; }
  .module .module-bar {
    padding: 0 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    background-color: #FFF; }
    .module .module-bar .module-bar-items {
      list-style: none;
      margin: 0;
      padding: 0; }
      .module .module-bar .module-bar-items li {
        display: inline-block;
        padding: 7px 20px 7px 0; }
  .module .module-sidebar.only-icons .main-menu > li > a > i.chevron {
    float: none; }
  .module .module-sidebar .main-menu > li > a > i.chevron {
    float: right; }
  .module .module-sidebar {
    background-color: #73bd44;
    padding-right: 0 !important; }
    .module .module-sidebar .main-menu::-webkit-scrollbar {
      display: none; }
    .module .module-sidebar .main-menu > li.active .contain-submodule ul {
      max-height: 300px;
      transition: max-height .4s; }
    .module .module-sidebar .contain-submodule {
      background-color: #50731e;
      border-top: 1px solid #73bd44; }
      .module .module-sidebar .contain-submodule ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s; }
      .module .module-sidebar .contain-submodule a:first-child {
        padding-left: 40px; }
    .module .module-sidebar .main-menu > li > a {
      color: #FFF;
      min-height: 46px;
      padding: 14px; }
    .module .module-sidebar .main-menu > li.active > a,
    .module .module-sidebar .main-menu > li > a:hover {
      color: #FFF;
      background-color: #67922b; }
    .module .module-sidebar .main-menu {
      list-style: none;
      padding-left: 0;
      margin: 0;
      overflow: scroll;
      height: inherit; }
      .module .module-sidebar .main-menu span {
        padding-left: 15px;
        vertical-align: top; }
      .module .module-sidebar .main-menu .chevron {
        font-size: 30px;
        line-height: 16px; }
    .module .module-sidebar .main-menu > li > a > i {
      position: relative;
      left: auto;
      top: auto;
      width: auto;
      padding: 0; }
    .module .module-sidebar .only-icon-button {
      height: 36px;
      background-color: #86bd3a;
      padding: 6px 24px;
      color: #FFF;
      font-weight: 500;
      font-size: 15px; }

.modal-card .modal-content {
  height: 492px;
  position: relative; }

.modal-card .card-header {
  padding-top: 5px !important;
  min-height: 40px !important; }

.modal-card .modal-body {
  height: 300px;
  overflow-y: auto; }

.modal-card .search {
  border: 1px solid #c2c3c9; }

.modal-card .search .form-control,
.modal-card .search .input-group-addon {
  border: 0; }

.modal-card .search .glyphicon-search {
  vertical-align: top;
  padding: 9px 10px 0; }

.modal-card .search .glyphicon-search:before {
  content: "\F1C3";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 17px;
  vertical-align: top;
  line-height: 100%; }

.modal-card .nav-pills > li > a,
.modal-card .nav-pills > li > a:hover,
.modal-card .nav-pills > li > a:focus {
  color: #000; }

.modal-card .nav-pills > li.active > a,
.modal-card .nav-pills > li.active > a:hover,
.modal-card .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #73bd44; }

.modal-card .modal-columns {
  height: 345px; }
  .modal-card .modal-columns .modal-columns__right,
  .modal-card .modal-columns .modal-columns__left {
    height: 100%;
    overflow-y: auto; }
  .modal-card .modal-columns .modal-columns__left {
    padding-right: 0; }

.table-permissions .permission-item.parent td {
  padding-left: 10px !important; }

.table-permissions .permission-item.child td {
  padding-left: 40px !important; }

.table-permissions .permission-item.parent.open ~ .permission-item.child {
  display: block; }

.table-permissions .permission-item.parent.closed ~ .permission-item.child {
  display: none !important; }

.table-permissions .checkbox {
  margin: 0; }
  .table-permissions .checkbox.permission-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 6px; }
    .table-permissions .checkbox.permission-list a {
      font-size: 1.5em;
      color: #5e5e5e; }
      .table-permissions .checkbox.permission-list a:hover {
        color: #777777; }

.access-protection {
  display: flex;
  align-items: center;
  justify-content: space-around; }

.cards {
  height: 100%; }
  .cards .card-module > .row {
    height: 100%; }
  .cards .card-module.col-md-1, .cards .card-module.col-xs-1,
  .cards .card-module.col-md-2, .cards .card-module.col-xs-2,
  .cards .card-module.col-md-3, .cards .card-module.col-xs-3,
  .cards .card-module.col-md-4, .cards .card-module.col-xs-4,
  .cards .card-module.col-md-5, .cards .card-module.col-xs-5,
  .cards .card-module.col-md-6, .cards .card-module.col-xs-6,
  .cards .card-module.col-md-7, .cards .card-module.col-xs-7,
  .cards .card-module.col-md-8, .cards .card-module.col-xs-8,
  .cards .card-module.col-md-9, .cards .card-module.col-xs-9,
  .cards .card-module.col-md-10, .cards .card-module.col-xs-10,
  .cards .card-module.col-md-11, .cards .card-module.col-xs-11,
  .cards .card-module.col-md-12, .cards .card-module.col-xs-12 {
    height: 100%;
    padding-left: 0;
    padding-right: 1px; }
    .cards .card-module.col-md-1 .card, .cards .card-module.col-xs-1 .card,
    .cards .card-module.col-md-2 .card, .cards .card-module.col-xs-2 .card,
    .cards .card-module.col-md-3 .card, .cards .card-module.col-xs-3 .card,
    .cards .card-module.col-md-4 .card, .cards .card-module.col-xs-4 .card,
    .cards .card-module.col-md-5 .card, .cards .card-module.col-xs-5 .card,
    .cards .card-module.col-md-6 .card, .cards .card-module.col-xs-6 .card,
    .cards .card-module.col-md-7 .card, .cards .card-module.col-xs-7 .card,
    .cards .card-module.col-md-8 .card, .cards .card-module.col-xs-8 .card,
    .cards .card-module.col-md-9 .card, .cards .card-module.col-xs-9 .card,
    .cards .card-module.col-md-10 .card, .cards .card-module.col-xs-10 .card,
    .cards .card-module.col-md-11 .card, .cards .card-module.col-xs-11 .card,
    .cards .card-module.col-md-12 .card, .cards .card-module.col-xs-12 .card {
      height: 100%; }
      .cards .card-module.col-md-1 .card .card-header > .form-inline,
      .cards .card-module.col-md-1 .card .card-actions > .form-inline, .cards .card-module.col-xs-1 .card .card-header > .form-inline,
      .cards .card-module.col-xs-1 .card .card-actions > .form-inline,
      .cards .card-module.col-md-2 .card .card-header > .form-inline,
      .cards .card-module.col-md-2 .card .card-actions > .form-inline, .cards .card-module.col-xs-2 .card .card-header > .form-inline,
      .cards .card-module.col-xs-2 .card .card-actions > .form-inline,
      .cards .card-module.col-md-3 .card .card-header > .form-inline,
      .cards .card-module.col-md-3 .card .card-actions > .form-inline, .cards .card-module.col-xs-3 .card .card-header > .form-inline,
      .cards .card-module.col-xs-3 .card .card-actions > .form-inline,
      .cards .card-module.col-md-4 .card .card-header > .form-inline,
      .cards .card-module.col-md-4 .card .card-actions > .form-inline, .cards .card-module.col-xs-4 .card .card-header > .form-inline,
      .cards .card-module.col-xs-4 .card .card-actions > .form-inline,
      .cards .card-module.col-md-5 .card .card-header > .form-inline,
      .cards .card-module.col-md-5 .card .card-actions > .form-inline, .cards .card-module.col-xs-5 .card .card-header > .form-inline,
      .cards .card-module.col-xs-5 .card .card-actions > .form-inline,
      .cards .card-module.col-md-6 .card .card-header > .form-inline,
      .cards .card-module.col-md-6 .card .card-actions > .form-inline, .cards .card-module.col-xs-6 .card .card-header > .form-inline,
      .cards .card-module.col-xs-6 .card .card-actions > .form-inline,
      .cards .card-module.col-md-7 .card .card-header > .form-inline,
      .cards .card-module.col-md-7 .card .card-actions > .form-inline, .cards .card-module.col-xs-7 .card .card-header > .form-inline,
      .cards .card-module.col-xs-7 .card .card-actions > .form-inline,
      .cards .card-module.col-md-8 .card .card-header > .form-inline,
      .cards .card-module.col-md-8 .card .card-actions > .form-inline, .cards .card-module.col-xs-8 .card .card-header > .form-inline,
      .cards .card-module.col-xs-8 .card .card-actions > .form-inline,
      .cards .card-module.col-md-9 .card .card-header > .form-inline,
      .cards .card-module.col-md-9 .card .card-actions > .form-inline, .cards .card-module.col-xs-9 .card .card-header > .form-inline,
      .cards .card-module.col-xs-9 .card .card-actions > .form-inline,
      .cards .card-module.col-md-10 .card .card-header > .form-inline,
      .cards .card-module.col-md-10 .card .card-actions > .form-inline, .cards .card-module.col-xs-10 .card .card-header > .form-inline,
      .cards .card-module.col-xs-10 .card .card-actions > .form-inline,
      .cards .card-module.col-md-11 .card .card-header > .form-inline,
      .cards .card-module.col-md-11 .card .card-actions > .form-inline, .cards .card-module.col-xs-11 .card .card-header > .form-inline,
      .cards .card-module.col-xs-11 .card .card-actions > .form-inline,
      .cards .card-module.col-md-12 .card .card-header > .form-inline,
      .cards .card-module.col-md-12 .card .card-actions > .form-inline, .cards .card-module.col-xs-12 .card .card-header > .form-inline,
      .cards .card-module.col-xs-12 .card .card-actions > .form-inline {
        margin: 0; }
        .cards .card-module.col-md-1 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-1 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-1 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-1 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-2 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-2 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-2 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-2 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-3 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-3 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-3 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-3 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-4 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-4 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-4 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-4 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-5 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-5 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-5 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-5 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-6 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-6 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-6 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-6 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-7 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-7 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-7 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-7 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-8 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-8 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-8 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-8 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-9 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-9 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-9 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-9 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-10 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-10 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-10 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-10 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-11 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-11 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-11 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-11 .card .card-actions > .form-inline .form-group,
        .cards .card-module.col-md-12 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-md-12 .card .card-actions > .form-inline .form-group, .cards .card-module.col-xs-12 .card .card-header > .form-inline .form-group,
        .cards .card-module.col-xs-12 .card .card-actions > .form-inline .form-group {
          padding-right: 5px; }
          .cards .card-module.col-md-1 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-1 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-1 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-1 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-2 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-2 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-2 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-2 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-3 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-3 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-3 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-3 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-4 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-4 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-4 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-4 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-5 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-5 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-5 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-5 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-6 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-6 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-6 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-6 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-7 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-7 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-7 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-7 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-8 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-8 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-8 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-8 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-9 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-9 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-9 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-9 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-10 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-10 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-10 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-10 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-11 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-11 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-11 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-11 .card .card-actions > .form-inline .form-group label,
          .cards .card-module.col-md-12 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-md-12 .card .card-actions > .form-inline .form-group label, .cards .card-module.col-xs-12 .card .card-header > .form-inline .form-group label,
          .cards .card-module.col-xs-12 .card .card-actions > .form-inline .form-group label {
            padding-right: 5px; }
      .cards .card-module.col-md-1 .card .card-header, .cards .card-module.col-xs-1 .card .card-header,
      .cards .card-module.col-md-2 .card .card-header, .cards .card-module.col-xs-2 .card .card-header,
      .cards .card-module.col-md-3 .card .card-header, .cards .card-module.col-xs-3 .card .card-header,
      .cards .card-module.col-md-4 .card .card-header, .cards .card-module.col-xs-4 .card .card-header,
      .cards .card-module.col-md-5 .card .card-header, .cards .card-module.col-xs-5 .card .card-header,
      .cards .card-module.col-md-6 .card .card-header, .cards .card-module.col-xs-6 .card .card-header,
      .cards .card-module.col-md-7 .card .card-header, .cards .card-module.col-xs-7 .card .card-header,
      .cards .card-module.col-md-8 .card .card-header, .cards .card-module.col-xs-8 .card .card-header,
      .cards .card-module.col-md-9 .card .card-header, .cards .card-module.col-xs-9 .card .card-header,
      .cards .card-module.col-md-10 .card .card-header, .cards .card-module.col-xs-10 .card .card-header,
      .cards .card-module.col-md-11 .card .card-header, .cards .card-module.col-xs-11 .card .card-header,
      .cards .card-module.col-md-12 .card .card-header, .cards .card-module.col-xs-12 .card .card-header {
        display: flex;
        background-color: #73bd44;
        position: absolute;
        left: 0;
        right: 0;
        padding: 2px 12px 0px;
        color: #FFF;
        min-height: 36px;
        justify-content: space-between; }
        .cards .card-module.col-md-1 .card .card-header .title-card, .cards .card-module.col-xs-1 .card .card-header .title-card,
        .cards .card-module.col-md-2 .card .card-header .title-card, .cards .card-module.col-xs-2 .card .card-header .title-card,
        .cards .card-module.col-md-3 .card .card-header .title-card, .cards .card-module.col-xs-3 .card .card-header .title-card,
        .cards .card-module.col-md-4 .card .card-header .title-card, .cards .card-module.col-xs-4 .card .card-header .title-card,
        .cards .card-module.col-md-5 .card .card-header .title-card, .cards .card-module.col-xs-5 .card .card-header .title-card,
        .cards .card-module.col-md-6 .card .card-header .title-card, .cards .card-module.col-xs-6 .card .card-header .title-card,
        .cards .card-module.col-md-7 .card .card-header .title-card, .cards .card-module.col-xs-7 .card .card-header .title-card,
        .cards .card-module.col-md-8 .card .card-header .title-card, .cards .card-module.col-xs-8 .card .card-header .title-card,
        .cards .card-module.col-md-9 .card .card-header .title-card, .cards .card-module.col-xs-9 .card .card-header .title-card,
        .cards .card-module.col-md-10 .card .card-header .title-card, .cards .card-module.col-xs-10 .card .card-header .title-card,
        .cards .card-module.col-md-11 .card .card-header .title-card, .cards .card-module.col-xs-11 .card .card-header .title-card,
        .cards .card-module.col-md-12 .card .card-header .title-card, .cards .card-module.col-xs-12 .card .card-header .title-card {
          padding-top: 6px; }
        .cards .card-module.col-md-1 .card .card-header h2, .cards .card-module.col-xs-1 .card .card-header h2,
        .cards .card-module.col-md-2 .card .card-header h2, .cards .card-module.col-xs-2 .card .card-header h2,
        .cards .card-module.col-md-3 .card .card-header h2, .cards .card-module.col-xs-3 .card .card-header h2,
        .cards .card-module.col-md-4 .card .card-header h2, .cards .card-module.col-xs-4 .card .card-header h2,
        .cards .card-module.col-md-5 .card .card-header h2, .cards .card-module.col-xs-5 .card .card-header h2,
        .cards .card-module.col-md-6 .card .card-header h2, .cards .card-module.col-xs-6 .card .card-header h2,
        .cards .card-module.col-md-7 .card .card-header h2, .cards .card-module.col-xs-7 .card .card-header h2,
        .cards .card-module.col-md-8 .card .card-header h2, .cards .card-module.col-xs-8 .card .card-header h2,
        .cards .card-module.col-md-9 .card .card-header h2, .cards .card-module.col-xs-9 .card .card-header h2,
        .cards .card-module.col-md-10 .card .card-header h2, .cards .card-module.col-xs-10 .card .card-header h2,
        .cards .card-module.col-md-11 .card .card-header h2, .cards .card-module.col-xs-11 .card .card-header h2,
        .cards .card-module.col-md-12 .card .card-header h2, .cards .card-module.col-xs-12 .card .card-header h2 {
          color: #FFF; }
        .cards .card-module.col-md-1 .card .card-header .card-actions, .cards .card-module.col-xs-1 .card .card-header .card-actions,
        .cards .card-module.col-md-2 .card .card-header .card-actions, .cards .card-module.col-xs-2 .card .card-header .card-actions,
        .cards .card-module.col-md-3 .card .card-header .card-actions, .cards .card-module.col-xs-3 .card .card-header .card-actions,
        .cards .card-module.col-md-4 .card .card-header .card-actions, .cards .card-module.col-xs-4 .card .card-header .card-actions,
        .cards .card-module.col-md-5 .card .card-header .card-actions, .cards .card-module.col-xs-5 .card .card-header .card-actions,
        .cards .card-module.col-md-6 .card .card-header .card-actions, .cards .card-module.col-xs-6 .card .card-header .card-actions,
        .cards .card-module.col-md-7 .card .card-header .card-actions, .cards .card-module.col-xs-7 .card .card-header .card-actions,
        .cards .card-module.col-md-8 .card .card-header .card-actions, .cards .card-module.col-xs-8 .card .card-header .card-actions,
        .cards .card-module.col-md-9 .card .card-header .card-actions, .cards .card-module.col-xs-9 .card .card-header .card-actions,
        .cards .card-module.col-md-10 .card .card-header .card-actions, .cards .card-module.col-xs-10 .card .card-header .card-actions,
        .cards .card-module.col-md-11 .card .card-header .card-actions, .cards .card-module.col-xs-11 .card .card-header .card-actions,
        .cards .card-module.col-md-12 .card .card-header .card-actions, .cards .card-module.col-xs-12 .card .card-header .card-actions {
          display: inline-flex; }
        .cards .card-module.col-md-1 .card .card-header .actions, .cards .card-module.col-xs-1 .card .card-header .actions,
        .cards .card-module.col-md-2 .card .card-header .actions, .cards .card-module.col-xs-2 .card .card-header .actions,
        .cards .card-module.col-md-3 .card .card-header .actions, .cards .card-module.col-xs-3 .card .card-header .actions,
        .cards .card-module.col-md-4 .card .card-header .actions, .cards .card-module.col-xs-4 .card .card-header .actions,
        .cards .card-module.col-md-5 .card .card-header .actions, .cards .card-module.col-xs-5 .card .card-header .actions,
        .cards .card-module.col-md-6 .card .card-header .actions, .cards .card-module.col-xs-6 .card .card-header .actions,
        .cards .card-module.col-md-7 .card .card-header .actions, .cards .card-module.col-xs-7 .card .card-header .actions,
        .cards .card-module.col-md-8 .card .card-header .actions, .cards .card-module.col-xs-8 .card .card-header .actions,
        .cards .card-module.col-md-9 .card .card-header .actions, .cards .card-module.col-xs-9 .card .card-header .actions,
        .cards .card-module.col-md-10 .card .card-header .actions, .cards .card-module.col-xs-10 .card .card-header .actions,
        .cards .card-module.col-md-11 .card .card-header .actions, .cards .card-module.col-xs-11 .card .card-header .actions,
        .cards .card-module.col-md-12 .card .card-header .actions, .cards .card-module.col-xs-12 .card .card-header .actions {
          top: 3px;
          position: static; }
          .cards .card-module.col-md-1 .card .card-header .actions li, .cards .card-module.col-xs-1 .card .card-header .actions li,
          .cards .card-module.col-md-2 .card .card-header .actions li, .cards .card-module.col-xs-2 .card .card-header .actions li,
          .cards .card-module.col-md-3 .card .card-header .actions li, .cards .card-module.col-xs-3 .card .card-header .actions li,
          .cards .card-module.col-md-4 .card .card-header .actions li, .cards .card-module.col-xs-4 .card .card-header .actions li,
          .cards .card-module.col-md-5 .card .card-header .actions li, .cards .card-module.col-xs-5 .card .card-header .actions li,
          .cards .card-module.col-md-6 .card .card-header .actions li, .cards .card-module.col-xs-6 .card .card-header .actions li,
          .cards .card-module.col-md-7 .card .card-header .actions li, .cards .card-module.col-xs-7 .card .card-header .actions li,
          .cards .card-module.col-md-8 .card .card-header .actions li, .cards .card-module.col-xs-8 .card .card-header .actions li,
          .cards .card-module.col-md-9 .card .card-header .actions li, .cards .card-module.col-xs-9 .card .card-header .actions li,
          .cards .card-module.col-md-10 .card .card-header .actions li, .cards .card-module.col-xs-10 .card .card-header .actions li,
          .cards .card-module.col-md-11 .card .card-header .actions li, .cards .card-module.col-xs-11 .card .card-header .actions li,
          .cards .card-module.col-md-12 .card .card-header .actions li, .cards .card-module.col-xs-12 .card .card-header .actions li {
            padding-right: 5px; }
            .cards .card-module.col-md-1 .card .card-header .actions li a, .cards .card-module.col-xs-1 .card .card-header .actions li a,
            .cards .card-module.col-md-2 .card .card-header .actions li a, .cards .card-module.col-xs-2 .card .card-header .actions li a,
            .cards .card-module.col-md-3 .card .card-header .actions li a, .cards .card-module.col-xs-3 .card .card-header .actions li a,
            .cards .card-module.col-md-4 .card .card-header .actions li a, .cards .card-module.col-xs-4 .card .card-header .actions li a,
            .cards .card-module.col-md-5 .card .card-header .actions li a, .cards .card-module.col-xs-5 .card .card-header .actions li a,
            .cards .card-module.col-md-6 .card .card-header .actions li a, .cards .card-module.col-xs-6 .card .card-header .actions li a,
            .cards .card-module.col-md-7 .card .card-header .actions li a, .cards .card-module.col-xs-7 .card .card-header .actions li a,
            .cards .card-module.col-md-8 .card .card-header .actions li a, .cards .card-module.col-xs-8 .card .card-header .actions li a,
            .cards .card-module.col-md-9 .card .card-header .actions li a, .cards .card-module.col-xs-9 .card .card-header .actions li a,
            .cards .card-module.col-md-10 .card .card-header .actions li a, .cards .card-module.col-xs-10 .card .card-header .actions li a,
            .cards .card-module.col-md-11 .card .card-header .actions li a, .cards .card-module.col-xs-11 .card .card-header .actions li a,
            .cards .card-module.col-md-12 .card .card-header .actions li a, .cards .card-module.col-xs-12 .card .card-header .actions li a {
              line-height: 30px;
              padding: 0 7px 0 5px;
              width: auto;
              color: #FFF;
              background-color: rgba(0, 0, 0, 0.1);
              border-radius: 3px; }
              .cards .card-module.col-md-1 .card .card-header .actions li a i, .cards .card-module.col-xs-1 .card .card-header .actions li a i,
              .cards .card-module.col-md-2 .card .card-header .actions li a i, .cards .card-module.col-xs-2 .card .card-header .actions li a i,
              .cards .card-module.col-md-3 .card .card-header .actions li a i, .cards .card-module.col-xs-3 .card .card-header .actions li a i,
              .cards .card-module.col-md-4 .card .card-header .actions li a i, .cards .card-module.col-xs-4 .card .card-header .actions li a i,
              .cards .card-module.col-md-5 .card .card-header .actions li a i, .cards .card-module.col-xs-5 .card .card-header .actions li a i,
              .cards .card-module.col-md-6 .card .card-header .actions li a i, .cards .card-module.col-xs-6 .card .card-header .actions li a i,
              .cards .card-module.col-md-7 .card .card-header .actions li a i, .cards .card-module.col-xs-7 .card .card-header .actions li a i,
              .cards .card-module.col-md-8 .card .card-header .actions li a i, .cards .card-module.col-xs-8 .card .card-header .actions li a i,
              .cards .card-module.col-md-9 .card .card-header .actions li a i, .cards .card-module.col-xs-9 .card .card-header .actions li a i,
              .cards .card-module.col-md-10 .card .card-header .actions li a i, .cards .card-module.col-xs-10 .card .card-header .actions li a i,
              .cards .card-module.col-md-11 .card .card-header .actions li a i, .cards .card-module.col-xs-11 .card .card-header .actions li a i,
              .cards .card-module.col-md-12 .card .card-header .actions li a i, .cards .card-module.col-xs-12 .card .card-header .actions li a i {
                color: #FFF;
                font-size: 14px;
                padding-right: 2px; }
              .cards .card-module.col-md-1 .card .card-header .actions li a:before, .cards .card-module.col-xs-1 .card .card-header .actions li a:before,
              .cards .card-module.col-md-2 .card .card-header .actions li a:before, .cards .card-module.col-xs-2 .card .card-header .actions li a:before,
              .cards .card-module.col-md-3 .card .card-header .actions li a:before, .cards .card-module.col-xs-3 .card .card-header .actions li a:before,
              .cards .card-module.col-md-4 .card .card-header .actions li a:before, .cards .card-module.col-xs-4 .card .card-header .actions li a:before,
              .cards .card-module.col-md-5 .card .card-header .actions li a:before, .cards .card-module.col-xs-5 .card .card-header .actions li a:before,
              .cards .card-module.col-md-6 .card .card-header .actions li a:before, .cards .card-module.col-xs-6 .card .card-header .actions li a:before,
              .cards .card-module.col-md-7 .card .card-header .actions li a:before, .cards .card-module.col-xs-7 .card .card-header .actions li a:before,
              .cards .card-module.col-md-8 .card .card-header .actions li a:before, .cards .card-module.col-xs-8 .card .card-header .actions li a:before,
              .cards .card-module.col-md-9 .card .card-header .actions li a:before, .cards .card-module.col-xs-9 .card .card-header .actions li a:before,
              .cards .card-module.col-md-10 .card .card-header .actions li a:before, .cards .card-module.col-xs-10 .card .card-header .actions li a:before,
              .cards .card-module.col-md-11 .card .card-header .actions li a:before, .cards .card-module.col-xs-11 .card .card-header .actions li a:before,
              .cards .card-module.col-md-12 .card .card-header .actions li a:before, .cards .card-module.col-xs-12 .card .card-header .actions li a:before {
                border-radius: 3px; }
              .cards .card-module.col-md-1 .card .card-header .actions li a:hover, .cards .card-module.col-xs-1 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-2 .card .card-header .actions li a:hover, .cards .card-module.col-xs-2 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-3 .card .card-header .actions li a:hover, .cards .card-module.col-xs-3 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-4 .card .card-header .actions li a:hover, .cards .card-module.col-xs-4 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-5 .card .card-header .actions li a:hover, .cards .card-module.col-xs-5 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-6 .card .card-header .actions li a:hover, .cards .card-module.col-xs-6 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-7 .card .card-header .actions li a:hover, .cards .card-module.col-xs-7 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-8 .card .card-header .actions li a:hover, .cards .card-module.col-xs-8 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-9 .card .card-header .actions li a:hover, .cards .card-module.col-xs-9 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-10 .card .card-header .actions li a:hover, .cards .card-module.col-xs-10 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-11 .card .card-header .actions li a:hover, .cards .card-module.col-xs-11 .card .card-header .actions li a:hover,
              .cards .card-module.col-md-12 .card .card-header .actions li a:hover, .cards .card-module.col-xs-12 .card .card-header .actions li a:hover {
                background-color: rgba(0, 0, 0, 0.2); }
              .cards .card-module.col-md-1 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-1 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-2 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-2 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-3 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-3 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-4 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-4 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-5 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-5 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-6 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-6 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-7 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-7 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-8 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-8 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-9 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-9 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-10 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-10 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-11 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-11 .card .card-header .actions li a.btn-disabled,
              .cards .card-module.col-md-12 .card .card-header .actions li a.btn-disabled, .cards .card-module.col-xs-12 .card .card-header .actions li a.btn-disabled {
                opacity: 0.7;
                pointer-events: none;
                cursor: not-allowed; }
              .cards .card-module.col-md-1 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-1 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-2 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-2 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-3 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-3 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-4 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-4 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-5 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-5 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-6 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-6 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-7 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-7 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-8 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-8 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-9 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-9 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-10 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-10 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-11 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-11 .card .card-header .actions li a.btn-add,
              .cards .card-module.col-md-12 .card .card-header .actions li a.btn-add, .cards .card-module.col-xs-12 .card .card-header .actions li a.btn-add {
                background-color: #104ca9; }
              .cards .card-module.col-md-1 .card .card-header .actions li a.active, .cards .card-module.col-xs-1 .card .card-header .actions li a.active,
              .cards .card-module.col-md-2 .card .card-header .actions li a.active, .cards .card-module.col-xs-2 .card .card-header .actions li a.active,
              .cards .card-module.col-md-3 .card .card-header .actions li a.active, .cards .card-module.col-xs-3 .card .card-header .actions li a.active,
              .cards .card-module.col-md-4 .card .card-header .actions li a.active, .cards .card-module.col-xs-4 .card .card-header .actions li a.active,
              .cards .card-module.col-md-5 .card .card-header .actions li a.active, .cards .card-module.col-xs-5 .card .card-header .actions li a.active,
              .cards .card-module.col-md-6 .card .card-header .actions li a.active, .cards .card-module.col-xs-6 .card .card-header .actions li a.active,
              .cards .card-module.col-md-7 .card .card-header .actions li a.active, .cards .card-module.col-xs-7 .card .card-header .actions li a.active,
              .cards .card-module.col-md-8 .card .card-header .actions li a.active, .cards .card-module.col-xs-8 .card .card-header .actions li a.active,
              .cards .card-module.col-md-9 .card .card-header .actions li a.active, .cards .card-module.col-xs-9 .card .card-header .actions li a.active,
              .cards .card-module.col-md-10 .card .card-header .actions li a.active, .cards .card-module.col-xs-10 .card .card-header .actions li a.active,
              .cards .card-module.col-md-11 .card .card-header .actions li a.active, .cards .card-module.col-xs-11 .card .card-header .actions li a.active,
              .cards .card-module.col-md-12 .card .card-header .actions li a.active, .cards .card-module.col-xs-12 .card .card-header .actions li a.active {
                background-color: rgba(0, 0, 0, 0.3); }
              .cards .card-module.col-md-1 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-1 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-2 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-2 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-3 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-3 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-4 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-4 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-5 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-5 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-6 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-6 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-7 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-7 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-8 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-8 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-9 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-9 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-10 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-10 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-11 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-11 .card .card-header .actions li a.btn-delete,
              .cards .card-module.col-md-12 .card .card-header .actions li a.btn-delete, .cards .card-module.col-xs-12 .card .card-header .actions li a.btn-delete {
                margin-right: 20px;
                background-color: #eb5862; }
              .cards .card-module.col-md-1 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-1 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-2 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-2 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-3 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-3 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-4 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-4 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-5 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-5 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-6 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-6 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-7 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-7 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-8 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-8 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-9 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-9 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-10 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-10 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-11 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-11 .card .card-header .actions li a.btn-delete-2,
              .cards .card-module.col-md-12 .card .card-header .actions li a.btn-delete-2, .cards .card-module.col-xs-12 .card .card-header .actions li a.btn-delete-2 {
                background-color: #eb5862; }
              .cards .card-module.col-md-1 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-1 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-2 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-2 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-3 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-3 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-4 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-4 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-5 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-5 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-6 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-6 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-7 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-7 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-8 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-8 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-9 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-9 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-10 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-10 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-11 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-11 .card .card-header .actions li a.btn-active,
              .cards .card-module.col-md-12 .card .card-header .actions li a.btn-active, .cards .card-module.col-xs-12 .card .card-header .actions li a.btn-active {
                background-color: #2196F3; }
              .cards .card-module.col-md-1 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-1 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-2 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-2 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-3 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-3 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-4 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-4 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-5 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-5 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-6 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-6 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-7 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-7 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-8 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-8 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-9 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-9 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-10 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-10 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-11 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-11 .card .card-header .actions li a.btn-save,
              .cards .card-module.col-md-12 .card .card-header .actions li a.btn-save, .cards .card-module.col-xs-12 .card .card-header .actions li a.btn-save {
                background-color: #f9cd56; }
              .cards .card-module.col-md-1 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-1 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-2 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-2 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-3 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-3 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-4 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-4 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-5 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-5 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-6 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-6 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-7 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-7 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-8 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-8 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-9 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-9 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-10 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-10 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-11 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-11 .card .card-header .actions li a.btn-export,
              .cards .card-module.col-md-12 .card .card-header .actions li a.btn-export, .cards .card-module.col-xs-12 .card .card-header .actions li a.btn-export {
                background-color: #02713a; }
              .cards .card-module.col-md-1 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-1 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-2 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-2 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-3 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-3 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-4 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-4 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-5 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-5 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-6 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-6 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-7 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-7 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-8 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-8 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-9 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-9 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-10 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-10 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-11 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-11 .card .card-header .actions li a.btn-import,
              .cards .card-module.col-md-12 .card .card-header .actions li a.btn-import, .cards .card-module.col-xs-12 .card .card-header .actions li a.btn-import {
                background-color: #4caf50;
                margin-right: 20px; }
              .cards .card-module.col-md-1 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-md-1 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-1 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-1 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-2 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-2 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-2 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-2 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-3 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-3 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-3 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-3 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-4 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-4 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-4 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-4 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-5 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-5 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-5 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-5 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-6 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-6 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-6 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-6 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-7 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-7 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-7 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-7 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-8 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-8 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-8 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-8 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-9 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-9 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-9 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-9 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-10 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-10 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-10 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-10 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-11 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-11 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-11 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-11 .card .card-header .actions li a.btn-close,
              .cards .card-module.col-md-12 .card .card-header .actions li a.btn-cancel,
              .cards .card-module.col-md-12 .card .card-header .actions li a.btn-close, .cards .card-module.col-xs-12 .card .card-header .actions li a.btn-cancel, .cards .card-module.col-xs-12 .card .card-header .actions li a.btn-close {
                background-color: #f38a48; }
      .cards .card-module.col-md-1 .card .card-body, .cards .card-module.col-xs-1 .card .card-body,
      .cards .card-module.col-md-2 .card .card-body, .cards .card-module.col-xs-2 .card .card-body,
      .cards .card-module.col-md-3 .card .card-body, .cards .card-module.col-xs-3 .card .card-body,
      .cards .card-module.col-md-4 .card .card-body, .cards .card-module.col-xs-4 .card .card-body,
      .cards .card-module.col-md-5 .card .card-body, .cards .card-module.col-xs-5 .card .card-body,
      .cards .card-module.col-md-6 .card .card-body, .cards .card-module.col-xs-6 .card .card-body,
      .cards .card-module.col-md-7 .card .card-body, .cards .card-module.col-xs-7 .card .card-body,
      .cards .card-module.col-md-8 .card .card-body, .cards .card-module.col-xs-8 .card .card-body,
      .cards .card-module.col-md-9 .card .card-body, .cards .card-module.col-xs-9 .card .card-body,
      .cards .card-module.col-md-10 .card .card-body, .cards .card-module.col-xs-10 .card .card-body,
      .cards .card-module.col-md-11 .card .card-body, .cards .card-module.col-xs-11 .card .card-body,
      .cards .card-module.col-md-12 .card .card-body, .cards .card-module.col-xs-12 .card .card-body {
        position: absolute;
        top: 37px;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: auto;
        overflow-x: hidden; }
    .cards .card-module.col-md-1:first-child, .cards .card-module.col-xs-1:first-child,
    .cards .card-module.col-md-2:first-child, .cards .card-module.col-xs-2:first-child,
    .cards .card-module.col-md-3:first-child, .cards .card-module.col-xs-3:first-child,
    .cards .card-module.col-md-4:first-child, .cards .card-module.col-xs-4:first-child,
    .cards .card-module.col-md-5:first-child, .cards .card-module.col-xs-5:first-child,
    .cards .card-module.col-md-6:first-child, .cards .card-module.col-xs-6:first-child,
    .cards .card-module.col-md-7:first-child, .cards .card-module.col-xs-7:first-child,
    .cards .card-module.col-md-8:first-child, .cards .card-module.col-xs-8:first-child,
    .cards .card-module.col-md-9:first-child, .cards .card-module.col-xs-9:first-child,
    .cards .card-module.col-md-10:first-child, .cards .card-module.col-xs-10:first-child,
    .cards .card-module.col-md-11:first-child, .cards .card-module.col-xs-11:first-child,
    .cards .card-module.col-md-12:first-child, .cards .card-module.col-xs-12:first-child {
      padding-left: 15px; }
    .cards .card-module.col-md-1:last-child, .cards .card-module.col-xs-1:last-child,
    .cards .card-module.col-md-2:last-child, .cards .card-module.col-xs-2:last-child,
    .cards .card-module.col-md-3:last-child, .cards .card-module.col-xs-3:last-child,
    .cards .card-module.col-md-4:last-child, .cards .card-module.col-xs-4:last-child,
    .cards .card-module.col-md-5:last-child, .cards .card-module.col-xs-5:last-child,
    .cards .card-module.col-md-6:last-child, .cards .card-module.col-xs-6:last-child,
    .cards .card-module.col-md-7:last-child, .cards .card-module.col-xs-7:last-child,
    .cards .card-module.col-md-8:last-child, .cards .card-module.col-xs-8:last-child,
    .cards .card-module.col-md-9:last-child, .cards .card-module.col-xs-9:last-child,
    .cards .card-module.col-md-10:last-child, .cards .card-module.col-xs-10:last-child,
    .cards .card-module.col-md-11:last-child, .cards .card-module.col-xs-11:last-child,
    .cards .card-module.col-md-12:last-child, .cards .card-module.col-xs-12:last-child {
      padding-right: 15px; }

.headers-cdr {
  display: flex;
  justify-content: space-between; }

.headers-cdr-b {
  display: flex;
  justify-content: space-evenly; }

.disabled-buton {
  cursor: not-allowed;
  background-color: #EEEEEE; }

.wp-90 {
  width: 90%; }

.wp-80 {
  width: 80%; }

.wp-70 {
  width: 70%; }

.wp-65 {
  width: 65%; }

.wp-60 {
  width: 60%; }

.wp-55 {
  width: 55%; }

.wp-50 {
  width: 50%; }

.wp-45 {
  width: 45%; }

.wp-40 {
  width: 40%; }

.form-filter {
  display: flex;
  align-items: center; }

.audio-filter {
  justify-content: space-evenly;
  display: flex; }

.radio-filter {
  list-style: none;
  margin: 0; }

.list-filter-by {
  background-color: #fff;
  color: #5E5E5E;
  cursor: pointer; }

.divider-left {
  border-left: 1px solid #dddddd; }

.divider-right {
  border-right: 1px solid #dddddd; }

.incoming-calls {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */ }

.divider-top {
  border-top: 1px solid #dddddd; }

.divider-bottom {
  border-bottom: 1px solid #dddddd; }

.section-division-import {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.group-import {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 18px;
  margin-right: 18px; }

.group-profile {
  display: flex;
  margin-right: 45px; }

.list-detail-inused {
  margin: 0; }
  .list-detail-inused .module {
    list-style: none;
    font-weight: bold;
    font-size: 14px; }

.lb-info {
  color: #2196f3; }

.lb-warn {
  color: #ff9800; }

.lb-error {
  color: #eb5862; }

.title-icono {
  align-items: center;
  display: flex; }

.card-body-btn {
  list-style: none;
  padding-right: 46px; }
  .card-body-btn a {
    line-height: 30px;
    padding: 6px;
    width: auto;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
    .card-body-btn a i {
      color: #FFF;
      font-size: 14px;
      padding-right: 2px; }
    .card-body-btn a:before {
      border-radius: 3px; }
    .card-body-btn a.btn-export {
      background-color: #02713a; }
      .card-body-btn a.btn-export:hover {
        background-color: #0a522e; }
    .card-body-btn a.btn-import {
      background-color: #4caf50; }
      .card-body-btn a.btn-import:hover {
        background-color: #39943d; }
    .card-body-btn a.btn-active {
      background-color: #2196F3; }
      .card-body-btn a.btn-active:hover {
        background-color: #4b9cdc; }
    .card-body-btn a.btn-add {
      background-color: #104ca9; }
      .card-body-btn a.btn-add:hover {
        background-color: #104ca9; }
    .card-body-btn a.btn-disabled {
      opacity: 0.7;
      pointer-events: none;
      cursor: not-allowed; }

.btn-save {
  font-size: 14px;
  width: auto;
  color: #FFF;
  background-color: #f9cd56; }
  .btn-save:hover {
    color: #FFF;
    background-color: #e0b84d; }

.btn-close {
  font-size: 14px;
  width: auto;
  color: #FFF;
  background-color: #f38a48; }
  .btn-close:hover {
    color: #FFF;
    background-color: #da7c41; }

.btn-upload {
  font-size: 14px;
  line-height: 30px;
  padding: 7px 10px;
  width: auto;
  color: #FFF;
  border-radius: 3px;
  background-color: #73bd44; }
  .btn-upload:hover {
    color: #FFF;
    background-color: rgba(115, 189, 68, 0.8); }

.btn-play {
  font-size: 14px;
  line-height: 30px;
  padding: 7px 10px;
  width: auto;
  color: #FFF;
  border-radius: 3px;
  background-color: #39d4f2; }
  .btn-play:hover {
    background-color: rgba(57, 212, 242, 0.8); }

.btn-audio-default {
  font-size: 14px;
  line-height: 30px;
  padding: 7px 10px;
  width: auto;
  color: #FFF;
  border-radius: 3px;
  background-color: #7375a5; }
  .btn-audio-default:hover {
    background-color: rgba(115, 117, 165, 0.8); }

.card-loading-notification-container {
  height: 50px; }
  .card-loading-notification-container .card-loading-notification {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #f9ecbd;
    padding: 10px 26px;
    text-align: center; }

#input-file-import {
  display: none; }

.react-csv-input-import {
  display: block;
  text-align: center;
  width: auto;
  height: 29px;
  background-color: #4caf50;
  line-height: 30px;
  color: #fff;
  padding-left: 6px;
  padding-right: 7px;
  border-radius: 3px; }
  .react-csv-input-import label {
    font-weight: normal;
    cursor: pointer; }
  .react-csv-input-import i {
    font-size: 14px;
    padding-right: 2px; }
  .react-csv-input-import:hover {
    background-color: #39943d; }

.alert-in-used {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden; }
  .alert-in-used .collapse-in-used {
    margin: 10px 0; }
    .alert-in-used .collapse-in-used .collapse-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 5px 0;
      color: #636363;
      border-bottom: 2px solid #e1e1e1; }
      .alert-in-used .collapse-in-used .collapse-header .collapse-icon {
        font-size: 20px; }

.deleted-alert {
  margin-bottom: 15px; }
  .deleted-alert .title {
    color: #636363;
    font-size: 14px; }
  .deleted-alert .list-detail {
    margin-left: 10px; }

.headers-queue {
  display: flex;
  justify-content: space-between; }

.queue-reports-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px; }

.ml-15 {
  margin-left: 15px !important; }

.filters-ckeck {
  display: flex;
  align-items: center; }

.items-table {
  display: flex;
  justify-content: space-between; }

.delete {
  color: #b5b5b5; }
  .delete.hover {
    color: #8e8e8e !important; }

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

.flex-cont {
  display: flex;
  align-items: center;
  justify-content: space-around; }

.title-duplicate {
  font-weight: bold;
  padding: 10px; }

.mr5 {
  margin-right: 5px; }

.settings-pane {
  top: 30px;
  right: -400px;
  box-sizing: border-box;
  width: 340px;
  height: 100%;
  overflow: auto;
  padding: 0 25px 25px;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #f3f3f3;
  color: #000;
  position: fixed;
  -webkit-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.3);
  z-index: 10;
  transition: all 0.4s; }

.settings-pane.open {
  right: 0; }

.settings-pane-header {
  margin: 25px 0;
  border-bottom: 1px solid #e0e0e0; }
  .settings-pane-header h2 {
    font-size: 18px;
    font-weight: 300; }

.settings-pane-content {
  position: relative; }

.settings-pane-footer {
  margin: 25px 0; }

.settings-pane-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent; }

.settings-pane-body h3 {
  font-size: 16px;
  font-weight: 300; }

.settings-pane-body-divider {
  border-top: 1px solid #585858;
  margin: 10px auto 20px; }

.settings-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  display: none;
  z-index: 3; }

.settings-background.open {
  display: block; }

.loader-spinner-container {
  min-height: 60px; }

.loader-spinner,
.loader-spinner:before,
.loader-spinner:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader-spinner {
  color: #73bd44;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader-spinner:before,
.loader-spinner:after {
  content: '';
  position: absolute;
  top: 0; }

.loader-spinner:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader-spinner:after {
  left: 1.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

/**
 * Name: CSS Dot Loader
 * Author: Steven Schobert
 *
 * @stevenschobert |  www.stevenschobert.com
 */
#splash-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #F3F1F3;
  overflow: hidden; }
  #splash-screen #loader {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  #splash-screen #loader-bar {
    width: 100%; }

.loader {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 38px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none; }

/* ooo, css circles*/
.circle {
  display: inline-block;
  position: relative;
  /* key up the animations! */
  -webkit-animation: dotloader 2.5s infinite;
  -moz-animation: dotloader 2.5s infinite;
  -ms-animation: dotloader 2.5s infinite;
  -o-animation: dotloader 2.5s infinite;
  animation: dotloader 2.5s infinite; }

.circle + .circle {
  margin-left: -25px;
  /* staggered effect cause by delay property */
  -webkit-animation: dotloader 2.5s 0.2s infinite;
  -moz-animation: dotloader 2.5s 0.2s infinite;
  -ms-animation: dotloader 2.5s 0.2s infinite;
  -o-animation: dotloader 2.5s 0.2s infinite;
  animation: dotloader 2.5s 0.2s infinite; }

.circle + .circle + .circle {
  margin-left: -25px;
  -webkit-animation: dotloader 2.5s 0.4s infinite;
  -moz-animation: dotloader 2.5s 0.4s infinite;
  -ms-animation: dotloader 2.5s 0.4s infinite;
  -o-animation: dotloader 2.5s 0.4s infinite;
  animation: dotloader 2.5s 0.4s infinite; }

.circle + .circle + .circle + .circle {
  margin-left: -25px;
  -webkit-animation: dotloader 2.5s 0.6s infinite;
  -moz-animation: dotloader 2.5s 0.6s infinite;
  -ms-animation: dotloader 2.5s 0.6s infinite;
  -o-animation: dotloader 2.5s 0.6s infinite;
  animation: dotloader 2.5s 0.6s infinite; }

@keyframes dotloader {
  0%, 20% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0); }
  30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5); }
  80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0); } }

@-moz-keyframes dotloader {
  0%, 20% {
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0); }
  30%, 70% {
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5); }
  80%, 100% {
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0); } }

@-webkit-keyframes dotloader {
  0%, 20% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0); }
  30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5); }
  80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0); } }

@-ms-keyframes dotloader {
  0%, 20% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0); }
  30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5); }
  80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0); } }

@-o-keyframes dotloader {
  0%, 20% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0); }
  30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5); }
  80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0); } }

#error-page-wrapper {
  background-color: #506b2a; }

#error-page {
  display: block;
  padding: 48px 0;
  color: #FFF; }
  #error-page h1 {
    font-size: 62px;
    font-weight: 300;
    color: #FFF; }
  #error-page h2 {
    font-weight: 300;
    color: #FFF; }
  #error-page p {
    font-size: 15px;
    margin: 12px 0;
    color: #FFF; }
  #error-page a,
  #error-page a:hover {
    color: #FFF;
    display: block; }
  #error-page ul li {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 300; }

#error-page-links {
  margin-top: 50px; }

.header-alert {
  margin-top: -15px;
  margin-bottom: 15px;
  padding-top: 15px;
  overflow-y: auto;
  max-height: 325px; }
  .header-alert .item-alert {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c1c1c1;
    justify-content: space-around;
    padding: 5px; }
    .header-alert .item-alert .icon {
      display: flex;
      font-size: 50px; }
      .header-alert .item-alert .icon.error {
        color: red; }
      .header-alert .item-alert .icon.info {
        color: #007ad9; }
      .header-alert .item-alert .icon.warn {
        color: #ffba01; }
    .header-alert .item-alert .content {
      margin-left: 10px; }
      .header-alert .item-alert .content .title {
        font-weight: bold;
        margin: 0px;
        font-size: 1.1em; }
      .header-alert .item-alert .content .subtitle {
        color: #666666;
        margin: 0px;
        font-size: .8em; }

.modal-alert .modal-dialog {
  width: 350px !important; }

.notifications-alert {
  line-height: 0;
  font-size: 2.1em;
  margin-right: 30px; }

.ivr-button-container-right {
  padding-left: 0; }

.ivr-button-container-left {
  padding-right: 0; }

.ivr-button {
  display: flex;
  margin-top: 10px;
  min-height: 30px; }

.ivr-button-label {
  min-width: 65px;
  text-align: center;
  line-height: 30px; }

.ivr-button-data {
  padding: 5px 20px;
  background: #d0e2b8;
  flex: 1 1 auto;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.ivr-button-btn {
  box-shadow: none !important;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.steps {
  border: 1px solid #d0d0d0;
  padding: 5px; }

.content-player {
  display: flex;
  align-items: center;
  background: #282F31;
  border-radius: 3px;
  padding: 7px;
  margin: 0 15px; }

.player-form {
  display: flex;
  height: 37px;
  padding: 0 20px;
  margin: 6px 0;
  border-radius: 3px;
  background: #282F31; }

.content-volume {
  display: flex;
  align-items: center; }

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

.player-time {
  margin: 0 12px;
  color: #ffffff; }

.progress-barr {
  width: 53% !important;
  height: 3px;
  margin: 0 12px;
  background: #86b350; }

.vol-barr {
  width: 66% !important;
  height: 3px;
  margin: 0 12px;
  background: #86b350; }

.destination-selector-button-container {
  display: flex;
  height: 33px;
  width: 100%; }

.destination-selector-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed; }

.destination-selector-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.destination-selector-button-label {
  min-width: 45px; }

.destination-selector-button-data {
  padding: 6px 20px;
  background: #d0e2b8;
  width: 90%;
  border: solid 1px #73bd44;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.destination-selector-button-container-dropdown {
  width: 10%; }

.destination-selector-button-btn {
  box-shadow: none !important;
  border-top-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4px;
  height: 33px; }
  .destination-selector-button-btn.half {
    border-radius: 0; }

.name-input {
  display: flex; }

.box-audio {
  margin-left: 50vh; }

.TextArea {
  text-align: center; }

.button-convert {
  margin-top: 40px; }

.message-center {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  font-weight: 0.9em; }

.message-just-center {
  display: flex;
  justify-content: center;
  align-items: center; }

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

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #86b350;
  border-radius: 5px; }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 10px;
  width: 4px;
  border-radius: 50px;
  background: #64863b;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px; }

#current-date-calls {
  line-height: 30px; }

.listview-cdr {
  height: 100%; }
  .listview-cdr .options {
    padding-top: 0; }
    .listview-cdr .options .pagination {
      margin: 0; }
  .listview-cdr .lv-header-alt .lv-actions {
    margin: 0; }
  .listview-cdr .actions > li > button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    background: transparent;
    border: none;
    font-size: 20px; }
  .listview-cdr .actions > li > button:before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0); }
  .listview-cdr .actions > li > button:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100); }
  .listview-cdr .lv-body {
    bottom: 0;
    position: absolute;
    top: 76px;
    overflow-y: scroll;
    right: 0;
    left: 0; }
  .listview-cdr .current-date {
    padding: 4px 15px;
    background: #dadada;
    color: #000;
    min-height: 38px; }
  .listview-cdr .cdr-headers {
    padding: 10px 15px;
    margin-right: 17px; }
  .listview-cdr .block-date-hide {
    visibility: hidden;
    height: 0;
    padding: 0; }
  .listview-cdr .lv-item {
    padding: 5px 15px; }
  .listview-cdr .lv-item.date {
    background: #dadada; }

.btn-download {
  width: 30px;
  height: 25px;
  background: #373D3F;
  border-radius: 50%;
  text-align: center;
  line-height: 27px !important;
  margin-left: 0;
  margin-right: 12px; }
  .btn-download i {
    color: #CDD7DB; }

.media-player {
  width: 100%;
  max-width: 640px;
  position: relative;
  /* INPUT[type='range'] Shadow Elements Selectors *
 * ============================================= */ }
  .media-player .media-controls {
    display: flex;
    align-items: center;
    padding: 7px;
    background-color: #282F31;
    color: #fff;
    border-radius: 3px; }
    .media-player .media-controls svg, .media-player .media-controls path, .media-player .media-controls polygon {
      transform-origin: 50% 50%; }
  .media-player .media-control {
    margin: 0 12px; }
  .media-player .media-control-group {
    display: flex;
    align-items: center;
    position: relative; }
  .media-player .media-control-group--seek {
    flex: 1; }
  .media-player .media-control--volume {
    max-width: 120px; }
  .media-player .btn-download {
    width: 28px;
    height: 28px;
    background: #373D3F;
    border-radius: 50%;
    text-align: center;
    line-height: 27px !important;
    margin-left: 0;
    margin-right: 12px; }
    .media-player .btn-download i {
      font-size: 18px;
      color: #CDD7DB; }
  .media-player input[type="range"] {
    width: 100%;
    height: 12px;
    padding: 0 12px;
    margin: 0;
    background-color: transparent; }
    .media-player input[type="range"]:not(*:root) {
      font-size: 1em; }
    @supports (-moz-appearance: meterbar) {
      .media-player input[type="range"] {
        font-size: 1em; } }
    _:-ms-input-placeholder,
    :root .media-player input[type="range"] {
      font-size: 1em; }
    .media-player input[type="range"]:not(*:root) {
      -webkit-appearance: none; }
      .media-player input[type="range"]:not(*:root):focus {
        outline: none; }
    .media-player input[type="range"]::-webkit-slider-runnable-track {
      -webkit-appearance: none;
      position: relative;
      z-index: 1; }
      .media-player input[type="range"]::-webkit-slider-runnable-track::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        z-index: -1; }
    .media-player input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      position: relative;
      z-index: -1; }
      .media-player input[type="range"]::-webkit-slider-thumb::before {
        content: "";
        transform: translateX(-100%);
        display: block;
        z-index: -1; }
    .media-player input[type="range"]::-moz-range-track {
      z-index: -1; }
    .media-player input[type="range"]::-moz-focus-outer {
      border: 0; }
    .media-player input[type="range"]::-ms-track {
      border: none;
      color: transparent; }
    .media-player input[type="range"]::-ms-fill-lower {
      background: transparent; }
    .media-player input[type="range"]::-ms-tooltip {
      display: none; }
    .media-player input[type="range"]:hover::-webkit-slider-thumb, .media-player input[type="range"]:active::-webkit-slider-thumb {
      transform: scale(1.25); }
    .media-player input[type="range"]:hover::-moz-range-thumb, .media-player input[type="range"]:active::-moz-range-thumb {
      transform: scale(1.25); }
    .media-player input[type="range"]:hover::-ms-thumb, .media-player input[type="range"]:active::-ms-thumb {
      transform: scale(1.25); }
    .media-player input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: 3px;
      border: 0;
      cursor: pointer;
      background-color: #373d3f; }
      .media-player input[type="range"]::-webkit-slider-runnable-track:active {
        cursor: grabbing; }
    .media-player input[type="range"]::-moz-range-track {
      width: 100%;
      height: 3px;
      border: 0;
      cursor: pointer;
      background-color: #373d3f; }
      .media-player input[type="range"]::-moz-range-track:active {
        cursor: grabbing; }
    .media-player input[type="range"]::-ms-track {
      width: 100%;
      height: 3px;
      border: 0;
      cursor: pointer;
      background-color: #373d3f; }
      .media-player input[type="range"]::-ms-track:active {
        cursor: grabbing; }
    .media-player input[type="range"]::-webkit-slider-container {
      background-size: inherit; }
    .media-player input[type="range"]::-webkit-slider-runnable-track {
      background-image: linear-gradient(#86b350, #86b350);
      background-size: inherit;
      background-repeat: no-repeat; }
    .media-player input[type="range"]::-webkit-slider-thumb::before {
      background-color: #86b350; }
    .media-player input[type="range"]::-moz-range-progress {
      background-color: #86b350; }
    .media-player input[type="range"]::-ms-fill-lower {
      background-color: #86b350; }
    .media-player input[type="range"]::-webkit-slider-thumb {
      width: 8px;
      height: 8px;
      border: 0;
      border-radius: 50%;
      background-color: #cdd7db;
      cursor: grab;
      transform: scale(1);
      transform-origin: 50% 50%;
      transition: transform 150ms ease-out; }
      .media-player input[type="range"]::-webkit-slider-thumb:active {
        cursor: grabbing; }
    .media-player input[type="range"]::-moz-range-thumb {
      width: 8px;
      height: 8px;
      border: 0;
      border-radius: 50%;
      background-color: #cdd7db;
      cursor: grab;
      transform: scale(1);
      transform-origin: 50% 50%;
      transition: transform 150ms ease-out; }
      .media-player input[type="range"]::-moz-range-thumb:active {
        cursor: grabbing; }
    .media-player input[type="range"]::-ms-thumb {
      width: 8px;
      height: 8px;
      border: 0;
      border-radius: 50%;
      background-color: #cdd7db;
      cursor: grab;
      transform: scale(1);
      transform-origin: 50% 50%;
      transition: transform 150ms ease-out; }
      .media-player input[type="range"]::-ms-thumb:active {
        cursor: grabbing; }
    .media-player input[type="range"]::-webkit-slider-thumb {
      position: relative;
      top: -2.5px; }

.table-drop-extensions a {
  color: #777; }
  .table-drop-extensions a:hover {
    color: #000; }

.table-drop-rules .interval-blue {
  background-color: #2196F3; }

.table-drop-rules .interval-green {
  background-color: #4CAF50; }

.table-drop-rules .interval-red {
  background-color: #F44336; }

.table-drop-rules .interval-amarillo {
  background-color: #f9cd56; }

.table-drop-rules .interval-purple {
  background-color: #a944bd; }

.table-drop-rules .interval-pink {
  background-color: #ffbcd9; }

.table-drop-rules .interval-navy {
  background-color: #000080; }

.table-drop-rules .interval-orange {
  background-color: #ff8c00; }

.table-drop-rules .interval-brown {
  background-color: #8b4513; }

.table-drop-rules .interval-special1,
.table-drop-rules .interval-special2,
.table-drop-rules .interval-special3,
.table-drop-rules .interval-special4 {
  background-color: #f9cd56; }

.table-drop-rules .interval-white a,
.table-drop-rules .interval-default a {
  color: #000; }

.table-drop-rules .interval-blue,
.table-drop-rules .interval-green,
.table-drop-rules .interval-red,
.table-drop-rules .interval-amarillo,
.table-drop-rules .interval-purple,
.table-drop-rules .interval-navy,
.table-drop-rules .interval-orange,
.table-drop-rules .interval-brown,
.table-drop-rules .interval-pink,
.table-drop-rules .interval-special1,
.table-drop-rules .interval-special2,
.table-drop-rules .interval-special3,
.table-drop-rules .interval-special4 {
  color: #fff; }

.table-drop-rules .interval-blue a,
.table-drop-rules .interval-green a,
.table-drop-rules .interval-red a,
.table-drop-rules .interval-amarillo a,
.table-drop-rules .interval-purple a,
.table-drop-rules .interval-navy a,
.table-drop-rules .interval-orange a,
.table-drop-rules .interval-brown a,
.table-drop-rules .interval-pink a,
.table-drop-rules .interval-special1 a,
.table-drop-rules .interval-special2 a,
.table-drop-rules .interval-special3 a,
.table-drop-rules .interval-special4 a {
  color: #fff; }

.table-drop-rules tbody {
  padding: 10px 0 0 0;
  display: block; }
  .table-drop-rules tbody tr {
    display: flex; }
    .table-drop-rules tbody tr td:first-child {
      flex: 1 80%; }
    .table-drop-rules tbody tr td {
      flex: 1; }

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

.table-drop-rules tbody:first-child {
  padding-top: 0; }

.section-division {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee; }

.extension-status-cell.registered {
  background: #73bd44; }

.extension-status-cell.unregistered {
  background: #eb5862; }

.extension-status-cell.active {
  background: #2196F3; }

.extension-status {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 2px auto;
  background: #b5b5b5;
  box-shadow: 0px 0px 3px #333333; }
  .extension-status.registered {
    background: #73bd44; }
  .extension-status.unregistered {
    background: #eb5862; }
  .extension-status.active {
    background: #2196F3; }

.destination-selector {
  position: relative; }
  .destination-selector .modal-body {
    height: 300px;
    overflow-y: auto; }
  .destination-selector .modal-footer {
    min-height: 61px; }
  .destination-selector .destination-columns {
    height: auto;
    padding: 15px 0; }
    .destination-selector .destination-columns .destination-columns__right,
    .destination-selector .destination-columns .destination-columns__left {
      height: 100%;
      overflow-y: auto; }
    .destination-selector .destination-columns .destination-columns__left {
      padding-right: 0; }
  .destination-selector .search {
    border: 1px solid #c2c3c9;
    border-radius: 4px; }
  .destination-selector .search .form-control,
  .destination-selector .search .input-group-addon {
    border: 0; }
  .destination-selector .search .glyphicon-search {
    vertical-align: top;
    padding: 9px 10px 0; }
  .destination-selector .search .glyphicon-search:before {
    content: "\F1C3";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 17px;
    vertical-align: top;
    line-height: 100%; }
  .destination-selector .nav-pills > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0; }
    .destination-selector .nav-pills > li > a i {
      font-size: 20px;
      line-height: 1px; }
  .destination-selector .nav-pills > li > a,
  .destination-selector .nav-pills > li > a:hover,
  .destination-selector .nav-pills > li > a:focus {
    color: #000; }
  .destination-selector .nav-pills > li.active > a,
  .destination-selector .nav-pills > li.active > a:hover,
  .destination-selector .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #73bd44; }
  .destination-selector .btn-add,
  .destination-selector .btn-remove {
    box-shadow: none;
    border: 1px;
    height: 35px;
    min-width: 35px; }

ul.nav.nav-pills.nav-stacked {
  min-height: 300px;
  max-height: 380px;
  overflow-y: overlay; }

.dual-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box; }
  .dual-list button {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    font-size: 12px; }
  .dual-list .dual-list__filter-input {
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding: 6px 12px;
    width: 100%;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px; }
  .dual-list .dua-list__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .dual-list .dual-list__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 10px; }
  .dual-list .dual-list__select {
    border: 1px solid #dcdcdc;
    height: 132px;
    border-radius: 4px;
    overflow-y: scroll;
    margin: 1px 0;
    padding: 5px 8px; }
  .dual-list .dual-list__option {
    padding: 2px 6px;
    font-size: 14px;
    cursor: pointer; }
    .dual-list .dual-list__option.selected {
      background: #0178d9;
      color: #fff; }

.has-filter .dual-list__actions {
  margin-top: 44px; }

.trunk-status-cell {
  text-align: center;
  width: 30px; }

.trunk-status {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 2px auto;
  background: #b5b5b5; }
  .trunk-status.registered {
    background: #73bd44; }
  .trunk-status.unregistered {
    background: #000; }
  .trunk-status.pending {
    background: #f9cd56; }
  .trunk-status.rejected, .trunk-status.failed {
    background: #eb5862; }

.monitor-queue-link {
  font-weight: 500;
  font-size: 20px; }

.mini-charts-item:before {
  background: transparent; }

.queue-report-info-item-title {
  display: inline;
  color: #fff;
  font-weight: 300; }

.queue-report-info-item-value {
  display: inline;
  font-size: 30px !important;
  font-weight: 700 !important;
  padding: 20px 20px 20px 0; }

progress {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1px;
  border: 0 none;
  background: #c1c1c1;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0), 0px 1px 0px rgba(255, 255, 255, 0.4); }

progress::-moz-progress-bar {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #4caf50;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.4), 0 2px 5px 0px rgba(0, 0, 0, 0.3); }

/* webkit */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  progress {
    height: 6px; } }

progress::-webkit-progress-bar {
  background: transparent; }

progress::-webkit-progress-value {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #4caf50;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.4), 0 2px 5px 0px rgba(0, 0, 0, 0.3); }

.inputpassword .inputpassword-text-info {
  font-size: 10px;
  padding: 0;
  margin: 0; }

.formgroup-pass {
  border: 1px solid #c2c3c9;
  border-radius: 4px;
  color: #555555; }
  .formgroup-pass.disabled {
    background-color: #eeeeee;
    opacity: 1;
    cursor: not-allowed;
    pointer-events: none; }
  .formgroup-pass.has-error {
    border: 1px solid #f45549; }
  .formgroup-pass .formgroup-input {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
    width: 100%; }
    .formgroup-pass .formgroup-input .input {
      padding: 0 12px;
      margin: 0;
      width: 100%;
      border: none; }
    .formgroup-pass .formgroup-input .formgroup-icon {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 18px; }
      .formgroup-pass .formgroup-input .formgroup-icon .formgroup-button {
        cursor: pointer;
        margin-left: 5px; }
        .formgroup-pass .formgroup-input .formgroup-icon .formgroup-button:hover {
          color: rgba(0, 0, 0, 0.4); }
  .formgroup-pass .formgroup-progress-bar {
    background: #DEE2E3;
    border: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
    height: 5px;
    position: relative;
    overflow: hidden; }
    .formgroup-pass .formgroup-progress-bar::before {
      position: absolute;
      height: 4.5px;
      content: '';
      width: 0;
      transition: width .2s; }
    .formgroup-pass .formgroup-progress-bar.formgroup-progress-bar-25::before {
      width: 25%;
      background: #eb5862; }
    .formgroup-pass .formgroup-progress-bar.formgroup-progress-bar-50::before {
      width: 50%;
      background: #f9cd56; }
    .formgroup-pass .formgroup-progress-bar.formgroup-progress-bar-75::before {
      width: 75%;
      background: #4caf50; }
    .formgroup-pass .formgroup-progress-bar.formgroup-progress-bar-100::before {
      width: 100%;
      background: #02713a; }
    .formgroup-pass .formgroup-progress-bar.formgroup-progress-bar--100::before {
      width: 100%;
      background: #eb5862; }
  .formgroup-pass .suggestions {
    z-index: 100000;
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    padding: 2px 15px;
    position: absolute;
    box-shadow: 0px 1px 3px 0px #ccc; }
    .formgroup-pass .suggestions .suggestions-title {
      font-weight: bold;
      margin: 0;
      padding: 4px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 2px; }
    .formgroup-pass .suggestions .suggestions-list {
      line-height: 1.5;
      padding: 0;
      list-style: none; }
      .formgroup-pass .suggestions .suggestions-list .suggestions-item {
        display: flex;
        align-items: center; }
        .formgroup-pass .suggestions .suggestions-list .suggestions-item .checkicon {
          font-size: 14px;
          font-weight: bold;
          padding-right: 5px; }
          .formgroup-pass .suggestions .suggestions-list .suggestions-item .checkicon.green {
            color: #4caf50; }
          .formgroup-pass .suggestions .suggestions-list .suggestions-item .checkicon.red {
            color: #eb5862; }
        .formgroup-pass .suggestions .suggestions-list .suggestions-item .special-chars {
          background: #eee;
          color: #333;
          border-radius: 3px;
          padding: 2px;
          letter-spacing: 2px; }

.d-flex {
  display: flex !important; }

.justify-content-center {
  justify-content: center !important; }

.p-b-7 {
  padding-bottom: 7px !important; }

fieldset[disabled] #static-routes.btn {
  pointer-events: auto; }

#static-routes.btn {
  text-transform: none; }

#static-routes.btn[disabled] {
  pointer-events: auto; }

.network-list {
  padding: 10px 25px;
  border-bottom: 1px solid #c1c1c1;
  cursor: pointer; }
  .network-list.selected {
    color: #fff !important;
    background-color: #73bd44 !important; }
  .network-list .row-network {
    align-items: center;
    display: flex; }
  .network-list p {
    font-weight: bold;
    margin: 0;
    font-size: 15px; }
  .network-list:hover {
    background-color: #e6e5e5; }
  .network-list.selected, .network-list.selected:hover, .network-list.selected:focus {
    background-color: #e6e5e5 !important; }
  .network-list .type {
    color: #c8c8c8;
    font-weight: bold;
    text-shadow: -1px 1px 1px #777777;
    text-transform: uppercase; }
  .network-list .static li {
    font-weight: bold;
    font-size: 10px;
    list-style: none; }
  .network-list .gateway li {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 10px;
    list-style: none; }

#loader-logo {
  background-image: url(/public/images/0e15625001fe87cf8e73dba629ddb014.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 213px;
  height: 56px; }

.btn-login {
  line-height: 40px !important; }

#l-login {
  width: 100%; }
