@font-face {
	font-family: 'BisnodeSans-Regular';
	font-style: normal;
	font-weight: normal;
	src: url('../assets/fonts/bisnode-sans/BisnodeSans-Regular.eot');
	src: local('BisnodeSans-Regular'), url('../assets/fonts/bisnode-sans/BisnodeSans-Regular.ttf') format('truetype'), url('../assets/fonts/bisnode-sans/BisnodeSans-Regular.woff') format('woff');
	font-size:12px !important;
}
@font-face {
	font-family: 'BisnodeSans-Bold';
	font-style: normal;
	font-weight: normal;
	src: url('../assets/fonts/bisnode-sans/BisnodeSans-Bold.eot');
	src: local('BisnodeSans-Bold'), url('../assets/fonts/bisnode-sans/BisnodeSans-Bold.ttf') format('truetype'), url('../assets/fonts/bisnode-sans/BisnodeSans-Bold.woff') format('woff');
	font-size: 12px !important;
}

/*@font-face {
	font-family: BisnodeSans-Bold;
	font-weight: 400;
	font-style: normal;
	src: url(/Assets/fonts/BisnodeSans-Bold.woff) format("woff")
}

@font-face {
	font-family: BisnodeSans-Regular;
	font-weight: 400;
	font-style: normal;
	src: url(/Assets/fonts/BisnodeSans-Regular.woff) format("woff")
}*/

