.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}
/**
   * 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;
}
/**	

//
// Globals - Fonts
//

## Definition:
Your application fonts.

**/
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.far {
  font-weight: 400;
}
.fa,
.fas {
  font-weight: 900;
}
/** FontAwesome */
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('fonts/font-awesome/fa-brands-400.eot');
  src: url('fonts/font-awesome/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('fonts/font-awesome/fa-brands-400.woff') format('woff'), url('fonts/font-awesome/fa-brands-400.ttf') format('truetype'), url('fonts/font-awesome/fa-brands-400.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('fonts/font-awesome/fa-regular-400.eot');
  src: url('fonts/font-awesome/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('fonts/font-awesome/fa-regular-400.woff') format('woff'), url('fonts/font-awesome/fa-regular-400.ttf') format('truetype'), url('fonts/font-awesome/fa-regular-400.svg#icon') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('fonts/font-awesome/fa-solid-900.eot');
  src: url('fonts/font-awesome/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('fonts/font-awesome/fa-solid-900.woff') format('woff'), url('fonts/font-awesome/fa-solid-900.ttf') format('truetype'), url('fonts/font-awesome/fa-solid-900.svg#icon') format('svg');
  font-weight: 900;
  font-style: normal;
}
/** Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-Light.eot');
  src: url('fonts/montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-Light.woff') format('woff'), url('fonts/montserrat/Montserrat-Light.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Light.svg#icon') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-Regular.eot');
  src: url('fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-Regular.woff') format('woff'), url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Regular.svg#icon') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-Medium.eot');
  src: url('fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-Medium.woff') format('woff'), url('fonts/montserrat/Montserrat-Medium.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Medium.svg#icon') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-SemiBold.eot');
  src: url('fonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-SemiBold.woff') format('woff'), url('fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/montserrat/Montserrat-SemiBold.svg#icon') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-Bold.eot');
  src: url('fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-Bold.woff') format('woff'), url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Bold.svg#icon') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-ExtraBold.eot');
  src: url('fonts/montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-ExtraBold.woff') format('woff'), url('fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype'), url('fonts/montserrat/Montserrat-ExtraBold.svg#icon') format('svg');
  font-weight: 800;
  font-style: normal;
}
/** Open Sans */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/open-sans/OpenSans-Light.eot');
  src: url('fonts/open-sans/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans/OpenSans-Light.woff') format('woff'), url('fonts/open-sans/OpenSans-Light.ttf') format('truetype'), url('fonts/open-sans/OpenSans-Light.svg#icon') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/open-sans/OpenSans-Regular.eot');
  src: url('fonts/open-sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans/OpenSans-Regular.woff') format('woff'), url('fonts/open-sans/OpenSans-Regular.ttf') format('truetype'), url('fonts/open-sans/OpenSans-Regular.svg#icon') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/open-sans/OpenSans-Medium.eot');
  src: url('fonts/open-sans/OpenSans-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans/OpenSans-Medium.woff') format('woff'), url('fonts/open-sans/OpenSans-Medium.ttf') format('truetype'), url('fonts/open-sans/OpenSans-Medium.svg#icon') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/open-sans/OpenSans-SemiBold.eot');
  src: url('fonts/open-sans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans/OpenSans-SemiBold.woff') format('woff'), url('fonts/open-sans/OpenSans-SemiBold.ttf') format('truetype'), url('fonts/open-sans/OpenSans-SemiBold.svg#icon') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/open-sans/OpenSans-Bold.eot');
  src: url('fonts/open-sans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans/OpenSans-Bold.woff') format('woff'), url('fonts/open-sans/OpenSans-Bold.ttf') format('truetype'), url('fonts/open-sans/OpenSans-Bold.svg#icon') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/open-sans/OpenSans-ExtraBold.eot');
  src: url('fonts/open-sans/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans/OpenSans-ExtraBold.woff') format('woff'), url('fonts/open-sans/OpenSans-ExtraBold.ttf') format('truetype'), url('fonts/open-sans/OpenSans-ExtraBold.svg#icon') format('svg');
  font-weight: 800;
  font-style: normal;
}
/**

//
// Globals - Colors
//

## Definition:
Color definitions used in your application. In my opinion i think it´s always good idea to make all defined colours
accessible via classes.

## HTML Markup Examples:
<div class="neutral-darker-bg">
	<p class="neutral-lighter">I´m a lighter coloured paragragh inside on a darker coloured div</p>
</div>

**/
/** 

//
// Globals - Global
//

## Definition:
Styles used globally over the application.

**/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
html {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  font-size: 12px;
}
body {
  background: #f3f3f3;
}
p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 21px;
}
p:last-child {
  margin-bottom: 0;
}
.row:last-child {
  margin-bottom: 0;
}
/** 

//
// Globals - Headings
//

## Definition:
Headings.

**/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5em;
  font-weight: 700;
  color: #00afe9;
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 11px;
}
.hgroup {
  margin-bottom: 30px;
}
.hgroup h1,
.hgroup .h1,
.hgroup h2,
.hgroup .h2,
.hgroup h3,
.hgroup .h3,
.hgroup h4,
.hgroup .h4,
.hgroup h5,
.hgroup .h5,
.hgroup h6,
.hgroup .h6 {
  margin: 0;
}
.hgroup h1,
.hgroup .h1 {
  line-height: 34px;
}
.hgroup h2,
.hgroup .h2 {
  line-height: 28px;
}
.hgroup h3,
.hgroup .h3 {
  font-size: 22px;
}
.hgroup h4,
.hgroup .h4 {
  line-height: 17px;
}
.hgroup h5,
.hgroup .h5 {
  line-height: 14px;
}
.hgroup h6,
.hgroup .h6 {
  line-height: 11px;
}
/** 

//
// Globals - Inline Elements
//

## Definition:
Inline elements.

**/
a {
  color: #272727;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:active {
  outline: 0;
}
a:hover {
  text-decoration: underline;
  color: #0d0d0d;
}
a:active {
  color: #000000;
}
address {
  margin: 0;
  padding: 0;
  border: none;
  color: #00afe9;
}
address p {
  margin: 0;
  line-height: 14px;
}
address div {
  margin-bottom: 10px;
}
address div:last-child {
  margin: 0;
}
small,
.small {
  font-size: 12px;
}
big,
.big,
.large {
  font-size: 17px;
}
abbr {
  border-bottom: solid 1px #00afe9;
  cursor: help;
}
b,
strong,
.bold {
  font-weight: bold;
}
em,
.italic {
  font-style: italic;
}
u,
.underline {
  text-decoration: underline;
}
strike {
  text-decoration: line-through;
}
mark,
.highlight {
  background-color: #00afe9;
  padding: 0 5px;
}
figure {
  display: block;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}
