/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(ifx.css);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

.with-padding {
  padding: 15px !important; }

.with-margin {
  margin: 15px !important; }

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

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-border {
  border: 0;
  border-radius: 0; }

.m-0 {
  margin: 0px; }

.m-5 {
  margin: 5px; }

.m-10 {
  margin: 10px; }

.m-15 {
  margin: 15px; }

.m-20 {
  margin: 20px; }

.m-25 {
  margin: 25px; }

.m-30 {
  margin: 30px; }

.m-35 {
  margin: 35px; }

.m-40 {
  margin: 40px; }

.m-45 {
  margin: 45px; }

.m-50 {
  margin: 50px; }

.p-0 {
  padding: 0px; }

.p-5 {
  padding: 5px; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-25 {
  padding: 25px; }

.p-30 {
  padding: 30px; }

.p-35 {
  padding: 35px; }

.p-40 {
  padding: 40px; }

.p-45 {
  padding: 45px; }

.p-50 {
  padding: 50px; }

.mg-t-0 {
  margin-top: 0px; }

.mg-t-5 {
  margin-top: 5px; }

.mg-t-10 {
  margin-top: 10px; }

.mg-t-15 {
  margin-top: 15px; }

.mg-t-20 {
  margin-top: 20px; }

.mg-t-25 {
  margin-top: 25px; }

.mg-t-30 {
  margin-top: 30px; }

.mg-t-35 {
  margin-top: 35px; }

.mg-t-40 {
  margin-top: 40px; }

.mg-t-45 {
  margin-top: 45px; }

.mg-t-50 {
  margin-top: 50px; }

.mg-b-0 {
  margin-bottom: 0px; }

.mg-b-5 {
  margin-bottom: 5px; }

.mg-b-10 {
  margin-bottom: 10px; }

.mg-b-15 {
  margin-bottom: 15px; }

.mg-b-20 {
  margin-bottom: 20px; }

.mg-b-25 {
  margin-bottom: 25px; }

.mg-b-30 {
  margin-bottom: 30px; }

.mg-b-35 {
  margin-bottom: 35px; }

.mg-b-40 {
  margin-bottom: 40px; }

.mg-b-45 {
  margin-bottom: 45px; }

.mg-b-50 {
  margin-bottom: 50px; }

.mg-l-0 {
  margin-left: 0px; }

.mg-l-5 {
  margin-left: 5px; }

.mg-l-10 {
  margin-left: 10px; }

.mg-l-15 {
  margin-left: 15px; }

.mg-l-20 {
  margin-left: 20px; }

.mg-l-25 {
  margin-left: 25px; }

.mg-l-30 {
  margin-left: 30px; }

.mg-l-35 {
  margin-left: 35px; }

.mg-l-40 {
  margin-left: 40px; }

.mg-l-45 {
  margin-left: 45px; }

.mg-l-50 {
  margin-left: 50px; }

.mg-r-0 {
  margin-right: 0px; }

.mg-r-5 {
  margin-right: 5px; }

.mg-r-10 {
  margin-right: 10px; }

.mg-r-15 {
  margin-right: 15px; }

.mg-r-20 {
  margin-right: 20px; }

.mg-r-25 {
  margin-right: 25px; }

.mg-r-30 {
  margin-right: 30px; }

.mg-r-35 {
  margin-right: 35px; }

.mg-r-40 {
  margin-right: 40px; }

.mg-r-45 {
  margin-right: 45px; }

.mg-r-50 {
  margin-right: 50px; }

.pd-t-0 {
  padding-top: 0px; }

.pd-t-5 {
  padding-top: 5px; }

.pd-t-10 {
  padding-top: 10px; }

.pd-t-15 {
  padding-top: 15px; }

.pd-t-20 {
  padding-top: 20px; }

.pd-t-25 {
  padding-top: 25px; }

.pd-t-30 {
  padding-top: 30px; }

.pd-t-35 {
  padding-top: 35px; }

.pd-t-40 {
  padding-top: 40px; }

.pd-t-45 {
  padding-top: 45px; }

.pd-t-50 {
  padding-top: 50px; }

.pd-b-0 {
  padding-bottom: 0px; }

.pd-b-5 {
  padding-bottom: 5px; }

.pd-b-10 {
  padding-bottom: 10px; }

.pd-b-15 {
  padding-bottom: 15px; }

.pd-b-20 {
  padding-bottom: 20px; }

.pd-b-25 {
  padding-bottom: 25px; }

.pd-b-30 {
  padding-bottom: 30px; }

.pd-b-35 {
  padding-bottom: 35px; }

.pd-b-40 {
  padding-bottom: 40px; }

.pd-b-45 {
  padding-bottom: 45px; }

.pd-b-50 {
  padding-bottom: 50px; }

.pd-l-0 {
  padding-left: 0px; }

.pd-l-5 {
  padding-left: 5px; }

.pd-l-10 {
  padding-left: 10px; }

.pd-l-15 {
  padding-left: 15px; }

.pd-l-20 {
  padding-left: 20px; }

.pd-l-25 {
  padding-left: 25px; }

.pd-l-30 {
  padding-left: 30px; }

.pd-l-35 {
  padding-left: 35px; }

.pd-l-40 {
  padding-left: 40px; }

.pd-l-45 {
  padding-left: 45px; }

.pd-l-50 {
  padding-left: 50px; }

.pd-r-0 {
  padding-right: 0px; }

.pd-r-5 {
  padding-right: 5px; }

.pd-r-10 {
  padding-right: 10px; }

.pd-r-15 {
  padding-right: 15px; }

.pd-r-20 {
  padding-right: 20px; }

.pd-r-25 {
  padding-right: 25px; }

.pd-r-30 {
  padding-right: 30px; }

.pd-r-35 {
  padding-right: 35px; }

.pd-r-40 {
  padding-right: 40px; }

.pd-r-45 {
  padding-right: 45px; }

.pd-r-50 {
  padding-right: 50px; }

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

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

.font-14 {
  font-size: 14px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

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

.font-18 {
  font-size: 18px; }

.font-19 {
  font-size: 19px; }

.font-20 {
  font-size: 20px; }

.font-21 {
  font-size: 21px; }

.font-22 {
  font-size: 22px; }

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

.font-24 {
  font-size: 24px; }

.font-25 {
  font-size: 25px; }

.font-26 {
  font-size: 26px; }

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

.font-28 {
  font-size: 28px; }

.font-29 {
  font-size: 29px; }

.font-30 {
  font-size: 30px; }

.font-31 {
  font-size: 31px; }

.font-32 {
  font-size: 32px; }

.grid-1 {
  display: block;
  float: left;
  width: 8.33333%; }

.grid-2 {
  display: block;
  float: left;
  width: 16.66667%; }

.grid-3 {
  display: block;
  float: left;
  width: 25%; }

.grid-4 {
  display: block;
  float: left;
  width: 33.33333%; }

.grid-5 {
  display: block;
  float: left;
  width: 41.66667%; }

.grid-6 {
  display: block;
  float: left;
  width: 50%; }

.grid-7 {
  display: block;
  float: left;
  width: 58.33333%; }

.grid-8 {
  display: block;
  float: left;
  width: 66.66667%; }

.grid-9 {
  display: block;
  float: left;
  width: 75%; }

.grid-10 {
  display: block;
  float: left;
  width: 83.33333%; }

.grid-11 {
  display: block;
  float: left;
  width: 91.66667%; }

.grid-12 {
  display: block;
  float: left;
  width: 100%; }

.font-normal {
  font-weight: normal !important; }

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

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

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

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

.red, .font-red {
  color: #ff0000; }

.green {
  color: #377d22; }

.grey, .font-grey {
  color: #aaa; }

.white, .font-white {
  color: #fff; }

.black, .font-black {
  color: #333; }

.navbar {
  border-radius: 0; }

body {
  background-color: #eee; }

.form-signin {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto; }

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px; }

.form-signin .checkbox {
  font-weight: normal; }

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px; }

.form-signin .form-control:focus {
  z-index: 2; }

.form-signin input[type="email"] {
  margin-bottom: -3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.table {
  border: 1px solid #eee; }

.modal {
  padding: 15px; }

.hidden {
  visibility: collapse; }

.no-data {
  display: block;
  font-size: 20px;
  padding: 15px; }

.text-overflow {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.iradio_flat-blue {
  margin-right: 5px !important; }

[v-cloak] {
  display: none; }

.table td {
  vertical-align: middle !important; }

/*# sourceMappingURL=style.css.map */
