/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=a76ef490-624f-4253-a72d-9085a8b7f9d7");

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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"],
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;
}

/* Fonts */
@font-face {
  font-family: "Gill Sans Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/99f44245-9d58-4190-a64e-a3376f8b53b3.eot?#iefix");
  src: url("../fonts/99f44245-9d58-4190-a64e-a3376f8b53b3.eot?#iefix") format("eot"), url("../fonts/bef137ae-8972-46a3-9a77-f0453736e755.woff") format("woff"), url("../fonts/c4072f74-697b-4348-a99d-a43bc92d5416.ttf") format("truetype"), url("../fonts/2f1959a9-36af-4490-bdb5-aec3ca90bbb2.svg#2f1959a9-36af-4490-bdb5-aec3ca90bbb2") format("svg");
}
@font-face {
  font-family: "Gill Sans";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/0fed87fb-0dbf-41e8-a0d1-72f798cdba00.eot?#iefix");
  src: url("../fonts/0fed87fb-0dbf-41e8-a0d1-72f798cdba00.eot?#iefix") format("eot"), url("../fonts/7e6e1775-e8fa-4a7b-87ed-ba0247747274.woff") format("woff"), url("../fonts/195f67f2-28ab-44dd-a756-ee4efcd46111.ttf") format("truetype"), url("../fonts/9d7c8564-0429-4d4f-943a-7cb35892db69.svg#9d7c8564-0429-4d4f-943a-7cb35892db69") format("svg");
}
@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/e55f9afb-8c92-4a61-ad1a-7f5788bd9c1d.eot?#iefix");
  src: url("../fonts/e55f9afb-8c92-4a61-ad1a-7f5788bd9c1d.eot?#iefix") format("eot"), url("../fonts/1063b047-48b7-4f7c-876b-f93d4ab62b2c.woff") format("woff"), url("../fonts/382d3153-8f7f-4011-9915-0c65e8af150a.ttf") format("truetype"), url("../fonts/f80f42c9-7401-4415-a8d1-575179869201.svg#f80f42c9-7401-4415-a8d1-575179869201") format("svg");
}
@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/c575cf0c-7e15-4f49-913a-af4676e20343.eot?#iefix");
  src: url("../fonts/c575cf0c-7e15-4f49-913a-af4676e20343.eot?#iefix") format("eot"), url("../fonts/39ede25d-544d-4537-8668-3e9af68a26ec.woff") format("woff"), url("../fonts/fe7e264f-3a4a-40c8-85eb-f9e2cb4b6f21.ttf") format("truetype"), url("../fonts/f45aa0ef-7101-4ac6-84f9-fce14d01e189.svg#f45aa0ef-7101-4ac6-84f9-fce14d01e189") format("svg");
}
/* Fonts IE 8*/
@font-face {
  font-family: "Gill Sans Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/99f44245-9d58-4190-a64e-a3376f8b53b3.eot?#iefix");
  src: url("../fonts/99f44245-9d58-4190-a64e-a3376f8b53b3.eot?#iefix") format("eot"), url("../fonts/bef137ae-8972-46a3-9a77-f0453736e755.woff") format("woff"), url("../fonts/c4072f74-697b-4348-a99d-a43bc92d5416.ttf") format("truetype"), url("../fonts/2f1959a9-36af-4490-bdb5-aec3ca90bbb2.svg#2f1959a9-36af-4490-bdb5-aec3ca90bbb2") format("svg");
}
@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/c575cf0c-7e15-4f49-913a-af4676e20343.eot?#iefix");
  src: url("../fonts/c575cf0c-7e15-4f49-913a-af4676e20343.eot?#iefix") format("eot"), url("../fonts/39ede25d-544d-4537-8668-3e9af68a26ec.woff") format("woff"), url("../fonts/fe7e264f-3a4a-40c8-85eb-f9e2cb4b6f21.ttf") format("truetype"), url("../fonts/f45aa0ef-7101-4ac6-84f9-fce14d01e189.svg#f45aa0ef-7101-4ac6-84f9-fce14d01e189") format("svg");
}
/* /Fonts */
body { font-family: "Gill Sans", sans-serif; min-width: 320px; color: #3A393A; background: #E3E3E3 url(../img/main/background.png) repeat-x 0 0; font-size: 16px; line-height: 1.35; }

/* link styles */
a { text-decoration: none; color: #3175ba; }
a:hover { color: #155494; }
a:focus { outline: none; }

/* containers */
.container { width: 1069px; padding: 0 42px; }
.single-box .container { width: 452px; }
/* vertical center */
#page { display: table; position: absolute; width: 100%; height: 100%; }
#main { display: table-cell; vertical-align: middle; }
.container { margin-left: auto; margin-right: auto; }

/* box */
.box { width: 452px; min-height: 437px; min-height: 607px; background: white; padding: 34px 37px; -webkit-box-shadow: 4px 4px 10px 3px rgba(0,0,0,0.2); box-shadow: 4px 4px 10px 3px rgba(0,0,0,0.2); }

/* heading styles */
h1 { font-size: 36px; font-family: "Gill Sans Light"; font-weight: normal; margin: 5px 0 24px; }
h2 { font-size: 36px; font-family: "Gill Sans Light"; font-weight: normal; margin: 5px 0 24px; }
h3 { font-size: 20px; color: #284E67; font-weight: normal; font-style: italic; margin: 14px 0; }
h4 { font-size: 18px; color: #284E67; font-weight: normal; font-style: normal; margin: 14px 0; }
h5 { font-size: 15px; color: #3A393A; font-weight: normal; font-style: normal; margin: 20px 0; padding: 18px 26px; background: #ECF1F4; }
strong { font-weight: bold; }
ul { list-style: none; margin: 20px 0; padding: 0; }
ul li { margin: 9px 0; }

/* main logo */
.logo { display: block;  }

#main { padding: 1px 0;  }

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

.mobile-show { display: none; }

/* ==========================================================================
  Login page
  ========================================================================== */

.main-panel { display: inline-block; width: 452px; }
.side-panel { float: right; }
.forgot-container { text-align: center; }

/* login form */
form { width: 100%; margin: 30px 0 0; }
form .input-field { width: 100%; margin-bottom: 13px; }
form .input-field input { width: 100%; }
form .input-field input.text-field { padding: 12px 19px; border: 1px solid #A9A9A9; }
form .checkbox-field { margin-top: 14px; }
form .checkbox-field input { margin-right: 5px; }
form input.submit-button { height: 44px; line-height: 44px; color: white; text-align: center; text-transform: uppercase; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); border: 1px solid #5575CA; border-radius: 4px; }
form input.submit-button {
	background: #52a5d5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYTVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzRhOWRkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzI5NzRiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTZiYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #52a5d5 0%, #4a9dd0 21%, #2974ba 79%, #216bb5 100%);
	background: -webkit-linear-gradient(top,  #52a5d5 0%,#4a9dd0 21%,#2974ba 79%,#216bb5 100%);
	background: linear-gradient(to bottom,  #52a5d5 0%,#4a9dd0 21%,#2974ba 79%,#216bb5 100%);
}
.lt-ie9 form input.submit-button { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a5d5', endColorstr='#216bb5',GradientType=0 ); }
form input.submit-button:hover {
	border-color: #3A55AE;
	background: #3886bd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4ODZiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzMxN2RiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzI5NmZhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzE5NTE5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzQ5OTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3886bd 0%, #317db7 21%, #296fad 37%, #195199 79%, #134993 100%);
	background: -webkit-linear-gradient(top,  #3886bd 0%,#317db7 21%,#296fad 37%,#195199 79%,#134993 100%);
	background: linear-gradient(to bottom,  #3886bd 0%,#317db7 21%,#296fad 37%,#195199 79%,#134993 100%);
}
.lt-ie9 form input.submit-button:hover { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3886bd', endColorstr='#134993',GradientType=0 ); }

form hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a.button-link { display: block; height: 44px; line-height: 44px; color: #3A393A; color: #434141; text-align: center; text-transform: uppercase; /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);*/ border: 1px solid #C9C9C9; border-radius: 4px; }
a.button-link {
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #f0f0f0 16%, #e9e9e8 45%, #d8d8d7 100%);
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#f0f0f0 16%,#e9e9e8 45%,#d8d8d7 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%,#f0f0f0 16%,#e9e9e8 45%,#d8d8d7 100%);
}
.lt-ie9 a.button-link { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d8d8d7',GradientType=0 ); }
a.button-link:hover {
	border-color: #939393;
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #e9e9e9 0%, #e8e8e8 16%, #e2e2e2 32%, #dedede 36%, #dddddb 45%, #c8c8c8 86%, #c4c4c2 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 0%,#e8e8e8 16%,#e2e2e2 32%,#dedede 36%,#dddddb 45%,#c8c8c8 86%,#c4c4c2 100%);
	background: linear-gradient(to bottom, #e9e9e9 0%,#e8e8e8 16%,#e2e2e2 32%,#dedede 36%,#dddddb 45%,#c8c8c8 86%,#c4c4c2 100%);
}
.lt-ie9 a.button-link:hover { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#c4c4c2',GradientType=0 ); }

/* register link text */
.register-link-text { border-top: 1px solid #CACBCB; margin-top: 28px; padding-top: 12px; }
.register-link-text p { margin-bottom: 24px; }

.error { color: #E31616; }

/* ==========================================================================
  Dialog box
  ========================================================================== */

/* dialog box */
.dialog-box {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
	/* css3 border radius */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: white;
	max-width: 458px;
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 50000;
	display: none;
}
.lt-ie9 .dialog-box { zoom: 1; behavior: url(/export/system/modules/za.co.heliosdesign.common/resources/htc/PIE.htc); }
.dialog-box .dialog-message h1:first-child { margin: -12px -23px 0px -23px; padding: 7px 25px; border-bottom: 1px solid #E1E1E1; font-family: "Gill Sans Light", Arial, Helvetica, sans-serif; font-weight: normal; font-size: 158.33%; color: #413E3E; }
.dialog-box .dialog-message { padding: 12px 23px; }
.dialog-box a.close-button { display: block; position: absolute; right: 12px; top: 12px; text-align: center; background-color: white; width: 20px; height: 20px; line-height: 15px; color: #999999; text-decoration: none; font-family: 'Gill Sans Light'; font-size: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; cursor: pointer; }
.dialog-box a.close-button:hover { background-color: #ddd; color: #222 !important; }


/* ==========================================================================
   IE8 hacks
   ========================================================================== */

.lt-ie9 .ticker:after { width: 30%; }
.lt-ie9 .ticker:before { width: 30%; }
.lt-ie9 .about { box-shadow: 0px 1px 40px rgba(197, 197, 197, 0.6); behavior: url(/export/system/modules/za.co.heliosdesign.common/resources/htc/PIE.htc); }
.lt-ie9 .about:after { border-radius: 0; }


/* ==========================================================================
   Overwrite jQuery UI styling
   ========================================================================== */

.ui-widget {
	font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.ui-widget .ui-widget {
	font-size: 16px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

/* break word */
.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


/* Clearfix*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.hidden { display: none; visibility: hidden; }
.invisible { visibility: hidden; }

/* Style responsive */
@media (max-width: 1069px) {
  .container,
  .single-box .container { width: 100%; }
}
@media (max-width: 1000px) {
  .main-panel { margin-bottom: 24px; width: 100%; }
  .side-panel { float: none; margin-bottom: 24px; }
  .box { min-height: 0; height: auto; }
  /* remove vertical centering */
  #page { display: block; position: static; width: auto; height: auto; }
  #main { display: block; margin-top: 20px; }
  .container,
  .single-box .container { width: 452px; padding: 0; }
}
@media (max-width: 500px) {
  .container,
  .single-box .container { width: 100%; padding: 0 24px; }
  .box { width: 100%; }
}
@media (max-width: 440px) {
  
}
@media print {
  h1, h2, h3, h4, h5, h6, p {
    color: black;
  }

  h1,
  .section-headline {
    font-size: 20px;
  }
  
  h2 {
  	font-size: 17px;
  }

  p {
    font-size: 12px;
    line-height: 14px;
  }
}