/**

//
// Common - Utility Classes
//

Definition:
Custom generic classes used on your application.


**/
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-wrap {
  white-space: nowrap;
}
.no-marg {
  margin: 0;
}
.no-pad {
  padding: 0;
}
.no-bord {
  border: none;
}
.no-marg-pad,
.no-pad-marg {
  margin: 0;
  padding: 0;
}
.no-boxmodel {
  margin: 0;
  padding: 0;
  border: none;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.full {
  width: 100%;
}
.auto {
  width: auto;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.hide,
.hidden {
  display: none;
  border: red;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.mtop15 {
  margin-top: 15px;
}
.mtop30 {
  margin-top: 30px;
}
.mbottom15 {
  margin-bottom: 15px;
}
.mbottom30 {
  margin-bottom: 30px;
}
/**

//
// Utilities - Utility Space
//

## Definition:
Utility Classes to add extra Margins/Paddings on website sections.

## HTML Markup Examples:
<section class="p-120 mb-60">Section with a padding of 120px and a margin bottom of 60 px</section>

**/
.p-240 {
  padding: 240px;
}
.pt-240 {
  padding-top: 240px;
}
.pl-240 {
  padding-left: 240px;
}
.pr-240 {
  padding-right: 240px;
}
.pb-240 {
  padding-bottom: 240px;
}
.m-240 {
  margin: 240px;
}
.mt-240 {
  margin-top: 240px;
}
.ml-240 {
  margin-left: 240px;
}
.mr-240 {
  margin-right: 240px;
}
.mb-240 {
  margin-bottom: 240px;
}
.p-180 {
  padding: 180px;
}
.pt-180 {
  padding-top: 180px;
}
.pl-180 {
  padding-left: 180px;
}
.pr-180 {
  padding-right: 180px;
}
.pb-180 {
  padding-bottom: 180px;
}
.m-180 {
  margin: 180px;
}
.mt-180 {
  margin-top: 180px;
}
.ml-180 {
  margin-left: 180px;
}
.mr-180 {
  margin-right: 180px;
}
.mb-180 {
  margin-bottom: 180px;
}
.p-120 {
  padding: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.pl-120 {
  padding-left: 120px;
}
.pr-120 {
  padding-right: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.m-120 {
  margin: 120px;
}
.mt-120 {
  margin-top: 120px;
}
.ml-120 {
  margin-left: 120px;
}
.mr-120 {
  margin-right: 120px;
}
.mb-120 {
  margin-bottom: 120px;
}
.p-90 {
  padding: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pl-90 {
  padding-left: 90px;
}
.pr-90 {
  padding-right: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.m-90 {
  margin: 90px;
}
.mt-90 {
  margin-top: 90px;
}
.ml-90 {
  margin-left: 90px;
}
.mr-90 {
  margin-right: 90px;
}
.mb-90 {
  margin-bottom: 90px;
}
.p-60 {
  padding: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.m-60 {
  margin: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.mr-60 {
  margin-right: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.p-30 {
  padding: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.m-30 {
  margin: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.p-15 {
  padding: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.m-15 {
  margin: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.p-5 {
  padding: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.m-5 {
  margin: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
/**

//
// Elements - Button
//

Definition:
Primarily used as a hypertext link. The link can be to another page,
a part of a page or any other location on the web.


//
// Reference
//

Available Colors - success | info | warning | danger
Available Sizes - large | small | xsmall
Available States - disabled
Available Styles - style-gost
Available Types - type-block


// Usage
<a class="button [color] [size] [state] [style] [type]"></a>


//
// HTML Markup Examples:
//

// Defaults
<a class="button">I´m a default button on a tag</a>
<button class="button">I´m a default button on button tag</button>


//
// Emmet snippet examples
// For Emmet Lover's, just copy and paste the bellow snippets:
//

a[href="#"].button{I´m a default button}
a[href="#"].button.success.large{I´m a default button}
a[href="#"].button.danger.xsmall.disabled{I´m a default button}
button.button.danger.xsmall.disabled>a[href="#"]>{I´m a default button}

**/
.button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  text-decoration: none;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  transition: all 0.2s ease-in;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 21px;
  color: #787878;
  background-color: #FFF;
  border-color: #D6F2FB;
  margin-left :5px;
}
.button.type-block,
button.button.type-block {
  display: block;
  width: 100%;
}
.button:focus {
  border: 0;
  outline: 0;
}
.button:active,
.button.active,
.button.disabled {
  transition: none;
}
.button.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.button:hover {
  background-color: #D6F2FB;
  text-decoration: none;
  border-color: #D6F2FB;
}
.button:active {
  background-color: #bfbfbf;
}
.button.active {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}
.button.disabled {
  border-color: #ffffff;
  background-color: #ffffff;
}
.button.disabled a {
  border-color: #ffffff;
}
.button.large {
  padding: 10px 20px;
  font-size: 17px;
  line-height: 23px;
}
.button.large.type-block,
button.button.large.type-block {
  display: block;
  width: 100%;
}
.button.small {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 19px;
}
.button.small.type-block,
button.button.small.type-block {
  display: block;
  width: 100%;
}
.button.xsmall {
  padding: 2px 10px;
  font-size: 11px;
  line-height: 17px;
}
.button.xsmall.type-block,
button.button.xsmall.type-block {
  display: block;
  width: 100%;
}
.button.green,
.button.success {
  color: #FFFFFF;
  background-color: #84BB1C;
  border-color: #84BB1C;
  }
.button.green:focus,
.button.success:focus {
  border: 0;
  outline: 0;
}
.button.green:hover,
.button.success:hover {
  background-color: #557812;
  text-decoration: none;
  border-color: #84BB1C;
 }
.button.green:active,
.button.success:active {
  background-color: #364c0b;
  }
.button.green.active,
.button.success.active {
  background-color: #364c0b;
  border-color: #364c0b;
 }
.button.green.disabled,
.button.success.disabled {
  border-color: #bee96d;
  background-color: #bee96d;
}
.button.green.disabled a,
.button.success.disabled a {
  border-color: #bee96d;
}
.button.green a,
.button.success a {
  color: #FFFFFF;
}
.button.blue,
.button.info {
  color: #FFFFFF;
  background-color: #549BE2;
  border-color: #549BE2;
  }
.button.blue:focus,
.button.info:focus {
  border: 0;
  outline: 0;
}
.button.blue:hover,
.button.info:hover {
  background-color: #2275c8;
  text-decoration: none;
  border-color: #549BE2;
  }
.button.blue:active,
.button.info:active {
  background-color: #1a5b9c;
 }
.button.blue.active,
.button.info.active {
  background-color: #1a5b9c;
  border-color: #1a5b9c;
  }
.button.blue.disabled,
.button.info.disabled {
  border-color: #c1dbf4;
  background-color: #c1dbf4;
}
.button.blue.disabled a,
.button.info.disabled a {
  border-color: #c1dbf4;
}
.button.blue a,
.button.info a {
  color: #FFFFFF;
}
.button.orange,
.button.warning {
  color: #FFFFFF;
  background-color: #DB8402;
  border-color: #DB8402;
 }
.button.orange:focus,
.button.warning:focus {
  border: 0;
  outline: 0;
}
.button.orange:hover,
.button.warning:hover {
  background-color: #8f5601;
  text-decoration: none;
  border-color: #DB8402;
 }
.button.orange:active,
.button.warning:active {
  background-color: #5d3801;
 }
.button.orange.active,
.button.warning.active {
  background-color: #5d3801;
  border-color: #5d3801;
  }
.button.orange.disabled,
.button.warning.disabled {
  border-color: #febe5f;
  background-color: #febe5f;
}
.button.orange.disabled a,
.button.warning.disabled a {
  border-color: #febe5f;
}
.button.orange a,
.button.warning a {
  color: #FFFFFF;
}
.button.red,
.button.danger {
  color: #FFFFFF;
  background-color: #CC0000;
  border-color: #CC0000;
  }
.button.red:focus,
.button.danger:focus {
  border: 0;
  outline: 0;
}
.button.red:hover,
.button.danger:hover {
  background-color: #800000;
  text-decoration: none;
  border-color: #CC0000;
 }
.button.red:active,
.button.danger:active {
  background-color: #4d0000;
  }
.button.red.active,
.button.danger.active {
  background-color: #4d0000;
  border-color: #4d0000;
  }
.button.red.disabled,
.button.danger.disabled {
  border-color: #ff4d4d;
  background-color: #ff4d4d;
}
.button.red.disabled a,
.button.danger.disabled a {
  border-color: #ff4d4d;
}
.button.red a,
.button.danger a {
  color: #FFFFFF;
}
.button.primary {
  color: #FFFFFF;
  background-color: #00afe9;
  border-color: #1a1a1a;
}
.button.primary:focus {
  border: 0;
  outline: 0;
}
.button.primary:hover {
  background-color: #1a1a1a;
  text-decoration: none;
  border-color: #1a1a1a;
 }
.button.primary:active {
  background-color: #000000;
 }
.button.primary.active {
  background-color: #000000;
  border-color: #000000;
  }
.button.primary.disabled {
  border-color: #5a5a5a;
  background-color: #808080;
}
.button.primary.disabled a {
  border-color: #5a5a5a;
}
.button.primary a {
  color: #FFFFFF;
}
.button.secondary {
  color: #FFFFFF;
  background-color: #3E3E3E;
  border-color: #181818;
 }
.button.secondary:focus {
  border: 0;
  outline: 0;
}
.button.secondary:hover {
  background-color: #181818;
  text-decoration: none;
  border-color: #181818;
 }
.button.secondary:active {
  background-color: #000000;
 }
.button.secondary.active {
  background-color: #000000;
  border-color: #000000;
 }
.button.secondary.disabled {
  border-color: #585858;
  background-color: #7e7e7e;
}
.button.secondary.disabled a {
  border-color: #585858;
}
.button.secondary a {
  color: #FFFFFF;
}
.button.negative,
.button.black {
  color: #FFFFFF;
  background-color: #00afe9;
  border-color: #000;
}
.button.negative:focus,
.button.black:focus {
  border: 0;
  outline: 0;
}
.button.negative:hover,
.button.black:hover {
  background-color: #000D42;
  text-decoration: none;
  border-color: #000;
}
.button.negative:active,
.button.black:active {
  background-color: #000D42;
  }
.button.negative.active,
.button.black.active {
  background-color: #000D42;
  border-color: #000000;
}
.button.negative.disabled,
.button.black.disabled {
  border-color: #00afe9;
  background-color: #808080;
}
.button.negative.disabled a,
.button.black.disabled a {
  border-color: #00afe9;
}
.button.negative a,
.button.black a {
  color: #FFFFFF;
}
.button.log_in {
  color: #FFFFFF;
  background-color: #00AFE9;
  border-color: #000;
  }
.button.log_in:focus {
  border: 0;
  outline: 0;
}
.button.log_in:hover {
  background-color: #000D42;
  text-decoration: none;
  border-color: #000;
  }
.button.log_in:active {
  background-color: #000000;
  }
.button.log_in.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  }
.button.log_in.disabled {
  border-color: #00afe9;
  background-color: #808080;
}
.button.log_in.disabled a {
  border-color: #00afe9;
}
.button.log_in a {
  color: #FFFFFF;
}
.button a {
  color: #787878;
}
.button a,
.button.success a,
.button.info a,
.button.warning a,
.button.danger a,
.button.primary a,
.button.secondary a,
.button.black a {
  text-decoration: none;
}
.button.type-block {
  width: 100%;
}
.buttons-group {
  display: inline-block;
}
.buttons-group .button {
  float: left;
  border-radius: 0;
}
.buttons-group .button:first-child {
  border-radius: 5px 0 0 5px;
}
.buttons-group .button:last-child {
  border-radius: 0 5px 5px 0;
}
/**
 *
 * Form Element
 *
 */
/**
 * Global
 */
textarea + span,
input + span,
select + span,
label,
input[type=text],
input[type=number],
input[type=password],
input[type=datetime-local],
input[type=submit],
input[type=checkbox],
input[type=radio],
select,
textarea {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
    textarea + span,
    input + span,
    select + span,
    label,
    input[type=text],
    input[type=number],
    input[type=datetime-local],
    input[type=password],
    input[type=submit],
    select,
    textarea {
        border-radius: 5px;
        transition: all 0.2s linear;
    }
/**
 * Label
 */
input + span,
textarea + span,
select + span,
.input-file + span,
label {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
}
        input[type=text] + span,
        input[type=number] + span,
        input[type=password] + span,
        input[type=datetime-local] + span,
        .picker + span,
        select + span,
        textarea + span,
        input[type=text] + label,
        input[type=datetime-local] + label,
        input[type=number] + label,
        input[type=password] + label,
        .picker + label,
        select + label,
        textarea + label {
            line-height: 9px;
            top: -6.5px;
            padding: 2px 8px;
            left: 10px;
        }
        input[type=text]:focus + label,
        input[type=datetime-local]:focus + label,
        input[type=number]:focus + label,
        input[type=password]:focus + label,
        .picker:focus + label,
        select:focus + label,
        textarea:focus + label,
        input[type=text]:focus + span,
        input[type=datetime-local]:focus + span,
        input[type=number]:focus + span,
        input[type=password]:focus + span,
        .picker:focus + span,
        select:focus + span,
        textarea:focus + span,
        input[type=text][readonly] + label,
        input[type=datetime-local][readonly] + label,
        input[type=number][readonly] + label,
        input[type=password][readonly] + label,
        .picker[readonly] + label,
        select[readonly] + label,
        textarea[readonly] + label,
        input[type=text][readonly] + span,
        input[type=datetime-local][readonly] + span,
        input[type=number][readonly] + span,
        input[type=password][readonly] + span,
        .picker[readonly] + span,
        select[readonly] + span,
        textarea[readonly] + span,
        input[type=text][readonly=readonly] + label,
        input[type=datetime-local][readonly=readonly] + label,
        input[type=number][readonly=readonly] + label,
        input[type=password][readonly=readonly] + label,
        .picker[readonly=readonly] + label,
        select[readonly=readonly] + label,
        textarea[readonly=readonly] + label,
        input[type=text].picker--focused.picker--opened + label,
        input[type=datetime-local].picker--focused.picker--opened + label,
        input[type=number].picker--focused.picker--opened + label,
        input[type=password].picker--focused.picker--opened + label,
        .picker.picker--focused.picker--opened + label,
        select.picker--focused.picker--opened + label,
        textarea.picker--focused.picker--opened + label {
            left: 15px;
        }
        input[type=text].large + span,
        input[type=datetime-local].large + span,
        input[type=number].large + span,
        input[type=password].large + span,
        .picker.large + span,
        select.large + span,
        textarea.large + span,
        input[type=text].large + label,
        input[type=datetime-local].large + label,
        input[type=number].large + label,
        input[type=password].large + label,
        .picker.large + label,
        select.large + label,
        textarea.large + label {
            font-size: 10px;
            line-height: 10px;
            top: -9px;
            padding: 4px 16px;
            left: 15px;
        }
        input[type=text].large:focus + label,
        input[type=datetime-local].large:focus + label,
        input[type=number].large:focus + label,
        input[type=password].large:focus + label,
        .picker.large:focus + label,
        select.large:focus + label,
        textarea.large:focus + label,
        input[type=text].large:focus + span,
        input[type=datetime-local].large:focus + span,
        input[type=number].large:focus + span,
        input[type=password].large:focus + span,
        .picker.large:focus + span,
        select.large:focus + span,
        textarea.large:focus + span,
        input[type=text].large[readonly] + label,
        input[type=datetime-local].large[readonly] + label,
        input[type=number].large[readonly] + label,
        input[type=password].large[readonly] + label,
        .picker.large[readonly] + label,
        select.large[readonly] + label,
        textarea.large[readonly] + label,
        input[type=text].large[readonly] + span,
        input[type=datetime-local].large[readonly] + span,
        input[type=number].large[readonly] + span,
        input[type=password].large[readonly] + span,
        .picker.large[readonly] + span,
        select.large[readonly] + span,
        textarea.large[readonly] + span,
        input[type=text].large[readonly=readonly] + label,
        input[type=datetime-local].large[readonly=readonly] + label,
        input[type=number].large[readonly=readonly] + label,
        input[type=password].large[readonly=readonly] + label,
        .picker.large[readonly=readonly] + label,
        select.large[readonly=readonly] + label,
        textarea.large[readonly=readonly] + label,
        input[type=text].large.picker--focused.picker--opened + label,
        input[type=datetime-local].large.picker--focused.picker--opened + label,
        input[type=number].large.picker--focused.picker--opened + label,
        input[type=password].large.picker--focused.picker--opened + label,
        .picker.large.picker--focused.picker--opened + label,
        select.large.picker--focused.picker--opened + label,
        textarea.large.picker--focused.picker--opened + label {
            left: 20px;
        }
        input[type=text].small + span,
        input[type=number].small + span,
        input[type=datetime-local].small + span,
        input[type=password].small + span,
        .picker.small + span,
        select.small + span,
        textarea.small + span,
        input[type=text].small + label,
        input[type=datetime-local].small + label,
        input[type=number].small + label,
        input[type=password].small + label,
        .picker.small + label,
        select.small + label,
        textarea.small + label {
            font-size: 8px;
            line-height: 8px;
            top: -5px;
            padding: 1px 4px;
            left: 5px;
        }
        input[type=text].small:focus + label,
        input[type=number].small:focus + label,
        input[type=password].small:focus + label,
        input[type=datetime-local]:focus + label,
        .picker.small:focus + label,
        select.small:focus + label,
        textarea.small:focus + label,
        input[type=text].small:focus + span,
        input[type=datetime-local]:focus + span,
        input[type=number].small:focus + span,
        input[type=password].small:focus + span,
        .picker.small:focus + span,
        select.small:focus + span,
        textarea.small:focus + span,
        input[type=text].small[readonly] + label,
        input[type=datetime-local].small[readonly] + label,
        input[type=number].small[readonly] + label,
        input[type=password].small[readonly] + label,
        .picker.small[readonly] + label,
        select.small[readonly] + label,
        textarea.small[readonly] + label,
        input[type=text].small[readonly] + span,
        input[type=datetime-local].small[readonly] + span,
        input[type=number].small[readonly] + span,
        input[type=password].small[readonly] + span,
        .picker.small[readonly] + span,
        select.small[readonly] + span,
        textarea.small[readonly] + span,
        input[type=text].small[readonly=readonly] + label,
        input[type=datetime-local].small[readonly=readonly] + label,
        input[type=number].small[readonly=readonly] + label,
        input[type=password].small[readonly=readonly] + label,
        .picker.small[readonly=readonly] + label,
        select.small[readonly=readonly] + label,
        textarea.small[readonly=readonly] + label,
        input[type=text].small.picker--focused.picker--opened + label,
        input[type=datetime-local].small.picker--focused.picker--opened + label,
        input[type=number].small.picker--focused.picker--opened + label,
        input[type=password].small.picker--focused.picker--opened + label,
        .picker.small.picker--focused.picker--opened + label,
        select.small.picker--focused.picker--opened + label,
        textarea.small.picker--focused.picker--opened + label {
            left: 10px;
        }
/**
 * Inputs
 */
        input[type=text],
        input[type=number],
        input[type=datetime-local],
        input[type=password],
        input[type=submit],
        .picker,
        select,
        textarea {
            position: relative;
            width: 100%;
            font-size: 12px;
            line-height: 12px;
            padding: 4px 8px;
        }
            input[type=text],
            input[type=number],
            input[type=datetime-local],
            input[type=password],
            input[type=submit],
            .picker,
            select,
            textarea,
            input[type=text].picker--focused.picker--opened,
            input[type=datetime-local].picker--focused.picker--opened,
            input[type=number].picker--focused.picker--opened,
            input[type=password].picker--focused.picker--opened,
            input[type=submit].picker--focused.picker--opened,
            .picker.picker--focused.picker--opened,
            select.picker--focused.picker--opened,
            textarea.picker--focused.picker--opened,
            input[type=text]:focus,
            input[type=datetime-local]:focus,
            input[type=number]:focus,
            input[type=password]:focus,
            input[type=submit]:focus,
            .picker:focus,
            select:focus,
            textarea:focus {
                outline: none;
                outline-color: transparent;
                outline-style: none;
            }
                input[type=text].large,
                input[type=datetime-local].large,
                input[type=number].large,
                input[type=password].large,
                input[type=submit].large,
                .picker.large,
                select.large,
                textarea.large {
                    padding: 8px 12px;
                    font-size: 14px;
                }
                input[type=text].small,
                input[type=datetime-local].small,
                input[type=number].small,
                input[type=password].small,
                input[type=submit].small,
                .picker.small,
                select.small,
                textarea.small {
                    padding: 7px 4px;
                    font-size: 12px;
                    line-height: 10px;
                }
/**
 * Selects
 */
select[readonly],
select[readonly=readonly] {
  pointer-events: none;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select select {
  height: 37px;
  box-sizing: border-box;
  font-size: 12px;
  outline: box-sizing
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  border-color: black;
  padding: 4px 18px 4px 8px;
  line-height: 15px;
  border: solid 20px #black;
}
.custom-select select::-ms-expand {
  display: none;
  color: red;
}
.custom-select select::-webkit-expand {
  display: none;
}
.custom-select:after {
  width: 12px;
  height: 12px;
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6px;
  text-align: center;
  line-height: 12px;
  vertical-align: middle;
  pointer-events: none;
  color: #White;
}
.custom-select.is-disabled:after {
  color: #808080;
}
.custom-select.small {
  height: 22px;
}
.custom-select.small select {
  padding: 2px 15px 2px 4px;
  font-size: 12px;
  line-height: 13px;
  height: 32px;
}
.custom-select.small select + span,
.custom-select.small select + label {
  font-size: 8px;
  line-height: 8px;
  top: -5px;
  left: 5px;
  padding: 1px 4px;
}
.custom-select.small select:focus + span,
.custom-select.small select:focus + label {
  left: 10px;
}
.custom-select.small:after {
  width: 10px;
  height: 10px;
  right: 5px;
}
.custom-select.large select {
  padding: 8px 21px 8px 12px;
  font-size: 14px;
  line-height: 17px;
}
.custom-select.large select + span,
.custom-select.large select + label {
  font-size: 10px;
  line-height: 10px;
  top: -9px;
  left: 15px;
  padding: 4px 16px;
}
.custom-select.large select:focus + span,
.custom-select.large select:focus + label {
  left: 15px;
}
.custom-select.large:after {
  width: 14px;
  height: 14px;
  right: 7px;
}
.with-icon {
  display: block;
  position: relative;
}
.with-icon:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6px;
  text-align: center;
  line-height: 12px;
  vertical-align: middle;
  pointer-events: none;
  color: #333333;
}
.with-icon.type-date:after {
  content: " \f073";
}
.with-icon.type-date input:active {
  color: red;
}
.with-icon.type-search:after {
  content: "\f002";
}
.has-icon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  position: relative;
}
.has-icon.type-date,
.has-icon.icon-date {
  height: 22px;
}
.has-icon.type-date input,
.has-icon.icon-date input {
  height: 22px;
}
.has-icon.type-date:after,
.has-icon.icon-date:after {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6px;
  text-align: center;
  line-height: 12px;
  vertical-align: middle;
  pointer-events: none;
  color: #00afe9;
  content: " \f073";
}
/**
 * Checkbox & Radio
 */
input[type=checkbox],
input[type=radio] {
  visibility: visible;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
}
input[type=checkbox]:checked:after,
input[type=radio]:checked:after,
input[type=checkbox]:after,
input[type=radio]:after {
  visibility: hidden;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 20px;
  position: relative;
  left: 0px;
  display: inline-block;
  width: 22px;
  height: 22px;
  transition: all 0.2s linear;
}
input[type=checkbox] + label,
input[type=radio] + label,
input[type=checkbox] + span,
input[type=radio] + span {
  
  line-height: 22px;
  display: inline-block;
  margin: 0px 0px 0px 5px;
  padding: 0;
  background-color: transparent;
}
input[type=checkbox]:active + label,
input[type=radio]:active + label,
input[type=checkbox]:active + span,
input[type=radio]:active + span {
  background-color: inherit;
}
/* Checkbox */
input[type=checkbox]:after {
  content: '\f111';
}
input[type=checkbox]:checked:after {
  content: '\f058';
}
/* Radio */
input[type=radio]:after {
  content: "\f10c";
}
input[type=radio]:checked:after {
  content: "\f192";
}
/**
 * Textarea
 */
textarea {
  min-height: 75px;
}
select + span,
textarea + span,
input + span,
input + password,
.input-file + span,
label {
  background: #fff;
  color: #000;
  font-weight: bold;
  max-width: auto;
  
  overflow: hidden;
  text-overflow: ellipsis;
}
input:focus,
input.focus,
input:active,
textarea:focus,
select:focus,
.picker--focused.picker--opened,
.input-file + span,
.picker.focus,
.custom-select:focus {
  color: #333333;
}
input:focus + span,
input.focus + span,
input:active + span,
textarea:focus + span,
select:focus + span,
.picker--focused.picker--opened + span,
.input-file + span + span,
.picker.focus + span,
.custom-select:focus + span,
input:focus + label,
input.focus + label,
input:active + label,
textarea:focus + label,
select:focus + label,
.picker--focused.picker--opened + label,
.input-file + span + label,
.picker.focus + label,
.custom-select:focus + label {
  background-color: #FFF0;
}
input[type=text],
input[type=number],
input[type=password],
input[datetime-local],
input[type=submit],
select,
textarea {
    color: #333333;
    background-color: #FFFFFF !important;
    border: solid 2px #e6e6e6;
}
    input[type=text].calendar-input.picker__input.picker__input--active,
    input[type=datetime-local].calendar-input.picker__input.picker__input--active,
    input[type=number].calendar-input.picker__input.picker__input--active,
    input[type=password].calendar-input.picker__input.picker__input--active,
    input[type=submit].calendar-input.picker__input.picker__input--active,
    select.calendar-input.picker__input.picker__input--active,
    textarea.calendar-input.picker__input.picker__input--active,
    input[type=text].calendar-input.picker__input.picker__input--active.focus,
    input[type=datetime-local].calendar-input.picker__input.picker__input--active.focus,
    input[type=number].calendar-input.picker__input.picker__input--active.focus,
    input[type=password].calendar-input.picker__input.picker__input--active.focus,
    input[type=submit].calendar-input.picker__input.picker__input--active.focus,
    select.calendar-input.picker__input.picker__input--active.focus,
    textarea.calendar-input.picker__input.picker__input--active.focus,
    input[type=text].picker.focus,
    input[type=datetime-local].picker.focus,
    input[type=number].picker.focus,
    input[type=password].picker.focus,
    input[type=submit].picker.focus,
    input[type=datetime-local].picker.focus,
    select.picker.focus,
    textarea.picker.focus,
    input[type=text].focus,
    input[type=number].focus,
    input[type=datetime-local].focus,
    input[type=password].focus,
    input[type=submit].focus,
    select.focus,
    textarea.focus,
    input[type=text]:focus,
    input[type=number]:focus,
    input[type=password]:focus,
    input[type=datetime-local].focus,
    input[type=submit]:focus,
    select:focus,
    textarea:focus {
        background-color: #D6F2FB;
        border-color: #000d42;
    }
    input[type=text][readonly],
    input[type=number][readonly],
    input[type=password][readonly],
    input[type=submit][readonly],
    input[type=datetime-local][readonly],
    select[readonly],
    textarea[readonly],
    input[type=text].readonly,
    input[type=datetime-local].readonly,
    input[type=number].readonly,
    input[type=password].readonly,
    input[type=submit].readonly,
    select.readonly,
    textarea.readonly,
    input[type=text][readonly=readonly],
    input[type=datetime-local][readonly=readonly],
    input[type=number][readonly=readonly],
    input[type=password][readonly=readonly],
    input[type=submit][readonly=readonly],
    select[readonly=readonly],
    textarea[readonly=readonly],
    input[type=text][disabled],
    input[type=datetime-local][disabled],
    input[type=number][disabled],
    input[type=password][disabled],
    input[type=submit][disabled],
    select[disabled],
    textarea[disabled],
    input[type=text][disabled=disabled],
    input[type=datetime-local][disabled=disabled],
    input[type=number][disabled=disabled],
    input[type=password][disabled=disabled],
    input[type=submit][disabled=disabled],
    select[disabled=disabled],
    textarea[disabled=disabled] {
        background-color: #fff;
        color: #333333;
        border-color: #c0c0c0;
        cursor: not-allowed !important;
    }
        input[type=text][readonly] + span,
        input[type=number][readonly] + span,
        input[type=password][readonly] + span,
        input[type=submit][readonly] + span,
        input[type=datetime-local][readonly] + span,
        select[readonly] + span,
        textarea[readonly] + span,
        input[type=text].readonly + span,
        input[type=datetime-local].readonly + span,
        input[type=number].readonly + span,
        input[type=password].readonly + span,
        input[type=submit].readonly + span,
        select.readonly + span,
        textarea.readonly + span,
        input[type=text][readonly=readonly] + span,
        input[type=datetime-local][readonly=readonly] + span,
        input[type=number][readonly=readonly] + span,
        input[type=password][readonly=readonly] + span,
        input[type=submit][readonly=readonly] + span,
        select[readonly=readonly] + span,
        textarea[readonly=readonly] + span,
        input[type=text][disabled] + span,
        input[type=datetime-local][disabled] + span,
        input[type=number][disabled] + span,
        input[type=password][disabled] + span,
        input[type=submit][disabled] + span,
        select[disabled] + span,
        textarea[disabled] + span,
        input[type=text][disabled=disabled] + span,
        input[type=datetime-local][disabled=disabled] + span,
        input[type=number][disabled=disabled] + span,
        input[type=password][disabled=disabled] + span,
        input[type=submit][disabled=disabled] + span,
        select[disabled=disabled] + span,
        textarea[disabled=disabled] + span,
        input[type=text][readonly] + label,
        input[type=datetime-local][readonly] + label,
        input[type=number][readonly] + label,
        input[type=password][readonly] + label,
        input[type=submit][readonly] + label,
        select[readonly] + label,
        textarea[readonly] + label,
        input[type=text].readonly + label,
        input[type=datetime-local].readonly + label,
        input[type=number].readonly + label,
        input[type=password].readonly + label,
        input[type=submit].readonly + label,
        select.readonly + label,
        textarea.readonly + label,
        input[type=text][readonly=readonly] + label,
        input[type=number][readonly=readonly] + label,
        input[type=datetime-local][readonly=readonly] + label,
        input[type=password][readonly=readonly] + label,
        input[type=submit][readonly=readonly] + label,
        select[readonly=readonly] + label,
        textarea[readonly=readonly] + label,
        input[type=text][disabled] + label,
        input[type=datetime-local][disabled] + label,
        input[type=number][disabled] + label,
        input[type=password][disabled] + label,
        input[type=submit][disabled] + label,
        select[disabled] + label,
        textarea[disabled] + label,
        input[type=text][disabled=disabled] + label,
        input[type=datetime-local][disabled=disabled] + label,
        input[type=number][disabled=disabled] + label,
        input[type=password][disabled=disabled] + label,
        input[type=submit][disabled=disabled] + label,
        select[disabled=disabled] + label,
        textarea[disabled=disabled] + label {
            color: #808080;
            background-color: #fff;
        }
        input[type=text].input-highlighted,
        input[type=number].input-highlighted,
        input[type=datetime-local].input-highlighted,
        input[type=password].input-highlighted,
        input[type=submit].input-highlighted,
        select.input-highlighted,
        textarea.input-highlighted {
            border-color: #000d42;
            color: #333333;
        }
            input[type=text].input-highlighted:focus,
            input[type=number].input-highlighted:focus,
            input[type=password].input-highlighted:focus,
            input[type=datetime-local].input-highlighted:focus,
            input[type=submit].input-highlighted:focus,
            select.input-highlighted:focus,
            textarea.input-highlighted:focus,
            input[type=text].input-highlighted:focus + span,
            input[type=number].input-highlighted:focus + span,
            input[type=datetime-local].input-highlighted:focus + span,
            input[type=password].input-highlighted:focus + span,
            input[type=submit].input-highlighted:focus + span,
            select.input-highlighted:focus + span,
            textarea.input-highlighted:focus + span,
            input[type=text].input-highlighted:focus + label,
            input[type=number].input-highlighted:focus + label,
            input[type=datetime-local].input-highlighted:focus + label,
            input[type=password].input-highlighted:focus + label,
            input[type=submit].input-highlighted:focus + label,
            select.input-highlighted:focus + label,
            textarea.input-highlighted:focus + label {
                background-color: #d6f2fb;
            }
            input[type=text].input-highlighted + label,
            input[type=number].input-highlighted + label,
            input[type=password].input-highlighted + label,
            input[type=datetime-local].input-highlighted + label,
            input[type=submit].input-highlighted + label,
            select.input-highlighted + label,
            textarea.input-highlighted + label {
                color: #0000cd;
            }
            input[type=text].input-highlighted[readonly],
            input[type=number].input-highlighted[readonly],
            input[type=password].input-highlighted[readonly],
            input[type=datetime-local].input-highlighted[readonly],
            input[type=submit].input-highlighted[readonly],
            select.input-highlighted[readonly],
            textarea.input-highlighted[readonly],
            input[type=text].input-highlighted.readonly,
            input[type=number].input-highlighted.readonly,
            input[type=datetime-local].input-highlighted.readonly,
            input[type=password].input-highlighted.readonly,
            input[type=submit].input-highlighted.readonly,
            select.input-highlighted.readonly,
            textarea.input-highlighted.readonly,
            input[type=text].input-highlighted[readonly=readonly],
            input[type=number].input-highlighted[readonly=readonly],
            input[type=datetime-local].input-highlighted[readonly=readonly]
            input[type=password].input-highlighted[readonly=readonly],
            input[type=submit].input-highlighted[readonly=readonly],
            select.input-highlighted[readonly=readonly],
            textarea.input-highlighted[readonly=readonly],
            input[type=text].input-highlighted[disabled],
            input[type=datetime-local].input-highlighted[disabled],
            input[type=number].input-highlighted[disabled],
            input[type=password].input-highlighted[disabled],
            input[type=submit].input-highlighted[disabled],
            select.input-highlighted[disabled],
            textarea.input-highlighted[disabled],
            input[type=text].input-highlighted[disabled=disabled],
            input[type=datetime-local].input-highlighted[disabled=disabled],
            input[type=number].input-highlighted[disabled=disabled],
            input[type=password].input-highlighted[disabled=disabled],
            input[type=submit].input-highlighted[disabled=disabled],
            select.input-highlighted[disabled=disabled],
            textarea.input-highlighted[disabled=disabled] {
                background-color: #fff;
                color: #c0c0c0;
                border-color: #c0c0c0;
                cursor: not-allowed;
            }
                input[type=text].input-highlighted[readonly] + span,
                input[type=datetime-local].input-highlighted[readonly] + span,
                input[type=number].input-highlighted[readonly] + span,
                input[type=password].input-highlighted[readonly] + span,
                input[type=submit].input-highlighted[readonly] + span,
                select.input-highlighted[readonly] + span,
                textarea.input-highlighted[readonly] + span,
                input[type=text].input-highlighted.readonly + span,
                input[type=datetime-local].input-highlighted.readonly + span,
                input[type=number].input-highlighted.readonly + span,
                input[type=password].input-highlighted.readonly + span,
                input[type=submit].input-highlighted.readonly + span,
                select.input-highlighted.readonly + span,
                textarea.input-highlighted.readonly + span,
                input[type=text].input-highlighted[readonly=readonly] + span,
                input[type=datetime-local].input-highlighted[readonly=readonly] + span,
                input[type=number].input-highlighted[readonly=readonly] + span,
                input[type=password].input-highlighted[readonly=readonly] + span,
                input[type=submit].input-highlighted[readonly=readonly] + span,
                select.input-highlighted[readonly=readonly] + span,
                textarea.input-highlighted[readonly=readonly] + span,
                input[type=text].input-highlighted[disabled] + span,
                input[type=datetime-local].input-highlighted[disabled] + span,
                input[type=number].input-highlighted[disabled] + span,
                input[type=password].input-highlighted[disabled] + span,
                input[type=submit].input-highlighted[disabled] + span,
                select.input-highlighted[disabled] + span,
                textarea.input-highlighted[disabled] + span,
                input[type=text].input-highlighted[disabled=disabled] + span,
                input[type=datetime-local].input-highlighted[disabled=disabled] + span,
                input[type=number].input-highlighted[disabled=disabled] + span,
                input[type=password].input-highlighted[disabled=disabled] + span,
                input[type=submit].input-highlighted[disabled=disabled] + span,
                select.input-highlighted[disabled=disabled] + span,
                textarea.input-highlighted[disabled=disabled] + span,
                input[type=text].input-highlighted[readonly] + label,
                input[type=datetime-local].input-highlighted[readonly] + label,
                input[type=number].input-highlighted[readonly] + label,
                input[type=password].input-highlighted[readonly] + label,
                input[type=submit].input-highlighted[readonly] + label,
                select.input-highlighted[readonly] + label,
                textarea.input-highlighted[readonly] + label,
                input[type=text].input-highlighted.readonly + label,
                input[type=datetime-local].input-highlighted.readonly + label,
                input[type=number].input-highlighted.readonly + label,
                input[type=password].input-highlighted.readonly + label,
                input[type=submit].input-highlighted.readonly + label,
                select.input-highlighted.readonly + label,
                textarea.input-highlighted.readonly + label,
                input[type=text].input-highlighted[readonly=readonly] + label,
                input[type=datetime-local].input-highlighted[readonly=readonly] + label,
                input[type=number].input-highlighted[readonly=readonly] + label,
                input[type=password].input-highlighted[readonly=readonly] + label,
                input[type=submit].input-highlighted[readonly=readonly] + label,
                select.input-highlighted[readonly=readonly] + label,
                textarea.input-highlighted[readonly=readonly] + label,
                input[type=text].input-highlighted[disabled] + label,
                input[type=datetime-local].input-highlighted[disabled] + label,
                input[type=number].input-highlighted[disabled] + label,
                input[type=password].input-highlighted[disabled] + label,
                input[type=submit].input-highlighted[disabled] + label,
                select.input-highlighted[disabled] + label,
                textarea.input-highlighted[disabled] + label,
                input[type=text].input-highlighted[disabled=disabled] + label,
                input[type=datetime-local].input-highlighted[disabled=disabled] + label,
                input[type=number].input-highlighted[disabled=disabled] + label,
                input[type=password].input-highlighted[disabled=disabled] + label,
                input[type=submit].input-highlighted[disabled=disabled] + label,
                select.input-highlighted[disabled=disabled] + label,
                textarea.input-highlighted[disabled=disabled] + label {
                    color: #808080;
                    background-color: #fff;
                }
    input[type=text].with-error,
    input[type=datetime-local].with-error,
    input[type=password].with-error,
    select.with-error,
    textarea.with-error {
        border: solid 2px #CC0000;
        transition: all 0.2s linear;
    }
        input[type=text].with-error + label,
        input[type=datetime-local].with-error + label,
        input[type=password].with-error + label,
        select.with-error + label,
        textarea.with-error + label {
            color: #fff;
            background-color: #CC0000;
        }
input[type=radio],
input[type=checkbox] {
  //color: #00afe9;
}
input[type=radio]:checked[disabled]:after,
input[type=checkbox]:checked[disabled]:after,
input[type=radio]:checked[disabled=disabled]:after,
input[type=checkbox]:checked[disabled=disabled]:after,
input[type=radio][disabled]:after,
input[type=checkbox][disabled]:after,
input[type=radio][disabled=disabled]:after,
input[type=checkbox][disabled=disabled]:after {
  color: #c0c0c0;
}
input[type=radio]:checked[readonly]:after,
input[type=checkbox]:checked[readonly]:after,
input[type=radio]:checked[readonly=readonly]:after,
input[type=checkbox]:checked[readonly=readonly]:after,
input[type=radio][readonly]:after,
input[type=checkbox][readonly]:after,
input[type=radio][readonly=readonly]:after,
input[type=checkbox][readonly=readonly]:after {
  color: #c0c0c0;
  pointer-events: none;
}
input[type=radio]:checked:after,
input[type=checkbox]:checked:after {
  color: #00afe9;
}
input[type=radio] + span,
input[type=checkbox] + span,
input[type=radio] + label,
input[type=checkbox] + label {
  
 // background-color: #fff;
}
.input-group {
  position: relative;
  margin-bottom: 15px;
}
.input-group.with-error span,
.input-group.with-error label {
  color: #fff;
  background-color: #CC0000;
}
    .input-group.with-error input[type=text],
    .input-group.with-error input[type=datetime-local],
    .input-group.with-error input[type=password],
    .input-group.with-error select,
    .input-group.with-error textarea {
        border: solid 2px #CC0000;
        transition: all 0.2s linear;
    }
.input-group.button-appended input[type=submit] {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border: 0;
  padding: 0;
  background-color: #00afe9;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  top: 0;
  right: 0;
}
.input-group.button-appended input[type=submit]:hover {
    background-color: #000D42;
}

    .input-group.button-appended.small input[type=text] + span,
    .input-group.button-appended.small input[type=datetime-local] + span,
    .input-group.button-appended.small input[type=text] + label {
        font-size: 8px;
        line-height: 8px;
        top: -5px;
        left: 5px;
        padding: 1px 4px;
    }
    .input-group.button-appended.small input[type=text]:focus + span,
    .input-group.button-appended.small input[type=datetime-local]:focus + span,
    .input-group.button-appended.small input[type=text]:focus + label {
        left: 10px;
        color: #000;
    }
.input-file-outer {
  display: inline-block;
}
.input-file {
  display: inline-block;
  position: relative;
}
.input-file .input-file-actions {
  margin-bottom: 10px;
  position: absolute;
  z-index: 99999;
  left: 8px;
  top: 8px;
  padding: 0;
  border: none;
  background: none;
}
.input-file .input-file-actions .button {
  margin-right: 5px;
}
.input-file .input-file-actions .button:last-child {
  margin: 0;
}
.input-file .uploaded-image {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.input-file .uploaded-image img {
  display: inline-block;
  display: block;
  width: 210px;
  height: 210px;
  border-radius: 5px;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
}
.input-file .uploaded-image .button-wrapper {
  position: absolute;
  right: 8px;
  bottom: 8px;
  overflow: hidden;
}
.input-file .uploaded-image .button-wrapper .input-file-button {
  box-shadow: none;
  border-radius: 3px;
  z-index: 3;
}
.input-file .uploaded-image .button-wrapper .input-file-button input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
/**

//
// Element - Table
//

## Definition:
A small box that appears somewhere on your application to give you a message or information about something important.
You can use this block for general, success, warning and error messages.

## HTML Markup Examples:
<table>
  <thead>
	<tr>
	  <th>Header content 1</th>
	  <th>Header content 2</th>
	</tr>
  </thead>
  <tfoot>
	<tr>
	  <td>Footer content 1</td>
	  <td>Footer content 2</td>
	</tr>
  </tfoot>
  <tbody>
	<tr>
	  <td>Body content 1</td>
	  <td>Body content 2</td>
	</tr>
  </tbody>
</table>

## Emmet snippets (Copy/Paste & Tab It)
table>thead>tr>th*2^^+tfoot>tr>th[colspan=2]{Teste}^^+tbody>tr*2>td*2


**/
table:not(.picker__table) {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
table:not(.picker__table) thead {
  font-size: 12px;
  text-align: left;
}
table:not(.picker__table) thead tr th {
  padding: 8px 8px;
}
table:not(.picker__table) thead tr td {
  padding: 7px 10px;
}
table:not(.picker__table) thead tr.text-center {
  text-align: center;
}
table:not(.picker__table) thead tr th.last,
table:not(.picker__table) thead tr th:last-child {
  border-right: none;
}
table:not(.picker__table) thead tr th.highlighted {
  width: 120px;
  width: auto;
}
table:not(.picker__table) thead tr th.focused {
  color: #333333;
}
table:not(.picker__table) thead tr th .sort {
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  float: right;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  color: #333333;
}
table:not(.picker__table) thead tr th .sort:after {
  content: "\f0dc";
}
table:not(.picker__table) tfoot tr td {
  padding: 7px 10px;
}
table:not(.picker__table) tfoot tr td:last-child {
  border-right: none;
}
table:not(.picker__table) tbody tr td {
  padding: 7px 10px;
  font-size: 12px;
}
table:not(.picker__table) tbody tr td:first-child {
  color: #333333;
}
table:not(.picker__table) tbody tr td:first-child a {
  font-size: 18px;
  text-align: center;
}
table:not(.picker__table).has-footer tbody tr:last-child td:first-child {
  border-radius: 0;
}
table:not(.picker__table).has-footer tbody tr:last-child td:last-child {
  border-radius: 0;
}
table:not(.picker__table) thead {
  background-color: #000d42;
  color: #FFFFFF;
}
table:not(.picker__table) thead tr th {
  border-right: solid 1px #cccccc;
  border-bottom: solid 4px #cccccc;
}
table:not(.picker__table) tfoot {
  background-color: #e2e6e6;
  color: #738989;
}
table:not(.picker__table) tfoot tr td {
  border-top: solid 4px #b8c4c4;
}
table:not(.picker__table) tbody tr {
  background-color: #f3f3f3;
  transition: all 0.2s ease-in;
}
table:not(.picker__table) tbody tr:hover {
  background-color: #D6F2FB;
}
table:not(.picker__table) tbody tr:nth-child(even) {
  background-color: #e6e6e6;
  border-top: solid 1px #D6F2FB;
  border-bottom: solid 1px #D6F2FB;
}
table:not(.picker__table) tbody tr:nth-child(even):hover {
  background-color: #D6F2FB;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
table:not(.picker__table) tbody tr td {
  vertical-align: middle;
}
table:not(.picker__table).docGrid[disabled] tbody tr td .action-buttons a[disabled],
table:not(.picker__table).mGrid[disabled] tbody tr td .action-buttons a[disabled],
table:not(.picker__table).mGridComposite[disabled] tbody tr td .action-buttons a[disabled],
table:not(.picker__table).docGrid[disabled=disabled] tbody tr td .action-buttons a[disabled],
table:not(.picker__table).mGrid[disabled=disabled] tbody tr td .action-buttons a[disabled],
table:not(.picker__table).mGridComposite[disabled=disabled] tbody tr td .action-buttons a[disabled],
table:not(.picker__table).docGrid[disabled] tbody tr td .action-buttons a[disabled=disabled],
table:not(.picker__table).mGrid[disabled] tbody tr td .action-buttons a[disabled=disabled],
table:not(.picker__table).mGridComposite[disabled] tbody tr td .action-buttons a[disabled=disabled],
table:not(.picker__table).docGrid[disabled=disabled] tbody tr td .action-buttons a[disabled=disabled],
table:not(.picker__table).mGrid[disabled=disabled] tbody tr td .action-buttons a[disabled=disabled],
table:not(.picker__table).mGridComposite[disabled=disabled] tbody tr td .action-buttons a[disabled=disabled] {
  pointer-events: none;
}
table:not(.picker__table).docGrid thead tr th.highlighted,
table:not(.picker__table).mGrid thead tr th.highlighted,
table:not(.picker__table).mGridComposite thead tr th.highlighted,
table:not(.picker__table).docGrid thead tr th:first-child,
table:not(.picker__table).mGrid thead tr th:first-child,
table:not(.picker__table).mGridComposite thead tr th:first-child {
  background-color: #000D42;
  border-bottom: solid 4px #cccccc;
  border-right-color: #cccccc;
  color: #fff;
  width: 120px;
}
table:not(.picker__table).docGrid thead tr th.highlighted:before,
table:not(.picker__table).mGrid thead tr th.highlighted:before,
table:not(.picker__table).mGridComposite thead tr th.highlighted:before,
table:not(.picker__table).docGrid thead tr th:first-child:before,
table:not(.picker__table).mGrid thead tr th:first-child:before,
table:not(.picker__table).mGridComposite thead tr th:first-child:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f013";
  margin-right: 5px;
  display: inline-block;
}
table:not(.picker__table).docGrid thead tr th a,
table:not(.picker__table).mGrid thead tr th a,
table:not(.picker__table).mGridComposite thead tr th a {
  text-decoration: none;
  color: #FFFFFF;
}
table:not(.picker__table).docGrid thead tr th a:hover,
table:not(.picker__table).mGrid thead tr th a:hover,
table:not(.picker__table).mGridComposite thead tr th a:hover {
  color: #FFFFFF;
}
table:not(.picker__table).docGrid thead tr th a:after,
table:not(.picker__table).mGrid thead tr th a:after,
table:not(.picker__table).mGridComposite thead tr th a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0dc";
  margin-left: 5px;
  float: right;
  display: inline-block;
}
table:not(.picker__table).docGrid thead tr th.last-child-fake,
table:not(.picker__table).mGrid thead tr th.last-child-fake,
table:not(.picker__table).mGridComposite thead tr th.last-child-fake {
  border-right: none;
}
table:not(.picker__table).docGrid tbody tr td input,
table:not(.picker__table).mGrid tbody tr td input,
table:not(.picker__table).mGridComposite tbody tr td input,
table:not(.picker__table).docGrid tbody tr td select,
table:not(.picker__table).mGrid tbody tr td select,
table:not(.picker__table).mGridComposite tbody tr td select,
table:not(.picker__table).docGrid tbody tr td [readonly=readonly],
table:not(.picker__table).mGrid tbody tr td [readonly=readonly],
table:not(.picker__table).mGridComposite tbody tr td [readonly=readonly],
table:not(.picker__table).docGrid tbody tr td [readonly],
table:not(.picker__table).mGrid tbody tr td [readonly],
table:not(.picker__table).mGridComposite tbody tr td [readonly] {
  font-size: 12px !important;
}
table:not(.picker__table).docGrid tbody tr.pagination-content td,
table:not(.picker__table).mGrid tbody tr.pagination-content td,
table:not(.picker__table).mGridComposite tbody tr.pagination-content td {
  border-top: solid 1px #D6F2FB;
  border-bottom: none;
}
table:not(.picker__table).docGrid tbody tr.pagination-content,
table:not(.picker__table).mGrid tbody tr.pagination-content,
table:not(.picker__table).mGridComposite tbody tr.pagination-content,
table:not(.picker__table).docGrid tbody tr.pagination-content:hover,
table:not(.picker__table).mGrid tbody tr.pagination-content:hover,
table:not(.picker__table).mGridComposite tbody tr.pagination-content:hover {
  background-color: inherit;
}
table:not(.picker__table).docGrid tbody tr.pagination-content .pagination a,
table:not(.picker__table).mGrid tbody tr.pagination-content .pagination a,
table:not(.picker__table).mGridComposite tbody tr.pagination-content .pagination a {
  pointer-events: inherit;
}
table:not(.picker__table).docGrid tbody tr.pagination-content .pagination .previous,
table:not(.picker__table).mGrid tbody tr.pagination-content .pagination .previous,
table:not(.picker__table).mGridComposite tbody tr.pagination-content .pagination .previous,
table:not(.picker__table).docGrid tbody tr.pagination-content .pagination .next,
table:not(.picker__table).mGrid tbody tr.pagination-content .pagination .next,
table:not(.picker__table).mGridComposite tbody tr.pagination-content .pagination .next {
  font-size: 13px;
  text-decoration: none;
}
table:not(.picker__table).docGrid tbody tr.empty-data,
table:not(.picker__table).mGrid tbody tr.empty-data,
table:not(.picker__table).mGridComposite tbody tr.empty-data {
  background: transparent;
}
table:not(.picker__table).docGrid tbody tr.empty-data td,
table:not(.picker__table).mGrid tbody tr.empty-data td,
table:not(.picker__table).mGridComposite tbody tr.empty-data td {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}
table:not(.picker__table).docGrid tbody tr.empty-data .no-items,
table:not(.picker__table).mGrid tbody tr.empty-data .no-items,
table:not(.picker__table).mGridComposite tbody tr.empty-data .no-items {
  padding: 5px;
  background-color: #e2e6e6;
  border: #c6cfcf solid 1px;
  display: block;
  text-align: center;
}
table:not(.picker__table).docGrid tbody tr.highlighted,
table:not(.picker__table).mGrid tbody tr.highlighted,
table:not(.picker__table).mGridComposite tbody tr.highlighted,
table:not(.picker__table).docGrid tbody tr.on-edit,
table:not(.picker__table).mGrid tbody tr.on-edit,
table:not(.picker__table).mGridComposite tbody tr.on-edit {
  background: #e6f5ff;
  color: #00afe9;
}
table:not(.picker__table).docGrid tbody tr.highlighted.aspNetDisabled,
table:not(.picker__table).mGrid tbody tr.highlighted.aspNetDisabled,
table:not(.picker__table).mGridComposite tbody tr.highlighted.aspNetDisabled,
table:not(.picker__table).docGrid tbody tr.on-edit.aspNetDisabled,
table:not(.picker__table).mGrid tbody tr.on-edit.aspNetDisabled,
table:not(.picker__table).mGridComposite tbody tr.on-edit.aspNetDisabled {
  background: #f3f3f3;
}
table:not(.picker__table).docGrid tbody tr.highlighted input,
table:not(.picker__table).mGrid tbody tr.highlighted input,
table:not(.picker__table).mGridComposite tbody tr.highlighted input,
table:not(.picker__table).docGrid tbody tr.on-edit input,
table:not(.picker__table).mGrid tbody tr.on-edit input,
table:not(.picker__table).mGridComposite tbody tr.on-edit input,
table:not(.picker__table).docGrid tbody tr.highlighted input[type=text],
table:not(.picker__table).mGrid tbody tr.highlighted input[type=text],
table:not(.picker__table).mGridComposite tbody tr.highlighted input[type=text],
table:not(.picker__table).docGrid tbody tr.on-edit input[type=text],
table:not(.picker__table).mGrid tbody tr.on-edit input[type=text],
table:not(.picker__table).mGridComposite tbody tr.on-edit input[type=text],
table:not(.picker__table).docGrid tbody tr.highlighted select,
table:not(.picker__table).mGrid tbody tr.highlighted select,
table:not(.picker__table).mGridComposite tbody tr.highlighted select,
table:not(.picker__table).docGrid tbody tr.on-edit select,
table:not(.picker__table).mGrid tbody tr.on-edit select,
table:not(.picker__table).mGridComposite tbody tr.on-edit select {
  background: #fff;
  color: #333333;
  font-size: 10px;
}
table:not(.picker__table).docGrid tbody tr.highlighted input:after,
table:not(.picker__table).mGrid tbody tr.highlighted input:after,
table:not(.picker__table).mGridComposite tbody tr.highlighted input:after,
table:not(.picker__table).docGrid tbody tr.on-edit input:after,
table:not(.picker__table).mGrid tbody tr.on-edit input:after,
table:not(.picker__table).mGridComposite tbody tr.on-edit input:after,
table:not(.picker__table).docGrid tbody tr.highlighted input[type=text]:after,
table:not(.picker__table).mGrid tbody tr.highlighted input[type=text]:after,
table:not(.picker__table).mGridComposite tbody tr.highlighted input[type=text]:after,
table:not(.picker__table).docGrid tbody tr.on-edit input[type=text]:after,
table:not(.picker__table).mGrid tbody tr.on-edit input[type=text]:after,
table:not(.picker__table).mGridComposite tbody tr.on-edit input[type=text]:after,
table:not(.picker__table).docGrid tbody tr.highlighted select:after,
table:not(.picker__table).mGrid tbody tr.highlighted select:after,
table:not(.picker__table).mGridComposite tbody tr.highlighted select:after,
table:not(.picker__table).docGrid tbody tr.on-edit select:after,
table:not(.picker__table).mGrid tbody tr.on-edit select:after,
table:not(.picker__table).mGridComposite tbody tr.on-edit select:after {
  color: #333333;
}
table:not(.picker__table).docGrid tbody tr.highlighted input:focus,
table:not(.picker__table).mGrid tbody tr.highlighted input:focus,
table:not(.picker__table).mGridComposite tbody tr.highlighted input:focus,
table:not(.picker__table).docGrid tbody tr.on-edit input:focus,
table:not(.picker__table).mGrid tbody tr.on-edit input:focus,
table:not(.picker__table).mGridComposite tbody tr.on-edit input:focus,
table:not(.picker__table).docGrid tbody tr.highlighted input[type=text]:focus,
table:not(.picker__table).mGrid tbody tr.highlighted input[type=text]:focus,
table:not(.picker__table).mGridComposite tbody tr.highlighted input[type=text]:focus,
table:not(.picker__table).docGrid tbody tr.on-edit input[type=text]:focus,
table:not(.picker__table).mGrid tbody tr.on-edit input[type=text]:focus,
table:not(.picker__table).mGridComposite tbody tr.on-edit input[type=text]:focus,
table:not(.picker__table).docGrid tbody tr.highlighted select:focus,
table:not(.picker__table).mGrid tbody tr.highlighted select:focus,
table:not(.picker__table).mGridComposite tbody tr.highlighted select:focus,
table:not(.picker__table).docGrid tbody tr.on-edit select:focus,
table:not(.picker__table).mGrid tbody tr.on-edit select:focus,
table:not(.picker__table).mGridComposite tbody tr.on-edit select:focus {
  border-color: #000d42;
}
table:not(.picker__table).docGrid tbody tr.highlighted .custom-select:after,
table:not(.picker__table).mGrid tbody tr.highlighted .custom-select:after,
table:not(.picker__table).mGridComposite tbody tr.highlighted .custom-select:after,
table:not(.picker__table).docGrid tbody tr.on-edit .custom-select:after,
table:not(.picker__table).mGrid tbody tr.on-edit .custom-select:after,
table:not(.picker__table).mGridComposite tbody tr.on-edit .custom-select:after {
  color: #ccebff;
}
table:not(.picker__table).docGrid tbody tr.highlighted .action-buttons a,
table:not(.picker__table).mGrid tbody tr.highlighted .action-buttons a,
table:not(.picker__table).mGridComposite tbody tr.highlighted .action-buttons a,
table:not(.picker__table).docGrid tbody tr.on-edit .action-buttons a,
table:not(.picker__table).mGrid tbody tr.on-edit .action-buttons a,
table:not(.picker__table).mGridComposite tbody tr.on-edit .action-buttons a {
  color: #333333;
}
table:not(.picker__table).docGrid tbody tr.highlighted .action-buttons a:hover,
table:not(.picker__table).mGrid tbody tr.highlighted .action-buttons a:hover,
table:not(.picker__table).mGridComposite tbody tr.highlighted .action-buttons a:hover,
table:not(.picker__table).docGrid tbody tr.on-edit .action-buttons a:hover,
table:not(.picker__table).mGrid tbody tr.on-edit .action-buttons a:hover,
table:not(.picker__table).mGridComposite tbody tr.on-edit .action-buttons a:hover {
  color: rgba(64, 64, 64, 0.8);
}
table:not(.picker__table).docGrid tbody tr td,
table:not(.picker__table).mGrid tbody tr td,
table:not(.picker__table).mGridComposite tbody tr td {
  border-bottom: solid 1px #e2e6e6;
}
table:not(.picker__table).docGrid tbody tr td .action-buttons a,
table:not(.picker__table).mGrid tbody tr td .action-buttons a,
table:not(.picker__table).mGridComposite tbody tr td .action-buttons a {
  color: #000d42;
  font-size: 18px;
  width: 50%;
  float: left;
  text-align: center;
  pointer-events: inherit;
}
table:not(.picker__table).docGrid tbody tr td .action-buttons a:hover,
table:not(.picker__table).mGrid tbody tr td .action-buttons a:hover,
table:not(.picker__table).mGridComposite tbody tr td .action-buttons a:hover {
  color: #B0B19E;
}
table:not(.picker__table).docGrid tbody tr td .action-buttons.three-btn a,
table:not(.picker__table).mGrid tbody tr td .action-buttons.three-btn a,
table:not(.picker__table).mGridComposite tbody tr td .action-buttons.three-btn a {
  width: 33%;
}
table:not(.picker__table).docGrid tbody tr td .action-buttons.four-btn a,
table:not(.picker__table).mGrid tbody tr td .action-buttons.four-btn a,
table:not(.picker__table).mGridComposite tbody tr td .action-buttons.four-btn a {
  width: 25%;
}
table:not(.picker__table).docGrid tbody tr td .action-buttons.full-width a,
table:not(.picker__table).mGrid tbody tr td .action-buttons.full-width a,
table:not(.picker__table).mGridComposite tbody tr td .action-buttons.full-width a,
table:not(.picker__table).docGrid tbody tr td .action-buttons.one-btn a,
table:not(.picker__table).mGrid tbody tr td .action-buttons.one-btn a,
table:not(.picker__table).mGridComposite tbody tr td .action-buttons.one-btn a {
  width: 100%;
}
table:not(.picker__table).docGrid tbody tr td img,
table:not(.picker__table).mGrid tbody tr td img,
table:not(.picker__table).mGridComposite tbody tr td img {
  height: 20px;
  width: auto;
  display: block;
  text-align: center;
}
table:not(.picker__table).docGrid tbody tr td a,
table:not(.picker__table).mGrid tbody tr td a,
table:not(.picker__table).mGridComposite tbody tr td a {
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;
}
table:not(.picker__table).docGrid tfoot tr td,
table:not(.picker__table).mGrid tfoot tr td,
table:not(.picker__table).mGridComposite tfoot tr td {
  background-color: #549BE2;
  border-top: solid 4px #2881db;
  color: #fff;
  font-size: 10px;
}
table:not(.picker__table).docGrid tfoot select,
table:not(.picker__table).mGrid tfoot select,
table:not(.picker__table).mGridComposite tfoot select,
table:not(.picker__table).docGrid tfoot input[type=text],
table:not(.picker__table).mGrid tfoot input[type=text],
table:not(.picker__table).mGridComposite tfoot input[type=text] {
  background-color: #80b4e9;
  border-color: #80b4e9;
  color: #fff;
}
table:not(.picker__table).docGrid tfoot input[type=checkbox],
table:not(.picker__table).mGrid tfoot input[type=checkbox],
table:not(.picker__table).mGridComposite tfoot input[type=checkbox],
table:not(.picker__table).docGrid tfoot input[type=radio],
table:not(.picker__table).mGrid tfoot input[type=radio],
table:not(.picker__table).mGridComposite tfoot input[type=radio] {
  width: 100%;
  text-align: center;
}
table:not(.picker__table).docGrid tfoot input[type=checkbox]:after,
table:not(.picker__table).mGrid tfoot input[type=checkbox]:after,
table:not(.picker__table).mGridComposite tfoot input[type=checkbox]:after,
table:not(.picker__table).docGrid tfoot input[type=radio]:after,
table:not(.picker__table).mGrid tfoot input[type=radio]:after,
table:not(.picker__table).mGridComposite tfoot input[type=radio]:after {
  color: #fff;
}
table:not(.picker__table).docGrid tfoot .custom-select:after,
table:not(.picker__table).mGrid tfoot .custom-select:after,
table:not(.picker__table).mGridComposite tfoot .custom-select:after {
  color: #2275c8;
}
table:not(.picker__table).docGrid tbody tr td input[type=text],
table:not(.picker__table).mGrid tbody tr td input[type=text],
table:not(.picker__table).mGridComposite tbody tr td input[type=text] {
  padding: 2px 4px;
  font-size: 10px;
}
table:not(.picker__table).docGrid tbody tr td input[type=checkbox],
table:not(.picker__table).mGrid tbody tr td input[type=checkbox],
table:not(.picker__table).mGridComposite tbody tr td input[type=checkbox],
table:not(.picker__table).docGrid tbody tr td input[type=radio],
table:not(.picker__table).mGrid tbody tr td input[type=radio],
table:not(.picker__table).mGridComposite tbody tr td input[type=radio] {
  width: 100%;
  text-align: center;
}
table:not(.picker__table).docGrid tbody tr td input[readonly],
table:not(.picker__table).mGrid tbody tr td input[readonly],
table:not(.picker__table).mGridComposite tbody tr td input[readonly],
table:not(.picker__table).docGrid tbody tr td input[readonly=readonly],
table:not(.picker__table).mGrid tbody tr td input[readonly=readonly],
table:not(.picker__table).mGridComposite tbody tr td input[readonly=readonly],
table:not(.picker__table).docGrid tbody tr td select[readonly],
table:not(.picker__table).mGrid tbody tr td select[readonly],
table:not(.picker__table).mGridComposite tbody tr td select[readonly],
table:not(.picker__table).docGrid tbody tr td select[readonly=readonly],
table:not(.picker__table).mGrid tbody tr td select[readonly=readonly],
table:not(.picker__table).mGridComposite tbody tr td select[readonly=readonly] {
  color: #333333;
  font-size: 12px;
  cursor: text;
}
table:not(.picker__table).docGrid {
  margin-top: 30px;
  margin-bottom: 30px;
}
table:not(.picker__table).docGrid tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
table:not(.picker__table).docGrid tbody tr td input[disabled],
table:not(.picker__table).docGrid tbody tr td select[disabled],
table:not(.picker__table).docGrid tbody tr td input[disabled=disabled],
table:not(.picker__table).docGrid tbody tr td select[disabled=disabled] {
  color: #333333;
}
table:not(.picker__table).docGrid tbody tr td .custom-select.small select {
  height: 25px;
  line-height: 17px;
}
table:not(.picker__table).docGrid tbody tr td .custom-select.small:after {
  color: #333333;
  margin-top: -4px;
}
table:not(.picker__table).mGrid tbody tr td input[type=text] {
  background-color: transparent;
  border: none;
}
table:not(.picker__table).mGrid tbody tr td input[type=text].edit-mode {
  border: solid 2px #e6f5ff;
  color: #333333;
}
table:not(.picker__table).mGrid tbody tr td input[type=text].edit-mode:focus {
  background-color: #ffffff;
}
table:not(.picker__table).mGrid tbody tr td input[type=text].edit-mode.input-highlighted {
  border: solid 2px #0000cd;
  color: #333333;
}
table:not(.picker__table).totals thead tr.subhead,
table:not(.picker__table).summary thead tr.subhead {
  background-color: #999999;
}
table:not(.picker__table).totals thead tr.subhead td,
table:not(.picker__table).summary thead tr.subhead td {
  color: #fff;
}
table:not(.picker__table).totals tfoot tr {
  color: #000;
}
table:not(.picker__table).totals tfoot tr td {
  font-weight: bold;
}
table:not(.picker__table).doc-totals thead tr,
table:not(.picker__table).taxes thead tr {
  background-color: #00afe9;
}
table:not(.picker__table).doc-totals thead tr th[colspan],
table:not(.picker__table).taxes thead tr th[colspan] {
  text-align: center;
  color: #fff;
  border: none;
}
table:not(.picker__table).doc-totals thead tr td,
table:not(.picker__table).taxes thead tr td {
  padding: 3px 10px;
}
table:not(.picker__table).doc-totals thead tr.subtitles,
table:not(.picker__table).taxes thead tr.subtitles {
  background-color: #000d42;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  text-align: center;
}
table:not(.picker__table).doc-totals thead tr.subtitles td,
table:not(.picker__table).taxes thead tr.subtitles td {
  border-right: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
table:not(.picker__table).doc-totals thead tr.subtitles td:last-child,
table:not(.picker__table).taxes thead tr.subtitles td:last-child {
  border-right: none;
}
table:not(.picker__table).doc-totals tbody tr td,
table:not(.picker__table).taxes tbody tr td {
  font-weight: bold;
  padding: 10px;
  text-align: center;
  color: #5b6e6e;
  background-color: #f3f3f3;
}
table:not(.picker__table).frequency-days {
  margin: 15px 0;
}
table:not(.picker__table).frequency-days tbody tr:hover {
  background-color: transparent;
}
table:not(.picker__table).frequency-days tbody td {
  padding: 0;
}
table:not(.picker__table).frequency-days tbody td input[type=checkbox] + label {
  margin: 0 3px;
}
table:not(.picker__table)#RetainerDays {
  margin: 0;
}
table:not(.picker__table)#RetainerDays tr,
table:not(.picker__table)#RetainerDays td {
  background-color: transparent;
}
table:not(.picker__table)#RetainerDays td {
  padding: 0;
}
/**	
 * Block - Alert Box
 */
/* Alert Colors */
/* Text Color & Size */
/* Close Button */
/* Padding & Margin */
/* Border Style */
/* Border Colors */
/**
 * Alert Box Mixin
 */
/**
 * Alert Box
 */
.alert-box {
  /* 
	  Shared Styles
	  display: block;
	*/
  padding: 15px;
  margin: 0 0 20px 0;
  border-width: 1px;
  border-style: none;
  border-radius: 3px;
  font-size: 14px;
  transition: all 1s linear;
  /* 
	  Alert with Close Button
	  Default will show close button on right side 
	*/
  /* Default */
  color: #858585;
  border-color: #b8b8b8;
  background-color: #EBEBEB;
  /* Success */
  /* Info */
  /* Warning */
  /* Danger */
  /* Reset some elements */
}
.alert-box.with-close-btn {
  position: relative;
  padding-right: 30px;
}
.alert-box.with-close-btn .close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 14px;
  height: 14px;
  text-decoration: none;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
.alert-box.with-close-btn .close i {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 14px;
  text-align: center;
}
.alert-box.with-close-btn.on-left-side {
  padding-right: 15px;
  padding-left: 30px;
}
.alert-box.with-close-btn.on-left-side .close {
  left: 4px;
}
.alert-box .close {
  color: #858585;
}
.alert-box.success {
  color: #263608;
  border-color: #45620f;
  background-color: #84BB1C;
}
.alert-box.success .close {
  color: #263608;
}
.alert-box.info {
  color: #174e86;
  border-color: #1e68b2;
  background-color: #549BE2;
}
.alert-box.info .close {
  color: #174e86;
}
.alert-box.warning {
  color: #432901;
  border-color: #764701;
  background-color: #DB8402;
}
.alert-box.warning .close {
  color: #432901;
}
.alert-box.danger {
  color: #CC0000;
  border-color: #660000;
  background-color: #CC0000;
}
.alert-box.danger .close {
  color: #CC0000;
}
.alert-box.alert-error {
  color: #CC0000;
  border-color: #b8b8b8;
  background-color: #fff;
}
.alert-box.alert-error .close {
  color: #CC0000;
}
.alert-box p {
  margin: 0;
}
/** Exception 
  * NOTE: Dynamic Validation outputs error as a HTML List
*/
.alert-box i {
  margin-right: 5px;
  float: left;
  vertical-align: middle;
  line-height: 1.5em;
}
.alert-box ul {
  margin: 0;
  padding: 0;
}
.alert-box ul li {
  list-style: none;
  margin: 0 0 0 3px;
  padding: 0;
  display: inline-block;
}
/**
//
// Block - Dropdown
//

## Definition:
A dropdown allows a user to select a value from a series of options.

## Reference


## Usage


## HTML Markup Examples:
<div class="dropdown">
    <button class="button small info dropdown-toggle">
        <i class="fa fa-download"></i> Save As...
    </button>
    <nav class="dropdown-menu">
        <ul>
            <li>
                <a href="javascript:teste()">
                    <i class="far fa-file-pdf"></i>PDF Document
                </a>
            </li>
            <li>
                <a href="javascript:teste()">
                    <i class="fa fa-file-word-o"></i>Word Document
                </a>
            </li>
            <li>
                <a href="javascript:teste();">
                    <i class="far fa-file-excel"></i>Excel Document
                </a>
            </li>
        </ul>
    </nav>
</div>

## Emmet Snippet
.dropdown>button.button.small.dropdown-toggle>i.fa.fa-check+{Save}^nav.dropdown-menu>ul>li*5>a[href=#]{Link $}

**/
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown .dropdown-toggle:hover + .dropdown-menu,
.dropdown .dropdown-menu:hover {
  z-index: 99999;
}
.dropdown .dropdown-toggle + .dropdown-menu {
  top: 100%;
}
.dropdown .dropdown-toggle:hover + .dropdown-menu {
  display: block;
  visibility: visible;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  top: 100%;
}
.dropdown .dropdown-toggle:hover {
  outline: 0;
}
.dropdown .dropdown-menu {
  visibility: hidden;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 5px;
  transition: all 0.2s ease-in-out;
  padding-top: 7px;
  z-index: -1;
}
.dropdown .dropdown-menu.dropdown-left {
  right: 5px;
  left: inherit;
}
.dropdown .dropdown-menu.dropdown-left:before {
  left: inherit;
  right: 5px;
  float: right;
}
.dropdown .dropdown-menu:before {
  display: block;
  position: relative;
  width: 12px;
  height: 7px;
  line-height: 7px;
  bottom: 0;
  left: 5px;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0d8";
  z-index: 100;
}
.dropdown .dropdown-menu:hover {
  display: block;
  visibility: visible;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  overflow: inherit;
}
.dropdown .dropdown-menu ul {
  margin: 0;
  padding: 0;
  border-radius: 3px;
  list-style: none;
  padding: 3px 0;
}
.dropdown .dropdown-menu ul li {
  transition: all 0.2s ease-in-out;
}
.dropdown .dropdown-menu ul li:last-child {
  border-bottom: none;
}
.dropdown .dropdown-menu ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown .dropdown-menu ul li a:active {
  transition: none;
}
.dropdown .dropdown-menu ul li a i {
  margin-right: 5px;
}
.dropdown .dropdown-menu:before {
  color: #bfbfbf;
  color: #fff;
}
.dropdown .dropdown-menu ul {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  background-color: #bfbfbf;
  background-color: #fff;
}
.dropdown .dropdown-menu ul li {
  border-bottom: solid 1px #bfbfbf;
}
.dropdown .dropdown-menu ul li:last-child {
  border-bottom: none;
}
.dropdown .dropdown-menu ul li a {
  background-color: #FFF;
  color: #000;
}
.dropdown .dropdown-menu ul li a:hover {
  background-color: #d6f2fb;
}
.dropdown .dropdown-menu ul li a:active {
  background-color: #000;
}
.dropdown .dropdown-menu.dropdown-white:before {
  color: #fff;
}
.dropdown .dropdown-menu.dropdown-white ul {
  background-color: #fff;
}
.dropdown .dropdown-menu.dropdown-white ul li {
  border-bottom: solid 1px #e2e6e6;
}
.dropdown .dropdown-menu.dropdown-white ul li:last-child {
  border-bottom: none;
}
.dropdown .dropdown-menu.dropdown-white ul li a {
  background-color: #fff;
  color: #000;
}
.dropdown .dropdown-menu.dropdown-white ul li a:hover {
  background-color: #e2e6e6;
  color: #000;
}
.dropdown .dropdown-menu.dropdown-white ul li a:active {
  background-color: #c6cfcf;
}
.grid-filter {
  margin-bottom: 15px;
}
.grid-filter .input-group {
  display: inline-block;
  margin: 0 3px 10px 0;
}
.grid-filter .input-group:last-child {
  margin-right: 0;
}
.grid-filter .input-group.button-appended input[type=text] {
  width: 200px;
  padding-right: 30px;
}
.grid-filter .input-group.button-appended input[type=submit] {
  height: 34px;
  width: 40px;
  cursor: pointer;
}
.grid-filter .custom-select {
  width: inherit;
  display: inline-block;
}
.grid-filter .custom-select select {
  width: 100px;
}
.grid-filter.long-inputs .custom-select select {
  width: 150px;
}
.pagination {
  margin-top: 15px;
  float: left;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.pagination ul li {
  display: inline-block;
  line-height: 30px;
  margin-right: 5px;
  font-size: 10px;
  color: #738989;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pagination ul li:last-child {
  margin: 0;
}
.pagination ul a,
.pagination ul button,
.pagination ul input[type=submit] {
  text-decoration: none;
  border: 0;
}
.pagination ul a.previous,
.pagination ul button.previous,
.pagination ul input[type=submit].previous,
.pagination ul a.next,
.pagination ul button.next,
.pagination ul input[type=submit].next {
  display: block;
  width: 25px;
  height: 25px;
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 15px;
  color: #fff;
  background-color: #00afe9;
  padding: 5px;
}
.pagination ul a.previous:hover,
.pagination ul button.previous:hover,
.pagination ul input[type=submit].previous:hover,
.pagination ul a.next:hover,
.pagination ul button.next:hover,
.pagination ul input[type=submit].next:hover {
  background-color: #000d42;
}
.pagination ul a.previous:after,
.pagination ul button.previous:after,
.pagination ul input[type=submit].previous:after,
.pagination ul a.next:after,
.pagination ul button.next:after,
.pagination ul input[type=submit].next:after {
  color: #fff;
}
.pagination ul a.previous:after,
.pagination ul button.previous:after,
.pagination ul input[type=submit].previous:after {
  content: "\f053";
}
.pagination ul a.next:after,
.pagination ul button.next:after,
.pagination ul input[type=submit].next:after {
  content: "\f054";
}
.pagination .n-record,
.pagination .x-page,
.pagination .of-total {
  display: inline-block;
  padding: 0px 2px;
  text-align: center;
  font-size: 12px;
  border: 0;
  line-height: 20px;
  border-radius: 5px;
  vertical-align: middle;
}
.pagination .n-record,
.pagination .x-page,
.pagination .of-total,
.pagination .n-record:focus,
.pagination .x-page:focus,
.pagination .of-total:focus {
  color: #738989;
  background-color: #e2e6e6;
}
.pagination .n-record,
.pagination .x-page {
  font-weight: bold;
}
.pagination .n-record {
  width: 50px;
  height: 20px;
}
.pagination .x-page {
  width: 30px;
  height: 20px;
}
.pagination .of-total {
  width: 25px;
  height: 20px;
}
.pagination .of-total,
.pagination .of-total:focus {
  background-color: transparent;
}
.pagination .results-per-page {
  margin-right: 10px;
  display: inline-block;
  width: 50px;
}
.pagination.aligned-right {
  float: right;
}
/**

//
// Block - Panel
//

## Definition:
A small box that appears somewhere on your application to give you a message or information
about something important.
You can use this block for general, success, warning and error messages.

## Reference
Available Colors - .success | .info | .warning | .danger
Available Types - .with-close-btn
Available Position (only for close button, default is on right side) - .on-left-side

## Usage

## HTML Markup Examples:
# Default
<div class="panel">
	<div class="panel-header">
		Panel Header
	</div>
	<div class="panel-content">
		Panel Content
	</div>
</div>


## Emmet snippets (Copy/Paste & Tab It)
.panel>.panel-header>{Panel Header}+^.panel-content{Panel Content}

**/
.panel {
  display: block;
  width: 100%;
  background-color: transparent;
  position: relative;
}
.panel .panel-header {
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  font-family: 'Open Sans';
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  padding: 10px 20px;
  background-color: #000d42;
  border-bottom: solid 3px #cccccc;
  color: #FFFFFF;
}
.panel .panel-content {
  font-family: 'Open Sans', sans-serif;
  border-radius: 0px 0px 5px 5px;
  padding: 30px;
  color: #00afe9;
  background-color: #FFF;
}
.panel.success .panel-header {
  background-color: #84BB1C;
  border-bottom: solid 3px #45620f;
  color: #45620f;
}
.panel.success .panel-content {
  color: #00afe9;
  background-color: #FFF;
}
.panel.info .panel-header {
  background-color: #549BE2;
  border-bottom: solid 3px #1e68b2;
  color: #1e68b2;
}
.panel.info .panel-content {
  color: #00afe9;
  background-color: #FFF;
}
.panel.danger .panel-header {
  background-color: #CC0000;
  border-bottom: solid 3px #660000;
  color: #660000;
}
.panel.danger .panel-content {
  color: #00afe9;
  background-color: #FFF;
}
.panel.orange .panel-header,
.panel.warning .panel-header {
  background-color: #DB8402;
  border-bottom: solid 3px #764701;
  color: #764701;
}
.panel.orange .panel-content,
.panel.warning .panel-content {
  color: #00afe9;
  background-color: #FFF;
}
.panel.large .panel-header {
  font-size: 28px;
  line-height: 28px;
  padding: 20px 40px;
}
.panel.large .panel-content {
  padding: 40px;
}
.panel.small .panel-header {
  font-size: 16px;
  line-height: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.panel.small .panel-content {
  padding: 20px;
}
.section-title {
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: #00afe9 solid 2px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 30px;
}
.section-title i {
  display: inline-block;
  margin-right: 10px;
}
/*

// Markup Example

<div class="totals"
	<div class="total-block">
		<div class="total-type">
			(Key)
		</div>
		<div class="total-amount">
			(Value)
		</div>
	</div>
	(...)
</div>

*/
.totals + .totals {
  margin-left: 5px;
}
.totals {
  padding: 10px;
  background-color: #e2e6e6;
  display: inline-block;
  border-radius: 5px;
  border: #c6cfcf solid 1px;
  margin-bottom: 15px;
}
.totals.totals-darker {
  background-color: #5b6e6e;
  border-color: #445252;
}
.totals.totals-darker .total-block .total-type,
.totals.totals-darker .total-block .total-amount,
.totals.totals-darker .total-block .total-type input,
.totals.totals-darker .total-block .total-amount input {
  color: #e2e6e6;
}
.totals .total-block {
  display: inline-block;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: #c6cfcf solid 1px;
  width: auto;
}
.totals .total-block:last-child {
  margin: 0;
  padding: 0;
  border-right: 0;
}
.totals .total-block .total-type,
.totals .total-block .total-amount,
.totals .total-block .total-type input,
.totals .total-block .total-amount input {
  color: #5b6e6e;
  font-weight: bold;
}
.totals .total-block .total-type input,
.totals .total-block .total-amount input {
  background-color: transparent;
}
.totals .total-block .total-type {
  text-transform: uppercase;
  font-size: 9px;
  line-height: 10px;
  margin-bottom: 3px;
}
.totals .total-block .total-amount,
.totals .total-block .total-amount input {
  font-size: 16px;
  line-height: 16px;
}
.totals input {
  margin: 0;
  padding: 0;
  border: none;
}
/*

// Markup Example

<div class="client-info">
	<div class="info-block">
		<div class="info-row">	
			<div class="info-title">
				(Key)
			</div>
			<div class="info-value">
				(Value)
			</div>
		´</div>
	</div>
	(...)
</div>

*/
.totals + .entity-info {
  margin-left: 10px;
}
.entity-info {
  padding: 10px;
  background-color: #e2e6e6;
  display: inline-block;
  border-radius: 5px;
  border: #c6cfcf solid 1px;
  margin-bottom: 15px;
}
.entity-info .info-block {
  display: inline-block;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: #c6cfcf solid 1px;
}
.entity-info .info-block .info-row:first-child {
  margin-bottom: 3px;
}
.entity-info .info-block .info-row .info-title,
.entity-info .info-block .info-row .info-value {
  line-height: 13px;
  float: left;
  font-weight: bold;
}
.entity-info .info-block .info-row .info-title {
  width: 85px;
  text-transform: uppercase;
  font-size: 9px;
  color: #5b6e6e;
}
.entity-info .info-block .info-row .info-value {
  color: #445252;
  font-size: 13px;
}
.entity-info .info-block:last-child {
  margin: 0;
  padding: 0;
  border-right: 0;
}
.window-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.window-overlay .overlay-content  {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.window-overlay.hide-overlay  {
    visibility: hidden;
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity = (0));
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.window-overlay.show-overlay  {
    visibility: visible;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity = (100));
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.popup-window {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  touch-action: none;
}
.popup-window .popup-window-group-content {
  margin-top: 15px;
}
.popup-window .popup-window-group-content:first-child {
  margin-top: 0;
}
.popup-window .popup-window-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}
.popup-window .popup-window-footer {
  margin-top: 15px;
  text-align: left;
}
/**
 * Spinner
 */
.spinner {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.spinner-message {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/**

//
// Components - Tab
//

Definition:
Tab is a graphical control element that allows multiple documents or panels to be contained within a single window,
using tabs as a navigational widget for switching between sets of documents.
It is an interface style most commonly associated with web browsers, web applications, text editors, and preference panes.


//
// Reference
//

Available Colors - primary | secondary | success | info | warning | danger
Available Sizes - large | small | xsmall


//
// HTML Markup Examples:
//

// Defaults
<div class="tabs [color] [size]">
	<ul class="tab-links">
		<li><a href="#" class="active">Active Tab</a></li>
		<li><a href="#">Tab</a></li>
		<li><a href="#">Tab</a></li>
		<li><a href="#">Tab</a></li>
		<li><a href="#">Tab</a></li>
	</ul>
	<div class="tab-content">
		<div class="tab-panel active">Active Tab Content</div>
		<div class="tab-panel">Tab Content</div>
		<div class="tab-panel">Tab Content</div>
		<div class="tab-panel">Tab Content</div>
		<div class="tab-panel">Tab Content</div>
	</div>
</div>


//
// Emmet snippet examples
// For Emmet Lover's, just copy and paste the bellow snippets:
//

.tabs>ul.tab-links>li>a[href=#][data-tab-content=tab-$].active{Active Tab}+^li*4>a[href=#][data-tab-content=tab-$@2]{Tab}^^+.tab-content>.tab-panel.active[id=tab-$]{Active Tab Content $}+.tab-panel[id=tab-$@2]{Tab Content $@2}*4

**/
.tabs .tab-links {
  margin: 0;
  padding: 0;
}
.tabs .tab-links li {
  display: inline-block;
}
.tabs .tab-links li a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.tabs .tab-content .tab-panel {
  display: none;
}
.tabs .tab-content .tab-panel.active {
  display: block;
}
.tabs .tab-links a {
  line-height: 22px;
  font-size: 16px;
  padding: 8px 16px;
}
.tabs .tab-content {
  padding: 16px;
}
.tabs .tab-content .tab-panel.active {
  font-size: 14px;
}
.tabs .tab-links a {
  color: #787878;
  background-color: #FFFFFF;
}
.tabs .tab-links a:hover {
  background-color: #D6F2FB;
}
.tabs .tab-links a:active {
  background-color: #bfbfbf;
  transition: none;
}
.tabs .tab-links a.active {
  color: #787878;
  background-color: #FFFFFF;
}
.tabs .tab-content {
  background-color: #FFFFFF;
}
.tabs .tab-content .tab-panel.active {
  color: #787878;
}
.tabs.large .tab-links a {
  line-height: 24px;
  font-size: 18px;
  padding: 10px 20px;
}
.tabs.large .tab-content {
  padding: 20px;
}
.tabs.large .tab-content .tab-panel.active {
  font-size: 16px;
}
.tabs.small .tab-links a {
  line-height: 20px;
  font-size: 14px;
  padding: 4px 10px;
}
.tabs.small .tab-content {
  padding: 10px;
}
.tabs.small .tab-content .tab-panel.active {
  font-size: 12px;
}
.tabs.xsmall .tab-links a {
  line-height: 18px;
  font-size: 12px;
  padding: 2px 5px;
}
.tabs.xsmall .tab-content {
  padding: 5px;
}
.tabs.xsmall .tab-content .tab-panel.active {
  font-size: 10px;
}
.tabs.success .tab-links a {
  color: #FFFFFF;
  background-color: #84BB1C;
}
.tabs.success .tab-links a:hover {
  background-color: #557812;
}
.tabs.success .tab-links a:active {
  background-color: #364c0b;
  transition: none;
}
.tabs.success .tab-links a.active {
  color: #787878;
  background-color: #FFFFFF;
}
.tabs.success .tab-content {
  background-color: #FFFFFF;
}
.tabs.success .tab-content .tab-panel.active {
  color: #787878;
}
.tabs.info .tab-links a {
  color: #FFFFFF;
  background-color: #549BE2;
}
.tabs.info .tab-links a:hover {
  background-color: #2275c8;
}
.tabs.info .tab-links a:active {
  background-color: #1a5b9c;
  transition: none;
}
.tabs.info .tab-links a.active {
  color: #FFFFFF;
  background-color: red;
}
.tabs.info .tab-content {
  background-color: red;
}
.tabs.info .tab-content .tab-panel.active {
  color: #FFFFFF;
}
.tabs.warning .tab-links a {
  color: #FFFFFF;
  background-color: #DB8402;
}
.tabs.warning .tab-links a:hover {
  background-color: #8f5601;
}
.tabs.warning .tab-links a:active {
  background-color: #5d3801;
  transition: none;
}
.tabs.warning .tab-links a.active {
  color: #FFFFFF;
  background-color: #8f5601;
}
.tabs.warning .tab-content {
  background-color: #8f5601;
}
.tabs.warning .tab-content .tab-panel.active {
  color: #FFFFFF;
}
.tabs.danger .tab-links a {
  color: #FFFFFF;
  background-color: #CC0000;
}
.tabs.danger .tab-links a:hover {
  background-color: #800000;
}
.tabs.danger .tab-links a:active {
  background-color: #4d0000;
  transition: none;
}
.tabs.danger .tab-links a.active {
  color: #FFFFFF;
  background-color: #800000;
}
.tabs.danger .tab-content {
  background-color: #800000;
}
.tabs.danger .tab-content .tab-panel.active {
  color: #FFFFFF;
}
.tabs.primary .tab-links a {
  color: #FFFFFF;
  background-color: #00afe9;
}
.tabs.primary .tab-links a:hover {
  background-color: #1a1a1a;
}
.tabs.primary .tab-links a:active {
  background-color: #000000;
  transition: none;
}
.tabs.primary .tab-links a.active {
  color: #FFFFFF;
  background-color: #1a1a1a;
}
.tabs.primary .tab-content {
  background-color: #1a1a1a;
}
.tabs.primary .tab-content .tab-panel.active {
  color: #FFFFFF;
}
.tabs.secondary .tab-links a {
  color: #FFFFFF;
  background-color: #3E3E3E;
}
.tabs.secondary .tab-links a:hover {
  background-color: #181818;
}
.tabs.secondary .tab-links a:active {
  background-color: #000000;
  transition: none;
}
.tabs.secondary .tab-links a.active {
  color: #FFFFFF;
  background-color: #181818;
}
.tabs.secondary .tab-content {
  background-color: #181818;
}
.tabs.secondary .tab-content .tab-panel.active {
  color: #FFFFFF;
}
.modal-overlay {
  background-color: #000;
  -webkit-opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.modal-popup {
  background-color: #fff;
  width: 300px;
  border: 3px solid #00afe9;
  border-radius: 5px;
  padding: 0;
}
.modal-popup .header {
  background-color: #00afe9;
  height: 30px;
  color: White;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-popup .body {
  padding: 10px;
  min-height: 50px;
  text-align: center;
  font-weight: bold;
}
.modal-popup .footer {
  padding: 6px;
}
.modal-popup .yes,
.modal-popup .no {
  color: White;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
}
.modal-popup .yes {
  background-color: #B0B19E;
  border: 1px solid #0DA9D0;
}
.modal-popup .no {
  background-color: #9F9F9F;
  border: 1px solid #5C5C5C;
}
.tooltip,
[data-tooltip] {
  cursor: pointer;
  position: relative;
}
.tooltip:before,
[data-tooltip]:before {
  background: transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  border: 6px solid transparent;
  content: "";
  margin-bottom: -12px;
  margin-left: -6px;
  z-index: 1001;
}
.tooltip:after,
[data-tooltip]:after {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  margin-left: -50px;
  padding: 8px;
  min-width: 100px;
  z-index: 1000;
  border-radius: 5px;
}
.tooltip:after,
[data-tooltip]:after,
.tooltip:before,
[data-tooltip]:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s, -webkit-transform 0.2s;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}
.tooltip:hover:before,
[data-tooltip]:hover:before,
.tooltip:focus:before,
[data-tooltip]:focus:before,
.tooltip:hover:after,
[data-tooltip]:hover:after,
.tooltip:focus:after,
[data-tooltip]:focus:after {
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.tooltip:before,
.tooltip-top:before,
[data-tooltip]:before,
.tooltip:after,
.tooltip-top:after,
[data-tooltip]:after {
  bottom: 100%;
  left: 50%;
}
.tooltip-top:before {
  border-top-color: rgba(0, 0, 0, 0.8);
  margin-bottom: -12px;
  margin-left: -6px;
}
.tooltip-top:after {
  margin-left: -50px;
}
[data-tooltip]:hover:before,
.tooltip:hover:before,
.tooltip-top:hover:before,
[data-tooltip]:focus:before,
.tooltip:focus:before,
.tooltip-top:focus:before,
[data-tooltip]:hover:after,
.tooltip:hover:after,
.tooltip-top:hover:after,
[data-tooltip]:focus:after,
.tooltip:focus:after,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
.tooltip-left:before {
  border-left-color: rgba(0, 0, 0, 0.8);
  border-top-color: transparent;
  bottom: 50%;
  left: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -12px;
  right: 100%;
  top: 3px;
}
.tooltip-left:after {
  bottom: 50%;
  left: auto;
  margin-bottom: -16px;
  margin-left: 0;
  right: 100%;
}
.tooltip-left:hover:before,
.tooltip-left:focus:before,
.tooltip-left:hover:after,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}
.tooltip-bottom:before {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-top-color: transparent;
  bottom: auto;
  left: 50%;
  margin-bottom: 0;
  margin-top: -12px;
  top: 100%;
}
.tooltip-bottom:after {
  bottom: auto;
  left: 50%;
  top: 100%;
}
.tooltip-bottom:hover:before,
.tooltip-bottom:focus:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.tooltip-right:before {
  border-right-color: rgba(0, 0, 0, 0.8);
  bottom: 50%;
  left: 100%;
  margin-bottom: 0;
  margin-left: -12px;
  top: 3px;
}
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
  margin-bottom: -16px;
  margin-left: 0;
}
.tooltip-right:hover:before,
.tooltip-right:focus:before,
.tooltip-right:hover:after,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
.main-header {
  background: #FFFFFF;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.main-header .top-area {
  padding: 15px 0px 15px 0px;
  display: block;
}
    .main-header .top-area .brand {
        float: left;
        background: url("../images/Logo-azul-Preto-800.png") no-repeat 0 0;
        display: block;
        width: 180px;
        height: 40px;
        background-size: 135px;
        margin-left: 15px;
        margin-top: 7px;
        /*float: left;
        background: url("../images/Logo-azul-Preto-800.png") no-repeat 0 0;
        display: block;
        width: 180px;
        height: 60px;
        background-size: 130px;
        margin-left: 30px;
        margin-top: 5px;*/
    }
    .main-header .top-area .account-area {
        display: block;
        float: right;
        margin-right: 15px;
        margin-top: 5px;
    }
.main-header .tabs.main-nav .tab-links a {
  color: #000;
  background-color: #fff;
}
.main-header .tabs.main-nav .tab-links a:hover {
  background-color: #D6F2FB;
}
.main-header .tabs.main-nav .tab-links a:active {
  background-color: #bfbfbf;
  transition: none;
}
.main-header .tabs.main-nav .tab-links a.active {
  color: #00AFE9;
  background-color: #000D42;
}
.main-header .tabs.main-nav .tab-content {
  background-color: #000D42;
}
.main-header .tabs.main-nav .tab-content .tab-panel.active {
  color: #00AFE9;
}
.main-header .tabs.main-nav .tab-links {
  margin-left: -30px; /*Pus eu*/
  float: left;
}
.main-header .tabs.main-nav .tab-links li {
  margin-right: 5px;
  float: left;
}
.main-header .tabs.main-nav .tab-links li a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 12px 15px;
}
.main-header .tabs.main-nav .tab-links li a i,
.main-header .tabs.main-nav .tab-links li a span {
  margin-right: 3px;
}
.main-header .tabs.main-nav .tab-links li a.active {
  box-shadow: -1px -2px 5px 2px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}
    .main-header .tabs.main-nav .tab-content {
        padding: 15px;
        min-height: 65px;
        margin-top: 16px;
    }
.main-header .tabs.main-nav ul.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .tabs.main-nav ul.submenu li {
  display: inline-block;
  margin-right: 30px;
}
.main-header .tabs.main-nav ul.submenu li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  display: block;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.main-header .tabs.main-nav ul.submenu li a i {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  font-size: 14px;
}
.main-header .tabs.main-nav ul.submenu li a.active,
.main-header .tabs.main-nav ul.submenu li a:hover {
  color: #00AFE9;
  padding: 0;
}
.main-header .tabs.main-nav ul.submenu li a.active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.main-header .tabs.main-nav ul.submenu li:last-child {
  margin-right: 0;
}
.main-header .tabs.main-nav ul.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .tabs.main-nav ul.breadcrumb li {
  display: inline;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}
.main-header .tabs.main-nav ul.breadcrumb li:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  margin-left: 10px;
  display: inline-block;
  width: 10px;
  text-align: center;
}
.main-header .tabs.main-nav ul.breadcrumb li:last-child {
  font-weight: 700;
}
.main-header .tabs.main-nav ul.breadcrumb li:last-child:after {
  content: "";
}
.main-actions {
  margin: 0px 0px 15px 0px;
}
.main-actions .button {
  min-width: 100px;
}
.main-content {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 15px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.login-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/Registo-002.jpg) top center no-repeat fixed;
  background-size: cover;
}
.login-wrapper .language {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.login-wrapper .language .current-language {
  float: left;
  line-height: 40px;
  margin-right: 10px;
  font-weight: 600;
  color: #FFFFFF;
}
.login-wrapper .language .dropdown-toggle {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
}
.login-wrapper .language .dropdown-toggle:hover {
  color: rgba(64, 64, 64, 0.5);
}
.login-wrapper .login-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.login {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 1050px;
  margin-top: -125px;
  margin-left: -450px;
  border-radius: 5px;
  padding: 30px;
}
.login .login-logo,
.login .login-form {
  float: left;
}
.login .login-logo {
  display: none;
  width: 290px;
  height: 190px;
  margin-right: 60px;
  
}
.login .login-form {
  display: block;
  width: 390px;
  height: 190px;
}
.login .alert-box {
  margin-bottom: 20px;
  display: none;
}
.login .alert-box,
.login .alert-box a {
  color: #fff;
}
.login span,
.login p,
.login a {
  color: #333333;
}
.configuration .panels {
  margin-bottom: 30px;
}
.configuration .panels:last-child {
  margin-bottom: 0;
}
.configuration .panels .panel .panel-inner {
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.configuration .panels .panel .panel-header {
  border-top: solid 2px #D6F2FB;
}
.configuration .panels .panel .panel-content {
  border: solid 1px #D6F2FB;
  border-top: 0;
  border-radius: 0;
}
.configuration .config-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.configuration .config-links li {
  line-height: 26px;
  display: block;
  border-bottom: solid 1px #e6e6e6;
  transition: all 0.2s ease-in-out;
}
.configuration .config-links li:last-child {
  border-bottom: none;
}
.configuration .config-links li:hover {
  background-color: #f2f2f2;
  color: #000;
}
.configuration .config-links li:hover a:before {
  content: "\f111";
  font-weight: 900;
}
.configuration .config-links li:active {
  transition: none;
  background-color: #e6e6e6;
}
.configuration .config-links li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.configuration .config-links li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  font-weight: 400;
  margin: 0px 10px;
}
@media (max-width: 991px) {
  .configuration .panels {
    margin-bottom: 15px;
  }
  .configuration .panels:last-child {
    margin-bottom: 0;
  }
  .configuration .panels .panel {
    margin: 0 0 15px 0;
  }
  .configuration .panels .panel:last-child {
    margin-bottom: 0;
  }
}
/* ==========================================================================
   $BASE-PICKER 1
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 300px;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #8ea1a1;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
/* ==========================================================================
   $BASE-DATE-PICKER 2
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 16px;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 12px;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.picker__year {
  color: #999;
  font-size: 12px;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  height: 32px;
  padding: 8px;
  margin-left: 4px;
  margin-right: 4px;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -8px;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
  border: none;
  background-color: transparent;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #8ea1a1;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 8px 14px;
  width: 16px;
  height: 16px;
  box-sizing: content-box;
  top: -4px;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -5px;
  }
}
.picker__nav--prev {
  left: -16px;
  padding-right: 14px;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 24px;
  }
}
.picker__nav--next {
  right: -16px;
  padding-left: 14px;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 24px;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 10px solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #e2e6e6;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 8px;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 12px;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 12px;
  padding: 10px 0;
  color: #999;
  font-weight: 700;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 8px;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 8px solid #0059bc;
  border-left: 8px solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus,
.picker__day--outfocus {
  padding: 3px 0;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #e2e6e6;
}
.picker__day--highlighted {
  border-color: #8ea1a1;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #e2e6e6;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #8ea1a1;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 12px;
  padding: 10px 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #e2e6e6;
  border-bottom-color: #e2e6e6;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #e2e6e6;
  border-color: #8ea1a1;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 7px;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 10px solid #0059bc;
  border-left: 10px solid transparent;
}
.picker__button--clear:before {
  top: -4px;
  width: 10px;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  vertical-align: top;
  font-size: 16px;
  margin-right: 5px;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
/*!
 * Classic picker styling for pickadate.js 3
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
          transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
          transform: translateY(0) perspective(600px) rotateX(0);
  transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
.picker__holder select {
  border: none;
  display: inline-block;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
}
.autocomplete-suggestions {
  border: 1px solid #fff;
  background: #fff;
  cursor: default;
  overflow: auto;
  box-shadow: 0px 3px 10px 0 rgba(142, 161, 161, 0.8);
}
.autocomplete-suggestions .autocomplete-suggestion,
.autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 3px 5px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  white-space: nowrap;
  overflow: hidden;
  color: #738989;
  border-bottom: solid 1px #e2e6e6;
}
.autocomplete-suggestions .autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #B0B19E;
  color: #fff;
  border-bottom: solid 1px #808168;
}
.autocomplete-suggestions strong {
  font-weight: bold;
}
.autocomplete-suggestions .autocomplete-group {
  padding: 3px 5px;
}
.autocomplete-suggestions .autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
/**

//
// Layout - Grid
//



## Author:    normalize.css
## Version:   v3.3.4
## Website:   http://getbootstrap.com/
## Git:       https://github.com/twbs/bootstrap/
## Licence:   MIT License

##Definition:
Grid systems are used for creating page layouts through a series of rows and columns
that house your content.


//
// HTML Markup Examples:
//

<div class="row">
  <div class="col-md-8">
    .col-md-8
    <div class="row">
      <div class="col-md-6">.col-md-6</div>
      <div class="col-md-6">.col-md-6</div>
  </div>
  </div>
  <div class="col-md-4">.col-md-4</div>
</div>

**/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height:22px;  /*Pus eu*/
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  height:auto;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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 {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f571";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}


.signup-wrapper{
overflow-x: hidden;
}

.signup-banner{
height: 100vh;
    position: fixed;
    width: 50%;
}
.signup-banner img{
height: 100%;}

.signup-form__wrapper{
padding: 24px 50px;
}

.signup-form__wrapper .login-logo{
	max-width: 350px;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom:auto;
}

.signup-form__wrapper form .col-12{
padding:0px 15px;
height:auto;
}

.signup-info p{
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
line-height: 40px;
}

.signup-form__wrapper .d-custom-flex{
display: flex;
}
.signup-form__wrapper .custom-select {
    height: auto;
    margin-bottom: 15px;
}
	.custom_wCol{
width: 50%;
padding: 0px 15px;
}

.signup_box input:active + label{
background-color: #fff !important;
}

.signup_box input[type=text].large, .signup_box input[type=datetime-local].large, .signup_box input[type=number].large, .signup_box input[type=password].large, .signup_box input[type=submit].large, .signup_box .picker.large, .signup_box select.large, .signup_box textarea.large {

    font-size: 12px;
line-height: 10px;
}

.signup_box input[type=text].large + label{ 
padding: 3px 10px;
background: #fff !important;
}

.signup_box input[type=password].large + label{ 
padding: 3px 10px;
background: #fff !important;
}

.signup_box input{
border-color: #000d42;
}

@media (max-width: 1199.98px) {
	.tab_none{
	display: none;
}
}


@media (max-width: 575.98px) {

.signup-form__wrapper {
    padding: 24px 20px;
}
.signup-info p {
    font-size: 13px;
}

.signup_box .input-group input[type=checkbox] + label{
line-height: 12px;
}

}

.input-group-login {
padding-top: 15px;
}