@font-face {
	font-family: 'BisnodeSans-Bold';
	src: url('../assets/fonts/bisnode-sans/BisnodeSans-Bold.eot') format('embedded-opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'BisnodeSans-Bold';
	src: url('../assets/fonts/bisnode-sans/BisnodeSans-Bold.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'BisnodeSans-Bold';
	src: url('../assets/fonts/bisnode-sans/BisnodeSans-Bold.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'BisnodeSans-Regular';
	src: url('../assets/fonts/bisnode-sans/BisnodeSans-Regular.eot') format('embedded-opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'BisnodeSans-Regular';
	src: url('../assets/fonts/bisnode-sans/BisnodeSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'BisnodeSans-Regular';
	src: url('../assets/fonts/bisnode-sans/BisnodeSans-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
html {
	font-family: BisnodeSans-Regular; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
	font-family: BisnodeSans-Regular !important;
}
p {
	font-family: BisnodeSans-Regular !important;
}


/* HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.imageContainer{width: auto;height: auto;}
.boxTextContainer{width:100%; text-align: center !important;}
.textIntro{width: 100%; font-size: 14px;}
.imageContainer img {
    width: 100%;
    height: auto;
}

.imageContainer img {
    float: left;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    width: 80%;
	margin: 0 10% 5% 10%;
}

a.more-toggle {
	background: #306fac url("../images/arrow_down.png") no-repeat scroll right 10px;
	border-bottom: 0 none !important;
	color: #fff;
	display: inline-block;
	font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 25px 0 5px;
	text-align: center;
	text-decoration: none;
	width: /*23%*/ auto;
}


/*Kraj: Splošnega definiranja*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.column:first-child, .columns:first-child {
    margin-left: 0;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: /*85%*/90%;
    padding: 0; 

}
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
	font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 1.4;
	font-weight: 400;
	font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
	color: #222;
	/*  background: transparent url("../images/kompass_bg.jpg") no-repeat fixed center center / cover ; */
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 12m;
  font-weight: 300; 
}
h1 { font-size: 2em; line-height: 1em;  letter-spacing: 0;}
h2 { font-size: 1.8em; line-height: 1em; letter-spacing: 0; }
h3 { font-size: 1.6em; line-height: 1em;  letter-spacing: 0; }
h4 { font-size: 1.4em; line-height: 1em; letter-spacing: 0; }
h5 { font-size: 1.2em; line-height: 1em;  letter-spacing: 0; }
h6 { font-size: 1em; line-height: 1em;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 2em; }
  h2 { font-size: 1.8em; }
  h3 { font-size: 1.6em; }
  h4 { font-size: 1.4em; }
  h5 { font-size: 1.2em; }
  h6 { font-size: 1em; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 22px 0 7px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: /*0.5em*/0;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
	margin: 5px 0 0 15px;
	font-size: 90%; 
}
/*li {margin-bottom: 1rem; }*/
li {list-style-type: square;}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1em; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1em; }
pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 0.6em; }
p {
	/*margin-bottom: 0.1em;*/ 
    color: #5c5c5c;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 1em;
}

/*Start: FORM*/
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    background: rgba(0, 0, 0, 0) url("../images/check_radio_sheet.png") no-repeat scroll left top;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    margin: -5px 6px 0 /*5*/0px;
    vertical-align: middle;
    width: 20px;
	}
input[type="checkbox"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -21px top no-repeat;
}

input[type="checkbox"]:checked + label {
 
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile */
@media (min-width: 300px) {
.mainContent{
    background: transparent;
	-ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
	/*height:0;
    min-height: 0;*/
	height: 85% !important;
	padding: /*2% 5% 2% 5%*/0;
}
/*Start: SKIN*/
.bodyBonitete .titleTermsConditions,
.bodyGvin .titleTermsConditions,
.bodyPortfolioIntelligence .titleTermsConditions,
.bodyBisnode .titleTermsConditions,
.bodyiBon .titleTermsConditions,
.bodyCreditCheck .titleTermsConditions,
.bodyKompass .titleTermsConditions {
    font-size: 17px !important;
    line-height: 19px !important;
}
.displayOnDesctop{ display: none !important;}
.mH50{
	min-height:40px;
	height:auto !important;
	height:40px;
}
.mH27{
	min-height:27px;
	height:auto !important;
	height:27px;
}
.mB20Mobile{ margin: 0 0 20px 0 !important;}
.moreBox {
	background-color:#e1eaf2;
    color: #555;
    float: left;
    padding: 0;
    width: 100%;
	margin: 0 0 20px 0;
}
.mobileClr{ clear: both !important;}
h4{ font-size: 1.2em !important; font-weight: bold;}
.footerBox {
	float: left;
	padding: 1% 2% 0 2%;
	width: 96%;
	color: #fff;
}
.alignPosition{ float: left !important; margin: 10px 0 0 10px;}
.svgLogo{height: 50px !important; margin: 10px 10px 0 0; /*float: left !important;*/}
.w90 {width: 98%;}
.mainHeader{
	height: /*120px*/75px;
	border-bottom: /*4px*/0 #D8D8D8 solid;
	margin: 10px 0 0 0;
}
.bodyBonitete .fixHB,
.bodyGvin .fixHB,
.bodyPortfolioIntelligence .fixHB,
.bodyBisnode .fixHB,
.bodyiBon .fixHB,
.bodyCreditCheck .fixHB,
.bodyKompass .fixHB{
	margin: 5px 0 0 0;
	height: 43px !important;
	float: right !important;
}
.footer_content {
    line-height: 39px;
    text-align: center;
	background-color: #C73437;
}
.cContainer {
    margin: 90px 0 72px 0;
    overflow: auto;
    padding: 0;
    width: auto;
}
.mWidthFix{float: left !important; margin: 0 10px 0 0 !important;}
.alignPosition{ float: left !important; margin: 0px 10px 0 0 !important;}
.tFix {
    display: inline;
    line-height: 16px !important;
    position: absolute !important;
    text-align: left;
    top: /*8px*/-14px;
}
.fSR{
	float: left;
	width: 100%;
}
.svgLogoBoniteteSI {
    height: 43px !important;
    margin: 10px 10px 10px 0;
}
.svgLogoCreditCheck {
    height: 43px !important;
    margin: 11px 10px 10px 0;
}
.svgLogoGvin {
    height: 53px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoiBonSI {
    height: 43px !important;
    margin: 10px 10px 10px 0;
}
.svgLogoPortfolioIntelligenceSI {
    height: 43px !important;
    margin: 10px 10px 10px 0;
}

/*Start: footer FIX*/
.noFooterData{bottom:0; height:10px; left:0; position:fixed; width:100%; }
.cContainerNoFooterData {
    margin: /*123px 0 10px !important*/80px 0 10px !important;
    overflow: auto;
    padding: 0;
    width: auto !important;
}


.bodyBonitete h3.bColor, 
.bodyGvin h3.bColor, 
.bodyPortfolioIntelligence h3.bColor, 
.bodyBisnode h3.bColor, 
.bodyiBon h3.bColor, 
.bodyCreditCheck h3.bColor, 
.bodyKompass h3.bColor {
    color: #000 !important;
    font-size: 16px !important;
    margin: 0 !important;
}
.permsConditions li {
	font-size: 12px;
	line-height: 15px;
	list-style-type: none !important;
	margin: 5px 0 0 30px !important;
	color: #5c5c5c;
}
h3.entry-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px !important;
}
p {
    color: #5c5c5c;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 1em;
	text-align: justify;
}
.tDI{font-size: 12px !important; line-height: 14px !important;}
}

@media (min-width: 400px) {
.mainContent{
    background: transparent;
	-ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
	/*height:0;
    min-height: 0;*/
	height: 85% !important;
	padding: 2% 5% 2% 5%;
}
/*Start: SKIN*/
.bodyBonitete .titleTermsConditions,
.bodyGvin .titleTermsConditions,
.bodyPortfolioIntelligence .titleTermsConditions,
.bodyBisnode .titleTermsConditions,
.bodyiBon .titleTermsConditions,
.bodyCreditCheck .titleTermsConditions,
.bodyKompass .titleTermsConditions {
    font-size: 20px !important;
    line-height: 36px !important;
}
.displayOnDesctop{ display: none  !important;}
.mH50{
	min-height:40px;
	height:auto !important;
	height:40px;
}
.mH27{
	min-height:40px;
	height:auto !important;
	height:40px;
}
.mB20Mobile{ margin: 0 0 20px 0 !important;}
.moreBox {
	background-color:#e1eaf2;
    color: #555;
    float: left;
    padding: 0;
    width: 100%;
	margin: 0 0 20px 0;
}
.mobileClr{ clear: both !important;}
h4{ font-size: 1.2em !important; color: #555; font-weight: bold;}
.footerBox {
	float: left;
	padding: 1% 2% 0 2%;
	width: 96%;
	color: #fff;
}
.alignPosition{ float: right !important; margin: 10px 0 0 0;}
.svgLogo{height: 63px !important;}
.w90 {width: 98%;}
.mainHeader{
	height: /*115px*/78px;
	border-bottom: /*4px*/0 #D8D8D8 solid;
	margin: 10px 0 0 0;
}
.bodyBonitete .fixHB,
.bodyGvin .fixHB,
.bodyPortfolioIntelligence .fixHB,
.bodyBisnode .fixHB,
.bodyiBon .fixHB,
.bodyCreditCheck .fixHB,
.bodyKompass .fixHB{
	margin: 0;
	height: 43px !important;
	float: right !important;
}
.footer_content {
    line-height: 39px;
    text-align: center;
	background-color: #ff9900;
}
.cContainer {
    margin: 123px 0 68px 0;
    overflow: auto;
    padding: 0;
    width: auto;
}
.mWidthFix{float: left !important; margin: 0 10px 0 0 !important;}
.alignPosition{ float: left !important; margin: 0px 10px 0 0 !important;}
.tFix {
    display: inline;
    line-height: 16px !important;
    position: absolute !important;
    text-align: left;
    top: -14px;
}
.fSR{
	float: left;
	width: 100%;
}

/*Start: footer FIX*/
.noFooterData{bottom:0; height:10px; left:0; position:fixed; width:100%; }
.cContainerNoFooterData {
    margin: /*123px 0 10px !important*/90px 0 10px !important;
    overflow: auto;
    padding: 0;
    width: auto;
}
.svgLogoBoniteteSI {
    height: 43px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoCreditCheck {
    height: 43px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoGvin {
    height: 53px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoiBonSI {
    height: 43px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoPortfolioIntelligenceSI{
    height: 43px !important;
    margin: 5px 10px 10px 0;
}
	.permsConditions li {
		font-size: 12px;
		line-height: 15px;
		list-style-type: none !important;
		margin: 5px 0 0 30px !important;
		color: #5c5c5c;
	}
h3.entry-title {
    font-size: 20px;
    line-height: 24px;
	margin: 0 0 8px 0 !important;
}
p {
    color: #5c5c5c;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 1em;
}
.tDI{font-size: 12px !important; line-height: 14px !important;}
}

@media (min-width: 400px) and (max-width: 480px)  {
.alignPosition {
    float: left !important;
    margin: 10px 0 0 10px !important;
}
.footer_content {
    line-height: 39px;
    text-align: center;
	background-color: #ABD06C;
}
.cContainer {
    margin: 123px 0 68px 0;
    overflow: auto;
    padding: 0;
    width: auto;
}
.mWidthFix{float: left !important; margin: 0 10px 0 0 !important;}
.alignPosition{ float: left !important; margin: 0px 10px 0 0 !important;}
.tFix {
    display: inline;
    line-height: 16px !important;
    position: absolute !important;
    text-align: left;
    top: -14px;
}
.fSR{
	float: left;
	width: 100%;
}
/*Start: footer FIX*/
.noFooterData{bottom:0; height:10px; left:0; position:fixed; width:100%; }
.cContainerNoFooterData {
    margin: /*123px 0 10px !important*/90px 0 10px !important;
    overflow: auto;
    padding: 0;
    width: auto;
}

.bodyBonitete .fixHB,
.bodyGvin .fixHB,
.bodyPortfolioIntelligence .fixHB,
.bodyBisnode .fixHB,
.bodyiBon .fixHB,
.bodyCreditCheck .fixHB,
.bodyKompass .fixHB{
	margin: 0;
	height: 43px !important;
	float: right !important;
}
.svgLogoBoniteteSI {
    height: 43px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoCreditCheck {
    height: 43px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoGvin {
    height: 53px !important;
    margin: 0px 10px 10px 0;
}
.svgLogoiBonSI {
    height: 43px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoPortfolioIntelligenceSI {
    height: 43px !important;
    margin: 5px 10px 10px 0;
}
	.permsConditions li {
		font-size: 13px;
		line-height: 16px;
		list-style-type: none !important;
		margin: 5px 0 0 30px !important;
		color: #5c5c5c;
	}

h3.entry-title {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px !important;
}
p {
    color: #5c5c5c;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 1em;
}
.tDI{font-size: 12px !important; line-height: 14px !important;}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
.mainContent{
    background: transparent;
	-ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
	/*height:0;
    min-height: 0;*/
	height: 85% !important;
	padding: 2% 5% 2% 5%;
}
/*Start: SKIN*/
.bodyBonitete .titleTermsConditions,
.bodyGvin .titleTermsConditions,
.bodyPortfolioIntelligence .titleTermsConditions,
.bodyBisnode .titleTermsConditions,
.bodyiBon .titleTermsConditions,
.bodyCreditCheck .titleTermsConditions,
.bodyKompass .titleTermsConditions {
    font-size: 22px !important;
    line-height: 26px !important;
}
.displayOnDesctop{ display: block !important;}
.displayOnMobile{ display: none !important;}

.mH50{
	min-height:75px;
	height:auto !important;
	height:75px;
}
.mH27{
	min-height:37px/*ver*/;
	height:auto !important;
	height:37px;
}
.mB20Mobile{ margin: 0 0 20px 0 !important;}
.moreBox {
    background-color: #e1eaf2;
    color: #555;
    float: left;
    padding: 0;
    width: 100%;
}
.mobileClr{ display: none;}
h4{ font-size: 1.2em !important; font-weight: bold;}
.footerBox {
	float: left;
	padding: 1% 2% 0 2%;
	width: 96%;
	float: left;
	color: #fff;
}
.alignPosition{ float: left !important; margin: 0px 10px 0 0;}
.mWidthFix{float: left !important; margin: 0 10px 0 0 !important;}
.svgLogo{height: 50px !important;}
.w90 {width: 98%;}
.mainHeader{
	height: 92px;
	border-bottom: /*4px*/0 #D8D8D8 solid;
	margin: 10px 0 0 0;
}
.bodyBonitete .fixHB,
.bodyGvin .fixHB,
.bodyPortfolioIntelligence .fixHB,
.bodyBisnode .fixHB,
.bodyiBon .fixHB,
.bodyCreditCheck .fixHB,
.bodyKompass .fixHB{
	margin: 0;
	height: 63px !important;
	float: right !important;
}
.footer_content {
    line-height: 39px;
    text-align: center;
	background-color: #7F8BE4;
}
.cContainer {
    margin: 123px 0 57px 0;
    overflow: auto;
    padding: 0;
    width: auto;
}
.tFix {
    display: inline;
    line-height: 16px !important;
    position: absolute !important;
    text-align: left;
    top: -14px;
}
.fSR{
	float: left;
	width: 100%;
}	
/*Start: footer FIX*/
.noFooterData{bottom:0; height:10px; left:0; position:fixed; width:100%; }
.cContainerNoFooterData {
    margin: /*123px 0 10px !important*/90px 0 10px !important;
    overflow: auto;
    padding: 0;
    width: auto;
}
.svgLogoBoniteteSI {
    height: 63px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoCreditCheck {
    height: 63px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoGvin {
    height: 63px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoiBonSI {
    height: 63px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoPortfolioIntelligenceSI{
    height: 63px !important;
    margin: 5px 10px 10px 0;
}
.permsConditions li {
	font-size: 16px;
	line-height: 18px;
	list-style-type: none !important;
	margin: 5px 0 0 30px !important;
	color: #5c5c5c;
}
h3.entry-title {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px !important;
}
p {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 1em;
}
.tDI{font-size: 13px !important; line-height: 15px !important;}
}

/* Larger than tablet */
@media (min-width: 750px) {
.mainContent{
    background: transparent;
	-ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
	/*height:0;
    min-height: 0;*/
	height: 85% !important;
	padding: 2% 5% 2% 5%;
}
/*Start: SKIN*/
.bodyBonitete .titleTermsConditions,
.bodyGvin .titleTermsConditions,
.bodyPortfolioIntelligence .titleTermsConditions,
.bodyBisnode .titleTermsConditions,
.bodyiBon .titleTermsConditions,
.bodyCreditCheck .titleTermsConditions,
.bodyKompass .titleTermsConditions {
    font-size: 26px !important;
    line-height: 42px !important;
}

.displayOnMobile{ display: none !important;}
.displayOnDesctop{ display: inline-block !important;}
.mH50{
	min-height:55px;
	height:auto !important;
	height:55px;
}
.mH27{
	min-height:30px;
	height:auto !important;
	height:30px;
}
.mB20Mobile{ margin: 0 !important;}
.moreBox {
    color: #555;
    float: left;
    padding: 0;
    width: 100%;
}
.mobileClr{ display: none;}
h4{ font-size: 1.2em !important; font-weight: bold; line-height: 1.2em;}
.footerBox {
	float: left;
	padding: 1% 2% 0 2%;
	width: 96%;
	float: left;
	color: #fff;
}
.alignPosition{ float:right !important; }
.svgLogo{height: 60px !important;}
.w90 {width: 90%;}
.mainHeader{
	height: 90px;
	border-bottom: /*4px*/0 #D8D8D8 solid;
	margin: 10px 0 0 0;
}
.bodyBonitete .fixHB,
.bodyGvin .fixHB,
.bodyPortfolioIntelligence .fixHB,
.bodyBisnode .fixHB,
.bodyiBon .fixHB,
.bodyCreditCheck .fixHB,
.bodyKompass .fixHB{
	margin: 0;
	height: 63px !important;
	float: right !important;
}
.footer_content {
    line-height: 60px;
    text-align: center;
	background-color: #7F8BE4;
}
.cContainer {
    margin: 123px 0 70px 0;
    overflow: auto;
    padding: 0;
    width: auto;
}
.mWidthFix{float: right !important; margin: 0 10px 0 0 !important;}
.tFix {
    display: inline;
    line-height: 16px !important;
    position: absolute !important;
    text-align: left;
    top: -4px;
}	
.fSR{
	float: right;
	width: auto;
	margin: 0 36px 0 0;
}
/*Start: footer FIX*/
.noFooterData{bottom:0; height:10px; left:0; position:fixed; width:100%; }
.cContainerNoFooterData {
    margin: /*123px 0 10px !important*/ 90px 0 10px !important;
    overflow: auto;
    padding: 0;
    width: auto;
}
.svgLogoBoniteteSI {
    height: 63px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoCreditCheck {
    height: 63px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoGvin {
    height: 63px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoiBonSI {
    height: 63px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoPortfolioIntelligenceSI{
    height: 63px !important;
    margin: 5px 10px 10px 0;
}

	.permsConditions li {
		font-size: 16px;
		line-height: 19px;
		list-style-type: none !important;
		margin: 5px 0 0 30px !important;
		color: #5c5c5c;
	}

h3.entry-title {
    font-size: 18px;
    line-height: 30px;
}
p {
    color: #5c5c5c;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1em;
}
.tDI{font-size: 16px !important; line-height: 20px !important;}
}

/* Larger than desktop */
@media (min-width: 1000px) {
.mainContent{
    background: transparent;
	-ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
	/*height:0;
    min-height: 0;*/
	height: 85% !important;
	padding: 2% 5% 2% 5%;
}
/*Start: SKIN*/
.bodyBonitete .titleTermsConditions,
.bodyGvin .titleTermsConditions,
.bodyPortfolioIntelligence .titleTermsConditions,
.bodyBisnode .titleTermsConditions,
.bodyiBon .titleTermsConditions,
.bodyCreditCheck .titleTermsConditions,
.bodyKompass .titleTermsConditions {
    font-size: 26px !important;
    line-height: 45px !important;
}
.displayOnMobile{ display: none  !important;}
.displayOnDesctop{ display: inline-block  !important;}
.mH50{
	min-height:50px;
	height:auto !important;
	height:50px;
}
.mH27{
	min-height:30px;
	height:auto !important;
	height:30px;
}
.moreBox {
    color: #555;
    float: left;
    padding: 0;
    width: 100%;
}
.mobileClr{ display: none;}
.mB20Mobile{ margin: 0 !important;}
.footerBox {
	float: left;
	padding: 1% 2% 0 2%;
	width: 96%;
	float: left;
	color: #fff;
}
.alignPosition{ float:right !important; margin: 0 36px 0 0;}
.svgLogo{height: 90px !important;}
.w90 {width: 90%;}
/*.bodyBonitete .fixHB{
	margin: 0;
	height: 73px;
}*/
.mainHeader{
	height: 110px;
	border-bottom: /*4px*/0 #D8D8D8 solid;
	margin: 10px 0 0 0;
}
.bodyBonitete .fixHB,
.bodyGvin .fixHB,
.bodyPortfolioIntelligence .fixHB,
.bodyBisnode .fixHB,
.bodyiBon .fixHB,
.bodyCreditCheck .fixHB,
.bodyKompass .fixHB{
	margin: 0;
	height: 73px;
	float: right !important;
}
.footer_content {
    line-height: 60px;
    text-align: center;
	background-color: #7F8BE4;
}
.cContainer {
    margin: 123px 0 60px 0;
    overflow: auto;
    padding: 0;
    width: auto;
}
.mWidthFix{float: right !important; margin: 0 10px 0 0 !important;}
.tFix {
    display: inline;
    line-height: 16px !important;
    position: absolute !important;
    text-align: left;
    top: -4px;
}
.fSR{
	float: right;
	width: 40%;
	margin: 0 36px 0 0;
}
/*Start: footer FIX*/
.noFooterData{bottom:0; height:10px; left:0; position:fixed; width:100%; }
.cContainerNoFooterData {
    margin: 123px 0 10px !important;
    overflow: auto;
    padding: 0;
    width: auto;
}
.svgLogoBoniteteSI {
    height: 83px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoCreditCheck {
    height: 50px;
    margin: 5px 4px 10px 0;
}
.svgLogoGvin {
    height: 50px;
    margin: 5px 4px 10px 0;
}
.svgLogoiBonSI {
    height: 50px;
    margin: 5px 4px 10px 0;
}
.svgLogoPortfolioIntelligenceSI{
    height: 50px;
    margin: 5px 4px 10px 0;
}
.permsConditions li {
	font-size: 16px;
	line-height: 20px;
	list-style-type: none !important;
	margin: 5px 0 0 30px !important;
	color: #5c5c5c;
}
h3.entry-title {
    font-size: 20px;
    line-height: 30px;
}

p {
    color: #5c5c5c;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1em;
}
.tDI{font-size: 16px !important; line-height: 20px !important;}
	.bodyPortfolioIntelligence .titleTermsConditions,
	.bodyBisnode .titleTermsConditions {
		bottom: 10px !important;
		box-decoration-break: clone;
		display: inline;
		float: left;
		font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
		font-size: 32px;
		font-weight: bold;
		line-height: 46px;
		margin: -37px 0 49px 31px !important;
		padding: 1px 10px 1px 0 !important;
		position: relative !important;
		top: 10px;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
.mainContent{
    background: transparent;
	-ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
	/*height:0;
    min-height: 0;*/
	height: 85% !important;
	padding: 2% 5% 2% 5%;
}
/*Start: SKIN*/
.bodyBonitete .titleTermsConditions,
.bodyGvin .titleTermsConditions,
.bodyPortfolioIntelligence .titleTermsConditions,
.bodyBisnode .titleTermsConditions,
.bodyiBon .titleTermsConditions,
.bodyCreditCheck .titleTermsConditions,
.bodyKompass .titleTermsConditions {
    font-size: 28px !important;
    line-height: 36px !important;
}
.fixHeader{
	top: 0px;
    position: fixed;
    background-color: grey;
    width: 980px;
    z-index: 1;
    text-align: center;
    display: block;
}
.displayOnMobile{ display: none !important;}
.displayOnDesctop{ display: inline-block  !important;}
.moreBox {
	float: left;
	padding: /*10px*/0;
	width:100%;
	float: left;
}

.footerBox {
	float: left;
	padding: 1% 2% 0 2%;
	width: 96%;
	float: left;
	color: #fff;
}
.mH30{
	min-height:30px;
	height:auto !important;
	height:30px;
}
.mH27{
	min-height:30px;
	height:auto !important;
	height:30px;
}
.mobileClr{ display: none;}
.mB20Mobile{ margin: 0 !important;}
.alignPosition{ float:right !important;}
.svgLogo{height: 90px !important;}
.w90 {width: 90%;}
.bodyBonitete .fixHB,
.bodyGvin .fixHB,
.bodyPortfolioIntelligence .fixHB,
.bodyBisnode .fixHB,
.bodyiBon .fixHB,
.bodyCreditCheck .fixHB,
.bodyKompass .fixHB{
	margin: 0 36px 0 0;
	height: 73px;
	float: right !important;
}
.footer_content {
    line-height: 60px;
    text-align: center;
	background-color: #7F8BE4;
}
.cContainer {
    margin: 123px 0 60px 0;
    overflow: auto;
    padding: 0;
    width: auto;
	display: block;	
}
.mWidthFix{float: right !important; margin: 0 10px 0 0 !important;}
.tFix {
    display: inline;
    line-height: 16px !important;
    position: absolute !important;
    text-align: left;
    top: /*17px*/-2px;
}
.fSR{
	float: right;
	width: 50%;
	margin: 0 36px 0 0;
}
/*Start: footer FIX*/
.noFooterData{bottom:0; height:10px; left:0; position:fixed; width:100%; }
.cContainerNoFooterData {
    margin: 123px 0 65px !important;
    overflow: auto;
    padding: 0;
    width: auto;
}
.svgLogoBoniteteSI {
    height: 83px !important;
    margin: 5px 10px 10px 0;
}
.svgLogoCreditCheck {
    height: 50px;
    margin: 5px 4px 10px 0;
}
.svgLogoGvin {
    height: 50px;
    margin: 5px 4px 10px 0;
}
.svgLogoiBonSI {
    height: 50px;
    margin: 5px 4px 10px 0;
}
.svgLogoPortfolioIntelligenceSI{
    height: 50px;
    margin: 5px 4px 10px 0;
}
.permsConditions li {
	font-size: 16px;
	line-height: 18px;
	list-style-type: none !important;
	margin: 5px 0 0 30px !important;
	color: #5c5c5c;
}

h3.entry-title {
    font-size: 22px;
    line-height: 30px;
}

p {
    color: #5c5c5c;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1em;
}
.tDI{font-size: 16px !important; line-height: 20px !important;}
	.bodyPortfolioIntelligence .titleTermsConditions,
	.bodyBisnode .titleTermsConditions {
		bottom: 10px !important;
		box-decoration-break: clone;
		display: inline;
		float: left;
		font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
		font-size: 32px;
		font-weight: bold;
		line-height: 46px;
		margin: -37px 0 49px 31px !important;
		padding: 1px 10px 1px 0 !important;
		position: relative !important;
		top: 10px;
	}
}

/*End: Dimension*/

.boxTopPosThreeSec {
    background: transparent url("../images/topArrow.png") no-repeat scroll center center;
    height: 17px;
    padding: 0;
    position: relative;
    top: 0px;
	margin: 10px 0 0 0;
}

.aC{ text-align: center !important; margin: 0 auto;}
.tAC{ text-align: center !important; margin: /*0 0 10px 0*/0;}
.tAC lable{ text-align: center !important;}
.w100 { width:100%;}
.w90 { width:90%;}
.aC{ text-align: center !important; margin: 0 auto;}
.clr{ clear: both !important;}
.m0{ margin: 0 !important;}
.mT-25{ margin: -25px 0 0 0 !important;}
.mT-5{ margin: -5px 0 0 0 !important;}
.mT2{ margin: 2px 0 0 0 !important;}
.mT5{ margin: 5px 0 0 0 !important;}
.mT10{ margin: 10px 0 0 0 !important;}
.mt10{ margin: 10px 0 0 0 !important;}
.mT18{ margin: 18px 0 0 0 !important;}
.mT20{ margin: 20px 0 0 0 !important;}
.mT30{ margin: 30px 0 0 0 !important;}
.mT50{ margin: 50px 0 0 0 !important;}
.mB10{ margin: 0 0 10px 0 !important;}
.mB20{ margin: 0 0 20px 0 !important;}
.mBS20{ margin: -20px 0 30px 0 !important;}
.mR20{ margin: 0 20px 0px 0 !important;}
.bgGray{ background-color: #F2F2F2 !important; padding: 10px !important;}	
.p10{padding: 10px!important;}
.fL{ float: left !important;}
.fR{float: right;}
.pR{ position: relative !important;}
a.cancel{ background-color: #cc0000 !important; border: 1px #A40000 solid !important;font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; font-weight: bold;}
a:hover.cancel{ background-color: #A40000 !important; border: 1px #970000 solid !important;font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; font-weight: bold;}

input.forward{ background-color: #167EA0 !important; border: 1px #167EA0 solid !important; color: #fff;}
input:hover.forward{ background-color: #fff !important; border: 1px #fff solid !important; color: #000;}
.lH1{line-height: 1.2em !important;}
.mH44{
	min-height:44px;
	height:auto !important;
	height:44px;
}

.mH55{
	min-height:55px;
	height:auto !important;
	height:55px;
}

.mH72{
	min-height:72px;
	height:auto !important;
	height:72px;
}
.cicle img {
    border-radius: 20px;
    height: auto;
    max-width: 100%;
}
.lH{ line-height: 0.6em !important;}
.boxTitleText{ width: 100%; float: left; padding: 0; font-weight: bold; font-size:16px; line-height: 16px;}
.footer{
	float: left;
	height: auto;
	padding:0px;
	width: 100%;
}
.registration-form,
.registration-form-thanks,
.more-content{ display: none; }

.icoAC{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

img.logoPos{
	position: relative;
	background-position: bottom !important;
}

.fixHContainer{
	height: 80px;
}
.imageFix{ margin: 0 10% 5% 0 !important; width: 100% !important;}
.imageFixIbon{ margin: 0 10% 5% 0 !important; width:290px !important;}

/*Start: Footer bg color*/
/*Gvin SKIN*/
.footerbgGvin{ background-color: #39679D !important;}

a.buttonbgGvin{ background-color: #39679D !important; border: 1px #28486F solid !important; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; font-weight: bold;}
a:hover.buttonbgGvin{ background-color: #264E79 !important; border: 1px #264E79 solid !important;  font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;font-weight: bold;}

input.forwardbgGvin{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/moreButtonIco.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}
input:hover.forwardbgGvin{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/moreButtonIcoHover.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}

input.cancleButtonIco{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/cancle.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}
input:hover.cancleButtonIco{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/cancle_hover.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}


/*Bonitete SKIN*/
.footerbgBonitete{ background-color: #F5AA12 !important;}

a.buttonbgBonitete{ background-color: #F5AA12 !important; border: 1px #F5AA12 solid !important; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;font-weight: bold;}
a:hover.buttonbgBonitete{ background-color: #F6A019 !important; border: 1px #F6A019 solid !important;  font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;font-weight: bold;}

input.forwardbgBonitete{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px;font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/moreButtonIco.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}
input:hover.forwardbgBonitete{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/moreButtonIcoHover.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}

input.cancleButtonIco{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/cancle.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}
input:hover.cancleButtonIco{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/cancle_hover.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}

/*CC SKIN*/
.footerbgCreditCheck{ background-color: #F5AA12 !important;}

a.buttonbgCreditCheck{ background-color: #F5AA12 !important; border: 1px #F5AA12 solid !important; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;font-weight: bold;}
a:hover.buttonbgCreditCheck{ background-color: #F6A019 !important; border: 1px #F6A019 solid !important;  font-size: 14px;font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;font-weight: bold;}

input.forwardbgCreditCheck{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px;font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/moreButtonIco.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}
input:hover.forwardbgCreditCheck{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px;font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/moreButtonIcoHover.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}

input.cancleButtonIco{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px;font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/cancle.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}
input:hover.cancleButtonIco{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/cancle_hover.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}


/*iBon SKIN*/
.footerBgiBon{ background-color: #CF0816 !important;}

a.buttonbgiBon{ background-color: #DF3B48 !important; border: 1px #DF3B48 solid !important; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;font-weight: bold;}
a:hover.buttonbgiBon{ background-color: #CF0816 !important; border: 1px #CF0816 solid !important;  font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;font-weight: bold;}

input.forwardbgiBon{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; background: #000000 url("../images/moreButtonIco.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}
input:hover.forwardbgiBon{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; background: #000000 url("../images/moreButtonIcoHover.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}

input.cancleButtonIco{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; background: #000000 url("../images/cancle.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}
input:hover.cancleButtonIco{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; background: #000000 url("../images/cancle_hover.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}

.bodyiBon a.iBonFixButton{ background-color: #7A7A7A !important; border: 1px #7A7A7A solid !important; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; font-weight: bold;}
.bodyiBon a:hover.iBonFixButton{ background-color: #111111 !important; border: 1px #111111 solid !important; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; font-weight: bold;}

/*P.I SKIN z Class-om "Unknown" */
.footerBgUnknown{ background-color: #BED000 !important;}

a.buttonbgUnknown{ background-color: #BED000 !important; border: 1px #BED000 solid !important; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;font-weight: bold;}
a:hover.buttonbgUnknown{ background-color: #ABB900 !important; border: 1px #ABB900 solid !important;  font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; font-weight: bold;}

input.forwardbgUnknown{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/moreButtonIco.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}
input:hover.forwardbgUnknown{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; background: #000000 url("../images/moreButtonIcoHover.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}

input.cancleButtonIco{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/cancle.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}
input:hover.cancleButtonIco{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/cancle_hover.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}

/*P.I SKIN*/
.footerbgPortfolioIntelligence{ background-color: #BED000 !important;}

a.buttonbgPortfolioIntelligence{ background-color: #BED000 !important; border: 1px #BED000 solid !important; font-size: 14px;font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;font-weight: bold;}
a:hover.buttonbgPortfolioIntelligence{ background-color: #ABB900 !important; border: 1px #ABB900 solid !important;  font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;font-weight: bold;}

input.forwardbgPortfolioIntelligence, input.forwardbgBisnode{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif; background: #000000 url("../images/moreButtonIco.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}
input:hover.forwardbgPortfolioIntelligence, input:hover.forwardbgBisnode{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/moreButtonIcoHover.png") no-repeat scroll right 9px; padding: 0 22px 0 7px;}

input.cancleButtonIco{ background-color: #fff !important; border: 1px #fff solid !important; color: #000; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;background: #000000 url("../images/cancle.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}
input:hover.cancleButtonIco{ background-color: #000 !important; border: 1px #000 solid !important; color: #fff; font-size: 14px; font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;  background: #000000 url("../images/cancle_hover.png") no-repeat scroll left 9px; padding: 0 7px 0 26px;}

/*New STYLE*/
.headerFixContainer{ width: 100%; height: 10%; position: fixed !important; background-color: #ff9900;}
.contentFixContainer{ width: 100%; height: 10%; position: fixed !important; background-color:#C77DBB;}
.footerFixContainer{ width: 100%; height: 10%; position: fixed !important; background-color:#C77DBB;}

.absoluteCenter {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.mainContainer{
   -ms-box-orient: vertical;
   display: -ms-flex;
   height: 100%;
   display: -webkit-box;/* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
   display: -moz-flex; 
   display: -ms-flexbox;/* MID: IE 10 */
   display: -webkit-flex;/* NEW, Chrome 21+ */ 
   display: flex;/* NEW: Opera 12.1, Firefox 22+ */    
   -ms-flex-direction: column; 
   -webkit-flex-direction: column;
   flex-direction: column;
   background-color: #fff;
   position: relative;
}
mainHeader,
.mainContainer,
mainFooter
{
    width: 100%;   
}
.papreShadow{/*box-shadow: 0 0 0.5cm rgba(0,0,0,0.5); height: 100%; position:inherit;*/}

ul.permsConditions li h3{list-style-type: decimal !important; list-style-position: outside !important;}
/*.permsConditions li {
    list-style-type: none !important;
    margin: 30px 0 0;
}*/

h3.entry-title {
	color: #000;
	float: left;
	font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 10px;
	width: 100%;
	list-style-type: decimal !important;
}

li.disk{list-style: outside square !important; margin: 5px 0 0 0;}
li.listNumber{list-style: outside decimal !important; margin: 5px 0 0 0;}
.tDI{font-style: italic !important ;}
.fB{ font-weight: bold !important;}
.permsConditions a{  color: #000; font-weight: bold !important; font-size: 14px;}

/*Start: Bonitete SKIN*/
.bodyBonitete h3.entry-title {color: #f5aa12 !important;}
.bodyBonitete .titleTermsConditions {
	bottom: 10px !important;
	box-decoration-break: clone;
	color: #f5aa12;
	display: inline;
	/*float: left;*/
	font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 46px;
	margin: 50px 0 20px;
	padding: 1px 10px 1px 0 !important;
	position: relative !important;
	top: 10px;
}
/*.bodyBonitete .header_container{
	background-color: #f5aa12 !important;
}*/
.bodyBonitete .mainFooter,
.bodyBonitete .footer_container {
	background-color: #00AF9D;
	color: #fff;
	/*font-size: 16px;
	padding: 2% 5%;*/
}


.bodyBonitete .mainFooter a,
.bodyBonitete .footer_container a{
	font-weight: bold;
	padding: 0 5px 0 0;
	float: left;
	color: #fff;
	text-decoration: underline !important;
}

/*Start: Gvin SKIN*/
.bodyGvin h3.entry-title {color: #39679D !important;}
.bodyGvin .titleTermsConditions {
	bottom: 10px !important;
	box-decoration-break: clone;
	color: #39679D;
	display: inline;
	/*float: left;*/
	font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 46px;
	margin: 50px 0 20px;
	padding: 1px 10px 1px 0 !important;
	position: relative !important;
	top: 10px;
}

.titleTermsConditions {
	bottom: 10px !important;
	box-decoration-break: clone;
	color: #231F20;
	display: inline;
	/*float: left;*/
	font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
	font-size: 32px;
	h3 .entry-title font-weight: bold;
	line-height: 46px;
	margin: 50px 0 20px 30px !important;
	padding: 1px 10px 1px 0 !important;
	position: relative !important;
	top: 10px;
}
/*.bodyGvin .header_container{
	background-color: #39679D !important;
}*/
.bodyGvin .mainFooter,
.bodyGvin .footer_container{
	background-color: #39679D;
	color: #fff;
	/*font-size: 16px;
	padding: 2% 5%;*/
}
.bodyGvin .mainFooter a,
.bodyGvin .footer_container a{
	font-weight: bold;
	padding: 0 5px 0 0;
	float: left;
	color: #fff;
	text-decoration: underline !important;
}

/*Start: Portfolio intelligence*/
.bodyPortfolioIntelligence h3.entry-title,
.bodyBisnode h3.entry-title {/*color: #bed000 !important;*/}
/*.bodyPortfolioIntelligence .titleTermsConditions,
.bodyBisnode .titleTermsConditions {
	bottom: 10px !important;
	box-decoration-break: clone;
	display: inline;
	float: left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 46px;
	margin: -37px 0 49px 31px !important;
	padding: 1px 10px 1px 0 !important;
	position: relative !important;
	top: 10px;
}*/
/*.bodyPortfolioIntelligence .header_container,
.bodyBisnode .header_container{
	background-color: #bed000 !important;
}*/

.bodyPortfolioIntelligence .mainFooter,
.bodyPortfolioIntelligence .footer_container,
.bodyBisnode .mainFooter,
.bodyBisnode .footer_container {
	background-color: #00AF9D;
	color: #fff;
	/*font-size: 16px;
	padding: 2% 5%;*/
}

.bodyPortfolioIntelligence .mainFooter a,
.bodyBisnode .mainFooter a,
.bodyPortfolioIntelligence .footer_container a,
.bodyBisnode .footer_container a{
	font-weight: bold;
	padding: 0 5px 0 0;
	float: left;
	color: #fff;
	text-decoration: underline !important;
}

/*Start: iBon SKIN*/
.bodyiBon h3.entry-title {
	color: #231F20 !important;
}
.bodyiBon .titleTermsConditions {
	bottom: 10px !important;
	box-decoration-break: clone;
	color: #cc000f;
	display: inline;
	/*float: left;*/
	font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: /*58px*/ 46px;
	margin: 50px 0 20px;
	padding: 1px 10px 1px 0 !important;
	position: relative !important;
	top: 10px;
}

.bodyiBon .mainFooter,
.bodyiBon .footer_container{
	background-color: #cc000f;
	color: #fff;
	/*font-size: 16px;
	padding: 2% 5%;*/
}

.bodyiBon .mainFooter a,
.bodyiBon .footer_container a{
	font-weight: bold;
	padding: 0 5px 0 0;
	float: left;
	color: #fff;
	text-decoration: underline !important;
}

/*Start: CC SKIN*/
.bodyCreditCheck h3.entry-title {color: #3c5d06 !important;}
.bodyCreditCheck .titleTermsConditions {
	bottom: 10px !important;
	box-decoration-break: clone;
	color: #3c5d06;
	display: inline;
	/*float: left;*/
	font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: /*58px*/ 46px;
	margin: 50px 0 20px;
	padding: 1px 10px 1px 0 !important;
	position: relative !important;
	top: 10px;
}

.bodyCreditCheck .mainFooter,
.bodyCreditCheck .footer_container{
	background-color: #3c5d06;
	color: #fff;
	/*font-size: 16px;
	padding: 2% 5%;*/
}

.bodyCreditCheck .mainFooter a,
.bodyCreditCheck .footer_container a{
	font-weight: bold;
	padding: 0 5px 0 0;
	float: left;
	color: #fff;
	text-decoration: underline !important;
}

/*Start: Kompass SKIN*/
.bodyKompass h3.entry-title {color: #cc000f !important;}
.bodyKompass .titleTermsConditions {
	bottom: 10px !important;
	box-decoration-break: clone;
	color: #cc000f;
	display: inline;
	/*float: left;*/
	font-family: "BisnodeSans-Regular", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: /*58px*/ 46px;
	margin: 50px 0 20px;
	padding: 1px 10px 1px 0 !important;
	position: relative !important;
	top: 10px;
}
/*.bodyKompass .header_container{
	background-color: #fff !important;
}*/
.bodyKompass .mainFooter,
.bodyKompass .footer_container{
	background-color: #cc000f;
	color: #fff;
	/*font-size: 16px;
	padding: 2% 5%;*/
}

.bodyKompass .mainFooter a,
.bodyKompass .footer_container a{
	font-weight: bold;
	padding: 0 5px 0 0;
	float: left;
	color: #fff;
	text-decoration: underline !important;
}

/*Start: skupni elementi*/
.footer{display:none;}
/* Reset body padding and margins */
body { margin:0; padding:0; }

/* Make Header Sticky */
.header_container { background:/*#fafafa*/#fff; /*border:1px solid #666; */height:/*120px*/auto; left:0; position:fixed;width:100%; top:0; z-index: 1;}
.header_content{ line-height:60px; margin:0 auto; width:auto; text-align:center; }

.cContent{ padding: /*2% 5%*/2% 4% 0 0;}


/* Make Footer Sticky */
.footer_container { background:#fafafa; border-top:0px solid #D8D8D8; bottom:0; height:60px; left:0; position:fixed; width:100%; }

.footer_container {
    background: #eee none repeat scroll 0 0;
    border-top:0px solid #D8D8D8;
    bottom: 0;
    left: 0;
    /*position: fixed;*/
    width: 100%;
	min-height:auto;
	height: auto !important;
	height:auto;
	padding: 0 0 10px 0;
}
.bodyBonitete h3.bColor,
.bodyGvin h3.bColor,
.bodyPortfolioIntelligence h3.bColor,
.bodyBisnode h3.bColor,
.bodyiBon h3.bColor,
.bodyCreditCheck h3.bColor,
.bodyKompass h3.bColor{
    color: #000 !important;
    font-size: 21px;
    margin: 0 !important;
}
.bottomHeightFix{ width: 100%; height: 20px; float: left;}
/*input.disabled {
    pointer-events:none;
    color:#AAA;
    background:#F5F5F5;
}*/

input.disabled {
    background: #f5f5f5 url("../images/moreButtonIcoGray.png") no-repeat scroll right 9px;
    color: #aaa;
    pointer-events: none;
}

@media all {
	.page-break	{ display: none; }
}

@media print {
.page-break	{ display: block; page-break-before: always; }
.header_container,.footer_container{ display: none !important;}
.papreShadow{ box-shadow: 0 0 0.5cm rgba(0,0,0,0);;}
.cContent{ top: 0 !important; position: absolute !important;}
.cContainer{ width: 100%; overflow: visible !important}
.mainContainer {
	background-color: #fff;
	display: inherit !important;
	flex-direction: column;
	height: 100%;
}
.cContent {
    padding: /*2% 5%*//*0*/0 !important;
    position: absolute !important;
    top: -100px !important;
	margin: /*30px 0px 70px 30px !important*/0 !important;
}	
.mBS20{ margin: -4% 0 20px 0 !important; position: relative !important;}
}


/*Start: Loader*/
.fond{
    position:absolute;
    padding-top:200px;
    top:0;left:0; 
    right:0;
    bottom:0; 
    z-index:10000;
}

.contener_general
{
  -webkit-animation:animball_two 2s infinite !important;
  -moz-animation:animball_two 2s infinite !important;
  -ms-animation:animball_two 2s infinite !important;
  animation:animball_two 2s infinite !important;
  width:44px; height:44px;
}

.overlay{
  position: /*absolute*/fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.3); /*dim the background*/
}

.contener_mixte
{
  width:44px; 
  height:44px; 
  position:absolute;
  z-index:2 !important; 
}
.container {
    /*position: relative !important;
    z-index:1 !important;*/
}
.ballcolor
{
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
}
.ball_1, .ball_2, .ball_3, .ball_4
{
  position: absolute;
  -webkit-animation:animball_one 1s infinite ease;
  -moz-animation:animball_one 1s infinite ease;
  -ms-animation:animball_one 1s infinite ease;
  animation:animball_one 1s infinite ease;
}
.ball_1
{
  background-color:#6CC8F7;
  top:0; left:0;
}
.ball_2
{
  background-color:#D0D833;
  top:0; left:24px;
}
.ball_3
{
  background-color:#D0D833;
  top:24px; left:0;
}
.ball_4
{
  background-color:#D0D833;
  top:24px; left:24px;
}

@-webkit-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-moz-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-ms-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@keyframes animball_one
{
/*  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}*/
    0%{-webkit-transform:rotate(0deg) scale(1);}
  50%{-webkit-transform:rotate(360deg) scale(1.3);}
  100%{-webkit-transform:rotate(720deg) scale(1);}
}

@-webkit-keyframes animball_two
{
  0%{-webkit-transform:rotate(0deg) scale(1);}
  50%{-webkit-transform:rotate(360deg) scale(1.3);}
  100%{-webkit-transform:rotate(720deg) scale(1);}
}
@-moz-keyframes animball_two
{
  0%{-moz-transform:rotate(0deg) scale(1);}
  50%{-moz-transform:rotate(360deg) scale(1.3);}
  100%{-moz-transform:rotate(720deg) scale(1);}
}
@-ms-keyframes animball_two
{
  0%{-ms-transform:rotate(0deg) scale(1);}
  50%{-ms-transform:rotate(360deg) scale(1.3);}
  100%{-ms-transform:rotate(720deg) scale(1);}
}
@keyframes animball_two
{
  0%{transform:rotate(0deg) scale(1);}
  50%{transform:rotate(360deg) scale(1.3);}
  100%{transform:rotate(720deg) scale(1);}
}


.loaderGvin .ball_2 { background-color:#3B6AA1; }
.loaderGvin .ball_3 { background-color:#3B6AA1; }
.loaderGvin .ball_4 { background-color:#3B6AA1; }

.loaderBonitete .ball_2 { background-color:#F4BD05; }
.loaderBonitete .ball_3 { background-color:#F4BD05; }
.loaderBonitete .ball_4 { background-color:#F4BD05; }

.loaderPortfolioIntelligence .ball_2 { background-color:#D0D833; }
.loaderPortfolioIntelligence .ball_3 { background-color:#D0D833; }
.loaderPortfolioIntelligence .ball_4 { background-color:#6CC8F7; }

.loaderiBon .ball_2 { background-color:#CF0816; }
.loaderiBon .ball_3 { background-color:#CF0816; }
.loaderiBon .ball_4 { background-color:#CF0816; }
/*End: Loader*/

.generalP {padding: 0 0 20px 0 !important;}

