@charset "UTF-8";
/*
 * app.scss
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  width: 100%;}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
 * Vendors - Ici, on importe toute les css des template en prenant soin de rajouter le _ devant le nom de fichier et de renommer l'extension .css en .scss
 * Ne pas oublier de changer les chemins d'images (../images/templates/..... )
 */
/*------------------------------------------------------------------
[All Skin Stylesheet]

Project:	Crypto Admin - Responsive Admin Template
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Skin: Blue
2. Skin: Blue light
3. Skin: Black
4. Skin: Black light
5. Skin: Green
6. Skin: Green light
7. Skin: Red
8. Skin: Red light
9. Skin: Purple
10. Skin: Purple light
11. Skin: Yellow
12. Skin: Yellow light
-------------------------------------------------------------------*/
/*---Skin: Blue---*/
.skin-blue .main-header .navbar {
  background-color: #1b368e; }

.skin-blue .main-header .navbar .nav > li > a {
  color: #ffffff; }

.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a,
.skin-blue.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-blue .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-blue .main-header .navbar .sidebar-toggle {
  color: #fff; }

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-blue .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-blue .main-header .navbar .dropdown-menu li a:hover {
    background: #398bf7; } }
.skin-blue .main-header .logo {
  background-color: #242a33;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-blue .main-header .logo:hover {
  background-color: #398bf7; }

.skin-blue .main-header li.user-header {
  background-color: #fff; }

.skin-blue .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-blue .content {
  background: #f4f6f9; }

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #242a33;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
  color: #fff; }

.skin-blue .sidebar {
  border-color: #398bf7; }

.skin-blue .sidebar-menu > li.header {
  color: #FFF; }

.skin-blue .sidebar-menu > li > a {
  border-left: 3px solid #242a33; }

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #242a33; }

.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  color: #ffffff; }

.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #398bf7; }

.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #242a33; }

.skin-blue .sidebar a {
  color: #FFF; }

.skin-blue .sidebar a:hover {
  text-decoration: none; }

.skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
  color: #fff; }

.skin-blue .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-blue .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-blue .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #398bf7;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-blue.layout-top-nav .main-header > .logo:hover {
  background-color: #398bf7; }

.skin-blue .btn-blue {
  background-color: #398bf7;
  color: #fff;
  border: 1px solid #398bf7; }

.skin-blue .btn-blue:hover {
  background-color: #fff;
  color: #398bf7; }

.horizontal-menu .skin-blue.layout-top-nav .sidebar-menu > li.active > a {
  background: #398bf7;
  color: #fff; }

.skin-blue .main-header .messages-menu .dropdown-toggle i::after, .skin-blue .main-header .notifications-menu .dropdown-toggle i::after, .skin-blue .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #398bf7; }

/*---Skin: Blue light---*/
/*---light sidebar---*/
.skin-blue-light .main-header .navbar {
  background-color: #398bf7; }

.skin-blue-light .main-header .navbar .nav > li > a {
  color: #ffffff; }

.skin-blue-light .main-header .navbar .nav > li > a:hover,
.skin-blue-light .main-header .navbar .nav > li > a:active,
.skin-blue-light .main-header .navbar .nav > li > a:focus,
.skin-blue-light .main-header .navbar .nav .open > a,
.skin-blue-light .main-header .navbar .nav .open > a:hover,
.skin-blue-light .main-header .navbar .nav .open > a:focus,
.skin-blue-light .main-header .navbar .nav > .active > a,
.skin-blue-light.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #fff; }

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
    background: #398bf7; } }
.skin-blue-light .main-header .logo {
  background-color: #242a33;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-blue-light .main-header .logo:hover {
  background-color: #398bf7; }

.skin-blue-light .main-header li.user-header {
  background-color: #fff; }

.skin-blue-light .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-blue-light .content {
  background: #f4f6f9; }

.skin-blue-light .wrapper,
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side {
  background-color: #ffffff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-blue-light .user-panel > .info,
.skin-blue-light .user-panel > .info > a {
  color: #FFF; }

.skin-blue-light .sidebar {
  border-color: #398bf7; }

.skin-blue-light .sidebar-menu > li.header {
  color: #FFF; }

.skin-blue-light .sidebar-menu > li > a {
  border-left: 3px solid #fff; }

.skin-blue-light .sidebar-menu > li:hover > a, .skin-blue-light .sidebar-menu > li.active > a {
  color: #398bf7;
  background: #f4f6f9; }

.skin-blue-light .sidebar-menu > li.active > a,
.skin-blue-light .sidebar-menu > li.menu-open > a {
  color: #398bf7; }

.skin-blue-light .sidebar-menu > li.active > a {
  border-left-color: #398bf7; }

.skin-blue-light .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #f1f5f7; }

.skin-blue-light .sidebar a {
  color: #FFF; }

.skin-blue-light .sidebar a:hover {
  text-decoration: none; }

.skin-blue-light .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-blue-light .sidebar-menu .treeview-menu > li.active > a,
.skin-blue-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #398bf7; }

.skin-blue-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-blue-light .sidebar-form input[type="text"],
.skin-blue-light .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-blue-light .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-blue-light .sidebar-form input[type="text"]:focus,
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-blue-light .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-blue-light.layout-top-nav .main-header > .logo {
  background-color: #398bf7;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-blue-light.layout-top-nav .main-header > .logo:hover {
  background-color: #398bf7; }

.skin-blue-light .btn-blue {
  background-color: #398bf7;
  color: #fff;
  border: 1px solid #398bf7; }

.skin-blue-light .btn-blue:hover {
  background-color: #fff;
  color: #398bf7; }

.horizontal-menu .skin-blue-light.layout-top-nav .sidebar-menu > li.active > a {
  background: #398bf7;
  color: #fff; }

.skin-blue-light .main-header .messages-menu .dropdown-toggle i::after, .skin-blue-light .main-header .notifications-menu .dropdown-toggle i::after, .skin-blue-light .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #398bf7; }

/*---Skin: Black---*/
.skin-black .main-header .navbar {
  background-color: #ffffff; }

.skin-black .main-header .navbar .nav > li > a {
  color: #67757c; }

.skin-black .main-header .navbar .nav > li > a:hover,
.skin-black .main-header .navbar .nav > li > a:active,
.skin-black .main-header .navbar .nav > li > a:focus,
.skin-black .main-header .navbar .nav .open > a,
.skin-black .main-header .navbar .nav .open > a:hover,
.skin-black .main-header .navbar .nav .open > a:focus,
.skin-black .main-header .navbar .nav > .active > a,
.skin-black.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #666666; }

.skin-black .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-black .main-header .navbar .sidebar-toggle:hover {
  color: #666666;
  background: rgba(0, 0, 0, 0.1); }

.skin-black .main-header .navbar .sidebar-toggle {
  color: #67757c; }

.skin-black .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-black .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-black .main-header .navbar .dropdown-menu li a:hover {
    background: #67757c; } }
.skin-black .main-header .logo {
  background-color: #ffffff;
  color: #67757c;
  border-bottom: 0 solid transparent; }

.skin-black .main-header .logo:hover {
  background-color: #f4f6f9; }

.skin-black .main-header li.user-header {
  background-color: #fff; }

.skin-black .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-black .content {
  background: #f4f6f9; }

.skin-black .wrapper,
.skin-black .main-sidebar,
.skin-black .left-side {
  background-color: #242a33;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-black .user-panel > .info,
.skin-black .user-panel > .info > a {
  color: #fff; }

.skin-black .sidebar {
  border-color: #ffffff; }

.skin-black .sidebar-menu > li.header {
  color: #FFF; }

.skin-black .sidebar-menu > li > a {
  border-left: 3px solid #242a33; }

.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a, .skin-black .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #242a33; }

.skin-black .sidebar-menu > li.active > a,
.skin-black .sidebar-menu > li.menu-open > a {
  color: #ffffff; }

.skin-black .sidebar-menu > li.active > a {
  border-left-color: #232323; }

.skin-black .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #242a33; }

.skin-black .sidebar a {
  color: #FFF; }

.skin-black .sidebar a:hover {
  text-decoration: none; }

.skin-black .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-black .sidebar-menu .treeview-menu > li.active > a,
.skin-black .sidebar-menu .treeview-menu > li > a:hover {
  color: #fff; }

.skin-black .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-black .sidebar-form input[type="text"],
.skin-black .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-black .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-black .sidebar-form input[type="text"]:focus,
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-black .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-black.layout-top-nav .main-header > .logo {
  background-color: #67757c;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-black.layout-top-nav .main-header > .logo:hover {
  background-color: #232323; }

.skin-black .btn-blue {
  background-color: #232323;
  color: #fff;
  border: 1px solid #232323; }

.skin-black .btn-blue:hover {
  background-color: #fff;
  color: #232323; }

.horizontal-menu .skin-black.layout-top-nav .sidebar-menu > li.active > a {
  background: #232323;
  color: #fff; }

.skin-black .main-header .messages-menu .dropdown-toggle i::after, .skin-black .main-header .notifications-menu .dropdown-toggle i::after, .skin-black .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #ffffff; }

/*---Skin: Black light---*/
/*---light sidebar---*/
.skin-black-light .main-header .navbar {
  background-color: #242a33; }

.skin-black-light .main-header .navbar .nav > li > a {
  color: #67757c; }

.skin-black-light .main-header .navbar .nav > li > a:hover,
.skin-black-light .main-header .navbar .nav > li > a:active,
.skin-black-light .main-header .navbar .nav > li > a:focus,
.skin-black-light .main-header .navbar .nav .open > a,
.skin-black-light .main-header .navbar .nav .open > a:hover,
.skin-black-light .main-header .navbar .nav .open > a:focus,
.skin-black-light .main-header .navbar .nav > .active > a,
.skin-black-light.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #666666; }

.skin-black-light .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-black-light .main-header .navbar .sidebar-toggle:hover {
  color: #666666;
  background: rgba(0, 0, 0, 0.1); }

.skin-black-light .main-header .navbar .sidebar-toggle {
  color: #67757c; }

.skin-black-light .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-black-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-black-light .main-header .navbar .dropdown-menu li a:hover {
    background: #67757c; } }
.skin-black-light .main-header .logo {
  background-color: #242a33;
  color: #67757c;
  border-bottom: 0 solid transparent; }

.skin-black-light .main-header .logo:hover {
  background-color: #171c23; }

.skin-black-light .main-header li.user-header {
  background-color: #fff; }

.skin-black-light .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-black-light .content {
  background: #f4f6f9; }

.skin-black-light .wrapper,
.skin-black-light .main-sidebar,
.skin-black-light .left-side {
  background-color: #ffffff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-black-light .user-panel > .info,
.skin-black-light .user-panel > .info > a {
  color: #FFF; }

.skin-black-light .sidebar {
  border-color: #ffffff; }

.skin-black-light .sidebar-menu > li.header {
  color: #FFF; }

.skin-black-light .sidebar-menu > li > a {
  border-left: 3px solid #fff; }

.skin-black-light .sidebar-menu > li:hover > a, .skin-black-light .sidebar-menu > li.active > a {
  color: #232323;
  background: #f4f6f9; }

.skin-black-light .sidebar-menu > li.active > a,
.skin-black-light .sidebar-menu > li.menu-open > a {
  color: #232323; }

.skin-black-light .sidebar-menu > li.active > a {
  border-left-color: #232323; }

.skin-black-light .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #f4f6f9; }

.skin-black-light .sidebar a {
  color: #FFF; }

.skin-black-light .sidebar a:hover {
  text-decoration: none; }

.skin-black-light .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-black-light .sidebar-menu .treeview-menu > li.active > a,
.skin-black-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #232323; }

.skin-black-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-black-light .sidebar-form input[type="text"],
.skin-black-light .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-black-light .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-black-light .sidebar-form input[type="text"]:focus,
.skin-black-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-black-light .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-black-light.layout-top-nav .main-header > .logo {
  background-color: #67757c;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-black-light.layout-top-nav .main-header > .logo:hover {
  background-color: #232323; }

.skin-black-light .btn-blue {
  background-color: #232323;
  color: #fff;
  border: 1px solid #232323; }

.skin-black-light .btn-blue:hover {
  background-color: #fff;
  color: #232323; }

.horizontal-menu .skin-black-light.layout-top-nav .sidebar-menu > li.active > a {
  background: #232323;
  color: #fff; }

.skin-black-light .main-header .messages-menu .dropdown-toggle i::after, .skin-black-light .main-header .notifications-menu .dropdown-toggle i::after, .skin-black-light .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #ffffff; }

/*---Skin: Green---*/
.skin-green .main-header .navbar {
  /* vert */
  /*background-color: #7dca25;*/
  /* bleu */
  background-color: #1b368e; }

.skin-green .main-header .navbar .nav > li > a {
  color: #ffffff; }

.skin-green .main-header .navbar .nav > li > a:hover,
.skin-green .main-header .navbar .nav > li > a:active,
.skin-green .main-header .navbar .nav > li > a:focus,
.skin-green .main-header .navbar .nav .open > a,
.skin-green .main-header .navbar .nav .open > a:hover,
.skin-green .main-header .navbar .nav .open > a:focus,
.skin-green .main-header .navbar .nav > .active > a,
.skin-green.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-green .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-green .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-green .main-header .navbar .sidebar-toggle {
  color: #fff; }

.skin-green .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-green .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-green .main-header .navbar .dropdown-menu li a:hover {
    background: #0fc491; } }
.skin-green .main-header .logo {
  background-color: #242a33;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-green .main-header .logo:hover {
  background-color: #06d79c; }

.skin-green .main-header li.user-header {
  background-color: #fff; }

.skin-green .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-green .content {
  background: #f4f6f9; }

.skin-green .wrapper,
.skin-green .main-sidebar,
.skin-green .left-side {
  background-color: #1b368e;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-green .user-panel > .info,
.skin-green .user-panel > .info > a {
  color: #fff; }

.skin-green .sidebar {
  border-color: #06d79c; }

.skin-green .sidebar-menu > li.header {
  color: #FFF; }

.skin-green .sidebar-menu > li > a {
  border-left: 3px solid #242a33; }

.skin-green .sidebar-menu > li:hover > a, .skin-green .sidebar-menu > li.active > a {
  color: #afaaaa;
  background: #2557f8; }

.skin-green .sidebar-menu > li.menu-open > a {
  color: #fff;
  background: #2047c9; }

.skin-green .sidebar-menu > li.active > a,
.skin-green .sidebar-menu > li.menu-open > a {
  color: #ffffff; }

.skin-green .sidebar-menu > li.active > a {
  border-left-color: #7dca25; }

.skin-green .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #1b368e; }

.skin-green .sidebar a {
  color: #FFF; }

.skin-green .sidebar a:hover {
  text-decoration: none; }

.skin-green .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-green .sidebar-menu .treeview-menu > li.active > a,
.skin-green .sidebar-menu .treeview-menu > li > a:hover {
  color: #fff; }

.skin-green .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-green .sidebar-form input[type="text"],
.skin-green .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-green .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-green .sidebar-form input[type="text"]:focus,
.skin-green .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-green .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-green.layout-top-nav .main-header > .logo {
  background-color: #0fc491;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-green.layout-top-nav .main-header > .logo:hover {
  background-color: #06d79c; }

.skin-green .btn-blue {
  background-color: #06d79c;
  color: #fff;
  border: 1px solid #06d79c; }

.skin-green .btn-blue:hover {
  background-color: #fff;
  color: #06d79c; }

.horizontal-menu .skin-green.layout-top-nav .sidebar-menu > li.active > a {
  background: #06d79c;
  color: #fff; }

.skin-green .main-header .messages-menu .dropdown-toggle i::after, .skin-green .main-header .notifications-menu .dropdown-toggle i::after, .skin-green .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #06d79c; }

/*---Skin: Green light---*/
/*---light sidebar---*/
.skin-green-light .main-header .navbar {
  background-color: #06d79c; }

.skin-green-light .main-header .navbar .nav > li > a {
  color: #ffffff; }

.skin-green-light .main-header .navbar .nav > li > a:hover,
.skin-green-light .main-header .navbar .nav > li > a:active,
.skin-green-light .main-header .navbar .nav > li > a:focus,
.skin-green-light .main-header .navbar .nav .open > a,
.skin-green-light .main-header .navbar .nav .open > a:hover,
.skin-green-light .main-header .navbar .nav .open > a:focus,
.skin-green-light .main-header .navbar .nav > .active > a,
.skin-green-light.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-green-light .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-green-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-green-light .main-header .navbar .sidebar-toggle {
  color: #fff; }

.skin-green-light .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-green-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-green-light .main-header .navbar .dropdown-menu li a:hover {
    background: #0fc491; } }
.skin-green-light .main-header .logo {
  background-color: #242a33;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-green-light .main-header .logo:hover {
  background-color: #06d79c; }

.skin-green-light .main-header li.user-header {
  background-color: #fff; }

.skin-green-light .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-green-light .content {
  background: #f4f6f9; }

.skin-green-light .wrapper,
.skin-green-light .main-sidebar,
.skin-green-light .left-side {
  background-color: #ffffff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-green-light .user-panel > .info,
.skin-green-light .user-panel > .info > a {
  color: #FFF; }

.skin-green-light .sidebar {
  border-color: #06d79c; }

.skin-green-light .sidebar-menu > li.header {
  color: #FFF; }

.skin-green-light .sidebar-menu > li > a {
  border-left: 3px solid #fff; }

.skin-green-light .sidebar-menu > li:hover > a, .skin-green-light .sidebar-menu > li.active > a {
  color: #06d79c;
  background: #f4f6f9; }

.skin-green-light .sidebar-menu > li.active > a,
.skin-green-light .sidebar-menu > li.menu-open > a {
  color: #06d79c; }

.skin-green-light .sidebar-menu > li.active > a {
  border-left-color: #06d79c; }

.skin-green-light .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #f4f6f9; }

.skin-green-light .sidebar a {
  color: #FFF; }

.skin-green-light .sidebar a:hover {
  text-decoration: none; }

.skin-green-light .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-green-light .sidebar-menu .treeview-menu > li.active > a,
.skin-green-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #06d79c; }

.skin-green-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-green-light .sidebar-form input[type="text"],
.skin-green-light .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-green-light .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-green-light .sidebar-form input[type="text"]:focus,
.skin-green-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-green-light .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-green-light.layout-top-nav .main-header > .logo {
  background-color: #0fc491;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-green-light.layout-top-nav .main-header > .logo:hover {
  background-color: #06d79c; }

.skin-green-light .btn-blue {
  background-color: #06d79c;
  color: #fff;
  border: 1px solid #06d79c; }

.skin-green-light .btn-blue:hover {
  background-color: #fff;
  color: #06d79c; }

.horizontal-menu .skin-green-light.layout-top-nav .sidebar-menu > li.active > a {
  background: #06d79c;
  color: #fff; }

.skin-green-light .main-header .messages-menu .dropdown-toggle i::after, .skin-green-light .main-header .notifications-menu .dropdown-toggle i::after, .skin-green-light .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #06d79c; }

/*---Skin: Red---*/
.skin-red .main-header .navbar {
  background-color: #ef5350; }

.skin-red .main-header .navbar .nav > li > a {
  color: #ffffff; }

.skin-red .main-header .navbar .nav > li > a:hover,
.skin-red .main-header .navbar .nav > li > a:active,
.skin-red .main-header .navbar .nav > li > a:focus,
.skin-red .main-header .navbar .nav .open > a,
.skin-red .main-header .navbar .nav .open > a:hover,
.skin-red .main-header .navbar .nav .open > a:focus,
.skin-red .main-header .navbar .nav > .active > a,
.skin-red.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-red .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-red .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-red .main-header .navbar .sidebar-toggle {
  color: #fff; }

.skin-red .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-red .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-red .main-header .navbar .dropdown-menu li a:hover {
    background: #e73f3c; } }
.skin-red .main-header .logo {
  background-color: #242a33;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-red .main-header .logo:hover {
  background-color: #ef5350; }

.skin-red .main-header li.user-header {
  background-color: #fff; }

.skin-red .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-red .content {
  background: #f4f6f9; }

.skin-red .wrapper,
.skin-red .main-sidebar,
.skin-red .left-side {
  background-color: #242a33;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-red .user-panel > .info,
.skin-red .user-panel > .info > a {
  color: #fff; }

.skin-red .sidebar {
  border-color: #ef5350; }

.skin-red .sidebar-menu > li.header {
  color: #FFF; }

.skin-red .sidebar-menu > li > a {
  border-left: 3px solid #242a33; }

.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a, .skin-red .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #242a33; }

.skin-red .sidebar-menu > li.active > a,
.skin-red .sidebar-menu > li.menu-open > a {
  color: #ffffff; }

.skin-red .sidebar-menu > li.active > a {
  border-left-color: #ef5350; }

.skin-red .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #242a33; }

.skin-red .sidebar a {
  color: #FFF; }

.skin-red .sidebar a:hover {
  text-decoration: none; }

.skin-red .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-red .sidebar-menu .treeview-menu > li.active > a,
.skin-red .sidebar-menu .treeview-menu > li > a:hover {
  color: #fff; }

.skin-red .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-red .sidebar-form input[type="text"],
.skin-red .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-red .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-red .sidebar-form input[type="text"]:focus,
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-red .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-red.layout-top-nav .main-header > .logo {
  background-color: #e73f3c;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-red.layout-top-nav .main-header > .logo:hover {
  background-color: #ef5350; }

.skin-red .btn-blue {
  background-color: #ef5350;
  color: #fff;
  border: 1px solid #ef5350; }

.skin-red .btn-blue:hover {
  background-color: #fff;
  color: #ef5350; }

.horizontal-menu .skin-red.layout-top-nav .sidebar-menu > li.active > a {
  background: #ef5350;
  color: #fff; }

.skin-red .main-header .messages-menu .dropdown-toggle i::after, .skin-red .main-header .notifications-menu .dropdown-toggle i::after, .skin-red .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #ef5350;
  background-color: #06d79c; }

/*---Skin: Red light---*/
/*---light sidebar---*/
.skin-red-light .main-header .navbar {
  background-color: #ef5350; }

.skin-red-light .main-header .navbar .nav > li > a {
  color: #ffffff; }

.skin-red-light .main-header .navbar .nav > li > a:hover,
.skin-red-light .main-header .navbar .nav > li > a:active,
.skin-red-light .main-header .navbar .nav > li > a:focus,
.skin-red-light .main-header .navbar .nav .open > a,
.skin-red-light .main-header .navbar .nav .open > a:hover,
.skin-red-light .main-header .navbar .nav .open > a:focus,
.skin-red-light .main-header .navbar .nav > .active > a,
.skin-red-light.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-red-light .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-red-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-red-light .main-header .navbar .sidebar-toggle {
  color: #fff; }

.skin-red-light .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-red-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-red-light .main-header .navbar .dropdown-menu li a:hover {
    background: #e73f3c; } }
.skin-red-light .main-header .logo {
  background-color: #242a33;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-red-light .main-header .logo:hover {
  background-color: #ef5350; }

.skin-red-light .main-header li.user-header {
  background-color: #fff; }

.skin-red-light .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-red-light .content {
  background: #f4f6f9; }

.skin-red-light .wrapper,
.skin-red-light .main-sidebar,
.skin-red-light .left-side {
  background-color: #ffffff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-red-light .user-panel > .info,
.skin-red-light .user-panel > .info > a {
  color: #FFF; }

.skin-red-light .sidebar {
  border-color: #ef5350; }

.skin-red-light .sidebar-menu > li.header {
  color: #FFF; }

.skin-red-light .sidebar-menu > li > a {
  border-left: 3px solid #fff; }

.skin-red-light .sidebar-menu > li:hover > a, .skin-red-light .sidebar-menu > li.active > a {
  color: #ef5350;
  background: #f4f6f9; }

.skin-red-light .sidebar-menu > li.active > a,
.skin-red-light .sidebar-menu > li.menu-open > a {
  color: #ef5350; }

.skin-red-light .sidebar-menu > li.active > a {
  border-left-color: #ef5350; }

.skin-red-light .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #f0f4f6; }

.skin-red-light .sidebar a {
  color: #FFF; }

.skin-red-light .sidebar a:hover {
  text-decoration: none; }

.skin-red-light .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-red-light .sidebar-menu .treeview-menu > li.active > a,
.skin-red-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #ef5350; }

.skin-red-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-red-light .sidebar-form input[type="text"],
.skin-red-light .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-red-light .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-red-light .sidebar-form input[type="text"]:focus,
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-red-light .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-red-light.layout-top-nav .main-header > .logo {
  background-color: #e73f3c;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-red-light.layout-top-nav .main-header > .logo:hover {
  background-color: #ef5350; }

.skin-red-light .btn-blue {
  background-color: #ef5350;
  color: #fff;
  border: 1px solid #ef5350; }

.skin-red-light .btn-blue:hover {
  background-color: #fff;
  color: #ef5350; }

.horizontal-menu .skin-red-light.layout-top-nav .sidebar-menu > li.active > a {
  background: #ef5350;
  color: #fff; }

.skin-red-light .main-header .messages-menu .dropdown-toggle i::after, .skin-red-light .main-header .notifications-menu .dropdown-toggle i::after, .skin-red-light .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #ef5350;
  background-color: #06d79c; }

/*---Skin: Purple---*/
.skin-purple .main-header .navbar {
  background-color: #745af2; }

.skin-purple .main-header .navbar .nav > li > a {
  color: #ffffff; }

.skin-purple .main-header .navbar .nav > li > a:hover,
.skin-purple .main-header .navbar .nav > li > a:active,
.skin-purple .main-header .navbar .nav > li > a:focus,
.skin-purple .main-header .navbar .nav .open > a,
.skin-purple .main-header .navbar .nav .open > a:hover,
.skin-purple .main-header .navbar .nav .open > a:focus,
.skin-purple .main-header .navbar .nav > .active > a,
.skin-purple.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-purple .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-purple .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-purple .main-header .navbar .sidebar-toggle {
  color: #fff; }

.skin-purple .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-purple .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-purple .main-header .navbar .dropdown-menu li a:hover {
    background: #664ce1; } }
.skin-purple .main-header .logo {
  background-color: #242a33;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-purple .main-header .logo:hover {
  background-color: #745af2; }

.skin-purple .main-header li.user-header {
  background-color: #fff; }

.skin-purple .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-purple .content {
  background: #f4f6f9; }

.skin-purple .wrapper,
.skin-purple .main-sidebar,
.skin-purple .left-side {
  background-color: #242a33;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-purple .user-panel > .info,
.skin-purple .user-panel > .info > a {
  color: #fff; }

.skin-purple .sidebar {
  border-color: #745af2; }

.skin-purple .sidebar-menu > li.header {
  color: #FFF; }

.skin-purple .sidebar-menu > li > a {
  border-left: 3px solid #242a33; }

.skin-purple .sidebar-menu > li:hover > a, .skin-purple .sidebar-menu > li.active > a, .skin-purple .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #242a33; }

.skin-purple .sidebar-menu > li.active > a,
.skin-purple .sidebar-menu > li.menu-open > a {
  color: #ffffff; }

.skin-purple .sidebar-menu > li.active > a {
  border-left-color: #745af2; }

.skin-purple .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #242a33; }

.skin-purple .sidebar a {
  color: #FFF; }

.skin-purple .sidebar a:hover {
  text-decoration: none; }

.skin-purple .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-purple .sidebar-menu .treeview-menu > li.active > a,
.skin-purple .sidebar-menu .treeview-menu > li > a:hover {
  color: #fff; }

.skin-purple .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-purple .sidebar-form input[type="text"],
.skin-purple .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-purple .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-purple .sidebar-form input[type="text"]:focus,
.skin-purple .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-purple .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-purple.layout-top-nav .main-header > .logo {
  background-color: #664ce1;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-purple.layout-top-nav .main-header > .logo:hover {
  background-color: #745af2; }

.skin-purple .btn-blue {
  background-color: #745af2;
  color: #fff;
  border: 1px solid #745af2; }

.skin-purple .btn-blue:hover {
  background-color: #fff;
  color: #745af2; }

.horizontal-menu .skin-purple.layout-top-nav .sidebar-menu > li.active > a {
  background: #745af2;
  color: #fff; }

.skin-purple .main-header .messages-menu .dropdown-toggle i::after, .skin-purple .main-header .notifications-menu .dropdown-toggle i::after, .skin-purple .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #745af2; }

/*---Skin: Purple light---*/
/*---light sidebar---*/
.skin-purple-light .main-header .navbar {
  background-color: #745af2; }

.skin-purple-light .main-header .navbar .nav > li > a {
  color: #ffffff; }

.skin-purple-light .main-header .navbar .nav > li > a:hover,
.skin-purple-light .main-header .navbar .nav > li > a:active,
.skin-purple-light .main-header .navbar .nav > li > a:focus,
.skin-purple-light .main-header .navbar .nav .open > a,
.skin-purple-light .main-header .navbar .nav .open > a:hover,
.skin-purple-light .main-header .navbar .nav .open > a:focus,
.skin-purple-light .main-header .navbar .nav > .active > a,
.skin-purple-light.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-purple-light .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-purple-light .main-header .navbar .sidebar-toggle {
  color: #fff; }

.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-purple-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-purple-light .main-header .navbar .dropdown-menu li a:hover {
    background: #664ce1; } }
.skin-purple-light .main-header .logo {
  background-color: #242a33;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-purple-light .main-header .logo:hover {
  background-color: #745af2; }

.skin-purple-light .main-header li.user-header {
  background-color: #fff; }

.skin-purple-light .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-purple-light .content {
  background: #f4f6f9; }

.skin-purple-light .wrapper,
.skin-purple-light .main-sidebar,
.skin-purple-light .left-side {
  background-color: #ffffff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-purple-light .user-panel > .info,
.skin-purple-light .user-panel > .info > a {
  color: #FFF; }

.skin-purple-light .sidebar {
  border-color: #745af2; }

.skin-purple-light .sidebar-menu > li.header {
  color: #FFF; }

.skin-purple-light .sidebar-menu > li > a {
  border-left: 3px solid #fff; }

.skin-purple-light .sidebar-menu > li:hover > a, .skin-purple-light .sidebar-menu > li.active > a {
  color: #745af2;
  background: #f4f6f9; }

.skin-purple-light .sidebar-menu > li.active > a,
.skin-purple-light .sidebar-menu > li.menu-open > a {
  color: #745af2; }

.skin-purple-light .sidebar-menu > li.active > a {
  border-left-color: #745af2; }

.skin-purple-light .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #f4f6f9; }

.skin-purple-light .sidebar a {
  color: #FFF; }

.skin-purple-light .sidebar a:hover {
  text-decoration: none; }

.skin-purple-light .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-purple-light .sidebar-menu .treeview-menu > li.active > a,
.skin-purple-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #745af2; }

.skin-purple-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-purple-light .sidebar-form input[type="text"],
.skin-purple-light .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-purple-light .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-purple-light .sidebar-form input[type="text"]:focus,
.skin-purple-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-purple-light .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-purple-light.layout-top-nav .main-header > .logo {
  background-color: #664ce1;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-purple-light.layout-top-nav .main-header > .logo:hover {
  background-color: #745af2; }

.skin-purple-light .btn-blue {
  background-color: #745af2;
  color: #fff;
  border: 1px solid #745af2; }

.skin-purple-light .btn-blue:hover {
  background-color: #fff;
  color: #745af2; }

.horizontal-menu .skin-purple-light.layout-top-nav .sidebar-menu > li.active > a {
  background: #745af2;
  color: #fff; }

.skin-purple-light .main-header .messages-menu .dropdown-toggle i::after, .skin-purple-light .main-header .notifications-menu .dropdown-toggle i::after, .skin-purple-light .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #745af2; }

/*---Skin: Yellow---*/
.skin-yellow .main-header .navbar {
  background-color: #fbae1c; }

.skin-yellow .main-header .navbar .nav > li > a {
  color: #ffffff; }

.skin-yellow .main-header .navbar .nav > li > a:hover,
.skin-yellow .main-header .navbar .nav > li > a:active,
.skin-yellow .main-header .navbar .nav > li > a:focus,
.skin-yellow .main-header .navbar .nav .open > a,
.skin-yellow .main-header .navbar .nav .open > a:hover,
.skin-yellow .main-header .navbar .nav .open > a:focus,
.skin-yellow .main-header .navbar .nav > .active > a,
.skin-yellow.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-yellow .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-yellow .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-yellow .main-header .navbar .sidebar-toggle {
  color: #fff; }

.skin-yellow .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-yellow .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
    background: #df9e1b; } }
.skin-yellow .main-header .logo {
  background-color: #242a33;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-yellow .main-header .logo:hover {
  background-color: #fbae1c; }

.skin-yellow .main-header li.user-header {
  background-color: #fff; }

.skin-yellow .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-yellow .content {
  background: #f4f6f9; }

.skin-yellow .wrapper,
.skin-yellow .main-sidebar,
.skin-yellow .left-side {
  background-color: #252525;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-yellow .user-panel > .info,
.skin-yellow .user-panel > .info > a {
  color: #fff; }

.skin-yellow .sidebar {
  border-color: #fbae1c; }

.skin-yellow .sidebar-menu > li.header {
  color: #FFF; }

.skin-yellow .sidebar-menu > li > a {
  border-left: 3px solid #242a33; }

.skin-yellow .sidebar-menu > li:hover > a, .skin-yellow .sidebar-menu > li.active > a, .skin-yellow .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #303030; }

.skin-yellow .sidebar-menu > li.active > a,
.skin-yellow .sidebar-menu > li.menu-open > a {
  color: #ffffff; }

.skin-yellow .sidebar-menu > li.active > a {
  border-left-color: #fbae1c; }

.skin-yellow .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #303030; }

.skin-yellow .sidebar .ulogo a {
  color: #fbae1c; }

.skin-yellow .sidebar a {
  color: #FFF; }

.skin-yellow .sidebar a:hover {
  text-decoration: none; }

.skin-yellow .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-yellow .sidebar-menu .treeview-menu > li.active > a,
.skin-yellow .sidebar-menu .treeview-menu > li > a:hover {
  color: #fff; }

.skin-yellow .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-yellow .sidebar-form input[type="text"],
.skin-yellow .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-yellow .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-yellow .sidebar-form input[type="text"]:focus,
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-yellow .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-yellow.layout-top-nav .main-header > .logo {
  background-color: #df9e1b;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-yellow.layout-top-nav .main-header > .logo:hover {
  background-color: #fbae1c; }

.skin-yellow .btn-blue {
  background-color: #fbae1c;
  color: #fff;
  border: 1px solid #fbae1c; }

.skin-yellow .btn-blue:hover {
  background-color: #fff;
  color: #fbae1c; }

.horizontal-menu .skin-yellow.layout-top-nav .sidebar-menu > li.active > a {
  background: #fbae1c;
  color: #fff; }

.skin-yellow .main-header .messages-menu .dropdown-toggle i::after, .skin-yellow .main-header .notifications-menu .dropdown-toggle i::after, .skin-yellow .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #fbae1c; }

/*---Skin: Yellow light---*/
/*---light sidebar---*/
.skin-yellow-light .main-header .navbar {
  background-color: #fbae1c; }

.skin-yellow-light .main-header .navbar .nav > li > a {
  color: #ffffff; }

.skin-yellow-light .main-header .navbar .nav > li > a:hover,
.skin-yellow-light .main-header .navbar .nav > li > a:active,
.skin-yellow-light .main-header .navbar .nav > li > a:focus,
.skin-yellow-light .main-header .navbar .nav .open > a,
.skin-yellow-light .main-header .navbar .nav .open > a:hover,
.skin-yellow-light .main-header .navbar .nav .open > a:focus,
.skin-yellow-light .main-header .navbar .nav > .active > a,
.skin-yellow-light.layout-top-nav .mega-dropdown > a.nav-link.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6; }

.skin-yellow-light .main-header .navbar .sidebar-toggle {
  color: #ffffff; }

.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1); }

.skin-yellow-light .main-header .navbar .sidebar-toggle {
  color: #fff; }

.skin-yellow-light .main-header .navbar .sidebar-toggle:hover {
  background-color: transparent; }

@media (max-width: 767px) {
  .skin-yellow-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1); }

  .skin-yellow-light .main-header .navbar .dropdown-menu li a:hover {
    background: #df9e1b; } }
.skin-yellow-light .main-header .logo {
  background-color: #242a33;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-yellow-light .main-header .logo:hover {
  background-color: #fbae1c; }

.skin-yellow-light .main-header li.user-header {
  background-color: #fff; }

.skin-yellow-light .content-header {
  background: #ffffff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.skin-yellow-light .content {
  background: #f4f6f9; }

.skin-yellow-light .wrapper,
.skin-yellow-light .main-sidebar,
.skin-yellow-light .left-side {
  background-color: #ffffff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.skin-yellow-light .user-panel > .info,
.skin-yellow-light .user-panel > .info > a {
  color: #FFF; }

.skin-yellow-light .sidebar {
  border-color: #fbae1c; }

.skin-yellow-light .sidebar-menu > li.header {
  color: #FFF; }

.skin-yellow-light .sidebar-menu > li > a {
  border-left: 3px solid #fff; }

.skin-yellow-light .sidebar-menu > li:hover > a, .skin-yellow-light .sidebar-menu > li.active > a {
  color: #fbae1c;
  background: #f4f6f9; }

.skin-yellow-light .sidebar-menu > li.active > a,
.skin-yellow-light .sidebar-menu > li.menu-open > a {
  color: #fbae1c; }

.skin-yellow-light .sidebar-menu > li.active > a {
  border-left-color: #fbae1c; }

.skin-yellow-light .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #f0f4f6; }

.skin-yellow-light .sidebar a {
  color: #FFF; }

.skin-yellow-light .sidebar a:hover {
  text-decoration: none; }

.skin-yellow-light .sidebar-menu .treeview-menu > li > a {
  color: #FFF; }

.skin-yellow-light .sidebar-menu .treeview-menu > li.active > a,
.skin-yellow-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #fbae1c; }

.skin-yellow-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #898989; }

.skin-yellow-light .sidebar-form input[type="text"],
.skin-yellow-light .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px; }

.skin-yellow-light .sidebar-form input[type="text"] {
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-yellow-light .sidebar-form input[type="text"]:focus,
.skin-yellow-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #fff; }

.skin-yellow-light .sidebar-form .btn {
  color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-yellow-light.layout-top-nav .main-header > .logo {
  background-color: #df9e1b;
  color: #ffffff;
  border-bottom: 0 solid transparent; }

.skin-yellow-light.layout-top-nav .main-header > .logo:hover {
  background-color: #fbae1c; }

.skin-yellow-light .btn-blue {
  background-color: #fbae1c;
  color: #fff;
  border: 1px solid #fbae1c; }

.skin-yellow-light .btn-blue:hover {
  background-color: #fff;
  color: #fbae1c; }

.horizontal-menu .skin-yellow-light.layout-top-nav .sidebar-menu > li.active > a {
  background: #fbae1c;
  color: #fff; }

.skin-yellow-light .main-header .messages-menu .dropdown-toggle i::after, .skin-yellow-light .main-header .notifications-menu .dropdown-toggle i::after, .skin-yellow-light .main-header .tasks-menu .dropdown-toggle i::after {
  border-color: #fbae1c; }

/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#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; }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\f101"; }

.ion-alert-circled:before {
  content: "\f100"; }

.ion-android-add:before {
  content: "\f2c7"; }

.ion-android-add-circle:before {
  content: "\f359"; }

.ion-android-alarm-clock:before {
  content: "\f35a"; }

.ion-android-alert:before {
  content: "\f35b"; }

.ion-android-apps:before {
  content: "\f35c"; }

.ion-android-archive:before {
  content: "\f2c9"; }

.ion-android-arrow-back:before {
  content: "\f2ca"; }

.ion-android-arrow-down:before {
  content: "\f35d"; }

.ion-android-arrow-dropdown:before {
  content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"; }

.ion-android-arrow-dropleft:before {
  content: "\f361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\f360"; }

.ion-android-arrow-dropright:before {
  content: "\f363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\f362"; }

.ion-android-arrow-dropup:before {
  content: "\f365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\f364"; }

.ion-android-arrow-forward:before {
  content: "\f30f"; }

.ion-android-arrow-up:before {
  content: "\f366"; }

.ion-android-attach:before {
  content: "\f367"; }

.ion-android-bar:before {
  content: "\f368"; }

.ion-android-bicycle:before {
  content: "\f369"; }

.ion-android-boat:before {
  content: "\f36a"; }

.ion-android-bookmark:before {
  content: "\f36b"; }

.ion-android-bulb:before {
  content: "\f36c"; }

.ion-android-bus:before {
  content: "\f36d"; }

.ion-android-calendar:before {
  content: "\f2d1"; }

.ion-android-call:before {
  content: "\f2d2"; }

.ion-android-camera:before {
  content: "\f2d3"; }

.ion-android-cancel:before {
  content: "\f36e"; }

.ion-android-car:before {
  content: "\f36f"; }

.ion-android-cart:before {
  content: "\f370"; }

.ion-android-chat:before {
  content: "\f2d4"; }

.ion-android-checkbox:before {
  content: "\f374"; }

.ion-android-checkbox-blank:before {
  content: "\f371"; }

.ion-android-checkbox-outline:before {
  content: "\f373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\f372"; }

.ion-android-checkmark-circle:before {
  content: "\f375"; }

.ion-android-clipboard:before {
  content: "\f376"; }

.ion-android-close:before {
  content: "\f2d7"; }

.ion-android-cloud:before {
  content: "\f37a"; }

.ion-android-cloud-circle:before {
  content: "\f377"; }

.ion-android-cloud-done:before {
  content: "\f378"; }

.ion-android-cloud-outline:before {
  content: "\f379"; }

.ion-android-color-palette:before {
  content: "\f37b"; }

.ion-android-compass:before {
  content: "\f37c"; }

.ion-android-contact:before {
  content: "\f2d8"; }

.ion-android-contacts:before {
  content: "\f2d9"; }

.ion-android-contract:before {
  content: "\f37d"; }

.ion-android-create:before {
  content: "\f37e"; }

.ion-android-delete:before {
  content: "\f37f"; }

.ion-android-desktop:before {
  content: "\f380"; }

.ion-android-document:before {
  content: "\f381"; }

.ion-android-done:before {
  content: "\f383"; }

.ion-android-done-all:before {
  content: "\f382"; }

.ion-android-download:before {
  content: "\f2dd"; }

.ion-android-drafts:before {
  content: "\f384"; }

.ion-android-exit:before {
  content: "\f385"; }

.ion-android-expand:before {
  content: "\f386"; }

.ion-android-favorite:before {
  content: "\f388"; }

.ion-android-favorite-outline:before {
  content: "\f387"; }

.ion-android-film:before {
  content: "\f389"; }

.ion-android-folder:before {
  content: "\f2e0"; }

.ion-android-folder-open:before {
  content: "\f38a"; }

.ion-android-funnel:before {
  content: "\f38b"; }

.ion-android-globe:before {
  content: "\f38c"; }

.ion-android-hand:before {
  content: "\f2e3"; }

.ion-android-hangout:before {
  content: "\f38d"; }

.ion-android-happy:before {
  content: "\f38e"; }

.ion-android-home:before {
  content: "\f38f"; }

.ion-android-image:before {
  content: "\f2e4"; }

.ion-android-laptop:before {
  content: "\f390"; }

.ion-android-list:before {
  content: "\f391"; }

.ion-android-locate:before {
  content: "\f2e9"; }

.ion-android-lock:before {
  content: "\f392"; }

.ion-android-mail:before {
  content: "\f2eb"; }

.ion-android-map:before {
  content: "\f393"; }

.ion-android-menu:before {
  content: "\f394"; }

.ion-android-microphone:before {
  content: "\f2ec"; }

.ion-android-microphone-off:before {
  content: "\f395"; }

.ion-android-more-horizontal:before {
  content: "\f396"; }

.ion-android-more-vertical:before {
  content: "\f397"; }

.ion-android-navigate:before {
  content: "\f398"; }

.ion-android-notifications:before {
  content: "\f39b"; }

.ion-android-notifications-none:before {
  content: "\f399"; }

.ion-android-notifications-off:before {
  content: "\f39a"; }

.ion-android-open:before {
  content: "\f39c"; }

.ion-android-options:before {
  content: "\f39d"; }

.ion-android-people:before {
  content: "\f39e"; }

.ion-android-person:before {
  content: "\f3a0"; }

.ion-android-person-add:before {
  content: "\f39f"; }

.ion-android-phone-landscape:before {
  content: "\f3a1"; }

.ion-android-phone-portrait:before {
  content: "\f3a2"; }

.ion-android-pin:before {
  content: "\f3a3"; }

.ion-android-plane:before {
  content: "\f3a4"; }

.ion-android-playstore:before {
  content: "\f2f0"; }

.ion-android-print:before {
  content: "\f3a5"; }

.ion-android-radio-button-off:before {
  content: "\f3a6"; }

.ion-android-radio-button-on:before {
  content: "\f3a7"; }

.ion-android-refresh:before {
  content: "\f3a8"; }

.ion-android-remove:before {
  content: "\f2f4"; }

.ion-android-remove-circle:before {
  content: "\f3a9"; }

.ion-android-restaurant:before {
  content: "\f3aa"; }

.ion-android-sad:before {
  content: "\f3ab"; }

.ion-android-search:before {
  content: "\f2f5"; }

.ion-android-send:before {
  content: "\f2f6"; }

.ion-android-settings:before {
  content: "\f2f7"; }

.ion-android-share:before {
  content: "\f2f8"; }

.ion-android-share-alt:before {
  content: "\f3ac"; }

.ion-android-star:before {
  content: "\f2fc"; }

.ion-android-star-half:before {
  content: "\f3ad"; }

.ion-android-star-outline:before {
  content: "\f3ae"; }

.ion-android-stopwatch:before {
  content: "\f2fd"; }

.ion-android-subway:before {
  content: "\f3af"; }

.ion-android-sunny:before {
  content: "\f3b0"; }

.ion-android-sync:before {
  content: "\f3b1"; }

.ion-android-textsms:before {
  content: "\f3b2"; }

.ion-android-time:before {
  content: "\f3b3"; }

.ion-android-train:before {
  content: "\f3b4"; }

.ion-android-unlock:before {
  content: "\f3b5"; }

.ion-android-upload:before {
  content: "\f3b6"; }

.ion-android-volume-down:before {
  content: "\f3b7"; }

.ion-android-volume-mute:before {
  content: "\f3b8"; }

.ion-android-volume-off:before {
  content: "\f3b9"; }

.ion-android-volume-up:before {
  content: "\f3ba"; }

.ion-android-walk:before {
  content: "\f3bb"; }

.ion-android-warning:before {
  content: "\f3bc"; }

.ion-android-watch:before {
  content: "\f3bd"; }

.ion-android-wifi:before {
  content: "\f305"; }

.ion-aperture:before {
  content: "\f313"; }

.ion-archive:before {
  content: "\f102"; }

.ion-arrow-down-a:before {
  content: "\f103"; }

.ion-arrow-down-b:before {
  content: "\f104"; }

.ion-arrow-down-c:before {
  content: "\f105"; }

.ion-arrow-expand:before {
  content: "\f25e"; }

.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

.ion-arrow-graph-down-right:before {
  content: "\f260"; }

.ion-arrow-graph-up-left:before {
  content: "\f261"; }

.ion-arrow-graph-up-right:before {
  content: "\f262"; }

.ion-arrow-left-a:before {
  content: "\f106"; }

.ion-arrow-left-b:before {
  content: "\f107"; }

.ion-arrow-left-c:before {
  content: "\f108"; }

.ion-arrow-move:before {
  content: "\f263"; }

.ion-arrow-resize:before {
  content: "\f264"; }

.ion-arrow-return-left:before {
  content: "\f265"; }

.ion-arrow-return-right:before {
  content: "\f266"; }

.ion-arrow-right-a:before {
  content: "\f109"; }

.ion-arrow-right-b:before {
  content: "\f10a"; }

.ion-arrow-right-c:before {
  content: "\f10b"; }

.ion-arrow-shrink:before {
  content: "\f267"; }

.ion-arrow-swap:before {
  content: "\f268"; }

.ion-arrow-up-a:before {
  content: "\f10c"; }

.ion-arrow-up-b:before {
  content: "\f10d"; }

.ion-arrow-up-c:before {
  content: "\f10e"; }

.ion-asterisk:before {
  content: "\f314"; }

.ion-at:before {
  content: "\f10f"; }

.ion-backspace:before {
  content: "\f3bf"; }

.ion-backspace-outline:before {
  content: "\f3be"; }

.ion-bag:before {
  content: "\f110"; }

.ion-battery-charging:before {
  content: "\f111"; }

.ion-battery-empty:before {
  content: "\f112"; }

.ion-battery-full:before {
  content: "\f113"; }

.ion-battery-half:before {
  content: "\f114"; }

.ion-battery-low:before {
  content: "\f115"; }

.ion-beaker:before {
  content: "\f269"; }

.ion-beer:before {
  content: "\f26a"; }

.ion-bluetooth:before {
  content: "\f116"; }

.ion-bonfire:before {
  content: "\f315"; }

.ion-bookmark:before {
  content: "\f26b"; }

.ion-bowtie:before {
  content: "\f3c0"; }

.ion-briefcase:before {
  content: "\f26c"; }

.ion-bug:before {
  content: "\f2be"; }

.ion-calculator:before {
  content: "\f26d"; }

.ion-calendar:before {
  content: "\f117"; }

.ion-camera:before {
  content: "\f118"; }

.ion-card:before {
  content: "\f119"; }

.ion-cash:before {
  content: "\f316"; }

.ion-chatbox:before {
  content: "\f11b"; }

.ion-chatbox-working:before {
  content: "\f11a"; }

.ion-chatboxes:before {
  content: "\f11c"; }

.ion-chatbubble:before {
  content: "\f11e"; }

.ion-chatbubble-working:before {
  content: "\f11d"; }

.ion-chatbubbles:before {
  content: "\f11f"; }

.ion-checkmark:before {
  content: "\f122"; }

.ion-checkmark-circled:before {
  content: "\f120"; }

.ion-checkmark-round:before {
  content: "\f121"; }

.ion-chevron-down:before {
  content: "\f123"; }

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-chevron-up:before {
  content: "\f126"; }

.ion-clipboard:before {
  content: "\f127"; }

.ion-clock:before {
  content: "\f26e"; }

.ion-close:before {
  content: "\f12a"; }

.ion-close-circled:before {
  content: "\f128"; }

.ion-close-round:before {
  content: "\f129"; }

.ion-closed-captioning:before {
  content: "\f317"; }

.ion-cloud:before {
  content: "\f12b"; }

.ion-code:before {
  content: "\f271"; }

.ion-code-download:before {
  content: "\f26f"; }

.ion-code-working:before {
  content: "\f270"; }

.ion-coffee:before {
  content: "\f272"; }

.ion-compass:before {
  content: "\f273"; }

.ion-compose:before {
  content: "\f12c"; }

.ion-connection-bars:before {
  content: "\f274"; }

.ion-contrast:before {
  content: "\f275"; }

.ion-crop:before {
  content: "\f3c1"; }

.ion-cube:before {
  content: "\f318"; }

.ion-disc:before {
  content: "\f12d"; }

.ion-document:before {
  content: "\f12f"; }

.ion-document-text:before {
  content: "\f12e"; }

.ion-drag:before {
  content: "\f130"; }

.ion-earth:before {
  content: "\f276"; }

.ion-easel:before {
  content: "\f3c2"; }

.ion-edit:before {
  content: "\f2bf"; }

.ion-egg:before {
  content: "\f277"; }

.ion-eject:before {
  content: "\f131"; }

.ion-email:before {
  content: "\f132"; }

.ion-email-unread:before {
  content: "\f3c3"; }

.ion-erlenmeyer-flask:before {
  content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"; }

.ion-eye:before {
  content: "\f133"; }

.ion-eye-disabled:before {
  content: "\f306"; }

.ion-female:before {
  content: "\f278"; }

.ion-filing:before {
  content: "\f134"; }

.ion-film-marker:before {
  content: "\f135"; }

.ion-fireball:before {
  content: "\f319"; }

.ion-flag:before {
  content: "\f279"; }

.ion-flame:before {
  content: "\f31a"; }

.ion-flash:before {
  content: "\f137"; }

.ion-flash-off:before {
  content: "\f136"; }

.ion-folder:before {
  content: "\f139"; }

.ion-fork:before {
  content: "\f27a"; }

.ion-fork-repo:before {
  content: "\f2c0"; }

.ion-forward:before {
  content: "\f13a"; }

.ion-funnel:before {
  content: "\f31b"; }

.ion-gear-a:before {
  content: "\f13d"; }

.ion-gear-b:before {
  content: "\f13e"; }

.ion-grid:before {
  content: "\f13f"; }

.ion-hammer:before {
  content: "\f27b"; }

.ion-happy:before {
  content: "\f31c"; }

.ion-happy-outline:before {
  content: "\f3c6"; }

.ion-headphone:before {
  content: "\f140"; }

.ion-heart:before {
  content: "\f141"; }

.ion-heart-broken:before {
  content: "\f31d"; }

.ion-help:before {
  content: "\f143"; }

.ion-help-buoy:before {
  content: "\f27c"; }

.ion-help-circled:before {
  content: "\f142"; }

.ion-home:before {
  content: "\f144"; }

.ion-icecream:before {
  content: "\f27d"; }

.ion-image:before {
  content: "\f147"; }

.ion-images:before {
  content: "\f148"; }

.ion-information:before {
  content: "\f14a"; }

.ion-information-circled:before {
  content: "\f149"; }

.ion-ionic:before {
  content: "\f14b"; }

.ion-ios-alarm:before {
  content: "\f3c8"; }

.ion-ios-alarm-outline:before {
  content: "\f3c7"; }

.ion-ios-albums:before {
  content: "\f3ca"; }

.ion-ios-albums-outline:before {
  content: "\f3c9"; }

.ion-ios-americanfootball:before {
  content: "\f3cc"; }

.ion-ios-americanfootball-outline:before {
  content: "\f3cb"; }

.ion-ios-analytics:before {
  content: "\f3ce"; }

.ion-ios-analytics-outline:before {
  content: "\f3cd"; }

.ion-ios-arrow-back:before {
  content: "\f3cf"; }

.ion-ios-arrow-down:before {
  content: "\f3d0"; }

.ion-ios-arrow-forward:before {
  content: "\f3d1"; }

.ion-ios-arrow-left:before {
  content: "\f3d2"; }

.ion-ios-arrow-right:before {
  content: "\f3d3"; }

.ion-ios-arrow-thin-down:before {
  content: "\f3d4"; }

.ion-ios-arrow-thin-left:before {
  content: "\f3d5"; }

.ion-ios-arrow-thin-right:before {
  content: "\f3d6"; }

.ion-ios-arrow-thin-up:before {
  content: "\f3d7"; }

.ion-ios-arrow-up:before {
  content: "\f3d8"; }

.ion-ios-at:before {
  content: "\f3da"; }

.ion-ios-at-outline:before {
  content: "\f3d9"; }

.ion-ios-barcode:before {
  content: "\f3dc"; }

.ion-ios-barcode-outline:before {
  content: "\f3db"; }

.ion-ios-baseball:before {
  content: "\f3de"; }

.ion-ios-baseball-outline:before {
  content: "\f3dd"; }

.ion-ios-basketball:before {
  content: "\f3e0"; }

.ion-ios-basketball-outline:before {
  content: "\f3df"; }

.ion-ios-bell:before {
  content: "\f3e2"; }

.ion-ios-bell-outline:before {
  content: "\f3e1"; }

.ion-ios-body:before {
  content: "\f3e4"; }

.ion-ios-body-outline:before {
  content: "\f3e3"; }

.ion-ios-bolt:before {
  content: "\f3e6"; }

.ion-ios-bolt-outline:before {
  content: "\f3e5"; }

.ion-ios-book:before {
  content: "\f3e8"; }

.ion-ios-book-outline:before {
  content: "\f3e7"; }

.ion-ios-bookmarks:before {
  content: "\f3ea"; }

.ion-ios-bookmarks-outline:before {
  content: "\f3e9"; }

.ion-ios-box:before {
  content: "\f3ec"; }

.ion-ios-box-outline:before {
  content: "\f3eb"; }

.ion-ios-briefcase:before {
  content: "\f3ee"; }

.ion-ios-briefcase-outline:before {
  content: "\f3ed"; }

.ion-ios-browsers:before {
  content: "\f3f0"; }

.ion-ios-browsers-outline:before {
  content: "\f3ef"; }

.ion-ios-calculator:before {
  content: "\f3f2"; }

.ion-ios-calculator-outline:before {
  content: "\f3f1"; }

.ion-ios-calendar:before {
  content: "\f3f4"; }

.ion-ios-calendar-outline:before {
  content: "\f3f3"; }

.ion-ios-camera:before {
  content: "\f3f6"; }

.ion-ios-camera-outline:before {
  content: "\f3f5"; }

.ion-ios-cart:before {
  content: "\f3f8"; }

.ion-ios-cart-outline:before {
  content: "\f3f7"; }

.ion-ios-chatboxes:before {
  content: "\f3fa"; }

.ion-ios-chatboxes-outline:before {
  content: "\f3f9"; }

.ion-ios-chatbubble:before {
  content: "\f3fc"; }

.ion-ios-chatbubble-outline:before {
  content: "\f3fb"; }

.ion-ios-checkmark:before {
  content: "\f3ff"; }

.ion-ios-checkmark-empty:before {
  content: "\f3fd"; }

.ion-ios-checkmark-outline:before {
  content: "\f3fe"; }

.ion-ios-circle-filled:before {
  content: "\f400"; }

.ion-ios-circle-outline:before {
  content: "\f401"; }

.ion-ios-clock:before {
  content: "\f403"; }

.ion-ios-clock-outline:before {
  content: "\f402"; }

.ion-ios-close:before {
  content: "\f406"; }

.ion-ios-close-empty:before {
  content: "\f404"; }

.ion-ios-close-outline:before {
  content: "\f405"; }

.ion-ios-cloud:before {
  content: "\f40c"; }

.ion-ios-cloud-download:before {
  content: "\f408"; }

.ion-ios-cloud-download-outline:before {
  content: "\f407"; }

.ion-ios-cloud-outline:before {
  content: "\f409"; }

.ion-ios-cloud-upload:before {
  content: "\f40b"; }

.ion-ios-cloud-upload-outline:before {
  content: "\f40a"; }

.ion-ios-cloudy:before {
  content: "\f410"; }

.ion-ios-cloudy-night:before {
  content: "\f40e"; }

.ion-ios-cloudy-night-outline:before {
  content: "\f40d"; }

.ion-ios-cloudy-outline:before {
  content: "\f40f"; }

.ion-ios-cog:before {
  content: "\f412"; }

.ion-ios-cog-outline:before {
  content: "\f411"; }

.ion-ios-color-filter:before {
  content: "\f414"; }

.ion-ios-color-filter-outline:before {
  content: "\f413"; }

.ion-ios-color-wand:before {
  content: "\f416"; }

.ion-ios-color-wand-outline:before {
  content: "\f415"; }

.ion-ios-compose:before {
  content: "\f418"; }

.ion-ios-compose-outline:before {
  content: "\f417"; }

.ion-ios-contact:before {
  content: "\f41a"; }

.ion-ios-contact-outline:before {
  content: "\f419"; }

.ion-ios-copy:before {
  content: "\f41c"; }

.ion-ios-copy-outline:before {
  content: "\f41b"; }

.ion-ios-crop:before {
  content: "\f41e"; }

.ion-ios-crop-strong:before {
  content: "\f41d"; }

.ion-ios-download:before {
  content: "\f420"; }

.ion-ios-download-outline:before {
  content: "\f41f"; }

.ion-ios-drag:before {
  content: "\f421"; }

.ion-ios-email:before {
  content: "\f423"; }

.ion-ios-email-outline:before {
  content: "\f422"; }

.ion-ios-eye:before {
  content: "\f425"; }

.ion-ios-eye-outline:before {
  content: "\f424"; }

.ion-ios-fastforward:before {
  content: "\f427"; }

.ion-ios-fastforward-outline:before {
  content: "\f426"; }

.ion-ios-filing:before {
  content: "\f429"; }

.ion-ios-filing-outline:before {
  content: "\f428"; }

.ion-ios-film:before {
  content: "\f42b"; }

.ion-ios-film-outline:before {
  content: "\f42a"; }

.ion-ios-flag:before {
  content: "\f42d"; }

.ion-ios-flag-outline:before {
  content: "\f42c"; }

.ion-ios-flame:before {
  content: "\f42f"; }

.ion-ios-flame-outline:before {
  content: "\f42e"; }

.ion-ios-flask:before {
  content: "\f431"; }

.ion-ios-flask-outline:before {
  content: "\f430"; }

.ion-ios-flower:before {
  content: "\f433"; }

.ion-ios-flower-outline:before {
  content: "\f432"; }

.ion-ios-folder:before {
  content: "\f435"; }

.ion-ios-folder-outline:before {
  content: "\f434"; }

.ion-ios-football:before {
  content: "\f437"; }

.ion-ios-football-outline:before {
  content: "\f436"; }

.ion-ios-game-controller-a:before {
  content: "\f439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\f438"; }

.ion-ios-game-controller-b:before {
  content: "\f43b"; }

.ion-ios-game-controller-b-outline:before {
  content: "\f43a"; }

.ion-ios-gear:before {
  content: "\f43d"; }

.ion-ios-gear-outline:before {
  content: "\f43c"; }

.ion-ios-glasses:before {
  content: "\f43f"; }

.ion-ios-glasses-outline:before {
  content: "\f43e"; }

.ion-ios-grid-view:before {
  content: "\f441"; }

.ion-ios-grid-view-outline:before {
  content: "\f440"; }

.ion-ios-heart:before {
  content: "\f443"; }

.ion-ios-heart-outline:before {
  content: "\f442"; }

.ion-ios-help:before {
  content: "\f446"; }

.ion-ios-help-empty:before {
  content: "\f444"; }

.ion-ios-help-outline:before {
  content: "\f445"; }

.ion-ios-home:before {
  content: "\f448"; }

.ion-ios-home-outline:before {
  content: "\f447"; }

.ion-ios-infinite:before {
  content: "\f44a"; }

.ion-ios-infinite-outline:before {
  content: "\f449"; }

.ion-ios-information:before {
  content: "\f44d"; }

.ion-ios-information-empty:before {
  content: "\f44b"; }

.ion-ios-information-outline:before {
  content: "\f44c"; }

.ion-ios-ionic-outline:before {
  content: "\f44e"; }

.ion-ios-keypad:before {
  content: "\f450"; }

.ion-ios-keypad-outline:before {
  content: "\f44f"; }

.ion-ios-lightbulb:before {
  content: "\f452"; }

.ion-ios-lightbulb-outline:before {
  content: "\f451"; }

.ion-ios-list:before {
  content: "\f454"; }

.ion-ios-list-outline:before {
  content: "\f453"; }

.ion-ios-location:before {
  content: "\f456"; }

.ion-ios-location-outline:before {
  content: "\f455"; }

.ion-ios-locked:before {
  content: "\f458"; }

.ion-ios-locked-outline:before {
  content: "\f457"; }

.ion-ios-loop:before {
  content: "\f45a"; }

.ion-ios-loop-strong:before {
  content: "\f459"; }

.ion-ios-medical:before {
  content: "\f45c"; }

.ion-ios-medical-outline:before {
  content: "\f45b"; }

.ion-ios-medkit:before {
  content: "\f45e"; }

.ion-ios-medkit-outline:before {
  content: "\f45d"; }

.ion-ios-mic:before {
  content: "\f461"; }

.ion-ios-mic-off:before {
  content: "\f45f"; }

.ion-ios-mic-outline:before {
  content: "\f460"; }

.ion-ios-minus:before {
  content: "\f464"; }

.ion-ios-minus-empty:before {
  content: "\f462"; }

.ion-ios-minus-outline:before {
  content: "\f463"; }

.ion-ios-monitor:before {
  content: "\f466"; }

.ion-ios-monitor-outline:before {
  content: "\f465"; }

.ion-ios-moon:before {
  content: "\f468"; }

.ion-ios-moon-outline:before {
  content: "\f467"; }

.ion-ios-more:before {
  content: "\f46a"; }

.ion-ios-more-outline:before {
  content: "\f469"; }

.ion-ios-musical-note:before {
  content: "\f46b"; }

.ion-ios-musical-notes:before {
  content: "\f46c"; }

.ion-ios-navigate:before {
  content: "\f46e"; }

.ion-ios-navigate-outline:before {
  content: "\f46d"; }

.ion-ios-nutrition:before {
  content: "\f470"; }

.ion-ios-nutrition-outline:before {
  content: "\f46f"; }

.ion-ios-paper:before {
  content: "\f472"; }

.ion-ios-paper-outline:before {
  content: "\f471"; }

.ion-ios-paperplane:before {
  content: "\f474"; }

.ion-ios-paperplane-outline:before {
  content: "\f473"; }

.ion-ios-partlysunny:before {
  content: "\f476"; }

.ion-ios-partlysunny-outline:before {
  content: "\f475"; }

.ion-ios-pause:before {
  content: "\f478"; }

.ion-ios-pause-outline:before {
  content: "\f477"; }

.ion-ios-paw:before {
  content: "\f47a"; }

.ion-ios-paw-outline:before {
  content: "\f479"; }

.ion-ios-people:before {
  content: "\f47c"; }

.ion-ios-people-outline:before {
  content: "\f47b"; }

.ion-ios-person:before {
  content: "\f47e"; }

.ion-ios-person-outline:before {
  content: "\f47d"; }

.ion-ios-personadd:before {
  content: "\f480"; }

.ion-ios-personadd-outline:before {
  content: "\f47f"; }

.ion-ios-photos:before {
  content: "\f482"; }

.ion-ios-photos-outline:before {
  content: "\f481"; }

.ion-ios-pie:before {
  content: "\f484"; }

.ion-ios-pie-outline:before {
  content: "\f483"; }

.ion-ios-pint:before {
  content: "\f486"; }

.ion-ios-pint-outline:before {
  content: "\f485"; }

.ion-ios-play:before {
  content: "\f488"; }

.ion-ios-play-outline:before {
  content: "\f487"; }

.ion-ios-plus:before {
  content: "\f48b"; }

.ion-ios-plus-empty:before {
  content: "\f489"; }

.ion-ios-plus-outline:before {
  content: "\f48a"; }

.ion-ios-pricetag:before {
  content: "\f48d"; }

.ion-ios-pricetag-outline:before {
  content: "\f48c"; }

.ion-ios-pricetags:before {
  content: "\f48f"; }

.ion-ios-pricetags-outline:before {
  content: "\f48e"; }

.ion-ios-printer:before {
  content: "\f491"; }

.ion-ios-printer-outline:before {
  content: "\f490"; }

.ion-ios-pulse:before {
  content: "\f493"; }

.ion-ios-pulse-strong:before {
  content: "\f492"; }

.ion-ios-rainy:before {
  content: "\f495"; }

.ion-ios-rainy-outline:before {
  content: "\f494"; }

.ion-ios-recording:before {
  content: "\f497"; }

.ion-ios-recording-outline:before {
  content: "\f496"; }

.ion-ios-redo:before {
  content: "\f499"; }

.ion-ios-redo-outline:before {
  content: "\f498"; }

.ion-ios-refresh:before {
  content: "\f49c"; }

.ion-ios-refresh-empty:before {
  content: "\f49a"; }

.ion-ios-refresh-outline:before {
  content: "\f49b"; }

.ion-ios-reload:before {
  content: "\f49d"; }

.ion-ios-reverse-camera:before {
  content: "\f49f"; }

.ion-ios-reverse-camera-outline:before {
  content: "\f49e"; }

.ion-ios-rewind:before {
  content: "\f4a1"; }

.ion-ios-rewind-outline:before {
  content: "\f4a0"; }

.ion-ios-rose:before {
  content: "\f4a3"; }

.ion-ios-rose-outline:before {
  content: "\f4a2"; }

.ion-ios-search:before {
  content: "\f4a5"; }

.ion-ios-search-strong:before {
  content: "\f4a4"; }

.ion-ios-settings:before {
  content: "\f4a7"; }

.ion-ios-settings-strong:before {
  content: "\f4a6"; }

.ion-ios-shuffle:before {
  content: "\f4a9"; }

.ion-ios-shuffle-strong:before {
  content: "\f4a8"; }

.ion-ios-skipbackward:before {
  content: "\f4ab"; }

.ion-ios-skipbackward-outline:before {
  content: "\f4aa"; }

.ion-ios-skipforward:before {
  content: "\f4ad"; }

.ion-ios-skipforward-outline:before {
  content: "\f4ac"; }

.ion-ios-snowy:before {
  content: "\f4ae"; }

.ion-ios-speedometer:before {
  content: "\f4b0"; }

.ion-ios-speedometer-outline:before {
  content: "\f4af"; }

.ion-ios-star:before {
  content: "\f4b3"; }

.ion-ios-star-half:before {
  content: "\f4b1"; }

.ion-ios-star-outline:before {
  content: "\f4b2"; }

.ion-ios-stopwatch:before {
  content: "\f4b5"; }

.ion-ios-stopwatch-outline:before {
  content: "\f4b4"; }

.ion-ios-sunny:before {
  content: "\f4b7"; }

.ion-ios-sunny-outline:before {
  content: "\f4b6"; }

.ion-ios-telephone:before {
  content: "\f4b9"; }

.ion-ios-telephone-outline:before {
  content: "\f4b8"; }

.ion-ios-tennisball:before {
  content: "\f4bb"; }

.ion-ios-tennisball-outline:before {
  content: "\f4ba"; }

.ion-ios-thunderstorm:before {
  content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"; }

.ion-ios-time:before {
  content: "\f4bf"; }

.ion-ios-time-outline:before {
  content: "\f4be"; }

.ion-ios-timer:before {
  content: "\f4c1"; }

.ion-ios-timer-outline:before {
  content: "\f4c0"; }

.ion-ios-toggle:before {
  content: "\f4c3"; }

.ion-ios-toggle-outline:before {
  content: "\f4c2"; }

.ion-ios-trash:before {
  content: "\f4c5"; }

.ion-ios-trash-outline:before {
  content: "\f4c4"; }

.ion-ios-undo:before {
  content: "\f4c7"; }

.ion-ios-undo-outline:before {
  content: "\f4c6"; }

.ion-ios-unlocked:before {
  content: "\f4c9"; }

.ion-ios-unlocked-outline:before {
  content: "\f4c8"; }

.ion-ios-upload:before {
  content: "\f4cb"; }

.ion-ios-upload-outline:before {
  content: "\f4ca"; }

.ion-ios-videocam:before {
  content: "\f4cd"; }

.ion-ios-videocam-outline:before {
  content: "\f4cc"; }

.ion-ios-volume-high:before {
  content: "\f4ce"; }

.ion-ios-volume-low:before {
  content: "\f4cf"; }

.ion-ios-wineglass:before {
  content: "\f4d1"; }

.ion-ios-wineglass-outline:before {
  content: "\f4d0"; }

.ion-ios-world:before {
  content: "\f4d3"; }

.ion-ios-world-outline:before {
  content: "\f4d2"; }

.ion-ipad:before {
  content: "\f1f9"; }

.ion-iphone:before {
  content: "\f1fa"; }

.ion-ipod:before {
  content: "\f1fb"; }

.ion-jet:before {
  content: "\f295"; }

.ion-key:before {
  content: "\f296"; }

.ion-knife:before {
  content: "\f297"; }

.ion-laptop:before {
  content: "\f1fc"; }

.ion-leaf:before {
  content: "\f1fd"; }

.ion-levels:before {
  content: "\f298"; }

.ion-lightbulb:before {
  content: "\f299"; }

.ion-link:before {
  content: "\f1fe"; }

.ion-load-a:before {
  content: "\f29a"; }

.ion-load-b:before {
  content: "\f29b"; }

.ion-load-c:before {
  content: "\f29c"; }

.ion-load-d:before {
  content: "\f29d"; }

.ion-location:before {
  content: "\f1ff"; }

.ion-lock-combination:before {
  content: "\f4d4"; }

.ion-locked:before {
  content: "\f200"; }

.ion-log-in:before {
  content: "\f29e"; }

.ion-log-out:before {
  content: "\f29f"; }

.ion-loop:before {
  content: "\f201"; }

.ion-magnet:before {
  content: "\f2a0"; }

.ion-male:before {
  content: "\f2a1"; }

.ion-man:before {
  content: "\f202"; }

.ion-map:before {
  content: "\f203"; }

.ion-medkit:before {
  content: "\f2a2"; }

.ion-merge:before {
  content: "\f33f"; }

.ion-mic-a:before {
  content: "\f204"; }

.ion-mic-b:before {
  content: "\f205"; }

.ion-mic-c:before {
  content: "\f206"; }

.ion-minus:before {
  content: "\f209"; }

.ion-minus-circled:before {
  content: "\f207"; }

.ion-minus-round:before {
  content: "\f208"; }

.ion-model-s:before {
  content: "\f2c1"; }

.ion-monitor:before {
  content: "\f20a"; }

.ion-more:before {
  content: "\f20b"; }

.ion-mouse:before {
  content: "\f340"; }

.ion-music-note:before {
  content: "\f20c"; }

.ion-navicon:before {
  content: "\f20e"; }

.ion-navicon-round:before {
  content: "\f20d"; }

.ion-navigate:before {
  content: "\f2a3"; }

.ion-network:before {
  content: "\f341"; }

.ion-no-smoking:before {
  content: "\f2c2"; }

.ion-nuclear:before {
  content: "\f2a4"; }

.ion-outlet:before {
  content: "\f342"; }

.ion-paintbrush:before {
  content: "\f4d5"; }

.ion-paintbucket:before {
  content: "\f4d6"; }

.ion-paper-airplane:before {
  content: "\f2c3"; }

.ion-paperclip:before {
  content: "\f20f"; }

.ion-pause:before {
  content: "\f210"; }

.ion-person:before {
  content: "\f213"; }

.ion-person-add:before {
  content: "\f211"; }

.ion-person-stalker:before {
  content: "\f212"; }

.ion-pie-graph:before {
  content: "\f2a5"; }

.ion-pin:before {
  content: "\f2a6"; }

.ion-pinpoint:before {
  content: "\f2a7"; }

.ion-pizza:before {
  content: "\f2a8"; }

.ion-plane:before {
  content: "\f214"; }

.ion-planet:before {
  content: "\f343"; }

.ion-play:before {
  content: "\f215"; }

.ion-playstation:before {
  content: "\f30a"; }

.ion-plus:before {
  content: "\f218"; }

.ion-plus-circled:before {
  content: "\f216"; }

.ion-plus-round:before {
  content: "\f217"; }

.ion-podium:before {
  content: "\f344"; }

.ion-pound:before {
  content: "\f219"; }

.ion-power:before {
  content: "\f2a9"; }

.ion-pricetag:before {
  content: "\f2aa"; }

.ion-pricetags:before {
  content: "\f2ab"; }

.ion-printer:before {
  content: "\f21a"; }

.ion-pull-request:before {
  content: "\f345"; }

.ion-qr-scanner:before {
  content: "\f346"; }

.ion-quote:before {
  content: "\f347"; }

.ion-radio-waves:before {
  content: "\f2ac"; }

.ion-record:before {
  content: "\f21b"; }

.ion-refresh:before {
  content: "\f21c"; }

.ion-reply:before {
  content: "\f21e"; }

.ion-reply-all:before {
  content: "\f21d"; }

.ion-ribbon-a:before {
  content: "\f348"; }

.ion-ribbon-b:before {
  content: "\f349"; }

.ion-sad:before {
  content: "\f34a"; }

.ion-sad-outline:before {
  content: "\f4d7"; }

.ion-scissors:before {
  content: "\f34b"; }

.ion-search:before {
  content: "\f21f"; }

.ion-settings:before {
  content: "\f2ad"; }

.ion-share:before {
  content: "\f220"; }

.ion-shuffle:before {
  content: "\f221"; }

.ion-skip-backward:before {
  content: "\f222"; }

.ion-skip-forward:before {
  content: "\f223"; }

.ion-social-android:before {
  content: "\f225"; }

.ion-social-android-outline:before {
  content: "\f224"; }

.ion-social-angular:before {
  content: "\f4d9"; }

.ion-social-angular-outline:before {
  content: "\f4d8"; }

.ion-social-apple:before {
  content: "\f227"; }

.ion-social-apple-outline:before {
  content: "\f226"; }

.ion-social-bitcoin:before {
  content: "\f2af"; }

.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

.ion-social-buffer:before {
  content: "\f229"; }

.ion-social-buffer-outline:before {
  content: "\f228"; }

.ion-social-chrome:before {
  content: "\f4db"; }

.ion-social-chrome-outline:before {
  content: "\f4da"; }

.ion-social-codepen:before {
  content: "\f4dd"; }

.ion-social-codepen-outline:before {
  content: "\f4dc"; }

.ion-social-css3:before {
  content: "\f4df"; }

.ion-social-css3-outline:before {
  content: "\f4de"; }

.ion-social-designernews:before {
  content: "\f22b"; }

.ion-social-designernews-outline:before {
  content: "\f22a"; }

.ion-social-dribbble:before {
  content: "\f22d"; }

.ion-social-dribbble-outline:before {
  content: "\f22c"; }

.ion-social-dropbox:before {
  content: "\f22f"; }

.ion-social-dropbox-outline:before {
  content: "\f22e"; }

.ion-social-euro:before {
  content: "\f4e1"; }

.ion-social-euro-outline:before {
  content: "\f4e0"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-facebook-outline:before {
  content: "\f230"; }

.ion-social-foursquare:before {
  content: "\f34d"; }

.ion-social-foursquare-outline:before {
  content: "\f34c"; }

.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

.ion-social-github:before {
  content: "\f233"; }

.ion-social-github-outline:before {
  content: "\f232"; }

.ion-social-google:before {
  content: "\f34f"; }

.ion-social-google-outline:before {
  content: "\f34e"; }

.ion-social-googleplus:before {
  content: "\f235"; }

.ion-social-googleplus-outline:before {
  content: "\f234"; }

.ion-social-hackernews:before {
  content: "\f237"; }

.ion-social-hackernews-outline:before {
  content: "\f236"; }

.ion-social-html5:before {
  content: "\f4e3"; }

.ion-social-html5-outline:before {
  content: "\f4e2"; }

.ion-social-instagram:before {
  content: "\f351"; }

.ion-social-instagram-outline:before {
  content: "\f350"; }

.ion-social-javascript:before {
  content: "\f4e5"; }

.ion-social-javascript-outline:before {
  content: "\f4e4"; }

.ion-social-linkedin:before {
  content: "\f239"; }

.ion-social-linkedin-outline:before {
  content: "\f238"; }

.ion-social-markdown:before {
  content: "\f4e6"; }

.ion-social-nodejs:before {
  content: "\f4e7"; }

.ion-social-octocat:before {
  content: "\f4e8"; }

.ion-social-pinterest:before {
  content: "\f2b1"; }

.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

.ion-social-python:before {
  content: "\f4e9"; }

.ion-social-reddit:before {
  content: "\f23b"; }

.ion-social-reddit-outline:before {
  content: "\f23a"; }

.ion-social-rss:before {
  content: "\f23d"; }

.ion-social-rss-outline:before {
  content: "\f23c"; }

.ion-social-sass:before {
  content: "\f4ea"; }

.ion-social-skype:before {
  content: "\f23f"; }

.ion-social-skype-outline:before {
  content: "\f23e"; }

.ion-social-snapchat:before {
  content: "\f4ec"; }

.ion-social-snapchat-outline:before {
  content: "\f4eb"; }

.ion-social-tumblr:before {
  content: "\f241"; }

.ion-social-tumblr-outline:before {
  content: "\f240"; }

.ion-social-tux:before {
  content: "\f2c5"; }

.ion-social-twitch:before {
  content: "\f4ee"; }

.ion-social-twitch-outline:before {
  content: "\f4ed"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-twitter-outline:before {
  content: "\f242"; }

.ion-social-usd:before {
  content: "\f353"; }

.ion-social-usd-outline:before {
  content: "\f352"; }

.ion-social-vimeo:before {
  content: "\f245"; }

.ion-social-vimeo-outline:before {
  content: "\f244"; }

.ion-social-whatsapp:before {
  content: "\f4f0"; }

.ion-social-whatsapp-outline:before {
  content: "\f4ef"; }

.ion-social-windows:before {
  content: "\f247"; }

.ion-social-windows-outline:before {
  content: "\f246"; }

.ion-social-wordpress:before {
  content: "\f249"; }

.ion-social-wordpress-outline:before {
  content: "\f248"; }

.ion-social-yahoo:before {
  content: "\f24b"; }

.ion-social-yahoo-outline:before {
  content: "\f24a"; }

.ion-social-yen:before {
  content: "\f4f2"; }

.ion-social-yen-outline:before {
  content: "\f4f1"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.ion-social-youtube-outline:before {
  content: "\f24c"; }

.ion-soup-can:before {
  content: "\f4f4"; }

.ion-soup-can-outline:before {
  content: "\f4f3"; }

.ion-speakerphone:before {
  content: "\f2b2"; }

.ion-speedometer:before {
  content: "\f2b3"; }

.ion-spoon:before {
  content: "\f2b4"; }

.ion-star:before {
  content: "\f24e"; }

.ion-stats-bars:before {
  content: "\f2b5"; }

.ion-steam:before {
  content: "\f30b"; }

.ion-stop:before {
  content: "\f24f"; }

.ion-thermometer:before {
  content: "\f2b6"; }

.ion-thumbsdown:before {
  content: "\f250"; }

.ion-thumbsup:before {
  content: "\f251"; }

.ion-toggle:before {
  content: "\f355"; }

.ion-toggle-filled:before {
  content: "\f354"; }

.ion-transgender:before {
  content: "\f4f5"; }

.ion-trash-a:before {
  content: "\f252"; }

.ion-trash-b:before {
  content: "\f253"; }

.ion-trophy:before {
  content: "\f356"; }

.ion-tshirt:before {
  content: "\f4f7"; }

.ion-tshirt-outline:before {
  content: "\f4f6"; }

.ion-umbrella:before {
  content: "\f2b7"; }

.ion-university:before {
  content: "\f357"; }

.ion-unlocked:before {
  content: "\f254"; }

.ion-upload:before {
  content: "\f255"; }

.ion-usb:before {
  content: "\f2b8"; }

.ion-videocamera:before {
  content: "\f256"; }

.ion-volume-high:before {
  content: "\f257"; }

.ion-volume-low:before {
  content: "\f258"; }

.ion-volume-medium:before {
  content: "\f259"; }

.ion-volume-mute:before {
  content: "\f25a"; }

.ion-wand:before {
  content: "\f358"; }

.ion-waterdrop:before {
  content: "\f25b"; }

.ion-wifi:before {
  content: "\f25c"; }

.ion-wineglass:before {
  content: "\f2b9"; }

.ion-woman:before {
  content: "\f25d"; }

.ion-wrench:before {
  content: "\f2ba"; }

.ion-xbox:before {
  content: "\f30c"; }

@font-face {
  font-family: 'themify';
  src: url("../fonts/themify.eot?-fvbane");
  src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ti-wand:before {
  content: "\e600"; }

.ti-volume:before {
  content: "\e601"; }

.ti-user:before {
  content: "\e602"; }

.ti-unlock:before {
  content: "\e603"; }

.ti-unlink:before {
  content: "\e604"; }

.ti-trash:before {
  content: "\e605"; }

.ti-thought:before {
  content: "\e606"; }

.ti-target:before {
  content: "\e607"; }

.ti-tag:before {
  content: "\e608"; }

.ti-tablet:before {
  content: "\e609"; }

.ti-star:before {
  content: "\e60a"; }

.ti-spray:before {
  content: "\e60b"; }

.ti-signal:before {
  content: "\e60c"; }

.ti-shopping-cart:before {
  content: "\e60d"; }

.ti-shopping-cart-full:before {
  content: "\e60e"; }

.ti-settings:before {
  content: "\e60f"; }

.ti-search:before {
  content: "\e610"; }

.ti-zoom-in:before {
  content: "\e611"; }

.ti-zoom-out:before {
  content: "\e612"; }

.ti-cut:before {
  content: "\e613"; }

.ti-ruler:before {
  content: "\e614"; }

.ti-ruler-pencil:before {
  content: "\e615"; }

.ti-ruler-alt:before {
  content: "\e616"; }

.ti-bookmark:before {
  content: "\e617"; }

.ti-bookmark-alt:before {
  content: "\e618"; }

.ti-reload:before {
  content: "\e619"; }

.ti-plus:before {
  content: "\e61a"; }

.ti-pin:before {
  content: "\e61b"; }

.ti-pencil:before {
  content: "\e61c"; }

.ti-pencil-alt:before {
  content: "\e61d"; }

.ti-paint-roller:before {
  content: "\e61e"; }

.ti-paint-bucket:before {
  content: "\e61f"; }

.ti-na:before {
  content: "\e620"; }

.ti-mobile:before {
  content: "\e621"; }

.ti-minus:before {
  content: "\e622"; }

.ti-medall:before {
  content: "\e623"; }

.ti-medall-alt:before {
  content: "\e624"; }

.ti-marker:before {
  content: "\e625"; }

.ti-marker-alt:before {
  content: "\e626"; }

.ti-arrow-up:before {
  content: "\e627"; }

.ti-arrow-right:before {
  content: "\e628"; }

.ti-arrow-left:before {
  content: "\e629"; }

.ti-arrow-down:before {
  content: "\e62a"; }

.ti-lock:before {
  content: "\e62b"; }

.ti-location-arrow:before {
  content: "\e62c"; }

.ti-link:before {
  content: "\e62d"; }

.ti-layout:before {
  content: "\e62e"; }

.ti-layers:before {
  content: "\e62f"; }

.ti-layers-alt:before {
  content: "\e630"; }

.ti-key:before {
  content: "\e631"; }

.ti-import:before {
  content: "\e632"; }

.ti-image:before {
  content: "\e633"; }

.ti-heart:before {
  content: "\e634"; }

.ti-heart-broken:before {
  content: "\e635"; }

.ti-hand-stop:before {
  content: "\e636"; }

.ti-hand-open:before {
  content: "\e637"; }

.ti-hand-drag:before {
  content: "\e638"; }

.ti-folder:before {
  content: "\e639"; }

.ti-flag:before {
  content: "\e63a"; }

.ti-flag-alt:before {
  content: "\e63b"; }

.ti-flag-alt-2:before {
  content: "\e63c"; }

.ti-eye:before {
  content: "\e63d"; }

.ti-export:before {
  content: "\e63e"; }

.ti-exchange-vertical:before {
  content: "\e63f"; }

.ti-desktop:before {
  content: "\e640"; }

.ti-cup:before {
  content: "\e641"; }

.ti-crown:before {
  content: "\e642"; }

.ti-comments:before {
  content: "\e643"; }

.ti-comment:before {
  content: "\e644"; }

.ti-comment-alt:before {
  content: "\e645"; }

.ti-close:before {
  content: "\e646"; }

.ti-clip:before {
  content: "\e647"; }

.ti-angle-up:before {
  content: "\e648"; }

.ti-angle-right:before {
  content: "\e649"; }

.ti-angle-left:before {
  content: "\e64a"; }

.ti-angle-down:before {
  content: "\e64b"; }

.ti-check:before {
  content: "\e64c"; }

.ti-check-box:before {
  content: "\e64d"; }

.ti-camera:before {
  content: "\e64e"; }

.ti-announcement:before {
  content: "\e64f"; }

.ti-brush:before {
  content: "\e650"; }

.ti-briefcase:before {
  content: "\e651"; }

.ti-bolt:before {
  content: "\e652"; }

.ti-bolt-alt:before {
  content: "\e653"; }

.ti-blackboard:before {
  content: "\e654"; }

.ti-bag:before {
  content: "\e655"; }

.ti-move:before {
  content: "\e656"; }

.ti-arrows-vertical:before {
  content: "\e657"; }

.ti-arrows-horizontal:before {
  content: "\e658"; }

.ti-fullscreen:before {
  content: "\e659"; }

.ti-arrow-top-right:before {
  content: "\e65a"; }

.ti-arrow-top-left:before {
  content: "\e65b"; }

.ti-arrow-circle-up:before {
  content: "\e65c"; }

.ti-arrow-circle-right:before {
  content: "\e65d"; }

.ti-arrow-circle-left:before {
  content: "\e65e"; }

.ti-arrow-circle-down:before {
  content: "\e65f"; }

.ti-angle-double-up:before {
  content: "\e660"; }

.ti-angle-double-right:before {
  content: "\e661"; }

.ti-angle-double-left:before {
  content: "\e662"; }

.ti-angle-double-down:before {
  content: "\e663"; }

.ti-zip:before {
  content: "\e664"; }

.ti-world:before {
  content: "\e665"; }

.ti-wheelchair:before {
  content: "\e666"; }

.ti-view-list:before {
  content: "\e667"; }

.ti-view-list-alt:before {
  content: "\e668"; }

.ti-view-grid:before {
  content: "\e669"; }

.ti-uppercase:before {
  content: "\e66a"; }

.ti-upload:before {
  content: "\e66b"; }

.ti-underline:before {
  content: "\e66c"; }

.ti-truck:before {
  content: "\e66d"; }

.ti-timer:before {
  content: "\e66e"; }

.ti-ticket:before {
  content: "\e66f"; }

.ti-thumb-up:before {
  content: "\e670"; }

.ti-thumb-down:before {
  content: "\e671"; }

.ti-text:before {
  content: "\e672"; }

.ti-stats-up:before {
  content: "\e673"; }

.ti-stats-down:before {
  content: "\e674"; }

.ti-split-v:before {
  content: "\e675"; }

.ti-split-h:before {
  content: "\e676"; }

.ti-smallcap:before {
  content: "\e677"; }

.ti-shine:before {
  content: "\e678"; }

.ti-shift-right:before {
  content: "\e679"; }

.ti-shift-left:before {
  content: "\e67a"; }

.ti-shield:before {
  content: "\e67b"; }

.ti-notepad:before {
  content: "\e67c"; }

.ti-server:before {
  content: "\e67d"; }

.ti-quote-right:before {
  content: "\e67e"; }

.ti-quote-left:before {
  content: "\e67f"; }

.ti-pulse:before {
  content: "\e680"; }

.ti-printer:before {
  content: "\e681"; }

.ti-power-off:before {
  content: "\e682"; }

.ti-plug:before {
  content: "\e683"; }

.ti-pie-chart:before {
  content: "\e684"; }

.ti-paragraph:before {
  content: "\e685"; }

.ti-panel:before {
  content: "\e686"; }

.ti-package:before {
  content: "\e687"; }

.ti-music:before {
  content: "\e688"; }

.ti-music-alt:before {
  content: "\e689"; }

.ti-mouse:before {
  content: "\e68a"; }

.ti-mouse-alt:before {
  content: "\e68b"; }

.ti-money:before {
  content: "\e68c"; }

.ti-microphone:before {
  content: "\e68d"; }

.ti-menu:before {
  content: "\e68e"; }

.ti-menu-alt:before {
  content: "\e68f"; }

.ti-map:before {
  content: "\e690"; }

.ti-map-alt:before {
  content: "\e691"; }

.ti-loop:before {
  content: "\e692"; }

.ti-location-pin:before {
  content: "\e693"; }

.ti-list:before {
  content: "\e694"; }

.ti-light-bulb:before {
  content: "\e695"; }

.ti-Italic:before {
  content: "\e696"; }

.ti-info:before {
  content: "\e697"; }

.ti-infinite:before {
  content: "\e698"; }

.ti-id-badge:before {
  content: "\e699"; }

.ti-hummer:before {
  content: "\e69a"; }

.ti-home:before {
  content: "\e69b"; }

.ti-help:before {
  content: "\e69c"; }

.ti-headphone:before {
  content: "\e69d"; }

.ti-harddrives:before {
  content: "\e69e"; }

.ti-harddrive:before {
  content: "\e69f"; }

.ti-gift:before {
  content: "\e6a0"; }

.ti-game:before {
  content: "\e6a1"; }

.ti-filter:before {
  content: "\e6a2"; }

.ti-files:before {
  content: "\e6a3"; }

.ti-file:before {
  content: "\e6a4"; }

.ti-eraser:before {
  content: "\e6a5"; }

.ti-envelope:before {
  content: "\e6a6"; }

.ti-download:before {
  content: "\e6a7"; }

.ti-direction:before {
  content: "\e6a8"; }

.ti-direction-alt:before {
  content: "\e6a9"; }

.ti-dashboard:before {
  content: "\e6aa"; }

.ti-control-stop:before {
  content: "\e6ab"; }

.ti-control-shuffle:before {
  content: "\e6ac"; }

.ti-control-play:before {
  content: "\e6ad"; }

.ti-control-pause:before {
  content: "\e6ae"; }

.ti-control-forward:before {
  content: "\e6af"; }

.ti-control-backward:before {
  content: "\e6b0"; }

.ti-cloud:before {
  content: "\e6b1"; }

.ti-cloud-up:before {
  content: "\e6b2"; }

.ti-cloud-down:before {
  content: "\e6b3"; }

.ti-clipboard:before {
  content: "\e6b4"; }

.ti-car:before {
  content: "\e6b5"; }

.ti-calendar:before {
  content: "\e6b6"; }

.ti-book:before {
  content: "\e6b7"; }

.ti-bell:before {
  content: "\e6b8"; }

.ti-basketball:before {
  content: "\e6b9"; }

.ti-bar-chart:before {
  content: "\e6ba"; }

.ti-bar-chart-alt:before {
  content: "\e6bb"; }

.ti-back-right:before {
  content: "\e6bc"; }

.ti-back-left:before {
  content: "\e6bd"; }

.ti-arrows-corner:before {
  content: "\e6be"; }

.ti-archive:before {
  content: "\e6bf"; }

.ti-anchor:before {
  content: "\e6c0"; }

.ti-align-right:before {
  content: "\e6c1"; }

.ti-align-left:before {
  content: "\e6c2"; }

.ti-align-justify:before {
  content: "\e6c3"; }

.ti-align-center:before {
  content: "\e6c4"; }

.ti-alert:before {
  content: "\e6c5"; }

.ti-alarm-clock:before {
  content: "\e6c6"; }

.ti-agenda:before {
  content: "\e6c7"; }

.ti-write:before {
  content: "\e6c8"; }

.ti-window:before {
  content: "\e6c9"; }

.ti-widgetized:before {
  content: "\e6ca"; }

.ti-widget:before {
  content: "\e6cb"; }

.ti-widget-alt:before {
  content: "\e6cc"; }

.ti-wallet:before {
  content: "\e6cd"; }

.ti-video-clapper:before {
  content: "\e6ce"; }

.ti-video-camera:before {
  content: "\e6cf"; }

.ti-vector:before {
  content: "\e6d0"; }

.ti-themify-logo:before {
  content: "\e6d1"; }

.ti-themify-favicon:before {
  content: "\e6d2"; }

.ti-themify-favicon-alt:before {
  content: "\e6d3"; }

.ti-support:before {
  content: "\e6d4"; }

.ti-stamp:before {
  content: "\e6d5"; }

.ti-split-v-alt:before {
  content: "\e6d6"; }

.ti-slice:before {
  content: "\e6d7"; }

.ti-shortcode:before {
  content: "\e6d8"; }

.ti-shift-right-alt:before {
  content: "\e6d9"; }

.ti-shift-left-alt:before {
  content: "\e6da"; }

.ti-ruler-alt-2:before {
  content: "\e6db"; }

.ti-receipt:before {
  content: "\e6dc"; }

.ti-pin2:before {
  content: "\e6dd"; }

.ti-pin-alt:before {
  content: "\e6de"; }

.ti-pencil-alt2:before {
  content: "\e6df"; }

.ti-palette:before {
  content: "\e6e0"; }

.ti-more:before {
  content: "\e6e1"; }

.ti-more-alt:before {
  content: "\e6e2"; }

.ti-microphone-alt:before {
  content: "\e6e3"; }

.ti-magnet:before {
  content: "\e6e4"; }

.ti-line-double:before {
  content: "\e6e5"; }

.ti-line-dotted:before {
  content: "\e6e6"; }

.ti-line-dashed:before {
  content: "\e6e7"; }

.ti-layout-width-full:before {
  content: "\e6e8"; }

.ti-layout-width-default:before {
  content: "\e6e9"; }

.ti-layout-width-default-alt:before {
  content: "\e6ea"; }

.ti-layout-tab:before {
  content: "\e6eb"; }

.ti-layout-tab-window:before {
  content: "\e6ec"; }

.ti-layout-tab-v:before {
  content: "\e6ed"; }

.ti-layout-tab-min:before {
  content: "\e6ee"; }

.ti-layout-slider:before {
  content: "\e6ef"; }

.ti-layout-slider-alt:before {
  content: "\e6f0"; }

.ti-layout-sidebar-right:before {
  content: "\e6f1"; }

.ti-layout-sidebar-none:before {
  content: "\e6f2"; }

.ti-layout-sidebar-left:before {
  content: "\e6f3"; }

.ti-layout-placeholder:before {
  content: "\e6f4"; }

.ti-layout-menu:before {
  content: "\e6f5"; }

.ti-layout-menu-v:before {
  content: "\e6f6"; }

.ti-layout-menu-separated:before {
  content: "\e6f7"; }

.ti-layout-menu-full:before {
  content: "\e6f8"; }

.ti-layout-media-right-alt:before {
  content: "\e6f9"; }

.ti-layout-media-right:before {
  content: "\e6fa"; }

.ti-layout-media-overlay:before {
  content: "\e6fb"; }

.ti-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.ti-layout-media-left-alt:before {
  content: "\e6fe"; }

.ti-layout-media-left:before {
  content: "\e6ff"; }

.ti-layout-media-center-alt:before {
  content: "\e700"; }

.ti-layout-media-center:before {
  content: "\e701"; }

.ti-layout-list-thumb:before {
  content: "\e702"; }

.ti-layout-list-thumb-alt:before {
  content: "\e703"; }

.ti-layout-list-post:before {
  content: "\e704"; }

.ti-layout-list-large-image:before {
  content: "\e705"; }

.ti-layout-line-solid:before {
  content: "\e706"; }

.ti-layout-grid4:before {
  content: "\e707"; }

.ti-layout-grid3:before {
  content: "\e708"; }

.ti-layout-grid2:before {
  content: "\e709"; }

.ti-layout-grid2-thumb:before {
  content: "\e70a"; }

.ti-layout-cta-right:before {
  content: "\e70b"; }

.ti-layout-cta-left:before {
  content: "\e70c"; }

.ti-layout-cta-center:before {
  content: "\e70d"; }

.ti-layout-cta-btn-right:before {
  content: "\e70e"; }

.ti-layout-cta-btn-left:before {
  content: "\e70f"; }

.ti-layout-column4:before {
  content: "\e710"; }

.ti-layout-column3:before {
  content: "\e711"; }

.ti-layout-column2:before {
  content: "\e712"; }

.ti-layout-accordion-separated:before {
  content: "\e713"; }

.ti-layout-accordion-merged:before {
  content: "\e714"; }

.ti-layout-accordion-list:before {
  content: "\e715"; }

.ti-ink-pen:before {
  content: "\e716"; }

.ti-info-alt:before {
  content: "\e717"; }

.ti-help-alt:before {
  content: "\e718"; }

.ti-headphone-alt:before {
  content: "\e719"; }

.ti-hand-point-up:before {
  content: "\e71a"; }

.ti-hand-point-right:before {
  content: "\e71b"; }

.ti-hand-point-left:before {
  content: "\e71c"; }

.ti-hand-point-down:before {
  content: "\e71d"; }

.ti-gallery:before {
  content: "\e71e"; }

.ti-face-smile:before {
  content: "\e71f"; }

.ti-face-sad:before {
  content: "\e720"; }

.ti-credit-card:before {
  content: "\e721"; }

.ti-control-skip-forward:before {
  content: "\e722"; }

.ti-control-skip-backward:before {
  content: "\e723"; }

.ti-control-record:before {
  content: "\e724"; }

.ti-control-eject:before {
  content: "\e725"; }

.ti-comments-smiley:before {
  content: "\e726"; }

.ti-brush-alt:before {
  content: "\e727"; }

.ti-youtube:before {
  content: "\e728"; }

.ti-vimeo:before {
  content: "\e729"; }

.ti-twitter:before {
  content: "\e72a"; }

.ti-time:before {
  content: "\e72b"; }

.ti-tumblr:before {
  content: "\e72c"; }

.ti-skype:before {
  content: "\e72d"; }

.ti-share:before {
  content: "\e72e"; }

.ti-share-alt:before {
  content: "\e72f"; }

.ti-rocket:before {
  content: "\e730"; }

.ti-pinterest:before {
  content: "\e731"; }

.ti-new-window:before {
  content: "\e732"; }

.ti-microsoft:before {
  content: "\e733"; }

.ti-list-ol:before {
  content: "\e734"; }

.ti-linkedin:before {
  content: "\e735"; }

.ti-layout-sidebar-2:before {
  content: "\e736"; }

.ti-layout-grid4-alt:before {
  content: "\e737"; }

.ti-layout-grid3-alt:before {
  content: "\e738"; }

.ti-layout-grid2-alt:before {
  content: "\e739"; }

.ti-layout-column4-alt:before {
  content: "\e73a"; }

.ti-layout-column3-alt:before {
  content: "\e73b"; }

.ti-layout-column2-alt:before {
  content: "\e73c"; }

.ti-instagram:before {
  content: "\e73d"; }

.ti-google:before {
  content: "\e73e"; }

.ti-github:before {
  content: "\e73f"; }

.ti-flickr:before {
  content: "\e740"; }

.ti-facebook:before {
  content: "\e741"; }

.ti-dropbox:before {
  content: "\e742"; }

.ti-dribbble:before {
  content: "\e743"; }

.ti-apple:before {
  content: "\e744"; }

.ti-android:before {
  content: "\e745"; }

.ti-save:before {
  content: "\e746"; }

.ti-save-alt:before {
  content: "\e747"; }

.ti-yahoo:before {
  content: "\e748"; }

.ti-wordpress:before {
  content: "\e749"; }

.ti-vimeo-alt:before {
  content: "\e74a"; }

.ti-twitter-alt:before {
  content: "\e74b"; }

.ti-tumblr-alt:before {
  content: "\e74c"; }

.ti-trello:before {
  content: "\e74d"; }

.ti-stack-overflow:before {
  content: "\e74e"; }

.ti-soundcloud:before {
  content: "\e74f"; }

.ti-sharethis:before {
  content: "\e750"; }

.ti-sharethis-alt:before {
  content: "\e751"; }

.ti-reddit:before {
  content: "\e752"; }

.ti-pinterest-alt:before {
  content: "\e753"; }

.ti-microsoft-alt:before {
  content: "\e754"; }

.ti-linux:before {
  content: "\e755"; }

.ti-jsfiddle:before {
  content: "\e756"; }

.ti-joomla:before {
  content: "\e757"; }

.ti-html5:before {
  content: "\e758"; }

.ti-flickr-alt:before {
  content: "\e759"; }

.ti-email:before {
  content: "\e75a"; }

.ti-drupal:before {
  content: "\e75b"; }

.ti-dropbox-alt:before {
  content: "\e75c"; }

.ti-css3:before {
  content: "\e75d"; }

.ti-rss:before {
  content: "\e75e"; }

.ti-rss-alt:before {
  content: "\e75f"; }

.ti-wand {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe600;'); }

.ti-volume {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe601;'); }

.ti-user {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe602;'); }

.ti-unlock {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe603;'); }

.ti-unlink {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe604;'); }

.ti-trash {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe605;'); }

.ti-thought {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe606;'); }

.ti-target {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe607;'); }

.ti-tag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe608;'); }

.ti-tablet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe609;'); }

.ti-star {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60a;'); }

.ti-spray {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60b;'); }

.ti-signal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60c;'); }

.ti-shopping-cart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60d;'); }

.ti-shopping-cart-full {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60e;'); }

.ti-settings {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe60f;'); }

.ti-search {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe610;'); }

.ti-zoom-in {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe611;'); }

.ti-zoom-out {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe612;'); }

.ti-cut {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe613;'); }

.ti-ruler {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe614;'); }

.ti-ruler-pencil {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe615;'); }

.ti-ruler-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe616;'); }

.ti-bookmark {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe617;'); }

.ti-bookmark-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe618;'); }

.ti-reload {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe619;'); }

.ti-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61a;'); }

.ti-pin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61b;'); }

.ti-pencil {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61c;'); }

.ti-pencil-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61d;'); }

.ti-paint-roller {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61e;'); }

.ti-paint-bucket {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe61f;'); }

.ti-na {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe620;'); }

.ti-mobile {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe621;'); }

.ti-minus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe622;'); }

.ti-medall {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe623;'); }

.ti-medall-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe624;'); }

.ti-marker {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe625;'); }

.ti-marker-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe626;'); }

.ti-arrow-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe627;'); }

.ti-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe628;'); }

.ti-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe629;'); }

.ti-arrow-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62a;'); }

.ti-lock {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62b;'); }

.ti-location-arrow {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62c;'); }

.ti-link {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62d;'); }

.ti-layout {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62e;'); }

.ti-layers {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe62f;'); }

.ti-layers-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe630;'); }

.ti-key {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe631;'); }

.ti-import {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe632;'); }

.ti-image {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe633;'); }

.ti-heart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe634;'); }

.ti-heart-broken {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe635;'); }

.ti-hand-stop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe636;'); }

.ti-hand-open {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe637;'); }

.ti-hand-drag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe638;'); }

.ti-folder {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe639;'); }

.ti-flag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe63a;'); }

.ti-flag-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe63b;'); }

.ti-flag-alt-2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe63c;'); }

.ti-eye {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe63d;'); }

.ti-export {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe63e;'); }

.ti-exchange-vertical {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe63f;'); }

.ti-desktop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe640;'); }

.ti-cup {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe641;'); }

.ti-crown {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe642;'); }

.ti-comments {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe643;'); }

.ti-comment {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe644;'); }

.ti-comment-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe645;'); }

.ti-close {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe646;'); }

.ti-clip {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe647;'); }

.ti-angle-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe648;'); }

.ti-angle-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe649;'); }

.ti-angle-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe64a;'); }

.ti-angle-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe64b;'); }

.ti-check {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe64c;'); }

.ti-check-box {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe64d;'); }

.ti-camera {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe64e;'); }

.ti-announcement {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe64f;'); }

.ti-brush {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe650;'); }

.ti-briefcase {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe651;'); }

.ti-bolt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe652;'); }

.ti-bolt-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe653;'); }

.ti-blackboard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe654;'); }

.ti-bag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe655;'); }

.ti-move {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe656;'); }

.ti-arrows-vertical {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe657;'); }

.ti-arrows-horizontal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe658;'); }

.ti-fullscreen {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe659;'); }

.ti-arrow-top-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe65a;'); }

.ti-arrow-top-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe65b;'); }

.ti-arrow-circle-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe65c;'); }

.ti-arrow-circle-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe65d;'); }

.ti-arrow-circle-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe65e;'); }

.ti-arrow-circle-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe65f;'); }

.ti-angle-double-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe660;'); }

.ti-angle-double-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe661;'); }

.ti-angle-double-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe662;'); }

.ti-angle-double-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe663;'); }

.ti-zip {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe664;'); }

.ti-world {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe665;'); }

.ti-wheelchair {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe666;'); }

.ti-view-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe667;'); }

.ti-view-list-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe668;'); }

.ti-view-grid {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe669;'); }

.ti-uppercase {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe66a;'); }

.ti-upload {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe66b;'); }

.ti-underline {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe66c;'); }

.ti-truck {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe66d;'); }

.ti-timer {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe66e;'); }

.ti-ticket {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe66f;'); }

.ti-thumb-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe670;'); }

.ti-thumb-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe671;'); }

.ti-text {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe672;'); }

.ti-stats-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe673;'); }

.ti-stats-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe674;'); }

.ti-split-v {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe675;'); }

.ti-split-h {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe676;'); }

.ti-smallcap {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe677;'); }

.ti-shine {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe678;'); }

.ti-shift-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe679;'); }

.ti-shift-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe67a;'); }

.ti-shield {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe67b;'); }

.ti-notepad {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe67c;'); }

.ti-server {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe67d;'); }

.ti-quote-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe67e;'); }

.ti-quote-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe67f;'); }

.ti-pulse {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe680;'); }

.ti-printer {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe681;'); }

.ti-power-off {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe682;'); }

.ti-plug {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe683;'); }

.ti-pie-chart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe684;'); }

.ti-paragraph {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe685;'); }

.ti-panel {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe686;'); }

.ti-package {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe687;'); }

.ti-music {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe688;'); }

.ti-music-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe689;'); }

.ti-mouse {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe68a;'); }

.ti-mouse-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe68b;'); }

.ti-money {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe68c;'); }

.ti-microphone {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe68d;'); }

.ti-menu {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe68e;'); }

.ti-menu-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe68f;'); }

.ti-map {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe690;'); }

.ti-map-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe691;'); }

.ti-loop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe692;'); }

.ti-location-pin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe693;'); }

.ti-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe694;'); }

.ti-light-bulb {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe695;'); }

.ti-Italic {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe696;'); }

.ti-info {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe697;'); }

.ti-infinite {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe698;'); }

.ti-id-badge {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe699;'); }

.ti-hummer {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe69a;'); }

.ti-home {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe69b;'); }

.ti-help {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe69c;'); }

.ti-headphone {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe69d;'); }

.ti-harddrives {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe69e;'); }

.ti-harddrive {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe69f;'); }

.ti-gift {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6a0;'); }

.ti-game {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6a1;'); }

.ti-filter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6a2;'); }

.ti-files {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6a3;'); }

.ti-file {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6a4;'); }

.ti-eraser {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6a5;'); }

.ti-envelope {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6a6;'); }

.ti-download {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6a7;'); }

.ti-direction {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6a8;'); }

.ti-direction-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6a9;'); }

.ti-dashboard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6aa;'); }

.ti-control-stop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ab;'); }

.ti-control-shuffle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ac;'); }

.ti-control-play {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ad;'); }

.ti-control-pause {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ae;'); }

.ti-control-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6af;'); }

.ti-control-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6b0;'); }

.ti-cloud {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6b1;'); }

.ti-cloud-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6b2;'); }

.ti-cloud-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6b3;'); }

.ti-clipboard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6b4;'); }

.ti-car {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6b5;'); }

.ti-calendar {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6b6;'); }

.ti-book {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6b7;'); }

.ti-bell {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6b8;'); }

.ti-basketball {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6b9;'); }

.ti-bar-chart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ba;'); }

.ti-bar-chart-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6bb;'); }

.ti-back-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6bc;'); }

.ti-back-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6bd;'); }

.ti-arrows-corner {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6be;'); }

.ti-archive {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6bf;'); }

.ti-anchor {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c0;'); }

.ti-align-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c1;'); }

.ti-align-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c2;'); }

.ti-align-justify {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c3;'); }

.ti-align-center {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c4;'); }

.ti-alert {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c5;'); }

.ti-alarm-clock {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c6;'); }

.ti-agenda {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c7;'); }

.ti-write {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c8;'); }

.ti-window {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6c9;'); }

.ti-widgetized {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ca;'); }

.ti-widget {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6cb;'); }

.ti-widget-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6cc;'); }

.ti-wallet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6cd;'); }

.ti-video-clapper {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ce;'); }

.ti-video-camera {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6cf;'); }

.ti-vector {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6d0;'); }

.ti-themify-logo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6d1;'); }

.ti-themify-favicon {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6d2;'); }

.ti-themify-favicon-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6d3;'); }

.ti-support {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6d4;'); }

.ti-stamp {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6d5;'); }

.ti-split-v-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6d6;'); }

.ti-slice {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6d7;'); }

.ti-shortcode {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6d8;'); }

.ti-shift-right-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6d9;'); }

.ti-shift-left-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6da;'); }

.ti-ruler-alt-2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6db;'); }

.ti-receipt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6dc;'); }

.ti-pin2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6dd;'); }

.ti-pin-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6de;'); }

.ti-pencil-alt2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6df;'); }

.ti-palette {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6e0;'); }

.ti-more {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6e1;'); }

.ti-more-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6e2;'); }

.ti-microphone-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6e3;'); }

.ti-magnet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6e4;'); }

.ti-line-double {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6e5;'); }

.ti-line-dotted {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6e6;'); }

.ti-line-dashed {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6e7;'); }

.ti-layout-width-full {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6e8;'); }

.ti-layout-width-default {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6e9;'); }

.ti-layout-width-default-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ea;'); }

.ti-layout-tab {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6eb;'); }

.ti-layout-tab-window {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ec;'); }

.ti-layout-tab-v {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ed;'); }

.ti-layout-tab-min {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ee;'); }

.ti-layout-slider {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ef;'); }

.ti-layout-slider-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6f0;'); }

.ti-layout-sidebar-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6f1;'); }

.ti-layout-sidebar-none {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6f2;'); }

.ti-layout-sidebar-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6f3;'); }

.ti-layout-placeholder {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6f4;'); }

.ti-layout-menu {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6f5;'); }

.ti-layout-menu-v {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6f6;'); }

.ti-layout-menu-separated {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6f7;'); }

.ti-layout-menu-full {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6f8;'); }

.ti-layout-media-right-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6f9;'); }

.ti-layout-media-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6fa;'); }

.ti-layout-media-overlay {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6fb;'); }

.ti-layout-media-overlay-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6fc;'); }

.ti-layout-media-overlay-alt-2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6fd;'); }

.ti-layout-media-left-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6fe;'); }

.ti-layout-media-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe6ff;'); }

.ti-layout-media-center-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe700;'); }

.ti-layout-media-center {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe701;'); }

.ti-layout-list-thumb {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe702;'); }

.ti-layout-list-thumb-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe703;'); }

.ti-layout-list-post {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe704;'); }

.ti-layout-list-large-image {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe705;'); }

.ti-layout-line-solid {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe706;'); }

.ti-layout-grid4 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe707;'); }

.ti-layout-grid3 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe708;'); }

.ti-layout-grid2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe709;'); }

.ti-layout-grid2-thumb {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe70a;'); }

.ti-layout-cta-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe70b;'); }

.ti-layout-cta-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe70c;'); }

.ti-layout-cta-center {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe70d;'); }

.ti-layout-cta-btn-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe70e;'); }

.ti-layout-cta-btn-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe70f;'); }

.ti-layout-column4 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe710;'); }

.ti-layout-column3 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe711;'); }

.ti-layout-column2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe712;'); }

.ti-layout-accordion-separated {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe713;'); }

.ti-layout-accordion-merged {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe714;'); }

.ti-layout-accordion-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe715;'); }

.ti-ink-pen {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe716;'); }

.ti-info-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe717;'); }

.ti-help-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe718;'); }

.ti-headphone-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe719;'); }

.ti-hand-point-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe71a;'); }

.ti-hand-point-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe71b;'); }

.ti-hand-point-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe71c;'); }

.ti-hand-point-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe71d;'); }

.ti-gallery {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe71e;'); }

.ti-face-smile {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe71f;'); }

.ti-face-sad {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe720;'); }

.ti-credit-card {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe721;'); }

.ti-control-skip-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe722;'); }

.ti-control-skip-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe723;'); }

.ti-control-record {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe724;'); }

.ti-control-eject {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe725;'); }

.ti-comments-smiley {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe726;'); }

.ti-brush-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe727;'); }

.ti-youtube {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe728;'); }

.ti-vimeo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe729;'); }

.ti-twitter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe72a;'); }

.ti-time {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe72b;'); }

.ti-tumblr {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe72c;'); }

.ti-skype {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe72d;'); }

.ti-share {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe72e;'); }

.ti-share-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe72f;'); }

.ti-rocket {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe730;'); }

.ti-pinterest {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe731;'); }

.ti-new-window {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe732;'); }

.ti-microsoft {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe733;'); }

.ti-list-ol {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe734;'); }

.ti-linkedin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe735;'); }

.ti-layout-sidebar-2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe736;'); }

.ti-layout-grid4-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe737;'); }

.ti-layout-grid3-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe738;'); }

.ti-layout-grid2-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe739;'); }

.ti-layout-column4-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe73a;'); }

.ti-layout-column3-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe73b;'); }

.ti-layout-column2-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe73c;'); }

.ti-instagram {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe73d;'); }

.ti-google {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe73e;'); }

.ti-github {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe73f;'); }

.ti-flickr {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe740;'); }

.ti-facebook {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe741;'); }

.ti-dropbox {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe742;'); }

.ti-dribbble {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe743;'); }

.ti-apple {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe744;'); }

.ti-android {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe745;'); }

.ti-save {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe746;'); }

.ti-save-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe747;'); }

.ti-yahoo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe748;'); }

.ti-wordpress {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe749;'); }

.ti-vimeo-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe74a;'); }

.ti-twitter-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe74b;'); }

.ti-tumblr-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe74c;'); }

.ti-trello {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe74d;'); }

.ti-stack-overflow {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe74e;'); }

.ti-soundcloud {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe74f;'); }

.ti-sharethis {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe750;'); }

.ti-sharethis-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe751;'); }

.ti-reddit {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe752;'); }

.ti-pinterest-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe753;'); }

.ti-microsoft-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe754;'); }

.ti-linux {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe755;'); }

.ti-jsfiddle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe756;'); }

.ti-joomla {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe757;'); }

.ti-html5 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe758;'); }

.ti-flickr-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe759;'); }

.ti-email {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe75a;'); }

.ti-drupal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe75b;'); }

.ti-dropbox-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe75c;'); }

.ti-css3 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe75d;'); }

.ti-rss {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe75e;'); }

.ti-rss-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe75f;'); }

/*------------------------------------------------------------------
[LINEA]
-------------------------------------------------------------------*/
.glyphs.character-mapping {
  margin: 0 0 20px 0;
  padding: 20px 0 20px 30px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #d8e0e5;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.glyphs.character-mapping li {
  margin: 0 30px 20px 0;
  display: inline-block;
  width: 90px;
  text-align: center;
  font-size: 24px; }

.linea-icon {
  position: relative; }

.linea-icon svg {
  fill: #000; }

.glyphs.character-mapping input {
  margin: 0;
  padding: 5px 0;
  line-height: 12px;
  font-size: 12px;
  display: block;
  width: 100%;
  border: 1px solid #d8e0e5;
  text-align: center;
  outline: 0; }

.glyphs.character-mapping input:focus {
  border: 1px solid #fbde4a;
  -webkit-box-shadow: inset 0 0 3px #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a; }

.glyphs.character-mapping input:hover {
  -webkit-box-shadow: inset 0 0 3px #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a; }

@font-face {
  font-family: "linea-arrows-10";
  src: url("../fonts/linea-arrows-10.eot");
  src: url("../fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-arrows-10.woff") format("woff"), url("../fonts/linea-arrows-10.ttf") format("truetype"), url("../fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
  font-weight: normal;
  font-style: normal; }
.linea-aerrow[data-icon]:before {
  font-family: "linea-arrows-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrows-anticlockwise:before {
  content: "\e000"; }

.icon-arrows-anticlockwise-dashed:before {
  content: "\e001"; }

.icon-arrows-button-down:before {
  content: "\e002"; }

.icon-arrows-button-off:before {
  content: "\e003"; }

.icon-arrows-button-on:before {
  content: "\e004"; }

.icon-arrows-button-up:before {
  content: "\e005"; }

.icon-arrows-check:before {
  content: "\e006"; }

.icon-arrows-circle-check:before {
  content: "\e007"; }

.icon-arrows-circle-down:before {
  content: "\e008"; }

.icon-arrows-circle-downleft:before {
  content: "\e009"; }

.icon-arrows-circle-downright:before {
  content: "\e00a"; }

.icon-arrows-circle-left:before {
  content: "\e00b"; }

.icon-arrows-circle-minus:before {
  content: "\e00c"; }

.icon-arrows-circle-plus:before {
  content: "\e00d"; }

.icon-arrows-circle-remove:before {
  content: "\e00e"; }

.icon-arrows-circle-right:before {
  content: "\e00f"; }

.icon-arrows-circle-up:before {
  content: "\e010"; }

.icon-arrows-circle-upleft:before {
  content: "\e011"; }

.icon-arrows-circle-upright:before {
  content: "\e012"; }

.icon-arrows-clockwise:before {
  content: "\e013"; }

.icon-arrows-clockwise-dashed:before {
  content: "\e014"; }

.icon-arrows-compress:before {
  content: "\e015"; }

.icon-arrows-deny:before {
  content: "\e016"; }

.icon-arrows-diagonal:before {
  content: "\e017"; }

.icon-arrows-diagonal2:before {
  content: "\e018"; }

.icon-arrows-down:before {
  content: "\e019"; }

.icon-arrows-down-double:before {
  content: "\e01a"; }

.icon-arrows-downleft:before {
  content: "\e01b"; }

.icon-arrows-downright:before {
  content: "\e01c"; }

.icon-arrows-drag-down:before {
  content: "\e01d"; }

.icon-arrows-drag-down-dashed:before {
  content: "\e01e"; }

.icon-arrows-drag-horiz:before {
  content: "\e01f"; }

.icon-arrows-drag-left:before {
  content: "\e020"; }

.icon-arrows-drag-left-dashed:before {
  content: "\e021"; }

.icon-arrows-drag-right:before {
  content: "\e022"; }

.icon-arrows-drag-right-dashed:before {
  content: "\e023"; }

.icon-arrows-drag-up:before {
  content: "\e024"; }

.icon-arrows-drag-up-dashed:before {
  content: "\e025"; }

.icon-arrows-drag-vert:before {
  content: "\e026"; }

.icon-arrows-exclamation:before {
  content: "\e027"; }

.icon-arrows-expand:before {
  content: "\e028"; }

.icon-arrows-expand-diagonal1:before {
  content: "\e029"; }

.icon-arrows-expand-horizontal1:before {
  content: "\e02a"; }

.icon-arrows-expand-vertical1:before {
  content: "\e02b"; }

.icon-arrows-fit-horizontal:before {
  content: "\e02c"; }

.icon-arrows-fit-vertical:before {
  content: "\e02d"; }

.icon-arrows-glide:before {
  content: "\e02e"; }

.icon-arrows-glide-horizontal:before {
  content: "\e02f"; }

.icon-arrows-glide-vertical:before {
  content: "\e030"; }

.icon-arrows-hamburger1:before {
  content: "\e031"; }

.icon-arrows-hamburger-2:before {
  content: "\e032"; }

.icon-arrows-horizontal:before {
  content: "\e033"; }

.icon-arrows-info:before {
  content: "\e034"; }

.icon-arrows-keyboard-alt:before {
  content: "\e035"; }

.icon-arrows-keyboard-cmd:before {
  content: "\e036"; }

.icon-arrows-keyboard-delete:before {
  content: "\e037"; }

.icon-arrows-keyboard-down:before {
  content: "\e038"; }

.icon-arrows-keyboard-left:before {
  content: "\e039"; }

.icon-arrows-keyboard-return:before {
  content: "\e03a"; }

.icon-arrows-keyboard-right:before {
  content: "\e03b"; }

.icon-arrows-keyboard-shift:before {
  content: "\e03c"; }

.icon-arrows-keyboard-tab:before {
  content: "\e03d"; }

.icon-arrows-keyboard-up:before {
  content: "\e03e"; }

.icon-arrows-left:before {
  content: "\e03f"; }

.icon-arrows-left-double-32:before {
  content: "\e040"; }

.icon-arrows-minus:before {
  content: "\e041"; }

.icon-arrows-move:before {
  content: "\e042"; }

.icon-arrows-move2:before {
  content: "\e043"; }

.icon-arrows-move-bottom:before {
  content: "\e044"; }

.icon-arrows-move-left:before {
  content: "\e045"; }

.icon-arrows-move-right:before {
  content: "\e046"; }

.icon-arrows-move-top:before {
  content: "\e047"; }

.icon-arrows-plus:before {
  content: "\e048"; }

.icon-arrows-question:before {
  content: "\e049"; }

.icon-arrows-remove:before {
  content: "\e04a"; }

.icon-arrows-right:before {
  content: "\e04b"; }

.icon-arrows-right-double:before {
  content: "\e04c"; }

.icon-arrows-rotate:before {
  content: "\e04d"; }

.icon-arrows-rotate-anti:before {
  content: "\e04e"; }

.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f"; }

.icon-arrows-rotate-dashed:before {
  content: "\e050"; }

.icon-arrows-shrink:before {
  content: "\e051"; }

.icon-arrows-shrink-diagonal1:before {
  content: "\e052"; }

.icon-arrows-shrink-diagonal2:before {
  content: "\e053"; }

.icon-arrows-shrink-horizonal2:before {
  content: "\e054"; }

.icon-arrows-shrink-horizontal1:before {
  content: "\e055"; }

.icon-arrows-shrink-vertical1:before {
  content: "\e056"; }

.icon-arrows-shrink-vertical2:before {
  content: "\e057"; }

.icon-arrows-sign-down:before {
  content: "\e058"; }

.icon-arrows-sign-left:before {
  content: "\e059"; }

.icon-arrows-sign-right:before {
  content: "\e05a"; }

.icon-arrows-sign-up:before {
  content: "\e05b"; }

.icon-arrows-slide-down1:before {
  content: "\e05c"; }

.icon-arrows-slide-down2:before {
  content: "\e05d"; }

.icon-arrows-slide-left1:before {
  content: "\e05e"; }

.icon-arrows-slide-left2:before {
  content: "\e05f"; }

.icon-arrows-slide-right1:before {
  content: "\e060"; }

.icon-arrows-slide-right2:before {
  content: "\e061"; }

.icon-arrows-slide-up1:before {
  content: "\e062"; }

.icon-arrows-slide-up2:before {
  content: "\e063"; }

.icon-arrows-slim-down:before {
  content: "\e064"; }

.icon-arrows-slim-down-dashed:before {
  content: "\e065"; }

.icon-arrows-slim-left:before {
  content: "\e066"; }

.icon-arrows-slim-left-dashed:before {
  content: "\e067"; }

.icon-arrows-slim-right:before {
  content: "\e068"; }

.icon-arrows-slim-right-dashed:before {
  content: "\e069"; }

.icon-arrows-slim-up:before {
  content: "\e06a"; }

.icon-arrows-slim-up-dashed:before {
  content: "\e06b"; }

.icon-arrows-square-check:before {
  content: "\e06c"; }

.icon-arrows-square-down:before {
  content: "\e06d"; }

.icon-arrows-square-downleft:before {
  content: "\e06e"; }

.icon-arrows-square-downright:before {
  content: "\e06f"; }

.icon-arrows-square-left:before {
  content: "\e070"; }

.icon-arrows-square-minus:before {
  content: "\e071"; }

.icon-arrows-square-plus:before {
  content: "\e072"; }

.icon-arrows-square-remove:before {
  content: "\e073"; }

.icon-arrows-square-right:before {
  content: "\e074"; }

.icon-arrows-square-up:before {
  content: "\e075"; }

.icon-arrows-square-upleft:before {
  content: "\e076"; }

.icon-arrows-square-upright:before {
  content: "\e077"; }

.icon-arrows-squares:before {
  content: "\e078"; }

.icon-arrows-stretch-diagonal1:before {
  content: "\e079"; }

.icon-arrows-stretch-diagonal2:before {
  content: "\e07a"; }

.icon-arrows-stretch-diagonal3:before {
  content: "\e07b"; }

.icon-arrows-stretch-diagonal4:before {
  content: "\e07c"; }

.icon-arrows-stretch-horizontal1:before {
  content: "\e07d"; }

.icon-arrows-stretch-horizontal2:before {
  content: "\e07e"; }

.icon-arrows-stretch-vertical1:before {
  content: "\e07f"; }

.icon-arrows-stretch-vertical2:before {
  content: "\e080"; }

.icon-arrows-switch-horizontal:before {
  content: "\e081"; }

.icon-arrows-switch-vertical:before {
  content: "\e082"; }

.icon-arrows-up:before {
  content: "\e083"; }

.icon-arrows-up-double-33:before {
  content: "\e084"; }

.icon-arrows-upleft:before {
  content: "\e085"; }

.icon-arrows-upright:before {
  content: "\e086"; }

.icon-arrows-vertical:before {
  content: "\e087"; }

@font-face {
  font-family: "linea-basic-10";
  src: url("../fonts/linea-basic-10.eot");
  src: url("../fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-basic-10.woff") format("woff"), url("../fonts/linea-basic-10.ttf") format("truetype"), url("../fonts/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal; }
.linea-basic[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-basic-accelerator:before {
  content: "a"; }

.icon-basic-alarm:before {
  content: "b"; }

.icon-basic-anchor:before {
  content: "c"; }

.icon-basic-anticlockwise:before {
  content: "d"; }

.icon-basic-archive:before {
  content: "e"; }

.icon-basic-archive-full:before {
  content: "f"; }

.icon-basic-ban:before {
  content: "g"; }

.icon-basic-battery-charge:before {
  content: "h"; }

.icon-basic-battery-empty:before {
  content: "i"; }

.icon-basic-battery-full:before {
  content: "j"; }

.icon-basic-battery-half:before {
  content: "k"; }

.icon-basic-bolt:before {
  content: "l"; }

.icon-basic-book:before {
  content: "m"; }

.icon-basic-book-pen:before {
  content: "n"; }

.icon-basic-book-pencil:before {
  content: "o"; }

.icon-basic-bookmark:before {
  content: "p"; }

.icon-basic-calculator:before {
  content: "q"; }

.icon-basic-calendar:before {
  content: "r"; }

.icon-basic-cards-diamonds:before {
  content: "s"; }

.icon-basic-cards-hearts:before {
  content: "t"; }

.icon-basic-case:before {
  content: "u"; }

.icon-basic-chronometer:before {
  content: "v"; }

.icon-basic-clessidre:before {
  content: "w"; }

.icon-basic-clock:before {
  content: "x"; }

.icon-basic-clockwise:before {
  content: "y"; }

.icon-basic-cloud:before {
  content: "z"; }

.icon-basic-clubs:before {
  content: "A"; }

.icon-basic-compass:before {
  content: "B"; }

.icon-basic-cup:before {
  content: "C"; }

.icon-basic-diamonds:before {
  content: "D"; }

.icon-basic-display:before {
  content: "E"; }

.icon-basic-download:before {
  content: "F"; }

.icon-basic-exclamation:before {
  content: "G"; }

.icon-basic-eye:before {
  content: "H"; }

.icon-basic-eye-closed:before {
  content: "I"; }

.icon-basic-female:before {
  content: "J"; }

.icon-basic-flag1:before {
  content: "K"; }

.icon-basic-flag2:before {
  content: "L"; }

.icon-basic-floppydisk:before {
  content: "M"; }

.icon-basic-folder:before {
  content: "N"; }

.icon-basic-folder-multiple:before {
  content: "O"; }

.icon-basic-gear:before {
  content: "P"; }

.icon-basic-geolocalize-01:before {
  content: "Q"; }

.icon-basic-geolocalize-05:before {
  content: "R"; }

.icon-basic-globe:before {
  content: "S"; }

.icon-basic-gunsight:before {
  content: "T"; }

.icon-basic-hammer:before {
  content: "U"; }

.icon-basic-headset:before {
  content: "V"; }

.icon-basic-heart:before {
  content: "W"; }

.icon-basic-heart-broken:before {
  content: "X"; }

.icon-basic-helm:before {
  content: "Y"; }

.icon-basic-home:before {
  content: "Z"; }

.icon-basic-info:before {
  content: "0"; }

.icon-basic-ipod:before {
  content: "1"; }

.icon-basic-joypad:before {
  content: "2"; }

.icon-basic-key:before {
  content: "3"; }

.icon-basic-keyboard:before {
  content: "4"; }

.icon-basic-laptop:before {
  content: "5"; }

.icon-basic-life-buoy:before {
  content: "6"; }

.icon-basic-lightbulb:before {
  content: "7"; }

.icon-basic-link:before {
  content: "8"; }

.icon-basic-lock:before {
  content: "9"; }

.icon-basic-lock-open:before {
  content: "!"; }

.icon-basic-magic-mouse:before {
  content: "\""; }

.icon-basic-magnifier:before {
  content: "#"; }

.icon-basic-magnifier-minus:before {
  content: "$"; }

.icon-basic-magnifier-plus:before {
  content: "%"; }

.icon-basic-mail:before {
  content: "&"; }

.icon-basic-mail-multiple:before {
  content: "'"; }

.icon-basic-mail-open:before {
  content: "("; }

.icon-basic-mail-open-text:before {
  content: ")"; }

.icon-basic-male:before {
  content: "*"; }

.icon-basic-map:before {
  content: "+"; }

.icon-basic-message:before {
  content: ","; }

.icon-basic-message-multiple:before {
  content: "-"; }

.icon-basic-message-txt:before {
  content: "."; }

.icon-basic-mixer2:before {
  content: "/"; }

.icon-basic-mouse:before {
  content: ":"; }

.icon-basic-notebook:before {
  content: ";"; }

.icon-basic-notebook-pen:before {
  content: "<"; }

.icon-basic-notebook-pencil:before {
  content: "="; }

.icon-basic-paperplane:before {
  content: ">"; }

.icon-basic-pencil-ruler:before {
  content: "?"; }

.icon-basic-pencil-ruler-pen:before {
  content: "@"; }

.icon-basic-photo:before {
  content: "["; }

.icon-basic-picture:before {
  content: "]"; }

.icon-basic-picture-multiple:before {
  content: "^"; }

.icon-basic-pin1:before {
  content: "_"; }

.icon-basic-pin2:before {
  content: "`"; }

.icon-basic-postcard:before {
  content: "{"; }

.icon-basic-postcard-multiple:before {
  content: "|"; }

.icon-basic-printer:before {
  content: "}"; }

.icon-basic-question:before {
  content: "~"; }

.icon-basic-rss:before {
  content: ""; }

.icon-basic-server:before {
  content: "\e000"; }

.icon-basic-server2:before {
  content: "\e001"; }

.icon-basic-server-cloud:before {
  content: "\e002"; }

.icon-basic-server-download:before {
  content: "\e003"; }

.icon-basic-server-upload:before {
  content: "\e004"; }

.icon-basic-settings:before {
  content: "\e005"; }

.icon-basic-share:before {
  content: "\e006"; }

.icon-basic-sheet:before {
  content: "\e007"; }

.icon-basic-sheet-multiple:before {
  content: "\e008"; }

.icon-basic-sheet-pen:before {
  content: "\e009"; }

.icon-basic-sheet-pencil:before {
  content: "\e00a"; }

.icon-basic-sheet-txt:before {
  content: "\e00b"; }

.icon-basic-signs:before {
  content: "\e00c"; }

.icon-basic-smartphone:before {
  content: "\e00d"; }

.icon-basic-spades:before {
  content: "\e00e"; }

.icon-basic-spread:before {
  content: "\e00f"; }

.icon-basic-spread-bookmark:before {
  content: "\e010"; }

.icon-basic-spread-text:before {
  content: "\e011"; }

.icon-basic-spread-text-bookmark:before {
  content: "\e012"; }

.icon-basic-star:before {
  content: "\e013"; }

.icon-basic-tablet:before {
  content: "\e014"; }

.icon-basic-target:before {
  content: "\e015"; }

.icon-basic-todo:before {
  content: "\e016"; }

.icon-basic-todo-pen:before {
  content: "\e017"; }

.icon-basic-todo-pencil:before {
  content: "\e018"; }

.icon-basic-todo-txt:before {
  content: "\e019"; }

.icon-basic-todolist-pen:before {
  content: "\e01a"; }

.icon-basic-todolist-pencil:before {
  content: "\e01b"; }

.icon-basic-trashcan:before {
  content: "\e01c"; }

.icon-basic-trashcan-full:before {
  content: "\e01d"; }

.icon-basic-trashcan-refresh:before {
  content: "\e01e"; }

.icon-basic-trashcan-remove:before {
  content: "\e01f"; }

.icon-basic-upload:before {
  content: "\e020"; }

.icon-basic-usb:before {
  content: "\e021"; }

.icon-basic-video:before {
  content: "\e022"; }

.icon-basic-watch:before {
  content: "\e023"; }

.icon-basic-webpage:before {
  content: "\e024"; }

.icon-basic-webpage-img-txt:before {
  content: "\e025"; }

.icon-basic-webpage-multiple:before {
  content: "\e026"; }

.icon-basic-webpage-txt:before {
  content: "\e027"; }

.icon-basic-world:before {
  content: "\e028"; }

@font-face {
  font-family: "linea-basic-elaboration-10";
  src: url("../fonts/linea-basic-elaboration-10.eot");
  src: url("../fonts/linea-basic-elaboration-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-basic-elaboration-10.woff") format("woff"), url("../fonts/linea-basic-elaboration-10.ttf") format("truetype"), url("../fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10") format("svg");
  font-weight: normal;
  font-style: normal; }
.linea-elaborate[data-icon]:before {
  font-family: "linea-basic-elaboration-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-basic-elaboration-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-basic-elaboration-bookmark-checck:before {
  content: "a"; }

.icon-basic-elaboration-bookmark-minus:before {
  content: "b"; }

.icon-basic-elaboration-bookmark-plus:before {
  content: "c"; }

.icon-basic-elaboration-bookmark-remove:before {
  content: "d"; }

.icon-basic-elaboration-briefcase-check:before {
  content: "e"; }

.icon-basic-elaboration-briefcase-download:before {
  content: "f"; }

.icon-basic-elaboration-briefcase-flagged:before {
  content: "g"; }

.icon-basic-elaboration-briefcase-minus:before {
  content: "h"; }

.icon-basic-elaboration-briefcase-plus:before {
  content: "i"; }

.icon-basic-elaboration-briefcase-refresh:before {
  content: "j"; }

.icon-basic-elaboration-briefcase-remove:before {
  content: "k"; }

.icon-basic-elaboration-briefcase-search:before {
  content: "l"; }

.icon-basic-elaboration-briefcase-star:before {
  content: "m"; }

.icon-basic-elaboration-briefcase-upload:before {
  content: "n"; }

.icon-basic-elaboration-browser-check:before {
  content: "o"; }

.icon-basic-elaboration-browser-download:before {
  content: "p"; }

.icon-basic-elaboration-browser-minus:before {
  content: "q"; }

.icon-basic-elaboration-browser-plus:before {
  content: "r"; }

.icon-basic-elaboration-browser-refresh:before {
  content: "s"; }

.icon-basic-elaboration-browser-remove:before {
  content: "t"; }

.icon-basic-elaboration-browser-search:before {
  content: "u"; }

.icon-basic-elaboration-browser-star:before {
  content: "v"; }

.icon-basic-elaboration-browser-upload:before {
  content: "w"; }

.icon-basic-elaboration-calendar-check:before {
  content: "x"; }

.icon-basic-elaboration-calendar-cloud:before {
  content: "y"; }

.icon-basic-elaboration-calendar-download:before {
  content: "z"; }

.icon-basic-elaboration-calendar-empty:before {
  content: "A"; }

.icon-basic-elaboration-calendar-flagged:before {
  content: "B"; }

.icon-basic-elaboration-calendar-heart:before {
  content: "C"; }

.icon-basic-elaboration-calendar-minus:before {
  content: "D"; }

.icon-basic-elaboration-calendar-next:before {
  content: "E"; }

.icon-basic-elaboration-calendar-noaccess:before {
  content: "F"; }

.icon-basic-elaboration-calendar-pencil:before {
  content: "G"; }

.icon-basic-elaboration-calendar-plus:before {
  content: "H"; }

.icon-basic-elaboration-calendar-previous:before {
  content: "I"; }

.icon-basic-elaboration-calendar-refresh:before {
  content: "J"; }

.icon-basic-elaboration-calendar-remove:before {
  content: "K"; }

.icon-basic-elaboration-calendar-search:before {
  content: "L"; }

.icon-basic-elaboration-calendar-star:before {
  content: "M"; }

.icon-basic-elaboration-calendar-upload:before {
  content: "N"; }

.icon-basic-elaboration-cloud-check:before {
  content: "O"; }

.icon-basic-elaboration-cloud-download:before {
  content: "P"; }

.icon-basic-elaboration-cloud-minus:before {
  content: "Q"; }

.icon-basic-elaboration-cloud-noaccess:before {
  content: "R"; }

.icon-basic-elaboration-cloud-plus:before {
  content: "S"; }

.icon-basic-elaboration-cloud-refresh:before {
  content: "T"; }

.icon-basic-elaboration-cloud-remove:before {
  content: "U"; }

.icon-basic-elaboration-cloud-search:before {
  content: "V"; }

.icon-basic-elaboration-cloud-upload:before {
  content: "W"; }

.icon-basic-elaboration-document-check:before {
  content: "X"; }

.icon-basic-elaboration-document-cloud:before {
  content: "Y"; }

.icon-basic-elaboration-document-download:before {
  content: "Z"; }

.icon-basic-elaboration-document-flagged:before {
  content: "0"; }

.icon-basic-elaboration-document-graph:before {
  content: "1"; }

.icon-basic-elaboration-document-heart:before {
  content: "2"; }

.icon-basic-elaboration-document-minus:before {
  content: "3"; }

.icon-basic-elaboration-document-next:before {
  content: "4"; }

.icon-basic-elaboration-document-noaccess:before {
  content: "5"; }

.icon-basic-elaboration-document-note:before {
  content: "6"; }

.icon-basic-elaboration-document-pencil:before {
  content: "7"; }

.icon-basic-elaboration-document-picture:before {
  content: "8"; }

.icon-basic-elaboration-document-plus:before {
  content: "9"; }

.icon-basic-elaboration-document-previous:before {
  content: "!"; }

.icon-basic-elaboration-document-refresh:before {
  content: "\""; }

.icon-basic-elaboration-document-remove:before {
  content: "#"; }

.icon-basic-elaboration-document-search:before {
  content: "$"; }

.icon-basic-elaboration-document-star:before {
  content: "%"; }

.icon-basic-elaboration-document-upload:before {
  content: "&"; }

.icon-basic-elaboration-folder-check:before {
  content: "'"; }

.icon-basic-elaboration-folder-cloud:before {
  content: "("; }

.icon-basic-elaboration-folder-document:before {
  content: ")"; }

.icon-basic-elaboration-folder-download:before {
  content: "*"; }

.icon-basic-elaboration-folder-flagged:before {
  content: "+"; }

.icon-basic-elaboration-folder-graph:before {
  content: ","; }

.icon-basic-elaboration-folder-heart:before {
  content: "-"; }

.icon-basic-elaboration-folder-minus:before {
  content: "."; }

.icon-basic-elaboration-folder-next:before {
  content: "/"; }

.icon-basic-elaboration-folder-noaccess:before {
  content: ":"; }

.icon-basic-elaboration-folder-note:before {
  content: ";"; }

.icon-basic-elaboration-folder-pencil:before {
  content: "<"; }

.icon-basic-elaboration-folder-picture:before {
  content: "="; }

.icon-basic-elaboration-folder-plus:before {
  content: ">"; }

.icon-basic-elaboration-folder-previous:before {
  content: "?"; }

.icon-basic-elaboration-folder-refresh:before {
  content: "@"; }

.icon-basic-elaboration-folder-remove:before {
  content: "["; }

.icon-basic-elaboration-folder-search:before {
  content: "]"; }

.icon-basic-elaboration-folder-star:before {
  content: "^"; }

.icon-basic-elaboration-folder-upload:before {
  content: "_"; }

.icon-basic-elaboration-mail-check:before {
  content: "`"; }

.icon-basic-elaboration-mail-cloud:before {
  content: "{"; }

.icon-basic-elaboration-mail-document:before {
  content: "|"; }

.icon-basic-elaboration-mail-download:before {
  content: "}"; }

.icon-basic-elaboration-mail-flagged:before {
  content: "~"; }

.icon-basic-elaboration-mail-heart:before {
  content: ""; }

.icon-basic-elaboration-mail-next:before {
  content: "\e000"; }

.icon-basic-elaboration-mail-noaccess:before {
  content: "\e001"; }

.icon-basic-elaboration-mail-note:before {
  content: "\e002"; }

.icon-basic-elaboration-mail-pencil:before {
  content: "\e003"; }

.icon-basic-elaboration-mail-picture:before {
  content: "\e004"; }

.icon-basic-elaboration-mail-previous:before {
  content: "\e005"; }

.icon-basic-elaboration-mail-refresh:before {
  content: "\e006"; }

.icon-basic-elaboration-mail-remove:before {
  content: "\e007"; }

.icon-basic-elaboration-mail-search:before {
  content: "\e008"; }

.icon-basic-elaboration-mail-star:before {
  content: "\e009"; }

.icon-basic-elaboration-mail-upload:before {
  content: "\e00a"; }

.icon-basic-elaboration-message-check:before {
  content: "\e00b"; }

.icon-basic-elaboration-message-dots:before {
  content: "\e00c"; }

.icon-basic-elaboration-message-happy:before {
  content: "\e00d"; }

.icon-basic-elaboration-message-heart:before {
  content: "\e00e"; }

.icon-basic-elaboration-message-minus:before {
  content: "\e00f"; }

.icon-basic-elaboration-message-note:before {
  content: "\e010"; }

.icon-basic-elaboration-message-plus:before {
  content: "\e011"; }

.icon-basic-elaboration-message-refresh:before {
  content: "\e012"; }

.icon-basic-elaboration-message-remove:before {
  content: "\e013"; }

.icon-basic-elaboration-message-sad:before {
  content: "\e014"; }

.icon-basic-elaboration-smartphone-cloud:before {
  content: "\e015"; }

.icon-basic-elaboration-smartphone-heart:before {
  content: "\e016"; }

.icon-basic-elaboration-smartphone-noaccess:before {
  content: "\e017"; }

.icon-basic-elaboration-smartphone-note:before {
  content: "\e018"; }

.icon-basic-elaboration-smartphone-pencil:before {
  content: "\e019"; }

.icon-basic-elaboration-smartphone-picture:before {
  content: "\e01a"; }

.icon-basic-elaboration-smartphone-refresh:before {
  content: "\e01b"; }

.icon-basic-elaboration-smartphone-search:before {
  content: "\e01c"; }

.icon-basic-elaboration-tablet-cloud:before {
  content: "\e01d"; }

.icon-basic-elaboration-tablet-heart:before {
  content: "\e01e"; }

.icon-basic-elaboration-tablet-noaccess:before {
  content: "\e01f"; }

.icon-basic-elaboration-tablet-note:before {
  content: "\e020"; }

.icon-basic-elaboration-tablet-pencil:before {
  content: "\e021"; }

.icon-basic-elaboration-tablet-picture:before {
  content: "\e022"; }

.icon-basic-elaboration-tablet-refresh:before {
  content: "\e023"; }

.icon-basic-elaboration-tablet-search:before {
  content: "\e024"; }

.icon-basic-elaboration-todolist-2:before {
  content: "\e025"; }

.icon-basic-elaboration-todolist-check:before {
  content: "\e026"; }

.icon-basic-elaboration-todolist-cloud:before {
  content: "\e027"; }

.icon-basic-elaboration-todolist-download:before {
  content: "\e028"; }

.icon-basic-elaboration-todolist-flagged:before {
  content: "\e029"; }

.icon-basic-elaboration-todolist-minus:before {
  content: "\e02a"; }

.icon-basic-elaboration-todolist-noaccess:before {
  content: "\e02b"; }

.icon-basic-elaboration-todolist-pencil:before {
  content: "\e02c"; }

.icon-basic-elaboration-todolist-plus:before {
  content: "\e02d"; }

.icon-basic-elaboration-todolist-refresh:before {
  content: "\e02e"; }

.icon-basic-elaboration-todolist-remove:before {
  content: "\e02f"; }

.icon-basic-elaboration-todolist-search:before {
  content: "\e030"; }

.icon-basic-elaboration-todolist-star:before {
  content: "\e031"; }

.icon-basic-elaboration-todolist-upload:before {
  content: "\e032"; }

@font-face {
  font-family: "linea-ecommerce-10";
  src: url("../fonts/linea-ecommerce-10.eot");
  src: url("../fonts/linea-ecommerce-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-ecommerce-10.woff") format("woff"), url("../fonts/linea-ecommerce-10.ttf") format("truetype"), url("../fonts/linea-ecommerce-10.svg#linea-ecommerce-10") format("svg");
  font-weight: normal;
  font-style: normal; }
.linea-ecommerce[data-icon]:before {
  font-family: "linea-ecommerce-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-ecommerce-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ecommerce-bag:before {
  content: "a"; }

.icon-ecommerce-bag-check:before {
  content: "b"; }

.icon-ecommerce-bag-cloud:before {
  content: "c"; }

.icon-ecommerce-bag-download:before {
  content: "d"; }

.icon-ecommerce-bag-minus:before {
  content: "e"; }

.icon-ecommerce-bag-plus:before {
  content: "f"; }

.icon-ecommerce-bag-refresh:before {
  content: "g"; }

.icon-ecommerce-bag-remove:before {
  content: "h"; }

.icon-ecommerce-bag-search:before {
  content: "i"; }

.icon-ecommerce-bag-upload:before {
  content: "j"; }

.icon-ecommerce-banknote:before {
  content: "k"; }

.icon-ecommerce-banknotes:before {
  content: "l"; }

.icon-ecommerce-basket:before {
  content: "m"; }

.icon-ecommerce-basket-check:before {
  content: "n"; }

.icon-ecommerce-basket-cloud:before {
  content: "o"; }

.icon-ecommerce-basket-download:before {
  content: "p"; }

.icon-ecommerce-basket-minus:before {
  content: "q"; }

.icon-ecommerce-basket-plus:before {
  content: "r"; }

.icon-ecommerce-basket-refresh:before {
  content: "s"; }

.icon-ecommerce-basket-remove:before {
  content: "t"; }

.icon-ecommerce-basket-search:before {
  content: "u"; }

.icon-ecommerce-basket-upload:before {
  content: "v"; }

.icon-ecommerce-bath:before {
  content: "w"; }

.icon-ecommerce-cart:before {
  content: "x"; }

.icon-ecommerce-cart-check:before {
  content: "y"; }

.icon-ecommerce-cart-cloud:before {
  content: "z"; }

.icon-ecommerce-cart-content:before {
  content: "A"; }

.icon-ecommerce-cart-download:before {
  content: "B"; }

.icon-ecommerce-cart-minus:before {
  content: "C"; }

.icon-ecommerce-cart-plus:before {
  content: "D"; }

.icon-ecommerce-cart-refresh:before {
  content: "E"; }

.icon-ecommerce-cart-remove:before {
  content: "F"; }

.icon-ecommerce-cart-search:before {
  content: "G"; }

.icon-ecommerce-cart-upload:before {
  content: "H"; }

.icon-ecommerce-cent:before {
  content: "I"; }

.icon-ecommerce-colon:before {
  content: "J"; }

.icon-ecommerce-creditcard:before {
  content: "K"; }

.icon-ecommerce-diamond:before {
  content: "L"; }

.icon-ecommerce-dollar:before {
  content: "M"; }

.icon-ecommerce-euro:before {
  content: "N"; }

.icon-ecommerce-franc:before {
  content: "O"; }

.icon-ecommerce-gift:before {
  content: "P"; }

.icon-ecommerce-graph1:before {
  content: "Q"; }

.icon-ecommerce-graph2:before {
  content: "R"; }

.icon-ecommerce-graph3:before {
  content: "S"; }

.icon-ecommerce-graph-decrease:before {
  content: "T"; }

.icon-ecommerce-graph-increase:before {
  content: "U"; }

.icon-ecommerce-guarani:before {
  content: "V"; }

.icon-ecommerce-kips:before {
  content: "W"; }

.icon-ecommerce-lira:before {
  content: "X"; }

.icon-ecommerce-megaphone:before {
  content: "Y"; }

.icon-ecommerce-money:before {
  content: "Z"; }

.icon-ecommerce-naira:before {
  content: "0"; }

.icon-ecommerce-pesos:before {
  content: "1"; }

.icon-ecommerce-pound:before {
  content: "2"; }

.icon-ecommerce-receipt:before {
  content: "3"; }

.icon-ecommerce-receipt-bath:before {
  content: "4"; }

.icon-ecommerce-receipt-cent:before {
  content: "5"; }

.icon-ecommerce-receipt-dollar:before {
  content: "6"; }

.icon-ecommerce-receipt-euro:before {
  content: "7"; }

.icon-ecommerce-receipt-franc:before {
  content: "8"; }

.icon-ecommerce-receipt-guarani:before {
  content: "9"; }

.icon-ecommerce-receipt-kips:before {
  content: "!"; }

.icon-ecommerce-receipt-lira:before {
  content: "\""; }

.icon-ecommerce-receipt-naira:before {
  content: "#"; }

.icon-ecommerce-receipt-pesos:before {
  content: "$"; }

.icon-ecommerce-receipt-pound:before {
  content: "%"; }

.icon-ecommerce-receipt-rublo:before {
  content: "&"; }

.icon-ecommerce-receipt-rupee:before {
  content: "'"; }

.icon-ecommerce-receipt-tugrik:before {
  content: "("; }

.icon-ecommerce-receipt-won:before {
  content: ")"; }

.icon-ecommerce-receipt-yen:before {
  content: "*"; }

.icon-ecommerce-receipt-yen2:before {
  content: "+"; }

.icon-ecommerce-recept-colon:before {
  content: ","; }

.icon-ecommerce-rublo:before {
  content: "-"; }

.icon-ecommerce-rupee:before {
  content: "."; }

.icon-ecommerce-safe:before {
  content: "/"; }

.icon-ecommerce-sale:before {
  content: ":"; }

.icon-ecommerce-sales:before {
  content: ";"; }

.icon-ecommerce-ticket:before {
  content: "<"; }

.icon-ecommerce-tugriks:before {
  content: "="; }

.icon-ecommerce-wallet:before {
  content: ">"; }

.icon-ecommerce-won:before {
  content: "?"; }

.icon-ecommerce-yen:before {
  content: "@"; }

.icon-ecommerce-yen2:before {
  content: "["; }

@font-face {
  font-family: "linea-music-10";
  src: url("../fonts/linea-music-10.eot");
  src: url("../fonts/linea-music-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-music-10.woff") format("woff"), url("../fonts/linea-music-10.ttf") format("truetype"), url("../fonts/linea-music-10.svg#linea-music-10") format("svg");
  font-weight: normal;
  font-style: normal; }
.linea-music[data-icon]:before {
  font-family: "linea-music-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-music-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-music-beginning-button:before {
  content: "a"; }

.icon-music-bell:before {
  content: "b"; }

.icon-music-cd:before {
  content: "c"; }

.icon-music-diapason:before {
  content: "d"; }

.icon-music-eject-button:before {
  content: "e"; }

.icon-music-end-button:before {
  content: "f"; }

.icon-music-fastforward-button:before {
  content: "g"; }

.icon-music-headphones:before {
  content: "h"; }

.icon-music-ipod:before {
  content: "i"; }

.icon-music-loudspeaker:before {
  content: "j"; }

.icon-music-microphone:before {
  content: "k"; }

.icon-music-microphone-old:before {
  content: "l"; }

.icon-music-mixer:before {
  content: "m"; }

.icon-music-mute:before {
  content: "n"; }

.icon-music-note-multiple:before {
  content: "o"; }

.icon-music-note-single:before {
  content: "p"; }

.icon-music-pause-button:before {
  content: "q"; }

.icon-music-play-button:before {
  content: "r"; }

.icon-music-playlist:before {
  content: "s"; }

.icon-music-radio-ghettoblaster:before {
  content: "t"; }

.icon-music-radio-portable:before {
  content: "u"; }

.icon-music-record:before {
  content: "v"; }

.icon-music-recordplayer:before {
  content: "w"; }

.icon-music-repeat-button:before {
  content: "x"; }

.icon-music-rewind-button:before {
  content: "y"; }

.icon-music-shuffle-button:before {
  content: "z"; }

.icon-music-stop-button:before {
  content: "A"; }

.icon-music-tape:before {
  content: "B"; }

.icon-music-volume-down:before {
  content: "C"; }

.icon-music-volume-up:before {
  content: "D"; }

@font-face {
  font-family: "linea-software-10";
  src: url("../fonts/linea-software-10.eot");
  src: url("../fonts/linea-software-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-software-10.woff") format("woff"), url("../fonts/linea-software-10.ttf") format("truetype"), url("../fonts/linea-software-10.svg#linea-software-10") format("svg");
  font-weight: normal;
  font-style: normal; }
.linea-software[data-icon]:before {
  font-family: "linea-software-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-software-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-software-add-vectorpoint:before {
  content: "a"; }

.icon-software-box-oval:before {
  content: "b"; }

.icon-software-box-polygon:before {
  content: "c"; }

.icon-software-box-rectangle:before {
  content: "d"; }

.icon-software-box-roundedrectangle:before {
  content: "e"; }

.icon-software-character:before {
  content: "f"; }

.icon-software-crop:before {
  content: "g"; }

.icon-software-eyedropper:before {
  content: "h"; }

.icon-software-font-allcaps:before {
  content: "i"; }

.icon-software-font-baseline-shift:before {
  content: "j"; }

.icon-software-font-horizontal-scale:before {
  content: "k"; }

.icon-software-font-kerning:before {
  content: "l"; }

.icon-software-font-leading:before {
  content: "m"; }

.icon-software-font-size:before {
  content: "n"; }

.icon-software-font-smallcapital:before {
  content: "o"; }

.icon-software-font-smallcaps:before {
  content: "p"; }

.icon-software-font-strikethrough:before {
  content: "q"; }

.icon-software-font-tracking:before {
  content: "r"; }

.icon-software-font-underline:before {
  content: "s"; }

.icon-software-font-vertical-scale:before {
  content: "t"; }

.icon-software-horizontal-align-center:before {
  content: "u"; }

.icon-software-horizontal-align-left:before {
  content: "v"; }

.icon-software-horizontal-align-right:before {
  content: "w"; }

.icon-software-horizontal-distribute-center:before {
  content: "x"; }

.icon-software-horizontal-distribute-left:before {
  content: "y"; }

.icon-software-horizontal-distribute-right:before {
  content: "z"; }

.icon-software-indent-firstline:before {
  content: "A"; }

.icon-software-indent-left:before {
  content: "B"; }

.icon-software-indent-right:before {
  content: "C"; }

.icon-software-lasso:before {
  content: "D"; }

.icon-software-layers1:before {
  content: "E"; }

.icon-software-layers2:before {
  content: "F"; }

.icon-software-layout:before {
  content: "G"; }

.icon-software-layout-2columns:before {
  content: "H"; }

.icon-software-layout-3columns:before {
  content: "I"; }

.icon-software-layout-4boxes:before {
  content: "J"; }

.icon-software-layout-4columns:before {
  content: "K"; }

.icon-software-layout-4lines:before {
  content: "L"; }

.icon-software-layout-8boxes:before {
  content: "M"; }

.icon-software-layout-header:before {
  content: "N"; }

.icon-software-layout-header-2columns:before {
  content: "O"; }

.icon-software-layout-header-3columns:before {
  content: "P"; }

.icon-software-layout-header-4boxes:before {
  content: "Q"; }

.icon-software-layout-header-4columns:before {
  content: "R"; }

.icon-software-layout-header-complex:before {
  content: "S"; }

.icon-software-layout-header-complex2:before {
  content: "T"; }

.icon-software-layout-header-complex3:before {
  content: "U"; }

.icon-software-layout-header-complex4:before {
  content: "V"; }

.icon-software-layout-header-sideleft:before {
  content: "W"; }

.icon-software-layout-header-sideright:before {
  content: "X"; }

.icon-software-layout-sidebar-left:before {
  content: "Y"; }

.icon-software-layout-sidebar-right:before {
  content: "Z"; }

.icon-software-magnete:before {
  content: "0"; }

.icon-software-pages:before {
  content: "1"; }

.icon-software-paintbrush:before {
  content: "2"; }

.icon-software-paintbucket:before {
  content: "3"; }

.icon-software-paintroller:before {
  content: "4"; }

.icon-software-paragraph:before {
  content: "5"; }

.icon-software-paragraph-align-left:before {
  content: "6"; }

.icon-software-paragraph-align-right:before {
  content: "7"; }

.icon-software-paragraph-center:before {
  content: "8"; }

.icon-software-paragraph-justify-all:before {
  content: "9"; }

.icon-software-paragraph-justify-center:before {
  content: "!"; }

.icon-software-paragraph-justify-left:before {
  content: "\""; }

.icon-software-paragraph-justify-right:before {
  content: "#"; }

.icon-software-paragraph-space-after:before {
  content: "$"; }

.icon-software-paragraph-space-before:before {
  content: "%"; }

.icon-software-pathfinder-exclude:before {
  content: "&"; }

.icon-software-pathfinder-intersect:before {
  content: "'"; }

.icon-software-pathfinder-subtract:before {
  content: "("; }

.icon-software-pathfinder-unite:before {
  content: ")"; }

.icon-software-pen:before {
  content: "*"; }

.icon-software-pen-add:before {
  content: "+"; }

.icon-software-pen-remove:before {
  content: ","; }

.icon-software-pencil:before {
  content: "-"; }

.icon-software-polygonallasso:before {
  content: "."; }

.icon-software-reflect-horizontal:before {
  content: "/"; }

.icon-software-reflect-vertical:before {
  content: ":"; }

.icon-software-remove-vectorpoint:before {
  content: ";"; }

.icon-software-scale-expand:before {
  content: "<"; }

.icon-software-scale-reduce:before {
  content: "="; }

.icon-software-selection-oval:before {
  content: ">"; }

.icon-software-selection-polygon:before {
  content: "?"; }

.icon-software-selection-rectangle:before {
  content: "@"; }

.icon-software-selection-roundedrectangle:before {
  content: "["; }

.icon-software-shape-oval:before {
  content: "]"; }

.icon-software-shape-polygon:before {
  content: "^"; }

.icon-software-shape-rectangle:before {
  content: "_"; }

.icon-software-shape-roundedrectangle:before {
  content: "`"; }

.icon-software-slice:before {
  content: "{"; }

.icon-software-transform-bezier:before {
  content: "|"; }

.icon-software-vector-box:before {
  content: "}"; }

.icon-software-vector-composite:before {
  content: "~"; }

.icon-software-vector-line:before {
  content: ""; }

.icon-software-vertical-align-bottom:before {
  content: "\e000"; }

.icon-software-vertical-align-center:before {
  content: "\e001"; }

.icon-software-vertical-align-top:before {
  content: "\e002"; }

.icon-software-vertical-distribute-bottom:before {
  content: "\e003"; }

.icon-software-vertical-distribute-center:before {
  content: "\e004"; }

.icon-software-vertical-distribute-top:before {
  content: "\e005"; }

@font-face {
  font-family: "linea-weather-10";
  src: url("../fonts/linea-weather-10.eot");
  src: url("../fonts/linea-weather-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-weather-10.woff") format("woff"), url("../fonts/linea-weather-10.ttf") format("truetype"), url("../fonts/linea-weather-10.svg#linea-weather-10") format("svg");
  font-weight: normal;
  font-style: normal; }
.linea-weather[data-icon]:before {
  font-family: "linea-weather-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-weather-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-weather-aquarius:before {
  content: "\e000"; }

.icon-weather-aries:before {
  content: "\e001"; }

.icon-weather-cancer:before {
  content: "\e002"; }

.icon-weather-capricorn:before {
  content: "\e003"; }

.icon-weather-cloud:before {
  content: "\e004"; }

.icon-weather-cloud-drop:before {
  content: "\e005"; }

.icon-weather-cloud-lightning:before {
  content: "\e006"; }

.icon-weather-cloud-snowflake:before {
  content: "\e007"; }

.icon-weather-downpour-fullmoon:before {
  content: "\e008"; }

.icon-weather-downpour-halfmoon:before {
  content: "\e009"; }

.icon-weather-downpour-sun:before {
  content: "\e00a"; }

.icon-weather-drop:before {
  content: "\e00b"; }

.icon-weather-first-quarter:before {
  content: "\e00c"; }

.icon-weather-fog:before {
  content: "\e00d"; }

.icon-weather-fog-fullmoon:before {
  content: "\e00e"; }

.icon-weather-fog-halfmoon:before {
  content: "\e00f"; }

.icon-weather-fog-sun:before {
  content: "\e010"; }

.icon-weather-fullmoon:before {
  content: "\e011"; }

.icon-weather-gemini:before {
  content: "\e012"; }

.icon-weather-hail:before {
  content: "\e013"; }

.icon-weather-hail-fullmoon:before {
  content: "\e014"; }

.icon-weather-hail-halfmoon:before {
  content: "\e015"; }

.icon-weather-hail-sun:before {
  content: "\e016"; }

.icon-weather-last-quarter:before {
  content: "\e017"; }

.icon-weather-leo:before {
  content: "\e018"; }

.icon-weather-libra:before {
  content: "\e019"; }

.icon-weather-lightning:before {
  content: "\e01a"; }

.icon-weather-mistyrain:before {
  content: "\e01b"; }

.icon-weather-mistyrain-fullmoon:before {
  content: "\e01c"; }

.icon-weather-mistyrain-halfmoon:before {
  content: "\e01d"; }

.icon-weather-mistyrain-sun:before {
  content: "\e01e"; }

.icon-weather-moon:before {
  content: "\e01f"; }

.icon-weather-moondown-full:before {
  content: "\e020"; }

.icon-weather-moondown-half:before {
  content: "\e021"; }

.icon-weather-moonset-full:before {
  content: "\e022"; }

.icon-weather-moonset-half:before {
  content: "\e023"; }

.icon-weather-move2:before {
  content: "\e024"; }

.icon-weather-newmoon:before {
  content: "\e025"; }

.icon-weather-pisces:before {
  content: "\e026"; }

.icon-weather-rain:before {
  content: "\e027"; }

.icon-weather-rain-fullmoon:before {
  content: "\e028"; }

.icon-weather-rain-halfmoon:before {
  content: "\e029"; }

.icon-weather-rain-sun:before {
  content: "\e02a"; }

.icon-weather-sagittarius:before {
  content: "\e02b"; }

.icon-weather-scorpio:before {
  content: "\e02c"; }

.icon-weather-snow:before {
  content: "\e02d"; }

.icon-weather-snow-fullmoon:before {
  content: "\e02e"; }

.icon-weather-snow-halfmoon:before {
  content: "\e02f"; }

.icon-weather-snow-sun:before {
  content: "\e030"; }

.icon-weather-snowflake:before {
  content: "\e031"; }

.icon-weather-star:before {
  content: "\e032"; }

.icon-weather-storm-11:before {
  content: "\e033"; }

.icon-weather-storm-32:before {
  content: "\e034"; }

.icon-weather-storm-fullmoon:before {
  content: "\e035"; }

.icon-weather-storm-halfmoon:before {
  content: "\e036"; }

.icon-weather-storm-sun:before {
  content: "\e037"; }

.icon-weather-sun:before {
  content: "\e038"; }

.icon-weather-sundown:before {
  content: "\e039"; }

.icon-weather-sunset:before {
  content: "\e03a"; }

.icon-weather-taurus:before {
  content: "\e03b"; }

.icon-weather-tempest:before {
  content: "\e03c"; }

.icon-weather-tempest-fullmoon:before {
  content: "\e03d"; }

.icon-weather-tempest-halfmoon:before {
  content: "\e03e"; }

.icon-weather-tempest-sun:before {
  content: "\e03f"; }

.icon-weather-variable-fullmoon:before {
  content: "\e040"; }

.icon-weather-variable-halfmoon:before {
  content: "\e041"; }

.icon-weather-variable-sun:before {
  content: "\e042"; }

.icon-weather-virgo:before {
  content: "\e043"; }

.icon-weather-waning-cresent:before {
  content: "\e044"; }

.icon-weather-waning-gibbous:before {
  content: "\e045"; }

.icon-weather-waxing-cresent:before {
  content: "\e046"; }

.icon-weather-waxing-gibbous:before {
  content: "\e047"; }

.icon-weather-wind:before {
  content: "\e048"; }

.icon-weather-wind-e:before {
  content: "\e049"; }

.icon-weather-wind-fullmoon:before {
  content: "\e04a"; }

.icon-weather-wind-halfmoon:before {
  content: "\e04b"; }

.icon-weather-wind-n:before {
  content: "\e04c"; }

.icon-weather-wind-ne:before {
  content: "\e04d"; }

.icon-weather-wind-nw:before {
  content: "\e04e"; }

.icon-weather-wind-s:before {
  content: "\e04f"; }

.icon-weather-wind-se:before {
  content: "\e050"; }

.icon-weather-wind-sun:before {
  content: "\e051"; }

.icon-weather-wind-sw:before {
  content: "\e052"; }

.icon-weather-wind-w:before {
  content: "\e053"; }

.icon-weather-windgust:before {
  content: "\e054"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("glyphicons-halflings-regular.eot");
  src: url("glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("glyphicons-halflings-regular.woff2") format("woff2"), url("glyphicons-halflings-regular.woff") format("woff"), url("glyphicons-halflings-regular.ttf") format("truetype"), url("glyphicons-halflings-regular.svg#glyphicons_halflingsregular") 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: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.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: "\00a5"; }

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

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

/*------------------------------------------------------------------
[flag-icon] 
-------------------------------------------------------------------*/
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em; }

.flag-icon:before {
  content: "\00a0"; }

.flag-icon.flag-icon-squared {
  width: 1em; }

.flag-icon-ad {
  background-image: url(../flags/4x3/ad.svg); }

.flag-icon-ad.flag-icon-squared {
  background-image: url(../flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(../flags/4x3/ae.svg); }

.flag-icon-ae.flag-icon-squared {
  background-image: url(../flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(../flags/4x3/af.svg); }

.flag-icon-af.flag-icon-squared {
  background-image: url(../flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(../flags/4x3/ag.svg); }

.flag-icon-ag.flag-icon-squared {
  background-image: url(../flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(../flags/4x3/ai.svg); }

.flag-icon-ai.flag-icon-squared {
  background-image: url(../flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(../flags/4x3/al.svg); }

.flag-icon-al.flag-icon-squared {
  background-image: url(../flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(../flags/4x3/am.svg); }

.flag-icon-am.flag-icon-squared {
  background-image: url(../flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(../flags/4x3/ao.svg); }

.flag-icon-ao.flag-icon-squared {
  background-image: url(../flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(../flags/4x3/aq.svg); }

.flag-icon-aq.flag-icon-squared {
  background-image: url(../flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(../flags/4x3/ar.svg); }

.flag-icon-ar.flag-icon-squared {
  background-image: url(../flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(../flags/4x3/as.svg); }

.flag-icon-as.flag-icon-squared {
  background-image: url(../flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(../flags/4x3/at.svg); }

.flag-icon-at.flag-icon-squared {
  background-image: url(../flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(../flags/4x3/au.svg); }

.flag-icon-au.flag-icon-squared {
  background-image: url(../flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(../flags/4x3/aw.svg); }

.flag-icon-aw.flag-icon-squared {
  background-image: url(../flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(../flags/4x3/ax.svg); }

.flag-icon-ax.flag-icon-squared {
  background-image: url(../flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(../flags/4x3/az.svg); }

.flag-icon-az.flag-icon-squared {
  background-image: url(../flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(../flags/4x3/ba.svg); }

.flag-icon-ba.flag-icon-squared {
  background-image: url(../flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(../flags/4x3/bb.svg); }

.flag-icon-bb.flag-icon-squared {
  background-image: url(../flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(../flags/4x3/bd.svg); }

.flag-icon-bd.flag-icon-squared {
  background-image: url(../flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(../flags/4x3/be.svg); }

.flag-icon-be.flag-icon-squared {
  background-image: url(../flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(../flags/4x3/bf.svg); }

.flag-icon-bf.flag-icon-squared {
  background-image: url(../flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(../flags/4x3/bg.svg); }

.flag-icon-bg.flag-icon-squared {
  background-image: url(../flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(../flags/4x3/bh.svg); }

.flag-icon-bh.flag-icon-squared {
  background-image: url(../flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(../flags/4x3/bi.svg); }

.flag-icon-bi.flag-icon-squared {
  background-image: url(../flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(../flags/4x3/bj.svg); }

.flag-icon-bj.flag-icon-squared {
  background-image: url(../flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(../flags/4x3/bl.svg); }

.flag-icon-bl.flag-icon-squared {
  background-image: url(../flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(../flags/4x3/bm.svg); }

.flag-icon-bm.flag-icon-squared {
  background-image: url(../flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(../flags/4x3/bn.svg); }

.flag-icon-bn.flag-icon-squared {
  background-image: url(../flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(../flags/4x3/bo.svg); }

.flag-icon-bo.flag-icon-squared {
  background-image: url(../flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(../flags/4x3/bq.svg); }

.flag-icon-bq.flag-icon-squared {
  background-image: url(../flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(../flags/4x3/br.svg); }

.flag-icon-br.flag-icon-squared {
  background-image: url(../flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(../flags/4x3/bs.svg); }

.flag-icon-bs.flag-icon-squared {
  background-image: url(../flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(../flags/4x3/bt.svg); }

.flag-icon-bt.flag-icon-squared {
  background-image: url(../flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(../flags/4x3/bv.svg); }

.flag-icon-bv.flag-icon-squared {
  background-image: url(../flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(../flags/4x3/bw.svg); }

.flag-icon-bw.flag-icon-squared {
  background-image: url(../flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(../flags/4x3/by.svg); }

.flag-icon-by.flag-icon-squared {
  background-image: url(../flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(../flags/4x3/bz.svg); }

.flag-icon-bz.flag-icon-squared {
  background-image: url(../flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(../flags/4x3/ca.svg); }

.flag-icon-ca.flag-icon-squared {
  background-image: url(../flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(../flags/4x3/cc.svg); }

.flag-icon-cc.flag-icon-squared {
  background-image: url(../flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(../flags/4x3/cd.svg); }

.flag-icon-cd.flag-icon-squared {
  background-image: url(../flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(../flags/4x3/cf.svg); }

.flag-icon-cf.flag-icon-squared {
  background-image: url(../flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(../flags/4x3/cg.svg); }

.flag-icon-cg.flag-icon-squared {
  background-image: url(../flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(../flags/4x3/ch.svg); }

.flag-icon-ch.flag-icon-squared {
  background-image: url(../flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(../flags/4x3/ci.svg); }

.flag-icon-ci.flag-icon-squared {
  background-image: url(../flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(../flags/4x3/ck.svg); }

.flag-icon-ck.flag-icon-squared {
  background-image: url(../flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(../flags/4x3/cl.svg); }

.flag-icon-cl.flag-icon-squared {
  background-image: url(../flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(../flags/4x3/cm.svg); }

.flag-icon-cm.flag-icon-squared {
  background-image: url(../flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(../flags/4x3/cn.svg); }

.flag-icon-cn.flag-icon-squared {
  background-image: url(../flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(../flags/4x3/co.svg); }

.flag-icon-co.flag-icon-squared {
  background-image: url(../flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(../flags/4x3/cr.svg); }

.flag-icon-cr.flag-icon-squared {
  background-image: url(../flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(../flags/4x3/cu.svg); }

.flag-icon-cu.flag-icon-squared {
  background-image: url(../flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(../flags/4x3/cv.svg); }

.flag-icon-cv.flag-icon-squared {
  background-image: url(../flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(../flags/4x3/cw.svg); }

.flag-icon-cw.flag-icon-squared {
  background-image: url(../flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(../flags/4x3/cx.svg); }

.flag-icon-cx.flag-icon-squared {
  background-image: url(../flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(../flags/4x3/cy.svg); }

.flag-icon-cy.flag-icon-squared {
  background-image: url(../flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(../flags/4x3/cz.svg); }

.flag-icon-cz.flag-icon-squared {
  background-image: url(../flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(../flags/4x3/de.svg); }

.flag-icon-de.flag-icon-squared {
  background-image: url(../flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(../flags/4x3/dj.svg); }

.flag-icon-dj.flag-icon-squared {
  background-image: url(../flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(../flags/4x3/dk.svg); }

.flag-icon-dk.flag-icon-squared {
  background-image: url(../flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(../flags/4x3/dm.svg); }

.flag-icon-dm.flag-icon-squared {
  background-image: url(../flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(../flags/4x3/do.svg); }

.flag-icon-do.flag-icon-squared {
  background-image: url(../flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(../flags/4x3/dz.svg); }

.flag-icon-dz.flag-icon-squared {
  background-image: url(../flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(../flags/4x3/ec.svg); }

.flag-icon-ec.flag-icon-squared {
  background-image: url(../flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(../flags/4x3/ee.svg); }

.flag-icon-ee.flag-icon-squared {
  background-image: url(../flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(../flags/4x3/eg.svg); }

.flag-icon-eg.flag-icon-squared {
  background-image: url(../flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(../flags/4x3/eh.svg); }

.flag-icon-eh.flag-icon-squared {
  background-image: url(../flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(../flags/4x3/er.svg); }

.flag-icon-er.flag-icon-squared {
  background-image: url(../flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(../flags/4x3/es.svg); }

.flag-icon-es.flag-icon-squared {
  background-image: url(../flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(../flags/4x3/et.svg); }

.flag-icon-et.flag-icon-squared {
  background-image: url(../flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(../flags/4x3/fi.svg); }

.flag-icon-fi.flag-icon-squared {
  background-image: url(../flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(../flags/4x3/fj.svg); }

.flag-icon-fj.flag-icon-squared {
  background-image: url(../flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(../flags/4x3/fk.svg); }

.flag-icon-fk.flag-icon-squared {
  background-image: url(../flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(../flags/4x3/fm.svg); }

.flag-icon-fm.flag-icon-squared {
  background-image: url(../flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(../flags/4x3/fo.svg); }

.flag-icon-fo.flag-icon-squared {
  background-image: url(../flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(../flags/4x3/fr.svg); }

.flag-icon-fr.flag-icon-squared {
  background-image: url(../flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(../flags/4x3/ga.svg); }

.flag-icon-ga.flag-icon-squared {
  background-image: url(../flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg); }

.flag-icon-gb.flag-icon-squared {
  background-image: url(../flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(../flags/4x3/gd.svg); }

.flag-icon-gd.flag-icon-squared {
  background-image: url(../flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(../flags/4x3/ge.svg); }

.flag-icon-ge.flag-icon-squared {
  background-image: url(../flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(../flags/4x3/gf.svg); }

.flag-icon-gf.flag-icon-squared {
  background-image: url(../flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(../flags/4x3/gg.svg); }

.flag-icon-gg.flag-icon-squared {
  background-image: url(../flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(../flags/4x3/gh.svg); }

.flag-icon-gh.flag-icon-squared {
  background-image: url(../flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(../flags/4x3/gi.svg); }

.flag-icon-gi.flag-icon-squared {
  background-image: url(../flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(../flags/4x3/gl.svg); }

.flag-icon-gl.flag-icon-squared {
  background-image: url(../flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(../flags/4x3/gm.svg); }

.flag-icon-gm.flag-icon-squared {
  background-image: url(../flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(../flags/4x3/gn.svg); }

.flag-icon-gn.flag-icon-squared {
  background-image: url(../flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(../flags/4x3/gp.svg); }

.flag-icon-gp.flag-icon-squared {
  background-image: url(../flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(../flags/4x3/gq.svg); }

.flag-icon-gq.flag-icon-squared {
  background-image: url(../flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(../flags/4x3/gr.svg); }

.flag-icon-gr.flag-icon-squared {
  background-image: url(../flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(../flags/4x3/gs.svg); }

.flag-icon-gs.flag-icon-squared {
  background-image: url(../flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(../flags/4x3/gt.svg); }

.flag-icon-gt.flag-icon-squared {
  background-image: url(../flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(../flags/4x3/gu.svg); }

.flag-icon-gu.flag-icon-squared {
  background-image: url(../flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(../flags/4x3/gw.svg); }

.flag-icon-gw.flag-icon-squared {
  background-image: url(../flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(../flags/4x3/gy.svg); }

.flag-icon-gy.flag-icon-squared {
  background-image: url(../flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(../flags/4x3/hk.svg); }

.flag-icon-hk.flag-icon-squared {
  background-image: url(../flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(../flags/4x3/hm.svg); }

.flag-icon-hm.flag-icon-squared {
  background-image: url(../flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(../flags/4x3/hn.svg); }

.flag-icon-hn.flag-icon-squared {
  background-image: url(../flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(../flags/4x3/hr.svg); }

.flag-icon-hr.flag-icon-squared {
  background-image: url(../flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(../flags/4x3/ht.svg); }

.flag-icon-ht.flag-icon-squared {
  background-image: url(../flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(../flags/4x3/hu.svg); }

.flag-icon-hu.flag-icon-squared {
  background-image: url(../flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(../flags/4x3/id.svg); }

.flag-icon-id.flag-icon-squared {
  background-image: url(../flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(../flags/4x3/ie.svg); }

.flag-icon-ie.flag-icon-squared {
  background-image: url(../flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(../flags/4x3/il.svg); }

.flag-icon-il.flag-icon-squared {
  background-image: url(../flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(../flags/4x3/im.svg); }

.flag-icon-im.flag-icon-squared {
  background-image: url(../flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(../flags/4x3/in.svg); }

.flag-icon-in.flag-icon-squared {
  background-image: url(../flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(../flags/4x3/io.svg); }

.flag-icon-io.flag-icon-squared {
  background-image: url(../flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(../flags/4x3/iq.svg); }

.flag-icon-iq.flag-icon-squared {
  background-image: url(../flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(../flags/4x3/ir.svg); }

.flag-icon-ir.flag-icon-squared {
  background-image: url(../flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(../flags/4x3/is.svg); }

.flag-icon-is.flag-icon-squared {
  background-image: url(../flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(../flags/4x3/it.svg); }

.flag-icon-it.flag-icon-squared {
  background-image: url(../flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(../flags/4x3/je.svg); }

.flag-icon-je.flag-icon-squared {
  background-image: url(../flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(../flags/4x3/jm.svg); }

.flag-icon-jm.flag-icon-squared {
  background-image: url(../flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(../flags/4x3/jo.svg); }

.flag-icon-jo.flag-icon-squared {
  background-image: url(../flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(../flags/4x3/jp.svg); }

.flag-icon-jp.flag-icon-squared {
  background-image: url(../flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(../flags/4x3/ke.svg); }

.flag-icon-ke.flag-icon-squared {
  background-image: url(../flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(../flags/4x3/kg.svg); }

.flag-icon-kg.flag-icon-squared {
  background-image: url(../flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(../flags/4x3/kh.svg); }

.flag-icon-kh.flag-icon-squared {
  background-image: url(../flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(../flags/4x3/ki.svg); }

.flag-icon-ki.flag-icon-squared {
  background-image: url(../flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(../flags/4x3/km.svg); }

.flag-icon-km.flag-icon-squared {
  background-image: url(../flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(../flags/4x3/kn.svg); }

.flag-icon-kn.flag-icon-squared {
  background-image: url(../flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(../flags/4x3/kp.svg); }

.flag-icon-kp.flag-icon-squared {
  background-image: url(../flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(../flags/4x3/kr.svg); }

.flag-icon-kr.flag-icon-squared {
  background-image: url(../flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(../flags/4x3/kw.svg); }

.flag-icon-kw.flag-icon-squared {
  background-image: url(../flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(../flags/4x3/ky.svg); }

.flag-icon-ky.flag-icon-squared {
  background-image: url(../flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(../flags/4x3/kz.svg); }

.flag-icon-kz.flag-icon-squared {
  background-image: url(../flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(../flags/4x3/la.svg); }

.flag-icon-la.flag-icon-squared {
  background-image: url(../flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(../flags/4x3/lb.svg); }

.flag-icon-lb.flag-icon-squared {
  background-image: url(../flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(../flags/4x3/lc.svg); }

.flag-icon-lc.flag-icon-squared {
  background-image: url(../flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(../flags/4x3/li.svg); }

.flag-icon-li.flag-icon-squared {
  background-image: url(../flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(../flags/4x3/lk.svg); }

.flag-icon-lk.flag-icon-squared {
  background-image: url(../flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(../flags/4x3/lr.svg); }

.flag-icon-lr.flag-icon-squared {
  background-image: url(../flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(../flags/4x3/ls.svg); }

.flag-icon-ls.flag-icon-squared {
  background-image: url(../flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(../flags/4x3/lt.svg); }

.flag-icon-lt.flag-icon-squared {
  background-image: url(../flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(../flags/4x3/lu.svg); }

.flag-icon-lu.flag-icon-squared {
  background-image: url(../flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(../flags/4x3/lv.svg); }

.flag-icon-lv.flag-icon-squared {
  background-image: url(../flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(../flags/4x3/ly.svg); }

.flag-icon-ly.flag-icon-squared {
  background-image: url(../flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(../flags/4x3/ma.svg); }

.flag-icon-ma.flag-icon-squared {
  background-image: url(../flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(../flags/4x3/mc.svg); }

.flag-icon-mc.flag-icon-squared {
  background-image: url(../flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(../flags/4x3/md.svg); }

.flag-icon-md.flag-icon-squared {
  background-image: url(../flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(../flags/4x3/me.svg); }

.flag-icon-me.flag-icon-squared {
  background-image: url(../flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(../flags/4x3/mf.svg); }

.flag-icon-mf.flag-icon-squared {
  background-image: url(../flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(../flags/4x3/mg.svg); }

.flag-icon-mg.flag-icon-squared {
  background-image: url(../flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(../flags/4x3/mh.svg); }

.flag-icon-mh.flag-icon-squared {
  background-image: url(../flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(../flags/4x3/mk.svg); }

.flag-icon-mk.flag-icon-squared {
  background-image: url(../flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(../flags/4x3/ml.svg); }

.flag-icon-ml.flag-icon-squared {
  background-image: url(../flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(../flags/4x3/mm.svg); }

.flag-icon-mm.flag-icon-squared {
  background-image: url(../flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(../flags/4x3/mn.svg); }

.flag-icon-mn.flag-icon-squared {
  background-image: url(../flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(../flags/4x3/mo.svg); }

.flag-icon-mo.flag-icon-squared {
  background-image: url(../flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(../flags/4x3/mp.svg); }

.flag-icon-mp.flag-icon-squared {
  background-image: url(../flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(../flags/4x3/mq.svg); }

.flag-icon-mq.flag-icon-squared {
  background-image: url(../flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(../flags/4x3/mr.svg); }

.flag-icon-mr.flag-icon-squared {
  background-image: url(../flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(../flags/4x3/ms.svg); }

.flag-icon-ms.flag-icon-squared {
  background-image: url(../flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(../flags/4x3/mt.svg); }

.flag-icon-mt.flag-icon-squared {
  background-image: url(../flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(../flags/4x3/mu.svg); }

.flag-icon-mu.flag-icon-squared {
  background-image: url(../flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(../flags/4x3/mv.svg); }

.flag-icon-mv.flag-icon-squared {
  background-image: url(../flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(../flags/4x3/mw.svg); }

.flag-icon-mw.flag-icon-squared {
  background-image: url(../flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(../flags/4x3/mx.svg); }

.flag-icon-mx.flag-icon-squared {
  background-image: url(../flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(../flags/4x3/my.svg); }

.flag-icon-my.flag-icon-squared {
  background-image: url(../flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(../flags/4x3/mz.svg); }

.flag-icon-mz.flag-icon-squared {
  background-image: url(../flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(../flags/4x3/na.svg); }

.flag-icon-na.flag-icon-squared {
  background-image: url(../flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(../flags/4x3/nc.svg); }

.flag-icon-nc.flag-icon-squared {
  background-image: url(../flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(../flags/4x3/ne.svg); }

.flag-icon-ne.flag-icon-squared {
  background-image: url(../flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(../flags/4x3/nf.svg); }

.flag-icon-nf.flag-icon-squared {
  background-image: url(../flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(../flags/4x3/ng.svg); }

.flag-icon-ng.flag-icon-squared {
  background-image: url(../flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(../flags/4x3/ni.svg); }

.flag-icon-ni.flag-icon-squared {
  background-image: url(../flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(../flags/4x3/nl.svg); }

.flag-icon-nl.flag-icon-squared {
  background-image: url(../flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(../flags/4x3/no.svg); }

.flag-icon-no.flag-icon-squared {
  background-image: url(../flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(../flags/4x3/np.svg); }

.flag-icon-np.flag-icon-squared {
  background-image: url(../flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(../flags/4x3/nr.svg); }

.flag-icon-nr.flag-icon-squared {
  background-image: url(../flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(../flags/4x3/nu.svg); }

.flag-icon-nu.flag-icon-squared {
  background-image: url(../flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(../flags/4x3/nz.svg); }

.flag-icon-nz.flag-icon-squared {
  background-image: url(../flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(../flags/4x3/om.svg); }

.flag-icon-om.flag-icon-squared {
  background-image: url(../flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(../flags/4x3/pa.svg); }

.flag-icon-pa.flag-icon-squared {
  background-image: url(../flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(../flags/4x3/pe.svg); }

.flag-icon-pe.flag-icon-squared {
  background-image: url(../flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(../flags/4x3/pf.svg); }

.flag-icon-pf.flag-icon-squared {
  background-image: url(../flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(../flags/4x3/pg.svg); }

.flag-icon-pg.flag-icon-squared {
  background-image: url(../flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(../flags/4x3/ph.svg); }

.flag-icon-ph.flag-icon-squared {
  background-image: url(../flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(../flags/4x3/pk.svg); }

.flag-icon-pk.flag-icon-squared {
  background-image: url(../flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(../flags/4x3/pl.svg); }

.flag-icon-pl.flag-icon-squared {
  background-image: url(../flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(../flags/4x3/pm.svg); }

.flag-icon-pm.flag-icon-squared {
  background-image: url(../flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(../flags/4x3/pn.svg); }

.flag-icon-pn.flag-icon-squared {
  background-image: url(../flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(../flags/4x3/pr.svg); }

.flag-icon-pr.flag-icon-squared {
  background-image: url(../flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(../flags/4x3/ps.svg); }

.flag-icon-ps.flag-icon-squared {
  background-image: url(../flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(../flags/4x3/pt.svg); }

.flag-icon-pt.flag-icon-squared {
  background-image: url(../flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(../flags/4x3/pw.svg); }

.flag-icon-pw.flag-icon-squared {
  background-image: url(../flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(../flags/4x3/py.svg); }

.flag-icon-py.flag-icon-squared {
  background-image: url(../flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(../flags/4x3/qa.svg); }

.flag-icon-qa.flag-icon-squared {
  background-image: url(../flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(../flags/4x3/re.svg); }

.flag-icon-re.flag-icon-squared {
  background-image: url(../flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(../flags/4x3/ro.svg); }

.flag-icon-ro.flag-icon-squared {
  background-image: url(../flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(../flags/4x3/rs.svg); }

.flag-icon-rs.flag-icon-squared {
  background-image: url(../flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(../flags/4x3/ru.svg); }

.flag-icon-ru.flag-icon-squared {
  background-image: url(../flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(../flags/4x3/rw.svg); }

.flag-icon-rw.flag-icon-squared {
  background-image: url(../flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(../flags/4x3/sa.svg); }

.flag-icon-sa.flag-icon-squared {
  background-image: url(../flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(../flags/4x3/sb.svg); }

.flag-icon-sb.flag-icon-squared {
  background-image: url(../flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(../flags/4x3/sc.svg); }

.flag-icon-sc.flag-icon-squared {
  background-image: url(../flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(../flags/4x3/sd.svg); }

.flag-icon-sd.flag-icon-squared {
  background-image: url(../flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(../flags/4x3/se.svg); }

.flag-icon-se.flag-icon-squared {
  background-image: url(../flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(../flags/4x3/sg.svg); }

.flag-icon-sg.flag-icon-squared {
  background-image: url(../flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(../flags/4x3/sh.svg); }

.flag-icon-sh.flag-icon-squared {
  background-image: url(../flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(../flags/4x3/si.svg); }

.flag-icon-si.flag-icon-squared {
  background-image: url(../flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(../flags/4x3/sj.svg); }

.flag-icon-sj.flag-icon-squared {
  background-image: url(../flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(../flags/4x3/sk.svg); }

.flag-icon-sk.flag-icon-squared {
  background-image: url(../flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(../flags/4x3/sl.svg); }

.flag-icon-sl.flag-icon-squared {
  background-image: url(../flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(../flags/4x3/sm.svg); }

.flag-icon-sm.flag-icon-squared {
  background-image: url(../flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(../flags/4x3/sn.svg); }

.flag-icon-sn.flag-icon-squared {
  background-image: url(../flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(../flags/4x3/so.svg); }

.flag-icon-so.flag-icon-squared {
  background-image: url(../flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(../flags/4x3/sr.svg); }

.flag-icon-sr.flag-icon-squared {
  background-image: url(../flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(../flags/4x3/ss.svg); }

.flag-icon-ss.flag-icon-squared {
  background-image: url(../flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(../flags/4x3/st.svg); }

.flag-icon-st.flag-icon-squared {
  background-image: url(../flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(../flags/4x3/sv.svg); }

.flag-icon-sv.flag-icon-squared {
  background-image: url(../flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(../flags/4x3/sx.svg); }

.flag-icon-sx.flag-icon-squared {
  background-image: url(../flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(../flags/4x3/sy.svg); }

.flag-icon-sy.flag-icon-squared {
  background-image: url(../flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(../flags/4x3/sz.svg); }

.flag-icon-sz.flag-icon-squared {
  background-image: url(../flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(../flags/4x3/tc.svg); }

.flag-icon-tc.flag-icon-squared {
  background-image: url(../flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(../flags/4x3/td.svg); }

.flag-icon-td.flag-icon-squared {
  background-image: url(../flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(../flags/4x3/tf.svg); }

.flag-icon-tf.flag-icon-squared {
  background-image: url(../flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(../flags/4x3/tg.svg); }

.flag-icon-tg.flag-icon-squared {
  background-image: url(../flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(../flags/4x3/th.svg); }

.flag-icon-th.flag-icon-squared {
  background-image: url(../flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(../flags/4x3/tj.svg); }

.flag-icon-tj.flag-icon-squared {
  background-image: url(../flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(../flags/4x3/tk.svg); }

.flag-icon-tk.flag-icon-squared {
  background-image: url(../flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(../flags/4x3/tl.svg); }

.flag-icon-tl.flag-icon-squared {
  background-image: url(../flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(../flags/4x3/tm.svg); }

.flag-icon-tm.flag-icon-squared {
  background-image: url(../flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(../flags/4x3/tn.svg); }

.flag-icon-tn.flag-icon-squared {
  background-image: url(../flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(../flags/4x3/to.svg); }

.flag-icon-to.flag-icon-squared {
  background-image: url(../flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(../flags/4x3/tr.svg); }

.flag-icon-tr.flag-icon-squared {
  background-image: url(../flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(../flags/4x3/tt.svg); }

.flag-icon-tt.flag-icon-squared {
  background-image: url(../flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(../flags/4x3/tv.svg); }

.flag-icon-tv.flag-icon-squared {
  background-image: url(../flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(../flags/4x3/tw.svg); }

.flag-icon-tw.flag-icon-squared {
  background-image: url(../flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(../flags/4x3/tz.svg); }

.flag-icon-tz.flag-icon-squared {
  background-image: url(../flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(../flags/4x3/ua.svg); }

.flag-icon-ua.flag-icon-squared {
  background-image: url(../flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(../flags/4x3/ug.svg); }

.flag-icon-ug.flag-icon-squared {
  background-image: url(../flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(../flags/4x3/um.svg); }

.flag-icon-um.flag-icon-squared {
  background-image: url(../flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(../flags/4x3/us.svg); }

.flag-icon-us.flag-icon-squared {
  background-image: url(../flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(../flags/4x3/uy.svg); }

.flag-icon-uy.flag-icon-squared {
  background-image: url(../flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(../flags/4x3/uz.svg); }

.flag-icon-uz.flag-icon-squared {
  background-image: url(../flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(../flags/4x3/va.svg); }

.flag-icon-va.flag-icon-squared {
  background-image: url(../flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(../flags/4x3/vc.svg); }

.flag-icon-vc.flag-icon-squared {
  background-image: url(../flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(../flags/4x3/ve.svg); }

.flag-icon-ve.flag-icon-squared {
  background-image: url(../flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(../flags/4x3/vg.svg); }

.flag-icon-vg.flag-icon-squared {
  background-image: url(../flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(../flags/4x3/vi.svg); }

.flag-icon-vi.flag-icon-squared {
  background-image: url(../flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(../flags/4x3/vn.svg); }

.flag-icon-vn.flag-icon-squared {
  background-image: url(../flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(../flags/4x3/vu.svg); }

.flag-icon-vu.flag-icon-squared {
  background-image: url(../flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(../flags/4x3/wf.svg); }

.flag-icon-wf.flag-icon-squared {
  background-image: url(../flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(../flags/4x3/ws.svg); }

.flag-icon-ws.flag-icon-squared {
  background-image: url(../flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(../flags/4x3/ye.svg); }

.flag-icon-ye.flag-icon-squared {
  background-image: url(../flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(../flags/4x3/yt.svg); }

.flag-icon-yt.flag-icon-squared {
  background-image: url(../flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(../flags/4x3/za.svg); }

.flag-icon-za.flag-icon-squared {
  background-image: url(../flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(../flags/4x3/zm.svg); }

.flag-icon-zm.flag-icon-squared {
  background-image: url(../flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(../flags/4x3/zw.svg); }

.flag-icon-zw.flag-icon-squared {
  background-image: url(../flags/1x1/zw.svg); }

.flag-icon-es-ct {
  background-image: url(../flags/4x3/es-ct.svg); }

.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../flags/1x1/es-ct.svg); }

.flag-icon-eu {
  background-image: url(../flags/4x3/eu.svg); }

.flag-icon-eu.flag-icon-squared {
  background-image: url(../flags/1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(../flags/4x3/gb-eng.svg); }

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../flags/1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(../flags/4x3/gb-nir.svg); }

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../flags/1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(../flags/4x3/gb-sct.svg); }

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../flags/1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(../flags/4x3/gb-wls.svg); }

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../flags/1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(../flags/4x3/un.svg); }

.flag-icon-un.flag-icon-squared {
  background-image: url(../flags/1x1/un.svg); }

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=2.0.46");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=2.0.46") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=2.0.46") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=2.0.46") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=2.0.46") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=2.0.46#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mdi-access-point:before {
  content: "\F002"; }

.mdi-access-point-network:before {
  content: "\F003"; }

.mdi-account:before {
  content: "\F004"; }

.mdi-account-alert:before {
  content: "\F005"; }

.mdi-account-box:before {
  content: "\F006"; }

.mdi-account-box-outline:before {
  content: "\F007"; }

.mdi-account-card-details:before {
  content: "\F5D2"; }

.mdi-account-check:before {
  content: "\F008"; }

.mdi-account-circle:before {
  content: "\F009"; }

.mdi-account-convert:before {
  content: "\F00A"; }

.mdi-account-edit:before {
  content: "\F6BB"; }

.mdi-account-key:before {
  content: "\F00B"; }

.mdi-account-location:before {
  content: "\F00C"; }

.mdi-account-minus:before {
  content: "\F00D"; }

.mdi-account-multiple:before {
  content: "\F00E"; }

.mdi-account-multiple-minus:before {
  content: "\F5D3"; }

.mdi-account-multiple-outline:before {
  content: "\F00F"; }

.mdi-account-multiple-plus:before {
  content: "\F010"; }

.mdi-account-network:before {
  content: "\F011"; }

.mdi-account-off:before {
  content: "\F012"; }

.mdi-account-outline:before {
  content: "\F013"; }

.mdi-account-plus:before {
  content: "\F014"; }

.mdi-account-remove:before {
  content: "\F015"; }

.mdi-account-search:before {
  content: "\F016"; }

.mdi-account-settings:before {
  content: "\F630"; }

.mdi-account-settings-variant:before {
  content: "\F631"; }

.mdi-account-star:before {
  content: "\F017"; }

.mdi-account-switch:before {
  content: "\F019"; }

.mdi-adjust:before {
  content: "\F01A"; }

.mdi-air-conditioner:before {
  content: "\F01B"; }

.mdi-airballoon:before {
  content: "\F01C"; }

.mdi-airplane:before {
  content: "\F01D"; }

.mdi-airplane-landing:before {
  content: "\F5D4"; }

.mdi-airplane-off:before {
  content: "\F01E"; }

.mdi-airplane-takeoff:before {
  content: "\F5D5"; }

.mdi-airplay:before {
  content: "\F01F"; }

.mdi-alarm:before {
  content: "\F020"; }

.mdi-alarm-bell:before {
  content: "\F78D"; }

.mdi-alarm-check:before {
  content: "\F021"; }

.mdi-alarm-light:before {
  content: "\F78E"; }

.mdi-alarm-multiple:before {
  content: "\F022"; }

.mdi-alarm-off:before {
  content: "\F023"; }

.mdi-alarm-plus:before {
  content: "\F024"; }

.mdi-alarm-snooze:before {
  content: "\F68D"; }

.mdi-album:before {
  content: "\F025"; }

.mdi-alert:before {
  content: "\F026"; }

.mdi-alert-box:before {
  content: "\F027"; }

.mdi-alert-circle:before {
  content: "\F028"; }

.mdi-alert-circle-outline:before {
  content: "\F5D6"; }

.mdi-alert-decagram:before {
  content: "\F6BC"; }

.mdi-alert-octagon:before {
  content: "\F029"; }

.mdi-alert-octagram:before {
  content: "\F766"; }

.mdi-alert-outline:before {
  content: "\F02A"; }

.mdi-all-inclusive:before {
  content: "\F6BD"; }

.mdi-alpha:before {
  content: "\F02B"; }

.mdi-alphabetical:before {
  content: "\F02C"; }

.mdi-altimeter:before {
  content: "\F5D7"; }

.mdi-amazon:before {
  content: "\F02D"; }

.mdi-amazon-clouddrive:before {
  content: "\F02E"; }

.mdi-ambulance:before {
  content: "\F02F"; }

.mdi-amplifier:before {
  content: "\F030"; }

.mdi-anchor:before {
  content: "\F031"; }

.mdi-android:before {
  content: "\F032"; }

.mdi-android-debug-bridge:before {
  content: "\F033"; }

.mdi-android-head:before {
  content: "\F78F"; }

.mdi-android-studio:before {
  content: "\F034"; }

.mdi-angular:before {
  content: "\F6B1"; }

.mdi-angularjs:before {
  content: "\F6BE"; }

.mdi-animation:before {
  content: "\F5D8"; }

.mdi-apple:before {
  content: "\F035"; }

.mdi-apple-finder:before {
  content: "\F036"; }

.mdi-apple-ios:before {
  content: "\F037"; }

.mdi-apple-keyboard-caps:before {
  content: "\F632"; }

.mdi-apple-keyboard-command:before {
  content: "\F633"; }

.mdi-apple-keyboard-control:before {
  content: "\F634"; }

.mdi-apple-keyboard-option:before {
  content: "\F635"; }

.mdi-apple-keyboard-shift:before {
  content: "\F636"; }

.mdi-apple-mobileme:before {
  content: "\F038"; }

.mdi-apple-safari:before {
  content: "\F039"; }

.mdi-application:before {
  content: "\F614"; }

.mdi-approval:before {
  content: "\F790"; }

.mdi-apps:before {
  content: "\F03B"; }

.mdi-archive:before {
  content: "\F03C"; }

.mdi-arrange-bring-forward:before {
  content: "\F03D"; }

.mdi-arrange-bring-to-front:before {
  content: "\F03E"; }

.mdi-arrange-send-backward:before {
  content: "\F03F"; }

.mdi-arrange-send-to-back:before {
  content: "\F040"; }

.mdi-arrow-all:before {
  content: "\F041"; }

.mdi-arrow-bottom-left:before {
  content: "\F042"; }

.mdi-arrow-bottom-right:before {
  content: "\F043"; }

.mdi-arrow-collapse:before {
  content: "\F615"; }

.mdi-arrow-collapse-all:before {
  content: "\F044"; }

.mdi-arrow-collapse-down:before {
  content: "\F791"; }

.mdi-arrow-collapse-left:before {
  content: "\F792"; }

.mdi-arrow-collapse-right:before {
  content: "\F793"; }

.mdi-arrow-collapse-up:before {
  content: "\F794"; }

.mdi-arrow-down:before {
  content: "\F045"; }

.mdi-arrow-down-bold:before {
  content: "\F72D"; }

.mdi-arrow-down-bold-box:before {
  content: "\F72E"; }

.mdi-arrow-down-bold-box-outline:before {
  content: "\F72F"; }

.mdi-arrow-down-bold-circle:before {
  content: "\F047"; }

.mdi-arrow-down-bold-circle-outline:before {
  content: "\F048"; }

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\F049"; }

.mdi-arrow-down-box:before {
  content: "\F6BF"; }

.mdi-arrow-down-drop-circle:before {
  content: "\F04A"; }

.mdi-arrow-down-drop-circle-outline:before {
  content: "\F04B"; }

.mdi-arrow-down-thick:before {
  content: "\F046"; }

.mdi-arrow-expand:before {
  content: "\F616"; }

.mdi-arrow-expand-all:before {
  content: "\F04C"; }

.mdi-arrow-expand-down:before {
  content: "\F795"; }

.mdi-arrow-expand-left:before {
  content: "\F796"; }

.mdi-arrow-expand-right:before {
  content: "\F797"; }

.mdi-arrow-expand-up:before {
  content: "\F798"; }

.mdi-arrow-left:before {
  content: "\F04D"; }

.mdi-arrow-left-bold:before {
  content: "\F730"; }

.mdi-arrow-left-bold-box:before {
  content: "\F731"; }

.mdi-arrow-left-bold-box-outline:before {
  content: "\F732"; }

.mdi-arrow-left-bold-circle:before {
  content: "\F04F"; }

.mdi-arrow-left-bold-circle-outline:before {
  content: "\F050"; }

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\F051"; }

.mdi-arrow-left-box:before {
  content: "\F6C0"; }

.mdi-arrow-left-drop-circle:before {
  content: "\F052"; }

.mdi-arrow-left-drop-circle-outline:before {
  content: "\F053"; }

.mdi-arrow-left-thick:before {
  content: "\F04E"; }

.mdi-arrow-right:before {
  content: "\F054"; }

.mdi-arrow-right-bold:before {
  content: "\F733"; }

.mdi-arrow-right-bold-box:before {
  content: "\F734"; }

.mdi-arrow-right-bold-box-outline:before {
  content: "\F735"; }

.mdi-arrow-right-bold-circle:before {
  content: "\F056"; }

.mdi-arrow-right-bold-circle-outline:before {
  content: "\F057"; }

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\F058"; }

.mdi-arrow-right-box:before {
  content: "\F6C1"; }

.mdi-arrow-right-drop-circle:before {
  content: "\F059"; }

.mdi-arrow-right-drop-circle-outline:before {
  content: "\F05A"; }

.mdi-arrow-right-thick:before {
  content: "\F055"; }

.mdi-arrow-top-left:before {
  content: "\F05B"; }

.mdi-arrow-top-right:before {
  content: "\F05C"; }

.mdi-arrow-up:before {
  content: "\F05D"; }

.mdi-arrow-up-bold:before {
  content: "\F736"; }

.mdi-arrow-up-bold-box:before {
  content: "\F737"; }

.mdi-arrow-up-bold-box-outline:before {
  content: "\F738"; }

.mdi-arrow-up-bold-circle:before {
  content: "\F05F"; }

.mdi-arrow-up-bold-circle-outline:before {
  content: "\F060"; }

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\F061"; }

.mdi-arrow-up-box:before {
  content: "\F6C2"; }

.mdi-arrow-up-drop-circle:before {
  content: "\F062"; }

.mdi-arrow-up-drop-circle-outline:before {
  content: "\F063"; }

.mdi-arrow-up-thick:before {
  content: "\F05E"; }

.mdi-assistant:before {
  content: "\F064"; }

.mdi-asterisk:before {
  content: "\F6C3"; }

.mdi-at:before {
  content: "\F065"; }

.mdi-atom:before {
  content: "\F767"; }

.mdi-attachment:before {
  content: "\F066"; }

.mdi-audiobook:before {
  content: "\F067"; }

.mdi-auto-fix:before {
  content: "\F068"; }

.mdi-auto-upload:before {
  content: "\F069"; }

.mdi-autorenew:before {
  content: "\F06A"; }

.mdi-av-timer:before {
  content: "\F06B"; }

.mdi-baby:before {
  content: "\F06C"; }

.mdi-baby-buggy:before {
  content: "\F68E"; }

.mdi-backburger:before {
  content: "\F06D"; }

.mdi-backspace:before {
  content: "\F06E"; }

.mdi-backup-restore:before {
  content: "\F06F"; }

.mdi-bandcamp:before {
  content: "\F674"; }

.mdi-bank:before {
  content: "\F070"; }

.mdi-barcode:before {
  content: "\F071"; }

.mdi-barcode-scan:before {
  content: "\F072"; }

.mdi-barley:before {
  content: "\F073"; }

.mdi-barrel:before {
  content: "\F074"; }

.mdi-basecamp:before {
  content: "\F075"; }

.mdi-basket:before {
  content: "\F076"; }

.mdi-basket-fill:before {
  content: "\F077"; }

.mdi-basket-unfill:before {
  content: "\F078"; }

.mdi-battery:before {
  content: "\F079"; }

.mdi-battery-10:before {
  content: "\F07A"; }

.mdi-battery-20:before {
  content: "\F07B"; }

.mdi-battery-30:before {
  content: "\F07C"; }

.mdi-battery-40:before {
  content: "\F07D"; }

.mdi-battery-50:before {
  content: "\F07E"; }

.mdi-battery-60:before {
  content: "\F07F"; }

.mdi-battery-70:before {
  content: "\F080"; }

.mdi-battery-80:before {
  content: "\F081"; }

.mdi-battery-90:before {
  content: "\F082"; }

.mdi-battery-alert:before {
  content: "\F083"; }

.mdi-battery-charging:before {
  content: "\F084"; }

.mdi-battery-charging-100:before {
  content: "\F085"; }

.mdi-battery-charging-20:before {
  content: "\F086"; }

.mdi-battery-charging-30:before {
  content: "\F087"; }

.mdi-battery-charging-40:before {
  content: "\F088"; }

.mdi-battery-charging-60:before {
  content: "\F089"; }

.mdi-battery-charging-80:before {
  content: "\F08A"; }

.mdi-battery-charging-90:before {
  content: "\F08B"; }

.mdi-battery-minus:before {
  content: "\F08C"; }

.mdi-battery-negative:before {
  content: "\F08D"; }

.mdi-battery-outline:before {
  content: "\F08E"; }

.mdi-battery-plus:before {
  content: "\F08F"; }

.mdi-battery-positive:before {
  content: "\F090"; }

.mdi-battery-unknown:before {
  content: "\F091"; }

.mdi-beach:before {
  content: "\F092"; }

.mdi-beaker:before {
  content: "\F68F"; }

.mdi-beats:before {
  content: "\F097"; }

.mdi-beer:before {
  content: "\F098"; }

.mdi-behance:before {
  content: "\F099"; }

.mdi-bell:before {
  content: "\F09A"; }

.mdi-bell-off:before {
  content: "\F09B"; }

.mdi-bell-outline:before {
  content: "\F09C"; }

.mdi-bell-plus:before {
  content: "\F09D"; }

.mdi-bell-ring:before {
  content: "\F09E"; }

.mdi-bell-ring-outline:before {
  content: "\F09F"; }

.mdi-bell-sleep:before {
  content: "\F0A0"; }

.mdi-beta:before {
  content: "\F0A1"; }

.mdi-bible:before {
  content: "\F0A2"; }

.mdi-bike:before {
  content: "\F0A3"; }

.mdi-bing:before {
  content: "\F0A4"; }

.mdi-binoculars:before {
  content: "\F0A5"; }

.mdi-bio:before {
  content: "\F0A6"; }

.mdi-biohazard:before {
  content: "\F0A7"; }

.mdi-bitbucket:before {
  content: "\F0A8"; }

.mdi-black-mesa:before {
  content: "\F0A9"; }

.mdi-blackberry:before {
  content: "\F0AA"; }

.mdi-blender:before {
  content: "\F0AB"; }

.mdi-blinds:before {
  content: "\F0AC"; }

.mdi-block-helper:before {
  content: "\F0AD"; }

.mdi-blogger:before {
  content: "\F0AE"; }

.mdi-bluetooth:before {
  content: "\F0AF"; }

.mdi-bluetooth-audio:before {
  content: "\F0B0"; }

.mdi-bluetooth-connect:before {
  content: "\F0B1"; }

.mdi-bluetooth-off:before {
  content: "\F0B2"; }

.mdi-bluetooth-settings:before {
  content: "\F0B3"; }

.mdi-bluetooth-transfer:before {
  content: "\F0B4"; }

.mdi-blur:before {
  content: "\F0B5"; }

.mdi-blur-linear:before {
  content: "\F0B6"; }

.mdi-blur-off:before {
  content: "\F0B7"; }

.mdi-blur-radial:before {
  content: "\F0B8"; }

.mdi-bomb:before {
  content: "\F690"; }

.mdi-bomb-off:before {
  content: "\F6C4"; }

.mdi-bone:before {
  content: "\F0B9"; }

.mdi-book:before {
  content: "\F0BA"; }

.mdi-book-minus:before {
  content: "\F5D9"; }

.mdi-book-multiple:before {
  content: "\F0BB"; }

.mdi-book-multiple-variant:before {
  content: "\F0BC"; }

.mdi-book-open:before {
  content: "\F0BD"; }

.mdi-book-open-page-variant:before {
  content: "\F5DA"; }

.mdi-book-open-variant:before {
  content: "\F0BE"; }

.mdi-book-plus:before {
  content: "\F5DB"; }

.mdi-book-secure:before {
  content: "\F799"; }

.mdi-book-unsecure:before {
  content: "\F79A"; }

.mdi-book-variant:before {
  content: "\F0BF"; }

.mdi-bookmark:before {
  content: "\F0C0"; }

.mdi-bookmark-check:before {
  content: "\F0C1"; }

.mdi-bookmark-music:before {
  content: "\F0C2"; }

.mdi-bookmark-outline:before {
  content: "\F0C3"; }

.mdi-bookmark-plus:before {
  content: "\F0C5"; }

.mdi-bookmark-plus-outline:before {
  content: "\F0C4"; }

.mdi-bookmark-remove:before {
  content: "\F0C6"; }

.mdi-boombox:before {
  content: "\F5DC"; }

.mdi-bootstrap:before {
  content: "\F6C5"; }

.mdi-border-all:before {
  content: "\F0C7"; }

.mdi-border-bottom:before {
  content: "\F0C8"; }

.mdi-border-color:before {
  content: "\F0C9"; }

.mdi-border-horizontal:before {
  content: "\F0CA"; }

.mdi-border-inside:before {
  content: "\F0CB"; }

.mdi-border-left:before {
  content: "\F0CC"; }

.mdi-border-none:before {
  content: "\F0CD"; }

.mdi-border-outside:before {
  content: "\F0CE"; }

.mdi-border-right:before {
  content: "\F0CF"; }

.mdi-border-style:before {
  content: "\F0D0"; }

.mdi-border-top:before {
  content: "\F0D1"; }

.mdi-border-vertical:before {
  content: "\F0D2"; }

.mdi-bow-tie:before {
  content: "\F677"; }

.mdi-bowl:before {
  content: "\F617"; }

.mdi-bowling:before {
  content: "\F0D3"; }

.mdi-box:before {
  content: "\F0D4"; }

.mdi-box-cutter:before {
  content: "\F0D5"; }

.mdi-box-shadow:before {
  content: "\F637"; }

.mdi-bridge:before {
  content: "\F618"; }

.mdi-briefcase:before {
  content: "\F0D6"; }

.mdi-briefcase-check:before {
  content: "\F0D7"; }

.mdi-briefcase-download:before {
  content: "\F0D8"; }

.mdi-briefcase-upload:before {
  content: "\F0D9"; }

.mdi-brightness-1:before {
  content: "\F0DA"; }

.mdi-brightness-2:before {
  content: "\F0DB"; }

.mdi-brightness-3:before {
  content: "\F0DC"; }

.mdi-brightness-4:before {
  content: "\F0DD"; }

.mdi-brightness-5:before {
  content: "\F0DE"; }

.mdi-brightness-6:before {
  content: "\F0DF"; }

.mdi-brightness-7:before {
  content: "\F0E0"; }

.mdi-brightness-auto:before {
  content: "\F0E1"; }

.mdi-broom:before {
  content: "\F0E2"; }

.mdi-brush:before {
  content: "\F0E3"; }

.mdi-buffer:before {
  content: "\F619"; }

.mdi-bug:before {
  content: "\F0E4"; }

.mdi-bulletin-board:before {
  content: "\F0E5"; }

.mdi-bullhorn:before {
  content: "\F0E6"; }

.mdi-bullseye:before {
  content: "\F5DD"; }

.mdi-burst-mode:before {
  content: "\F5DE"; }

.mdi-bus:before {
  content: "\F0E7"; }

.mdi-bus-articulated-end:before {
  content: "\F79B"; }

.mdi-bus-articulated-front:before {
  content: "\F79C"; }

.mdi-bus-double-decker:before {
  content: "\F79D"; }

.mdi-bus-school:before {
  content: "\F79E"; }

.mdi-bus-side:before {
  content: "\F79F"; }

.mdi-cached:before {
  content: "\F0E8"; }

.mdi-cake:before {
  content: "\F0E9"; }

.mdi-cake-layered:before {
  content: "\F0EA"; }

.mdi-cake-variant:before {
  content: "\F0EB"; }

.mdi-calculator:before {
  content: "\F0EC"; }

.mdi-calendar:before {
  content: "\F0ED"; }

.mdi-calendar-blank:before {
  content: "\F0EE"; }

.mdi-calendar-check:before {
  content: "\F0EF"; }

.mdi-calendar-clock:before {
  content: "\F0F0"; }

.mdi-calendar-multiple:before {
  content: "\F0F1"; }

.mdi-calendar-multiple-check:before {
  content: "\F0F2"; }

.mdi-calendar-plus:before {
  content: "\F0F3"; }

.mdi-calendar-question:before {
  content: "\F691"; }

.mdi-calendar-range:before {
  content: "\F678"; }

.mdi-calendar-remove:before {
  content: "\F0F4"; }

.mdi-calendar-text:before {
  content: "\F0F5"; }

.mdi-calendar-today:before {
  content: "\F0F6"; }

.mdi-call-made:before {
  content: "\F0F7"; }

.mdi-call-merge:before {
  content: "\F0F8"; }

.mdi-call-missed:before {
  content: "\F0F9"; }

.mdi-call-received:before {
  content: "\F0FA"; }

.mdi-call-split:before {
  content: "\F0FB"; }

.mdi-camcorder:before {
  content: "\F0FC"; }

.mdi-camcorder-box:before {
  content: "\F0FD"; }

.mdi-camcorder-box-off:before {
  content: "\F0FE"; }

.mdi-camcorder-off:before {
  content: "\F0FF"; }

.mdi-camera:before {
  content: "\F100"; }

.mdi-camera-burst:before {
  content: "\F692"; }

.mdi-camera-enhance:before {
  content: "\F101"; }

.mdi-camera-front:before {
  content: "\F102"; }

.mdi-camera-front-variant:before {
  content: "\F103"; }

.mdi-camera-gopro:before {
  content: "\F7A0"; }

.mdi-camera-iris:before {
  content: "\F104"; }

.mdi-camera-metering-center:before {
  content: "\F7A1"; }

.mdi-camera-metering-matrix:before {
  content: "\F7A2"; }

.mdi-camera-metering-partial:before {
  content: "\F7A3"; }

.mdi-camera-metering-spot:before {
  content: "\F7A4"; }

.mdi-camera-off:before {
  content: "\F5DF"; }

.mdi-camera-party-mode:before {
  content: "\F105"; }

.mdi-camera-rear:before {
  content: "\F106"; }

.mdi-camera-rear-variant:before {
  content: "\F107"; }

.mdi-camera-switch:before {
  content: "\F108"; }

.mdi-camera-timer:before {
  content: "\F109"; }

.mdi-cancel:before {
  content: "\F739"; }

.mdi-candle:before {
  content: "\F5E2"; }

.mdi-candycane:before {
  content: "\F10A"; }

.mdi-cannabis:before {
  content: "\F7A5"; }

.mdi-car:before {
  content: "\F10B"; }

.mdi-car-battery:before {
  content: "\F10C"; }

.mdi-car-connected:before {
  content: "\F10D"; }

.mdi-car-convertable:before {
  content: "\F7A6"; }

.mdi-car-estate:before {
  content: "\F7A7"; }

.mdi-car-hatchback:before {
  content: "\F7A8"; }

.mdi-car-pickup:before {
  content: "\F7A9"; }

.mdi-car-side:before {
  content: "\F7AA"; }

.mdi-car-sports:before {
  content: "\F7AB"; }

.mdi-car-wash:before {
  content: "\F10E"; }

.mdi-caravan:before {
  content: "\F7AC"; }

.mdi-cards:before {
  content: "\F638"; }

.mdi-cards-outline:before {
  content: "\F639"; }

.mdi-cards-playing-outline:before {
  content: "\F63A"; }

.mdi-cards-variant:before {
  content: "\F6C6"; }

.mdi-carrot:before {
  content: "\F10F"; }

.mdi-cart:before {
  content: "\F110"; }

.mdi-cart-off:before {
  content: "\F66B"; }

.mdi-cart-outline:before {
  content: "\F111"; }

.mdi-cart-plus:before {
  content: "\F112"; }

.mdi-case-sensitive-alt:before {
  content: "\F113"; }

.mdi-cash:before {
  content: "\F114"; }

.mdi-cash-100:before {
  content: "\F115"; }

.mdi-cash-multiple:before {
  content: "\F116"; }

.mdi-cash-usd:before {
  content: "\F117"; }

.mdi-cast:before {
  content: "\F118"; }

.mdi-cast-connected:before {
  content: "\F119"; }

.mdi-cast-off:before {
  content: "\F789"; }

.mdi-castle:before {
  content: "\F11A"; }

.mdi-cat:before {
  content: "\F11B"; }

.mdi-cctv:before {
  content: "\F7AD"; }

.mdi-ceiling-light:before {
  content: "\F768"; }

.mdi-cellphone:before {
  content: "\F11C"; }

.mdi-cellphone-android:before {
  content: "\F11D"; }

.mdi-cellphone-basic:before {
  content: "\F11E"; }

.mdi-cellphone-dock:before {
  content: "\F11F"; }

.mdi-cellphone-iphone:before {
  content: "\F120"; }

.mdi-cellphone-link:before {
  content: "\F121"; }

.mdi-cellphone-link-off:before {
  content: "\F122"; }

.mdi-cellphone-settings:before {
  content: "\F123"; }

.mdi-certificate:before {
  content: "\F124"; }

.mdi-chair-school:before {
  content: "\F125"; }

.mdi-chart-arc:before {
  content: "\F126"; }

.mdi-chart-areaspline:before {
  content: "\F127"; }

.mdi-chart-bar:before {
  content: "\F128"; }

.mdi-chart-bar-stacked:before {
  content: "\F769"; }

.mdi-chart-bubble:before {
  content: "\F5E3"; }

.mdi-chart-donut:before {
  content: "\F7AE"; }

.mdi-chart-donut-variant:before {
  content: "\F7AF"; }

.mdi-chart-gantt:before {
  content: "\F66C"; }

.mdi-chart-histogram:before {
  content: "\F129"; }

.mdi-chart-line:before {
  content: "\F12A"; }

.mdi-chart-line-stacked:before {
  content: "\F76A"; }

.mdi-chart-line-variant:before {
  content: "\F7B0"; }

.mdi-chart-pie:before {
  content: "\F12B"; }

.mdi-chart-scatterplot-hexbin:before {
  content: "\F66D"; }

.mdi-chart-timeline:before {
  content: "\F66E"; }

.mdi-check:before {
  content: "\F12C"; }

.mdi-check-all:before {
  content: "\F12D"; }

.mdi-check-circle:before {
  content: "\F5E0"; }

.mdi-check-circle-outline:before {
  content: "\F5E1"; }

.mdi-checkbox-blank:before {
  content: "\F12E"; }

.mdi-checkbox-blank-circle:before {
  content: "\F12F"; }

.mdi-checkbox-blank-circle-outline:before {
  content: "\F130"; }

.mdi-checkbox-blank-outline:before {
  content: "\F131"; }

.mdi-checkbox-marked:before {
  content: "\F132"; }

.mdi-checkbox-marked-circle:before {
  content: "\F133"; }

.mdi-checkbox-marked-circle-outline:before {
  content: "\F134"; }

.mdi-checkbox-marked-outline:before {
  content: "\F135"; }

.mdi-checkbox-multiple-blank:before {
  content: "\F136"; }

.mdi-checkbox-multiple-blank-circle:before {
  content: "\F63B"; }

.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\F63C"; }

.mdi-checkbox-multiple-blank-outline:before {
  content: "\F137"; }

.mdi-checkbox-multiple-marked:before {
  content: "\F138"; }

.mdi-checkbox-multiple-marked-circle:before {
  content: "\F63D"; }

.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\F63E"; }

.mdi-checkbox-multiple-marked-outline:before {
  content: "\F139"; }

.mdi-checkerboard:before {
  content: "\F13A"; }

.mdi-chemical-weapon:before {
  content: "\F13B"; }

.mdi-chevron-double-down:before {
  content: "\F13C"; }

.mdi-chevron-double-left:before {
  content: "\F13D"; }

.mdi-chevron-double-right:before {
  content: "\F13E"; }

.mdi-chevron-double-up:before {
  content: "\F13F"; }

.mdi-chevron-down:before {
  content: "\F140"; }

.mdi-chevron-left:before {
  content: "\F141"; }

.mdi-chevron-right:before {
  content: "\F142"; }

.mdi-chevron-up:before {
  content: "\F143"; }

.mdi-chili-hot:before {
  content: "\F7B1"; }

.mdi-chili-medium:before {
  content: "\F7B2"; }

.mdi-chili-mild:before {
  content: "\F7B3"; }

.mdi-chip:before {
  content: "\F61A"; }

.mdi-church:before {
  content: "\F144"; }

.mdi-circle:before {
  content: "\F764"; }

.mdi-circle-outline:before {
  content: "\F765"; }

.mdi-cisco-webex:before {
  content: "\F145"; }

.mdi-city:before {
  content: "\F146"; }

.mdi-clipboard:before {
  content: "\F147"; }

.mdi-clipboard-account:before {
  content: "\F148"; }

.mdi-clipboard-alert:before {
  content: "\F149"; }

.mdi-clipboard-arrow-down:before {
  content: "\F14A"; }

.mdi-clipboard-arrow-left:before {
  content: "\F14B"; }

.mdi-clipboard-check:before {
  content: "\F14C"; }

.mdi-clipboard-flow:before {
  content: "\F6C7"; }

.mdi-clipboard-outline:before {
  content: "\F14D"; }

.mdi-clipboard-plus:before {
  content: "\F750"; }

.mdi-clipboard-text:before {
  content: "\F14E"; }

.mdi-clippy:before {
  content: "\F14F"; }

.mdi-clock:before {
  content: "\F150"; }

.mdi-clock-alert:before {
  content: "\F5CE"; }

.mdi-clock-end:before {
  content: "\F151"; }

.mdi-clock-fast:before {
  content: "\F152"; }

.mdi-clock-in:before {
  content: "\F153"; }

.mdi-clock-out:before {
  content: "\F154"; }

.mdi-clock-start:before {
  content: "\F155"; }

.mdi-close:before {
  content: "\F156"; }

.mdi-close-box:before {
  content: "\F157"; }

.mdi-close-box-outline:before {
  content: "\F158"; }

.mdi-close-circle:before {
  content: "\F159"; }

.mdi-close-circle-outline:before {
  content: "\F15A"; }

.mdi-close-network:before {
  content: "\F15B"; }

.mdi-close-octagon:before {
  content: "\F15C"; }

.mdi-close-octagon-outline:before {
  content: "\F15D"; }

.mdi-close-outline:before {
  content: "\F6C8"; }

.mdi-closed-caption:before {
  content: "\F15E"; }

.mdi-cloud:before {
  content: "\F15F"; }

.mdi-cloud-braces:before {
  content: "\F7B4"; }

.mdi-cloud-check:before {
  content: "\F160"; }

.mdi-cloud-circle:before {
  content: "\F161"; }

.mdi-cloud-download:before {
  content: "\F162"; }

.mdi-cloud-off-outline:before {
  content: "\F164"; }

.mdi-cloud-outline:before {
  content: "\F163"; }

.mdi-cloud-print:before {
  content: "\F165"; }

.mdi-cloud-print-outline:before {
  content: "\F166"; }

.mdi-cloud-sync:before {
  content: "\F63F"; }

.mdi-cloud-tags:before {
  content: "\F7B5"; }

.mdi-cloud-upload:before {
  content: "\F167"; }

.mdi-code-array:before {
  content: "\F168"; }

.mdi-code-braces:before {
  content: "\F169"; }

.mdi-code-brackets:before {
  content: "\F16A"; }

.mdi-code-equal:before {
  content: "\F16B"; }

.mdi-code-greater-than:before {
  content: "\F16C"; }

.mdi-code-greater-than-or-equal:before {
  content: "\F16D"; }

.mdi-code-less-than:before {
  content: "\F16E"; }

.mdi-code-less-than-or-equal:before {
  content: "\F16F"; }

.mdi-code-not-equal:before {
  content: "\F170"; }

.mdi-code-not-equal-variant:before {
  content: "\F171"; }

.mdi-code-parentheses:before {
  content: "\F172"; }

.mdi-code-string:before {
  content: "\F173"; }

.mdi-code-tags:before {
  content: "\F174"; }

.mdi-code-tags-check:before {
  content: "\F693"; }

.mdi-codepen:before {
  content: "\F175"; }

.mdi-coffee:before {
  content: "\F176"; }

.mdi-coffee-outline:before {
  content: "\F6C9"; }

.mdi-coffee-to-go:before {
  content: "\F177"; }

.mdi-coin:before {
  content: "\F178"; }

.mdi-coins:before {
  content: "\F694"; }

.mdi-collage:before {
  content: "\F640"; }

.mdi-color-helper:before {
  content: "\F179"; }

.mdi-comment:before {
  content: "\F17A"; }

.mdi-comment-account:before {
  content: "\F17B"; }

.mdi-comment-account-outline:before {
  content: "\F17C"; }

.mdi-comment-alert:before {
  content: "\F17D"; }

.mdi-comment-alert-outline:before {
  content: "\F17E"; }

.mdi-comment-check:before {
  content: "\F17F"; }

.mdi-comment-check-outline:before {
  content: "\F180"; }

.mdi-comment-multiple-outline:before {
  content: "\F181"; }

.mdi-comment-outline:before {
  content: "\F182"; }

.mdi-comment-plus-outline:before {
  content: "\F183"; }

.mdi-comment-processing:before {
  content: "\F184"; }

.mdi-comment-processing-outline:before {
  content: "\F185"; }

.mdi-comment-question-outline:before {
  content: "\F186"; }

.mdi-comment-remove-outline:before {
  content: "\F187"; }

.mdi-comment-text:before {
  content: "\F188"; }

.mdi-comment-text-outline:before {
  content: "\F189"; }

.mdi-compare:before {
  content: "\F18A"; }

.mdi-compass:before {
  content: "\F18B"; }

.mdi-compass-outline:before {
  content: "\F18C"; }

.mdi-console:before {
  content: "\F18D"; }

.mdi-console-line:before {
  content: "\F7B6"; }

.mdi-contact-mail:before {
  content: "\F18E"; }

.mdi-contacts:before {
  content: "\F6CA"; }

.mdi-content-copy:before {
  content: "\F18F"; }

.mdi-content-cut:before {
  content: "\F190"; }

.mdi-content-duplicate:before {
  content: "\F191"; }

.mdi-content-paste:before {
  content: "\F192"; }

.mdi-content-save:before {
  content: "\F193"; }

.mdi-content-save-all:before {
  content: "\F194"; }

.mdi-content-save-settings:before {
  content: "\F61B"; }

.mdi-contrast:before {
  content: "\F195"; }

.mdi-contrast-box:before {
  content: "\F196"; }

.mdi-contrast-circle:before {
  content: "\F197"; }

.mdi-cookie:before {
  content: "\F198"; }

.mdi-copyright:before {
  content: "\F5E6"; }

.mdi-corn:before {
  content: "\F7B7"; }

.mdi-counter:before {
  content: "\F199"; }

.mdi-cow:before {
  content: "\F19A"; }

.mdi-creation:before {
  content: "\F1C9"; }

.mdi-credit-card:before {
  content: "\F19B"; }

.mdi-credit-card-multiple:before {
  content: "\F19C"; }

.mdi-credit-card-off:before {
  content: "\F5E4"; }

.mdi-credit-card-plus:before {
  content: "\F675"; }

.mdi-credit-card-scan:before {
  content: "\F19D"; }

.mdi-crop:before {
  content: "\F19E"; }

.mdi-crop-free:before {
  content: "\F19F"; }

.mdi-crop-landscape:before {
  content: "\F1A0"; }

.mdi-crop-portrait:before {
  content: "\F1A1"; }

.mdi-crop-rotate:before {
  content: "\F695"; }

.mdi-crop-square:before {
  content: "\F1A2"; }

.mdi-crosshairs:before {
  content: "\F1A3"; }

.mdi-crosshairs-gps:before {
  content: "\F1A4"; }

.mdi-crown:before {
  content: "\F1A5"; }

.mdi-cube:before {
  content: "\F1A6"; }

.mdi-cube-outline:before {
  content: "\F1A7"; }

.mdi-cube-send:before {
  content: "\F1A8"; }

.mdi-cube-unfolded:before {
  content: "\F1A9"; }

.mdi-cup:before {
  content: "\F1AA"; }

.mdi-cup-off:before {
  content: "\F5E5"; }

.mdi-cup-water:before {
  content: "\F1AB"; }

.mdi-currency-btc:before {
  content: "\F1AC"; }

.mdi-currency-chf:before {
  content: "\F7B8"; }

.mdi-currency-cny:before {
  content: "\F7B9"; }

.mdi-currency-eth:before {
  content: "\F7BA"; }

.mdi-currency-eur:before {
  content: "\F1AD"; }

.mdi-currency-gbp:before {
  content: "\F1AE"; }

.mdi-currency-inr:before {
  content: "\F1AF"; }

.mdi-currency-jpy:before {
  content: "\F7BB"; }

.mdi-currency-krw:before {
  content: "\F7BC"; }

.mdi-currency-ngn:before {
  content: "\F1B0"; }

.mdi-currency-rub:before {
  content: "\F1B1"; }

.mdi-currency-sign:before {
  content: "\F7BD"; }

.mdi-currency-try:before {
  content: "\F1B2"; }

.mdi-currency-twd:before {
  content: "\F7BE"; }

.mdi-currency-usd:before {
  content: "\F1B3"; }

.mdi-currency-usd-off:before {
  content: "\F679"; }

.mdi-cursor-default:before {
  content: "\F1B4"; }

.mdi-cursor-default-outline:before {
  content: "\F1B5"; }

.mdi-cursor-move:before {
  content: "\F1B6"; }

.mdi-cursor-pointer:before {
  content: "\F1B7"; }

.mdi-cursor-text:before {
  content: "\F5E7"; }

.mdi-database:before {
  content: "\F1B8"; }

.mdi-database-minus:before {
  content: "\F1B9"; }

.mdi-database-plus:before {
  content: "\F1BA"; }

.mdi-debug-step-into:before {
  content: "\F1BB"; }

.mdi-debug-step-out:before {
  content: "\F1BC"; }

.mdi-debug-step-over:before {
  content: "\F1BD"; }

.mdi-decagram:before {
  content: "\F76B"; }

.mdi-decagram-outline:before {
  content: "\F76C"; }

.mdi-decimal-decrease:before {
  content: "\F1BE"; }

.mdi-decimal-increase:before {
  content: "\F1BF"; }

.mdi-delete:before {
  content: "\F1C0"; }

.mdi-delete-circle:before {
  content: "\F682"; }

.mdi-delete-empty:before {
  content: "\F6CB"; }

.mdi-delete-forever:before {
  content: "\F5E8"; }

.mdi-delete-sweep:before {
  content: "\F5E9"; }

.mdi-delete-variant:before {
  content: "\F1C1"; }

.mdi-delta:before {
  content: "\F1C2"; }

.mdi-deskphone:before {
  content: "\F1C3"; }

.mdi-desktop-classic:before {
  content: "\F7BF"; }

.mdi-desktop-mac:before {
  content: "\F1C4"; }

.mdi-desktop-tower:before {
  content: "\F1C5"; }

.mdi-details:before {
  content: "\F1C6"; }

.mdi-developer-board:before {
  content: "\F696"; }

.mdi-deviantart:before {
  content: "\F1C7"; }

.mdi-dialpad:before {
  content: "\F61C"; }

.mdi-diamond:before {
  content: "\F1C8"; }

.mdi-dice-1:before {
  content: "\F1CA"; }

.mdi-dice-2:before {
  content: "\F1CB"; }

.mdi-dice-3:before {
  content: "\F1CC"; }

.mdi-dice-4:before {
  content: "\F1CD"; }

.mdi-dice-5:before {
  content: "\F1CE"; }

.mdi-dice-6:before {
  content: "\F1CF"; }

.mdi-dice-d10:before {
  content: "\F76E"; }

.mdi-dice-d20:before {
  content: "\F5EA"; }

.mdi-dice-d4:before {
  content: "\F5EB"; }

.mdi-dice-d6:before {
  content: "\F5EC"; }

.mdi-dice-d8:before {
  content: "\F5ED"; }

.mdi-dice-multiple:before {
  content: "\F76D"; }

.mdi-dictionary:before {
  content: "\F61D"; }

.mdi-dip-switch:before {
  content: "\F7C0"; }

.mdi-directions:before {
  content: "\F1D0"; }

.mdi-directions-fork:before {
  content: "\F641"; }

.mdi-discord:before {
  content: "\F66F"; }

.mdi-disk:before {
  content: "\F5EE"; }

.mdi-disk-alert:before {
  content: "\F1D1"; }

.mdi-disqus:before {
  content: "\F1D2"; }

.mdi-disqus-outline:before {
  content: "\F1D3"; }

.mdi-division:before {
  content: "\F1D4"; }

.mdi-division-box:before {
  content: "\F1D5"; }

.mdi-dna:before {
  content: "\F683"; }

.mdi-dns:before {
  content: "\F1D6"; }

.mdi-do-not-disturb:before {
  content: "\F697"; }

.mdi-do-not-disturb-off:before {
  content: "\F698"; }

.mdi-dolby:before {
  content: "\F6B2"; }

.mdi-domain:before {
  content: "\F1D7"; }

.mdi-donkey:before {
  content: "\F7C1"; }

.mdi-dots-horizontal:before {
  content: "\F1D8"; }

.mdi-dots-horizontal-circle:before {
  content: "\F7C2"; }

.mdi-dots-vertical:before {
  content: "\F1D9"; }

.mdi-dots-vertical-circle:before {
  content: "\F7C3"; }

.mdi-douban:before {
  content: "\F699"; }

.mdi-download:before {
  content: "\F1DA"; }

.mdi-download-network:before {
  content: "\F6F3"; }

.mdi-drag:before {
  content: "\F1DB"; }

.mdi-drag-horizontal:before {
  content: "\F1DC"; }

.mdi-drag-vertical:before {
  content: "\F1DD"; }

.mdi-drawing:before {
  content: "\F1DE"; }

.mdi-drawing-box:before {
  content: "\F1DF"; }

.mdi-dribbble:before {
  content: "\F1E0"; }

.mdi-dribbble-box:before {
  content: "\F1E1"; }

.mdi-drone:before {
  content: "\F1E2"; }

.mdi-dropbox:before {
  content: "\F1E3"; }

.mdi-drupal:before {
  content: "\F1E4"; }

.mdi-duck:before {
  content: "\F1E5"; }

.mdi-dumbbell:before {
  content: "\F1E6"; }

.mdi-ear-hearing:before {
  content: "\F7C4"; }

.mdi-earth:before {
  content: "\F1E7"; }

.mdi-earth-box:before {
  content: "\F6CC"; }

.mdi-earth-box-off:before {
  content: "\F6CD"; }

.mdi-earth-off:before {
  content: "\F1E8"; }

.mdi-edge:before {
  content: "\F1E9"; }

.mdi-eject:before {
  content: "\F1EA"; }

.mdi-elephant:before {
  content: "\F7C5"; }

.mdi-elevation-decline:before {
  content: "\F1EB"; }

.mdi-elevation-rise:before {
  content: "\F1EC"; }

.mdi-elevator:before {
  content: "\F1ED"; }

.mdi-email:before {
  content: "\F1EE"; }

.mdi-email-alert:before {
  content: "\F6CE"; }

.mdi-email-open:before {
  content: "\F1EF"; }

.mdi-email-open-outline:before {
  content: "\F5EF"; }

.mdi-email-outline:before {
  content: "\F1F0"; }

.mdi-email-secure:before {
  content: "\F1F1"; }

.mdi-email-variant:before {
  content: "\F5F0"; }

.mdi-emby:before {
  content: "\F6B3"; }

.mdi-emoticon:before {
  content: "\F1F2"; }

.mdi-emoticon-cool:before {
  content: "\F1F3"; }

.mdi-emoticon-dead:before {
  content: "\F69A"; }

.mdi-emoticon-devil:before {
  content: "\F1F4"; }

.mdi-emoticon-excited:before {
  content: "\F69B"; }

.mdi-emoticon-happy:before {
  content: "\F1F5"; }

.mdi-emoticon-neutral:before {
  content: "\F1F6"; }

.mdi-emoticon-poop:before {
  content: "\F1F7"; }

.mdi-emoticon-sad:before {
  content: "\F1F8"; }

.mdi-emoticon-tongue:before {
  content: "\F1F9"; }

.mdi-engine:before {
  content: "\F1FA"; }

.mdi-engine-outline:before {
  content: "\F1FB"; }

.mdi-equal:before {
  content: "\F1FC"; }

.mdi-equal-box:before {
  content: "\F1FD"; }

.mdi-eraser:before {
  content: "\F1FE"; }

.mdi-eraser-variant:before {
  content: "\F642"; }

.mdi-escalator:before {
  content: "\F1FF"; }

.mdi-ethernet:before {
  content: "\F200"; }

.mdi-ethernet-cable:before {
  content: "\F201"; }

.mdi-ethernet-cable-off:before {
  content: "\F202"; }

.mdi-etsy:before {
  content: "\F203"; }

.mdi-ev-station:before {
  content: "\F5F1"; }

.mdi-eventbrite:before {
  content: "\F7C6"; }

.mdi-evernote:before {
  content: "\F204"; }

.mdi-exclamation:before {
  content: "\F205"; }

.mdi-exit-to-app:before {
  content: "\F206"; }

.mdi-export:before {
  content: "\F207"; }

.mdi-eye:before {
  content: "\F208"; }

.mdi-eye-off:before {
  content: "\F209"; }

.mdi-eye-off-outline:before {
  content: "\F6D0"; }

.mdi-eye-outline:before {
  content: "\F6CF"; }

.mdi-eyedropper:before {
  content: "\F20A"; }

.mdi-eyedropper-variant:before {
  content: "\F20B"; }

.mdi-face:before {
  content: "\F643"; }

.mdi-face-profile:before {
  content: "\F644"; }

.mdi-facebook:before {
  content: "\F20C"; }

.mdi-facebook-box:before {
  content: "\F20D"; }

.mdi-facebook-messenger:before {
  content: "\F20E"; }

.mdi-factory:before {
  content: "\F20F"; }

.mdi-fan:before {
  content: "\F210"; }

.mdi-fast-forward:before {
  content: "\F211"; }

.mdi-fast-forward-outline:before {
  content: "\F6D1"; }

.mdi-fax:before {
  content: "\F212"; }

.mdi-feather:before {
  content: "\F6D2"; }

.mdi-ferry:before {
  content: "\F213"; }

.mdi-file:before {
  content: "\F214"; }

.mdi-file-account:before {
  content: "\F73A"; }

.mdi-file-chart:before {
  content: "\F215"; }

.mdi-file-check:before {
  content: "\F216"; }

.mdi-file-cloud:before {
  content: "\F217"; }

.mdi-file-delimited:before {
  content: "\F218"; }

.mdi-file-document:before {
  content: "\F219"; }

.mdi-file-document-box:before {
  content: "\F21A"; }

.mdi-file-excel:before {
  content: "\F21B"; }

.mdi-file-excel-box:before {
  content: "\F21C"; }

.mdi-file-export:before {
  content: "\F21D"; }

.mdi-file-find:before {
  content: "\F21E"; }

.mdi-file-hidden:before {
  content: "\F613"; }

.mdi-file-image:before {
  content: "\F21F"; }

.mdi-file-import:before {
  content: "\F220"; }

.mdi-file-lock:before {
  content: "\F221"; }

.mdi-file-multiple:before {
  content: "\F222"; }

.mdi-file-music:before {
  content: "\F223"; }

.mdi-file-outline:before {
  content: "\F224"; }

.mdi-file-pdf:before {
  content: "\F225"; }

.mdi-file-pdf-box:before {
  content: "\F226"; }

.mdi-file-plus:before {
  content: "\F751"; }

.mdi-file-powerpoint:before {
  content: "\F227"; }

.mdi-file-powerpoint-box:before {
  content: "\F228"; }

.mdi-file-presentation-box:before {
  content: "\F229"; }

.mdi-file-restore:before {
  content: "\F670"; }

.mdi-file-send:before {
  content: "\F22A"; }

.mdi-file-tree:before {
  content: "\F645"; }

.mdi-file-video:before {
  content: "\F22B"; }

.mdi-file-word:before {
  content: "\F22C"; }

.mdi-file-word-box:before {
  content: "\F22D"; }

.mdi-file-xml:before {
  content: "\F22E"; }

.mdi-film:before {
  content: "\F22F"; }

.mdi-filmstrip:before {
  content: "\F230"; }

.mdi-filmstrip-off:before {
  content: "\F231"; }

.mdi-filter:before {
  content: "\F232"; }

.mdi-filter-outline:before {
  content: "\F233"; }

.mdi-filter-remove:before {
  content: "\F234"; }

.mdi-filter-remove-outline:before {
  content: "\F235"; }

.mdi-filter-variant:before {
  content: "\F236"; }

.mdi-find-replace:before {
  content: "\F6D3"; }

.mdi-fingerprint:before {
  content: "\F237"; }

.mdi-fire:before {
  content: "\F238"; }

.mdi-firefox:before {
  content: "\F239"; }

.mdi-fish:before {
  content: "\F23A"; }

.mdi-flag:before {
  content: "\F23B"; }

.mdi-flag-checkered:before {
  content: "\F23C"; }

.mdi-flag-outline:before {
  content: "\F23D"; }

.mdi-flag-outline-variant:before {
  content: "\F23E"; }

.mdi-flag-triangle:before {
  content: "\F23F"; }

.mdi-flag-variant:before {
  content: "\F240"; }

.mdi-flash:before {
  content: "\F241"; }

.mdi-flash-auto:before {
  content: "\F242"; }

.mdi-flash-off:before {
  content: "\F243"; }

.mdi-flash-outline:before {
  content: "\F6D4"; }

.mdi-flash-red-eye:before {
  content: "\F67A"; }

.mdi-flashlight:before {
  content: "\F244"; }

.mdi-flashlight-off:before {
  content: "\F245"; }

.mdi-flask:before {
  content: "\F093"; }

.mdi-flask-empty:before {
  content: "\F094"; }

.mdi-flask-empty-outline:before {
  content: "\F095"; }

.mdi-flask-outline:before {
  content: "\F096"; }

.mdi-flattr:before {
  content: "\F246"; }

.mdi-flip-to-back:before {
  content: "\F247"; }

.mdi-flip-to-front:before {
  content: "\F248"; }

.mdi-floppy:before {
  content: "\F249"; }

.mdi-flower:before {
  content: "\F24A"; }

.mdi-folder:before {
  content: "\F24B"; }

.mdi-folder-account:before {
  content: "\F24C"; }

.mdi-folder-download:before {
  content: "\F24D"; }

.mdi-folder-google-drive:before {
  content: "\F24E"; }

.mdi-folder-image:before {
  content: "\F24F"; }

.mdi-folder-lock:before {
  content: "\F250"; }

.mdi-folder-lock-open:before {
  content: "\F251"; }

.mdi-folder-move:before {
  content: "\F252"; }

.mdi-folder-multiple:before {
  content: "\F253"; }

.mdi-folder-multiple-image:before {
  content: "\F254"; }

.mdi-folder-multiple-outline:before {
  content: "\F255"; }

.mdi-folder-open:before {
  content: "\F76F"; }

.mdi-folder-outline:before {
  content: "\F256"; }

.mdi-folder-plus:before {
  content: "\F257"; }

.mdi-folder-remove:before {
  content: "\F258"; }

.mdi-folder-star:before {
  content: "\F69C"; }

.mdi-folder-upload:before {
  content: "\F259"; }

.mdi-font-awesome:before {
  content: "\F03A"; }

.mdi-food:before {
  content: "\F25A"; }

.mdi-food-apple:before {
  content: "\F25B"; }

.mdi-food-croissant:before {
  content: "\F7C7"; }

.mdi-food-fork-drink:before {
  content: "\F5F2"; }

.mdi-food-off:before {
  content: "\F5F3"; }

.mdi-food-variant:before {
  content: "\F25C"; }

.mdi-football:before {
  content: "\F25D"; }

.mdi-football-australian:before {
  content: "\F25E"; }

.mdi-football-helmet:before {
  content: "\F25F"; }

.mdi-forklift:before {
  content: "\F7C8"; }

.mdi-format-align-bottom:before {
  content: "\F752"; }

.mdi-format-align-center:before {
  content: "\F260"; }

.mdi-format-align-justify:before {
  content: "\F261"; }

.mdi-format-align-left:before {
  content: "\F262"; }

.mdi-format-align-middle:before {
  content: "\F753"; }

.mdi-format-align-right:before {
  content: "\F263"; }

.mdi-format-align-top:before {
  content: "\F754"; }

.mdi-format-annotation-plus:before {
  content: "\F646"; }

.mdi-format-bold:before {
  content: "\F264"; }

.mdi-format-clear:before {
  content: "\F265"; }

.mdi-format-color-fill:before {
  content: "\F266"; }

.mdi-format-color-text:before {
  content: "\F69D"; }

.mdi-format-float-center:before {
  content: "\F267"; }

.mdi-format-float-left:before {
  content: "\F268"; }

.mdi-format-float-none:before {
  content: "\F269"; }

.mdi-format-float-right:before {
  content: "\F26A"; }

.mdi-format-font:before {
  content: "\F6D5"; }

.mdi-format-header-1:before {
  content: "\F26B"; }

.mdi-format-header-2:before {
  content: "\F26C"; }

.mdi-format-header-3:before {
  content: "\F26D"; }

.mdi-format-header-4:before {
  content: "\F26E"; }

.mdi-format-header-5:before {
  content: "\F26F"; }

.mdi-format-header-6:before {
  content: "\F270"; }

.mdi-format-header-decrease:before {
  content: "\F271"; }

.mdi-format-header-equal:before {
  content: "\F272"; }

.mdi-format-header-increase:before {
  content: "\F273"; }

.mdi-format-header-pound:before {
  content: "\F274"; }

.mdi-format-horizontal-align-center:before {
  content: "\F61E"; }

.mdi-format-horizontal-align-left:before {
  content: "\F61F"; }

.mdi-format-horizontal-align-right:before {
  content: "\F620"; }

.mdi-format-indent-decrease:before {
  content: "\F275"; }

.mdi-format-indent-increase:before {
  content: "\F276"; }

.mdi-format-italic:before {
  content: "\F277"; }

.mdi-format-line-spacing:before {
  content: "\F278"; }

.mdi-format-line-style:before {
  content: "\F5C8"; }

.mdi-format-line-weight:before {
  content: "\F5C9"; }

.mdi-format-list-bulleted:before {
  content: "\F279"; }

.mdi-format-list-bulleted-type:before {
  content: "\F27A"; }

.mdi-format-list-checks:before {
  content: "\F755"; }

.mdi-format-list-numbers:before {
  content: "\F27B"; }

.mdi-format-page-break:before {
  content: "\F6D6"; }

.mdi-format-paint:before {
  content: "\F27C"; }

.mdi-format-paragraph:before {
  content: "\F27D"; }

.mdi-format-pilcrow:before {
  content: "\F6D7"; }

.mdi-format-quote-close:before {
  content: "\F27E"; }

.mdi-format-quote-open:before {
  content: "\F756"; }

.mdi-format-rotate-90:before {
  content: "\F6A9"; }

.mdi-format-section:before {
  content: "\F69E"; }

.mdi-format-size:before {
  content: "\F27F"; }

.mdi-format-strikethrough:before {
  content: "\F280"; }

.mdi-format-strikethrough-variant:before {
  content: "\F281"; }

.mdi-format-subscript:before {
  content: "\F282"; }

.mdi-format-superscript:before {
  content: "\F283"; }

.mdi-format-text:before {
  content: "\F284"; }

.mdi-format-textdirection-l-to-r:before {
  content: "\F285"; }

.mdi-format-textdirection-r-to-l:before {
  content: "\F286"; }

.mdi-format-title:before {
  content: "\F5F4"; }

.mdi-format-underline:before {
  content: "\F287"; }

.mdi-format-vertical-align-bottom:before {
  content: "\F621"; }

.mdi-format-vertical-align-center:before {
  content: "\F622"; }

.mdi-format-vertical-align-top:before {
  content: "\F623"; }

.mdi-format-wrap-inline:before {
  content: "\F288"; }

.mdi-format-wrap-square:before {
  content: "\F289"; }

.mdi-format-wrap-tight:before {
  content: "\F28A"; }

.mdi-format-wrap-top-bottom:before {
  content: "\F28B"; }

.mdi-forum:before {
  content: "\F28C"; }

.mdi-forward:before {
  content: "\F28D"; }

.mdi-foursquare:before {
  content: "\F28E"; }

.mdi-fridge:before {
  content: "\F28F"; }

.mdi-fridge-filled:before {
  content: "\F290"; }

.mdi-fridge-filled-bottom:before {
  content: "\F291"; }

.mdi-fridge-filled-top:before {
  content: "\F292"; }

.mdi-fuel:before {
  content: "\F7C9"; }

.mdi-fullscreen:before {
  content: "\F293"; }

.mdi-fullscreen-exit:before {
  content: "\F294"; }

.mdi-function:before {
  content: "\F295"; }

.mdi-gamepad:before {
  content: "\F296"; }

.mdi-gamepad-variant:before {
  content: "\F297"; }

.mdi-garage:before {
  content: "\F6D8"; }

.mdi-garage-open:before {
  content: "\F6D9"; }

.mdi-gas-cylinder:before {
  content: "\F647"; }

.mdi-gas-station:before {
  content: "\F298"; }

.mdi-gate:before {
  content: "\F299"; }

.mdi-gauge:before {
  content: "\F29A"; }

.mdi-gavel:before {
  content: "\F29B"; }

.mdi-gender-female:before {
  content: "\F29C"; }

.mdi-gender-male:before {
  content: "\F29D"; }

.mdi-gender-male-female:before {
  content: "\F29E"; }

.mdi-gender-transgender:before {
  content: "\F29F"; }

.mdi-gesture:before {
  content: "\F7CA"; }

.mdi-gesture-double-tap:before {
  content: "\F73B"; }

.mdi-gesture-swipe-down:before {
  content: "\F73C"; }

.mdi-gesture-swipe-left:before {
  content: "\F73D"; }

.mdi-gesture-swipe-right:before {
  content: "\F73E"; }

.mdi-gesture-swipe-up:before {
  content: "\F73F"; }

.mdi-gesture-tap:before {
  content: "\F740"; }

.mdi-gesture-two-double-tap:before {
  content: "\F741"; }

.mdi-gesture-two-tap:before {
  content: "\F742"; }

.mdi-ghost:before {
  content: "\F2A0"; }

.mdi-gift:before {
  content: "\F2A1"; }

.mdi-git:before {
  content: "\F2A2"; }

.mdi-github-box:before {
  content: "\F2A3"; }

.mdi-github-circle:before {
  content: "\F2A4"; }

.mdi-github-face:before {
  content: "\F6DA"; }

.mdi-glass-flute:before {
  content: "\F2A5"; }

.mdi-glass-mug:before {
  content: "\F2A6"; }

.mdi-glass-stange:before {
  content: "\F2A7"; }

.mdi-glass-tulip:before {
  content: "\F2A8"; }

.mdi-glassdoor:before {
  content: "\F2A9"; }

.mdi-glasses:before {
  content: "\F2AA"; }

.mdi-gmail:before {
  content: "\F2AB"; }

.mdi-gnome:before {
  content: "\F2AC"; }

.mdi-gondola:before {
  content: "\F685"; }

.mdi-google:before {
  content: "\F2AD"; }

.mdi-google-analytics:before {
  content: "\F7CB"; }

.mdi-google-assistant:before {
  content: "\F7CC"; }

.mdi-google-cardboard:before {
  content: "\F2AE"; }

.mdi-google-chrome:before {
  content: "\F2AF"; }

.mdi-google-circles:before {
  content: "\F2B0"; }

.mdi-google-circles-communities:before {
  content: "\F2B1"; }

.mdi-google-circles-extended:before {
  content: "\F2B2"; }

.mdi-google-circles-group:before {
  content: "\F2B3"; }

.mdi-google-controller:before {
  content: "\F2B4"; }

.mdi-google-controller-off:before {
  content: "\F2B5"; }

.mdi-google-drive:before {
  content: "\F2B6"; }

.mdi-google-earth:before {
  content: "\F2B7"; }

.mdi-google-glass:before {
  content: "\F2B8"; }

.mdi-google-keep:before {
  content: "\F6DB"; }

.mdi-google-maps:before {
  content: "\F5F5"; }

.mdi-google-nearby:before {
  content: "\F2B9"; }

.mdi-google-pages:before {
  content: "\F2BA"; }

.mdi-google-photos:before {
  content: "\F6DC"; }

.mdi-google-physical-web:before {
  content: "\F2BB"; }

.mdi-google-play:before {
  content: "\F2BC"; }

.mdi-google-plus:before {
  content: "\F2BD"; }

.mdi-google-plus-box:before {
  content: "\F2BE"; }

.mdi-google-translate:before {
  content: "\F2BF"; }

.mdi-google-wallet:before {
  content: "\F2C0"; }

.mdi-gradient:before {
  content: "\F69F"; }

.mdi-grease-pencil:before {
  content: "\F648"; }

.mdi-grid:before {
  content: "\F2C1"; }

.mdi-grid-large:before {
  content: "\F757"; }

.mdi-grid-off:before {
  content: "\F2C2"; }

.mdi-group:before {
  content: "\F2C3"; }

.mdi-guitar-acoustic:before {
  content: "\F770"; }

.mdi-guitar-electric:before {
  content: "\F2C4"; }

.mdi-guitar-pick:before {
  content: "\F2C5"; }

.mdi-guitar-pick-outline:before {
  content: "\F2C6"; }

.mdi-hackernews:before {
  content: "\F624"; }

.mdi-hamburger:before {
  content: "\F684"; }

.mdi-hand-pointing-right:before {
  content: "\F2C7"; }

.mdi-hanger:before {
  content: "\F2C8"; }

.mdi-hangouts:before {
  content: "\F2C9"; }

.mdi-harddisk:before {
  content: "\F2CA"; }

.mdi-headphones:before {
  content: "\F2CB"; }

.mdi-headphones-box:before {
  content: "\F2CC"; }

.mdi-headphones-off:before {
  content: "\F7CD"; }

.mdi-headphones-settings:before {
  content: "\F2CD"; }

.mdi-headset:before {
  content: "\F2CE"; }

.mdi-headset-dock:before {
  content: "\F2CF"; }

.mdi-headset-off:before {
  content: "\F2D0"; }

.mdi-heart:before {
  content: "\F2D1"; }

.mdi-heart-box:before {
  content: "\F2D2"; }

.mdi-heart-box-outline:before {
  content: "\F2D3"; }

.mdi-heart-broken:before {
  content: "\F2D4"; }

.mdi-heart-half:before {
  content: "\F6DE"; }

.mdi-heart-half-full:before {
  content: "\F6DD"; }

.mdi-heart-half-outline:before {
  content: "\F6DF"; }

.mdi-heart-off:before {
  content: "\F758"; }

.mdi-heart-outline:before {
  content: "\F2D5"; }

.mdi-heart-pulse:before {
  content: "\F5F6"; }

.mdi-help:before {
  content: "\F2D6"; }

.mdi-help-box:before {
  content: "\F78A"; }

.mdi-help-circle:before {
  content: "\F2D7"; }

.mdi-help-circle-outline:before {
  content: "\F625"; }

.mdi-help-network:before {
  content: "\F6F4"; }

.mdi-hexagon:before {
  content: "\F2D8"; }

.mdi-hexagon-multiple:before {
  content: "\F6E0"; }

.mdi-hexagon-outline:before {
  content: "\F2D9"; }

.mdi-high-definition:before {
  content: "\F7CE"; }

.mdi-highway:before {
  content: "\F5F7"; }

.mdi-history:before {
  content: "\F2DA"; }

.mdi-hololens:before {
  content: "\F2DB"; }

.mdi-home:before {
  content: "\F2DC"; }

.mdi-home-assistant:before {
  content: "\F7CF"; }

.mdi-home-automation:before {
  content: "\F7D0"; }

.mdi-home-circle:before {
  content: "\F7D1"; }

.mdi-home-map-marker:before {
  content: "\F5F8"; }

.mdi-home-modern:before {
  content: "\F2DD"; }

.mdi-home-outline:before {
  content: "\F6A0"; }

.mdi-home-variant:before {
  content: "\F2DE"; }

.mdi-hook:before {
  content: "\F6E1"; }

.mdi-hook-off:before {
  content: "\F6E2"; }

.mdi-hops:before {
  content: "\F2DF"; }

.mdi-hospital:before {
  content: "\F2E0"; }

.mdi-hospital-building:before {
  content: "\F2E1"; }

.mdi-hospital-marker:before {
  content: "\F2E2"; }

.mdi-hotel:before {
  content: "\F2E3"; }

.mdi-houzz:before {
  content: "\F2E4"; }

.mdi-houzz-box:before {
  content: "\F2E5"; }

.mdi-human:before {
  content: "\F2E6"; }

.mdi-human-child:before {
  content: "\F2E7"; }

.mdi-human-female:before {
  content: "\F649"; }

.mdi-human-greeting:before {
  content: "\F64A"; }

.mdi-human-handsdown:before {
  content: "\F64B"; }

.mdi-human-handsup:before {
  content: "\F64C"; }

.mdi-human-male:before {
  content: "\F64D"; }

.mdi-human-male-female:before {
  content: "\F2E8"; }

.mdi-human-pregnant:before {
  content: "\F5CF"; }

.mdi-humble-bundle:before {
  content: "\F743"; }

.mdi-image:before {
  content: "\F2E9"; }

.mdi-image-album:before {
  content: "\F2EA"; }

.mdi-image-area:before {
  content: "\F2EB"; }

.mdi-image-area-close:before {
  content: "\F2EC"; }

.mdi-image-broken:before {
  content: "\F2ED"; }

.mdi-image-broken-variant:before {
  content: "\F2EE"; }

.mdi-image-filter:before {
  content: "\F2EF"; }

.mdi-image-filter-black-white:before {
  content: "\F2F0"; }

.mdi-image-filter-center-focus:before {
  content: "\F2F1"; }

.mdi-image-filter-center-focus-weak:before {
  content: "\F2F2"; }

.mdi-image-filter-drama:before {
  content: "\F2F3"; }

.mdi-image-filter-frames:before {
  content: "\F2F4"; }

.mdi-image-filter-hdr:before {
  content: "\F2F5"; }

.mdi-image-filter-none:before {
  content: "\F2F6"; }

.mdi-image-filter-tilt-shift:before {
  content: "\F2F7"; }

.mdi-image-filter-vintage:before {
  content: "\F2F8"; }

.mdi-image-multiple:before {
  content: "\F2F9"; }

.mdi-import:before {
  content: "\F2FA"; }

.mdi-inbox:before {
  content: "\F686"; }

.mdi-inbox-arrow-down:before {
  content: "\F2FB"; }

.mdi-inbox-arrow-up:before {
  content: "\F3D1"; }

.mdi-incognito:before {
  content: "\F5F9"; }

.mdi-infinity:before {
  content: "\F6E3"; }

.mdi-information:before {
  content: "\F2FC"; }

.mdi-information-outline:before {
  content: "\F2FD"; }

.mdi-information-variant:before {
  content: "\F64E"; }

.mdi-instagram:before {
  content: "\F2FE"; }

.mdi-instapaper:before {
  content: "\F2FF"; }

.mdi-internet-explorer:before {
  content: "\F300"; }

.mdi-invert-colors:before {
  content: "\F301"; }

.mdi-itunes:before {
  content: "\F676"; }

.mdi-jeepney:before {
  content: "\F302"; }

.mdi-jira:before {
  content: "\F303"; }

.mdi-jsfiddle:before {
  content: "\F304"; }

.mdi-json:before {
  content: "\F626"; }

.mdi-keg:before {
  content: "\F305"; }

.mdi-kettle:before {
  content: "\F5FA"; }

.mdi-key:before {
  content: "\F306"; }

.mdi-key-change:before {
  content: "\F307"; }

.mdi-key-minus:before {
  content: "\F308"; }

.mdi-key-plus:before {
  content: "\F309"; }

.mdi-key-remove:before {
  content: "\F30A"; }

.mdi-key-variant:before {
  content: "\F30B"; }

.mdi-keyboard:before {
  content: "\F30C"; }

.mdi-keyboard-backspace:before {
  content: "\F30D"; }

.mdi-keyboard-caps:before {
  content: "\F30E"; }

.mdi-keyboard-close:before {
  content: "\F30F"; }

.mdi-keyboard-off:before {
  content: "\F310"; }

.mdi-keyboard-return:before {
  content: "\F311"; }

.mdi-keyboard-tab:before {
  content: "\F312"; }

.mdi-keyboard-variant:before {
  content: "\F313"; }

.mdi-kickstarter:before {
  content: "\F744"; }

.mdi-kodi:before {
  content: "\F314"; }

.mdi-label:before {
  content: "\F315"; }

.mdi-label-outline:before {
  content: "\F316"; }

.mdi-lambda:before {
  content: "\F627"; }

.mdi-lamp:before {
  content: "\F6B4"; }

.mdi-lan:before {
  content: "\F317"; }

.mdi-lan-connect:before {
  content: "\F318"; }

.mdi-lan-disconnect:before {
  content: "\F319"; }

.mdi-lan-pending:before {
  content: "\F31A"; }

.mdi-language-c:before {
  content: "\F671"; }

.mdi-language-cpp:before {
  content: "\F672"; }

.mdi-language-csharp:before {
  content: "\F31B"; }

.mdi-language-css3:before {
  content: "\F31C"; }

.mdi-language-go:before {
  content: "\F7D2"; }

.mdi-language-html5:before {
  content: "\F31D"; }

.mdi-language-javascript:before {
  content: "\F31E"; }

.mdi-language-php:before {
  content: "\F31F"; }

.mdi-language-python:before {
  content: "\F320"; }

.mdi-language-python-text:before {
  content: "\F321"; }

.mdi-language-r:before {
  content: "\F7D3"; }

.mdi-language-swift:before {
  content: "\F6E4"; }

.mdi-language-typescript:before {
  content: "\F6E5"; }

.mdi-laptop:before {
  content: "\F322"; }

.mdi-laptop-chromebook:before {
  content: "\F323"; }

.mdi-laptop-mac:before {
  content: "\F324"; }

.mdi-laptop-off:before {
  content: "\F6E6"; }

.mdi-laptop-windows:before {
  content: "\F325"; }

.mdi-lastfm:before {
  content: "\F326"; }

.mdi-launch:before {
  content: "\F327"; }

.mdi-lava-lamp:before {
  content: "\F7D4"; }

.mdi-layers:before {
  content: "\F328"; }

.mdi-layers-off:before {
  content: "\F329"; }

.mdi-lead-pencil:before {
  content: "\F64F"; }

.mdi-leaf:before {
  content: "\F32A"; }

.mdi-led-off:before {
  content: "\F32B"; }

.mdi-led-on:before {
  content: "\F32C"; }

.mdi-led-outline:before {
  content: "\F32D"; }

.mdi-led-strip:before {
  content: "\F7D5"; }

.mdi-led-variant-off:before {
  content: "\F32E"; }

.mdi-led-variant-on:before {
  content: "\F32F"; }

.mdi-led-variant-outline:before {
  content: "\F330"; }

.mdi-library:before {
  content: "\F331"; }

.mdi-library-books:before {
  content: "\F332"; }

.mdi-library-music:before {
  content: "\F333"; }

.mdi-library-plus:before {
  content: "\F334"; }

.mdi-lightbulb:before {
  content: "\F335"; }

.mdi-lightbulb-on:before {
  content: "\F6E7"; }

.mdi-lightbulb-on-outline:before {
  content: "\F6E8"; }

.mdi-lightbulb-outline:before {
  content: "\F336"; }

.mdi-link:before {
  content: "\F337"; }

.mdi-link-off:before {
  content: "\F338"; }

.mdi-link-variant:before {
  content: "\F339"; }

.mdi-link-variant-off:before {
  content: "\F33A"; }

.mdi-linkedin:before {
  content: "\F33B"; }

.mdi-linkedin-box:before {
  content: "\F33C"; }

.mdi-linux:before {
  content: "\F33D"; }

.mdi-loading:before {
  content: "\F771"; }

.mdi-lock:before {
  content: "\F33E"; }

.mdi-lock-open:before {
  content: "\F33F"; }

.mdi-lock-open-outline:before {
  content: "\F340"; }

.mdi-lock-outline:before {
  content: "\F341"; }

.mdi-lock-pattern:before {
  content: "\F6E9"; }

.mdi-lock-plus:before {
  content: "\F5FB"; }

.mdi-lock-reset:before {
  content: "\F772"; }

.mdi-locker:before {
  content: "\F7D6"; }

.mdi-locker-multiple:before {
  content: "\F7D7"; }

.mdi-login:before {
  content: "\F342"; }

.mdi-login-variant:before {
  content: "\F5FC"; }

.mdi-logout:before {
  content: "\F343"; }

.mdi-logout-variant:before {
  content: "\F5FD"; }

.mdi-looks:before {
  content: "\F344"; }

.mdi-loop:before {
  content: "\F6EA"; }

.mdi-loupe:before {
  content: "\F345"; }

.mdi-lumx:before {
  content: "\F346"; }

.mdi-magnet:before {
  content: "\F347"; }

.mdi-magnet-on:before {
  content: "\F348"; }

.mdi-magnify:before {
  content: "\F349"; }

.mdi-magnify-minus:before {
  content: "\F34A"; }

.mdi-magnify-minus-outline:before {
  content: "\F6EB"; }

.mdi-magnify-plus:before {
  content: "\F34B"; }

.mdi-magnify-plus-outline:before {
  content: "\F6EC"; }

.mdi-mail-ru:before {
  content: "\F34C"; }

.mdi-mailbox:before {
  content: "\F6ED"; }

.mdi-map:before {
  content: "\F34D"; }

.mdi-map-marker:before {
  content: "\F34E"; }

.mdi-map-marker-circle:before {
  content: "\F34F"; }

.mdi-map-marker-minus:before {
  content: "\F650"; }

.mdi-map-marker-multiple:before {
  content: "\F350"; }

.mdi-map-marker-off:before {
  content: "\F351"; }

.mdi-map-marker-outline:before {
  content: "\F7D8"; }

.mdi-map-marker-plus:before {
  content: "\F651"; }

.mdi-map-marker-radius:before {
  content: "\F352"; }

.mdi-margin:before {
  content: "\F353"; }

.mdi-markdown:before {
  content: "\F354"; }

.mdi-marker:before {
  content: "\F652"; }

.mdi-marker-check:before {
  content: "\F355"; }

.mdi-martini:before {
  content: "\F356"; }

.mdi-material-ui:before {
  content: "\F357"; }

.mdi-math-compass:before {
  content: "\F358"; }

.mdi-matrix:before {
  content: "\F628"; }

.mdi-maxcdn:before {
  content: "\F359"; }

.mdi-medical-bag:before {
  content: "\F6EE"; }

.mdi-medium:before {
  content: "\F35A"; }

.mdi-memory:before {
  content: "\F35B"; }

.mdi-menu:before {
  content: "\F35C"; }

.mdi-menu-down:before {
  content: "\F35D"; }

.mdi-menu-down-outline:before {
  content: "\F6B5"; }

.mdi-menu-left:before {
  content: "\F35E"; }

.mdi-menu-right:before {
  content: "\F35F"; }

.mdi-menu-up:before {
  content: "\F360"; }

.mdi-menu-up-outline:before {
  content: "\F6B6"; }

.mdi-message:before {
  content: "\F361"; }

.mdi-message-alert:before {
  content: "\F362"; }

.mdi-message-bulleted:before {
  content: "\F6A1"; }

.mdi-message-bulleted-off:before {
  content: "\F6A2"; }

.mdi-message-draw:before {
  content: "\F363"; }

.mdi-message-image:before {
  content: "\F364"; }

.mdi-message-outline:before {
  content: "\F365"; }

.mdi-message-plus:before {
  content: "\F653"; }

.mdi-message-processing:before {
  content: "\F366"; }

.mdi-message-reply:before {
  content: "\F367"; }

.mdi-message-reply-text:before {
  content: "\F368"; }

.mdi-message-settings:before {
  content: "\F6EF"; }

.mdi-message-settings-variant:before {
  content: "\F6F0"; }

.mdi-message-text:before {
  content: "\F369"; }

.mdi-message-text-outline:before {
  content: "\F36A"; }

.mdi-message-video:before {
  content: "\F36B"; }

.mdi-meteor:before {
  content: "\F629"; }

.mdi-metronome:before {
  content: "\F7D9"; }

.mdi-metronome-tick:before {
  content: "\F7DA"; }

.mdi-micro-sd:before {
  content: "\F7DB"; }

.mdi-microphone:before {
  content: "\F36C"; }

.mdi-microphone-off:before {
  content: "\F36D"; }

.mdi-microphone-outline:before {
  content: "\F36E"; }

.mdi-microphone-settings:before {
  content: "\F36F"; }

.mdi-microphone-variant:before {
  content: "\F370"; }

.mdi-microphone-variant-off:before {
  content: "\F371"; }

.mdi-microscope:before {
  content: "\F654"; }

.mdi-microsoft:before {
  content: "\F372"; }

.mdi-minecraft:before {
  content: "\F373"; }

.mdi-minus:before {
  content: "\F374"; }

.mdi-minus-box:before {
  content: "\F375"; }

.mdi-minus-box-outline:before {
  content: "\F6F1"; }

.mdi-minus-circle:before {
  content: "\F376"; }

.mdi-minus-circle-outline:before {
  content: "\F377"; }

.mdi-minus-network:before {
  content: "\F378"; }

.mdi-mixcloud:before {
  content: "\F62A"; }

.mdi-mixer:before {
  content: "\F7DC"; }

.mdi-monitor:before {
  content: "\F379"; }

.mdi-monitor-multiple:before {
  content: "\F37A"; }

.mdi-more:before {
  content: "\F37B"; }

.mdi-motorbike:before {
  content: "\F37C"; }

.mdi-mouse:before {
  content: "\F37D"; }

.mdi-mouse-off:before {
  content: "\F37E"; }

.mdi-mouse-variant:before {
  content: "\F37F"; }

.mdi-mouse-variant-off:before {
  content: "\F380"; }

.mdi-move-resize:before {
  content: "\F655"; }

.mdi-move-resize-variant:before {
  content: "\F656"; }

.mdi-movie:before {
  content: "\F381"; }

.mdi-movie-roll:before {
  content: "\F7DD"; }

.mdi-multiplication:before {
  content: "\F382"; }

.mdi-multiplication-box:before {
  content: "\F383"; }

.mdi-mushroom:before {
  content: "\F7DE"; }

.mdi-mushroom-outline:before {
  content: "\F7DF"; }

.mdi-music:before {
  content: "\F759"; }

.mdi-music-box:before {
  content: "\F384"; }

.mdi-music-box-outline:before {
  content: "\F385"; }

.mdi-music-circle:before {
  content: "\F386"; }

.mdi-music-note:before {
  content: "\F387"; }

.mdi-music-note-bluetooth:before {
  content: "\F5FE"; }

.mdi-music-note-bluetooth-off:before {
  content: "\F5FF"; }

.mdi-music-note-eighth:before {
  content: "\F388"; }

.mdi-music-note-half:before {
  content: "\F389"; }

.mdi-music-note-off:before {
  content: "\F38A"; }

.mdi-music-note-quarter:before {
  content: "\F38B"; }

.mdi-music-note-sixteenth:before {
  content: "\F38C"; }

.mdi-music-note-whole:before {
  content: "\F38D"; }

.mdi-music-off:before {
  content: "\F75A"; }

.mdi-nature:before {
  content: "\F38E"; }

.mdi-nature-people:before {
  content: "\F38F"; }

.mdi-navigation:before {
  content: "\F390"; }

.mdi-near-me:before {
  content: "\F5CD"; }

.mdi-needle:before {
  content: "\F391"; }

.mdi-nest-protect:before {
  content: "\F392"; }

.mdi-nest-thermostat:before {
  content: "\F393"; }

.mdi-netflix:before {
  content: "\F745"; }

.mdi-network:before {
  content: "\F6F2"; }

.mdi-new-box:before {
  content: "\F394"; }

.mdi-newspaper:before {
  content: "\F395"; }

.mdi-nfc:before {
  content: "\F396"; }

.mdi-nfc-tap:before {
  content: "\F397"; }

.mdi-nfc-variant:before {
  content: "\F398"; }

.mdi-ninja:before {
  content: "\F773"; }

.mdi-nintendo-switch:before {
  content: "\F7E0"; }

.mdi-nodejs:before {
  content: "\F399"; }

.mdi-note:before {
  content: "\F39A"; }

.mdi-note-multiple:before {
  content: "\F6B7"; }

.mdi-note-multiple-outline:before {
  content: "\F6B8"; }

.mdi-note-outline:before {
  content: "\F39B"; }

.mdi-note-plus:before {
  content: "\F39C"; }

.mdi-note-plus-outline:before {
  content: "\F39D"; }

.mdi-note-text:before {
  content: "\F39E"; }

.mdi-notification-clear-all:before {
  content: "\F39F"; }

.mdi-npm:before {
  content: "\F6F6"; }

.mdi-nuke:before {
  content: "\F6A3"; }

.mdi-null:before {
  content: "\F7E1"; }

.mdi-numeric:before {
  content: "\F3A0"; }

.mdi-numeric-0-box:before {
  content: "\F3A1"; }

.mdi-numeric-0-box-multiple-outline:before {
  content: "\F3A2"; }

.mdi-numeric-0-box-outline:before {
  content: "\F3A3"; }

.mdi-numeric-1-box:before {
  content: "\F3A4"; }

.mdi-numeric-1-box-multiple-outline:before {
  content: "\F3A5"; }

.mdi-numeric-1-box-outline:before {
  content: "\F3A6"; }

.mdi-numeric-2-box:before {
  content: "\F3A7"; }

.mdi-numeric-2-box-multiple-outline:before {
  content: "\F3A8"; }

.mdi-numeric-2-box-outline:before {
  content: "\F3A9"; }

.mdi-numeric-3-box:before {
  content: "\F3AA"; }

.mdi-numeric-3-box-multiple-outline:before {
  content: "\F3AB"; }

.mdi-numeric-3-box-outline:before {
  content: "\F3AC"; }

.mdi-numeric-4-box:before {
  content: "\F3AD"; }

.mdi-numeric-4-box-multiple-outline:before {
  content: "\F3AE"; }

.mdi-numeric-4-box-outline:before {
  content: "\F3AF"; }

.mdi-numeric-5-box:before {
  content: "\F3B0"; }

.mdi-numeric-5-box-multiple-outline:before {
  content: "\F3B1"; }

.mdi-numeric-5-box-outline:before {
  content: "\F3B2"; }

.mdi-numeric-6-box:before {
  content: "\F3B3"; }

.mdi-numeric-6-box-multiple-outline:before {
  content: "\F3B4"; }

.mdi-numeric-6-box-outline:before {
  content: "\F3B5"; }

.mdi-numeric-7-box:before {
  content: "\F3B6"; }

.mdi-numeric-7-box-multiple-outline:before {
  content: "\F3B7"; }

.mdi-numeric-7-box-outline:before {
  content: "\F3B8"; }

.mdi-numeric-8-box:before {
  content: "\F3B9"; }

.mdi-numeric-8-box-multiple-outline:before {
  content: "\F3BA"; }

.mdi-numeric-8-box-outline:before {
  content: "\F3BB"; }

.mdi-numeric-9-box:before {
  content: "\F3BC"; }

.mdi-numeric-9-box-multiple-outline:before {
  content: "\F3BD"; }

.mdi-numeric-9-box-outline:before {
  content: "\F3BE"; }

.mdi-numeric-9-plus-box:before {
  content: "\F3BF"; }

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\F3C0"; }

.mdi-numeric-9-plus-box-outline:before {
  content: "\F3C1"; }

.mdi-nut:before {
  content: "\F6F7"; }

.mdi-nutrition:before {
  content: "\F3C2"; }

.mdi-oar:before {
  content: "\F67B"; }

.mdi-octagon:before {
  content: "\F3C3"; }

.mdi-octagon-outline:before {
  content: "\F3C4"; }

.mdi-octagram:before {
  content: "\F6F8"; }

.mdi-octagram-outline:before {
  content: "\F774"; }

.mdi-odnoklassniki:before {
  content: "\F3C5"; }

.mdi-office:before {
  content: "\F3C6"; }

.mdi-oil:before {
  content: "\F3C7"; }

.mdi-oil-temperature:before {
  content: "\F3C8"; }

.mdi-omega:before {
  content: "\F3C9"; }

.mdi-onedrive:before {
  content: "\F3CA"; }

.mdi-onenote:before {
  content: "\F746"; }

.mdi-opacity:before {
  content: "\F5CC"; }

.mdi-open-in-app:before {
  content: "\F3CB"; }

.mdi-open-in-new:before {
  content: "\F3CC"; }

.mdi-openid:before {
  content: "\F3CD"; }

.mdi-opera:before {
  content: "\F3CE"; }

.mdi-orbit:before {
  content: "\F018"; }

.mdi-ornament:before {
  content: "\F3CF"; }

.mdi-ornament-variant:before {
  content: "\F3D0"; }

.mdi-owl:before {
  content: "\F3D2"; }

.mdi-package:before {
  content: "\F3D3"; }

.mdi-package-down:before {
  content: "\F3D4"; }

.mdi-package-up:before {
  content: "\F3D5"; }

.mdi-package-variant:before {
  content: "\F3D6"; }

.mdi-package-variant-closed:before {
  content: "\F3D7"; }

.mdi-page-first:before {
  content: "\F600"; }

.mdi-page-last:before {
  content: "\F601"; }

.mdi-page-layout-body:before {
  content: "\F6F9"; }

.mdi-page-layout-footer:before {
  content: "\F6FA"; }

.mdi-page-layout-header:before {
  content: "\F6FB"; }

.mdi-page-layout-sidebar-left:before {
  content: "\F6FC"; }

.mdi-page-layout-sidebar-right:before {
  content: "\F6FD"; }

.mdi-palette:before {
  content: "\F3D8"; }

.mdi-palette-advanced:before {
  content: "\F3D9"; }

.mdi-panda:before {
  content: "\F3DA"; }

.mdi-pandora:before {
  content: "\F3DB"; }

.mdi-panorama:before {
  content: "\F3DC"; }

.mdi-panorama-fisheye:before {
  content: "\F3DD"; }

.mdi-panorama-horizontal:before {
  content: "\F3DE"; }

.mdi-panorama-vertical:before {
  content: "\F3DF"; }

.mdi-panorama-wide-angle:before {
  content: "\F3E0"; }

.mdi-paper-cut-vertical:before {
  content: "\F3E1"; }

.mdi-paperclip:before {
  content: "\F3E2"; }

.mdi-parking:before {
  content: "\F3E3"; }

.mdi-passport:before {
  content: "\F7E2"; }

.mdi-pause:before {
  content: "\F3E4"; }

.mdi-pause-circle:before {
  content: "\F3E5"; }

.mdi-pause-circle-outline:before {
  content: "\F3E6"; }

.mdi-pause-octagon:before {
  content: "\F3E7"; }

.mdi-pause-octagon-outline:before {
  content: "\F3E8"; }

.mdi-paw:before {
  content: "\F3E9"; }

.mdi-paw-off:before {
  content: "\F657"; }

.mdi-pen:before {
  content: "\F3EA"; }

.mdi-pencil:before {
  content: "\F3EB"; }

.mdi-pencil-box:before {
  content: "\F3EC"; }

.mdi-pencil-box-outline:before {
  content: "\F3ED"; }

.mdi-pencil-circle:before {
  content: "\F6FE"; }

.mdi-pencil-circle-outline:before {
  content: "\F775"; }

.mdi-pencil-lock:before {
  content: "\F3EE"; }

.mdi-pencil-off:before {
  content: "\F3EF"; }

.mdi-pentagon:before {
  content: "\F6FF"; }

.mdi-pentagon-outline:before {
  content: "\F700"; }

.mdi-percent:before {
  content: "\F3F0"; }

.mdi-periodic-table-co2:before {
  content: "\F7E3"; }

.mdi-periscope:before {
  content: "\F747"; }

.mdi-pharmacy:before {
  content: "\F3F1"; }

.mdi-phone:before {
  content: "\F3F2"; }

.mdi-phone-bluetooth:before {
  content: "\F3F3"; }

.mdi-phone-classic:before {
  content: "\F602"; }

.mdi-phone-forward:before {
  content: "\F3F4"; }

.mdi-phone-hangup:before {
  content: "\F3F5"; }

.mdi-phone-in-talk:before {
  content: "\F3F6"; }

.mdi-phone-incoming:before {
  content: "\F3F7"; }

.mdi-phone-locked:before {
  content: "\F3F8"; }

.mdi-phone-log:before {
  content: "\F3F9"; }

.mdi-phone-minus:before {
  content: "\F658"; }

.mdi-phone-missed:before {
  content: "\F3FA"; }

.mdi-phone-outgoing:before {
  content: "\F3FB"; }

.mdi-phone-paused:before {
  content: "\F3FC"; }

.mdi-phone-plus:before {
  content: "\F659"; }

.mdi-phone-settings:before {
  content: "\F3FD"; }

.mdi-phone-voip:before {
  content: "\F3FE"; }

.mdi-pi:before {
  content: "\F3FF"; }

.mdi-pi-box:before {
  content: "\F400"; }

.mdi-piano:before {
  content: "\F67C"; }

.mdi-pig:before {
  content: "\F401"; }

.mdi-pill:before {
  content: "\F402"; }

.mdi-pillar:before {
  content: "\F701"; }

.mdi-pin:before {
  content: "\F403"; }

.mdi-pin-off:before {
  content: "\F404"; }

.mdi-pine-tree:before {
  content: "\F405"; }

.mdi-pine-tree-box:before {
  content: "\F406"; }

.mdi-pinterest:before {
  content: "\F407"; }

.mdi-pinterest-box:before {
  content: "\F408"; }

.mdi-pipe:before {
  content: "\F7E4"; }

.mdi-pipe-disconnected:before {
  content: "\F7E5"; }

.mdi-pistol:before {
  content: "\F702"; }

.mdi-pizza:before {
  content: "\F409"; }

.mdi-plane-shield:before {
  content: "\F6BA"; }

.mdi-play:before {
  content: "\F40A"; }

.mdi-play-box-outline:before {
  content: "\F40B"; }

.mdi-play-circle:before {
  content: "\F40C"; }

.mdi-play-circle-outline:before {
  content: "\F40D"; }

.mdi-play-pause:before {
  content: "\F40E"; }

.mdi-play-protected-content:before {
  content: "\F40F"; }

.mdi-playlist-check:before {
  content: "\F5C7"; }

.mdi-playlist-minus:before {
  content: "\F410"; }

.mdi-playlist-play:before {
  content: "\F411"; }

.mdi-playlist-plus:before {
  content: "\F412"; }

.mdi-playlist-remove:before {
  content: "\F413"; }

.mdi-playstation:before {
  content: "\F414"; }

.mdi-plex:before {
  content: "\F6B9"; }

.mdi-plus:before {
  content: "\F415"; }

.mdi-plus-box:before {
  content: "\F416"; }

.mdi-plus-box-outline:before {
  content: "\F703"; }

.mdi-plus-circle:before {
  content: "\F417"; }

.mdi-plus-circle-multiple-outline:before {
  content: "\F418"; }

.mdi-plus-circle-outline:before {
  content: "\F419"; }

.mdi-plus-network:before {
  content: "\F41A"; }

.mdi-plus-one:before {
  content: "\F41B"; }

.mdi-plus-outline:before {
  content: "\F704"; }

.mdi-pocket:before {
  content: "\F41C"; }

.mdi-pokeball:before {
  content: "\F41D"; }

.mdi-polaroid:before {
  content: "\F41E"; }

.mdi-poll:before {
  content: "\F41F"; }

.mdi-poll-box:before {
  content: "\F420"; }

.mdi-polymer:before {
  content: "\F421"; }

.mdi-pool:before {
  content: "\F606"; }

.mdi-popcorn:before {
  content: "\F422"; }

.mdi-pot:before {
  content: "\F65A"; }

.mdi-pot-mix:before {
  content: "\F65B"; }

.mdi-pound:before {
  content: "\F423"; }

.mdi-pound-box:before {
  content: "\F424"; }

.mdi-power:before {
  content: "\F425"; }

.mdi-power-plug:before {
  content: "\F6A4"; }

.mdi-power-plug-off:before {
  content: "\F6A5"; }

.mdi-power-settings:before {
  content: "\F426"; }

.mdi-power-socket:before {
  content: "\F427"; }

.mdi-power-socket-eu:before {
  content: "\F7E6"; }

.mdi-power-socket-uk:before {
  content: "\F7E7"; }

.mdi-power-socket-us:before {
  content: "\F7E8"; }

.mdi-prescription:before {
  content: "\F705"; }

.mdi-presentation:before {
  content: "\F428"; }

.mdi-presentation-play:before {
  content: "\F429"; }

.mdi-printer:before {
  content: "\F42A"; }

.mdi-printer-3d:before {
  content: "\F42B"; }

.mdi-printer-alert:before {
  content: "\F42C"; }

.mdi-printer-settings:before {
  content: "\F706"; }

.mdi-priority-high:before {
  content: "\F603"; }

.mdi-priority-low:before {
  content: "\F604"; }

.mdi-professional-hexagon:before {
  content: "\F42D"; }

.mdi-projector:before {
  content: "\F42E"; }

.mdi-projector-screen:before {
  content: "\F42F"; }

.mdi-publish:before {
  content: "\F6A6"; }

.mdi-pulse:before {
  content: "\F430"; }

.mdi-puzzle:before {
  content: "\F431"; }

.mdi-qqchat:before {
  content: "\F605"; }

.mdi-qrcode:before {
  content: "\F432"; }

.mdi-qrcode-scan:before {
  content: "\F433"; }

.mdi-quadcopter:before {
  content: "\F434"; }

.mdi-quality-high:before {
  content: "\F435"; }

.mdi-quicktime:before {
  content: "\F436"; }

.mdi-radar:before {
  content: "\F437"; }

.mdi-radiator:before {
  content: "\F438"; }

.mdi-radio:before {
  content: "\F439"; }

.mdi-radio-handheld:before {
  content: "\F43A"; }

.mdi-radio-tower:before {
  content: "\F43B"; }

.mdi-radioactive:before {
  content: "\F43C"; }

.mdi-radiobox-blank:before {
  content: "\F43D"; }

.mdi-radiobox-marked:before {
  content: "\F43E"; }

.mdi-raspberrypi:before {
  content: "\F43F"; }

.mdi-ray-end:before {
  content: "\F440"; }

.mdi-ray-end-arrow:before {
  content: "\F441"; }

.mdi-ray-start:before {
  content: "\F442"; }

.mdi-ray-start-arrow:before {
  content: "\F443"; }

.mdi-ray-start-end:before {
  content: "\F444"; }

.mdi-ray-vertex:before {
  content: "\F445"; }

.mdi-rdio:before {
  content: "\F446"; }

.mdi-react:before {
  content: "\F707"; }

.mdi-read:before {
  content: "\F447"; }

.mdi-readability:before {
  content: "\F448"; }

.mdi-receipt:before {
  content: "\F449"; }

.mdi-record:before {
  content: "\F44A"; }

.mdi-record-rec:before {
  content: "\F44B"; }

.mdi-recycle:before {
  content: "\F44C"; }

.mdi-reddit:before {
  content: "\F44D"; }

.mdi-redo:before {
  content: "\F44E"; }

.mdi-redo-variant:before {
  content: "\F44F"; }

.mdi-refresh:before {
  content: "\F450"; }

.mdi-regex:before {
  content: "\F451"; }

.mdi-relative-scale:before {
  content: "\F452"; }

.mdi-reload:before {
  content: "\F453"; }

.mdi-remote:before {
  content: "\F454"; }

.mdi-rename-box:before {
  content: "\F455"; }

.mdi-reorder-horizontal:before {
  content: "\F687"; }

.mdi-reorder-vertical:before {
  content: "\F688"; }

.mdi-repeat:before {
  content: "\F456"; }

.mdi-repeat-off:before {
  content: "\F457"; }

.mdi-repeat-once:before {
  content: "\F458"; }

.mdi-replay:before {
  content: "\F459"; }

.mdi-reply:before {
  content: "\F45A"; }

.mdi-reply-all:before {
  content: "\F45B"; }

.mdi-reproduction:before {
  content: "\F45C"; }

.mdi-resize-bottom-right:before {
  content: "\F45D"; }

.mdi-responsive:before {
  content: "\F45E"; }

.mdi-restart:before {
  content: "\F708"; }

.mdi-restore:before {
  content: "\F6A7"; }

.mdi-rewind:before {
  content: "\F45F"; }

.mdi-rewind-outline:before {
  content: "\F709"; }

.mdi-rhombus:before {
  content: "\F70A"; }

.mdi-rhombus-outline:before {
  content: "\F70B"; }

.mdi-ribbon:before {
  content: "\F460"; }

.mdi-rice:before {
  content: "\F7E9"; }

.mdi-ring:before {
  content: "\F7EA"; }

.mdi-road:before {
  content: "\F461"; }

.mdi-road-variant:before {
  content: "\F462"; }

.mdi-robot:before {
  content: "\F6A8"; }

.mdi-rocket:before {
  content: "\F463"; }

.mdi-roomba:before {
  content: "\F70C"; }

.mdi-rotate-3d:before {
  content: "\F464"; }

.mdi-rotate-left:before {
  content: "\F465"; }

.mdi-rotate-left-variant:before {
  content: "\F466"; }

.mdi-rotate-right:before {
  content: "\F467"; }

.mdi-rotate-right-variant:before {
  content: "\F468"; }

.mdi-rounded-corner:before {
  content: "\F607"; }

.mdi-router-wireless:before {
  content: "\F469"; }

.mdi-routes:before {
  content: "\F46A"; }

.mdi-rowing:before {
  content: "\F608"; }

.mdi-rss:before {
  content: "\F46B"; }

.mdi-rss-box:before {
  content: "\F46C"; }

.mdi-ruler:before {
  content: "\F46D"; }

.mdi-run:before {
  content: "\F70D"; }

.mdi-run-fast:before {
  content: "\F46E"; }

.mdi-sale:before {
  content: "\F46F"; }

.mdi-sass:before {
  content: "\F7EB"; }

.mdi-satellite:before {
  content: "\F470"; }

.mdi-satellite-variant:before {
  content: "\F471"; }

.mdi-saxophone:before {
  content: "\F609"; }

.mdi-scale:before {
  content: "\F472"; }

.mdi-scale-balance:before {
  content: "\F5D1"; }

.mdi-scale-bathroom:before {
  content: "\F473"; }

.mdi-scanner:before {
  content: "\F6AA"; }

.mdi-school:before {
  content: "\F474"; }

.mdi-screen-rotation:before {
  content: "\F475"; }

.mdi-screen-rotation-lock:before {
  content: "\F476"; }

.mdi-screwdriver:before {
  content: "\F477"; }

.mdi-script:before {
  content: "\F478"; }

.mdi-sd:before {
  content: "\F479"; }

.mdi-seal:before {
  content: "\F47A"; }

.mdi-search-web:before {
  content: "\F70E"; }

.mdi-seat-flat:before {
  content: "\F47B"; }

.mdi-seat-flat-angled:before {
  content: "\F47C"; }

.mdi-seat-individual-suite:before {
  content: "\F47D"; }

.mdi-seat-legroom-extra:before {
  content: "\F47E"; }

.mdi-seat-legroom-normal:before {
  content: "\F47F"; }

.mdi-seat-legroom-reduced:before {
  content: "\F480"; }

.mdi-seat-recline-extra:before {
  content: "\F481"; }

.mdi-seat-recline-normal:before {
  content: "\F482"; }

.mdi-security:before {
  content: "\F483"; }

.mdi-security-home:before {
  content: "\F689"; }

.mdi-security-network:before {
  content: "\F484"; }

.mdi-select:before {
  content: "\F485"; }

.mdi-select-all:before {
  content: "\F486"; }

.mdi-select-inverse:before {
  content: "\F487"; }

.mdi-select-off:before {
  content: "\F488"; }

.mdi-selection:before {
  content: "\F489"; }

.mdi-selection-off:before {
  content: "\F776"; }

.mdi-send:before {
  content: "\F48A"; }

.mdi-send-secure:before {
  content: "\F7EC"; }

.mdi-serial-port:before {
  content: "\F65C"; }

.mdi-server:before {
  content: "\F48B"; }

.mdi-server-minus:before {
  content: "\F48C"; }

.mdi-server-network:before {
  content: "\F48D"; }

.mdi-server-network-off:before {
  content: "\F48E"; }

.mdi-server-off:before {
  content: "\F48F"; }

.mdi-server-plus:before {
  content: "\F490"; }

.mdi-server-remove:before {
  content: "\F491"; }

.mdi-server-security:before {
  content: "\F492"; }

.mdi-set-all:before {
  content: "\F777"; }

.mdi-set-center:before {
  content: "\F778"; }

.mdi-set-center-right:before {
  content: "\F779"; }

.mdi-set-left:before {
  content: "\F77A"; }

.mdi-set-left-center:before {
  content: "\F77B"; }

.mdi-set-left-right:before {
  content: "\F77C"; }

.mdi-set-none:before {
  content: "\F77D"; }

.mdi-set-right:before {
  content: "\F77E"; }

.mdi-settings:before {
  content: "\F493"; }

.mdi-settings-box:before {
  content: "\F494"; }

.mdi-shape-circle-plus:before {
  content: "\F65D"; }

.mdi-shape-plus:before {
  content: "\F495"; }

.mdi-shape-polygon-plus:before {
  content: "\F65E"; }

.mdi-shape-rectangle-plus:before {
  content: "\F65F"; }

.mdi-shape-square-plus:before {
  content: "\F660"; }

.mdi-share:before {
  content: "\F496"; }

.mdi-share-variant:before {
  content: "\F497"; }

.mdi-shield:before {
  content: "\F498"; }

.mdi-shield-half-full:before {
  content: "\F77F"; }

.mdi-shield-outline:before {
  content: "\F499"; }

.mdi-shopping:before {
  content: "\F49A"; }

.mdi-shopping-music:before {
  content: "\F49B"; }

.mdi-shovel:before {
  content: "\F70F"; }

.mdi-shovel-off:before {
  content: "\F710"; }

.mdi-shredder:before {
  content: "\F49C"; }

.mdi-shuffle:before {
  content: "\F49D"; }

.mdi-shuffle-disabled:before {
  content: "\F49E"; }

.mdi-shuffle-variant:before {
  content: "\F49F"; }

.mdi-sigma:before {
  content: "\F4A0"; }

.mdi-sigma-lower:before {
  content: "\F62B"; }

.mdi-sign-caution:before {
  content: "\F4A1"; }

.mdi-sign-direction:before {
  content: "\F780"; }

.mdi-sign-text:before {
  content: "\F781"; }

.mdi-signal:before {
  content: "\F4A2"; }

.mdi-signal-2g:before {
  content: "\F711"; }

.mdi-signal-3g:before {
  content: "\F712"; }

.mdi-signal-4g:before {
  content: "\F713"; }

.mdi-signal-hspa:before {
  content: "\F714"; }

.mdi-signal-hspa-plus:before {
  content: "\F715"; }

.mdi-signal-off:before {
  content: "\F782"; }

.mdi-signal-variant:before {
  content: "\F60A"; }

.mdi-silverware:before {
  content: "\F4A3"; }

.mdi-silverware-fork:before {
  content: "\F4A4"; }

.mdi-silverware-spoon:before {
  content: "\F4A5"; }

.mdi-silverware-variant:before {
  content: "\F4A6"; }

.mdi-sim:before {
  content: "\F4A7"; }

.mdi-sim-alert:before {
  content: "\F4A8"; }

.mdi-sim-off:before {
  content: "\F4A9"; }

.mdi-sitemap:before {
  content: "\F4AA"; }

.mdi-skip-backward:before {
  content: "\F4AB"; }

.mdi-skip-forward:before {
  content: "\F4AC"; }

.mdi-skip-next:before {
  content: "\F4AD"; }

.mdi-skip-next-circle:before {
  content: "\F661"; }

.mdi-skip-next-circle-outline:before {
  content: "\F662"; }

.mdi-skip-previous:before {
  content: "\F4AE"; }

.mdi-skip-previous-circle:before {
  content: "\F663"; }

.mdi-skip-previous-circle-outline:before {
  content: "\F664"; }

.mdi-skull:before {
  content: "\F68B"; }

.mdi-skype:before {
  content: "\F4AF"; }

.mdi-skype-business:before {
  content: "\F4B0"; }

.mdi-slack:before {
  content: "\F4B1"; }

.mdi-sleep:before {
  content: "\F4B2"; }

.mdi-sleep-off:before {
  content: "\F4B3"; }

.mdi-smoking:before {
  content: "\F4B4"; }

.mdi-smoking-off:before {
  content: "\F4B5"; }

.mdi-snapchat:before {
  content: "\F4B6"; }

.mdi-snowflake:before {
  content: "\F716"; }

.mdi-snowman:before {
  content: "\F4B7"; }

.mdi-soccer:before {
  content: "\F4B8"; }

.mdi-sofa:before {
  content: "\F4B9"; }

.mdi-solid:before {
  content: "\F68C"; }

.mdi-sort:before {
  content: "\F4BA"; }

.mdi-sort-alphabetical:before {
  content: "\F4BB"; }

.mdi-sort-ascending:before {
  content: "\F4BC"; }

.mdi-sort-descending:before {
  content: "\F4BD"; }

.mdi-sort-numeric:before {
  content: "\F4BE"; }

.mdi-sort-variant:before {
  content: "\F4BF"; }

.mdi-soundcloud:before {
  content: "\F4C0"; }

.mdi-source-branch:before {
  content: "\F62C"; }

.mdi-source-commit:before {
  content: "\F717"; }

.mdi-source-commit-end:before {
  content: "\F718"; }

.mdi-source-commit-end-local:before {
  content: "\F719"; }

.mdi-source-commit-local:before {
  content: "\F71A"; }

.mdi-source-commit-next-local:before {
  content: "\F71B"; }

.mdi-source-commit-start:before {
  content: "\F71C"; }

.mdi-source-commit-start-next-local:before {
  content: "\F71D"; }

.mdi-source-fork:before {
  content: "\F4C1"; }

.mdi-source-merge:before {
  content: "\F62D"; }

.mdi-source-pull:before {
  content: "\F4C2"; }

.mdi-soy-sauce:before {
  content: "\F7ED"; }

.mdi-speaker:before {
  content: "\F4C3"; }

.mdi-speaker-off:before {
  content: "\F4C4"; }

.mdi-speaker-wireless:before {
  content: "\F71E"; }

.mdi-speedometer:before {
  content: "\F4C5"; }

.mdi-spellcheck:before {
  content: "\F4C6"; }

.mdi-spotify:before {
  content: "\F4C7"; }

.mdi-spotlight:before {
  content: "\F4C8"; }

.mdi-spotlight-beam:before {
  content: "\F4C9"; }

.mdi-spray:before {
  content: "\F665"; }

.mdi-square:before {
  content: "\F763"; }

.mdi-square-inc:before {
  content: "\F4CA"; }

.mdi-square-inc-cash:before {
  content: "\F4CB"; }

.mdi-square-outline:before {
  content: "\F762"; }

.mdi-square-root:before {
  content: "\F783"; }

.mdi-stackexchange:before {
  content: "\F60B"; }

.mdi-stackoverflow:before {
  content: "\F4CC"; }

.mdi-stadium:before {
  content: "\F71F"; }

.mdi-stairs:before {
  content: "\F4CD"; }

.mdi-standard-definition:before {
  content: "\F7EE"; }

.mdi-star:before {
  content: "\F4CE"; }

.mdi-star-circle:before {
  content: "\F4CF"; }

.mdi-star-half:before {
  content: "\F4D0"; }

.mdi-star-off:before {
  content: "\F4D1"; }

.mdi-star-outline:before {
  content: "\F4D2"; }

.mdi-steam:before {
  content: "\F4D3"; }

.mdi-steering:before {
  content: "\F4D4"; }

.mdi-step-backward:before {
  content: "\F4D5"; }

.mdi-step-backward-2:before {
  content: "\F4D6"; }

.mdi-step-forward:before {
  content: "\F4D7"; }

.mdi-step-forward-2:before {
  content: "\F4D8"; }

.mdi-stethoscope:before {
  content: "\F4D9"; }

.mdi-sticker:before {
  content: "\F5D0"; }

.mdi-sticker-emoji:before {
  content: "\F784"; }

.mdi-stocking:before {
  content: "\F4DA"; }

.mdi-stop:before {
  content: "\F4DB"; }

.mdi-stop-circle:before {
  content: "\F666"; }

.mdi-stop-circle-outline:before {
  content: "\F667"; }

.mdi-store:before {
  content: "\F4DC"; }

.mdi-store-24-hour:before {
  content: "\F4DD"; }

.mdi-stove:before {
  content: "\F4DE"; }

.mdi-subdirectory-arrow-left:before {
  content: "\F60C"; }

.mdi-subdirectory-arrow-right:before {
  content: "\F60D"; }

.mdi-subway:before {
  content: "\F6AB"; }

.mdi-subway-variant:before {
  content: "\F4DF"; }

.mdi-summit:before {
  content: "\F785"; }

.mdi-sunglasses:before {
  content: "\F4E0"; }

.mdi-surround-sound:before {
  content: "\F5C5"; }

.mdi-surround-sound-2-0:before {
  content: "\F7EF"; }

.mdi-surround-sound-3-1:before {
  content: "\F7F0"; }

.mdi-surround-sound-5-1:before {
  content: "\F7F1"; }

.mdi-surround-sound-7-1:before {
  content: "\F7F2"; }

.mdi-svg:before {
  content: "\F720"; }

.mdi-swap-horizontal:before {
  content: "\F4E1"; }

.mdi-swap-vertical:before {
  content: "\F4E2"; }

.mdi-swim:before {
  content: "\F4E3"; }

.mdi-switch:before {
  content: "\F4E4"; }

.mdi-sword:before {
  content: "\F4E5"; }

.mdi-sword-cross:before {
  content: "\F786"; }

.mdi-sync:before {
  content: "\F4E6"; }

.mdi-sync-alert:before {
  content: "\F4E7"; }

.mdi-sync-off:before {
  content: "\F4E8"; }

.mdi-tab:before {
  content: "\F4E9"; }

.mdi-tab-plus:before {
  content: "\F75B"; }

.mdi-tab-unselected:before {
  content: "\F4EA"; }

.mdi-table:before {
  content: "\F4EB"; }

.mdi-table-column-plus-after:before {
  content: "\F4EC"; }

.mdi-table-column-plus-before:before {
  content: "\F4ED"; }

.mdi-table-column-remove:before {
  content: "\F4EE"; }

.mdi-table-column-width:before {
  content: "\F4EF"; }

.mdi-table-edit:before {
  content: "\F4F0"; }

.mdi-table-large:before {
  content: "\F4F1"; }

.mdi-table-row-height:before {
  content: "\F4F2"; }

.mdi-table-row-plus-after:before {
  content: "\F4F3"; }

.mdi-table-row-plus-before:before {
  content: "\F4F4"; }

.mdi-table-row-remove:before {
  content: "\F4F5"; }

.mdi-tablet:before {
  content: "\F4F6"; }

.mdi-tablet-android:before {
  content: "\F4F7"; }

.mdi-tablet-ipad:before {
  content: "\F4F8"; }

.mdi-taco:before {
  content: "\F761"; }

.mdi-tag:before {
  content: "\F4F9"; }

.mdi-tag-faces:before {
  content: "\F4FA"; }

.mdi-tag-heart:before {
  content: "\F68A"; }

.mdi-tag-multiple:before {
  content: "\F4FB"; }

.mdi-tag-outline:before {
  content: "\F4FC"; }

.mdi-tag-plus:before {
  content: "\F721"; }

.mdi-tag-remove:before {
  content: "\F722"; }

.mdi-tag-text-outline:before {
  content: "\F4FD"; }

.mdi-target:before {
  content: "\F4FE"; }

.mdi-taxi:before {
  content: "\F4FF"; }

.mdi-teamviewer:before {
  content: "\F500"; }

.mdi-telegram:before {
  content: "\F501"; }

.mdi-television:before {
  content: "\F502"; }

.mdi-television-classic:before {
  content: "\F7F3"; }

.mdi-television-guide:before {
  content: "\F503"; }

.mdi-temperature-celsius:before {
  content: "\F504"; }

.mdi-temperature-fahrenheit:before {
  content: "\F505"; }

.mdi-temperature-kelvin:before {
  content: "\F506"; }

.mdi-tennis:before {
  content: "\F507"; }

.mdi-tent:before {
  content: "\F508"; }

.mdi-terrain:before {
  content: "\F509"; }

.mdi-test-tube:before {
  content: "\F668"; }

.mdi-text-shadow:before {
  content: "\F669"; }

.mdi-text-to-speech:before {
  content: "\F50A"; }

.mdi-text-to-speech-off:before {
  content: "\F50B"; }

.mdi-textbox:before {
  content: "\F60E"; }

.mdi-textbox-password:before {
  content: "\F7F4"; }

.mdi-texture:before {
  content: "\F50C"; }

.mdi-theater:before {
  content: "\F50D"; }

.mdi-theme-light-dark:before {
  content: "\F50E"; }

.mdi-thermometer:before {
  content: "\F50F"; }

.mdi-thermometer-lines:before {
  content: "\F510"; }

.mdi-thought-bubble:before {
  content: "\F7F5"; }

.mdi-thought-bubble-outline:before {
  content: "\F7F6"; }

.mdi-thumb-down:before {
  content: "\F511"; }

.mdi-thumb-down-outline:before {
  content: "\F512"; }

.mdi-thumb-up:before {
  content: "\F513"; }

.mdi-thumb-up-outline:before {
  content: "\F514"; }

.mdi-thumbs-up-down:before {
  content: "\F515"; }

.mdi-ticket:before {
  content: "\F516"; }

.mdi-ticket-account:before {
  content: "\F517"; }

.mdi-ticket-confirmation:before {
  content: "\F518"; }

.mdi-ticket-percent:before {
  content: "\F723"; }

.mdi-tie:before {
  content: "\F519"; }

.mdi-tilde:before {
  content: "\F724"; }

.mdi-timelapse:before {
  content: "\F51A"; }

.mdi-timer:before {
  content: "\F51B"; }

.mdi-timer-10:before {
  content: "\F51C"; }

.mdi-timer-3:before {
  content: "\F51D"; }

.mdi-timer-off:before {
  content: "\F51E"; }

.mdi-timer-sand:before {
  content: "\F51F"; }

.mdi-timer-sand-empty:before {
  content: "\F6AC"; }

.mdi-timer-sand-full:before {
  content: "\F78B"; }

.mdi-timetable:before {
  content: "\F520"; }

.mdi-toggle-switch:before {
  content: "\F521"; }

.mdi-toggle-switch-off:before {
  content: "\F522"; }

.mdi-tooltip:before {
  content: "\F523"; }

.mdi-tooltip-edit:before {
  content: "\F524"; }

.mdi-tooltip-image:before {
  content: "\F525"; }

.mdi-tooltip-outline:before {
  content: "\F526"; }

.mdi-tooltip-outline-plus:before {
  content: "\F527"; }

.mdi-tooltip-text:before {
  content: "\F528"; }

.mdi-tooth:before {
  content: "\F529"; }

.mdi-tor:before {
  content: "\F52A"; }

.mdi-tower-beach:before {
  content: "\F680"; }

.mdi-tower-fire:before {
  content: "\F681"; }

.mdi-trackpad:before {
  content: "\F7F7"; }

.mdi-traffic-light:before {
  content: "\F52B"; }

.mdi-train:before {
  content: "\F52C"; }

.mdi-tram:before {
  content: "\F52D"; }

.mdi-transcribe:before {
  content: "\F52E"; }

.mdi-transcribe-close:before {
  content: "\F52F"; }

.mdi-transfer:before {
  content: "\F530"; }

.mdi-transit-transfer:before {
  content: "\F6AD"; }

.mdi-translate:before {
  content: "\F5CA"; }

.mdi-treasure-chest:before {
  content: "\F725"; }

.mdi-tree:before {
  content: "\F531"; }

.mdi-trello:before {
  content: "\F532"; }

.mdi-trending-down:before {
  content: "\F533"; }

.mdi-trending-neutral:before {
  content: "\F534"; }

.mdi-trending-up:before {
  content: "\F535"; }

.mdi-triangle:before {
  content: "\F536"; }

.mdi-triangle-outline:before {
  content: "\F537"; }

.mdi-trophy:before {
  content: "\F538"; }

.mdi-trophy-award:before {
  content: "\F539"; }

.mdi-trophy-outline:before {
  content: "\F53A"; }

.mdi-trophy-variant:before {
  content: "\F53B"; }

.mdi-trophy-variant-outline:before {
  content: "\F53C"; }

.mdi-truck:before {
  content: "\F53D"; }

.mdi-truck-delivery:before {
  content: "\F53E"; }

.mdi-truck-fast:before {
  content: "\F787"; }

.mdi-truck-trailer:before {
  content: "\F726"; }

.mdi-tshirt-crew:before {
  content: "\F53F"; }

.mdi-tshirt-v:before {
  content: "\F540"; }

.mdi-tumblr:before {
  content: "\F541"; }

.mdi-tumblr-reblog:before {
  content: "\F542"; }

.mdi-tune:before {
  content: "\F62E"; }

.mdi-tune-vertical:before {
  content: "\F66A"; }

.mdi-twitch:before {
  content: "\F543"; }

.mdi-twitter:before {
  content: "\F544"; }

.mdi-twitter-box:before {
  content: "\F545"; }

.mdi-twitter-circle:before {
  content: "\F546"; }

.mdi-twitter-retweet:before {
  content: "\F547"; }

.mdi-uber:before {
  content: "\F748"; }

.mdi-ubuntu:before {
  content: "\F548"; }

.mdi-ultra-high-definition:before {
  content: "\F7F8"; }

.mdi-umbraco:before {
  content: "\F549"; }

.mdi-umbrella:before {
  content: "\F54A"; }

.mdi-umbrella-outline:before {
  content: "\F54B"; }

.mdi-undo:before {
  content: "\F54C"; }

.mdi-undo-variant:before {
  content: "\F54D"; }

.mdi-unfold-less-horizontal:before {
  content: "\F54E"; }

.mdi-unfold-less-vertical:before {
  content: "\F75F"; }

.mdi-unfold-more-horizontal:before {
  content: "\F54F"; }

.mdi-unfold-more-vertical:before {
  content: "\F760"; }

.mdi-ungroup:before {
  content: "\F550"; }

.mdi-unity:before {
  content: "\F6AE"; }

.mdi-untappd:before {
  content: "\F551"; }

.mdi-update:before {
  content: "\F6AF"; }

.mdi-upload:before {
  content: "\F552"; }

.mdi-upload-network:before {
  content: "\F6F5"; }

.mdi-usb:before {
  content: "\F553"; }

.mdi-van-passenger:before {
  content: "\F7F9"; }

.mdi-van-utility:before {
  content: "\F7FA"; }

.mdi-vanish:before {
  content: "\F7FB"; }

.mdi-vector-arrange-above:before {
  content: "\F554"; }

.mdi-vector-arrange-below:before {
  content: "\F555"; }

.mdi-vector-circle:before {
  content: "\F556"; }

.mdi-vector-circle-variant:before {
  content: "\F557"; }

.mdi-vector-combine:before {
  content: "\F558"; }

.mdi-vector-curve:before {
  content: "\F559"; }

.mdi-vector-difference:before {
  content: "\F55A"; }

.mdi-vector-difference-ab:before {
  content: "\F55B"; }

.mdi-vector-difference-ba:before {
  content: "\F55C"; }

.mdi-vector-intersection:before {
  content: "\F55D"; }

.mdi-vector-line:before {
  content: "\F55E"; }

.mdi-vector-point:before {
  content: "\F55F"; }

.mdi-vector-polygon:before {
  content: "\F560"; }

.mdi-vector-polyline:before {
  content: "\F561"; }

.mdi-vector-radius:before {
  content: "\F749"; }

.mdi-vector-rectangle:before {
  content: "\F5C6"; }

.mdi-vector-selection:before {
  content: "\F562"; }

.mdi-vector-square:before {
  content: "\F001"; }

.mdi-vector-triangle:before {
  content: "\F563"; }

.mdi-vector-union:before {
  content: "\F564"; }

.mdi-verified:before {
  content: "\F565"; }

.mdi-vibrate:before {
  content: "\F566"; }

.mdi-video:before {
  content: "\F567"; }

.mdi-video-3d:before {
  content: "\F7FC"; }

.mdi-video-off:before {
  content: "\F568"; }

.mdi-video-switch:before {
  content: "\F569"; }

.mdi-view-agenda:before {
  content: "\F56A"; }

.mdi-view-array:before {
  content: "\F56B"; }

.mdi-view-carousel:before {
  content: "\F56C"; }

.mdi-view-column:before {
  content: "\F56D"; }

.mdi-view-dashboard:before {
  content: "\F56E"; }

.mdi-view-day:before {
  content: "\F56F"; }

.mdi-view-grid:before {
  content: "\F570"; }

.mdi-view-headline:before {
  content: "\F571"; }

.mdi-view-list:before {
  content: "\F572"; }

.mdi-view-module:before {
  content: "\F573"; }

.mdi-view-parallel:before {
  content: "\F727"; }

.mdi-view-quilt:before {
  content: "\F574"; }

.mdi-view-sequential:before {
  content: "\F728"; }

.mdi-view-stream:before {
  content: "\F575"; }

.mdi-view-week:before {
  content: "\F576"; }

.mdi-vimeo:before {
  content: "\F577"; }

.mdi-vine:before {
  content: "\F578"; }

.mdi-violin:before {
  content: "\F60F"; }

.mdi-visualstudio:before {
  content: "\F610"; }

.mdi-vk:before {
  content: "\F579"; }

.mdi-vk-box:before {
  content: "\F57A"; }

.mdi-vk-circle:before {
  content: "\F57B"; }

.mdi-vlc:before {
  content: "\F57C"; }

.mdi-voice:before {
  content: "\F5CB"; }

.mdi-voicemail:before {
  content: "\F57D"; }

.mdi-volume-high:before {
  content: "\F57E"; }

.mdi-volume-low:before {
  content: "\F57F"; }

.mdi-volume-medium:before {
  content: "\F580"; }

.mdi-volume-minus:before {
  content: "\F75D"; }

.mdi-volume-mute:before {
  content: "\F75E"; }

.mdi-volume-off:before {
  content: "\F581"; }

.mdi-volume-plus:before {
  content: "\F75C"; }

.mdi-vpn:before {
  content: "\F582"; }

.mdi-walk:before {
  content: "\F583"; }

.mdi-wall:before {
  content: "\F7FD"; }

.mdi-wallet:before {
  content: "\F584"; }

.mdi-wallet-giftcard:before {
  content: "\F585"; }

.mdi-wallet-membership:before {
  content: "\F586"; }

.mdi-wallet-travel:before {
  content: "\F587"; }

.mdi-wan:before {
  content: "\F588"; }

.mdi-washing-machine:before {
  content: "\F729"; }

.mdi-watch:before {
  content: "\F589"; }

.mdi-watch-export:before {
  content: "\F58A"; }

.mdi-watch-import:before {
  content: "\F58B"; }

.mdi-watch-vibrate:before {
  content: "\F6B0"; }

.mdi-water:before {
  content: "\F58C"; }

.mdi-water-off:before {
  content: "\F58D"; }

.mdi-water-percent:before {
  content: "\F58E"; }

.mdi-water-pump:before {
  content: "\F58F"; }

.mdi-watermark:before {
  content: "\F612"; }

.mdi-waves:before {
  content: "\F78C"; }

.mdi-weather-cloudy:before {
  content: "\F590"; }

.mdi-weather-fog:before {
  content: "\F591"; }

.mdi-weather-hail:before {
  content: "\F592"; }

.mdi-weather-lightning:before {
  content: "\F593"; }

.mdi-weather-lightning-rainy:before {
  content: "\F67D"; }

.mdi-weather-night:before {
  content: "\F594"; }

.mdi-weather-partlycloudy:before {
  content: "\F595"; }

.mdi-weather-pouring:before {
  content: "\F596"; }

.mdi-weather-rainy:before {
  content: "\F597"; }

.mdi-weather-snowy:before {
  content: "\F598"; }

.mdi-weather-snowy-rainy:before {
  content: "\F67E"; }

.mdi-weather-sunny:before {
  content: "\F599"; }

.mdi-weather-sunset:before {
  content: "\F59A"; }

.mdi-weather-sunset-down:before {
  content: "\F59B"; }

.mdi-weather-sunset-up:before {
  content: "\F59C"; }

.mdi-weather-windy:before {
  content: "\F59D"; }

.mdi-weather-windy-variant:before {
  content: "\F59E"; }

.mdi-web:before {
  content: "\F59F"; }

.mdi-webcam:before {
  content: "\F5A0"; }

.mdi-webhook:before {
  content: "\F62F"; }

.mdi-webpack:before {
  content: "\F72A"; }

.mdi-wechat:before {
  content: "\F611"; }

.mdi-weight:before {
  content: "\F5A1"; }

.mdi-weight-kilogram:before {
  content: "\F5A2"; }

.mdi-whatsapp:before {
  content: "\F5A3"; }

.mdi-wheelchair-accessibility:before {
  content: "\F5A4"; }

.mdi-white-balance-auto:before {
  content: "\F5A5"; }

.mdi-white-balance-incandescent:before {
  content: "\F5A6"; }

.mdi-white-balance-iridescent:before {
  content: "\F5A7"; }

.mdi-white-balance-sunny:before {
  content: "\F5A8"; }

.mdi-widgets:before {
  content: "\F72B"; }

.mdi-wifi:before {
  content: "\F5A9"; }

.mdi-wifi-off:before {
  content: "\F5AA"; }

.mdi-wii:before {
  content: "\F5AB"; }

.mdi-wiiu:before {
  content: "\F72C"; }

.mdi-wikipedia:before {
  content: "\F5AC"; }

.mdi-window-close:before {
  content: "\F5AD"; }

.mdi-window-closed:before {
  content: "\F5AE"; }

.mdi-window-maximize:before {
  content: "\F5AF"; }

.mdi-window-minimize:before {
  content: "\F5B0"; }

.mdi-window-open:before {
  content: "\F5B1"; }

.mdi-window-restore:before {
  content: "\F5B2"; }

.mdi-windows:before {
  content: "\F5B3"; }

.mdi-wordpress:before {
  content: "\F5B4"; }

.mdi-worker:before {
  content: "\F5B5"; }

.mdi-wrap:before {
  content: "\F5B6"; }

.mdi-wrench:before {
  content: "\F5B7"; }

.mdi-wunderlist:before {
  content: "\F5B8"; }

.mdi-xaml:before {
  content: "\F673"; }

.mdi-xbox:before {
  content: "\F5B9"; }

.mdi-xbox-controller:before {
  content: "\F5BA"; }

.mdi-xbox-controller-battery-alert:before {
  content: "\F74A"; }

.mdi-xbox-controller-battery-empty:before {
  content: "\F74B"; }

.mdi-xbox-controller-battery-full:before {
  content: "\F74C"; }

.mdi-xbox-controller-battery-low:before {
  content: "\F74D"; }

.mdi-xbox-controller-battery-medium:before {
  content: "\F74E"; }

.mdi-xbox-controller-battery-unknown:before {
  content: "\F74F"; }

.mdi-xbox-controller-off:before {
  content: "\F5BB"; }

.mdi-xda:before {
  content: "\F5BC"; }

.mdi-xing:before {
  content: "\F5BD"; }

.mdi-xing-box:before {
  content: "\F5BE"; }

.mdi-xing-circle:before {
  content: "\F5BF"; }

.mdi-xml:before {
  content: "\F5C0"; }

.mdi-xmpp:before {
  content: "\F7FE"; }

.mdi-yammer:before {
  content: "\F788"; }

.mdi-yeast:before {
  content: "\F5C1"; }

.mdi-yelp:before {
  content: "\F5C2"; }

.mdi-yin-yang:before {
  content: "\F67F"; }

.mdi-youtube-play:before {
  content: "\F5C3"; }

.mdi-zip-box:before {
  content: "\F5C4"; }

.mdi-blank:before {
  content: "\F68C";
  visibility: hidden; }

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px; }

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px; }

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px; }

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px; }

.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54); }

.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26); }

.mdi-light:before {
  color: white; }

.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3); }

.mdi-rotate-45 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(45deg);
      transform: scaleX(-1) rotate(45deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: scaleY(-1) rotate(45deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */ }

.mdi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mdi-rotate-90 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(90deg);
      transform: scaleX(-1) rotate(90deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: scaleY(-1) rotate(90deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */ }

.mdi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.mdi-rotate-135 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(135deg);
      transform: scaleX(-1) rotate(135deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: scaleY(-1) rotate(135deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */ }

.mdi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.mdi-rotate-180 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(180deg);
      transform: scaleX(-1) rotate(180deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: scaleY(-1) rotate(180deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */ }

.mdi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.mdi-rotate-225 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(225deg);
      transform: scaleX(-1) rotate(225deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: scaleY(-1) rotate(225deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */ }

.mdi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

.mdi-rotate-270 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(270deg);
      transform: scaleX(-1) rotate(270deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: scaleY(-1) rotate(270deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */ }

.mdi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.mdi-rotate-315 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(315deg);
      transform: scaleX(-1) rotate(315deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(315deg);
      -ms-transform: rotate(315deg);
      transform: scaleY(-1) rotate(315deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */ }

.mdi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg); }

.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.mdi-spin:before {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear; }

@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@font-face {
  font-family: 'simple-line-icons';
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-user:before {
  content: "\e005"; }

.icon-people:before {
  content: "\e001"; }

.icon-user-female:before {
  content: "\e000"; }

.icon-user-follow:before {
  content: "\e002"; }

.icon-user-following:before {
  content: "\e003"; }

.icon-user-unfollow:before {
  content: "\e004"; }

.icon-login:before {
  content: "\e066"; }

.icon-logout:before {
  content: "\e065"; }

.icon-emotsmile:before {
  content: "\e021"; }

.icon-phone:before {
  content: "\e600"; }

.icon-call-end:before {
  content: "\e048"; }

.icon-call-in:before {
  content: "\e047"; }

.icon-call-out:before {
  content: "\e046"; }

.icon-map:before {
  content: "\e033"; }

.icon-location-pin:before {
  content: "\e096"; }

.icon-direction:before {
  content: "\e042"; }

.icon-directions:before {
  content: "\e041"; }

.icon-compass:before {
  content: "\e045"; }

.icon-layers:before {
  content: "\e034"; }

.icon-menu:before {
  content: "\e601"; }

.icon-list:before {
  content: "\e067"; }

.icon-options-vertical:before {
  content: "\e602"; }

.icon-options:before {
  content: "\e603"; }

.icon-arrow-down:before {
  content: "\e604"; }

.icon-arrow-left:before {
  content: "\e605"; }

.icon-arrow-right:before {
  content: "\e606"; }

.icon-arrow-up:before {
  content: "\e607"; }

.icon-arrow-up-circle:before {
  content: "\e078"; }

.icon-arrow-left-circle:before {
  content: "\e07a"; }

.icon-arrow-right-circle:before {
  content: "\e079"; }

.icon-arrow-down-circle:before {
  content: "\e07b"; }

.icon-check:before {
  content: "\e080"; }

.icon-clock:before {
  content: "\e081"; }

.icon-plus:before {
  content: "\e095"; }

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

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

.icon-event:before {
  content: "\e619"; }

.icon-exclamation:before {
  content: "\e617"; }

.icon-organization:before {
  content: "\e616"; }

.icon-trophy:before {
  content: "\e006"; }

.icon-screen-smartphone:before {
  content: "\e010"; }

.icon-screen-desktop:before {
  content: "\e011"; }

.icon-plane:before {
  content: "\e012"; }

.icon-notebook:before {
  content: "\e013"; }

.icon-mustache:before {
  content: "\e014"; }

.icon-mouse:before {
  content: "\e015"; }

.icon-magnet:before {
  content: "\e016"; }

.icon-energy:before {
  content: "\e020"; }

.icon-disc:before {
  content: "\e022"; }

.icon-cursor:before {
  content: "\e06e"; }

.icon-cursor-move:before {
  content: "\e023"; }

.icon-crop:before {
  content: "\e024"; }

.icon-chemistry:before {
  content: "\e026"; }

.icon-speedometer:before {
  content: "\e007"; }

.icon-shield:before {
  content: "\e00e"; }

.icon-screen-tablet:before {
  content: "\e00f"; }

.icon-magic-wand:before {
  content: "\e017"; }

.icon-hourglass:before {
  content: "\e018"; }

.icon-graduation:before {
  content: "\e019"; }

.icon-ghost:before {
  content: "\e01a"; }

.icon-game-controller:before {
  content: "\e01b"; }

.icon-fire:before {
  content: "\e01c"; }

.icon-eyeglass:before {
  content: "\e01d"; }

.icon-envelope-open:before {
  content: "\e01e"; }

.icon-envelope-letter:before {
  content: "\e01f"; }

.icon-bell:before {
  content: "\e027"; }

.icon-badge:before {
  content: "\e028"; }

.icon-anchor:before {
  content: "\e029"; }

.icon-wallet:before {
  content: "\e02a"; }

.icon-vector:before {
  content: "\e02b"; }

.icon-speech:before {
  content: "\e02c"; }

.icon-puzzle:before {
  content: "\e02d"; }

.icon-printer:before {
  content: "\e02e"; }

.icon-present:before {
  content: "\e02f"; }

.icon-playlist:before {
  content: "\e030"; }

.icon-pin:before {
  content: "\e031"; }

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

.icon-handbag:before {
  content: "\e035"; }

.icon-globe-alt:before {
  content: "\e036"; }

.icon-globe:before {
  content: "\e037"; }

.icon-folder-alt:before {
  content: "\e039"; }

.icon-folder:before {
  content: "\e089"; }

.icon-film:before {
  content: "\e03a"; }

.icon-feed:before {
  content: "\e03b"; }

.icon-drop:before {
  content: "\e03e"; }

.icon-drawer:before {
  content: "\e03f"; }

.icon-docs:before {
  content: "\e040"; }

.icon-doc:before {
  content: "\e085"; }

.icon-diamond:before {
  content: "\e043"; }

.icon-cup:before {
  content: "\e044"; }

.icon-calculator:before {
  content: "\e049"; }

.icon-bubbles:before {
  content: "\e04a"; }

.icon-briefcase:before {
  content: "\e04b"; }

.icon-book-open:before {
  content: "\e04c"; }

.icon-basket-loaded:before {
  content: "\e04d"; }

.icon-basket:before {
  content: "\e04e"; }

.icon-bag:before {
  content: "\e04f"; }

.icon-action-undo:before {
  content: "\e050"; }

.icon-action-redo:before {
  content: "\e051"; }

.icon-wrench:before {
  content: "\e052"; }

.icon-umbrella:before {
  content: "\e053"; }

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

.icon-tag:before {
  content: "\e055"; }

.icon-support:before {
  content: "\e056"; }

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

.icon-size-fullscreen:before {
  content: "\e057"; }

.icon-size-actual:before {
  content: "\e058"; }

.icon-shuffle:before {
  content: "\e059"; }

.icon-share-alt:before {
  content: "\e05a"; }

.icon-share:before {
  content: "\e05b"; }

.icon-rocket:before {
  content: "\e05c"; }

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

.icon-pie-chart:before {
  content: "\e05e"; }

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

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

.icon-loop:before {
  content: "\e064"; }

.icon-home:before {
  content: "\e069"; }

.icon-grid:before {
  content: "\e06a"; }

.icon-graph:before {
  content: "\e06b"; }

.icon-microphone:before {
  content: "\e063"; }

.icon-music-tone-alt:before {
  content: "\e061"; }

.icon-music-tone:before {
  content: "\e062"; }

.icon-earphones-alt:before {
  content: "\e03c"; }

.icon-earphones:before {
  content: "\e03d"; }

.icon-equalizer:before {
  content: "\e06c"; }

.icon-like:before {
  content: "\e068"; }

.icon-dislike:before {
  content: "\e06d"; }

.icon-control-start:before {
  content: "\e06f"; }

.icon-control-rewind:before {
  content: "\e070"; }

.icon-control-play:before {
  content: "\e071"; }

.icon-control-pause:before {
  content: "\e072"; }

.icon-control-forward:before {
  content: "\e073"; }

.icon-control-end:before {
  content: "\e074"; }

.icon-volume-1:before {
  content: "\e09f"; }

.icon-volume-2:before {
  content: "\e0a0"; }

.icon-volume-off:before {
  content: "\e0a1"; }

.icon-calendar:before {
  content: "\e075"; }

.icon-bulb:before {
  content: "\e076"; }

.icon-chart:before {
  content: "\e077"; }

.icon-ban:before {
  content: "\e07c"; }

.icon-bubble:before {
  content: "\e07d"; }

.icon-camrecorder:before {
  content: "\e07e"; }

.icon-camera:before {
  content: "\e07f"; }

.icon-cloud-download:before {
  content: "\e083"; }

.icon-cloud-upload:before {
  content: "\e084"; }

.icon-envelope:before {
  content: "\e086"; }

.icon-eye:before {
  content: "\e087"; }

.icon-flag:before {
  content: "\e088"; }

.icon-heart:before {
  content: "\e08a"; }

.icon-info:before {
  content: "\e08b"; }

.icon-key:before {
  content: "\e08c"; }

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

.icon-lock:before {
  content: "\e08e"; }

.icon-lock-open:before {
  content: "\e08f"; }

.icon-magnifier:before {
  content: "\e090"; }

.icon-magnifier-add:before {
  content: "\e091"; }

.icon-magnifier-remove:before {
  content: "\e092"; }

.icon-paper-clip:before {
  content: "\e093"; }

.icon-paper-plane:before {
  content: "\e094"; }

.icon-power:before {
  content: "\e097"; }

.icon-refresh:before {
  content: "\e098"; }

.icon-reload:before {
  content: "\e099"; }

.icon-settings:before {
  content: "\e09a"; }

.icon-star:before {
  content: "\e09b"; }

.icon-symbol-female:before {
  content: "\e09c"; }

.icon-symbol-male:before {
  content: "\e09d"; }

.icon-target:before {
  content: "\e09e"; }

.icon-credit-card:before {
  content: "\e025"; }

.icon-paypal:before {
  content: "\e608"; }

.icon-social-tumblr:before {
  content: "\e00a"; }

.icon-social-twitter:before {
  content: "\e009"; }

.icon-social-facebook:before {
  content: "\e00b"; }

.icon-social-instagram:before {
  content: "\e609"; }

.icon-social-linkedin:before {
  content: "\e60a"; }

.icon-social-pinterest:before {
  content: "\e60b"; }

.icon-social-github:before {
  content: "\e60c"; }

.icon-social-google:before {
  content: "\e60d"; }

.icon-social-reddit:before {
  content: "\e60e"; }

.icon-social-skype:before {
  content: "\e60f"; }

.icon-social-dribbble:before {
  content: "\e00d"; }

.icon-social-behance:before {
  content: "\e610"; }

.icon-social-foursqare:before {
  content: "\e611"; }

.icon-social-soundcloud:before {
  content: "\e612"; }

.icon-social-spotify:before {
  content: "\e613"; }

.icon-social-stumbleupon:before {
  content: "\e614"; }

.icon-social-youtube:before {
  content: "\e008"; }

.icon-social-dropbox:before {
  content: "\e00c"; }

.icon-social-vkontakte:before {
  content: "\e618"; }

.icon-social-steam:before {
  content: "\e620"; }

/*------------------------------------------------------------------
[Cryptocoins] - cryptocurrency icon font | https://github.com/allienworks/cryptocoins
-------------------------------------------------------------------*/
@font-face {
  font-family: "cryptocoins";
  src: url("cryptocoins.woff2") format("woff2"), url("cryptocoins.woff") format("woff"), url("cryptocoins.ttf") format("truetype"); }
/* .cc:before { */
.cc::before {
  font-family: "cryptocoins";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icons h2 {
  margin: 25px; }

i.cc {
  font-size: 2.5rem;
  display: inline-block;
  margin: 0 1.3rem 0 0;
  transition: 0.1s ease all; }

i.cc:hover {
  color: #0060BD; }

.ADA {
  color: #3CC8C8; }

.ADC {
  color: #3CB0E5; }

.AEON {
  color: #164450; }

.AMP {
  color: #048DD2; }

.ANC {
  color: #000; }

.ARCH {
  color: #002652; }

.ARDR {
  color: #1162a1; }

.ARK {
  color: #F70000; }

.AUR {
  color: #136c5e; }

.BANX {
  color: #225BA6; }

.BAT {
  color: #9e1f63; }

.BAY {
  color: #584ba1; }

.BC {
  color: #202121; }

.BCN {
  color: #964F51; }

.BFT {
  color: #4fc3f7; }

.BRK {
  color: #194fa0; }

.BRX {
  color: #a8c300; }

.BSD {
  color: #1186E7; }

.BTA {
  color: #210094; }

.BTC, .BCH {
  color: #F7931A; }

.BTCD {
  color: #2A72DC; }

.BTM {
  color: #9FA8B4; }

.BTS {
  color: #03A9E0; }

.CLAM {
  color: #D6AB31; }

.CLOAK {
  color: #DF3F1E; }

.DAO {
  color: #FF3B3B; }

.DASH {
  color: #1c75bc; }

.DCR {
  color: #3b7cfb; }

.DCT {
  color: #008770; }

.DGB {
  color: #0066cc; }

.DGD, .DGX {
  color: #D8A24A; }

.DMD {
  color: #5497b2; }

.DOGE {
  color: #BA9F33; }

.EMC {
  color: #674c8c; }

.EOS {
  color: #19191A; }

.ERC {
  color: #101E84; }

.ETC {
  color: #669073; }

.ETH {
  color: #282828; }

.FC2 {
  color: #040405; }

.FCT {
  color: #2175BB; }

.FLO {
  color: #1358C8; }

.FRK {
  color: #0633cd; }

.FTC {
  color: #679EF1; }

.GAME {
  color: #ed1b24; }

.GBYTE {
  color: #2C3E50; }

.GDC {
  color: #E9A226; }

.GEMZ {
  color: #e86060; }

.GLD {
  color: #E8BE24; }

.GNO {
  color: #00A6C4; }

.GNT {
  color: #00d6e3; }

.GOLOS {
  color: #2670B7; }

.GRC {
  color: #88A13C; }

.GRS {
  color: #648FA0; }

.HEAT {
  color: #ff5606; }

.ICN {
  color: #4c6f8c; }

.IFC {
  color: #ed272d; }

.INCNT {
  color: #f2932f; }

.IOC {
  color: #2fa3de; }

.IOTA {
  color: #FFFFFF; }

.JBS {
  color: #1A8BCD; }

.KMD {
  color: #326464; }

.KOBO {
  color: #80C342; }

.KORE {
  color: #DF4124; }

.LBC {
  color: #015C47; }

.LDOGE {
  color: #ffcc00; }

.LISK {
  color: #1A6896; }

.LTC {
  color: #838383; }

.MAID {
  color: #5492D6; }

.MCO {
  color: #0D3459; }

.MINT {
  color: #006835; }

.MONA {
  color: #a99364; }

.MRC {
  color: #4279bd; }

.MSC {
  color: #1D4983; }

.MTR {
  color: #b92429; }

.MUE {
  color: #f5a10e; }

.NBT {
  color: #FFC93D; }

.NEO {
  color: #58BF00; }

.NEOS {
  color: #1d1d1b; }

.NEU {
  color: #2983c0; }

.NLG {
  color: #003E7E; }

.NMC {
  color: #6787B7; }

.NOTE {
  color: #42daff; }

.NVC {
  color: #ecab41; }

.NXT {
  color: #008FBB; }

.OK {
  color: #0165A4; }

.OMG {
  color: #1A53F0; }

.OMNI {
  color: #18347E; }

.OPAL {
  color: #7193AA; }

.PART {
  color: #05D5A3; }

.PIGGY {
  color: #F27A7A; }

.PINK {
  color: #ED31CA; }

.PIVX {
  color: #3b2f4d; }

.POT {
  color: #105B2F; }

.PPC {
  color: #3FA30C; }

.QRK {
  color: #22AABF; }

.QTUM {
  color: #359BCE; }

.RADS {
  color: #924cea; }

.RBIES {
  color: #C62436; }

.RBT {
  color: #0d4982; }

.RBY {
  color: #D31F26; }

.RDD {
  color: #ED1C24; }

.REP {
  color: #40a2cb; }

.RISE {
  color: #43CEA2; }

.SALT {
  color: #373C43; }

.SAR {
  color: #1B72B8; }

.SCOT {
  color: #3498DB; }

.SDC {
  color: #981D2D; }

.SIA {
  color: #00CBA0; }

.SJCX {
  color: #003366; }

.SLG {
  color: #5A6875; }

.SLS {
  color: #1EB549; }

.SNRG {
  color: #160363; }

.START {
  color: #01AEF0; }

.STEEM {
  color: #1A5099; }

.STR {
  color: #08B5E5; }

.STRAT {
  color: #2398dd; }

.SWIFT {
  color: #428BCA; }

.SYNC {
  color: #008DD2; }

.SYS {
  color: #0098DA; }

.TRIG {
  color: #1fbff4; }

.TX {
  color: #1F8BCC; }

.UBQ {
  color: #00ec8d; }

.UNITY {
  color: #ED8527; }

.USDT {
  color: #2CA07A; }

.VIOR {
  color: #1F52A4; }

.VNL {
  color: #404249; }

.VPN {
  color: #589700; }

.VRC {
  color: #418bca; }

.VTC {
  color: #1b5c2e; }

.WAVES {
  color: #24aad6; }

.XAI {
  color: #2ef99f; }

.XBS {
  color: #d3261d; }

.XCP {
  color: #EC1550; }

.XEM {
  color: #41bf76; }

.XMR {
  color: #FF6600; }

.XPM {
  color: #e5b625; }

.XRP {
  color: #346AA9; }

.XTZ {
  color: #A6DF00; }

.XVG {
  color: #42AFB2; }

.XZC {
  color: #23B852; }

.YBC {
  color: #D6C154; }

.ZEC {
  color: #e5a93d; }

.ZEIT {
  color: #ACACAC; }

.cc.ADA-alt::before {
  content: "\E001"; }

.cc.ADA::before {
  content: "\E002"; }

.cc.ADC-alt::before {
  content: "\E003"; }

.cc.ADC::before {
  content: "\E004"; }

.cc.AEON-alt::before {
  content: "\E005"; }

.cc.AEON::before {
  content: "\E006"; }

.cc.AMP-alt::before {
  content: "\E007"; }

.cc.AMP::before {
  content: "\E008"; }

.cc.ANC-alt::before {
  content: "\E009"; }

.cc.ANC::before {
  content: "\E00A"; }

.cc.ARCH-alt::before {
  content: "\E00B"; }

.cc.ARCH::before {
  content: "\E00C"; }

.cc.ARDR-alt::before {
  content: "\E00D"; }

.cc.ARDR::before {
  content: "\E00E"; }

.cc.ARK-alt::before {
  content: "\E00F"; }

.cc.ARK::before {
  content: "\E010"; }

.cc.AUR-alt::before {
  content: "\E011"; }

.cc.AUR::before {
  content: "\E012"; }

.cc.BANX-alt::before {
  content: "\E013"; }

.cc.BANX::before {
  content: "\E014"; }

.cc.BAT-alt::before {
  content: "\E015"; }

.cc.BAT::before {
  content: "\E016"; }

.cc.BAY-alt::before {
  content: "\E017"; }

.cc.BAY::before {
  content: "\E018"; }

.cc.BC-alt::before {
  content: "\E019"; }

.cc.BC::before {
  content: "\E01A"; }

.cc.BCH-alt::before {
  content: "\E01B"; }

.cc.BCH::before {
  content: "\E01C"; }

.cc.BCN-alt::before {
  content: "\E01D"; }

.cc.BCN::before {
  content: "\E01E"; }

.cc.BFT-alt::before {
  content: "\E01F"; }

.cc.BFT::before {
  content: "\E020"; }

.cc.BRK-alt::before {
  content: "\E021"; }

.cc.BRK::before {
  content: "\E022"; }

.cc.BRX-alt::before {
  content: "\E023"; }

.cc.BRX::before {
  content: "\E024"; }

.cc.BSD-alt::before {
  content: "\E025"; }

.cc.BSD::before {
  content: "\E026"; }

.cc.BTA::before {
  content: "\E027"; }

.cc.BTC-alt::before {
  content: "\E028"; }

.cc.BTC::before {
  content: "\E029"; }

.cc.BTCD-alt::before {
  content: "\E02A"; }

.cc.BTCD::before {
  content: "\E02B"; }

.cc.BTM-alt::before {
  content: "\E02C"; }

.cc.BTM::before {
  content: "\E02D"; }

.cc.BTS-alt::before {
  content: "\E02E"; }

.cc.BTS::before {
  content: "\E02F"; }

.cc.CLAM-alt::before {
  content: "\E030"; }

.cc.CLAM::before {
  content: "\E031"; }

.cc.CLOAK-alt::before {
  content: "\E032"; }

.cc.CLOAK::before {
  content: "\E033"; }

.cc.DAO-alt::before {
  content: "\E034"; }

.cc.DAO::before {
  content: "\E035"; }

.cc.DASH-alt::before {
  content: "\E036"; }

.cc.DASH::before {
  content: "\E037"; }

.cc.DCR-alt::before {
  content: "\E038"; }

.cc.DCR::before {
  content: "\E039"; }

.cc.DCT-alt::before {
  content: "\E03A"; }

.cc.DCT::before {
  content: "\E03B"; }

.cc.DGB-alt::before {
  content: "\E03C"; }

.cc.DGB::before {
  content: "\E03D"; }

.cc.DGD::before {
  content: "\E03E"; }

.cc.DGX::before {
  content: "\E03F"; }

.cc.DMD-alt::before {
  content: "\E040"; }

.cc.DMD::before {
  content: "\E041"; }

.cc.DOGE-alt::before {
  content: "\E042"; }

.cc.DOGE::before {
  content: "\E043"; }

.cc.EMC-alt::before {
  content: "\E044"; }

.cc.EMC::before {
  content: "\E045"; }

.cc.EOS-alt::before {
  content: "\E046"; }

.cc.EOS::before {
  content: "\E047"; }

.cc.ERC-alt::before {
  content: "\E048"; }

.cc.ERC::before {
  content: "\E049"; }

.cc.ETC-alt::before {
  content: "\E04A"; }

.cc.ETC::before {
  content: "\E04B"; }

.cc.ETH-alt::before {
  content: "\E04C"; }

.cc.ETH::before {
  content: "\E04D"; }

.cc.FC2-alt::before {
  content: "\E04E"; }

.cc.FC2::before {
  content: "\E04F"; }

.cc.FCT-alt::before {
  content: "\E050"; }

.cc.FCT::before {
  content: "\E051"; }

.cc.FLO-alt::before {
  content: "\E052"; }

.cc.FLO::before {
  content: "\E053"; }

.cc.FRK-alt::before {
  content: "\E054"; }

.cc.FRK::before {
  content: "\E055"; }

.cc.FTC-alt::before {
  content: "\E056"; }

.cc.FTC::before {
  content: "\E057"; }

.cc.GAME-alt::before {
  content: "\E058"; }

.cc.GAME::before {
  content: "\E059"; }

.cc.GBYTE-alt::before {
  content: "\E05A"; }

.cc.GBYTE::before {
  content: "\E05B"; }

.cc.GDC-alt::before {
  content: "\E05C"; }

.cc.GDC::before {
  content: "\E05D"; }

.cc.GEMZ-alt::before {
  content: "\E05E"; }

.cc.GEMZ::before {
  content: "\E05F"; }

.cc.GLD-alt::before {
  content: "\E060"; }

.cc.GLD::before {
  content: "\E061"; }

.cc.GNO-alt::before {
  content: "\E062"; }

.cc.GNO::before {
  content: "\E063"; }

.cc.GNT-alt::before {
  content: "\E064"; }

.cc.GNT::before {
  content: "\E065"; }

.cc.GOLOS-alt::before {
  content: "\E066"; }

.cc.GOLOS::before {
  content: "\E067"; }

.cc.GRC-alt::before {
  content: "\E068"; }

.cc.GRC::before {
  content: "\E069"; }

.cc.GRS::before {
  content: "\E06A"; }

.cc.HEAT-alt::before {
  content: "\E06B"; }

.cc.HEAT::before {
  content: "\E06C"; }

.cc.ICN-alt::before {
  content: "\E06D"; }

.cc.ICN::before {
  content: "\E06E"; }

.cc.IFC-alt::before {
  content: "\E06F"; }

.cc.IFC::before {
  content: "\E070"; }

.cc.INCNT-alt::before {
  content: "\E071"; }

.cc.INCNT::before {
  content: "\E072"; }

.cc.IOC-alt::before {
  content: "\E073"; }

.cc.IOC::before {
  content: "\E074"; }

.cc.IOTA-alt::before {
  content: "\E075"; }

.cc.IOTA::before {
  content: "\E076"; }

.cc.JBS-alt::before {
  content: "\E077"; }

.cc.JBS::before {
  content: "\E078"; }

.cc.KMD-alt::before {
  content: "\E079"; }

.cc.KMD::before {
  content: "\E07A"; }

.cc.KOBO::before {
  content: "\E07B"; }

.cc.KORE-alt::before {
  content: "\E07C"; }

.cc.KORE::before {
  content: "\E07D"; }

.cc.LBC-alt::before {
  content: "\E07E"; }

.cc.LBC::before {
  content: "\E07F"; }

.cc.LDOGE-alt::before {
  content: "\E080"; }

.cc.LDOGE::before {
  content: "\E081"; }

.cc.LSK-alt::before {
  content: "\E082"; }

.cc.LSK::before {
  content: "\E083"; }

.cc.LTC-alt::before {
  content: "\E084"; }

.cc.LTC::before {
  content: "\E085"; }

.cc.MAID-alt::before {
  content: "\E086"; }

.cc.MAID::before {
  content: "\E087"; }

.cc.MCO-alt::before {
  content: "\E088"; }

.cc.MCO::before {
  content: "\E089"; }

.cc.MINT-alt::before {
  content: "\E08A"; }

.cc.MINT::before {
  content: "\E08B"; }

.cc.MONA-alt::before {
  content: "\E08C"; }

.cc.MONA::before {
  content: "\E08D"; }

.cc.MRC::before {
  content: "\E08E"; }

.cc.MSC-alt::before {
  content: "\E08F"; }

.cc.MSC::before {
  content: "\E090"; }

.cc.MTR-alt::before {
  content: "\E091"; }

.cc.MTR::before {
  content: "\E092"; }

.cc.MUE-alt::before {
  content: "\E093"; }

.cc.MUE::before {
  content: "\E094"; }

.cc.NBT::before {
  content: "\E095"; }

.cc.NEO-alt::before {
  content: "\E096"; }

.cc.NEO::before {
  content: "\E097"; }

.cc.NEOS-alt::before {
  content: "\E098"; }

.cc.NEOS::before {
  content: "\E099"; }

.cc.NEU-alt::before {
  content: "\E09A"; }

.cc.NEU::before {
  content: "\E09B"; }

.cc.NLG-alt::before {
  content: "\E09C"; }

.cc.NLG::before {
  content: "\E09D"; }

.cc.NMC-alt::before {
  content: "\E09E"; }

.cc.NMC::before {
  content: "\E09F"; }

.cc.NOTE-alt::before {
  content: "\E0A0"; }

.cc.NOTE::before {
  content: "\E0A1"; }

.cc.NVC-alt::before {
  content: "\E0A2"; }

.cc.NVC::before {
  content: "\E0A3"; }

.cc.NXT-alt::before {
  content: "\E0A4"; }

.cc.NXT::before {
  content: "\E0A5"; }

.cc.OK-alt::before {
  content: "\E0A6"; }

.cc.OK::before {
  content: "\E0A7"; }

.cc.OMG-alt::before {
  content: "\E0A8"; }

.cc.OMG::before {
  content: "\E0A9"; }

.cc.OMNI-alt::before {
  content: "\E0AA"; }

.cc.OMNI::before {
  content: "\E0AB"; }

.cc.OPAL-alt::before {
  content: "\E0AC"; }

.cc.OPAL::before {
  content: "\E0AD"; }

.cc.PART-alt::before {
  content: "\E0AE"; }

.cc.PART::before {
  content: "\E0AF"; }

.cc.PIGGY-alt::before {
  content: "\E0B0"; }

.cc.PIGGY::before {
  content: "\E0B1"; }

.cc.PINK-alt::before {
  content: "\E0B2"; }

.cc.PINK::before {
  content: "\E0B3"; }

.cc.PIVX-alt::before {
  content: "\E0B4"; }

.cc.PIVX::before {
  content: "\E0B5"; }

.cc.POT-alt::before {
  content: "\E0B6"; }

.cc.POT::before {
  content: "\E0B7"; }

.cc.PPC-alt::before {
  content: "\E0B8"; }

.cc.PPC::before {
  content: "\E0B9"; }

.cc.QRK-alt::before {
  content: "\E0BA"; }

.cc.QRK::before {
  content: "\E0BB"; }

.cc.QTUM-alt::before {
  content: "\E0BC"; }

.cc.QTUM::before {
  content: "\E0BD"; }

.cc.RADS-alt::before {
  content: "\E0BE"; }

.cc.RADS::before {
  content: "\E0BF"; }

.cc.RBIES-alt::before {
  content: "\E0C0"; }

.cc.RBIES::before {
  content: "\E0C1"; }

.cc.RBT-alt::before {
  content: "\E0C2"; }

.cc.RBT::before {
  content: "\E0C3"; }

.cc.RBY-alt::before {
  content: "\E0C4"; }

.cc.RBY::before {
  content: "\E0C5"; }

.cc.RDD-alt::before {
  content: "\E0C6"; }

.cc.RDD::before {
  content: "\E0C7"; }

.cc.REP-alt::before {
  content: "\E0C8"; }

.cc.REP::before {
  content: "\E0C9"; }

.cc.RISE-alt::before {
  content: "\E0CA"; }

.cc.RISE::before {
  content: "\E0CB"; }

.cc.SALT-alt::before {
  content: "\E0CC"; }

.cc.SALT::before {
  content: "\E0CD"; }

.cc.SAR-alt::before {
  content: "\E0CE"; }

.cc.SAR::before {
  content: "\E0CF"; }

.cc.SCOT-alt::before {
  content: "\E0D0"; }

.cc.SCOT::before {
  content: "\E0D1"; }

.cc.SDC-alt::before {
  content: "\E0D2"; }

.cc.SDC::before {
  content: "\E0D3"; }

.cc.SIA-alt::before {
  content: "\E0D4"; }

.cc.SIA::before {
  content: "\E0D5"; }

.cc.SJCX-alt::before {
  content: "\E0D6"; }

.cc.SJCX::before {
  content: "\E0D7"; }

.cc.SLG-alt::before {
  content: "\E0D8"; }

.cc.SLG::before {
  content: "\E0D9"; }

.cc.SLS-alt::before {
  content: "\E0DA"; }

.cc.SLS::before {
  content: "\E0DB"; }

.cc.SNRG-alt::before {
  content: "\E0DC"; }

.cc.SNRG::before {
  content: "\E0DD"; }

.cc.START-alt::before {
  content: "\E0DE"; }

.cc.START::before {
  content: "\E0DF"; }

.cc.STEEM-alt::before {
  content: "\E0E0"; }

.cc.STEEM::before {
  content: "\E0E1"; }

.cc.STR-alt::before {
  content: "\E0E2"; }

.cc.STR::before {
  content: "\E0E3"; }

.cc.STRAT-alt::before {
  content: "\E0E4"; }

.cc.STRAT::before {
  content: "\E0E5"; }

.cc.SWIFT-alt::before {
  content: "\E0E6"; }

.cc.SWIFT::before {
  content: "\E0E7"; }

.cc.SYNC-alt::before {
  content: "\E0E8"; }

.cc.SYNC::before {
  content: "\E0E9"; }

.cc.SYS-alt::before {
  content: "\E0EA"; }

.cc.SYS::before {
  content: "\E0EB"; }

.cc.TRIG-alt::before {
  content: "\E0EC"; }

.cc.TRIG::before {
  content: "\E0ED"; }

.cc.TX-alt::before {
  content: "\E0EE"; }

.cc.TX::before {
  content: "\E0EF"; }

.cc.UBQ-alt::before {
  content: "\E0F0"; }

.cc.UBQ::before {
  content: "\E0F1"; }

.cc.UNITY-alt::before {
  content: "\E0F2"; }

.cc.UNITY::before {
  content: "\E0F3"; }

.cc.USDT-alt::before {
  content: "\E0F4"; }

.cc.USDT::before {
  content: "\E0F5"; }

.cc.VIOR-alt::before {
  content: "\E0F6"; }

.cc.VIOR::before {
  content: "\E0F7"; }

.cc.VNL-alt::before {
  content: "\E0F8"; }

.cc.VNL::before {
  content: "\E0F9"; }

.cc.VPN-alt::before {
  content: "\E0FA"; }

.cc.VPN::before {
  content: "\E0FB"; }

.cc.VRC-alt::before {
  content: "\E0FC"; }

.cc.VRC::before {
  content: "\E0FD"; }

.cc.VTC-alt::before {
  content: "\E0FE"; }

.cc.VTC::before {
  content: "\E0FF"; }

.cc.WAVES-alt::before {
  content: "\E100"; }

.cc.WAVES::before {
  content: "\E101"; }

.cc.XAI-alt::before {
  content: "\E102"; }

.cc.XAI::before {
  content: "\E103"; }

.cc.XBS-alt::before {
  content: "\E104"; }

.cc.XBS::before {
  content: "\E105"; }

.cc.XCP-alt::before {
  content: "\E106"; }

.cc.XCP::before {
  content: "\E107"; }

.cc.XEM-alt::before {
  content: "\E108"; }

.cc.XEM::before {
  content: "\E109"; }

.cc.XMR::before {
  content: "\E10A"; }

.cc.XPM-alt::before {
  content: "\E10B"; }

.cc.XPM::before {
  content: "\E10C"; }

.cc.XRP-alt::before {
  content: "\E10D"; }

.cc.XRP::before {
  content: "\E10E"; }

.cc.XTZ-alt::before {
  content: "\E10F"; }

.cc.XTZ::before {
  content: "\E110"; }

.cc.XVG-alt::before {
  content: "\E111"; }

.cc.XVG::before {
  content: "\E112"; }

.cc.XZC-alt::before {
  content: "\E113"; }

.cc.XZC::before {
  content: "\E114"; }

.cc.YBC-alt::before {
  content: "\E115"; }

.cc.YBC::before {
  content: "\E116"; }

.cc.ZEC-alt::before {
  content: "\E117"; }

.cc.ZEC::before {
  content: "\E118"; }

.cc.ZEIT-alt::before {
  content: "\E119"; }

.cc.ZEIT::before {
  content: "\E11A"; }

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

Project:	Crypto Admin - Responsive Admin Template
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body, layout
2. Header
3. Sidebar
4. Form-element and progress bar
5. Box
6. User card
7. tab
8. google map
9. wizard
10. weather
11. Chat and info-box
12. timeline
13. Button
14. callout
15. tab
16. pagination
17. data table
18. direct-chat
19. modal
20. widget
21. treevie
22. mailbox
23. lockscreen
24. login-box
25. social btn
26. color Skin

-------------------------------------------------------------------*/
/******************* 
import icon and fonts Styles 
*******************/
/*------------------------------------------------------------------

[Typography]

Body :		Poppins, sans-serif;
-------------------------------------------------------------------*/
/*Body, layout*/
.layout-boxed body, .layout-boxed html, .wrapper, body, html {
  height: 100%; }

.wrapper, body {
  overflow-x: hidden;
  overflow-y: auto; }

.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
  line-height: 1.5; }

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-size: 65%; }

.btn.uppercase, .fc th.fc-widget-header, .fc-toolbar h2, .info-box-text, .flex-column > li.header {
  text-transform: uppercase; }

.box-body:after, .box-footer:after, .box-header:after, .chat .item:after, .chat .item > .attachment:after, .contacts-list > li:after, .control-sidebar-menu > li > a:after, .direct-chat-msg:after, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after, .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after, .products-list > .item:after, .timeline > li:after, .user-block:after, .user-panel:after, .wrapper:after {
  clear: both; }

body {
  font-weight: 400;
  font-size: 13px;
  color: #67757c; }

h1, h2, h3, h4, h5, h6 {
  /*color: #455a64;*/
  font-weight: 400; }

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

h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 24px; }

h3 {
  line-height: 30px;
  font-size: 21px; }

h4 {
  line-height: 22px;
  font-size: 18px; }

h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400; }

h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400; }

time {
  font-size: 12px;
  color: #929daf; }

img {
  max-width: 100%; }

.img-fluid {
  width: 100%; }

.wrapper {
  position: relative; }

.fixed .wrapper, .main-header .logo, .user-panel {
  overflow: hidden; }

.wrapper:after, .wrapper:before {
  content: " ";
  display: table; }

.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative; }

.layout-boxed {
  background: url(../../images/boxed-bg.png) fixed; }

.content-wrapper, .main-footer {
  -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
  transition: transform .3s ease-in-out, margin .3s ease-in-out;
  margin-left: 230px;
  z-index: 820; }

.layout-top-nav .content-wrapper, .layout-top-nav .main-footer {
  margin-left: 0; }

@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper, .sidebar-collapse .main-footer {
    margin-left: 0; } }
.content-wrapper {
  min-height: 100%;
  background-color: #f4f6f9;
  z-index: 800;
  padding-top: 20px; }

.main-footer {
  background: #fff;
  padding: 15px;
  color: #455a64;
  border-top: 1px solid #d2d6de; }

.main-footer .nav {
  margin-top: -10px; }

.fixed .left-side, .fixed .main-header, .fixed .main-sidebar {
  position: fixed; }

.fixed .main-header {
  top: 0;
  right: 0;
  left: 0; }

.fixed .content-wrapper, .fixed .right-side {
  padding-top: 50px; }

@media (max-width: 767px) {
  .content-wrapper, .main-footer {
    margin-left: 0; }

  .sidebar-open .content-wrapper, .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0); }

  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 100px; } }
.fixed.layout-boxed .wrapper {
  max-width: 100%; }

.hold-transition .content-wrapper, .hold-transition .left-side, .hold-transition .main-footer, .hold-transition .main-header .logo, .hold-transition .main-header .navbar, .hold-transition .main-sidebar, .hold-transition .menu-open .fa-angle-left, .hold-transition .right-side {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.content {
  min-height: 250px;
  padding: 20px;
  margin-right: auto;
  margin-left: auto; }

a {
  color: #455a64; }

a:active, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
  color: #398bf7; }

/*Header*/
.page-header {
  margin: 0px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee; }

.page-header > small {
  color: #67757c;
  display: block;
  margin-top: 5px; }

.main-header {
  position: relative;
  max-height: 120px;
  z-index: 1030; }

.main-header .navbar {
  -webkit-transition: margin-left .3s ease-in-out;
  -o-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 60px;
  border-radius: 0;
  padding: 0; }

.layout-top-nav .main-header .navbar {
  margin-left: 0; }

.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent; }

.main-header #navbar-search-input.form-control:active, .main-header #navbar-search-input.form-control:focus {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9); }

.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc; }

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc; }

.main-header .navbar-custom-menu, .main-header .navbar-right {
  float: right; }

@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none; }

  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px; }

  .main-header .navbar-right > li {
    color: inherit;
    border: 0; } }
.main-header .navbar-brand, .main-header .sidebar-toggle:hover {
  color: #fff; }

.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 20px;
  font-family: fontAwesome; }

.main-header .sidebar-toggle:before {
  content: "\f0c9"; }

.main-header .sidebar-toggle:active, .main-header .sidebar-toggle:focus {
  background: 0 0; }

.main-header .sidebar-toggle .icon-bar {
  display: none; }

.main-header .navbar .nav > li.user > a > .fa, .main-header .navbar .nav > li.user > a > .glyphicon, .main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px; }

.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  margin-left: 7px;
  text-align: center;
  font-size: 8px;
  padding: 2px 3px;
  line-height: 12px;
  width: 15px;
  height: 15px;
  border-radius: 0;
  font-weight: 300;
  display: grid; }

.main-header .logo {
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  display: block;
  float: left;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: left;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300; }

.main-header .logo .logo-lg {
  line-height: 60px;
  display: inline-block;
  padding-left: 5px; }

.main-header .logo .logo-mini {
  line-height: 60px;
  display: inline-block; }

@media (min-width: 767px) {
  .main-header .logo {
    display: none; } }
.main-header .logo .logo-mini .dark-logo, .main-header .logo .logo-lg .dark-logo {
  display: none; }

.skin-black .main-header .logo .logo-mini .dark-logo, .skin-black .main-header .logo .logo-lg .dark-logo {
  display: block; }

.skin-black .main-header .logo .logo-mini .light-logo, .skin-black .main-header .logo .logo-lg .light-logo {
  display: none; }

.content-header {
  position: relative;
  padding: 1.5rem;
  margin: 0px 20px 0px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(142, 139, 133, 0.32) !important; }

.content-header > h1, .content-header > .container > h1 {
  margin: 0 0 0px;
  font-size: 24px;
  color: #455a64; }

.content-header > .container > h1 {
  display: inline-block; }

.content-header > h1 > small, .content-header > .container > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300; }

.content-header > .breadcrumb, .content-header > .container > .breadcrumb {
  float: right;
  background: 0 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 25px;
  right: 20px;
  border-radius: 2px; }

.content-header > .container > .breadcrumb {
  position: relative;
  top: 0; }

.content-header > .breadcrumb > li > a, .content-header > .container > .breadcrumb > li > a {
  color: #455a64;
  text-decoration: none;
  display: inline-block; }

.content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion, .content-header > .container > .breadcrumb > li > a > .fa, .content-header > .container > .breadcrumb > li > a > .glyphicon, .content-header > .container > .breadcrumb > li > a > .ion {
  margin-right: 5px; }

.content-header > .breadcrumb > li + li:before, .content-header > .container > .breadcrumb > li + li:before {
  content: '>\00a0'; }

@media (max-width: 991px) {
  .content-header > .breadcrumb, .content-header > .container > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px; }

  .content-header > .breadcrumb li:before, .content-header > .container > .breadcrumb li:before {
    color: #97a0b3; }

  .navbar-custom-menu .navbar-nav > li {
    float: left; }

  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left; }

  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px; } }
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px; }

@media (max-width: 767px) {
  .main-header {
    position: relative; }

  .main-header .logo, .main-header .navbar {
    width: 100%;
    float: none; }

  .main-header .navbar {
    margin: 0; }

  .main-header .logo {
    text-align: center; }

  .main-header .navbar-custom-menu {
    float: right; } }
@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none; }

  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px; } }
/*sidebar*/
.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  min-height: 100%;
  width: 230px;
  z-index: 9999;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out; }

@media (min-width: 767px) {
  .main-sidebar {
    padding-top: 0px; } }
.main-sidebar .sidebar-footer {
  background: #f2f6f8; }

.sidebar-footer {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  transition: .2s ease-out;
  width: 230px;
  background: #fff;
  border-top: 1px solid rgba(120, 130, 140, 0.13); }

.layout-boxed .sidebar-footer {
  position: absolute; }

.sidebar-footer a {
  padding: 12px;
  width: 33.333337%;
  float: left;
  text-align: center;
  font-size: 18px; }

@media (max-width: 767px) {
  .main-sidebar {
    padding-top: 120px;
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0); }

  .main-sidebar {
    z-index: 810; } }
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0); }

  .sidebar-collapse .sidebar-footer {
    display: none; } }
@media (max-width: 767px) {
  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
.sidebar {
  padding-bottom: 10px; }

.sidebar-form input:focus {
  border-color: transparent; }

.user-panel {
  position: relative;
  width: 100%;
  padding: 10px 0 10px; 
  background-color: #FFF;
  color: #1b368e}

.user-panel .info, .user-panel .info a { color: #1b368e !important; }

.user-panel:after, .user-panel:before {
  content: " ";
  display: table; }
.user-panel > .image > a > img,
.user-panel > .image > img {
  width: 100%;
  max-width: 50%;
  height: auto;
  margin: 0 auto;
  display: block;
  /*border: 1px solid rgba(120, 130, 140, 0.13);*/
  padding: 5px; }

.sidebar-collapse .user-panel > .image > img {
  max-width: 60px;
  margin: 0 0px; }

.user-panel > .info {
  padding: 15px 5px 5px 5px;
  line-height: 1;
  margin: 0 auto;
  text-align: center; }

.user-panel > .info > p {
  font-weight: 500;
  margin-bottom: 9px; }

.user-panel > .info > a {
  font-size: 14px;
  padding: 5px 10px;
  display: inline-block; }

.user-panel > .info > a > .fa, .user-panel > .info > a > .glyphicon, .user-panel > .info > a > .ion {
  margin-right: 3px; }

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0px 0 0 0px; }

.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0; }

.sidebar-menu li.nav-devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  display: block;
  margin: 15px 0; }

.sidebar-menu > li > a {
  padding: 10px 5px 10px 10px;
  display: block; }

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion, .sidebar-menu > li > a > i {
  width: 30px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px; }

.sidebar-menu > li .badge, .sidebar-menu > li .label {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 16px;
  text-align: center;
  font-weight: 300; }

.sidebar-menu > li .badge {
  margin-top: 3px; }

.sidebar-menu li.header {
  padding: 20px 25px 10px 15px;
  font-size: 12px;
  font-weight: 500; }

.sidebar-menu li > a > .fa-angle-right, .sidebar-menu li > a > .pull-right-container > .fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease; }

.sidebar-menu li > a > .fa-angle-right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px; }

.sidebar-menu .menu-open > a > .fa-angle-right, .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.sidebar-menu .active > .treeview-menu {
  display: block; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .right-side {
    margin-left: 60px;
    z-index: 840; }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 60px;
    z-index: 850; }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative; }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0; }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px; }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px; }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px; }

  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .ulogo, .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu li.header, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    display: none;
    -webkit-transform: translateZ(0); }

  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 60px;
    text-align: center; }

  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px; }

  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none; }

  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 60px; }

  .sidebar-collapse .sidebar-menu > li > .treeview-menu {
    margin-left: -3px !important; }

  .control-sidebar-open .content-wrapper, .control-sidebar-open .main-footer, .control-sidebar-open .right-side {
    margin-right: 230px; } }
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  display: block !important;
  position: absolute;
  width: 180px;
  left: 60px; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
  top: 0;
  margin-left: -6px;
  padding: 15px 5px 15px 20px;
  background-color: inherit; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  position: relative !important;
  float: right;
  width: auto !important;
  left: 180px !important;
  top: -40px !important;
  z-index: 900; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.user-profile:hover > a > .pull-right-container {
  top: -35px !important; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
  display: none; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  top: 43px;
  margin-left: 0; }

.sidebar-expanded-on-hover .content-wrapper, .sidebar-expanded-on-hover .main-footer {
  margin-left: 50px; }

.sidebar-expanded-on-hover .main-sidebar {
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125); }

.user-panel .ulogo {
  text-align: center;
  padding-bottom: 15px;
  font-size: 18px; }

.user-panel .ulogo a b {
  font-weight: bold; }

.user-panel .ulogo a {
  font-weight: 300; }

.user-panel .ulogo a:hover {
  opacity: 0.5; }

.main-sidebar .user-panel, .sidebar-menu, .sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden; }

.sidebar-collapse .sidebar-menu.tree {
  padding: 0; }

.sidebar-menu:hover {
  overflow: visible; }

.sidebar-form {
  float: left;
  margin: 20px 10px 10px; }

.sidebar-form, .sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip; }

.sidebar-menu li > a {
  position: relative;
  font-weight: 300; }

.nav-tabs.control-sidebar-tabs > li > a, .sidebar-collapse .sidebar-menu > li.active > a, .sidebar-collapse .sidebar-menu > li.menu-open > a, .sidebar-collapse .sidebar-menu > li:hover > a {
  border-radius: 0; }

.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px; }

.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0; }

.control-sidebar, .control-sidebar-bg {
  top: 0;
  right: -230px;
  width: 230px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out; }

.control-sidebar {
  position: absolute;
  padding-top: 60px;
  z-index: 1010; }

@media (max-width: 767px) {
  .control-sidebar {
    padding-top: 120px; }

  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell; } }
.control-sidebar > .tab-content {
  padding: 10px 15px; }

.control-sidebar-open .control-sidebar, .control-sidebar-open .control-sidebar-bg, .control-sidebar.control-sidebar-open, .control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0; }

.fixed .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px; }

.nav-tabs.control-sidebar-tabs > li:first-of-type > a, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover {
  border-left-width: 0; }

.nav-tabs.control-sidebar-tabs > li > a, .nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px; }

.nav-tabs.control-sidebar-tabs > li.active > a, .nav-tabs.control-sidebar-tabs > li.active > a:active, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:hover {
  border-top: none;
  border-right: none;
  border-bottom: none; }

.control-sidebar-heading {
  font-weight: 300;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px; }

.control-sidebar-subheading {
  display: block;
  font-weight: 300;
  font-size: 14px; }

.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px; }

.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px; }

.control-sidebar-menu > li > a:after, .control-sidebar-menu > li > a:before {
  content: " ";
  display: table; }

.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0; }

.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px; }

.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px; }

.control-sidebar-menu .menu-info > .control-sidebar-subheading, .control-sidebar-menu .progress {
  margin: 0; }

.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px; }

.control-sidebar-dark {
  color: #b8c7ce; }

.control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg {
  background: #2f323e; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #222; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #1c1e25;
  color: #ccc;
  display: block;
  padding: 10px 15px; }

.control-sidebar-dark .control-sidebar-heading, .control-sidebar-dark .control-sidebar-subheading, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #fff; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  border-left-color: #2f323e;
  border-bottom-color: #2f323e; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a.active, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  background: #2f323e; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a.active, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover {
  background: #2f323e;
  color: #fff; }

#control-sidebar-theme-demo-options-tab p {
  font-size: 12px; }

.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #1e282c; }

.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #b8c7ce; }

.control-sidebar-light {
  color: #5e5e5e; }

.control-sidebar-light, .control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #455a64;
  padding: 10px 15px;
  display: block; }

#control-sidebar-theme-demo-options-tab .form-group {
  margin-bottom: 0.5rem; }

#control-sidebar-theme-demo-options-tab .form-group label {
  font-weight: 300;
  font-size: 12px; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a.active .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover {
  background: #eff1f7; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a.active, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover {
  background: #f9fafc;
  color: #455a64; }

.control-sidebar-light .control-sidebar-heading, .control-sidebar-light .control-sidebar-subheading {
  color: #455a64; }

.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px; }

.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5; }

.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e; }

.navbar-custom-menu .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-custom-menu .dropdown-toggle::after {
  display: none; }

.navbar-custom-menu .navbar-nav > li {
  height: 60px; }

.navbar-custom-menu .navbar-nav li > a.dropdown-toggle, .navbar-custom-menu .navbar-nav > li:last-child > a, .navbar-custom-menu .navbar-nav > .search-box > a {
  padding: 0px 15px;
  vertical-align: middle;
  line-height: 60px;
  display: block;
  font-size: 1.5rem; }

.search-box .app-search {
  position: relative;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -50px;
  left: 0px; }

.search-box .app-search input {
  width: 100.5%;
  padding: 20px 40px 20px 20px;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  border: none; }

.search-box .app-search .srh-btn {
  position: absolute;
  top: 11px;
  cursor: pointer;
  background: #ffffff;
  width: 15px;
  height: 15px;
  right: 20px;
  font-size: 14px; }

body .main-header .navbar .nav > li.search-box > a:hover, body .main-header .navbar .nav > li.search-box > a:focus {
  background: none; }

.main-header .messages-menu .dropdown-toggle .i-new, .main-header .notifications-menu .dropdown-toggle .i-new, .main-header .tasks-menu .dropdown-toggle .i-new {
  content: '';
  position: absolute;
  top: 13px;
  right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid;
  background-color: #ef5350; }

@media (max-width: 991px) {
  .main-header .messages-menu .dropdown-toggle i::after, .main-header .notifications-menu .dropdown-toggle i::after, .main-header .tasks-menu .dropdown-toggle i::after {
    right: auto; } }
.dropdown-menu {
  box-shadow: none;
  border-color: #eee; }

.dropdown-menu.scale-up {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: rgba(120, 130, 140, 0.13);
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  transform-origin: right 0; }

.show > .dropdown-menu.scale-up {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: left 0;
  -webkit-transform-origin: left 0; }

.dropdown-menu > li > a {
  color: #67757c; }

.dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .ion {
  margin-right: 10px; }

.dropdown-menu > .divider {
  background-color: #eee; }

.navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0;
  margin: 0;
  top: 100%; }

.navbar-nav > .messages-menu > .dropdown-menu > li, .navbar-nav > .notifications-menu > .dropdown-menu > li, .navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative; }

.navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  color: #455a64;
  font-size: 14px;
  border-radius: 4px 4px 0 0; }

.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  font-size: 14px;
  background-color: #fff;
  padding: 15px 10px;
  color: #444;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  line-height: 20px;
  display: block; }

@media (max-width: 991px) {
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff; } }
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: 300; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #455a64;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 15px; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #455a64;
  font-size: 15px;
  position: relative; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #67757c;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888; }

.mail-contnet {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  overflow: hidden; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > h4 {
  padding: 0;
  margin: 0;
  color: #455a64;
  font-size: 15px;
  position: relative;
  font-weight: 300; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > h4 > small {
  color: #67757c;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > span {
  margin: 5px 0 0;
  font-size: 10px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: list-item; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before {
  content: " ";
  display: table; }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px; }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px;
  color: #67757c; }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0; }

.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 10px;
  border-top-width: 0;
  width: auto;
  max-width: 280px; }

.navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 110px;
  padding: 0 10px;
  text-align: center; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  border: 1px solid transparent;
  border-color: rgb(225, 227, 232); }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #67757c;
  font-size: 17px;
  margin-top: 0px;
  text-align: left;
  padding-left: 100px; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body:after, .navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after, .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before {
  content: " ";
  display: table; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 0px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #ddd; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  padding: 9px 10px;
  display: block;
  color: #67757c;
  font-size: 1.1rem; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body a i {
  margin-right: 10px; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body a:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-nav > .user-menu > .dropdown-menu > .user-body .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13); }

@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff;
    color: #455a64; } }
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  padding: 10px 10px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #67757c; }

.navbar-nav > .user-menu .user-image {
  width: 30px;
  height: 30px;
  margin-top: 0px; }

@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: 0px;
    line-height: 10px; } }
.show:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX .7s both;
  -o-animation: flipInX .7s both;
  animation: flipInX .7s both; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    transform: perspective(400px); } }
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px); } }
.navbar-custom-menu > .navbar-nav > li {
  position: relative; }

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto; }

@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9; }

  .navbar-custom-menu > .navbar-nav {
    float: right; }

  .navbar-custom-menu > .navbar-nav > li {
    position: static; }

  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff; } }
/*form-element*/
.form-element .form-control {
  color: #67757c;
  min-height: 38px;
  display: initial;
  -webkit-background-clip: padding-box;
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s; }

.form-element .form-control, .form-element .form-control:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#d9d9d9, #d9d9d9);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none; }

.form-element .form-control.focus, .form-element .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent; }
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent; } }
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent; }
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent; } }
.bootstrap-select.btn-group .dropdown-menu {
  margin-top: -40px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }

.demo-checkbox label, .demo-radio-button label {
  min-width: 200px;
  margin-bottom: 20px; }

.demo-swtich .demo-switch-title, .demo-swtich .switch {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block; }

[type=checkbox]:checked.chk-col-red + label:before {
  border-right: 2px solid #ef5350;
  border-bottom: 2px solid #ef5350; }

[type=checkbox]:checked.chk-col-purple + label:before {
  border-right: 2px solid #926dde;
  border-bottom: 2px solid #926dde; }

[type=checkbox]:checked.chk-col-deep-purple + label:before {
  border-right: 2px solid #664ce1;
  border-bottom: 2px solid #664ce1; }

[type=checkbox]:checked.chk-col-blue + label:before {
  border-right: 2px solid #398bf7;
  border-bottom: 2px solid #398bf7; }

[type=checkbox]:checked.chk-col-light-blue + label:before {
  border-right: 2px solid #398bf7;
  border-bottom: 2px solid #398bf7; }

[type=checkbox]:checked.chk-col-teal + label:before {
  border-right: 2px solid #39CCCC;
  border-bottom: 2px solid #39CCCC; }

[type=checkbox]:checked.chk-col-green + label:before {
  border-right: 2px solid #7dca25;
  border-bottom: 2px solid #7dca25; }

[type=checkbox]:checked.chk-col-yellow + label:before {
  border-right: 2px solid #e0bc00;
  border-bottom: 2px solid #e0bc00; }

[type=checkbox]:checked.chk-col-orange + label:before {
  border-right: 2px solid #f7941d;
  border-bottom: 2px solid #f7941d; }

[type=checkbox]:checked.chk-col-deep-orange + label:before {
  border-right: 2px solid #df8214;
  border-bottom: 2px solid #df8214; }

[type=checkbox]:checked.chk-col-maroon + label:before {
  border-right: 2px solid #8C1919;
  border-bottom: 2px solid #8C1919; }

[type=checkbox]:checked.chk-col-grey + label:before {
  border-right: 2px solid #d2d6de;
  border-bottom: 2px solid #d2d6de; }

[type=checkbox]:checked.chk-col-navy + label:before {
  border-right: 2px solid #001F3F;
  border-bottom: 2px solid #001F3F; }

[type=checkbox]:checked.chk-col-black + label:before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000; }

[type=checkbox]:checked.chk-col-white + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important; }

[type=checkbox].filled-in:checked.chk-col-red + label:after {
  border: 2px solid #ef5350;
  background-color: #ef5350; }

[type=checkbox].filled-in:checked.chk-col-purple + label:after {
  border: 2px solid #926dde;
  background-color: #926dde; }

[type=checkbox].filled-in:checked.chk-col-deep-purple + label:after {
  border: 2px solid #664ce1;
  background-color: #664ce1; }

[type=checkbox].filled-in:checked.chk-col-blue + label:after {
  border: 2px solid #398bf7;
  background-color: #398bf7; }

[type=checkbox].filled-in:checked.chk-col-light-blue + label:after {
  border: 2px solid #398bf7;
  background-color: #398bf7; }

[type=checkbox].filled-in:checked.chk-col-teal + label:after {
  border: 2px solid #39CCCC;
  background-color: #39CCCC; }

[type=checkbox].filled-in:checked.chk-col-green + label:after {
  border: 2px solid #7dca25;
  background-color: #7dca25; }

[type=checkbox].filled-in:checked.chk-col-yellow + label:after {
  border: 2px solid #e0bc00;
  background-color: #e0bc00; }

[type=checkbox].filled-in:checked.chk-col-orange + label:after {
  border: 2px solid #f7941d;
  background-color: #f7941d; }

[type=checkbox].filled-in:checked.chk-col-deep-orange + label:after {
  border: 2px solid #df8214;
  background-color: #df8214; }

[type=checkbox].filled-in:checked.chk-col-maroon + label:after {
  border: 2px solid #8C1919;
  background-color: #8C1919; }

[type=checkbox].filled-in:checked.chk-col-grey + label:after {
  border: 2px solid #d2d6de;
  background-color: #d2d6de; }

[type=checkbox].filled-in:checked.chk-col-navy + label:after {
  border: 2px solid #001F3F;
  background-color: #001F3F; }

[type=checkbox].filled-in:checked.chk-col-black + label:after {
  border: 2px solid #000;
  background-color: #000; }

[type=checkbox].filled-in:checked.chk-col-white + label:after {
  border: 2px solid #fff;
  background-color: #fff; }

[type=radio].radio-col-red:checked + label:after {
  background-color: #ef5350;
  border-color: #ef5350;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-purple:checked + label:after {
  background-color: #926dde;
  border-color: #926dde;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-deep-purple:checked + label:after {
  background-color: #664ce1;
  border-color: #664ce1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-blue:checked + label:after {
  background-color: #398bf7;
  border-color: #398bf7;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-light-blue:checked + label:after {
  background-color: #398bf7;
  border-color: #398bf7;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-teal:checked + label:after {
  background-color: #39CCCC;
  border-color: #39CCCC;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-green:checked + label:after {
  background-color: #7dca25;
  border-color: #7dca25;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-yellow:checked + label:after {
  background-color: #e0bc00;
  border-color: #e0bc00;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-orange:checked + label:after {
  background-color: #f7941d;
  border-color: #f7941d;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-deep-orange:checked + label:after {
  background-color: #df8214;
  border-color: #df8214;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-maroon:checked + label:after {
  background-color: #8C1919;
  border-color: #8C1919;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-grey:checked + label:after {
  background-color: #d2d6de;
  border-color: #d2d6de;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-navy:checked + label:after {
  background-color: #001F3F;
  border-color: #001F3F;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-black:checked + label:after {
  background-color: #000;
  border-color: #000;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].radio-col-white:checked + label:after {
  background-color: #fff;
  border-color: #fff;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-red:checked + label:before {
  border: 2px solid #ef5350;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-red:checked + label:after {
  background-color: #ef5350;
  border: 2px solid #ef5350;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-purple:checked + label:before {
  border: 2px solid #926dde;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-purple:checked + label:after {
  background-color: #926dde;
  border: 2px solid #926dde;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-deep-purple:checked + label:before {
  border: 2px solid #664ce1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-deep-purple:checked + label:after {
  background-color: #664ce1;
  border: 2px solid #664ce1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-blue:checked + label:before {
  border: 2px solid #398bf7;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-blue:checked + label:after {
  background-color: #398bf7;
  border: 2px solid #398bf7;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-light-blue:checked + label:before {
  border: 2px solid #398bf7;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-light-blue:checked + label:after {
  background-color: #398bf7;
  border: 2px solid #398bf7;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-teal:checked + label:before {
  border: 2px solid #39CCCC;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-teal:checked + label:after {
  background-color: #39CCCC;
  border: 2px solid #39CCCC;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-green:checked + label:before {
  border: 2px solid #7dca25;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-green:checked + label:after {
  background-color: #7dca25;
  border: 2px solid #7dca25;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-yellow:checked + label:before {
  border: 2px solid #e0bc00;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-yellow:checked + label:after {
  background-color: #e0bc00;
  border: 2px solid #e0bc00;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-orange:checked + label:before {
  border: 2px solid #f7941d;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-orange:checked + label:after {
  background-color: #f7941d;
  border: 2px solid #f7941d;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-deep-orange:checked + label:before {
  border: 2px solid #df8214;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-deep-orange:checked + label:after {
  background-color: #df8214;
  border: 2px solid #df8214;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-maroon:checked + label:before {
  border: 2px solid #8C1919;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-maroon:checked + label:after {
  background-color: #8C1919;
  border: 2px solid #8C1919;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-grey:checked + label:before {
  border: 2px solid #d2d6de;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-grey:checked + label:after {
  background-color: #d2d6de;
  border: 2px solid #d2d6de;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-navy:checked + label:before {
  border: 2px solid #001F3F;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-navy:checked + label:after {
  background-color: #001F3F;
  border: 2px solid #001F3F;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-black:checked + label:before {
  border: 2px solid #000;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-black:checked + label:after {
  background-color: #000;
  border: 2px solid #000;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-white:checked + label:before {
  border: 2px solid #fff;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap.radio-col-white:checked + label:after {
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type=checkbox] + label {
  font-weight: 300;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

[type=checkbox] + label:before, [type=checkbox]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type=checkbox]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type=checkbox].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1); }

[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #398bf7;
  border-bottom: 2px solid #398bf7;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type=checkbox].filled-in + label:after {
  border-radius: 2px; }

[type=checkbox].filled-in + label:after, [type=checkbox].filled-in + label:before {
  content: '';
  left: 0;
  position: absolute;
  -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  -o-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  z-index: 1; }

[type=checkbox].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0;
  z-index: 0; }

[type=checkbox].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #398bf7;
  background-color: #398bf7;
  z-index: 0; }

[type=checkbox].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #398bf7;
  border-color: #398bf7; }

[type=checkbox].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type=checkbox].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type=checkbox].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type=radio]:checked + label, [type=radio]:not(:checked) + label {
  font-weight: 300;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[type=radio] + label:after, [type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease; }

[type=radio].with-gap:checked + label:after, [type=radio].with-gap:checked + label:before, [type=radio]:checked + label:after, [type=radio]:checked + label:before, [type=radio]:not(:checked) + label:after, [type=radio]:not(:checked) + label:before {
  border-radius: 50%; }

[type=radio]:not(:checked) + label:after, [type=radio]:not(:checked) + label:before {
  border: 2px solid #5a5a5a; }

[type=radio]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type=radio]:checked + label:before {
  border: 2px solid transparent;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap:checked + label:after, [type=radio].with-gap:checked + label:before, [type=radio]:checked + label:after {
  border: 2px solid #398bf7; }

[type=radio].with-gap:checked + label:after, [type=radio]:checked + label:after {
  background-color: #398bf7;
  z-index: 0; }

[type=radio]:checked + label:after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

[type=radio].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

[type=radio].tabbed:focus + label:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type=radio]:disabled:checked + label:before, [type=radio]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }

[type=radio]:disabled + label, [type=checkbox]:disabled + label {
  color: rgba(0, 0, 0, 0.26) !important; }

[type=radio]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type=radio]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD; }

input[type="color"] {
  height: 42px; }

.form-type-roundinput.form-control, .form-type-round input.form-control, .form-type-roundselect:not([multiple]).form-control, .form-type-round select:not([multiple]).form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px; }

.form-group label {
  font-weight: 700; }

.form-control {
  border-radius: 5px;
  box-shadow: none;
  border-color: #d2d6de;
  height: 3.5rem; }

select.form-control:not([size]):not([multiple]) {
  height: calc(3.5rem + 2px); }

.form-control:focus {
  border-color: #398bf7;
  box-shadow: none; }

.form-control:-ms-input-placeholder, .form-control::-moz-placeholder, .form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1; }

.form-group.has-success .help-block, .form-group.has-success label {
  color: #7dca25; }

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-group.has-success .form-control, .form-group.has-success .input-group-addon {
  border-color: #7dca25;
  box-shadow: none; }

.form-group.has-warning .help-block, .form-group.has-warning label {
  color: #fbae1c; }

.form-group.has-warning .form-control, .form-group.has-warning .input-group-addon {
  border-color: #fbae1c;
  box-shadow: none; }

.form-group.has-error .help-block, .form-group.has-error label {
  color: #ef5350; }

.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
  border-color: #ef5350;
  box-shadow: none; }

.iCheck-helper, .icheckbox_flat-blue, .icheckbox_flat-blue input {
  border-radius: 0; }

.input-group .input-group-addon, .input-group .input-group-text {
  border-radius: 5px;
  border-color: #d2d6de;
  background-color: #fff; }

.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0; }

.wysihtml5-toolbar .btn-group, .btn-group-vertical {
  display: -ms-inline-block;
  display: inline-block; }

.progress {
  margin-bottom: 20px; }

.progress, .progress .progress-bar, .progress-sm, .progress-sm .progress-bar, .progress-xs, .progress-xs .progress-bar, .progress-xxs, .progress-xxs .progress-bar, .progress.sm, .progress.sm .progress-bar, .progress.xs, .progress.xs .progress-bar, .progress.xxs, .progress.xxs .progress-bar, .progress > .progress-bar, .progress > .progress-bar .progress-bar {
  border-radius: 1px; }

.icheck > label {
  padding-left: 0; }

.form-control-feedback.fa {
  line-height: 34px; }

.form-group-lg .form-control + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .input-lg + .form-control-feedback.fa {
  line-height: 46px; }

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

.progress, .progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none; }

.progress-sm, .progress.sm {
  height: 10px; }

.progress-xs, .progress.xs {
  height: 7px; }

.progress-xxs, .progress.xxs {
  height: 3px; }

.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px; }

.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0; }

.progress.vertical.progress-sm, .progress.vertical.sm {
  width: 20px; }

.progress.vertical.progress-xs, .progress.vertical.xs {
  width: 10px; }

.progress.vertical.progress-xxs, .progress.vertical.xxs {
  width: 3px; }

.progress-group .progress-text {
  font-weight: 600; }

.progress-group .progress-number {
  float: right; }

.table tr > td .progress {
  margin: 0; }

.progress-bar-light-blue, .progress-bar-primary {
  background-color: #398bf7; }

.progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary {
  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-striped .progress-bar-aqua, .progress-striped .progress-bar-green, .progress-striped .progress-bar-info, .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); }

.progress-bar-green, .progress-bar-success {
  background-color: #7dca25; }

.progress-striped .progress-bar-green, .progress-striped .progress-bar-success {
  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-aqua, .progress-bar-info {
  background-color: #03a9f3; }

.progress-striped .progress-bar-aqua, .progress-striped .progress-bar-info {
  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-striped .progress-bar-danger, .progress-striped .progress-bar-red, .progress-striped .progress-bar-warning, .progress-striped .progress-bar-yellow {
  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); }

.progress-bar-warning, .progress-bar-yellow {
  background-color: #fbae1c; }

.progress-striped .progress-bar-warning, .progress-striped .progress-bar-yellow {
  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, .progress-bar-red {
  background-color: #ef5350; }

.progress-striped .progress-bar-danger, .progress-striped .progress-bar-red {
  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-blue, .progress-bar-default {
  background-color: #398bf7; }

.progress-striped .progress-bar-blue, .progress-striped .progress-bar-default {
  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); }

/*box*/
.small-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }

.small-box > .inner {
  padding: 1.25rem; }

.small-box > .small-box-footer {
  position: relative;
  text-align: right;
  padding: 3px 10px;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none; }

.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15); }

.small-box h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px;
  white-space: nowrap;
  padding: 0; }

.small-box p {
  font-size: 15px;
  margin-bottom: 5px; }

.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px; }

.small-box h3, .small-box p {
  z-index: 5; }

.small-box .icon {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 0;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.15); }

.small-box:hover {
  text-decoration: none;
  color: #f9f9f9; }

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

  .small-box .icon {
    display: none; }

  .small-box p {
    font-size: 12px; } }
.box {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(142, 139, 133, 0.32);
  padding: 0px;
  -webkit-transition: .5s;
  transition: .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.pull-up {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.pull-up:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
  box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
  z-index: 999; }

.box-inverse {
  color: #fff;
  background-color: #465161; }

.box-inverse .box-header {
  color: #fff; }

.box-inverse h1, .box-inverse h2, .box-inverse h3, .box-inverse h4, .box-inverse h5, .box-inverse h6,
.box-inverse .box-title,
.box-inverse small,
.box-inverse .box-controls li > a {
  color: #fff; }

.box-inverse .box-title small {
  opacity: 0.8; }

.box-inverse .box-btn-more::before,
.box-inverse .box-btn-more::after {
  border-color: #fff; }

.box-inverse .box-header,
.box-inverse .box-footer,
.box-inverse .box-action {
  border-color: rgba(255, 255, 255, 0.15); }

.box-primary {
  background-color: #ab8ce4; }

.box-primary.box-bordered {
  border-color: #ab8ce4; }

.box-secondary {
  background-color: #e4e7ea; }

.box-secondary.box-bordered {
  border-color: #e4e7ea; }

.box-success {
  background-color: #7dca25; }

.box-success.box-bordered {
  border-color: #7dca25; }

.box-info {
  background-color: #03a9f3; }

.box-info.box-bordered {
  border-color: #03a9f3; }

.box-warning {
  background-color: #faa64b; }

.box-warning.box-bordered {
  border-color: #faa64b; }

.box-danger {
  background-color: #fb9678; }

.box-danger.box-bordered {
  border-color: #fb9678; }

.box-pink {
  background-color: #f96197; }

.box-pink.box-bordered {
  border-color: #f96197; }

.box-purple {
  background-color: #926dde; }

.box-purple.box-bordered {
  border-color: #926dde; }

.box-brown {
  background-color: #8d6658; }

.box-brown.box-bordered {
  border-color: #8d6658; }

.box-cyan {
  background-color: #57c7d4; }

.box-cyan.box-bordered {
  border-color: #57c7d4; }

.box-yellow {
  background-color: #e0bc00; }

.box-yellow.box-bordered {
  border-color: #e0bc00; }

.box-gray {
  background-color: #868e96; }

.box-gray.box-bordered {
  border-color: #868e96; }

.box-dark {
  background-color: #465161; }

.box-dark.box-bordered {
  border-color: #465161; }

.box-outline-primary {
  background-color: #fff;
  border: 1px solid #ab8ce4; }

.box-outline-secondary {
  background-color: #fff;
  border: 1px solid #e4e7ea; }

.box-outline-success {
  background-color: #fff;
  border: 1px solid #7dca25; }

.box-outline-info {
  background-color: #fff;
  border: 1px solid #03a9f3; }

.box-outline-warning {
  background-color: #fff;
  border: 1px solid #faa64b; }

.box-outline-danger {
  background-color: #fff;
  border: 1px solid #fb9678; }

.box-outline-pink {
  background-color: #fff;
  border: 1px solid #f96197; }

.box-outline-purple {
  background-color: #fff;
  border: 1px solid #926dde; }

.box-outline-brown {
  background-color: #fff;
  border: 1px solid #8d6658; }

.box-outline-cyan {
  background-color: #fff;
  border: 1px solid #57c7d4; }

.box-outline-yellow {
  background-color: #fff;
  border: 1px solid #e0bc00; }

.box-outline-gray {
  background-color: #fff;
  border: 1px solid #868e96; }

.box-outline-dark {
  background-color: #fff;
  border: 1px solid #465161; }

.box-bordered {
  border: 1px solid #ebebeb; }

.box-shadowed {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07); }

.box-hover-shadow:hover {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.07); }

.box-transparent {
  background-color: transparent; }

.box-round {
  border-radius: 4px; }

.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
  display: none; }

.box .flex-column > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0; }

.box .flex-column > li:last-of-type {
  border-bottom: none; }

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto; }

.box .border-right {
  border-right: 1px solid #f4f4f4; }

.box .border-left {
  border-left: 1px solid #f4f4f4; }

.box.box-solid {
  border-top: 0; }

.box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1); }

.box.box-solid.box-default > .box-header {
  color: #455a64;
  background: #d2d6de; }

.box.box-solid.box-default > .box-header .btn, .box.box-solid.box-default > .box-header a {
  color: #455a64; }

.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #398bf7; }

.box.box-solid.box-primary > .box-header .btn, .box.box-solid.box-primary > .box-header a {
  color: #455a64; }

.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #03a9f3; }

.box.box-solid.box-info > .box-header .btn, .box.box-solid.box-info > .box-header a {
  color: #455a64; }

.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #ef5350; }

.box.box-solid.box-danger > .box-header .btn, .box.box-solid.box-danger > .box-header a {
  color: #455a64; }

.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #fbae1c; }

.box.box-solid.box-warning > .box-header .btn, .box.box-solid.box-warning > .box-header a {
  color: #455a64; }

.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #7dca25; }

.box.box-solid.box-success > .box-header .btn, .box.box-solid.box-success > .box-header a {
  color: #455a64; }

.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none; }

.box.box-solid[class*=bg] > .box-header {
  color: #fff; }

.box .box-group > .box {
  margin-bottom: 5px; }

.box .knob-label {
  text-align: center;
  color: #455a64;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: .3em; }

.box > .loading-img, .box > .overlay, .overlay-wrapper > .loading-img, .overlay-wrapper > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.box .overlay, .overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px; }

.box .overlay > .fa, .overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px; }

.box .overlay.dark, .overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5); }

.box-header {
  color: #455a64;
  display: block;
  padding: 1.25rem 1.25rem;
  position: relative;
  border-bottom: 1px solid rgba(97, 106, 120, 0.07);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.box-header.without-border {
  border-bottom: none; }

.box-header.with-border {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.collapsed-box .box-header.with-border {
  border-bottom: none; }

.box-header .box-title, .box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
  display: inline-block;
  margin: 0; }

.box-title {
  z-index: auto; }

.box-title.box-title-bold {
  font-weight: 600; }

.box-title code {
  font-size: 10px; }

.box .box-header .box-subtitle {
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #99abb4; }

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
  margin-right: 5px; }

.box-header > .box-tools {
  position: absolute;
  right: 15px;
  top: 15px; }

.box-header > .box-tools [data-toggle=tooltip], .control {
  position: relative; }

.tooltip {
  z-index: 999999; }

.box-bordered {
  border: 1px solid #ebebeb; }

.box-shadowed {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07); }

.box-hover-shadow:hover {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.07); }

.box-transparent {
  background-color: transparent; }

.box-header > .box-tools .dropdown-menu > li > a {
  color: #455a64; }

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: 0 0;
  color: #97a0b3; }

.btn-box-tool:hover, .show .btn-box-tool {
  color: #606c84; }

.btn-box-tool.btn:active {
  box-shadow: none; }

.box-body {
  padding: 1.25rem;
  border-radius: 5px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.box.box-body {
  border-radius: 5px; }

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.box-body > .table {
  margin-bottom: 0; }

.box-body .fc {
  margin-top: 5px; }

.box-body .full-width-chart {
  margin: -10px; }

.box-body.no-padding .full-width-chart {
  margin: -9px; }

.box-body .box-pane {
  border-radius: 0 0 0 3px; }

.box-body .box-pane-right {
  border-radius: 0 0 3px; }

.box-footer {
  border-top: 1px solid #f4f4f4;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0 0px 5px 5px; }

.box-footer > *:last-child {
  margin-bottom: 0; }

.box-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.box-controls li > a, .box-controls li > button {
  font-family: themify;
  font-size: 12px;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #929daf;
  opacity: .8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear; }

.box-solid .box-controls li > a, .box-solid .box-controls li > button {
  color: #ffffff; }

.box.box-solid .box-controls li > a:hover, .box.box-solid .box-controls li > button:hover {
  color: #ffffff;
  opacity: 0.5;
  background: transparent; }

.box-controls li > a:hover {
  color: #ab8ce4; }

.box-controls li:first-child > a {
  margin-right: 0; }

.box-controls .dropdown.show > a {
  color: #ab8ce4; }

.box-controls [data-toggle="dropdown"],
.box-controls .box-btn-reload {
  font-size: 14px; }

.box-btn-close::before {
  content: "\e646"; }

.box-btn-slide::before {
  content: "\e648"; }

.box-btn-maximize::before {
  content: "\e6e8"; }

.box-btn-fullscreen::before {
  content: "\e659"; }

.box-btn-prev::before {
  content: "\e64a"; }

.box-btn-next::before {
  content: "\e649"; }

.box-carousel .box-footer .carousel-indicators-outside {
  padding: 6px 0; }

.box-body > *:last-child {
  margin-bottom: 0; }

.box-img,
.box-img-top,
.box-img-bottom {
  border-radius: 0; }

.box-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s; }

.box-loading.reveal {
  opacity: 1;
  z-index: auto; }

.box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 9999; }

.box-fullscreen .box-btn-fullscreen {
  color: #ab8ce4; }

.box-slided-up .box-content {
  display: none; }

.box-slided-up .box-btn-slide::before {
  content: "\e64b"; }

.box-header-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: -4px; }

.box-header-actions > * {
  margin: 4px; }

.rotate-45 {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.rotate-90 {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.rotate-180 {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/*User card page*/
.fx-element-overlay .white-box {
  padding: 0px; }

.fx-element-overlay .fx-card-item {
  position: relative;
  padding-bottom: 25px; }

.fx-element-overlay .fx-card-item .fx-card-avatar {
  margin-bottom: 15px; }

.fx-element-overlay .fx-card-item .fx-card-content {
  text-align: center; }

.fx-element-overlay .fx-card-item .fx-card-content h3 {
  margin: 0px; }

.fx-element-overlay .fx-card-item .fx-card-content a {
  color: #67757c; }

.fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #398bf7; }

.fx-element-overlay .fx-card-item .fx-overlay-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.fx-element-overlay .fx-card-item .fx-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto; }

.fx-element-overlay .fx-card-item .fx-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0); }

.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0); }

.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px; }

.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px; }

.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #398bf7;
  border-color: #398bf7; }

.fx-element-overlay .fx-card-item .fx-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.fx-element-overlay .fx-card-item .fx-overlay-1:hover .fx-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-dwn {
  top: -100%; }

.fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-up {
  top: 100%;
  height: 0px; }

.fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-dwn {
  top: 0px; }

.fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%; }

/*tab*/
.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }
.hidden-xl-down {
  display: none !important; }

@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px; } }
.customtab li a.nav-link {
  border: 0px;
  padding: 10px 20px;
  color: #67757c; }

/*tabs*/
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
  border-bottom-color: #03a9f3;
  background-color: #03a9f3;
  border-radius: 5px 5px 0px 0px; }

/*Vertical tabs*/
.vtabs {
  display: table; }

.vtabs .tabs-vertical {
  width: 150px;
  border-bottom: 0px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  display: table-cell;
  vertical-align: top; }

.vtabs .tabs-vertical li .nav-link {
  color: #263238;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 4px 0 0 4px !important; }

.vtabs .tab-content {
  display: table-cell;
  padding: 10px;
  vertical-align: top; }

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #03a9f3;
  border: 0px;
  color: #ffffff; }

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #03a9f3;
  margin-right: -1px;
  color: #03a9f3; }

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px; }

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #67757c; }

.customtab2 li a.nav-link.active {
  background: #03a9f3;
  color: #ffffff; }

.customtab2 li a.nav-link:hover {
  color: #ffffff;
  background: #03a9f3; }

@media (max-width: 767px) {
  .vtabs .tabs-vertical {
    width: auto; } }
/*google map Page*/
.gmaps,
.gmaps-panaroma {
  height: 300px; }

.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #f2f4f8;
  border-radius: 3px; }

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #926dde;
  border-radius: 4px;
  padding: 10px 20px; }

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute; }

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #926dde; }

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #926dde; }

/*wizard*/
.wizard-content .wizard > .steps > ul > li:after,
.wizard-content .wizard > .steps > ul > li:before {
  content: '';
  z-index: 9;
  display: block;
  position: absolute; }

.wizard-content .wizard {
  width: 100%;
  overflow: hidden; }

.wizard-content .wizard .content {
  margin-left: 0; }

.wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

.wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px; }

.wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none; }

.wizard-content .wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative; }

.wizard-content .wizard > .steps > ul > li a {
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block; }

.wizard-content .wizard.vertical > .steps > ul > li a {
  margin-top: 0px; }

.wizard-content .wizard > .steps > ul > li:before {
  left: 0; }

.wizard-content .wizard > .steps > ul > li:after {
  right: 0; }

.wizard-content .wizard > .steps > ul > li:first-child:before,
.wizard-content .wizard > .steps > ul > li:last-child:after {
  content: none; }

.wizard-content .wizard > .steps > ul > li.current > a {
  color: #2f3d4a;
  cursor: default; }

.wizard-content .wizard > .steps > ul > li.current .step {
  border-color: #1b368e;
  background-color: #fff;
  color: #1b368e; }

.wizard-content .wizard > .steps > ul > li.disabled a,
.wizard-content .wizard > .steps > ul > li.disabled a:focus,
.wizard-content .wizard > .steps > ul > li.disabled a:hover {
  color: #67757c;
  cursor: default; }

.wizard-content .wizard > .steps > ul > li.done a,
.wizard-content .wizard > .steps > ul > li.done a:focus,
.wizard-content .wizard > .steps > ul > li.done a:hover {
  color: #999; }

.wizard-content .wizard > .steps > ul > li.done .step {
  background-color: #1b368e;
  border-color: #1b368e;
  color: #fff; }

.wizard-content .wizard > .steps > ul > li.error .step {
  border-color: #f62d51;
  color: #f62d51; }

.wizard-content .wizard > .steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  text-align: center;
  margin-left: -80px; }

.wizard-content .wizard.vertical.wizard-circle > .steps .step {
  left: 50%;
  width: 50px;
  margin-left: -24px; }

.wizard-content .wizard > .content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0; }

.wizard-content .wizard > .content > .title {
  position: absolute;
  left: -99999px; }

.wizard-content .wizard > .content > .body {
  padding: 20px 20px; }

.wizard-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%; }

.wizard-content .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 20px 20px 20px; }

.wizard-content .wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0; }

.wizard-content .wizard > .actions > ul:after {
  content: '';
  display: table;
  clear: both; }

.wizard-content .wizard > .actions > ul > li {
  float: left; }

.wizard-content .wizard > .actions > ul > li + li {
  margin-left: 10px; }

.wizard-content .wizard > .actions > ul > li > a {
  background: #1b368e;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent; }

.wizard-content .wizard > .actions > ul > li > a:focus,
.wizard-content .wizard > .actions > ul > li > a:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset; }

.wizard-content .wizard > .actions > ul > li > a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset; }

.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9; }

.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus,
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset; }

.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset; }

.wizard-content .wizard > .actions > ul > li.disabled > a,
.wizard-content .wizard > .actions > ul > li.disabled > a:focus,
.wizard-content .wizard > .actions > ul > li.disabled > a:hover {
  color: #999; }

.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"],
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus,
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.wizard-content .wizard.wizard-circle > .steps > ul > li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: #1b368e; }

.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: #F3F3F3; }

.wizard-content .wizard.wizard-circle > .steps .step {
  width: 160px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #F3F3F3;
  font-size: 1.3rem;
  border-radius: 10px; }

.wizard-content .wizard.wizard-notification > .steps > ul > li:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #1b368e; }

.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #1b368e;
  color: #1b368e;
  line-height: 36px; }

.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #1b368e; }

.wizard-content .wizard.wizard-notification > .steps > ul > li.current:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before {
  background-color: #F3F3F3; }

.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: #FFF; }

.wizard-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #F3F3F3; }

.wizard-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #F3F3F3; }

.wizard-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 10%; }

.wizard-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%; }

.wizard-content .wizard.vertical > .steps > ul > li.current:after,
.wizard-content .wizard.vertical > .steps > ul > li.current:before,
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
.wizard-content .wizard.vertical > .steps > ul > li:after,
.wizard-content .wizard.vertical > .steps > ul > li:before {
  background-color: transparent; }

@media (max-width: 1024px) {
  .wizard-content .wizard.wizard-circle > .steps .step {
    width: 50px;
    height: 50px; }

  .wizard-content .wizard > .steps .step {
    left: 50%;
    margin-left: -24px; }

  .wizard-content .wizard.vertical > .steps .step {
    left: 50%; }

  .wizard-content .wizard.vertical > .steps {
    width: 20%; } }
@media (max-width: 768px) {
  .wizard-content .wizard > .steps > ul {
    margin-bottom: 20px; }

  .wizard-content .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%; }

  .wizard-content .wizard > .steps > ul > li > a {
    margin-bottom: 0; }

  .wizard-content .wizard > .steps > ul > li:first-child:before {
    content: ""; }

  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: '';
    background-color: #1b368e; }

  .wizard-content .wizard.vertical > .steps {
    width: 30%; } }
@media (max-width: 480px) {
  .wizard-content .wizard > .steps > ul > li {
    width: 100%; }

  .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #1b368e; }

  .wizard-content .wizard.vertical > .steps > ul > li {
    display: block;
    float: left;
    width: 50%; }

  .wizard-content .wizard.vertical > .steps {
    width: 100%;
    float: none; } }
/*weather*/
.weather-location input {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5); }

.weather-location input:focus {
  border: 1px solid rgba(255, 255, 255, 0.7); }

.weather-day {
  border-left: 1px solid rgba(0, 0, 0, 0.05); }

.weather-day.is-today {
  border-left: none; }

.card-footer {
  padding: 0; }

.weather-icon canvas {
  width: 90px;
  height: 90px; }

/*---panel---*/
.panel {
  position: relative;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 5px; }

.panel-content > .row {
  padding-left: 30px;
  padding-right: 30px; }

.panel-content > .row > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px; }

.panel-body .list-group-item {
  border-radius: 0; }

.panel-body .list-group-item.active {
  background-color: #398bf7;
  border-color: #398bf7; }

.panel-heading {
  position: relative;
  padding: 0 0.75rem;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem; }

.panel-heading + .alert {
  border-radius: 0; }

.panel-heading > .nav-tabs {
  border-bottom: none; }

.panel-heading-tab {
  padding: 10px 30px 0;
  background-color: #3f51b5; }

.panel-heading-tab > .nav-tabs .nav-link {
  color: #fff; }

.panel-heading-tab > .nav-tabs .nav-link.hover, .panel-heading-tab > .nav-tabs .nav-link:hover {
  color: #757575; }

.panel-heading-tab > .nav-tabs .nav-link.active, .panel-heading-tab > .nav-tabs .nav-link:active {
  color: #757575;
  background-color: #ffffff; }

.panel-heading + .nav-tabs {
  margin-top: -0.715rem; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-body {
  position: relative;
  padding: 1.25rem; }

.panel-body::after {
  display: block;
  content: "";
  clear: both; }

.panel-heading + .panel-body {
  padding-top: 0; }

.panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child, .panel-body h6:first-child,
.panel-body .h1:first-child, .panel-body .h2:first-child, .panel-body .h3:first-child, .panel-body .h4:first-child, .panel-body .h5:first-child, .panel-body .h6:first-child {
  margin-top: 0; }

.panel-body > *:last-child {
  margin-bottom: 0; }

.panel-body > .list-group-dividered:only-child > .list-group-item:last-child {
  border-bottom-color: transparent; }

.panel-footer {
  padding: 0 30px 15px;
  border-top: 1px solid transparent;
  background-color: transparent;
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem; }

.table + .panel-footer {
  padding-top: 15px;
  border-color: #e0e0e0; }

.panel-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 18px;
  color: #424242; }

.panel-title > .icon {
  margin-right: 10px; }

.panel-title > .badge {
  margin-left: 10px; }

.panel-title small,
.panel-title .small {
  color: #757575; }

.panel-title > a,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-desc {
  display: block;
  padding: 5px 0 0;
  margin: 0;
  font-size: 1rem;
  color: #757575; }

.panel-actions {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  margin: auto;
  z-index: 1; }

@media (max-width: 479px) {
  .panel-actions {
    right: 20px; } }
ul .panel-actions {
  list-style: none; }

ul .panel-actions > li {
  display: inline-block;
  margin-left: 8px; }

ul .panel-actions > li:first-child {
  margin-left: 0; }

.panel-actions a.dropdown-toggle {
  text-decoration: none; }

.panel-actions .dropdown {
  display: inline-block; }

.panel-actions .dropdown-toggle {
  display: inline-block; }

.panel-actions .panel-action {
  display: inline-block;
  padding: 8px 10px;
  color: #9e9e9e;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent; }

.panel-actions .panel-action:hover {
  color: #616161; }

.panel-actions .panel-action:active {
  color: #616161; }

.panel-actions .progress {
  width: 100px;
  margin: 0; }

.panel-actions .pagination {
  margin: 0; }

ul.panel-actions {
  list-style: none; }

ul.panel-actions > li {
  display: inline-block;
  margin-left: 8px; }

ul.panel-actions > li:first-child {
  margin-left: 0; }

.panel-toolbar {
  padding: 5px 15px;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0; }

.panel-bordered .panel-toolbar {
  border-top-color: transparent; }

.panel-toolbar .btn {
  color: #9e9e9e;
  padding: 5px 10px; }

.panel-toolbar .btn.icon {
  width: 1em;
  text-align: center; }

.panel-toolbar .btn:hover, .panel-toolbar .btn:active, .panel-toolbar .btn.active {
  color: #757575; }

.panel-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 0.286rem;
  opacity: .6; }

.panel-loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.panel > *:not(.panel-loading):not(.collapsing) {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.panel.is-loading > *:not(.panel-loading) {
  opacity: .3; }

.panel.is-loading .panel-loading {
  display: block;
  opacity: 1; }

.panel-footer-chart {
  padding: 0; }

.panel-control {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.panel-body.scrollable-vertical {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
  padding-left: 30px;
  padding-right: 30px; }

@media (max-width: 479px) {
  .panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
    padding-left: 20px;
    padding-right: 20px; } }
.panel-body.scrollable-vertical > .scrollable-bar {
  margin-top: 0;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  transform: translateX(-26px); }

.panel-bordered > .panel-body.scrollable-vertical > .scrollable-bar {
  margin-bottom: 30px;
  height: calc(100% - 60px); }

.panel-body.scrollable-horizontal {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
  padding-top: 0;
  padding-bottom: 30px; }

.panel-bordered > .panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
  padding-top: 30px;
  padding-bottom: 30px; }

.panel-body.scrollable-horizontal > .scrollable-bar {
  margin-left: 0;
  margin-right: 30px;
  width: calc(100% - 60px);
  transform: translateY(-26px); }

@media (max-width: 479px) {
  .panel-body.scrollable-horizontal > .scrollable-bar {
    margin-right: 20px;
    width: calc(100% - 40px); } }
.panel-bordered > .panel-body.scrollable-horizontal > .scrollable-bar {
  transform: translateY(-26px); }

.panel-bordered > .panel-heading {
  border-bottom: 1px solid #e0e0e0; }

.panel-bordered > .panel-heading > .panel-title {
  padding-bottom: 20px; }

.panel-bordered > .panel-footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px; }

.panel-bordered > .panel-body {
  padding-top: 30px; }

.panel-bordered > .table > tbody:first-child > tr:first-child th,
.panel-bordered > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel.is-dragging {
  opacity: 0.8; }

.panel.is-dragging {
  cursor: move; }

.panel > .nav-tabs-vertical .nav-tabs {
  margin-left: -1px; }

.panel > .nav-tabs-vertical .nav-tabs > li > a {
  border-left: none;
  border-radius: 0; }

.panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
  margin-right: -1px; }

.panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse > li > a {
  border-right: none;
  border-radius: 0; }

.panel:hover .panel-actions .show-on-hover {
  display: inline-block; }

.panel .panel-actions .show-on-hover {
  display: none; }

.panel.is-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  border-radius: 0; }

.panel.is-fullscreen .panel-loading {
  border-radius: 0; }

.panel.is-fullscreen .panel-actions [data-toggle=collapse] {
  display: none; }

.panel.is-close {
  display: none; }

.panel.is-collapse .panel-body {
  display: none;
  height: 0; }

.panel > .alert {
  padding-left: 30px;
  padding-right: 30px; }

.panel > .alert-dismissible {
  padding-right: 50px; }

@media (max-width: 479px) {
  .panel > .alert {
    padding-left: 20px;
    padding-right: 20px; }

  .panel > .alert-dismissible {
    padding-right: 40px; } }
.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: 30px 30px;
  padding-right: 30px 30px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem; }

.panel > .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 > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 0.214rem; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 0.214rem; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem; }

.panel > .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 > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 0.214rem; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 0.214rem; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e0e0e0; }

.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

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

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

.panel > .table > tr > td:first-child,
.panel > .table > tr > th:first-child, .panel > .table > thead > tr > td:first-child,
.panel > .table > thead > tr > th:first-child, .panel > .table > tbody > tr > td:first-child,
.panel > .table > tbody > tr > th:first-child, .panel > .table > tfoot > tr > td:first-child,
.panel > .table > tfoot > tr > th:first-child, .panel > .table-responsive .table > tr > td:first-child,
.panel > .table-responsive .table > tr > th:first-child, .panel > .table-responsive .table > thead > tr > td:first-child,
.panel > .table-responsive .table > thead > tr > th:first-child, .panel > .table-responsive .table > tbody > tr > td:first-child,
.panel > .table-responsive .table > tbody > tr > th:first-child, .panel > .table-responsive .table > tfoot > tr > td:first-child,
.panel > .table-responsive .table > tfoot > tr > th:first-child {
  padding-left: 30px; }

@media (max-width: 479px) {
  .panel > .table > tr > td:first-child,
  .panel > .table > tr > th:first-child, .panel > .table > thead > tr > td:first-child,
  .panel > .table > thead > tr > th:first-child, .panel > .table > tbody > tr > td:first-child,
  .panel > .table > tbody > tr > th:first-child, .panel > .table > tfoot > tr > td:first-child,
  .panel > .table > tfoot > tr > th:first-child, .panel > .table-responsive .table > tr > td:first-child,
  .panel > .table-responsive .table > tr > th:first-child, .panel > .table-responsive .table > thead > tr > td:first-child,
  .panel > .table-responsive .table > thead > tr > th:first-child, .panel > .table-responsive .table > tbody > tr > td:first-child,
  .panel > .table-responsive .table > tbody > tr > th:first-child, .panel > .table-responsive .table > tfoot > tr > td:first-child,
  .panel > .table-responsive .table > tfoot > tr > th:first-child {
    padding-left: 20px; } }
.panel > .table > tr > td:last-child,
.panel > .table > tr > th:last-child, .panel > .table > thead > tr > td:last-child,
.panel > .table > thead > tr > th:last-child, .panel > .table > tbody > tr > td:last-child,
.panel > .table > tbody > tr > th:last-child, .panel > .table > tfoot > tr > td:last-child,
.panel > .table > tfoot > tr > th:last-child, .panel > .table-responsive .table > tr > td:last-child,
.panel > .table-responsive .table > tr > th:last-child, .panel > .table-responsive .table > thead > tr > td:last-child,
.panel > .table-responsive .table > thead > tr > th:last-child, .panel > .table-responsive .table > tbody > tr > td:last-child,
.panel > .table-responsive .table > tbody > tr > th:last-child, .panel > .table-responsive .table > tfoot > tr > td:last-child,
.panel > .table-responsive .table > tfoot > tr > th:last-child {
  padding-right: 30px; }

@media (max-width: 479px) {
  .panel > .table > tr > td:last-child,
  .panel > .table > tr > th:last-child, .panel > .table > thead > tr > td:last-child,
  .panel > .table > thead > tr > th:last-child, .panel > .table > tbody > tr > td:last-child,
  .panel > .table > tbody > tr > th:last-child, .panel > .table > tfoot > tr > td:last-child,
  .panel > .table > tfoot > tr > th:last-child, .panel > .table-responsive .table > tr > td:last-child,
  .panel > .table-responsive .table > tr > th:last-child, .panel > .table-responsive .table > thead > tr > td:last-child,
  .panel > .table-responsive .table > thead > tr > th:last-child, .panel > .table-responsive .table > tbody > tr > td:last-child,
  .panel > .table-responsive .table > tbody > tr > th:last-child, .panel > .table-responsive .table > tfoot > tr > td:last-child,
  .panel > .table-responsive .table > tfoot > tr > th:last-child {
    padding-right: 20px; } }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 1px solid #e0e0e0; }

.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: 0.214rem;
  border-top-left-radius: 0.214rem; }

.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: 0.214rem;
  border-bottom-left-radius: 0.214rem; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel > .list-group .list-group-item {
  padding-right: 30px;
  padding-left: 30px; }

@media (max-width: 479px) {
  .panel > .list-group .list-group-item {
    padding-left: 20px;
    padding-right: 20px; } }
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel-group {
  margin-bottom: 22px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.286rem; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e0e0e0; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e0e0e0; }

.panel.panel-transparent {
  background: transparent;
  border-color: transparent;
  box-shadow: none; }

.panel.panel-transparent > .panel-heading, .panel.panel-transparent > .panel-footer {
  border-color: transparent; }

.panel-default {
  border-color: #e0e0e0; }

.panel-default > .panel-heading {
  color: #757575;
  background-color: #e0e0e0;
  border-color: #e0e0e0; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e0e0e0; }

.panel-default > .panel-heading .badge-pill {
  color: #e0e0e0;
  background-color: #757575; }

.panel-default .panel-title {
  color: #757575; }

.panel-default .panel-action {
  color: #757575; }

.panel-default .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e0e0e0; }

.panel-default .panel-title {
  color: #424242; }

.panel-primary {
  border-color: #3f51b5; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3f51b5; }

.panel-primary > .panel-heading .badge-pill {
  color: #3f51b5;
  background-color: #fff; }

.panel-primary .panel-title {
  color: #fff; }

.panel-primary .panel-action {
  color: #fff; }

.panel-primary .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3f51b5; }

.panel-success {
  border-color: #509d44; }

.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #4caf50;
  border-color: #509d44; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #509d44; }

.panel-success > .panel-heading .badge-pill {
  color: #4caf50;
  background-color: #ffffff; }

.panel-success .panel-title {
  color: #ffffff; }

.panel-success .panel-action {
  color: #ffffff; }

.panel-success .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #509d44; }

.panel-info {
  border-color: #00b0a7; }

.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #00bcd4;
  border-color: #00b0a7; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00b0a7; }

.panel-info > .panel-heading .badge-pill {
  color: #00bcd4;
  background-color: #ffffff; }

.panel-info .panel-title {
  color: #ffffff; }

.panel-info .panel-action {
  color: #ffffff; }

.panel-info .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00b0a7; }

.panel-warning {
  border-color: #f06700; }

.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ff9800;
  border-color: #f06700; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f06700; }

.panel-warning > .panel-heading .badge-pill {
  color: #ff9800;
  background-color: #ffffff; }

.panel-warning .panel-title {
  color: #ffffff; }

.panel-warning .panel-action {
  color: #ffffff; }

.panel-warning .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f06700; }

.panel-danger {
  border-color: #f3273c; }

.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f3273c; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f3273c; }

.panel-danger > .panel-heading .badge-pill {
  color: #f44336;
  background-color: #ffffff; }

.panel-danger .panel-title {
  color: #ffffff; }

.panel-danger .panel-action {
  color: #ffffff; }

.panel-danger .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f3273c; }

.panel-dark {
  border-color: #616161; }

.panel-dark > .panel-heading {
  color: #ffffff;
  background-color: #616161;
  border-color: #616161; }

.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #616161; }

.panel-dark > .panel-heading .badge-pill {
  color: #616161;
  background-color: #ffffff; }

.panel-dark .panel-title {
  color: #ffffff; }

.panel-dark .panel-action {
  color: #ffffff; }

.panel-dark .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #616161; }

.panel-primary,
.panel-info,
.panel-success,
.panel-warning,
.panel-danger,
.panel-dark {
  border: none; }

.panel-primary .panel-heading,
.panel-info .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-dark .panel-heading {
  border: none; }

.panel-primary .panel-title,
.panel-info .panel-title,
.panel-success .panel-title,
.panel-warning .panel-title,
.panel-danger .panel-title,
.panel-dark .panel-title {
  color: #ffffff; }

.panel-primary .panel-action,
.panel-info .panel-action,
.panel-success .panel-action,
.panel-warning .panel-action,
.panel-danger .panel-action,
.panel-dark .panel-action {
  color: #ffffff; }

.panel-line .panel-heading {
  background: transparent;
  border: none;
  border-top: 3px solid transparent; }

.panel-line.panel-default .panel-heading {
  color: #e0e0e0;
  border-top-color: #e0e0e0;
  background: transparent; }

.panel-line.panel-default .panel-title {
  color: #e0e0e0; }

.panel-line.panel-default .panel-action {
  color: #e0e0e0; }

.panel-line.panel-default .panel-title {
  color: #424242; }

.panel-line.panel-default .panel-action {
  color: #9e9e9e; }

.panel-line.panel-primary .panel-heading {
  color: #3f51b5;
  border-top-color: #3f51b5;
  background: transparent; }

.panel-line.panel-primary .panel-title {
  color: #3f51b5; }

.panel-line.panel-primary .panel-action {
  color: #3f51b5; }

.panel-line.panel-success .panel-heading {
  color: #4caf50;
  border-top-color: #4caf50;
  background: transparent; }

.panel-line.panel-success .panel-title {
  color: #4caf50; }

.panel-line.panel-success .panel-action {
  color: #4caf50; }

.panel-line.panel-info .panel-heading {
  color: #00bcd4;
  border-top-color: #00bcd4;
  background: transparent; }

.panel-line.panel-info .panel-title {
  color: #00bcd4; }

.panel-line.panel-info .panel-action {
  color: #00bcd4; }

.panel-line.panel-warning .panel-heading {
  color: #ff9800;
  border-top-color: #ff9800;
  background: transparent; }

.panel-line.panel-warning .panel-title {
  color: #ff9800; }

.panel-line.panel-warning .panel-action {
  color: #ff9800; }

.panel-line.panel-danger .panel-heading {
  color: #f44336;
  border-top-color: #f44336;
  background: transparent; }

.panel-line.panel-danger .panel-title {
  color: #f44336; }

.panel-line.panel-danger .panel-action {
  color: #f44336; }

.panel-line.panel-dark .panel-heading {
  color: #616161;
  border-top-color: #616161;
  background: transparent; }

.panel-line.panel-dark .panel-title {
  color: #616161; }

.panel-line.panel-dark .panel-action {
  color: #616161; }

@media (max-width: 767px) {
  .panel-actions {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: auto;
    padding: 0 30px 15px;
    transform: none; }

  .panel-actions-keep {
    position: absolute;
    top: 50%;
    right: 30px;
    padding: 0;
    transform: translate(0%, -50%); } }
@media (max-width: 479px) {
  .panel-actions {
    padding-left: 20px; }

  .panel-actions-keep {
    right: 15px; }

  .panel-actions .progress {
    min-width: 80px; }

  .panel-actions .show-on-hover {
    display: none; }

  .panel-title, .panel-body, .panel-footer {
    padding-left: 20px;
    padding-right: 20px; } }
.panel-group {
  margin-bottom: 22px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.286rem;
  box-shadow: none; }

.panel-group .panel + .panel {
  margin-top: 10px; }

.panel-group .panel-title {
  position: relative;
  padding: 15px 45px 15px 30px;
  font-size: 1rem; }

.panel-group .panel-title:before, .panel-group .panel-title:after {
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: "Material Design Icons";
  transition: all 300ms linear 0s; }

.panel-group .panel-title:before {
  content: "\f415"; }

.panel-group .panel-title:after {
  content: "\f374"; }

.panel-group .panel-title[aria-expanded="false"]:before {
  opacity: .4; }

.panel-group .panel-title[aria-expanded="false"]:after {
  opacity: 0;
  transform: rotate(-180deg); }

.panel-group .panel-title[aria-expanded="true"]:before {
  opacity: 0;
  transform: rotate(180deg); }

.panel-group .panel-title[aria-expanded="true"]:after {
  opacity: 1; }

.panel-group .panel-title:hover, .panel-group .panel-title:focus {
  color: #757575;
  text-decoration: none; }

.panel-group .panel-title:focus {
  outline: none; }

.panel-group .panel-heading {
  border-bottom: 0;
  background-color: #f7f7f7; }

.panel-group .panel-heading + .panel-collapse {
  margin: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e0e0e0; }

.panel-group .panel-collapse .panel-body {
  padding: 15px 30px; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e0e0e0; }

.panel-group .panel + .panel {
  margin-top: 10px; }

.panel-group-continuous .panel {
  border-radius: 0; }

.panel-group-continuous .panel:first-child {
  border-radius: 0.286rem 0.286rem 0 0; }

.panel-group-continuous .panel:last-child {
  border-radius: 0 0 0.286rem 0.286rem; }

.panel-group-continuous .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #e0e0e0; }

.panel-group-simple .panel {
  background: transparent;
  box-shadow: none; }

.panel-group-simple .panel-title {
  padding-left: 0;
  padding-bottom: 10px; }

.panel-group-simple .panel-title:before, .panel-group-simple .panel-title:after {
  right: 5px; }

.panel-group-simple .panel-collapse .panel-body {
  padding: 1rem 0.75rem; }

.panel-group-simple .panel + .panel {
  margin-top: 0; }

/*---Notification---*/
.jq-icon-info {
  background-color: #398bf7;
  color: #d9edf7;
  border-color: #2e7de5; }

.jq-icon-warning {
  background-color: #fbae1c;
  color: #333333;
  border-color: #df9e1b; }

.jq-icon-error {
  background-color: #ef5350;
  color: #f2dede;
  border-color: #e73f3c; }

.jq-icon-success {
  color: #dff0d8;
  background-color: #0fc491;
  border-color: #0fc491; }

.myadmin-alert {
  border-radius: 0;
  color: #fff;
  padding: 12px 30px 12px 12px;
  position: relative;
  text-align: left; }

.myadmin-alert a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline; }

.myadmin-alert h4 {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0; }

.myadmin-alert .img {
  border-radius: 3px;
  height: 40px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 40px; }

.myadmin-alert-img {
  min-height: 64px;
  padding-left: 65px; }

.myadmin-alert-icon {
  padding-left: 20px; }

.myadmin-alert-icon i {
  padding-right: 10px; }

.myadmin-alert .closed {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 500;
  padding: 4px;
  position: absolute;
  right: 3px;
  text-decoration: none;
  top: 0; }

.myadmin-alert .closed:hover {
  color: #fff; }

.myadmin-alert-click {
  cursor: pointer;
  padding-right: 12px; }

.myadmin-alert .primary {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 3px;
  color: inherit;
  outline: 0;
  padding: 4px 10px; }

.myadmin-alert .cancel {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  outline: 0;
  padding: 4px 10px; }

.myadmin-alert .cancel:hover,
.myadmin-alert .primary:hover {
  opacity: 0.9; }

.myadmin-alert-bottom,
.myadmin-alert-bottom-left,
.myadmin-alert-bottom-right,
.myadmin-alert-fullscreen,
.myadmin-alert-top,
.myadmin-alert-top-left,
.myadmin-alert-top-right {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 9999; }

.myadmin-alert-top {
  left: 0;
  right: 0;
  top: 0; }

.myadmin-alert-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.myadmin-alert-top-left {
  left: 20px;
  top: 80px; }

.myadmin-alert-top-right {
  right: 20px;
  top: 80px; }

.myadmin-alert-bottom-left {
  bottom: 20px;
  left: 20px; }

.myadmin-alert-bottom-right {
  bottom: 20px;
  right: 20px; }

.myadmin-alert-fullsize {
  left: 50%;
  margin: -20px;
  top: 50%; }

.alert-custom {
  background: #2cabe3;
  color: #fff;
  border-color: #2cabe3; }

.alert-inverse {
  background: #4c5667;
  color: #fff;
  border-color: #4c5667; }

.alert-success {
  background: #7dca25;
  color: #fff;
  border-color: #7dca25; }

.alert-dark {
  background: #313131;
  color: #fff;
  border-color: #313131; }

.alert-warning {
  background: #ffc36d;
  color: #fff;
  border-color: #ffc36d; }

.alert-danger {
  background: #ef5350;
  color: #fff;
  border-color: #ef5350; }

.alert-primary {
  background: #707cd2;
  color: #fff;
  border-color: #707cd2; }

.alert-info {
  background: #03a9f3;
  color: #fff;
  border-color: #03a9f3; }

.alert-info .closed,
.alert-info a.closed:hover {
  color: inherit; }

/*---Advanced Medias---*/
.media-body > * {
  margin-bottom: 5px;
  margin-top: 0; }

.media .lead {
  line-height: 1.875rem; }

.media > * {
  margin: 0 8px; }

.media-body > p:last-child {
  color: #67757c; }

.media .custom-control {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  margin-top: 5px; }

.media .custom-control [type=checkbox] + label {
  padding-left: 20px; }

.media.active {
  background-color: #f9fafb; }

.media .media-body .list-inline > li {
  padding-left: 0px;
  padding-right: 5px; }

.media .media-hover-show {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s; }

.media:hover .media-hover-show {
  opacity: 1; }

.media {
  flex-shrink: 0; }

.media.flex-column > div {
  width: 100%; }

.media.flex-column > * {
  margin: 0; }

.align-sub {
  vertical-align: sub; }

.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  background-color: #f5f6f7;
  color: #fff;
  text-transform: uppercase; }

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  vertical-align: top; }

.avatar-bordered {
  border: 4px solid rgba(255, 255, 255, 0.25);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */ }

.avatar-square {
  border-radius: 0; }

.avatar-sm {
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 0.75rem; }

.avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.125rem; }

.avatar-xl {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 1.25rem; }

.avatar-xxl {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 1.375rem; }

.avatar-xxxl {
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 1.5rem; }

.avatar-pill {
  width: auto;
  border-radius: 18px;
  color: #788394;
  text-transform: none;
  letter-spacing: 0;
  background-color: #f9fafb;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center; }

.avatar-pill:hover, .avatar-pill:focus {
  color: #788394;
  background-color: #f5f6f7; }

.avatar-pill img {
  width: 36px; }

.avatar-pill span {
  padding-right: 18px;
  padding-left: 8px; }

.avatar-pill .close {
  padding-left: 0;
  padding-right: 8px;
  font-size: 19px;
  line-height: inherit; }

.avatar-pill.avatar-sm {
  border-radius: 14.5px;
  font-size: 0.8125rem; }

.avatar-pill.avatar-sm img {
  width: 29px; }

.avatar-pill.avatar-sm span {
  padding-right: 14.5px; }

.avatar-pill.avatar-sm .close {
  padding-right: 6px;
  font-size: 18px; }

.avatar-pill.avatar-lg {
  border-radius: 24px;
  font-size: 0.9375rem; }

.avatar-pill.avatar-lg img {
  width: 48px; }

.avatar-pill.avatar-lg span {
  padding-right: 24px; }

.avatar-pill.avatar-lg .close {
  padding-right: 10px;
  font-size: 20px; }

.avatar-pill.avatar-xl {
  border-radius: 32px;
  font-size: 1rem; }

.avatar-pill.avatar-xl img {
  width: 64px; }

.avatar-pill.avatar-xl span {
  padding-right: 32px;
  padding-left: 12px; }

.avatar-pill.avatar-xl .close {
  padding-right: 12px;
  font-size: 22px; }

.avatar-pill.avatar-xxl {
  border-radius: 48px;
  font-size: 1.125rem; }

.avatar-pill.avatar-xxl img {
  width: 96px; }

.avatar-pill.avatar-xxl span {
  padding-right: 48px;
  padding-left: 12px; }

.avatar-pill.avatar-xxl .close {
  padding-right: 16px;
  font-size: 24px; }

.avatar-pill.avatar-xxxl {
  border-radius: 64px;
  font-size: 1.25rem; }

.avatar-pill.avatar-xxxl img {
  width: 128px; }

.avatar-pill.avatar-xxxl span {
  padding-right: 64px;
  padding-left: 12px; }

.avatar-pill.avatar-xxxl .close {
  padding-right: 20px;
  font-size: 24px; }

.avatar[class*='status-']::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #ab8ce4; }

.avatar[class*='status-'].avatar-sm::after {
  right: -2px;
  width: 9px;
  height: 9px; }

.avatar[class*='status-'].avatar-lg::after {
  right: 4px; }

.avatar[class*='status-'].avatar-xl::after {
  right: 5px;
  width: 11px;
  height: 11px; }

.avatar[class*='status-'].avatar-xxl::after {
  right: 15px;
  width: 12px;
  height: 12px; }

.avatar[class*='status-'].avatar-xxxl::after {
  right: 25px;
  width: 16px;
  height: 16px; }

.avatar.status-success::after {
  background-color: #7dca25; }

.avatar.status-info::after {
  background-color: #03a9f3; }

.avatar.status-warning::after {
  background-color: #faa64b; }

.avatar.status-danger::after {
  background-color: #fb9678; }

.avatar.status-dark::after {
  background-color: #465161; }

.avatar-list {
  display: -webkit-inline-box;
  display: inline-flex; }

.avatar-list:not(.avatar-list-overlap) {
  margin: -2px; }

.avatar-list:not(.avatar-list-overlap) > * {
  margin: 2px; }

.avatar-list-overlap .avatar {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: .15s linear;
  transition: .15s linear; }

.avatar-list-overlap .avatar + .avatar {
  margin-left: -16px; }

.avatar-list-overlap .avatar + .avatar-sm {
  margin-left: -12px; }

.avatar-list-overlap .avatar + .avatar-lg {
  margin-left: -20px; }

.avatar-list-overlap .avatar + .avatar-xl {
  margin-left: -26px; }

.avatar-list-overlap .avatar + .avatar-xxl {
  margin-left: -36px; }

.avatar-list-overlap .avatar + .avatar-xxxl {
  margin-left: -48px; }

.avatar-list-overlap .overlap-exclude,
.avatar-list-overlap .avatar:hover + .avatar {
  margin-left: 0; }

.avatar-add {
  font-family: themify;
  background-color: transparent;
  border: 1px dashed #afb7c5;
  color: #929daf;
  font-size: 0.875rem; }

.avatar-add::before {
  content: "\e61a"; }

.avatar-add:hover {
  background-color: #ab8ce4;
  border-color: #ab8ce4;
  color: #fff; }

.avatar-more span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

.avatar-more:hover span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65); }

[data-provide~="more-avatar"] ~ .avatar {
  display: none; }

/*---switch---*/
.switch {
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 29px;
  cursor: pointer;
  white-space: nowrap; }

.switch input {
  display: none; }

.switch-indicator {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  background: #e3e4e5;
  border-radius: 20px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.switch input:checked ~ .switch-indicator {
  background: #CDEAFD; }

.switch input:checked ~ .switch-indicator::after {
  background: #398bf7;
  left: calc(100% - 20px);
  -webkit-box-shadow: 0px 0px 3px #fcfdfe;
  box-shadow: 0px 0px 3px #fcfdfe; }

.switch-indicator::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: inherit;
  background: #fff;
  border-radius: 50%;
  top: -5px;
  -webkit-box-shadow: 0px 0px 3px #bbb;
  box-shadow: 0px 0px 3px #bbb; }

/*---fullscreen---*/
[data-provide~="boxfull"].is-fullscreen .fullscreen-default, [data-provide~="fullscreen"].is-fullscreen .fullscreen-default {
  display: none; }

[data-provide~="boxfull"].is-fullscreen .fullscreen-active, [data-provide~="fullscreen"].is-fullscreen .fullscreen-active {
  display: inline-block; }

[data-provide~="boxfull"] .fullscreen-active, [data-provide~="fullscreen"] .fullscreen-active {
  display: none; }

/*---badges---*/
.badge {
  border-radius: 3px;
  font-weight: 300;
  line-height: 1.3;
  font-size: 85%; }

.badge:empty {
  display: inline-block;
  vertical-align: inherit; }

.badge-pill {
  border-radius: 10rem; }

.badge-primary {
  background-color: #ab8ce4; }

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #2b95d4; }

.badge-secondary {
  background-color: #398bf7; }

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  background-color: #2e7de5; }

.badge-success {
  background-color: #7dca25; }

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #0fc491; }

.badge-info {
  background-color: #03a9f3; }

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #2e7de5; }

.badge-warning {
  background-color: #fbae1c; }

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

.badge-danger {
  background-color: #fb9678; }

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

.badge-pink {
  background-color: #f96197; }

.badge-pink[href]:focus, .badge-pink[href]:hover {
  background-color: #f84887; }

.badge-purple {
  background-color: #926dde; }

.badge-purple[href]:focus, .badge-purple[href]:hover {
  background-color: #664ce1; }

.badge-brown {
  background-color: #8d6658; }

.badge-brown[href]:focus, .badge-brown[href]:hover {
  background-color: #7d5b4e; }

.badge-cyan {
  background-color: #57c7d4; }

.badge-cyan[href]:focus, .badge-cyan[href]:hover {
  background-color: #43c0cf; }

.badge-yellow {
  background-color: #e0bc00; }

.badge-yellow[href]:focus, .badge-yellow[href]:hover {
  background-color: #e0bc00; }

.badge-gray {
  background-color: #d2d6de; }

.badge-gray[href]:focus, .badge-gray[href]:hover {
  background-color: #b5bbc8; }

.badge-dark {
  background-color: #465161; }

.badge-dark[href]:focus, .badge-dark[href]:hover {
  background-color: #3b4552; }

.badge-warning {
  color: #fff; }

.badge-default {
  color: #788394;
  background-color: #f5f6f7; }

.badge-default[href]:focus, .badge-default[href]:hover {
  color: #788394;
  background-color: #edeef0; }

.badge-secondary {
  color: #788394;
  background-color: #e4e7ea; }

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #788394;
  background-color: #dbdfe3; }

.badge-sm {
  line-height: 1.2;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 75%; }

.badge-lg {
  line-height: 1.5;
  padding: 5px 7px;
  font-size: 95%; }

.badge-xl {
  line-height: 1.7;
  padding: 7px 9px;
  font-size: 100%; }

.badge-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle; }

.badge-dot.badge-sm {
  width: 6px;
  height: 6px; }

.badge-dot.badge-lg {
  width: 10px;
  height: 10px; }

.badge-dot.badge-xl {
  width: 12px;
  height: 12px; }

.badge-ring {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle; }

.badge-ring::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  transition: .3s; }

.badge-ring.badge-sm {
  width: 8px;
  height: 8px; }

.badge-ring.badge-sm::after {
  width: 4px;
  height: 4px; }

.badge-ring.badge-lg {
  width: 12px;
  height: 12px; }

.badge-ring.badge-lg::after {
  width: 8px;
  height: 8px; }

.badge-ring.badge-xl {
  width: 14px;
  height: 14px; }

.badge-ring.badge-xl::after {
  width: 10px;
  height: 10px; }

.badge-ring.fill::after {
  -webkit-transform: scale(0);
  transform: scale(0); }

.badge-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }

.list-group .badge-pill {
  margin-top: 3px; }

/*---modal---*/
.modal {
  z-index: 9999; }

.modal-left .modal-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 0; }

.modal.fade.modal-left .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: .5s;
  transition: .5s; }

.modal.fade.modal-left.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.center-modal.show {
  -webkit-transform: scale(1);
  transform: scale(1); }

.center-modal {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .4s;
  transition: .4s; }

.modal.fade.center-modal .modal-dialog {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.modal-fill.show {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: .4s;
  transition: .4s; }

.modal-fill .modal-dialog {
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  align-content: center;
  -webkit-box-align: center;
  align-items: center; }

.modal-fill .modal-content {
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  max-width: 600px;
  box-shadow: none; }

.modal-fill {
  background: rgba(255, 255, 255, 0.97);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: .4s;
  transition: .4s; }

.modal.modal-fill {
  background: rgba(255, 255, 255, 0.97); }

.modal-fill .modal-header .close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 2.5rem;
  font-weight: 300; }

.modal-fill .modal-header {
  border-bottom: none; }

.modal-fill .modal-footer {
  border: none; }

.modal.fade.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal.fade.modal-right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: .5s;
  transition: .5s; }

.modal-right .modal-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 0; }

/*---mask Formatter---*/
.sidetitle {
  font-style: italic;
  margin-left: 0.5rem; }

.sidetitle::before {
  content: '\2014 \00A0'; }

.subtitle {
  display: block;
  margin-top: 8px; }

/*---Statistic widgets---*/
.flexbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.flexbox .dropdown i {
  font-size: 14px; }

.no-shrink {
  flex-shrink: 0; }

.flex-justified > *, .flex-grow-all > *, .flex-cols-wide > *, .flex-col-wide, .flex-grow {
  -webkit-box-flex: 1;
  flex: 1 1 0%; }

.flexbox > * {
  margin-left: 4px;
  margin-right: 4px; }

.flexbox > *:last-child {
  margin-right: 0; }

.flexbox > *:first-child {
  margin-left: 0; }

.list-inline > li.flexbox {
  display: -webkit-box;
  display: flex; }

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

.flexbox .list-inline > li {
  display: block; }

.dropdown-toggle.no-caret::after {
  display: none; }

.dropdown-item {
  color: #747e8e;
  font-weight: 300;
  padding: 4px 12px;
  width: auto;
  margin: 4px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear; }

.flexbox .dropdown a i {
  font-size: 1rem; }

.dropdown-menu, .dropdown-grid {
  color: #616a78;
  border-radius: 2px;
  font-size: 13px;
  border-color: #f1f2f3;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992; }

.dropdown-toggle {
  cursor: pointer;
  -webkit-transition: .2s linear;
  transition: .2s linear; }

.dropdown-item i {
  margin-right: 0.5rem; }

.card-header .card-title {
  padding: 0;
  border: none; }

.card-header > *:first-child {
  margin-left: 0; }

.card-title {
  line-height: 1.5;
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(97, 106, 120, 0.07); }

.card-header > *:last-child {
  margin-right: 0; }

.card-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.card-header > * {
  margin-left: 8px;
  margin-right: 8px; }

.card-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
  background-color: transparent;
  border-bottom: 1px solid rgba(97, 106, 120, 0.07); }

.card-controls [data-toggle="dropdown"], .card-controls .card-btn-reload {
  font-size: 14px; }

.card-controls li > a {
  font-size: 12px;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #929daf;
  opacity: .8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear; }

.dropdown-item.active, .dropdown-item:active {
  color: #616a78;
  background-color: #f5f6f7; }

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2; }

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em; }

.easypie {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center; }

.easypie canvas {
  position: absolute;
  top: 0;
  left: 0; }

/*---media---*/
.media {
  padding: 1.25rem;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.media > * {
  margin: 0 8px; }

.media .nav-link:focus, .media .nav-link:hover {
  background-color: transparent; }

.media a:not(.btn):not(.avatar) {
  color: #616a78; }

.media.flex-column > * {
  margin: 0; }

.media.flex-column > div {
  width: 100%; }

.media.active {
  background-color: #f9fafb; }

.media.bordered {
  border: 1px solid #ebebeb; }

.media.items-center {
  -webkit-box-align: center;
  align-items: center; }

.media[data-provide~="checkable"], .media[data-provide~="selectable"] {
  cursor: pointer; }

.media .media {
  margin-top: 1.25rem; }

.media .lead {
  line-height: 1.875rem; }

.media .title {
  -webkit-box-flex: 1;
  flex: 1 1 0%; }

.media .avatar {
  flex-shrink: 0; }

.media .align-center {
  -ms-grid-row-align: center;
  align-self: center; }

.media .media-hover-show {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s; }

.media .dropdown .dropdown-toggle {
  opacity: .7; }

.media .dropdown:hover .dropdown-toggle, .media .dropdown.open .dropdown-toggle {
  opacity: 1; }

.media:hover .media-hover-show {
  opacity: 1; }

.media .custom-control {
  margin-right: 0; }

.media .nav {
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px; }

.media .nav-link {
  line-height: 24px;
  font-size: 90%;
  padding: 0 8px; }

.media-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.media-center {
  -webkit-box-align: center;
  align-items: center; }

.media-block-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 1rem;
  -webkit-transition: .5s;
  transition: .5s; }

.media:hover .media-block-actions {
  opacity: 1; }

.media-collapsible {
  flex-wrap: wrap; }

.media-collapsible .collapse {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 100%; }

.collapse-arrow::before {
  content: "\e64b";
  font-family: themify;
  display: inline-block;
  -webkit-transition: .4s;
  transition: .4s; }

.collapse-arrow:not(.collapsed)::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.media-body {
  min-width: 0; }

.media-body > * {
  margin-bottom: 0; }

.media-body .media > *:first-child {
  margin-left: 0; }

.media-body .media > *:last-child {
  margin-right: 0; }

.media-left {
  padding-right: 0; }

.media-right-out {
  padding-left: 1.25rem; }

.media-right-out a {
  color: #788394;
  font-size: 1.125rem;
  opacity: 0.8; }

.media-right-out a:hover {
  color: #ab8ce4; }

.media-right-out a + a {
  margin-left: 0.5rem; }

.media-action {
  opacity: 0;
  color: #929daf; }

.media:hover .media-action {
  opacity: 1; }

.media-action-visible .media-action {
  opacity: 1; }

.media.media-xs {
  padding: 10px 6px; }

.media.media-sm {
  padding: 12px 8px; }

.media.media-lg {
  padding-top: 20px 16px; }

.media.media-xl {
  padding-top: 24px 20px; }

.media.media-xxl {
  padding-top: 32px 24px; }

.media-inverse,
.media-inverse h1, .media-inverse h2, .media-inverse h3, .media-inverse h4, .media-inverse h5, .media-inverse h6 {
  color: #fff; }

.media-inverse .small,
.media-inverse small,
.media-inverse time {
  color: rgba(255, 255, 255, 0.7); }

.media-inverse .nav-link {
  color: rgba(255, 255, 255, 0.7); }

.media-inverse .nav-link:hover {
  color: white; }

.media-new {
  background-color: #f3f9ff; }

.media-list-hover .media-new:hover {
  background-color: #ecf5fe !important; }

.media-single,
.media-center-v {
  -webkit-box-align: center;
  align-items: center; }

.media-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.media-chat {
  padding-right: 64px;
  margin-bottom: 0; }

.media-chat.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.media-chat .media-body {
  display: table; }

.media-chat .media-body p {
  position: relative;
  padding: 6px 8px;
  margin: 4px 0;
  background-color: #f5f6f7;
  border-radius: 3px; }

.media-chat .media-body p.inverse {
  color: #fff; }

.media-chat .media-body p.meta {
  background-color: transparent !important;
  padding: 0;
  opacity: .8; }

.media-chat .media-body p.meta time {
  font-weight: 300; }

.media-chat.media-chat-reverse .media-body p {
  float: right;
  clear: right;
  background-color: #398bf7;
  color: #fff; }

.media-meta-day {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
  color: #929daf;
  opacity: .8;
  font-weight: 300; }

.media-meta-day::before, .media-meta-day::after {
  content: '';
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  border-top: 1px solid #ebebeb; }

.media-meta-day::before {
  margin-right: 16px; }

.media-meta-day::after {
  margin-left: 16px; }

@media (max-width: 767px) {
  .media-doc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }

  .media-doc > * {
    margin-left: 0;
    margin-right: 0; }

  .media-doc .media-body {
    margin: 30px 0; } }
.media-list > .media:not(.media-list-header):not(.media-list-footer),
.media-list .media-list-body > .media {
  margin-bottom: 0; }

.media-listul {
  padding-left: 0; }

.media-list .media .sortable-dot {
  margin: 0;
  margin-left: -5px;
  opacity: 0;
  border-radius: 2px;
  -webkit-transition: .5s;
  transition: .5s; }

.media-list .media:hover .sortable-dot {
  opacity: .6; }

.media-list[data-provide~="selectable"] .media:not(.media-list-header):not(.media-list-footer) {
  cursor: pointer; }

.media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover,
.media-list-hover .media-list-body > .media:hover {
  background-color: #f9fafb;
  color: #000; }

.bg-inverse .media-list-hover > .media:hover a:not(.btn):not(.avatar) {
  color: #616a78 !important; }

.media-list-divided > .media:not(.media-list-header):not(.media-list-footer),
.media-list-divided .media-list-body > .media {
  border-bottom: 1px solid rgba(97, 106, 120, 0.07); }

.media-list-divided > .media:not(.media-list-header):not(.media-list-footer):last-child,
.media-list-divided .media-list-body > .media:last-child {
  border-bottom: none; }

.media-list-bordered {
  border: 1px solid #f1f2f3; }

.media-list-striped .media:not(.media-list-header):not(.media-list-footer):nth-child(even) {
  background-color: #f9fafb; }

.media-list-xs .media {
  padding: 10px 16px; }

.media-list-sm .media {
  padding: 12px 16px; }

.media-list-lg .media {
  padding: 20px 16px; }

.media-list-xl .media {
  padding: 24px 20px; }

.media-list-xxl .media {
  padding: 32px 24px; }

.media-list-header {
  border-bottom: 1px solid #ebebeb;
  background-color: #fcfdfe; }

.media-list-footer {
  border-top: 1px solid #ebebeb;
  background-color: #fcfdfe; }

.media-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px; }

.media-grid::after {
  content: '';
  -webkit-box-flex: 1;
  flex: auto; }

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

.media-grid.row .media {
  margin-bottom: 15px; }

.media-grid > .media {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 200px; }

.media-grid-bordered .media {
  border: 1px solid #ebebeb; }

.media-grid-hover .media:hover {
  background-color: #f9fafb; }

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  vertical-align: top; }

/*---blog---*/
[class*="img-hov-"] {
  overflow: hidden; }

[class*="img-hov-"] img {
  -webkit-transition: .45s;
  transition: .45s;
  -webkit-backface-visibility: hidden; }

.img-hov-fadein {
  -webkit-transition: .45s;
  transition: .45s; }

.img-hov-fadein:hover {
  opacity: .7; }

.img-hov-fadeout {
  opacity: .7;
  -webkit-transition: .45s;
  transition: .45s; }

.img-hov-fadeout:hover {
  opacity: 1; }

.img-hov-zoomin img:hover {
  -webkit-transform: scale(1.045);
  transform: scale(1.045); }

.img-hov-zoomout img {
  -webkit-transform: scale(1.045);
  transform: scale(1.045); }

.img-hov-zoomout img:hover {
  -webkit-transform: scale(1);
  transform: scale(1); }

.img-hov-stretchin img {
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0; }

.img-hov-stretchin img:hover {
  -webkit-transform: scale(1.045);
  transform: scale(1.045); }

.img-hov-stretchout img {
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  -webkit-transform: scale(1.045);
  transform: scale(1.045); }

.img-hov-stretchout img:hover {
  -webkit-transform: scale(1);
  transform: scale(1); }

.img-hov-slideleft img {
  -webkit-transform-origin: left center 0;
  transform-origin: left center 0;
  -webkit-transform: scale(1.045) translateX(0);
  transform: scale(1.045) translateX(0); }

.img-hov-slideleft img:hover {
  -webkit-transform: scale(1.045) translateX(-4.5%);
  transform: scale(1.045) translateX(-4.5%); }

.img-hov-slideright img {
  -webkit-transform-origin: right center 0;
  transform-origin: right center 0;
  -webkit-transform: scale(1.045) translateX(0);
  transform: scale(1.045) translateX(0); }

.img-hov-slideright img:hover {
  -webkit-transform: scale(1.045) translateX(4.5%);
  transform: scale(1.045) translateX(4.5%); }

.img-hov-slideup img {
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transform: scale(1.045) translateY(0);
  transform: scale(1.045) translateY(0); }

.img-hov-slideup img:hover {
  -webkit-transform: scale(1.045) translateY(-4.5%);
  transform: scale(1.045) translateY(-4.5%); }

.img-hov-slidedown img {
  -webkit-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-transform: scale(1.045) translateY(0);
  transform: scale(1.045) translateY(0); }

.img-hov-slidedown img:hover {
  -webkit-transform: scale(1.045) translateY(4.5%);
  transform: scale(1.045) translateY(4.5%); }

.img-hov-rotateleft img {
  -webkit-transform: rotateZ(0) scale(1);
  transform: rotateZ(0) scale(1); }

.img-hov-rotateleft img:hover {
  -webkit-transform: rotateZ(-5deg) scale(1.1);
  transform: rotateZ(-5deg) scale(1.1); }

.img-hov-rotateright img {
  -webkit-transform: rotateZ(0) scale(1);
  transform: rotateZ(0) scale(1); }

.img-hov-rotateright img:hover {
  -webkit-transform: rotateZ(5deg) scale(1.1);
  transform: rotateZ(5deg) scale(1.1); }

.gap-items > *,
.gap-items-3 > * {
  margin-left: 8px;
  margin-right: 8px; }

.gap-items > *:first-child,
.gap-items-3 > *:first-child {
  margin-left: 0; }

.gap-items > *:last-child,
.gap-items-3 > *:last-child {
  margin-right: 0; }

.gap-items-1 > * {
  margin-left: 2px;
  margin-right: 2px; }

.gap-items-1 > *:first-child {
  margin-left: 0; }

.gap-items-1 > *:last-child {
  margin-right: 0; }

.gap-items-2 > * {
  margin-left: 4px;
  margin-right: 4px; }

.gap-items-2 > *:first-child {
  margin-left: 0; }

.gap-items-2 > *:last-child {
  margin-right: 0; }

.gap-items-4 > * {
  margin-left: 12px;
  margin-right: 12px; }

.gap-items-4 > *:first-child {
  margin-left: 0; }

.gap-items-4 > *:last-child {
  margin-right: 0; }

.gap-items-5 > * {
  margin-left: 16px;
  margin-right: 16px; }

.gap-items-5 > *:first-child {
  margin-left: 0; }

.gap-items-5 > *:last-child {
  margin-right: 0; }

.gap-multiline-items,
.gap-multiline-items-3 {
  margin: -8px; }

.gap-multiline-items > *,
.gap-multiline-items-3 > * {
  margin: 8px; }

.gap-multiline-items-1 {
  margin: -2px; }

.gap-multiline-items-1 > * {
  margin: 2px; }

.gap-multiline-items-2 {
  margin: -4px; }

.gap-multiline-items-2 > * {
  margin: 4px; }

.gap-multiline-items-4 {
  margin: -12px; }

.gap-multiline-items-4 > * {
  margin: 12px; }

.gap-multiline-items-5 {
  margin: -16px; }

.gap-multiline-items-5 > * {
  margin: 16px; }

.gap-y.gap-items,
.gap-y.gap-items-3 {
  margin: -8px; }

.gap-y.gap-items > *,
.gap-y.gap-items-3 > * {
  margin: 8px;
  border-radius: 5px; }

.gap-y.gap-items-1 {
  margin: -2px; }

.gap-y.gap-items-1 > * {
  margin: 2px; }

.gap-y.gap-items-2 {
  margin: -4px; }

.gap-y.gap-items-2 > * {
  margin: 4px; }

.gap-y.gap-items-4 {
  margin: -12px; }

.gap-y.gap-items-4 > * {
  margin: 12px; }

.gap-y.gap-items-5 {
  margin: -16px; }

.gap-y.gap-items-5 > * {
  margin: 16px; }

.bg-img {
  position: relative;
  border-bottom: none;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }

[data-overlay],
[data-overlay-light] {
  position: relative; }

[data-overlay]::before,
[data-overlay-light]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191919;
  z-index: -1;
  border-radius: inherit;
  display: block; }

[data-overlay-light]::before {
  background: #fff; }

[data-overlay-primary]::before {
  background: #ab8ce4; }

[data-overlay="1"]::before {
  opacity: 0.1; }

[data-overlay="2"]::before {
  opacity: 0.2; }

[data-overlay="3"]::before {
  opacity: 0.3; }

[data-overlay="4"]::before {
  opacity: 0.4; }

[data-overlay="5"]::before {
  opacity: 0.5; }

[data-overlay="6"]::before {
  opacity: 0.6; }

[data-overlay="7"]::before {
  opacity: 0.7; }

[data-overlay="8"]::before {
  opacity: 0.8; }

[data-overlay="9"]::before {
  opacity: 0.9; }

[data-overlay-light="1"]::before {
  opacity: 0.1; }

[data-overlay-light="2"]::before {
  opacity: 0.2; }

[data-overlay-light="3"]::before {
  opacity: 0.3; }

[data-overlay-light="4"]::before {
  opacity: 0.4; }

[data-overlay-light="5"]::before {
  opacity: 0.5; }

[data-overlay-light="6"]::before {
  opacity: 0.6; }

[data-overlay-light="7"]::before {
  opacity: 0.7; }

[data-overlay-light="8"]::before {
  opacity: 0.8; }

[data-overlay-light="9"]::before {
  opacity: 0.9; }

[data-scrim-top],
[data-scrim-bottom] {
  position: relative; }

[data-scrim-top]::before,
[data-scrim-bottom]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(transparent));
  background: -webkit-linear-gradient(top, #191919 0%, transparent 100%);
  background: linear-gradient(to bottom, #191919 0%, transparent 100%);
  z-index: -1;
  border-radius: inherit; }

[data-scrim-bottom]::before {
  top: 20%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#191919));
  background: -webkit-linear-gradient(top, transparent 0%, #191919 100%);
  background: linear-gradient(to bottom, transparent 0%, #191919 100%); }

[data-scrim-top="1"]::before,
[data-scrim-bottom="1"]::before {
  opacity: 0.1; }

[data-scrim-top="2"]::before,
[data-scrim-bottom="2"]::before {
  opacity: 0.2; }

[data-scrim-top="3"]::before,
[data-scrim-bottom="3"]::before {
  opacity: 0.3; }

[data-scrim-top="4"]::before,
[data-scrim-bottom="4"]::before {
  opacity: 0.4; }

[data-scrim-top="5"]::before,
[data-scrim-bottom="5"]::before {
  opacity: 0.5; }

[data-scrim-top="6"]::before,
[data-scrim-bottom="6"]::before {
  opacity: 0.6; }

[data-scrim-top="7"]::before,
[data-scrim-bottom="7"]::before {
  opacity: 0.7; }

[data-scrim-top="8"]::before,
[data-scrim-bottom="8"]::before {
  opacity: 0.8; }

[data-scrim-top="9"]::before,
[data-scrim-bottom="9"]::before {
  opacity: 0.9; }

.blockquote {
  font-style: italic;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  color: #616a78; }

.blockquote p {
  font-size: 1.125rem;
  line-height: 1.875rem; }

.blockquote a {
  color: #616a78; }

.blockquote footer {
  color: #929daf;
  font-size: 0.875rem; }

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

.blockquote-inverse,
.blockquote-inverse footer {
  color: #fff; }

.card-inverse {
  color: #fff;
  background-color: #465161; }

.card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6, .card-inverse .card-title, .card-inverse small, .card-inverse .card-controls li > a {
  color: #fff; }

.nav-dot-separated .nav-item::after, .nav-dot-separated > .nav-link::after {
  content: '•';
  vertical-align: middle;
  color: #788394;
  opacity: 0.4;
  cursor: default; }

.nav.no-gutters > .nav-link:first-child, .nav.no-gutters .nav-item:first-child .nav-link {
  padding-left: 0; }

.nav-dot-separated .nav-link:hover, .nav-dot-separated .nav-link:focus, .nav-dot-separated .nav-link.active {
  background-color: transparent; }

.nav-dot-separated .nav-item, .nav-dot-separated > .nav-link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 10px !important; }

.nav-dot-separated .nav-item:last-child::after,
.nav-dot-separated > .nav-link:last-child::after {
  display: none; }

.toggler {
  color: #e3e4e5;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1; }

.rating {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  padding: 0; }

.rating input {
  display: none; }

.rating label {
  color: #e3e4e5;
  cursor: pointer; }

.rating label::before {
  margin-right: 5px;
  font-size: 20px;
  display: inline-block; }

.rating .active,
.rating :checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: #ab8ce4; }

.rating-static {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.rating-static label {
  cursor: default; }

.rating-static label:not(.active) {
  color: #e3e4e5 !important; }

.rating-xs label::before {
  margin-right: 1px;
  font-size: 13px; }

.rating-sm label::before {
  margin-right: 2px;
  font-size: 16px; }

.rating-lg label::before {
  font-size: 24px; }

.rating-remove {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s linear;
  transition: .2s linear; }

[data-has-rate="true"]:hover .rating-remove {
  opacity: .6;
  visibility: visible; }

[data-has-rate="true"]:hover .rating-remove:hover {
  opacity: 1; }

.rating-primary .active,
.rating-primary :checked ~ label,
.rating-primary label:hover,
.rating-primary label:hover ~ label {
  color: #ab8ce4; }

.rating-secondary .active,
.rating-secondary :checked ~ label,
.rating-secondary label:hover,
.rating-secondary label:hover ~ label {
  color: #e4e7ea; }

.rating-success .active,
.rating-success :checked ~ label,
.rating-success label:hover,
.rating-success label:hover ~ label {
  color: #7dca25; }

.rating-info .active,
.rating-info :checked ~ label,
.rating-info label:hover,
.rating-info label:hover ~ label {
  color: #398bf7; }

.rating-warning .active,
.rating-warning :checked ~ label,
.rating-warning label:hover,
.rating-warning label:hover ~ label {
  color: #faa64b; }

.rating-danger .active,
.rating-danger :checked ~ label,
.rating-danger label:hover,
.rating-danger label:hover ~ label {
  color: #ef5350; }

.rating-pink .active,
.rating-pink :checked ~ label,
.rating-pink label:hover,
.rating-pink label:hover ~ label {
  color: #f96197; }

.rating-purple .active,
.rating-purple :checked ~ label,
.rating-purple label:hover,
.rating-purple label:hover ~ label {
  color: #926dde; }

.rating-brown .active,
.rating-brown :checked ~ label,
.rating-brown label:hover,
.rating-brown label:hover ~ label {
  color: #8d6658; }

.rating-cyan .active,
.rating-cyan :checked ~ label,
.rating-cyan label:hover,
.rating-cyan label:hover ~ label {
  color: #57c7d4; }

.rating-yellow .active,
.rating-yellow :checked ~ label,
.rating-yellow label:hover,
.rating-yellow label:hover ~ label {
  color: #e0bc00; }

.rating-gray .active,
.rating-gray :checked ~ label,
.rating-gray label:hover,
.rating-gray label:hover ~ label {
  color: #868e96; }

.rating-dark .active,
.rating-dark :checked ~ label,
.rating-dark label:hover,
.rating-dark label:hover ~ label {
  color: #465161; }

.toggler {
  color: #e3e4e5;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1; }

.toggler i {
  -webkit-transition: color .2s linear;
  transition: color .2s linear; }

.toggler input {
  display: none; }

.toggler input:checked + i {
  color: #fcc525; }

.toggler-primary input:checked + i {
  color: #ab8ce4; }

.toggler-secondary input:checked + i {
  color: #e4e7ea; }

.toggler-success input:checked + i {
  color: #7dca25; }

.toggler-info input:checked + i {
  color: #398bf7; }

.toggler-warning input:checked + i {
  color: #faa64b; }

.toggler-danger input:checked + i {
  color: #ef5350; }

.toggler-pink input:checked + i {
  color: #f96197; }

.toggler-purple input:checked + i {
  color: #926dde; }

.toggler-brown input:checked + i {
  color: #8d6658; }

.toggler-cyan input:checked + i {
  color: #57c7d4; }

.toggler-yellow input:checked + i {
  color: #fcc525; }

.toggler-gray input:checked + i {
  color: #868e96; }

.toggler-dark input:checked + i {
  color: #465161; }

/*---box nav-tab---*/
.nav-tabs .nav-link {
  position: relative;
  border: none;
  font-size: 13px;
  color: #929daf;
  border-bottom: 2px solid transparent;
  padding: 10px 16px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

@media (max-width: 767px) {
  .nav-tabs .nav-link {
    padding: 8px 12px; } }
.nav-tabs.nav-tabs-primary .nav-link:hover, .nav-tabs.nav-tabs-primary .nav-link.active, .nav-tabs.nav-tabs-primary .nav-link.active:focus, .nav-tabs.nav-tabs-primary .nav-link.active:hover {
  border-color: #ab8ce4;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-secondary .nav-link:hover, .nav-tabs.nav-tabs-secondary .nav-link.active, .nav-tabs.nav-tabs-secondary .nav-link.active:focus, .nav-tabs.nav-tabs-secondary .nav-link.active:hover {
  border-color: #e4e7ea;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-success .nav-link:hover, .nav-tabs.nav-tabs-success .nav-link.active, .nav-tabs.nav-tabs-success .nav-link.active:focus, .nav-tabs.nav-tabs-success .nav-link.active:hover {
  border-color: #7dca25;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-info .nav-link:hover, .nav-tabs.nav-tabs-info .nav-link.active, .nav-tabs.nav-tabs-info .nav-link.active:focus, .nav-tabs.nav-tabs-info .nav-link.active:hover {
  border-color: #03a9f3;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-warning .nav-link:hover, .nav-tabs.nav-tabs-warning .nav-link.active, .nav-tabs.nav-tabs-warning .nav-link.active:focus, .nav-tabs.nav-tabs-warning .nav-link.active:hover {
  border-color: #faa64b;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-danger .nav-link:hover, .nav-tabs.nav-tabs-danger .nav-link.active, .nav-tabs.nav-tabs-danger .nav-link.active:focus, .nav-tabs.nav-tabs-danger .nav-link.active:hover {
  border-color: #fb9678;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-pink .nav-link:hover, .nav-tabs.nav-tabs-pink .nav-link.active, .nav-tabs.nav-tabs-pink .nav-link.active:focus, .nav-tabs.nav-tabs-pink .nav-link.active:hover {
  border-color: #f96197;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-purple .nav-link:hover, .nav-tabs.nav-tabs-purple .nav-link.active, .nav-tabs.nav-tabs-purple .nav-link.active:focus, .nav-tabs.nav-tabs-purple .nav-link.active:hover {
  border-color: #926dde;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-brown .nav-link:hover, .nav-tabs.nav-tabs-brown .nav-link.active, .nav-tabs.nav-tabs-brown .nav-link.active:focus, .nav-tabs.nav-tabs-brown .nav-link.active:hover {
  border-color: #8d6658;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-cyan .nav-link:hover, .nav-tabs.nav-tabs-cyan .nav-link.active, .nav-tabs.nav-tabs-cyan .nav-link.active:focus, .nav-tabs.nav-tabs-cyan .nav-link.active:hover {
  border-color: #57c7d4;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-yellow .nav-link:hover, .nav-tabs.nav-tabs-yellow .nav-link.active, .nav-tabs.nav-tabs-yellow .nav-link.active:focus, .nav-tabs.nav-tabs-yellow .nav-link.active:hover {
  border-color: #e0bc00;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-gray .nav-link:hover, .nav-tabs.nav-tabs-gray .nav-link.active, .nav-tabs.nav-tabs-gray .nav-link.active:focus, .nav-tabs.nav-tabs-gray .nav-link.active:hover {
  border-color: #868e96;
  background-color: transparent;
  color: #495057; }

.nav-tabs.nav-tabs-dark .nav-link:hover, .nav-tabs.nav-tabs-dark .nav-link.active, .nav-tabs.nav-tabs-dark .nav-link.active:focus, .nav-tabs.nav-tabs-dark .nav-link.active:hover {
  border-color: #465161;
  background-color: transparent;
  color: #495057; }

.nav-tabs-light-mode {
  border-bottom: none;
  background-color: #f9fafb; }

.nav-tabs-light-mode .nav-link {
  border-bottom: none; }

.nav-tabs-inverse-mode {
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0; }

.nav-tabs-inverse-mode .nav-link {
  border-bottom: none; }

.nav-tabs-inverse-mode .nav-link.active, .nav-tabs-inverse-mode .nav-link.active:focus, .nav-tabs-inverse-mode .nav-link.active:hover {
  background-color: #f9fafb;
  color: #495057; }

.nav-tabs-inverse-mode + .tab-content {
  background-color: #f9fafb;
  padding: 20px 16px; }

.nav-tabs-left,
.nav-tabs-right {
  display: -webkit-box;
  display: flex; }

.nav-tabs-left .nav-tabs,
.nav-tabs-right .nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-bottom: 0; }

.nav-tabs-left .nav-tabs .nav-item + .nav-item,
.nav-tabs-right .nav-tabs .nav-item + .nav-item {
  margin-left: 0; }

.nav-tabs-left .nav-tabs .nav-link,
.nav-tabs-right .nav-tabs .nav-link {
  border-bottom: none;
  text-align: left; }

.nav-tabs-left .tab-content,
.nav-tabs-right .tab-content {
  overflow: hidden; }

.nav-tabs-left .nav-tabs {
  border-right: 1px solid #ebebeb; }

.nav-tabs-left .nav-tabs .nav-link {
  border-right: 2px solid transparent; }

.nav-tabs-left .tab-content {
  padding-left: 20px; }

.nav-tabs-right .nav-tabs {
  -webkit-box-ordinal-group: 3;
  order: 2;
  border-left: 1px solid #ebebeb; }

.nav-tabs-right .nav-tabs .nav-link {
  border-left: 2px solid transparent; }

.nav-tabs-right .tab-content {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 20px; }

.lookup {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center; }

.lookup::before {
  content: "\e610";
  font-family: themify;
  font-size: 16px;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(97, 106, 120, 0.4);
  width: 36px;
  text-align: center;
  cursor: text; }

.lookup input {
  color: #616a78;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  height: 36px;
  width: 200px;
  max-width: 100%;
  padding-left: 36px;
  padding-right: 18px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .5px;
  outline: none !important;
  -webkit-transition: .5s;
  transition: .5s; }

.lookup input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(97, 106, 120, 0.7); }

.lookup input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(97, 106, 120, 0.7); }

.lookup input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(97, 106, 120, 0.7); }

.lookup input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(97, 106, 120, 0.7); }

.lookup input:focus {
  background-color: rgba(97, 106, 120, 0.04); }

.lookup input + input,
.lookup input + .bootstrap-select .dropdown-toggle {
  border-left: none; }

.lookup .bootstrap-select + .bootstrap-select .dropdown-toggle {
  border-left: none; }

.lookup .btn {
  height: 36px;
  line-height: 36px; }

.lookup.no-icon::before {
  display: none; }

.lookup.no-icon input {
  padding-left: 18px; }

.lookup-sm::before {
  font-size: 14px;
  width: 29px; }

.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  width: 29px;
  padding-left: 29px;
  padding-right: 14.5px;
  font-size: 14px;
  width: 160px; }

.lookup-sm .btn {
  height: 29px;
  line-height: 29px; }

.lookup-lg::before {
  font-size: 20px;
  width: 48px; }

.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  padding-left: 48px;
  padding-right: 24px;
  font-size: 16px;
  width: 250px; }

.lookup-lg .btn {
  height: 48px;
  line-height: 48px; }

.lookup-right::before {
  left: auto;
  right: 0; }

.lookup-right input {
  padding-left: 18px;
  padding-right: 36px; }

.lookup-right.lookup-sm input {
  padding-left: 14.5px;
  padding-right: 29px; }

.lookup-right.lookup-lg input {
  padding-left: 24px;
  padding-right: 48px; }

.lookup-right.no-icon input {
  padding-right: 18px; }

.lookup-right.no-icon.lookup-sm input {
  padding-right: 14.5px; }

.lookup-right.no-icon.lookup-lg input {
  padding-right: 24px; }

.lookup-circle {
  z-index: 0; }

.lookup-circle::before {
  z-index: -1; }

.lookup-circle input {
  background-color: rgba(97, 106, 120, 0.04);
  border: none;
  width: 36px;
  padding-right: 0; }

.lookup-circle input:focus {
  background-color: rgba(97, 106, 120, 0.05);
  width: 170px;
  padding-right: 18px; }

.lookup-circle.lookup-sm::before {
  font-size: 14px;
  width: 29px; }

.lookup-circle.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  width: 29px;
  padding-left: 29px; }

.lookup-circle.lookup-sm input:focus {
  width: 150px;
  padding-right: 14.5px; }

.lookup-circle.lookup-lg::before {
  font-size: 16px;
  width: 48px; }

.lookup-circle.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  padding-left: 48px; }

.lookup-circle.lookup-lg input:focus {
  width: 200px;
  padding-right: 24px; }

.lookup-circle.lookup-right::before {
  left: auto;
  right: 0; }

.lookup-circle.lookup-right input {
  padding-left: 0;
  padding-right: 36px; }

.lookup-circle.lookup-right input:focus {
  padding-left: 18px; }

.lookup-circle.lookup-right.lookup-sm input {
  padding-left: 0;
  padding-right: 29px; }

.lookup-circle.lookup-right.lookup-sm input:focus {
  padding-left: 14.5px; }

.lookup-circle.lookup-right.lookup-lg input {
  padding-left: 0;
  padding-right: 48px; }

.lookup-circle.lookup-right.lookup-lg input:focus {
  padding-left: 24px; }

.lookup-huge {
  display: -webkit-box;
  display: flex; }

.lookup-huge::before {
  font-size: 24px;
  width: 64px; }

.lookup-huge input {
  border-radius: 32px;
  height: 64px;
  width: 64px;
  padding-left: 64px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 100;
  width: 100%; }

.lookup-huge input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9ccce; }

.lookup-huge input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9ccce; }

.lookup-huge input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c9ccce; }

.lookup-huge input:-moz-placeholder {
  /* Firefox 18- */
  color: #c9ccce; }

.lookup-huge .btn,
.lookup-huge .bootstrap-select.btn-group > .dropdown-toggle {
  height: 64px;
  line-height: 100%; }

.lookup-huge.no-icon input {
  padding-left: 32px; }

.lookup-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.985);
  z-index: 1050;
  padding: 50px 5%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.lookup-fullscreen.reveal {
  display: -webkit-box;
  display: flex; }

.lookup-fullscreen > .close {
  position: absolute;
  top: 32px;
  right: 32px; }

.lookup-fullscreen .lookup-form {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem; }

.lookup-fullscreen .lookup-form input {
  border: none;
  font-size: 44px;
  background-color: transparent;
  outline: none !important;
  padding: 25px 0;
  color: #616a78;
  width: 100%; }

.lookup-fullscreen .lookup-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9ccce; }

.lookup-fullscreen .lookup-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9ccce; }

.lookup-fullscreen .lookup-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c9ccce; }

.lookup-fullscreen .lookup-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #c9ccce; }

.lookup-fullscreen .lookup-results {
  height: 100%; }

.lookup-fullscreen .lookup-results .ps-scrollbar-x-rail {
  display: none; }

@media (max-width: 767px) {
  .lookup-fullscreen .lookup-results.scrollable .row {
    margin-left: 0;
    margin-right: 0; }

  .lookup-fullscreen .lookup-results.scrollable .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0; } }
.publisher {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
  background-color: #f9fafb; }

.publisher > * {
  margin: 0 8px; }

.publisher > *:first-child {
  margin-left: 0; }

.publisher > *:last-child {
  margin-right: 0; }

.publisher-multi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start; }

.publisher-multi > * {
  margin: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%; }

.publisher-multi .publisher-input {
  margin-bottom: 1rem; }

.publisher-input {
  -webkit-box-flex: 1;
  flex-grow: 1;
  border: none;
  outline: none !important;
  background-color: transparent; }

.publisher-btn {
  background-color: transparent;
  border: none;
  color: #929daf;
  font-size: 16px;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  -webkit-transition: .2s linear;
  transition: .2s linear; }

.publisher-btn:hover {
  color: #616a78; }

.publisher-avatar {
  position: absolute;
  width: auto;
  left: -18px;
  top: 8px; }

.publisher-avatar.avatar-sm {
  left: -14.5px;
  top: auto; }

.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px; }

.form-groups-attached {
  margin-bottom: 1rem; }

.form-groups-attached .form-group {
  margin-bottom: 0;
  border-radius: 0; }

.form-groups-attached > div:not(:last-child),
.form-groups-attached > div:not(:last-child) .form-group {
  border-bottom-color: transparent; }

.form-groups-attached .row {
  margin-left: 0;
  margin-right: 0; }

.form-groups-attached .row > .form-group:not(:last-child) {
  border-right-color: transparent; }

.file-group {
  position: relative;
  overflow: hidden; }

.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 100%;
  display: block;
  top: 0;
  cursor: pointer; }

.file-group-inline {
  display: inline-block; }

.price {
  font-weight: bold;
  font-size: 75px;
  line-height: 75px;
  color: #000;
  padding: 10px 0; }

.price span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #788394; }

.price sup {
  font-size: 28px;
  vertical-align: super; }

.price-dollar {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-right: -10px;
  margin-top: 14px; }

.price-interval {
  display: inline-block;
  font-size: 12px;
  vertical-align: text-bottom;
  margin-left: -10px;
  margin-bottom: 14px;
  color: #929daf; }

/*-----------------*/
.box-comments {
  background: #f7f7f7; }

.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee; }

.box-comments .box-comment:after, .box-comments .box-comment:before {
  content: " ";
  display: table; }

.box-comments .box-comment:after {
  clear: both; }

.box-comments .box-comment:last-of-type {
  border-bottom: 0; }

.box-comments .box-comment:first-of-type {
  padding-top: 0; }

.box-comments .box-comment img {
  float: left; }

.box-comments .comment-text {
  margin-left: 40px;
  color: #555; }

.box-comments .username {
  color: #455a64;
  display: block;
  font-weight: 600; }

.box-comments .text-muted {
  font-weight: 300;
  font-size: 12px; }

.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto; }

.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #ebebeb;
  margin-bottom: 2px;
  color: #455a64; }

.control, .todo-list > li:last-of-type {
  margin-bottom: 0; }

.control {
  font-family: arial;
  display: inline;
  padding-left: 0;
  padding-top: 0;
  cursor: pointer;
  font-size: 16px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control_indicator {
  position: absolute;
  top: 2px;
  left: 5px;
  height: 15px;
  width: 15px;
  background: #fff; }

.control-radio .control_indicator {
  border-radius: undefined; }

.control input:focus ~ .control_indicator, .control:hover input ~ .control_indicator {
  background: #fff; }

.control input:checked:focus ~ .control_indicator, .control input:checked ~ .control_indicator, .control:hover input:not([disabled]):checked ~ .control_indicator {
  background: #398bf7; }

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: .6;
  pointer-events: none; }

.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control_indicator:after {
  display: block; }

.control-checkbox .control_indicator:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b; }

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

td .label {
  font-size: 100%; }

.badge {
  font-weight: normal; }

.todo-list > li > input[type=checkbox] {
  margin: 0 10px 0 5px; }

.todo-list > li .text {
  display: inline-block;
  margin-left: 30px;
  font-weight: 600; }

.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px; }

.todo-list > li .tools {
  display: none;
  float: right;
  color: #ef5350; }

.todo-list .handle, .todo-list > li:hover .tools {
  display: inline-block; }

.todo-list > li .tools > .fa, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer; }

.todo-list > li.done {
  color: #67757c; }

.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500; }

.todo-list > li.done .label {
  background: #d2d6de; }

.todo-list .danger {
  border-left-color: #ef5350; }

.todo-list .warning {
  border-left-color: #fbae1c; }

.todo-list .info {
  border-left-color: #398bf7; }

.todo-list .success {
  border-left-color: #7dca25; }

.todo-list .primary {
  border-left-color: #398bf7; }

.todo-list .handle {
  cursor: move;
  margin: 0 5px; }

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

/*chat*/
.chat {
  padding: 5px 20px 5px 10px; }

.chat .item {
  margin-bottom: 10px; }

.chat .item:after, .chat .item:before {
  content: " ";
  display: table; }

.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 5px; }

.chat .item > .online {
  border: 2px solid #7dca25; }

.chat .item > .offline {
  border: 2px solid #ef5350; }

.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
  color: #67757c; }

.chat .item > .message > .name {
  display: block;
  font-weight: 600; }

.chat .item > .attachment {
  border-radius: 3px;
  background: #d6ecff;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px; }

.chat .item > .attachment .pull-right .btn {
  top: 10px;
  position: relative;
  border-radius: 5px; }

.chat .item > .attachment > h4 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 14px; }

.chat .item > .attachment > .filename, .chat .item > .attachment > p {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0; }

.chat .item > .attachment:after, .chat .item > .attachment:before {
  content: " ";
  display: table; }

.info-box, .info-box-icon, .info-box-more, .info-box-number {
  display: block; }

.box-input {
  max-width: 200px; }

.modal .panel-body {
  color: #455a64; }

.model_img {
  cursor: pointer; }

.info-box {
  min-height: 100px;
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px; }

.info-box small {
  font-size: 14px; }

.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px 0;
  height: 2px; }

.info-box .progress, .info-box .progress .progress-bar {
  border-radius: 0; }

.info-box .progress .progress-bar {
  background: #fff; }

.info-box-icon {
  float: left;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 74px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.info-box-icon.push-bottom {
  margin-top: 20px; }

.info-box-icon > img {
  max-width: 100%; }

.info-box-content {
  padding: 10px 10px 10px 0;
  margin-left: 90px; }

.info-box-number {
  font-weight: 300;
  font-size: 21px; }

.info-box-text, .progress-description {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300; }

.progress-description {
  margin: 0; }

/*timeline*/
.timeline {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
  list-style: none; }

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #c9d8e0;
  left: 33px;
  margin: 0;
  border-radius: 2px; }

.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px; }

.timeline > li:after, .timeline > li:before {
  content: " ";
  display: table; }

.timeline > li > .timeline-item {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(142, 139, 133, 0.32);
  box-shadow: 0px 0px 5px 0px rgba(142, 139, 133, 0.32);
  border-radius: 5px;
  margin-top: 0;
  background: #f7f7f7;
  color: #455a64;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative; }

.timeline > li > .timeline-item > .time {
  color: #67757c;
  float: right;
  padding: 1.25rem; }

.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 1.25rem;
  line-height: 1.1; }

.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600; }

.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
  padding: 1.25rem; }

.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion, .timeline > li > i {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0; }

.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px; }

.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none; }

.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd; }

/*Button*/
.btn.dropdown-toggle::after, .btn-group-vertical .btn.dropdown-toggle::after {
  display: none; }

button.btn.dropdown-toggle::after, .wysihtml5-toolbar .btn.dropdown-toggle::after {
  display: inline-block; }

.dropdown-toggle.no-caret::after, button.btn.dropdown-toggle.no-caret::after {
  display: none; }

.btn {
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  line-height: inherit; }

.btn-circle {
  border-radius: 100%; }

.btn-rounded {
  border-radius: 15px; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn:last-child:not(:first-child), .btn.btn-flat {
  border-radius: 5px; }

.btn.btn-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px; }

.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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:focus {
  outline: 0; }

.btn, .btn:hover {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.btn.btn-file {
  position: relative;
  overflow: hidden; }

.btn.btn-file > input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: 0;
  background: #fff;
  cursor: inherit;
  display: block; }

.btn-app, .pagination li a, table.text-center, table.text-center td, table.text-center th {
  text-align: center; }

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

.btn-default {
  background-color: #f4f4f4;
  color: #455a64;
  border-color: #ddd; }

.btn-default.hover, .btn-default:active, .btn-default:hover {
  background-color: #e7e7e7; }

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn[class*=bg-]:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); }

.btn-app {
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  color: #67757c;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
  overflow: visible; }

.btn-app .badge {
  font-size: 100%; }

.btn-app.bg-aqua, .btn-app.bg-blue, .btn-app.bg-green, .btn-app.bg-light-blue, .btn-app.bg-maroon, .btn-app.bg-navy, .btn-app.bg-olive, .btn-app.bg-purple, .btn-app.bg-red, .btn-app.bg-teal, .btn-app.bg-yellow {
  border: none; }

.alert, .callout {
  border-radius: 5px; }

.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
  font-size: 20px;
  display: block; }

.btn-app:hover {
  background: #f4f4f4;
  color: #455a64;
  border-color: #aaa; }

.callout .highlight, .callout code, .wysihtml5-toolbar .btn-default {
  background-color: #fff; }

.btn-app:active, .btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-weight: 300; }

.blockquote {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .25rem solid #eceeef; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: .25rem solid #eceeef;
  border-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; } }
.alert h4, .callout h4, .nav-pills > li.active > a, .products-list .product-title {
  font-weight: 600; }

/*---*/
.btn:hover {
  cursor: pointer; }

.btn:focus, .btn.focus, .btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px; }

.btn-group-xs > .btn,
.btn-xs {
  font-size: 11px;
  padding: 2px 8px;
  line-height: 18px; }

.btn-group-xs > .btn.btn-bold,
.btn-xs.btn-bold {
  font-size: 9px; }

.btn-group-sm > .btn,
.btn-sm {
  font-size: 12px;
  padding: 4px 12px;
  line-height: 20px; }

.btn-group-sm > .btn.btn-bold,
.btn-sm.btn-bold {
  font-size: 11px; }

.btn-group-lg > .btn,
.btn-lg {
  font-size: 15px;
  padding: 7px 20px;
  line-height: 32px; }

.btn-group-lg > .btn.btn-bold,
.btn-lg.btn-bold {
  font-size: 14px; }

.btn-w-xs {
  width: 85px; }

.btn-w-sm {
  width: 100px; }

.btn-w-md {
  width: 120px; }

.btn-w-lg {
  width: 145px; }

.btn-w-xl {
  width: 180px; }

.btn-round {
  border-radius: 10rem; }

.btn-sq,
.btn-square {
  padding: 5px;
  width: 36px;
  height: 36px; }

.btn-sq.btn-lg,
.btn-square.btn-lg {
  width: 48px;
  height: 48px; }

.btn-sq.btn-sm,
.btn-square.btn-sm {
  width: 29px;
  height: 29px; }

.btn-sq.btn-xs,
.btn-square.btn-xs {
  width: 24px;
  height: 24px; }

.btn-primary {
  background-color: #ab8ce4;
  border-color: #ab8ce4;
  color: #fff; }

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

.btn-primary:focus, .btn-primary.focus {
  color: #fff; }

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #ab8ce4;
  border-color: #ab8ce4;
  opacity: 0.5; }

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #b4a1d8 !important;
  border-color: #b4a1d8 !important;
  color: #fff; }

.btn-success {
  background-color: #7dca25;
  border-color: #7dca25;
  color: #fff; }

.btn-success:hover {
  background-color: #16d17f;
  border-color: #16d17f;
  color: #fff; }

.btn-success:focus, .btn-success.focus {
  color: #fff; }

.btn-success.disabled, .btn-success:disabled {
  background-color: #7dca25;
  border-color: #7dca25;
  opacity: 0.5; }

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #14b56f !important;
  border-color: #14b56f !important;
  color: #fff; }

.btn-info {
  background-color: #03a9f3;
  border-color: #03a9f3;
  color: #fff; }

.btn-info:hover {
  background-color: #65bdf8;
  border-color: #65bdf8;
  color: #fff; }

.btn-info:focus, .btn-info.focus {
  color: #fff; }

.btn-info.disabled, .btn-info:disabled {
  background-color: #03a9f3;
  border-color: #03a9f3;
  opacity: 0.5; }

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #2ba3f6 !important;
  border-color: #2ba3f6 !important;
  color: #fff; }

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

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

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

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #faa64b;
  border-color: #faa64b;
  opacity: 0.5; }

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #f99a32 !important;
  border-color: #f99a32 !important;
  color: #fff; }

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

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

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

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #fb9678;
  border-color: #fb9678;
  opacity: 0.5; }

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #f84f4f !important;
  border-color: #f84f4f !important;
  color: #fff; }

.btn-secondary {
  color: #616a78;
  background-color: #e4e7ea;
  border-color: #e4e7ea; }

.btn-secondary:hover {
  background-color: #edeff1;
  border-color: #edeff1;
  color: #fff; }

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff; }

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #e4e7ea;
  border-color: #e4e7ea;
  opacity: 0.5; }

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #dbdfe3;
  border-color: #dbdfe3;
  color: #fff; }

.btn-link {
  color: #03a9f3;
  font-weight: 500; }

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

.btn-light {
  background-color: #fcfdfe;
  border-color: #ebebeb;
  color: #929daf; }

.btn-light:hover, .btn-light:focus {
  background-color: #f9fafb;
  color: #616a78; }

.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  background-color: #f9fafb;
  color: #616a78; }

.btn-purple {
  background-color: #926dde;
  border-color: #926dde;
  color: #fff; }

.btn-purple:hover {
  background-color: #a282e3;
  border-color: #a282e3;
  color: #fff; }

.btn-purple:focus, .btn-purple.focus {
  color: #fff; }

.btn-purple.disabled, .btn-purple:disabled {
  background-color: #926dde;
  border-color: #926dde;
  opacity: 0.5; }

.btn-purple:active, .btn-purple.active,
.show > .btn-purple.dropdown-toggle {
  background-color: #8258d9;
  border-color: #8258d9;
  color: #fff; }

.btn-pink {
  background-color: #f96197;
  border-color: #f96197;
  color: #fff; }

.btn-pink:hover {
  background-color: #fa75a4;
  border-color: #fa75a4;
  color: #fff; }

.btn-pink:focus, .btn-pink.focus {
  color: #fff; }

.btn-pink.disabled, .btn-pink:disabled {
  background-color: #f96197;
  border-color: #f96197;
  opacity: 0.5; }

.btn-pink:active, .btn-pink.active,
.show > .btn-pink.dropdown-toggle {
  background-color: #f84d8a;
  border-color: #f84d8a;
  color: #fff; }

.btn-cyan {
  background-color: #57c7d4;
  border-color: #57c7d4;
  color: #fff; }

.btn-cyan:hover {
  background-color: #77d2dc;
  border-color: #77d2dc;
  color: #fff; }

.btn-cyan:focus, .btn-cyan.focus {
  color: #fff; }

.btn-cyan.disabled, .btn-cyan:disabled {
  background-color: #57c7d4;
  border-color: #57c7d4;
  opacity: 0.5; }

.btn-cyan:active, .btn-cyan.active,
.show > .btn-cyan.dropdown-toggle {
  background-color: #37bccc;
  border-color: #37bccc;
  color: #fff; }

.btn-yellow {
  background-color: #e0bc00;
  border-color: #e0bc00;
  color: #fff; }

.btn-yellow:hover {
  background-color: #c1a200;
  border-color: #c1a200;
  color: #fff; }

.btn-yellow:focus, .btn-yellow.focus {
  color: #fff; }

.btn-yellow.disabled, .btn-yellow:disabled {
  background-color: #fcc525;
  border-color: #fcc525;
  opacity: 0.5; }

.btn-yellow:active, .btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
  background-color: #c1a200;
  border-color: #c1a200;
  color: #fff; }

.btn-brown {
  background-color: #8d6658;
  border-color: #8d6658;
  color: #fff; }

.btn-brown:hover {
  background-color: #9d7162;
  border-color: #9d7162;
  color: #fff; }

.btn-brown:focus, .btn-brown.focus {
  color: #fff; }

.btn-brown.disabled, .btn-brown:disabled {
  background-color: #8d6658;
  border-color: #8d6658;
  opacity: 0.5; }

.btn-brown:active, .btn-brown.active,
.show > .btn-brown.dropdown-toggle {
  background-color: #7d5b4e;
  border-color: #7d5b4e;
  color: #fff; }

.btn-dark {
  background-color: #465161;
  border-color: #465161;
  color: #fff; }

.btn-dark:hover {
  background-color: #515d70;
  border-color: #515d70;
  color: #fff; }

.btn-dark:focus, .btn-dark.focus {
  color: #fff; }

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #465161;
  border-color: #465161;
  opacity: 0.5; }

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #3b4552;
  border-color: #3b4552;
  color: #fff; }

.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff; }

.btn-facebook:hover {
  background-color: #466ab5;
  border-color: #466ab5;
  color: #fff; }

.btn-facebook:focus, .btn-facebook.focus {
  color: #fff; }

.btn-facebook.disabled, .btn-facebook:disabled {
  background-color: #3b5998;
  border-color: #3b5998;
  opacity: 0.5; }

.btn-facebook:active, .btn-facebook.active,
.show > .btn-facebook.dropdown-toggle {
  background-color: #30487b;
  border-color: #30487b;
  color: #fff; }

.btn-google {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff; }

.btn-google:hover {
  background-color: #e36b5c;
  border-color: #e36b5c;
  color: #fff; }

.btn-google:focus, .btn-google.focus {
  color: #fff; }

.btn-google.disabled, .btn-google:disabled {
  background-color: #dd4b39;
  border-color: #dd4b39;
  opacity: 0.5; }

.btn-google:active, .btn-google.active,
.show > .btn-google.dropdown-toggle {
  background-color: #ca3523;
  border-color: #ca3523;
  color: #fff; }

.btn-twitter {
  background-color: #00aced;
  border-color: #00aced;
  color: #fff; }

.btn-twitter:hover {
  background-color: #17bfff;
  border-color: #17bfff;
  color: #fff; }

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff; }

.btn-twitter.disabled, .btn-twitter:disabled {
  background-color: #00aced;
  border-color: #00aced;
  opacity: 0.5; }

.btn-twitter:active, .btn-twitter.active,
.show > .btn-twitter.dropdown-toggle {
  background-color: #008ec4;
  border-color: #008ec4;
  color: #fff; }

.btn-linkedin {
  background-color: #007bb6;
  border-color: #007bb6;
  color: #fff; }

.btn-linkedin:hover {
  background-color: #0097df;
  border-color: #0097df;
  color: #fff; }

.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff; }

.btn-linkedin.disabled, .btn-linkedin:disabled {
  background-color: #007bb6;
  border-color: #007bb6;
  opacity: 0.5; }

.btn-linkedin:active, .btn-linkedin.active,
.show > .btn-linkedin.dropdown-toggle {
  background-color: #005f8d;
  border-color: #005f8d;
  color: #fff; }

.btn-pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
  color: #fff; }

.btn-pinterest:hover {
  background-color: #df353c;
  border-color: #df353c;
  color: #fff; }

.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff; }

.btn-pinterest.disabled, .btn-pinterest:disabled {
  background-color: #cb2027;
  border-color: #cb2027;
  opacity: 0.5; }

.btn-pinterest:active, .btn-pinterest.active,
.show > .btn-pinterest.dropdown-toggle {
  background-color: #a81a20;
  border-color: #a81a20;
  color: #fff; }

.btn-git {
  background-color: #666666;
  border-color: #666666;
  color: #fff; }

.btn-git:hover {
  background-color: #7a7a7a;
  border-color: #7a7a7a;
  color: #fff; }

.btn-git:focus, .btn-git.focus {
  color: #fff; }

.btn-git.disabled, .btn-git:disabled {
  background-color: #666666;
  border-color: #666666;
  opacity: 0.5; }

.btn-git:active, .btn-git.active,
.show > .btn-git.dropdown-toggle {
  background-color: #525252;
  border-color: #525252;
  color: #fff; }

.btn-tumblr {
  background-color: #32506d;
  border-color: #32506d;
  color: #fff; }

.btn-tumblr:hover {
  background-color: #3f6589;
  border-color: #3f6589;
  color: #fff; }

.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff; }

.btn-tumblr.disabled, .btn-tumblr:disabled {
  background-color: #32506d;
  border-color: #32506d;
  opacity: 0.5; }

.btn-tumblr:active, .btn-tumblr.active,
.show > .btn-tumblr.dropdown-toggle {
  background-color: #253b51;
  border-color: #253b51;
  color: #fff; }

.btn-vimeo {
  background-color: #aad450;
  border-color: #aad450;
  color: #fff; }

.btn-vimeo:hover {
  background-color: #badc71;
  border-color: #badc71;
  color: #fff; }

.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff; }

.btn-vimeo.disabled, .btn-vimeo:disabled {
  background-color: #aad450;
  border-color: #aad450;
  opacity: 0.5; }

.btn-vimeo:active, .btn-vimeo.active,
.show > .btn-vimeo.dropdown-toggle {
  background-color: #99ca32;
  border-color: #99ca32;
  color: #fff; }

.btn-youtube {
  background-color: #bb0000;
  border-color: #bb0000;
  color: #fff; }

.btn-youtube:hover {
  background-color: #e40000;
  border-color: #e40000;
  color: #fff; }

.btn-youtube:focus, .btn-youtube.focus {
  color: #fff; }

.btn-youtube.disabled, .btn-youtube:disabled {
  background-color: #bb0000;
  border-color: #bb0000;
  opacity: 0.5; }

.btn-youtube:active, .btn-youtube.active,
.show > .btn-youtube.dropdown-toggle {
  background-color: #920000;
  border-color: #920000;
  color: #fff; }

.btn-flickr {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #fff; }

.btn-flickr:hover {
  background-color: #ff2998;
  border-color: #ff2998;
  color: #fff; }

.btn-flickr:focus, .btn-flickr.focus {
  color: #fff; }

.btn-flickr.disabled, .btn-flickr:disabled {
  background-color: #ff0084;
  border-color: #ff0084;
  opacity: 0.5; }

.btn-flickr:active, .btn-flickr.active,
.show > .btn-flickr.dropdown-toggle {
  background-color: #d6006f;
  border-color: #d6006f;
  color: #fff; }

.btn-reddit {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #fff; }

.btn-reddit:hover {
  background-color: #ff6329;
  border-color: #ff6329;
  color: #fff; }

.btn-reddit:focus, .btn-reddit.focus {
  color: #fff; }

.btn-reddit.disabled, .btn-reddit:disabled {
  background-color: #ff4500;
  border-color: #ff4500;
  opacity: 0.5; }

.btn-reddit:active, .btn-reddit.active,
.show > .btn-reddit.dropdown-toggle {
  background-color: #d63a00;
  border-color: #d63a00;
  color: #fff; }

.btn-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #fff; }

.btn-dribbble:hover {
  background-color: #ee71a1;
  border-color: #ee71a1;
  color: #fff; }

.btn-dribbble:focus, .btn-dribbble.focus {
  color: #fff; }

.btn-dribbble.disabled, .btn-dribbble:disabled {
  background-color: #ea4c89;
  border-color: #ea4c89;
  opacity: 0.5; }

.btn-dribbble:active, .btn-dribbble.active,
.show > .btn-dribbble.dropdown-toggle {
  background-color: #e62771;
  border-color: #e62771;
  color: #fff; }

.btn-skype {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #fff; }

.btn-skype:hover {
  background-color: #1ac1ff;
  border-color: #1ac1ff;
  color: #fff; }

.btn-skype:focus, .btn-skype.focus {
  color: #fff; }

.btn-skype.disabled, .btn-skype:disabled {
  background-color: #00aff0;
  border-color: #00aff0;
  opacity: 0.5; }

.btn-skype:active, .btn-skype.active,
.show > .btn-skype.dropdown-toggle {
  background-color: #0091c7;
  border-color: #0091c7;
  color: #fff; }

.btn-instagram {
  background-color: #517fa4;
  border-color: #517fa4;
  color: #fff; }

.btn-instagram:hover {
  background-color: #6993b5;
  border-color: #6993b5;
  color: #fff; }

.btn-instagram:focus, .btn-instagram.focus {
  color: #fff; }

.btn-instagram.disabled, .btn-instagram:disabled {
  background-color: #517fa4;
  border-color: #517fa4;
  opacity: 0.5; }

.btn-instagram:active, .btn-instagram.active,
.show > .btn-instagram.dropdown-toggle {
  background-color: #446a89;
  border-color: #446a89;
  color: #fff; }

.btn-lastfm {
  background-color: #c3000d;
  border-color: #c3000d;
  color: #fff; }

.btn-lastfm:hover {
  background-color: #ec0010;
  border-color: #ec0010;
  color: #fff; }

.btn-lastfm:focus, .btn-lastfm.focus {
  color: #fff; }

.btn-lastfm.disabled, .btn-lastfm:disabled {
  background-color: #c3000d;
  border-color: #c3000d;
  opacity: 0.5; }

.btn-lastfm:active, .btn-lastfm.active,
.show > .btn-lastfm.dropdown-toggle {
  background-color: #9a000a;
  border-color: #9a000a;
  color: #fff; }

.btn-behance {
  background-color: #1769ff;
  border-color: #1769ff;
  color: #fff; }

.btn-behance:hover {
  background-color: #4083ff;
  border-color: #4083ff;
  color: #fff; }

.btn-behance:focus, .btn-behance.focus {
  color: #fff; }

.btn-behance.disabled, .btn-behance:disabled {
  background-color: #1769ff;
  border-color: #1769ff;
  opacity: 0.5; }

.btn-behance:active, .btn-behance.active,
.show > .btn-behance.dropdown-toggle {
  background-color: #0054ed;
  border-color: #0054ed;
  color: #fff; }

.btn-rss {
  background-color: #f26522;
  border-color: #f26522;
  color: #fff; }

.btn-rss:hover {
  background-color: #f48049;
  border-color: #f48049;
  color: #fff; }

.btn-rss:focus, .btn-rss.focus {
  color: #fff; }

.btn-rss.disabled, .btn-rss:disabled {
  background-color: #f26522;
  border-color: #f26522;
  opacity: 0.5; }

.btn-rss:active, .btn-rss.active,
.show > .btn-rss.dropdown-toggle {
  background-color: #de500d;
  border-color: #de500d;
  color: #fff; }

.btn-primary-outline {
  color: #ab8ce4;
  background-color: transparent;
  border-color: #ab8ce4; }

.btn-primary-outline:hover {
  color: #fff;
  background-color: #ab8ce4;
  border-color: #ab8ce4; }

.btn-primary-outline:active, .btn-primary-outline.active,
.show > .btn-primary-outline.dropdown-toggle {
  background-color: #2ba99d;
  border-color: #2ba99d; }

.btn-success-outline {
  color: #7dca25;
  background-color: transparent;
  border-color: #7dca25; }

.btn-success-outline:hover {
  color: #fff;
  background-color: #7dca25;
  border-color: #7dca25; }

.btn-success-outline:active, .btn-success-outline.active,
.show > .btn-success-outline.dropdown-toggle {
  background-color: #12a766;
  border-color: #12a766; }

.btn-info-outline {
  color: #03a9f3;
  background-color: transparent;
  border-color: #03a9f3; }

.btn-info-outline:hover {
  color: #fff;
  background-color: #03a9f3;
  border-color: #03a9f3; }

.btn-info-outline:active, .btn-info-outline.active,
.show > .btn-info-outline.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6; }

.btn-warning-outline {
  color: #faa64b;
  background-color: transparent;
  border-color: #faa64b; }

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

.btn-warning-outline:active, .btn-warning-outline.active,
.show > .btn-warning-outline.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32; }

.btn-danger-outline {
  color: #fb9678;
  background-color: transparent;
  border-color: #fb9678; }

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

.btn-danger-outline:active, .btn-danger-outline.active,
.show > .btn-danger-outline.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f; }

.btn-secondary-outline {
  color: #e4e7ea;
  background-color: transparent;
  border-color: #e4e7ea; }

.btn-secondary-outline:hover {
  color: #fff;
  background-color: #e4e7ea;
  border-color: #e4e7ea; }

.btn-secondary-outline:active, .btn-secondary-outline.active,
.show > .btn-secondary-outline.dropdown-toggle {
  background-color: #dbdfe3;
  border-color: #dbdfe3; }

.btn-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.btn-outline:hover {
  color: #121212;
  background-color: #fff; }

.btn-outline.btn-primary {
  color: #ab8ce4;
  background-color: transparent;
  border-color: #ab8ce4; }

.btn-outline.btn-primary:hover {
  color: #fff;
  background-color: #ab8ce4;
  border-color: #ab8ce4; }

.btn-outline.btn-primary:active, .btn-outline.btn-primary.active,
.show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #2ba99d;
  border-color: #2ba99d; }

.btn-outline.btn-success {
  color: #7dca25;
  background-color: transparent;
  border-color: #7dca25; }

.btn-outline.btn-success:hover {
  color: #fff;
  background-color: #7dca25;
  border-color: #7dca25; }

.btn-outline.btn-success:active, .btn-outline.btn-success.active,
.show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #12a766;
  border-color: #12a766; }

.btn-outline.btn-info {
  color: #03a9f3;
  background-color: transparent;
  border-color: #03a9f3; }

.btn-outline.btn-info:hover {
  color: #fff;
  background-color: #03a9f3;
  border-color: #03a9f3; }

.btn-outline.btn-info:active, .btn-outline.btn-info.active,
.show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6; }

.btn-outline.btn-warning {
  color: #faa64b;
  background-color: transparent;
  border-color: #faa64b; }

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

.btn-outline.btn-warning:active, .btn-outline.btn-warning.active,
.show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32; }

.btn-outline.btn-danger {
  color: #fb9678;
  background-color: transparent;
  border-color: #fb9678; }

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

.btn-outline.btn-danger:active, .btn-outline.btn-danger.active,
.show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f; }

.btn-outline.btn-secondary {
  color: #e4e7ea;
  background-color: transparent;
  border-color: #e4e7ea; }

.btn-outline.btn-secondary:hover {
  color: #fff;
  background-color: #e4e7ea;
  border-color: #e4e7ea; }

.btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active,
.show > .btn-outline.btn-secondary.dropdown-toggle {
  background-color: #dbdfe3;
  border-color: #dbdfe3; }

.btn-outline.btn-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.btn-outline.btn-light:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff; }

.btn-outline.btn-light:active, .btn-outline.btn-light.active,
.show > .btn-outline.btn-light.dropdown-toggle {
  background-color: #f2f2f2;
  border-color: #f2f2f2; }

.btn-outline.btn-purple {
  color: #926dde;
  background-color: transparent;
  border-color: #926dde; }

.btn-outline.btn-purple:hover {
  color: #fff;
  background-color: #926dde;
  border-color: #926dde; }

.btn-outline.btn-purple:active, .btn-outline.btn-purple.active,
.show > .btn-outline.btn-purple.dropdown-toggle {
  background-color: #8258d9;
  border-color: #8258d9; }

.btn-outline.btn-pink {
  color: #f96197;
  background-color: transparent;
  border-color: #f96197; }

.btn-outline.btn-pink:hover {
  color: #fff;
  background-color: #f96197;
  border-color: #f96197; }

.btn-outline.btn-pink:active, .btn-outline.btn-pink.active,
.show > .btn-outline.btn-pink.dropdown-toggle {
  background-color: #f84d8a;
  border-color: #f84d8a; }

.btn-outline.btn-cyan {
  color: #57c7d4;
  background-color: transparent;
  border-color: #57c7d4; }

.btn-outline.btn-cyan:hover {
  color: #fff;
  background-color: #57c7d4;
  border-color: #57c7d4; }

.btn-outline.btn-cyan:active, .btn-outline.btn-cyan.active,
.show > .btn-outline.btn-cyan.dropdown-toggle {
  background-color: #37bccc;
  border-color: #37bccc; }

.btn-outline.btn-yellow {
  color: #e0bc00;
  background-color: transparent;
  border-color: #fcc525; }

.btn-outline.btn-yellow:hover {
  color: #fff;
  background-color: #c1a200;
  border-color: #c1a200; }

.btn-outline.btn-yellow:active, .btn-outline.btn-yellow.active,
.show > .btn-outline.btn-yellow.dropdown-toggle {
  background-color: #c1a200;
  border-color: #c1a200; }

.btn-outline.btn-brown {
  color: #8d6658;
  background-color: transparent;
  border-color: #8d6658; }

.btn-outline.btn-brown:hover {
  color: #fff;
  background-color: #8d6658;
  border-color: #8d6658; }

.btn-outline.btn-brown:active, .btn-outline.btn-brown.active,
.show > .btn-outline.btn-brown.dropdown-toggle {
  background-color: #7d5b4e;
  border-color: #7d5b4e; }

.btn-outline.btn-dark {
  color: #465161;
  background-color: transparent;
  border-color: #465161; }

.btn-outline.btn-dark:hover {
  color: #fff;
  background-color: #465161;
  border-color: #465161; }

.btn-outline.btn-dark:active, .btn-outline.btn-dark.active,
.show > .btn-outline.btn-dark.dropdown-toggle {
  background-color: #3b4552;
  border-color: #3b4552; }

.btn-outline.btn-light:hover {
  color: #616a78; }

.btn-outline.btn-facebook {
  color: #3b5998;
  background-color: transparent;
  border-color: #3b5998; }

.btn-outline.btn-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.btn-outline.btn-facebook:active, .btn-outline.btn-facebook.active,
.show > .btn-outline.btn-facebook.dropdown-toggle {
  background-color: #30487b;
  border-color: #30487b; }

.btn-outline.btn-google {
  color: #dd4b39;
  background-color: transparent;
  border-color: #dd4b39; }

.btn-outline.btn-google:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39; }

.btn-outline.btn-google:active, .btn-outline.btn-google.active,
.show > .btn-outline.btn-google.dropdown-toggle {
  background-color: #ca3523;
  border-color: #ca3523; }

.btn-outline.btn-twitter {
  color: #00aced;
  background-color: transparent;
  border-color: #00aced; }

.btn-outline.btn-twitter:hover {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced; }

.btn-outline.btn-twitter:active, .btn-outline.btn-twitter.active,
.show > .btn-outline.btn-twitter.dropdown-toggle {
  background-color: #008ec4;
  border-color: #008ec4; }

.btn-outline.btn-linkedin {
  color: #007bb6;
  background-color: transparent;
  border-color: #007bb6; }

.btn-outline.btn-linkedin:hover {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6; }

.btn-outline.btn-linkedin:active, .btn-outline.btn-linkedin.active,
.show > .btn-outline.btn-linkedin.dropdown-toggle {
  background-color: #005f8d;
  border-color: #005f8d; }

.btn-outline.btn-pinterest {
  color: #cb2027;
  background-color: transparent;
  border-color: #cb2027; }

.btn-outline.btn-pinterest:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027; }

.btn-outline.btn-pinterest:active, .btn-outline.btn-pinterest.active,
.show > .btn-outline.btn-pinterest.dropdown-toggle {
  background-color: #a81a20;
  border-color: #a81a20; }

.btn-outline.btn-git {
  color: #666666;
  background-color: transparent;
  border-color: #666666; }

.btn-outline.btn-git:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666; }

.btn-outline.btn-git:active, .btn-outline.btn-git.active,
.show > .btn-outline.btn-git.dropdown-toggle {
  background-color: #525252;
  border-color: #525252; }

.btn-outline.btn-tumblr {
  color: #32506d;
  background-color: transparent;
  border-color: #32506d; }

.btn-outline.btn-tumblr:hover {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d; }

.btn-outline.btn-tumblr:active, .btn-outline.btn-tumblr.active,
.show > .btn-outline.btn-tumblr.dropdown-toggle {
  background-color: #253b51;
  border-color: #253b51; }

.btn-outline.btn-vimeo {
  color: #aad450;
  background-color: transparent;
  border-color: #aad450; }

.btn-outline.btn-vimeo:hover {
  color: #fff;
  background-color: #aad450;
  border-color: #aad450; }

.btn-outline.btn-vimeo:active, .btn-outline.btn-vimeo.active,
.show > .btn-outline.btn-vimeo.dropdown-toggle {
  background-color: #99ca32;
  border-color: #99ca32; }

.btn-outline.btn-youtube {
  color: #bb0000;
  background-color: transparent;
  border-color: #bb0000; }

.btn-outline.btn-youtube:hover {
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000; }

.btn-outline.btn-youtube:active, .btn-outline.btn-youtube.active,
.show > .btn-outline.btn-youtube.dropdown-toggle {
  background-color: #920000;
  border-color: #920000; }

.btn-outline.btn-flickr {
  color: #ff0084;
  background-color: transparent;
  border-color: #ff0084; }

.btn-outline.btn-flickr:hover {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084; }

.btn-outline.btn-flickr:active, .btn-outline.btn-flickr.active,
.show > .btn-outline.btn-flickr.dropdown-toggle {
  background-color: #d6006f;
  border-color: #d6006f; }

.btn-outline.btn-reddit {
  color: #ff4500;
  background-color: transparent;
  border-color: #ff4500; }

.btn-outline.btn-reddit:hover {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500; }

.btn-outline.btn-reddit:active, .btn-outline.btn-reddit.active,
.show > .btn-outline.btn-reddit.dropdown-toggle {
  background-color: #d63a00;
  border-color: #d63a00; }

.btn-outline.btn-dribbble {
  color: #ea4c89;
  background-color: transparent;
  border-color: #ea4c89; }

.btn-outline.btn-dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89; }

.btn-outline.btn-dribbble:active, .btn-outline.btn-dribbble.active,
.show > .btn-outline.btn-dribbble.dropdown-toggle {
  background-color: #e62771;
  border-color: #e62771; }

.btn-outline.btn-skype {
  color: #00aff0;
  background-color: transparent;
  border-color: #00aff0; }

.btn-outline.btn-skype:hover {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0; }

.btn-outline.btn-skype:active, .btn-outline.btn-skype.active,
.show > .btn-outline.btn-skype.dropdown-toggle {
  background-color: #0091c7;
  border-color: #0091c7; }

.btn-outline.btn-instagram {
  color: #517fa4;
  background-color: transparent;
  border-color: #517fa4; }

.btn-outline.btn-instagram:hover {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4; }

.btn-outline.btn-instagram:active, .btn-outline.btn-instagram.active,
.show > .btn-outline.btn-instagram.dropdown-toggle {
  background-color: #446a89;
  border-color: #446a89; }

.btn-outline.btn-lastfm {
  color: #c3000d;
  background-color: transparent;
  border-color: #c3000d; }

.btn-outline.btn-lastfm:hover {
  color: #fff;
  background-color: #c3000d;
  border-color: #c3000d; }

.btn-outline.btn-lastfm:active, .btn-outline.btn-lastfm.active,
.show > .btn-outline.btn-lastfm.dropdown-toggle {
  background-color: #9a000a;
  border-color: #9a000a; }

.btn-outline.btn-behance {
  color: #1769ff;
  background-color: transparent;
  border-color: #1769ff; }

.btn-outline.btn-behance:hover {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff; }

.btn-outline.btn-behance:active, .btn-outline.btn-behance.active,
.show > .btn-outline.btn-behance.dropdown-toggle {
  background-color: #0054ed;
  border-color: #0054ed; }

.btn-outline.btn-rss {
  color: #f26522;
  background-color: transparent;
  border-color: #f26522; }

.btn-outline.btn-rss:hover {
  color: #fff;
  background-color: #f26522;
  border-color: #f26522; }

.btn-outline.btn-rss:active, .btn-outline.btn-rss.active,
.show > .btn-outline.btn-rss.dropdown-toggle {
  background-color: #de500d;
  border-color: #de500d; }

.btn-label {
  position: relative;
  padding-left: 52px;
  overflow: hidden; }

.btn-label label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 0; }

.btn-label.btn-xs {
  padding-left: 32px; }

.btn-label.btn-xs label {
  width: 24px; }

.btn-label.btn-sm {
  padding-left: 41px; }

.btn-label.btn-sm label {
  width: 29px; }

.btn-label.btn-lg {
  padding-left: 64px; }

.btn-label.btn-lg label {
  width: 48px; }

.btn-flat {
  position: relative;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  background-color: #fcfdfe;
  border: none;
  letter-spacing: 1px;
  border-radius: 0; }

.btn-flat:hover {
  background-color: #f9fafb; }

.btn-flat svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn-flat circle {
  fill: rgba(255, 255, 255, 0.3); }

.btn-flat.btn-primary {
  color: #ab8ce4; }

.btn-flat.btn-primary circle {
  fill: rgba(51, 202, 187, 0.1); }

.btn-flat.btn-secondary {
  color: #e4e7ea; }

.btn-flat.btn-secondary circle {
  fill: rgba(228, 231, 234, 0.1); }

.btn-flat.btn-success {
  color: #7dca25; }

.btn-flat.btn-success circle {
  fill: rgba(21, 195, 119, 0.1); }

.btn-flat.btn-info {
  color: #03a9f3; }

.btn-flat.btn-info circle {
  fill: rgba(72, 176, 247, 0.1); }

.btn-flat.btn-warning {
  color: #faa64b; }

.btn-flat.btn-warning circle {
  fill: rgba(250, 166, 75, 0.1); }

.btn-flat.btn-danger {
  color: #fb9678; }

.btn-flat.btn-danger circle {
  fill: rgba(249, 104, 104, 0.1); }

.btn-flat.btn-pink {
  color: #f96197; }

.btn-flat.btn-pink circle {
  fill: rgba(249, 97, 151, 0.1); }

.btn-flat.btn-purple {
  color: #926dde; }

.btn-flat.btn-purple circle {
  fill: rgba(146, 109, 222, 0.1); }

.btn-flat.btn-brown {
  color: #8d6658; }

.btn-flat.btn-brown circle {
  fill: rgba(141, 102, 88, 0.1); }

.btn-flat.btn-cyan {
  color: #57c7d4; }

.btn-flat.btn-cyan circle {
  fill: rgba(87, 199, 212, 0.1); }

.btn-flat.btn-yellow {
  color: #e0bc00; }

.btn-flat.btn-yellow circle {
  fill: rgba(252, 197, 37, 0.1); }

.btn-flat.btn-gray {
  color: #868e96; }

.btn-flat.btn-gray circle {
  fill: rgba(134, 142, 150, 0.1); }

.btn-flat.btn-dark {
  color: #465161; }

.btn-flat.btn-dark circle {
  fill: rgba(70, 81, 97, 0.1); }

.btn-flat.btn-secondary {
  color: #788394; }

.btn-flat.btn-facebook {
  color: #3b5998; }

.btn-flat.btn-facebook circle {
  fill: rgba(59, 89, 152, 0.1); }

.btn-flat.btn-google {
  color: #dd4b39; }

.btn-flat.btn-google circle {
  fill: rgba(221, 75, 57, 0.1); }

.btn-flat.btn-twitter {
  color: #00aced; }

.btn-flat.btn-twitter circle {
  fill: rgba(0, 172, 237, 0.1); }

.btn-flat.btn-linkedin {
  color: #007bb6; }

.btn-flat.btn-linkedin circle {
  fill: rgba(0, 123, 182, 0.1); }

.btn-flat.btn-pinterest {
  color: #cb2027; }

.btn-flat.btn-pinterest circle {
  fill: rgba(203, 32, 39, 0.1); }

.btn-flat.btn-git {
  color: #666666; }

.btn-flat.btn-git circle {
  fill: rgba(102, 102, 102, 0.1); }

.btn-flat.btn-tumblr {
  color: #32506d; }

.btn-flat.btn-tumblr circle {
  fill: rgba(50, 80, 109, 0.1); }

.btn-flat.btn-vimeo {
  color: #aad450; }

.btn-flat.btn-vimeo circle {
  fill: rgba(170, 212, 80, 0.1); }

.btn-flat.btn-youtube {
  color: #bb0000; }

.btn-flat.btn-youtube circle {
  fill: rgba(187, 0, 0, 0.1); }

.btn-flat.btn-flickr {
  color: #ff0084; }

.btn-flat.btn-flickr circle {
  fill: rgba(255, 0, 132, 0.1); }

.btn-flat.btn-reddit {
  color: #ff4500; }

.btn-flat.btn-reddit circle {
  fill: rgba(255, 69, 0, 0.1); }

.btn-flat.btn-dribbble {
  color: #ea4c89; }

.btn-flat.btn-dribbble circle {
  fill: rgba(234, 76, 137, 0.1); }

.btn-flat.btn-skype {
  color: #00aff0; }

.btn-flat.btn-skype circle {
  fill: rgba(0, 175, 240, 0.1); }

.btn-flat.btn-instagram {
  color: #517fa4; }

.btn-flat.btn-instagram circle {
  fill: rgba(81, 127, 164, 0.1); }

.btn-flat.btn-lastfm {
  color: #c3000d; }

.btn-flat.btn-lastfm circle {
  fill: rgba(195, 0, 13, 0.1); }

.btn-flat.btn-behance {
  color: #1769ff; }

.btn-flat.btn-behance circle {
  fill: rgba(23, 105, 255, 0.1); }

.btn-flat.btn-rss {
  color: #f26522; }

.btn-flat.btn-rss circle {
  fill: rgba(242, 101, 34, 0.1); }

/*callout*/
.callout {
  margin: 0 0 20px;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee; }

.callout a {
  color: #fff;
  text-decoration: underline; }

.callout a:hover {
  color: #eee; }

.callout h4 {
  margin-top: 0; }

.callout p:last-child {
  margin-bottom: 0; }

.callout.callout-danger {
  border-color: #ef5350; }

.callout.callout-warning {
  border-color: #fbae1c; }

.callout.callout-info {
  border-color: #03a9f3; }

.callout.callout-success {
  border-color: #7dca25; }

.alert .icon {
  margin-right: 10px; }

.alert .close {
  color: #000;
  opacity: .2;
  filter: alpha(opacity=20); }

.alert .close:hover {
  opacity: .5;
  filter: alpha(opacity=50); }

.alert a {
  color: #fff;
  text-decoration: underline; }

.alert-success {
  border-color: #7dca25; }

.alert-danger, .alert-error {
  border-color: #e73f3c; }

.alert-warning {
  border-color: #df9e1b; }

.alert-info {
  border-color: #03a9f3; }

/*tab*/
.nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
  color: #455a64;
  background: #f7f7f7; }

.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #455a64; }

.nav-pills > li > a > .fa, .nav-pills > li > a > .glyphicon, .nav-pills > li > a > .ion {
  margin-right: 5px; }

.nav-pills > li > a.active, .nav-pills > li > a.active:focus, .nav-pills > li > a.active:hover {
  border-top-color: #03a9f3;
  background-color: #03a9f3 !important; }

.flex-column > li > a {
  border-radius: 0 !important;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #455a64; }

.flex-column > li > a.nav-link.active, .flex-column > li > a.nav-link.active:hover {
  background: 0 0;
  color: #fff;
  border-top: 0;
  border-left-color: #03a9f3; }

.flex-column > li.header {
  border-bottom: 1px solid #ddd;
  color: #67757c;
  margin-bottom: 10px;
  padding: 5px 10px; }

.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-radius: 0; }

.nav-tabs-custom > .nav-tabs > li {
  margin-bottom: -2px;
  margin-right: 5px; }

.nav-tabs-custom > .nav-tabs > li.icon-btn {
  display: block;
  position: absolute;
  right: 15px;
  border: none;
  top: -2px; }

.nav-tabs-custom > .nav-tabs > li.disabled > a {
  color: #67757c; }

.nav-tabs-custom > .nav-tabs > li > a {
  color: #455a64;
  border-radius: 0;
  position: relative;
  display: block;
  padding: 1.25rem; }

.nav-tabs-custom > .nav-tabs > li > a.text-muted, .nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #67757c; }

.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
  background: 0 0;
  margin: 0; }

.nav-tabs-custom > .nav-tabs > li > a.active:hover, .nav-tabs-custom > .nav-tabs > li > a.active {
  background-color: #fff;
  color: #455a64; }

.nav-tabs-custom > .nav-tabs > li > a.active {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4; }

.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0; }

.nav-tabs-custom > .nav-tabs > li:first-of-type > a.active {
  border-left-color: transparent; }

.nav-tabs-custom > .nav-tabs.float-right {
  float: none !important;
  display: block; }

.nav-tabs-custom > .nav-tabs.float-right > li {
  float: right; }

.nav-tabs-custom > .nav-tabs > li > a {
  border-top: 3px solid transparent; }

.nav-tabs-custom > .nav-tabs.float-right > li:first-of-type {
  margin-right: 0; }

.nav-tabs-custom > .nav-tabs.float-right > li:first-of-type > a {
  border-left-width: 1px; }

.nav-tabs-custom > .nav-tabs.float-right > li:first-of-type > a.active {
  border-left-color: #f4f4f4;
  border-right-color: transparent; }

.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 30px;
  padding: 1.25rem;
  font-size: 16px;
  color: #455a64; }

.nav-tabs-custom > .nav-tabs > li.header > .fa, .nav-tabs-custom > .nav-tabs > li.header > .glyphicon, .nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px; }

.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 1.25rem;
  border-radius: 5px; }

.nav-tabs-custom .dropdown.show > a:active, .nav-tabs-custom .dropdown.show > a:focus {
  background: 0 0;
  color: #67757c; }

.nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #398bf7; }

.nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #398bf7; }

.nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #ef5350; }

.nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #fbae1c; }

.nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #7dca25; }

.nav-tabs-custom.tab-default > .nav-tabs > li a.active {
  border-top-color: #d2d6de; }

.nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #398bf7; }

.profile-tab li a.nav-link.active, .skin-blue .customtab li a.nav-link.active {
  border-bottom: 2px solid #398bf7;
  color: #fff; }

.mailbox-nav .nav-pills > li > a.active, .mailbox-nav .nav-pills > li > a.active:focus, .mailbox-nav .nav-pills > li > a.active:hover, .mailbox-nav .nav-pills > li > a:focus, .mailbox-nav .nav-pills > li > a:hover {
  background: #f2f4f8;
  border-left-color: #398bf7; }

.left-float {
  float: left; }

.right-float {
  float: right; }

/*pagination*/
.pagination > li > a {
  background-color: #fff;
  color: #455a64;
  border-color: #fff; }

.pagination.pagination-flat > li > a {
  border-radius: 0; }

.pagination li a.current, .pagination li a.current:hover {
  color: #fff;
  border: 1px solid #398bf7;
  background-color: #398bf7; }

.pagination li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 25px;
  padding: .4em 1em;
  text-decoration: none;
  cursor: pointer;
  color: #67757c;
  border: 1px solid transparent;
  border-radius: 2px;
  margin-left: 5px;
  margin-right: 5px; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #67757c;
  background-color: #fff;
  border-color: #fff;
  cursor: not-allowed; }

.pagination {
  margin-bottom: 10px; }

.pagination li a:hover {
  color: #fff;
  border: 1px solid #465060;
  background-color: #465060 !important; }

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

.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff; }

.products-list > .item:after, .products-list > .item:before {
  content: " ";
  display: table; }

.products-list .product-img {
  float: left; }

.products-list .product-img img {
  width: 50px;
  height: 50px;
  border-radius: 100%; }

.products-list .product-info {
  margin-left: 60px; }

.products-list .product-description {
  display: block;
  color: #67757c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4; }

.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0; }

/*data table*/
.project-table.table-responsive {
  overflow-x: hidden; }

@media screen and (max-width: 1440px) {
  .project-table.table-responsive {
    overflow-x: auto; } }
@media screen and (max-width: 767px) {
  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    white-space: nowrap; } }
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #7dca25;
  padding: 0.75rem; }

.table.no-border > tbody > tr > td, .table.no-border > tbody > tr > th, .table.no-border > tfoot > tr > td, .table.no-border > tfoot > tr > th, .table.no-border > thead > tr > td, .table.no-border > thead > tr > th {
  border-top: none; }

.table > thead > tr > th {
  border-bottom: 2px solid #7dca25; }

.table tr td .progress {
  margin-top: 5px; }

.table th, .table thead th {
  font-weight: 600; }

.contacts-list-name, .direct-chat-name {
  font-weight: 600; }

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

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

.table.no-border, .table.no-border td, .table.no-border th {
  border: 0; }

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

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

.table-separated {
  border-collapse: separate;
  border-spacing: 0 8px; }

.table-separated thead th {
  border-bottom: none; }

.table-separated tbody tr {
  -webkit-transition: .5s;
  transition: .5s; }

.table-separated tbody tr > *:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.table-separated tbody tr th, .table-separated tbody tr td {
  border-top: none; }

.table-separated tbody tr > *:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.dataTables_info, .dataTables_length, .dt-buttons {
  display: inline-block;
  padding-top: 5px; }

.dataTables_length label, .dataTables_filter label {
  display: flex; }

.dt-buttons {
  margin-bottom: 10px; }

.dt-buttons .dt-button {
  padding: 0.5rem 1.25rem;
  border-radius: 5px;
  background: #398bf7;
  color: #fff;
  margin-right: 3px;
  display: inline-block; }

.dt-buttons .dt-button:hover {
  background: #2f3d4a; }

.dataTables_filter {
  float: right;
  padding-top: 5px; }

.dataTables_filter input {
  border: 1px solid #d9d9d9;
  margin-left: 5px;
  border-radius: 5px; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
  background: 0 0; }

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer; }

table.dataTable thead .sorting:after {
  content: "\f0dc";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.5); }

.dataTables_wrapper .dataTables_paginate, .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_paginate .paginate_button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #67757c;
  border: 1px solid transparent;
  border-radius: 5px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff;
  border: 1px solid #fbae1c;
  background-color: #fbae1c; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: not-allowed;
  color: #67757c;
  border: 1px solid transparent;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff;
  border: 1px solid #3a4451;
  background-color: #3a4451; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: 0;
  background-color: #67757c; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.tablesaw-bar .btn-group label {
  color: #67757c; }

.dt-bootstrap {
  display: block; }

.paging_simple_numbers .pagination .paginate_button {
  padding: 0;
  background: #fff; }

.paging_simple_numbers .pagination .paginate_button:hover {
  background: #fff; }

.paging_simple_numbers .pagination .paginate_button a {
  padding: 5px 10px;
  border-radius: 4px;
  border: 0; }

.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
  background: #398bf7;
  color: #fff; }

.footable .pagination {
  display: inline-block;
  padding: 8px 0; }

.footable .pagination li {
  padding: 0;
  margin: 0 1px;
  display: inline-block; }

.footable .pagination li a {
  padding: 5px 10px; }

.footable .pagination li a.active, .footable .pagination li a:hover {
  background: #398bf7;
  color: #fff;
  border-radius: 4px; }

.footable .pagination li.active a {
  color: #fff;
  border-radius: 4px; }

.label-default {
  background-color: #d2d6de;
  color: #455a64; }

/*direct-chat*/
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 0; }

.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto; }

.direct-chat-msg, .direct-chat-text {
  display: block; }

.direct-chat-msg {
  margin-bottom: 10px; }

.direct-chat-msg:after, .direct-chat-msg:before {
  content: " ";
  display: table; }

.direct-chat-contacts, .direct-chat-messages {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -moz-transition: -moz-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out; }

.direct-chat-text {
  border-radius: 0;
  position: relative;
  padding: 5px 10px;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  margin: 5px 0 0 50px;
  color: #67757c;
  border-radius: 5px; }

.direct-chat-text:after, .direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #ebebeb;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none; }

.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px; }

.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px; }

.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0; }

.right .direct-chat-text:after, .right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #ebebeb; }

.direct-chat-img {
  float: left;
  width: 40px;
  height: 40px; }

.right .direct-chat-img {
  float: right; }

.direct-chat-info {
  display: block;
  margin-bottom: 2px; }

.direct-chat-timestamp {
  color: #67757c; }

.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto; }

.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0; }

.contacts-list > li:after, .contacts-list > li:before {
  content: " ";
  display: table; }

.contacts-list-name, .contacts-list-status, .users-list-date, .users-list-name {
  display: block; }

.contacts-list > li:last-of-type {
  border-bottom: none; }

.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left; }

.contacts-list-info {
  margin-left: 45px;
  color: #fff; }

.contacts-list-status {
  font-size: 12px; }

.contacts-list-date {
  color: #aaa;
  font-weight: 300; }

.contacts-list-email {
  color: #67757c; }

.direct-chat-danger .right > .direct-chat-text {
  background: #ef5350;
  border-color: #ef5350;
  color: #fff; }

.direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #ef5350; }

.direct-chat-primary .right > .direct-chat-text {
  background: #398bf7;
  border-color: #398bf7;
  color: #fff; }

.direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #398bf7; }

.direct-chat-warning .right > .direct-chat-text {
  background: #fbae1c;
  border-color: #fbae1c;
  color: #fff; }

.direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #fbae1c; }

.direct-chat-info .right > .direct-chat-text {
  background: #398bf7;
  border-color: #398bf7;
  color: #fff; }

.direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #398bf7; }

.direct-chat-success .right > .direct-chat-text {
  background: #7dca25;
  border-color: #7dca25;
  color: #fff; }

.direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #7dca25; }

.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center; }

.users-list > li img {
  border-radius: 10px;
  max-width: 100%;
  height: auto; }

.users-list > li > a:hover, .users-list > li > a:hover .users-list-name {
  color: #67757c; }

.users-list-name {
  font-weight: 600;
  color: #455a64;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.users-list-date {
  color: #67757c;
  font-size: 12px; }

.carousel-control.left, .carousel-control.right {
  background-image: none; }

.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px; }

.widget-user .widget-user-username, .widget-user-2 .widget-user-username, .widget-user-3 .widget-user-username, .widget-user-4 .widget-user-username {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300; }

/*modal*/
.modal {
  background: rgba(0, 0, 0, 0.3); }

.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0; }

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); } }
.modal-header {
  border-bottom-color: #f4f4f4; }

.modal-footer {
  border-top-color: #f4f4f4;
  display: inline-block; }
.modal-primary .modal-footer, .modal-primary .modal-header {
  border-color: #398bf7; }

.modal-warning .modal-footer, .modal-warning .modal-header {
  border-color: #fbae1c; }

.modal-info .modal-footer, .modal-info .modal-header {
  border-color: #398bf7; }

.modal-success .modal-footer, .modal-success .modal-header {
  border-color: #7dca25; }

.modal-danger .modal-footer, .modal-danger .modal-header {
  border-color: #ef5350; }

/*widget*/
.box-widget {
  border: none;
  position: relative; }

.widget-user .widget-user-header {
  padding: 20px;
  height: 140px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.widget-user .widget-user-username {
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.widget-user .widget-user-desc {
  margin-top: 0; }

.widget-user .widget-user-image {
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -45px; }

.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff; }

.widget-user-2 .widget-user-header, .widget-user-3 .widget-user-header {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 20px; }

.widget-user .box-footer {
  padding-top: 30px; }

.widget-user-2 .widget-user-username {
  margin-top: 5px; }

.widget-user-2 .widget-user-desc {
  margin-top: 0; }

.widget-user-2 .widget-user-desc, .widget-user-2 .widget-user-username {
  margin-left: 75px; }

.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left; }

.widget-user-3 .widget-user-username {
  margin-top: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.widget-user-3 .widget-user-desc {
  margin-top: 0; }

.widget-user-3 .info-user {
  float: left;
  margin-top: 15px; }

.widget-user-3 .widget-user-image > img {
  width: 100px;
  height: auto;
  float: right;
  border: 3px solid #fff; }

.mailbox-controls.with-border, .mailbox-read-info {
  border-bottom: 1px solid #f4f4f4; }

.widget-user-4 .widget-user-header {
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.widget-user-4 .widget-user-username {
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.widget-user-4 .widget-user-desc {
  margin-top: 0;
  margin-bottom: 0; }

.widget-user-4 .widget-user-image {
  text-align: center;
  margin-bottom: 15px; }

.widget-user-4 .widget-user-image > img {
  width: 100px;
  height: auto; }

.box.widget-user-4 .overlay {
  z-index: 50;
  border-radius: 0;
  padding: 20px; }

.box.widget-user-4 .overlay.overlay-none {
  background: transparent; }

.widget-user-4 .box-footer {
  padding-top: 30px; }

/*treevie*/
.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0; }

.error-page > .error-content, .login-box .fog-pwd, .mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
  display: block; }

.treeview-menu .treeview-menu {
  padding-left: 20px; }

.treeview-menu > li {
  margin: 0; }

.treeview-menu > li > a {
  padding: 8px 5px 8px 30px;
  display: block;
  font-size: 13px; }

.sidebar-collapse .treeview-menu > li > a {
  padding: 10px 5px 10px 30px; }

.treeview-menu > li > a > .fa, .treeview-menu > li > a > .glyphicon, .treeview-menu > li > a > .ion {
  width: 20px; }

.treeview-menu > li > a > .fa-angle-down, .treeview-menu > li > a > .fa-angle-left, .treeview-menu > li > a > .pull-right-container > .fa-angle-down, .treeview-menu > li > a > .pull-right-container > .fa-angle-left {
  width: auto; }

/*mailbox*/
.mailbox-messages > .table {
  margin: 0; }

.mailbox-messages .mailbox-date {
  font-size: 12px;
  color: #67757c; }

.mailbox-messages table a {
  color: #67757c; }

.mailbox-controls {
  padding: 1.25rem; }

.mailbox-controls .btn {
  padding: 10px 15px; }

.btn-shadow {
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12); }

.btn-shadow:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2); }

.mailbox-controls .btn i {
  font-size: 16px; }

.mailbox-read-info {
  padding: 10px; }

.mailbox-read-info {
  padding: 1.25rem; }

.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0; }

.mailbox-read-time {
  color: #67757c;
  font-size: 13px; }

.mailbox-read-message {
  padding: 1.25rem; }

.mailbox-attachments li {
  float: left;
  width: 140px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px; }

.mailbox-attachment-name {
  font-weight: 300;
  color: #67757c;
  font-size: 10px; }

.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4; }

.mailbox-attachment-size {
  color: #67757c;
  font-size: 12px; }

.mailbox-attachment-icon {
  text-align: center;
  font-size: 36px;
  color: #67757c;
  padding: 20px 10px; }

.mailbox-attachment-icon.has-img {
  padding: 0; }

.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto; }

/*lockscreen*/
.lockscreen {
  background: url(../images/template/login-register.jpg) center center no-repeat #d2d6de;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed; }

.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300; }

.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600; }

.lockscreen-image {
  border-radius: 50%;
  text-align: center; }

.lockscreen-image > img {
  border-radius: 50%;
  width: 120px;
  height: 120px; }

.lockscreen-credentials .form-control-feedback {
  line-height: 35px; }

.lockscreen-credentials .form-control {
  border: 0; }

.lockscreen-footer {
  margin-top: 10px; }

.lockscreen-box-body {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-top: 0;
  color: #67757c; }

/*login-box*/
.login-logo, .register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300; }

.login-logo img { width: 150px; }

.login-page, .register-page {
  background: url(../images/template/login-register.jpg) center center no-repeat #d2d6de;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed; }

.login-box, .register-box, .lockscreen-wrapper {
  width: 500px;
  margin: 0;
  padding: 7% 0;
  float: right;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll; }

.login-box .fog-pwd {
  position: relative;
  margin-bottom: 10px; }

.login-box .fog-pwd i {
  position: relative;
  padding-right: 15px; }

.has-feedback {
  position: relative; }

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

/*lable floting*/
.has-warning .bar:before,
.has-warning .bar:after {
  background: #fbae1c; }

.has-success .bar:before,
.has-success .bar:after {
  background: #7dca25; }

.has-error .bar:before,
.has-error .bar:after {
  background: #ef5350; }

.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
  color: #fbae1c; }

.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
  color: #7dca25; }

.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
  color: #ef5350; }

.has-feedback label ~ .t-0 {
  top: 0; }

.form-group.error input, .form-group.error select, .form-group.error textarea {
  border: 1px solid #ef5350; }

.form-group.validate input, .form-group.validate select, .form-group.validate textarea {
  border: 1px solid #7dca25; }

.form-group.error .help-block ul {
  padding: 0px;
  color: #ef5350; }

.form-group.error .help-block ul li {
  list-style: none; }

.form-group.issue .help-block ul {
  padding: 0px;
  color: #fbae1c; }

.form-group.issue .help-block ul li {
  list-style: none; }

@media (max-width: 768px) {
  .lockscreen-wrapper, .login-box, .register-box {
    width: 360px; }

  .lockscreen, .login-page, .register-page {
    position: relative;
    background-size: inherit; } }
@media (max-width: 767px) {
  .lockscreen-wrapper, .login-box, .register-box {
    width: 300px;
    margin: 10px auto;
    float: none;
    border-radius: 5px; } }
.login-box-body, .register-box-body {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 20px 10px;
  border-top: 0;
  color: #67757c;
  border-radius: 5px;
  box-shadow: none; }

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
  color: #67757c;
  line-height: 35px; }

.login-box-msg, .register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px; }

.social-auth-links {
  margin: 10px 0; }

.error-body {
  width: 100%;
  height: 100%;
  margin: 0px auto 0;
  text-align: center;
  position: fixed;
  background-image: url(../../images/bg-e.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.error-body.pace-inactive {
  background: #f3f5f7;
  margin-top: 0;
  padding-top: 100px; }

.error-page .search-form {
  width: 280px;
  margin: 0 auto; }

.error-page .main-footer {
  margin-left: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  padding: 15px 30px 30px; }

.error-page .headline {
  font-size: 180px;
  font-weight: 900;
  line-height: initial; }

@media (max-width: 991px) {
  .error-page {
    width: 100%; }

  .error-page > .headline {
    float: none;
    text-align: center; } }
.error-content .btn {
  width: auto;
  margin: 0 auto;
  display: inline-block; }

@media (max-width: 767px) {
  .error-page .headline {
    font-size: 72px;
    font-weight: 900; } }
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px; }

@media (max-width: 991px) {
  .error-page .error-content {
    margin-left: 0; }

  .error-page > .error-content > h3 {
    text-align: center; } }
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px 0px; }

.btn-adn.active, .btn-adn:active, .btn-bitbucket.active, .btn-bitbucket:active, .btn-dropbox.active, .btn-dropbox:active, .btn-facebook.active, .btn-facebook:active, .btn-flickr.active, .btn-flickr:active, .btn-foursquare.active, .btn-foursquare:active, .btn-github.active, .btn-github:active, .btn-google.active, .btn-google:active, .btn-instagram.active, .btn-instagram:active, .btn-microsoft.active, .btn-microsoft:active, .btn-openid.active, .btn-openid:active, .btn-pinterest.active, .btn-pinterest:active, .btn-reddit.active, .btn-reddit:active, .btn-soundcloud.active, .btn-soundcloud:active, .btn-tumblr.active, .btn-tumblr:active, .btn-twitter.active, .btn-twitter:active, .btn-vimeo.active, .btn-vimeo:active, .btn-vk.active, .btn-vk:active, .btn-yahoo.active, .btn-yahoo:active, .show > .dropdown-toggle.btn-adn, show > .dropdown-toggle.btn-bitbucket, .show > .dropdown-toggle.btn-dropbox, .show > .dropdown-toggle.btn-facebook, .show > .dropdown-toggle.btn-flickr, .show > .dropdown-toggle.btn-foursquare, .show > .dropdown-toggle.btn-github, .show > .dropdown-toggle.btn-google, .show > .dropdown-toggle.btn-instagram, .show > .dropdown-toggle.btn-microsoft, .show > .dropdown-toggle.btn-openid, .show > .dropdown-toggle.btn-pinterest, .show > .dropdown-toggle.btn-reddit, .show > .dropdown-toggle.btn-soundcloud, .show > .dropdown-toggle.btn-tumblr, .show > .dropdown-toggle.btn-twitter, .show > .dropdown-toggle.btn-vimeo, .show > .dropdown-toggle.btn-vk, .show > .dropdown-toggle.btn-yahoo {
  background-image: none; }

.invoice-details, .total-payment h3 {
  padding-top: 15px;
  padding-bottom: 15px; }

.invoice-title {
  margin-top: 0; }

.invoice-details {
  background-color: #f2f6f8;
  margin-bottom: 15px;
  border: 1px solid #ccc; }

.total-payment h3 {
  border-top: 1px solid #ccc;
  display: inline-block;
  margin-top: 0; }

.profile-user-img {
  margin: 15px auto;
  width: 180px;
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12); }

.profile-user-info {
  padding: 30px 15px;
  border-top: 1px solid #ccc;
  margin-top: 30px; }

.profile-user-info p {
  font-size: small; }

.profile-user-info h5 {
  color: #67757c;
  margin-bottom: 25px; }

.profile-user-info .map-box {
  margin-top: 40px;
  margin-bottom: 40px; }

.profile-user-info .user-social-acount .btn {
  -webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12); }

.btn-default.green-btn.active, .dot-outline {
  box-shadow: none; }

.profile-username {
  font-size: 21px;
  margin-top: 5px; }

.activitytimeline {
  position: relative;
  margin-left: 50px;
  margin-right: 10px; }

.box-profile .social-states {
  font-size: 16px; }

.box-profile .social-states a {
  color: #455a64; }

.box-profile .social-states a:hover {
  color: #398bf7; }

.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #67757c; }

.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.post .user-block {
  margin-bottom: 15px; }

/*btn-social*/
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.demo-social .btn-social {
  display: inline-block;
  width: auto;
  min-width: 250px;
  margin-bottom: 5px; }

.demo-social .btn-social-icon {
  border: none; }

.demo-social .btn-block + .btn-block {
  margin-top: 0; }

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social.btn-lg {
  padding-left: 61px; }

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social.btn-sm {
  padding-left: 38px; }

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social.btn-xs {
  padding-left: 30px; }

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  width: 40px;
  padding: 0; }

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 40px;
  font-size: 1.6em; }

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%; }

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0; }

.box .datepicker-inline, .box .datepicker-inline .datepicker-days, .box .datepicker-inline .datepicker-days > table, .box .datepicker-inline > table, .fc-grid {
  width: 100%; }

.fc-day-number, .fc-header-right {
  padding-right: 10px; }

.btn-default.green-btn {
  background-color: #7dca25; }

.btn-default.red-btn {
  background-color: #f52e41; }

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn.active, .btn-adn.focus, .btn-adn:active, .btn-adn:focus, .btn-adn:hover, .show > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff; }

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket.active, .btn-bitbucket.focus, .btn-bitbucket:active, .btn-bitbucket:focus, .btn-bitbucket:hover, .show > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff; }

.btn-dropbox {
  color: #fff;
  background-color: #007ee5;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox.active, .btn-dropbox.focus, .btn-dropbox:active, .btn-dropbox:focus, .btn-dropbox:hover, .show > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook.active, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .show > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff; }

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr.active, .btn-flickr.focus, .btn-flickr:active, .btn-flickr:focus, .btn-flickr:hover, .show > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff; }

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare.active, .btn-foursquare.focus, .btn-foursquare:active, .btn-foursquare:focus, .btn-foursquare:hover, .show > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff; }

.btn-github {
  color: #fff;
  background-color: #455a64;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github.active, .btn-github.focus, .btn-github:active, .btn-github:focus, .btn-github:hover, .show > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github .badge {
  color: #455a64;
  background-color: #fff; }

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google.active, .btn-google.focus, .btn-google:active, .btn-google:focus, .btn-google:hover, .show > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google .badge {
  color: #ef5350;
  background-color: #fff; }

.btn-instagram {
  color: #fff;
  background-color: #e1306c;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram.active, .btn-instagram.focus, .btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover, .show > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #c13584;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff; }

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin.active, .btn-linkedin.focus, .btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover, .show > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin.active, .btn-linkedin:active, .show > .dropdown-toggle.btn-linkedin {
  background-image: none; }

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff; }

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft.active, .btn-microsoft.focus, .btn-microsoft:active, .btn-microsoft:focus, .btn-microsoft:hover, .show > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff; }

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid.active, .btn-openid.focus, .btn-openid:active, .btn-openid:focus, .btn-openid:hover, .show > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff; }

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest.active, .btn-pinterest.focus, .btn-pinterest:active, .btn-pinterest:focus, .btn-pinterest:hover, .show > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff; }

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit.active, .btn-reddit.focus, .btn-reddit:active, .btn-reddit:focus, .btn-reddit:hover, .show > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000; }

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud.active, .btn-soundcloud.focus, .btn-soundcloud:active, .btn-soundcloud:focus, .btn-soundcloud:hover, .show > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff; }

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr.active, .btn-tumblr.focus, .btn-tumblr:active, .btn-tumblr:focus, .btn-tumblr:hover, .show > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff; }

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter.active, .btn-twitter.focus, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover, .show > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff; }

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo.active, .btn-vimeo.focus, .btn-vimeo:active, .btn-vimeo:focus, .btn-vimeo:hover, .show > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff; }

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk.active, .btn-vk.focus, .btn-vk:active, .btn-vk:focus, .btn-vk:hover, .show > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff; }

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo.active, .btn-yahoo.focus, .btn-yahoo:active, .btn-yahoo:focus, .btn-yahoo:hover, .show > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff; }

.fc-button.hover, .fc-button:active, .fc-button:hover {
  background-color: #e9e9e9; }

.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #67757c;
  margin-left: 10px; }

.fc-header-left {
  padding-left: 10px; }

.fc-widget-header {
  background: #fafafa; }

.fc-grid {
  border: 0; }

.fc-widget-content:first-of-type, .fc-widget-header:first-of-type {
  border-left: 0;
  border-right: 0; }

.fc-widget-content:last-of-type, .fc-widget-header:last-of-type {
  border-right: 0; }

.fc-day-number {
  font-size: 20px;
  font-weight: 300; }

.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0; }

.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px; }

.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear .3s;
  -moz-transition: -moz-transform linear .3s;
  -o-transition: -o-transform linear .3s;
  transition: transform linear .3s; }

.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

.calendar {
  float: left;
  margin-bottom: 0; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px; }

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px; }

.fc-day {
  background: #fff; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar .ui-state-hover, .fc-toolbar button:focus, .fc-toolbar button:hover {
  z-index: 0; }

.fc-widget-header {
  border: 0; }

.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important; }

.fc th.fc-widget-header {
  color: #67757c;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 7px 0; }

.fc th.fc-fri, .fc th.fc-mon, .fc th.fc-sat, .fc th.fc-sun, .fc th.fc-thu, .fc th.fc-tue, .fc th.fc-wed {
  background: #f2f7f8; }

.fc-view {
  margin-top: 0; }

.fc-toolbar {
  margin: 0;
  padding: 1.25rem; }

.fc-button {
  background: #fff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #67757c;
  text-transform: capitalize; }

.description-block > .description-text, .external-event {
  text-transform: uppercase; }

.fc-button:hover {
  background: #f2f4f8;
  opacity: .8; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px; }

.fc-state-hover {
  background: #F5F5F5; }

.fc-unthemed .fc-today {
  border: 1px solid #ef5350;
  background: #f2f4f8 !important; }

.fc-cell-overlay, .fc-state-highlight {
  background: #f0f0f0; }

.calendar-event, .fc-event {
  background: #398bf7;
  cursor: move;
  text-align: center; }

.fc-event {
  border-radius: 0;
  border: none;
  color: #fff !important;
  font-size: 13px;
  margin: 1px -1px 0;
  padding: 5px; }

.calendar-event {
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #fff;
  min-width: 140px; }

.calendar-event a {
  float: right;
  opacity: .6;
  font-size: 10px;
  margin: 4px 0 0 10px;
  color: #fff; }

.fc-basic-view td.fc-week-number span {
  padding-right: 5px; }

.fc-basic-view .fc-day-number {
  padding: 0px 15px;
  display: inline-block; }

@media (min-width: 1100px) {
  .fc-basic-view .fc-day-number {
    padding: 10px 15px; } }
#add-new-event {
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s; }

.dot-outline {
  border: 1px dotted #ccc; }

.external-event i {
  margin-right: 5px; }

.external-event {
  padding: 1rem;
  font-weight: 300;
  margin-bottom: 5px;
  cursor: move;
  border-radius: 5px; }

.external-event:hover {
  background-color: #f7f7f7; }

.select2-container--default.select2-container--focus, .select2-container--default:active, .select2-container--default:focus, .select2-selection.select2-container--focus, .select2-selection:active, .select2-selection:focus {
  outline: 0; }

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 5px;
  padding: 6px 12px;
  height: 3.5rem; }

.select2-container--default.select2-container--open {
  border-color: #398bf7; }

.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #398bf7;
  color: #fff; }

.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  height: auto;
  margin-top: 0;
  line-height: 2.5rem; }

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.4rem;
  right: 3px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0; }

.select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
  line-height: 2.8rem; }

.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
  outline: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #398bf7 !important; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #67757c; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #455a64; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 5px;
  height: 3.5rem; }

.select2-container--default .select2-selection--multiple:focus {
  border-color: #398bf7; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #398bf7;
  border-color: #367fa9;
  padding: 0.45rem;
  color: #fff; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7); }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: rgba(0, 0, 0, 0.15) !important; }

.box .datepicker-inline .datepicker-days td:hover, .box .datepicker-inline .datepicker-days > table td:hover, .box .datepicker-inline td:hover, .box .datepicker-inline > table td:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.box .datepicker-inline .datepicker-days td.day.new, .box .datepicker-inline .datepicker-days td.day.old, .box .datepicker-inline .datepicker-days > table td.day.new, .box .datepicker-inline .datepicker-days > table td.day.old, .box .datepicker-inline td.day.new, .box .datepicker-inline td.day.old, .box .datepicker-inline > table td.day.new, .box .datepicker-inline > table td.day.old {
  color: #455a64; }

.pad {
  padding: 10px; }

.margin {
  margin: 10px; }

.margin-bottom {
  margin-bottom: 20px; }

.margin-bottom-none {
  margin-bottom: 0; }

.margin-r-5 {
  margin-right: 5px; }

.inline {
  display: inline; }

.res-tb-block {
  display: block;
  overflow: auto; }

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center; }

.description-block.margin-bottom {
  margin-bottom: 10px; }

.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px; }

.list-header, .text-bold, .text-bold.table td, .text-bold.table th {
  font-weight: 700; }

.alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning, .bg-aqua, .bg-aqua-active, .bg-black, .bg-black-active, .bg-blue, .bg-blue-active, .bg-fuchsia, .bg-fuchsia-active, .bg-green, .bg-green-active, .bg-light-blue, .bg-light-blue-active, .bg-lime, .bg-lime-active, .bg-maroon, .bg-maroon-active, .bg-navy, .bg-navy-active, .bg-olive, .bg-olive-active, .bg-orange, .bg-orange-active, .bg-purple, .bg-purple-active, .bg-red, .bg-red-active, .bg-teal, .bg-teal-active, .bg-yellow, .bg-yellow-active, .callout.callout-danger, .callout.callout-info, .callout.callout-success, .callout.callout-warning, .label-danger, .label-info, .label-primary, .label-success, .label-warning, .modal-danger .modal-body, .modal-danger .modal-footer, .modal-danger .modal-header, .modal-info .modal-body, .modal-info .modal-footer, .modal-info .modal-header, .modal-primary .modal-body, .modal-primary .modal-footer, .modal-primary .modal-header, .modal-success .modal-body, .modal-success .modal-footer, .modal-success .modal-header, .modal-warning .modal-body, .modal-warning .modal-footer, .modal-warning .modal-header, .bg-warning, .bg-pink, .bg-gray {
  color: #fff !important; }

/*background Patterns*/
.bg-hexagons-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ffffff' fill-opacity='0.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-hexagons-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23000000' fill-opacity='0.03' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-deathstar-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-deathstar-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-banknote-white {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.bg-banknote-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23000000' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E"); }

/*color Skin*/
.border-primary {
  border-color: #ab8ce4 !important; }

.border-secondary {
  border-color: #e4e7ea !important; }

.border-success {
  border-color: #7dca25 !important; }

.border-info {
  border-color: #03a9f3 !important; }

.border-warning {
  border-color: #faa64b !important; }

.border-danger {
  border-color: #fb9678 !important; }

.border-pink {
  border-color: #f96197; }

.border-purple {
  border-color: #926dde; }

.border-brown {
  border-color: #8d6658; }

.border-cyan {
  border-color: #57c7d4; }

.border-yellow {
  border-color: #e0bc00; }

.border-aqua {
  border-color: #00FFFF; }

.border-green {
  border-color: #06D73E; }

.border-gray {
  border-color: #868e96; }

.border-dark {
  border-color: #465161 !important; }

.border-transparent {
  border-color: transparent !important; }

.border-white {
  border-color: #fff !important; }

.border-light {
  border-color: #f1f2f3 !important; }

.border-fade {
  border-color: rgba(97, 106, 120, 0.07) !important; }

.bg-lightest {
  background-color: #fcfdfe !important; }

.bg-lighter {
  background-color: #f9fafb !important; }

.bg-light {
  background-color: #f5f6f7 !important; }

.box-solid > .box-body {
  background-color: #ffffff !important;
  color: #67757c; }

.box-solid .box-content {
  background-color: #ffffff !important;
  color: #67757c;
  height: 100%; }

.bg-primary {
  background-color: #ab8ce4 !important;
  color: #fff; }

.bg-secondary {
  background-color: #e4e7ea !important;
  color: #616a78; }

.bg-success {
  background-color: #7dca25 !important;
  color: #fff; }

.bg-info {
  background-color: #03a9f3 !important;
  color: #fff; }

.bg-warning {
  background-color: #fbae1c !important;
  color: #fff; }

.bg-danger {
  background-color: #fb9678 !important;
  color: #fff; }

.bg-pink {
  background-color: #f96197;
  color: #fff; }

.bg-purple {
  background-color: #926dde;
  color: #fff; }

.bg-brown {
  background-color: #8d6658;
  color: #fff; }

.bg-cyan {
  background-color: #57c7d4;
  color: #fff; }

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

.bg-gray {
  background-color: #d2d6de;
  color: #fff; }

.bg-dark {
  background-color: #465161 !important;
  color: #fff; }

.bg-white {
  background-color: #fff !important; }

.bg-inverse {
  background-color: #465161 !important;
  color: #fff; }

.bg-transparent {
  background-color: transparent !important; }

.bg-secondary {
  color: #616a78; }

.bg-lightest {
  background-color: #fcfdfe !important; }

.bg-lighter {
  background-color: #f9fafb !important; }

.bg-light {
  background-color: #f5f6f7 !important; }

.bg-pale-primary {
  background-color: #f0e8ff; }

.bg-pale-secondary {
  background-color: #f7fafc; }

.bg-pale-success {
  background-color: #e3fcf2; }

.bg-pale-info {
  background-color: #e3f3fc; }

.bg-pale-warning {
  background-color: #fcf0e3; }

.bg-pale-danger {
  background-color: #fce3e3; }

.bg-pale-pink {
  background-color: #fce3ec; }

.bg-pale-purple {
  background-color: #ece3fc; }

.bg-pale-brown {
  background-color: #eddcd5; }

.bg-pale-cyan {
  background-color: #e3fafc; }

.bg-pale-yellow {
  background-color: #fcf8e3; }

.bg-pale-gray {
  background-color: #f2f2f2; }

.bg-pale-dark {
  background-color: #c8c8c8; }

.table thead th, .table tfoot th {
  color: #7dca25; }

.bg-pale-blue {
  background-color: #1b368e; }

.text-primary {
  color: #ab8ce4 !important; }

.text-secondary {
  color: #e4e7ea !important; }

.text-success {
  color: #7dca25 !important; }

.text-info {
  /*color: #03a9f3 !important;*/
  color: #7dca25 !important; }

.text-warning {
  color: #faa64b !important; }

.text-danger {
  color: #fb9678 !important; }

.text-pink {
  color: #f96197; }

.text-purple {
  color: #926dde; }

.text-brown {
  color: #8d6658; }

.text-cyan {
  color: #57c7d4; }

.text-yellow {
  color: #e0bc00 !important; }

.text-gray {
  color: #868e96; }

.text-dark {
  color: #465161 !important; }

.text-facebook {
  color: #3b5998; }

.text-google {
  color: #dd4b39; }

.text-twitter {
  color: #00aced !important; }

.text-linkedin {
  color: #007bb6 !important; }

.text-pinterest {
  color: #cb2027; }

.text-git {
  color: #666666; }

.text-tumblr {
  color: #32506d; }

.text-vimeo {
  color: #aad450; }

.text-youtube {
  color: #bb0000; }

.text-flickr {
  color: #ff0084; }

.text-reddit {
  color: #ff4500; }

.text-dribbble {
  color: #ea4c89; }

.text-skype {
  color: #00aff0; }

.text-instagram {
  color: #517fa4; }

.text-lastfm {
  color: #c3000d; }

.text-behance {
  color: #1769ff; }

.text-rss {
  color: #f26522; }

.text-default {
  color: #616a78; }

.text-muted {
  color: #868e96 !important; }

.text-light {
  color: #788394 !important; }

.text-lighter {
  color: #a5b3c7 !important; }

.text-fade {
  color: rgba(97, 106, 120, 0.7) !important; }

.text-fader {
  color: rgba(97, 106, 120, 0.5) !important; }

.text-fadest {
  color: rgba(97, 106, 120, 0.4) !important; }

.text-transparent {
  color: transparent !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #ab8ce4 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #e4e7ea !important; }

a.text-info:hover, a.text-info:focus {
  color: #03a9f3 !important; }

a.text-success:hover, a.text-success:focus {
  color: #7dca25 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #faa64b !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #fb9678 !important; }

.hover-primary:hover, .hover-primary:focus {
  color: #ab8ce4; }

.hover-secondary:hover, .hover-secondary:focus {
  color: #e4e7ea; }

.hover-success:hover, .hover-success:focus {
  color: #7dca25; }

.hover-info:hover, .hover-info:focus {
  color: #03a9f3; }

.hover-warning:hover, .hover-warning:focus {
  color: #faa64b; }

.hover-danger:hover, .hover-danger:focus {
  color: #fb9678; }

.hover-pink:hover, .hover-pink:focus {
  color: #f96197; }

.hover-purple:hover, .hover-purple:focus {
  color: #926dde; }

.hover-brown:hover, .hover-brown:focus {
  color: #8d6658; }

.hover-cyan:hover, .hover-cyan:focus {
  color: #57c7d4; }

.hover-yellow:hover, .hover-yellow:focus {
  color: #c1a200; }

.hover-gray:hover, .hover-gray:focus {
  color: #868e96; }

.hover-dark:hover, .hover-dark:focus {
  color: #465161; }

.hover-facebook:hover, .hover-facebook:focus {
  color: #3b5998; }

.hover-google:hover, .hover-google:focus {
  color: #dd4b39; }

.hover-twitter:hover, .hover-twitter:focus {
  color: #00aced; }

.hover-linkedin:hover, .hover-linkedin:focus {
  color: #007bb6; }

.hover-pinterest:hover, .hover-pinterest:focus {
  color: #cb2027; }

.hover-git:hover, .hover-git:focus {
  color: #666666; }

.hover-tumblr:hover, .hover-tumblr:focus {
  color: #32506d; }

.hover-vimeo:hover, .hover-vimeo:focus {
  color: #aad450; }

.hover-youtube:hover, .hover-youtube:focus {
  color: #bb0000; }

.hover-flickr:hover, .hover-flickr:focus {
  color: #ff0084; }

.hover-reddit:hover, .hover-reddit:focus {
  color: #ff4500; }

.hover-dribbble:hover, .hover-dribbble:focus {
  color: #ea4c89; }

.hover-skype:hover, .hover-skype:focus {
  color: #00aff0; }

.hover-instagram:hover, .hover-instagram:focus {
  color: #517fa4; }

.hover-lastfm:hover, .hover-lastfm:focus {
  color: #c3000d; }

.hover-behance:hover, .hover-behance:focus {
  color: #1769ff; }

.hover-rss:hover, .hover-rss:focus {
  color: #f26522; }

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

.hover-muted:hover, .hover-muted:focus {
  color: #868e96; }

.hover-light:hover, .hover-light:focus {
  color: #788394; }

.hover-lighter:hover, .hover-lighter:focus {
  color: #a5b3c7; }

.hover-fade:hover, .hover-fade:focus {
  color: rgba(97, 106, 120, 0.4) !important; }

.hover-transparent:hover, .hover-transparent:focus {
  color: transparent !important; }

.active.active-primary {
  background-color: #f0e8ff; }

.active.active-secondary {
  background-color: #f7fafc; }

.active.active-success {
  background-color: #e3fcf2; }

.active.active-info {
  background-color: #e3f3fc; }

.active.active-warning {
  background-color: #fcf0e3; }

.active.active-danger {
  background-color: #fce3e3; }

.active.active-pink {
  background-color: #fce3ec; }

.active.active-purple {
  background-color: #ece3fc; }

.active.active-brown {
  background-color: #eddcd5; }

.active.active-cyan {
  background-color: #e3fafc; }

.active.active-yellow {
  background-color: #c1a200; }

.active.active-gray {
  background-color: #f2f2f2; }

.active.active-dark {
  background-color: #c8c8c8; }

.active.active-white {
  background-color: #fff; }

.active.active-transparent {
  background-color: transparent; }

/*--------- animeted gradient-----------*/
.bg-primary-gradient {
  background: linear-gradient(270deg, #ab8ce4, #f0e8ff);
  background-size: 200% 200%; }

.bg-secondary-gradient {
  background: linear-gradient(270deg, #e4e7ea, #f7fafc);
  background-size: 200% 200%; }

.bg-success-gradient {
  background: linear-gradient(270deg, #7dca25, #e3fcf2);
  background-size: 200% 200%; }

.bg-info-gradient {
  background: linear-gradient(270deg, #03a9f3, #e3f3fc);
  background-size: 200% 200%; }

.bg-warning-gradient {
  background: linear-gradient(270deg, #fbae1c, #fcf0e3);
  background-size: 200% 200%; }

.bg-danger-gradient {
  background: linear-gradient(270deg, #fb9678, #fce3e3);
  background-size: 200% 200%; }

/*--------- animeted gradient-----------*/
.bg-primary-gradient-animet {
  background: linear-gradient(270deg, #ab8ce4, #f0e8ff);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite; }

.bg-secondary-gradient-animet {
  background: linear-gradient(270deg, #e4e7ea, #f7fafc);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite; }

.bg-success-gradient-animet {
  background: linear-gradient(270deg, #7dca25, #e3fcf2);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite; }

.bg-info-gradient-animet {
  background: linear-gradient(270deg, #03a9f3, #e3f3fc);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite; }

.bg-warning-gradient-animet {
  background: linear-gradient(270deg, #fbae1c, #fcf0e3);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite; }

.bg-danger-gradient-animet {
  background: linear-gradient(270deg, #fb9678, #fce3e3);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite; }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*---------add-----------*/
.bg-gray-light {
  background-color: #f7f7f7; }

.bg-black, .bg-inverse {
  background-color: #455a64; }

.alert-danger, .alert-error, .bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body {
  background-color: #ef5350; }

.alert-warning, .bg-warning, .callout.callout-warning, .label-warning, .modal-warning .modal-body {
  background-color: #fbae1c; }

.alert-info, .callout.callout-info, .label-info, .modal-info .modal-body {
  background-color: #03a9f3; }

.bg-aqua {
  background-color: #00FFFF; }

.label-inverse {
  background-color: #2f3d4a; }

.bg-blue {
  background-color: #1b368e; }

.label-primary, .modal-primary .modal-body {
  background-color: #398bf7; }

.bg-light-blue {
  background-color: #ADD8E6; }

.alert-success, .callout.callout-success, .label-success, .modal-success .modal-body {
  background-color: #7dca25; }

.bg-green {
  background-color: #7dca25; }

.bg-navy {
  background-color: #001f3f; }

.bg-teal {
  background-color: #39cccc; }

.bg-olive {
  background-color: #7dab2e; }

.bg-lime {
  background-color: #01ff70; }

.bg-orange {
  background-color: #f7941d; }

.bg-fuchsia {
  background-color: #f012be; }

.bg-maroon {
  background-color: #8C1919; }

.bg-gray-active {
  color: #000;
  background-color: #b5bbc8; }

.bg-black-active {
  background-color: #000; }

.bg-red-active, .modal-danger .modal-footer, .modal-danger .modal-header {
  background-color: #e73f3c; }

.bg-yellow-active, .modal-warning .modal-footer, .modal-warning .modal-header {
  background-color: #df9e1b; }

.modal-info .modal-footer, .modal-info .modal-header {
  background-color: #2e7de5; }

.bg-aqua-active {
  background-color: #03CCCC; }

.bg-blue-active {
  background-color: #2f88d6; }

.modal-primary .modal-footer, .modal-primary .modal-header {
  background-color: #2b95d4; }

.bg-light-blue-active {
  background-color: #86B9C9; }

.bg-green-active, .modal-success .modal-footer, .modal-success .modal-header {
  background-color: #0fc491; }

.bg-navy-active {
  background-color: #001a35; }

.bg-teal-active {
  background-color: #30bbbb; }

.bg-olive-active {
  background-color: #61881f; }

.bg-lime-active {
  background-color: #00e765; }

.bg-orange-active {
  background-color: #df8214; }

.bg-fuchsia-active {
  background-color: #db0ead; }

.bg-purple-active {
  background-color: #664ce1; }

.bg-maroon-active {
  background-color: #7e1616; }

[class^=bg-].disabled {
  opacity: .65;
  filter: alpha(opacity=65); }

.text-danger, .text-red {
  color: #ef5350; }

.text-white {
  color: #fff; }

.text-warning {
  color: #fbae1c; }

.text-info {
  color: #398bf7; }

.text-blue {
  color: #398bf7; }

.text-light-blue {
  color: #398bf7; }

.text-success {
  color: #7dca25; }

.text-aqua {
  color: #00FFFF; }

.text-green {
  color: #06D73E; }

.text-gray {
  color: #d2d6de; }

.text-navy {
  color: #001f3f; }

.text-teal {
  color: #39cccc; }

.text-olive {
  color: #7dab2e; }

.text-lime {
  color: #01ff70; }

.text-orange {
  color: #f7941d; }

.text-fuchsia {
  color: #f012be; }

.text-purple {
  color: #926dde; }

.text-maroon {
  color: #8C1919; }

.text-black, .text-inverse {
  color: #000; }

.link-muted {
  color: #7a869d; }

.link-muted:focus, .link-muted:hover {
  color: #606c84; }

.link-black {
  color: #67757c; }

.link-black:focus, .link-black:hover {
  color: #67757c; }

.hide {
  display: none; }

.no-border {
  border: 0; }

.no-radius {
  border-radius: 0; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.no-shadow {
  box-shadow: none; }

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

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

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

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

.chart-legend, .contacts-list, .list-unstyled, .mailbox-attachments, .users-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }

.flat {
  border-radius: 0 !important; }

.text-sm {
  font-size: 12px; }

.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important; }

.description-block .description-icon {
  font-size: 16px; }

.no-pad-top {
  padding-top: 0; }

.position-static {
  position: static !important; }

.list-header {
  font-size: 15px;
  padding: 10px 4px;
  color: #67757c; }

.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px; }

.list-link > a {
  padding: 4px;
  color: #67757c; }

.list-link > a:hover {
  color: #455a64; }

.font-light {
  font-weight: 300; }

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

.user-block img {
  width: 40px;
  height: 40px;
  float: left; }

.user-block .comment, .user-block .description, .user-block .username {
  display: block;
  margin-left: 50px; }

.img-sm + .img-push, .user-block.user-block-sm .comment, .user-block.user-block-sm .description, .user-block.user-block-sm .username {
  margin-left: 40px; }

.user-block .username {
  font-size: 16px;
  font-weight: 600; }

.user-block .description {
  color: #67757c;
  font-size: 13px; }

.user-block.user-block-sm .username {
  font-size: 14px; }

.box-comments .box-comment img, .img-lg, .img-md, .img-sm, .user-block.user-block-sm img {
  float: left; }

.box-comments .box-comment img, .img-sm, .user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important; }

.img-md {
  width: 60px;
  height: 60px; }

.img-md + .img-push {
  margin-left: 70px; }

.attachment-block .attachment-pushed, .img-lg + .img-push {
  margin-left: 110px; }

.img-lg {
  width: 100px;
  height: 100px; }

.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px; }

.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px; }

.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7; }

.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left; }

.attachment-block .attachment-heading {
  margin: 0; }

.attachment-block .attachment-text {
  color: #555; }

.connectedSortable {
  min-height: 100px; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px; }

.full-opacity-hover {
  opacity: .65;
  filter: alpha(opacity=65); }

.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.chart {
  position: relative;
  overflow: hidden;
  width: 100%; }

.chart canvas, .chart svg {
  width: 100% !important; }

@media print {
  .content-header, .left-side, .main-header, .main-sidebar, .no-print {
    display: none !important; }

  .content-wrapper, .main-footer, .right-side {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 0 !important; }

  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0; }

  .invoice-col {
    float: left;
    width: 33.3333333%; }

  .table-responsive {
    overflow: auto; }

  .table-responsive > .table tr td, .table-responsive > .table tr th {
    white-space: normal; } }
@media (min-width: 768px) {
  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 5px;
    display: inline-block;
    line-height: 40px; }

  .material-icon-list-demo .mdi {
    font-size: 21px; } }
.material-icon-list-demo .icons div code {
  margin: 0px 5px; }

.icon-list-demo .col-md-4, .icon-list-demo .col-3 {
  border-radius: 4px; }

.icon-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #67757c; }

.icon-list-demo .col-md-4:hover, .icon-list-demo .col-3:hover {
  background-color: #ebf3f5; }

.icon-list-demo div:hover {
  color: #263238; }

.icon-list-demo i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size .2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.divider-dash {
  opacity: .7;
  margin: 0 4px;
  vertical-align: middle;
  color: #929daf; }

.divider-dash::before {
  content: '\2014 \00A0'; }

.divider-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 4px;
  vertical-align: middle;
  opacity: .5;
  background-color: #929daf; }

.divider-line {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 20px;
  width: 1px;
  margin: 0 4px;
  background-color: rgba(97, 106, 120, 0.07); }

.divider {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 1 0%;
  color: #929daf;
  font-size: 11px;
  letter-spacing: .5px;
  margin: 2rem auto;
  width: 100%; }

.divider::before, .divider::after {
  content: '';
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-top: 1px solid #ebebeb; }

.divider::before {
  margin-right: 16px; }

.divider::after {
  margin-left: 16px; }

.divider a {
  color: #929daf; }

.divider-vertical {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2rem; }

.divider-vertical::before, .divider-vertical::after {
  border-top: none;
  border-right: 1px solid #ebebeb;
  margin: 0; }

.divider-vertical::before {
  margin-bottom: 16px; }

.divider-vertical::after {
  margin-top: 16px; }

.hr-sm,
.divider-sm {
  margin: 1rem auto; }

.hr-lg,
.divider-lg {
  margin: 3rem auto; }

.divider-vertical.divider-sm {
  padding: 0 1rem; }

.divider-vertical.divider-lg {
  padding: 0 3rem; }

.box-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.box-group .box {
  border: 1px solid rgba(0, 0, 0, 0.05); }

.box-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 576px) {
  .box-group .box:first-child .box-img-top {
    border-top-right-radius: 0; }

  .box-group .box:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .box-group .box {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }

  .box-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .box-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  .box-deck .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
.box-deck .box {
  margin-bottom: 20px; }

.box-columns .box {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .box-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem; }

  .box-columns .box {
    display: inline-block;
    width: 100%; } }
.doc-dropdown .dropdown, .doc-dropdown .dropup {
  display: inline-block; }

.doc-dropdown .dropdown-menu, .doc-dropdown .dropdown-grid {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.show > .dropdown-grid {
  display: -webkit-box;
  display: flex; }

.dropdown-grid {
  display: none;
  flex-wrap: wrap;
  padding: 8px; }

.dropdown-menu, .dropdown-grid {
  color: #616a78;
  border-radius: 2px;
  font-size: 13px;
  border-color: #f1f2f3;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992; }

.dropdown-grid {
  position: absolute;
  top: 100%;
  float: left;
  min-width: 300px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-grid .dropdown-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  flex-basis: 33.333333%;
  overflow: hidden;
  text-align: center;
  padding: 12px;
  margin: 0;
  min-height: 90px;
  border: 1px solid transparent; }

.dropdown-item .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.875rem; }

.dropdown-grid .icon {
  font-size: 24px; }

.dropdown-grid .dropdown-item:hover {
  border-color: #f1f2f3; }

.dropdown-grid .dropdown-item .icon:first-child {
  width: auto;
  margin-right: 0em;
  text-align: center; }

.dropdown-grid .dropdown-item img.icon:first-child {
  width: 60%;
  margin: 0 auto; }

.dropdown-grid.cols-2 .dropdown-item {
  flex-basis: 50%; }

.dropdown-grid.cols-2 {
  min-width: 200px; }

.dropdown-grid.cols-4 .dropdown-item {
  flex-basis: 25%; }

.dropdown-grid.cols-4 {
  min-width: 400px; }

.dropdown-grid .dropdown-item.disabled:hover {
  background-color: transparent; }

.dropdown-grid .dropdown-item.disabled {
  opacity: .5;
  cursor: not-allowed; }

.dropdown-grid .dropdown-item.active, .dropdown-grid .dropdown-item:active {
  color: #616a78;
  background-color: #f5f6f7; }

.bring-front {
  z-index: 1; }

.contact-page-aside ul.list-style-none {
  margin: 0px;
  padding: 0px; }

ul.list-style-none li {
  list-style: none; }

.list-style-none li.box-label a {
  font-weight: 500; }

ul.list-style-none li a {
  color: #67757c;
  padding: 10px 0px;
  display: block;
  text-decoration: none; }

.list-style-none li.divider {
  margin: 10px 0;
  height: 1px;
  background: rgba(120, 130, 140, 0.13); }

ul.list-style-none li a:hover {
  color: #1976d2; }

.list-style-none li a span {
  float: right; }

div#employeelist_filter {
  margin-top: -60px;
  position: relative;
  z-index: 99; }

.direct-chat-messages.chat-app {
  padding: 0.8rem 1.25rem; }

.chat-app .direct-chat-img {
  width: 64px;
  height: 64px;
  line-height: 64px; }

.chat-app .direct-chat-text {
  margin: 5px 0 0 80px; }

.chat-app .right .direct-chat-text {
  margin: 5px 80px 0 0px; }

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border: 1px solid rgba(120, 130, 140, 0.13); }

.grid-stack-item-content {
  background: #fff;
  color: #2b2b2b;
  text-align: center;
  font-size: 20px; }

.box-body ul li {
  line-height: 24px; }

.code-preview {
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding: 20px;
  background-color: #fff; }

hr {
  border-top-color: rgba(97, 106, 120, 0.07);
  margin: 2rem auto; }

/* date-paginator */
.dp-selected[style] {
  background-color: #01c0c8 !important; }

.grid-stack-item-content {
  background: #ffffff;
  color: #2b2b2b;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 20px; }

.grid-stack-item-content .fa {
  font-size: 64px;
  display: block;
  margin: 20px 0 10px; }

.dp-item {
  position: relative;
  line-height: 1.42857143; }

/* horizontal-timeline */
.cd-horizontal-timeline .timeline {
  padding: 20px 0 20px; }

/**********Nestable**********/
.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 0px; }

.myadmin-dd .dd-list .dd-item .dd-handle:hover {
  color: #03a9f3; }

.myadmin-dd .dd-list .dd-item button {
  height: auto;
  font-size: 17px;
  margin: 8px auto;
  color: #2b2b2b;
  width: 30px; }

.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 0px;
  background: #ffffff;
  height: 36px;
  width: 36px; }

.myadmin-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px; }

.myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #03a9f3; }

.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 600; }

.myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #03a9f3; }

.myadmin-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600; }

/* ribbon */
.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
  position: relative;
  background: #f7f7f7;
  padding: 50px 15px 10px 20px;
  border-radius: 5px; }

.ribbon-overflow {
  overflow: hidden; }

.ribbon-wrapper-reverse {
  padding: 50px 20px 10px 15px; }

.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 5px;
  left: -2px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid #2b2b2b;
  border-right: 10px solid transparent; }

.ribbon-right {
  left: auto;
  right: -2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #2b2b2b;
  border-left: 10px solid transparent; }

.ribbon-vertical-l,
.ribbon-vertical-r {
  clear: none;
  padding: 0 5px;
  height: 40px;
  width: 30px;
  line-height: 40px;
  text-align: center;
  left: 5px;
  top: -2px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 0px; }

.ribbon-vertical-r {
  left: auto;
  right: 5px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 0px; }

.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #2b2b2b;
  border-bottom: 10px solid transparent; }

.ribbon-bookmark {
  border-radius: 0;
  left: -5px; }

.ribbon-bookmark.ribbon-right {
  right: -5px;
  left: auto; }

.ribbon-badge {
  top: 15px;
  overflow: hidden;
  left: -90px;
  width: 100%;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ribbon-badge.ribbon-right {
  left: auto;
  right: -90px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.ribbon-badge.ribbon-bottom {
  top: auto;
  bottom: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.ribbon-badge.ribbon-right.ribbon-bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ribbon-bookmark.bg-primary:before {
  border-color: #33cabb;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.bg-primary:before {
  border-right-color: #33cabb;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.bg-primary:before,
.ribbon-bookmark.ribbon-vertical-r.bg-primary:before {
  border-right-color: #33cabb;
  border-bottom-color: transparent; }

.ribbon-bookmark.bg-success:before {
  border-color: #06d79c;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.bg-success:before {
  border-right-color: #06d79c;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.bg-success:before,
.ribbon-bookmark.ribbon-vertical-r.bg-success:before {
  border-right-color: #06d79c;
  border-bottom-color: transparent; }

.ribbon-bookmark.bg-info:before {
  border-color: #03a9f3;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.bg-info:before {
  border-right-color: #03a9f3;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.bg-info:before,
.ribbon-bookmark.ribbon-vertical-r.bg-info:before {
  border-right-color: #03a9f3;
  border-bottom-color: transparent; }

.ribbon-bookmark.bg-warning:before {
  border-color: #e9ab2e;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.bg-warning:before {
  border-right-color: #e9ab2e;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.bg-warning:before,
.ribbon-bookmark.ribbon-vertical-r.bg-warning:before {
  border-right-color: #e9ab2e;
  border-bottom-color: transparent; }

.ribbon-bookmark.bg-danger:before {
  border-color: #fb9678;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.bg-danger:before {
  border-right-color: #fb9678;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.bg-danger:before,
.ribbon-bookmark.ribbon-vertical-r.bg-danger:before {
  border-right-color: #fb9678;
  border-bottom-color: transparent; }

.ribbon-bookmark.bg-secondary:before {
  border-color: #e4e7ea;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.bg-secondary:before {
  border-right-color: #e4e7ea;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.bg-secondary:before,
.ribbon-bookmark.ribbon-vertical-r.bg-secondary:before {
  border-right-color: #e4e7ea;
  border-bottom-color: transparent; }

a.box.box-link-shadow.box-link-pop-hover, a.box.box-link-shadow:hover {
  box-shadow: 0 0 36px #dee2e5;
  opacity: 1; }

a.box.box-link-pop.box-link-pop-hover, a.box.box-link-pop:hover {
  box-shadow: 0 2px 30px #dee2e5;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  opacity: 1; }

a.block.block-link-pop:active {
  box-shadow: 0 2px 10px #f2f3f5;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.block-content.block-content-full {
  padding-bottom: 18px; }

.block-content {
  transition: opacity .2s ease-out;
  margin: 0 auto;
  padding: 18px 18px 1px;
  width: 100%;
  overflow-x: visible; }

.avatar.img-avatar16 {
  width: 16px;
  height: 16px; }

.avatar.img-avatar20 {
  width: 20px;
  height: 20px; }

.avatar.img-avatar32 {
  width: 32px;
  height: 32px; }

.avatar.img-avatar48 {
  width: 48px;
  height: 48px; }

.avatar.img-avatar96 {
  width: 96px;
  height: 96px; }

.avatar.img-avatar128 {
  width: 128px;
  height: 128px; }

.avatar-thumb {
  margin: 5px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); }

.img-thumb {
  padding: 6px;
  background-color: #fff;
  border-radius: 3px; }

.form-material {
  position: relative;
  padding-top: 26px; }

.form-material > .form-control {
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  border-radius: 0;
  background-color: transparent; }

.form-material.floating > label {
  font-size: 1.142857rem;
  font-weight: 400;
  cursor: text;
  z-index: 2;
  transition: all .2s ease-out;
  -webkit-transform: translateY(25px);
  transform: translateY(25px); }

.form-material > label {
  position: absolute;
  top: 6px;
  left: 0;
  margin-bottom: 0; }

.form-material.form-material-sm.floating > label {
  font-size: 1rem;
  -webkit-transform: translateY(22px);
  transform: translateY(22px); }

.form-material.form-material-lg.floating > label {
  font-size: 1.285714rem;
  -webkit-transform: translateY(27px);
  transform: translateY(27px); }

.form-material > label,
.form-material > .form-control:focus + label,
.form-material.floating.open > label {
  font-size: 1rem;
  font-weight: 600;
  cursor: default;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.form-material.floating > .form-control:-webkit-autofill + label {
  font-size: 1rem;
  font-weight: 600;
  cursor: default;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.form-material.floating > .form-control[disabled] + label,
.form-material.floating > .form-control[readonly] + label,
fieldset[disabled] .form-material.floating > label {
  cursor: not-allowed; }

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

.w-p32-5 {
  width: 32.5%; }

/* Rickshaw Charts
------------------------------------
*/
.rickshaw-chart.rickshaw_graph .detail {
  padding-left: 15px;
  transform: translateX(-15px);
  width: 30px;
  background: rgba(0, 0, 0, 0.04);
  right: -15px; }

.rickshaw-chart.rickshaw_graph .detail .item,
.rickshaw-chart.rickshaw_graph .detail .x_label {
  transform: translateX(15px); }

.rickshaw-chart.rickshaw_graph .detail:after {
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: block; }

.rickshaw-chart .y_grid .tick.major line {
  stroke-dasharray: 3px, 5px;
  opacity: .7; }

.rickshaw-chart.rickshaw_graph .detail .x_label {
  display: none; }

.rickshaw-chart.rickshaw_graph .detail .item {
  line-height: 1.4;
  padding: 0.5em; }

.rickshaw-chart.rickshaw_graph .detail_swatch {
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0; }

.rickshaw-chart.rickshaw_graph .detail .date {
  font-size: 11px;
  color: #a0a0a0;
  opacity: .5; }

#rickshaw-realtime_y_axis {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 40px;
  left: 0;
  z-index: 1; }

#rickshaw-realtime_y_axis .rickshaw_graph .y_ticks path,
#rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 path {
  fill: none;
  stroke: none; }

#rickshaw-realtime_y_axis .rickshaw_graph .y_ticks text,
#rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 text {
  opacity: 0.35;
  font-family: 'Montserrat';
  font-size: 11px; }

#rickshaw-stacked-bars.rickshaw_graph .detail .dot {
  border-radius: 50px; }

#rickshaw-stacked-bars.rickshaw_graph .detail .x_label {
  display: none; }

#rickshaw-stacked-bars.rickshaw_graph .detail .item {
  line-height: 1.4;
  padding: 0.5em; }

#rickshaw-stacked-bars .detail_swatch {
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0; }

#rickshaw-stacked-bars.rickshaw_graph .detail .date {
  font-size: 11px;
  color: #a0a0a0;
  opacity: .5; }

#rickshaw-slider {
  height: 500px; }

#rickshaw-slider .rickshaw_graph .x_grid_d3 .tick {
  stroke-opacity: 0; }

#rickshaw-slider .rickshaw_graph .y_ticks path,
#rickshaw-slider .rickshaw_graph .x_ticks_d3 path {
  stroke: none; }

#rickshaw-slider .rickshaw_graph .y_ticks text,
#rickshaw-slider .rickshaw_graph .x_ticks_d3 text {
  font-family: 'Montserrat';
  font-size: 11px; }

#rickshaw-slider .rickshaw_range_slider_preview .frame {
  opacity: 0; }

#rickshaw-slider .rickshaw_range_slider_preview .left_handle,
#rickshaw-slider .rickshaw_range_slider_preview .right_handle {
  fill: #000;
  fill-opacity: 0.1 !important; }

#rickshaw-slider .slider {
  position: absolute;
  top: 0;
  height: 93px;
  overflow: hidden; }

#rickshaw-slider .chart {
  position: absolute;
  top: 150px;
  left: 33px;
  right: 0;
  width: auto; }

#rickshaw-slider .chart .x_tick.plain .title {
  font-family: 'Montserrat';
  font-size: 11px; }

#rickshaw-slider .y_axis {
  bottom: 0;
  position: absolute;
  top: 150px;
  width: 40px;
  left: -6px; }

#rickshaw-slider .rickshaw_graph .x_tick {
  border-color: transparent; }

#rickshaw-slider .rickshaw_graph .x_tick .title {
  bottom: -24px;
  left: -15px; }

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

/*---project table---*/
.dataTable tbody .details-control:before {
  font-family: FontAwesome;
  content: "\f055";
  font-size: 1.4em;
  color: #739e73; }

.dataTable tbody .shown .details-control::before {
  content: "\f056";
  color: #a90329; }

.dataTable tbody .details-control {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  width: 50px; }

.project-members img {
  width: 25px;
  border-radius: 0; }

img.away {
  border-left-color: #ffc40d !important; }

img.online {
  border-left-color: #40ac2b !important; }

img.busy {
  border-left-color: #ed1c24 !important; }

img.offline {
  border-left-color: #ddd !important; }

img.away, img.busy, img.offline, img.online {
  border-left: 3px solid #fff; }

.project-members a {
  display: inline-block;
  overflow: hidden;
  margin: 0 3px 0 0;
  border-radius: 0; }

.dataTables_paginate.paging_simple_numbers .pagination .paginate_button a {
  padding: .5em 1em;
  border-radius: 2px;
  border: 0;
  margin: 0;
  min-width: 1.5em; }

.dataTables_wrapper .form-control {
  margin: 0 10px;
  padding: 5px 30px 5px 15px; }

/*---dataTable_crypto---*/
#dataTable_crypto span a i {
  margin: 0;
  font-size: 25px; }

table h1, table h2, table h3, table h4, table h5, table h6 {
  margin: 0; }

/*---flip-clock-coundown---*/
.flip-clock-wrapper ul li {
  line-height: 87px !important; }

.flip-clock-divider .flip-clock-label {
  top: 10em !important;
  color: #fff !important; }

.flip-clock-wrapper {
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 0 auto; }

/*---ico-progress---*/
.new-progress-wrap {
  min-width: 600px; }

.new-progress-line {
  margin-top: 140px;
  margin-bottom: 100px; }

.new-progress-line > li {
  background-color: rgba(211, 211, 211, 0.3);
  min-height: 50px;
  position: relative; }

.new-progress-line > li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.new-progress-line > li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.new-progress-line > li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  height: 64px;
  width: 1px;
  background: #000000;
  background: rgba(255, 255, 255, 0.3); }

.new-progress-line .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-animation: k 1.7s infinite linear;
  -o-animation: k 1.7s infinite linear;
  animation: k 1.7s infinite linear;
  transition: all 2000ms;
  height: 50px;
  margin-top: 0 !important; }

.new-progress-line .history {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 12px;
  padding: 0px;
  width: 100%;
  text-align: center; }

.new-progress-line .done-1 .scale {
  left: 0; }

.new-progress-line .done-6 .scale.last {
  margin-top: 15px; }

.new-progress-line .filled {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: right;
  line-height: 50px;
  padding-right: 10px;
  color: #fff; }

.new-progress-line .scale {
  position: absolute;
  top: 100%;
  left: -24px;
  width: 100%;
  margin-top: 15px; }

.new-progress-line .scale.last {
  left: auto;
  right: 0;
  text-align: right;
  line-height: 10px; }

.progress-badge {
  position: absolute;
  display: block;
  left: 41%;
  bottom: 100%; }

.progress-badge.flash {
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

/*---ICO Listing Filters---*/
.mixitup-control-active {
  border-bottom: 2px solid; }

/*---Currency Exchange---*/
.exchange-calculator {
  font-weight: bold;
  margin: 0 auto 20px;
  width: 85%;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 5px; }

.exchange-calculator input {
  width: 30%;
  height: 60px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  background: #f0e8cb;
  display: inline-block; }

.exchange-calculator .select2-container {
  width: 15% !important;
  border: 0;
  margin-top: -2px; }

.exchange-calculator .select2-container--default .select2-selection--single {
  border-color: transparent;
  height: 60px; }

.exchange-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px; }

.exchange-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  right: 3px; }

.equal {
  width: 6%;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  vertical-align: top; }

@media (max-width: 767px) {
  .exchange-calculator .select2-container {
    width: 100% !important; }

  .exchange-calculator input {
    width: 100%; } }
/*---web tickers---*/
.tickers-block .tickercontainer .cc {
  font-size: 20px;
  margin: 0; }

.tickers-block .tickercontainer li {
  font-size: 14px;
  font-weight: 500;
  line-height: 45px; }

/*---amcharts---*/
.amcharts-compare-item-div {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial; }

/*---waves---*/
.waveHorizontals {
  width: 100%;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* iOS safariで隙間が空くことへの対応 */ }

.waveHorizontal {
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 350px 100%;
  transform-origin: 0 100% 0;
  /* animation: move linear infinite; */
  animation-name: move;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

#waveHorizontal1 {
  background-image: url(http://www.greenmarble.jp/wave1.svg);
  animation-delay: -2s;
  animation-duration: 12s; }

#waveHorizontal2 {
  background-image: url(http://www.greenmarble.jp/wave2.svg);
  animation-delay: -2s;
  animation-duration: 5s; }

#waveHorizontal3 {
  background-image: url(http://www.greenmarble.jp/wave3.svg);
  animation-delay: -1s;
  animation-duration: 3s; }

@keyframes move {
  0% {
    transform: translate(-175px, 0px) scale(1, 1); }
  50% {
    transform: translate(-87px, 0px) scale(1, 0.5); }
  100% {
    transform: translate(0px, 0px) scale(1, 1); } }
/* timeline style 2*/
.timeline2 {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline2:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline2 > li {
  margin-bottom: 20px;
  position: relative; }

.timeline2 > li:before,
.timeline2 > li:after {
  content: " ";
  display: table; }

.timeline2 > li:after {
  clear: both; }

.timeline2 > li:before,
.timeline2 > li:after {
  content: " ";
  display: table; }

.timeline2 > li:after {
  clear: both; }

.timeline2 > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline2 > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline2 > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline2 > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline2 > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline2 > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline2 > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

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

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

@media (max-width: 767px) {
  ul.timeline2:before {
    left: 40px; }

  ul.timeline2 > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }

  ul.timeline2 > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px; }

  ul.timeline2 > li > .timeline-panel {
    float: right; }

  ul.timeline2 > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }

  ul.timeline2 > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; } }
    
.inline-flex { display:inline-flex;}
#form_commentaires { height: 110px;}

.icon-type { font-size:18px; }

a.btn-lg { display:block; text-align: center; }
.icon-size, .trash_document,
.see 		{ cursor: pointer; padding: 5px; font-size: 22px; }
a .icon-size.white {color:#FFF;}
.hidden 	{ display:none; }
.box-show-infos { position:absolute; top: -15px; left: 60px; background:#FFF; width: 220px; }

.a-affecter, .q-definitive{position: relative !important; opacity: 1 !important; left: 0 !important;}

.pagination-block .pg-page-link{
  padding: 0.7em 1em;
  border-radius: 5px !important;
  line-height: 1.25;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #dee2e6;
}
.pagination-block .pg-page-link:hover{
  background-color: #67757c;
  border-color: #67757c;
}
.pagination-block .active .pg-page-link{
  background: #fbae1c;
  border: 1px solid #fbae1c;
}

.col-infos.col-12 { flex: inherit !important; } /* IE */

.td-client { position:relative; }

div[id^="invoice_create_invoiceDesign"]{
  display: flex;
}
.tva-checkbox{
  position: relative !important;
  left: 0 !important;
  opacity: 1 !important;
}
.button-preview{
  color: white !important;
}
.affaire-red{
  background-color: #d81a1a !important;
  color: white;
}
.affaire-grey{
  background-color: #959595;
  color: white;
}
.affaire-green{
  background-color: #40ac2b;
  color: white;
}
.badge{
  color: #495057;
  font-size: 100%;
  margin-left: 10px;
}
.close{
  width: auto;
  margin-left: 10px;
}
.px-2{
  width: 300px;
  color: black;
  margin: 10px;
  text-shadow: none;
}
.dropdown-menu-multi{
  color: #616a78;
  border-radius: 2px;
  font-size: 13px;
  border-color: #f1f2f3;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
  margin-top: 40px;
  display: block;
  transform: none !important;
  list-style-type: none;
  position: absolute;
  background-color: white;
}
.active_tab{
  background-color: #0d6aad;
}

.box-header.bg-yellow  { cursor: pointer}
.dashboardcode-bsmultiselect .form-control { height: 3.5rem !important; }
.dashboardcode-bsmultiselect .dropdown-menu-multi { top: 8px !important; left: 5px !important; }
.sortable { cursor: pointer}


.representant-docs, .representant-docs-add {
  display: none;
}
.hidden-rep-mandat-type .rep-mandat-doc {
  display: none;
}
