﻿/***********************>>> RM CUSTOM STYLES <<<***********************/
@charset "UTF-8";
@-ms-viewport { width: device-width; }
/* --------------------->>> BOOTSTRAP OVERRIDES OR CUSTOM ADDITIONS <<<---------------------*/
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
svg:not(:root) {
    overflow: hidden
}
legend {
    font-weight: 600;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical    
}
video {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.btn {
	white-space:normal;
}
/* --------------------->>> CLEARING <<<---------------------*/
[class*="col-"]
.hero-unit,
.widget,
.summary-wrapper,
.mobile-page-nav,
.widget {
    *zoom: 1  
}
[class*="col-"]:before,
[class*="col-"]:after,
.widget:before,
.widget:after,
.hero-unit:before,
.hero-unit:after,
.summary-wrapper:before,
.summary-wrapper:after {
    display: table;
    content: "";
    line-height: 0;
}
[class*="col-"]:after,
.hero-unit:after,
.widget:after,
.summary-wrapper:after {
    clear: both
}
/* --------------------->>> ACCESSIBILITY <<<---------------------*/
.visuallyhidden,
.search form label {
    border: 0;
    clip: rect(0000);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.search form label:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    margin: 0;
}
.visuallyhidden ul li {
    list-style: none
}
/* --------------------->>> CONSISTENT DECENT MARGINS <<<---------------------*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 10px 0;
}
div>p {
	margin: 20px 0;
}
.strip .row {
    margin: 0;
}
.row .row {
    margin: 0;
}
hr {
    margin: 10px 0 20px 0
}

.row + hr {
    margin: 0 0 30px 0
}
ul,
ol {
    padding: 0;
    margin: 0 0 20px 35px;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}
h1 + h2 {
    margin-top: -5px
}
h2 + h3 {
    margin-top: -5px
}
h3 + h4 {
    margin-top: -5px
}
h4 + h5 {
    margin-top: -5px
}
h5 + h6 {
    margin-top: -5px
}
h3 + h5 {
    margin-top: -5px
}
h3 + h6 {
    margin-top: -5px
}

@media (min-width: 768px) {
p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
hr {
    margin: 20px 0 30px
}

} /* end 768px */
/* --------------------->>> HTML / BODY <<<---------------------*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	font-size: 13px;
	font-size: 1.3rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 992px) {
body {
	font-size:14px;
    font-size: 1.4rem;
    line-height: 1.8;
}

} /* end 992px */

@media (min-width: 1200px) {
body {
	font-size:16px;
    font-size: 1.6rem;
}

} /* end 1200px */

@media (min-width: 1980px) { 
body {
	font-size:18px;
    font-size: 1.8rem;
}

} /* end 1980px */

/* --------------------->>> TYPOGRAPHY AND FONTS <<<---------------------*/
h1, h2, h3, h4, h5, h6, body, input, textarea, button, form, #countdown {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
    color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
    color: #00ba7b;
}
h1 {
	font-size: 135%;
	font-weight: 600;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}
h2 {
    font-size: 125%;
    font-weight: 600;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}
h3 {
    font-size: 115%;
    font-weight: 600;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}
h4 {
    font-size: 105%;
    font-weight: 600;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}
h5 {
    font-size: 95%;
    font-weight: 600;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}
h6 {
    font-size: 90%;
    font-weight: 600;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}
.btn, .footer, .footer-credits {
    -webkit-font-smoothing: subpixel-antialiased
}
@media (min-width: 768px) {
h1 {
	font-size: 210%;
	font-weight: 400;
}
h2 {
    font-size: 180%;
    font-weight: 400;
}
h3 {
    font-size: 160%;
    font-weight: 400;
}
h4 {
    font-size: 140%;
    font-weight: 400;
}
h5 {
    font-size: 130%;
    font-weight: 400;
}
h6 {
    font-size: 115%;
    font-weight: 400;
}
h1 + h2 {
    margin-top: -12px
}
h2 + h3 {
    margin-top: -12px
}
h3 + h4 {
    margin-top: -12px
}
h4 + h5 {
    margin-top: -12px
}
h5 + h6 {
    margin-top: -12px
}
h3 + h5 {
    margin-top: -12px
}
h3 + h6 {
    margin-top: -12px
}

} /* end 768px */

/* --------------------->>> BODY ELEMENTS <<<---------------------*/
hr {
    border: 0;
    clear: both;
    height: 2px;
    border-bottom: 1px #d5d5d5 dashed;
}
p,
li,
dd,
dt,
dl,
ol li,
ul li {
    line-height: inherit
}
ul.list-unstyled,
ol.list-unstyled {
    margin-left: 0;
}
ul.inline,
ol.inline {
    margin-left: 0;
}
ul.inline  > li,
ol.inline  > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
ul.twocol {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
@media (min-width: 768px) {
ul.twocol {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;    
}

} /* end 768px */
small,
.small {
    font-size: 75%;
    color: inherit;
}
.main-content pre {
    overflow: auto;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0 0 20px;
}
pre,
code,
tt,
kbd,
samp {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace
}
pre {
    margin: 2% 0 5% 0;
    padding: 3%;
    display: block;
    clear: both;
    border: 0;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/*pre code,*/
code {
    padding: 0;
    margin: 0;
    color: inherit;
  	background-color: #f2f2f2;
}
blockquote {
	margin-left: 20px;
	margin-right: 20px;
	font-style:italic;
	font-size: inherit;
}
.table-plain > thead > tr > th, 
.table-plain > tbody > tr > th, 
.table-plain > tfoot > tr > th, 
.table-plain > thead > tr > td, 
.table-plain > tbody > tr > td, 
.table-plain > tfoot > tr > td {
    border-top: 0;
}
/* --------------------->>> COLOURS <<<---------------------*/
body {
    color: #222 
}
.primary-color,
.primary-color a,
.text-primary {
    color: #017cd2;
}
/* --------------------->>> BASE LINK STYLES <<<---------------------*/
a {
    color: #222;
    text-decoration: underline;
}
.main-content a {
	color: #0068a9;
	overflow-wrap: break-word;
 	word-wrap: break-word;
}
a:hover,
a:focus {
    color: #00ba7b;
    text-decoration: none;
}
.nav a,
.dropdown-menu a {
    text-decoration: none
}
p a,
p a:visited {
    line-height: inherit
}
a img {
    border: none;
    text-decoration: none;
}
a:hover,
a:active,
a,
object,
embed,
*:focus {
    -moz-outline-style: none;
    outline: none!important;
}
/* Don't collapse these into one ruleset. When a browser doesn't recognise a selector it discards the whole ruleset. 
By using vendor selectors in one ruleset you guarentee nothing will be applied */
::-webkit-selection {
    background-color: #777777;
    color: #fff;
}
::-moz-selection {
    background-color: #777777;
    color: #fff;
}
::selection {
    background-color: #777777;
    color: #fff;
}
/* --------------------->>> FORMS <<<---------------------*/
.help-block {
	font-size: 80%;
}
.radio label, 
.checkbox label {
	padding: 5px 20px;
}

/* --------------------->>> PAGINATION CUSTOM <<<---------------------*/
.pagination-centered {
    text-align: center
}
.pagination-centered ul {
	margin: 0 auto;
}
/* --------------------->>> PAGINATION CUSTOM <<<---------------------*/
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	background-color: #0075bf;
	border-color: #357ebd;
}
/* --------------------->>> UTILITY CLASSES <<<---------------------*/
/* this adds "..." */
.overflow {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
}
.overflow:hover {
    width: 100%;
    white-space: normal;
    overflow: visible;
    background: inherit;
    position: relative;
    z-index: 2;
}
/* --------------------->>> UN-STYLED TABLE NON BOOTSTRAP <<<---------------------*/
html.ie7 table {
    border-collapse: collapse
}
html.ie7 table td {
    border: 1px solid #477a0f
}
/* --------------------->>> NAV tabs and general navigation - color changes <<<---------------------*/
.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
    color: #ffffff;
    text-shadow: none;
    background-color: #5676a5;
}
.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    color: #ffffff;
    background-color: #1fa8ff;
}
.nav-pills>li>a {
    background: #eee
}
.nav-tabs.nav-stacked>li.active>a {
    background: #ddd
}
/* --------------------->>> Button Colours <<<---------------------*/
a.btn {
	color: #ffffff;
	text-decoration: none;
}
.btn-primary {
	background: #0075bf;
	border-radius: 2px;
}
.btn-primary:hover {
	background: #2882bb;
}
.btn-success {
	background: #43b948;
	border-color: #43b948;
	border-radius: 2px;
}
.btn-success:hover {
	background: #40b044
}
a.btn-default {
	color: #222;
	border-radius: 2px;
}
.btn-default:hover,
.btn-default:focus {
	color: #222!important;
	background-color: #ffffff;
	border-color: #b4b9bb;
}
.btn-very-subtle {
	background-color: #ededed;
	background-repeat: repeat;
	border-color: transparent;
	color: #000!important;
}

@media (min-width: 992px) {
.btn:hover, 
.btn:active, 
.btn.active, 
.btn.disabled, 
.btn[disabled] {
	color: #fff!important;
	background-color: #b4b9bb;
	border-color: #b4b9bb;
}

} /* end 992px */


/* --------------------->>> SUPPORT HOME PAGE <<<---------------------*/
.home .col-sm-6 {
	border-bottom: 1px solid #eeeeee;
}
.home #page {
	padding-top: 0;
}

@media (min-width: 768px) {
.home, .home #page {
	background: #f1f1f1;
}
.home #page {
	padding-top: 20px;
}

} /* end 768px */


.support-topic-bg {
	background: #ffffff;
	float:left;
	width:100%;
}
.support-topic {
	display:block;
	width: 100%;
	height: 70px;
	text-align: left;
	color: #333;
	position: relative;
	text-decoration: none;
}
.support-topic a,
.support-topic a:hover {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #333;
	position: relative;
	text-decoration: none;
}
.support-topic-icon {
	width: 60px;
	height: 70px;
	text-align: right;
	font-size: 30px;
	line-height: 70px;
	color: #0075bf;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 1;
}
.support-topic-content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0;
}
.support-topic-content h3 {
	font-size: 140%;
	font-weight: 600;
	text-align: left;
	margin: 0 60px 0 0;
	padding: 10px 0 10px 0px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.support-topic-links {
	list-style-type:none;
	margin-left: 0;
	padding-top: 10px;
	font-size: 120%;
	border-top: 1px solid #2c3c4c;
	height: 150px;
	overflow: hidden;
	line-height: 1.2;
}
.support-topic-links li {
	padding: 0 0 0 12px;
}
.support-topic-links li:before {
	content: '\e80a';	
	font-family: fontello;
	float: left;
	width: 12px;
	color: #222;
	font-size: 100%;
	margin-left: -12px;
	padding: 0;
	margin-top: 4px;
}
.support-topic-links a {
	text-decoration:none;
	padding: 4px 0;
	display: block;
}
.support-topic-all {
	text-decoration:none;
	text-align:right;
	font-size: 100%;
	font-weight: 600;
	margin-top: 15px;
}

@media (min-width: 768px) {
.support-topic-bg {
	margin-bottom: 30px;
	padding: 15px;
}
.support-topic {
	height: 80px;
}
.support-topic-icon {
	height: 80px;
	font-size: 45px;
	line-height: 80px;
}

} /* end 768px */

@media (min-width: 992px) {
.support-topic-all {
	font-size: 90%;
}
.support-topic-links {
	font-size: 100%;
}
.support-topic-links li:before {
	padding: 0;
}
.support-topic-links a {
	display: block;
	font-size: 90%;
}

} /* end 992px */

@media (min-width: 1980px) { 
.support-topic-links {
	height: 170px;
}

} /* end 1980px */

/* --------------------->>> SUPPORT INDEX LATEST ARTICLES <<<---------------------*/
.articles {
	list-style: none;
	margin: 0 0 1em 0;
}
.articles li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 24px;
}
.articles li:before {
	content: '\e816';
	font-family: fontello;
	float: left;
	width: 20px;
	color: #222;
	font-size: 90%;
	margin-left: -24px;
}
.articles li > h4 {
	font-size: 100%;
	margin-bottom: 5px;
	font-weight: 600;
}
.articles li:hover > h4 a {
	color: #00ba7b;
}
.articles li:hover {
	cursor: pointer;
}
.articles li > h4 a:hover {
	color: #00ba7b;
}
.articles li .product {
	font-size: 90%;
	color: #777;
}
.articles li .product:before {
	content: '\e80d';
	font-family: fontello;
	width: 20px;
	color: #777;
	font-size: 80%;
	padding-top:3px;
	padding-right: 5px;
}
.articles li .date {
	font-size: 90%;
	color: #777;
	margin-right: 10px;
}
.articles li .date:before {
	content: '\e80b';
	font-family: fontello;
	width: 20px;
	color: #777;
	font-size: 80%;
	padding-top:3px;
	padding-right: 5px;
}
/* --------------------->>> SUPPORT INDEX CATEGORIES <<<---------------------*/
.categories {
	margin-left: 0;
	list-style-type:none;
}
.categories li {
	border-bottom: 1px solid #ddd;
}
.categories li > a {
	display:block;
	padding: 8px 0 8px 0;
	text-decoration:none;
	color: #222;
}
.categories li a:before {
	content: '\e80a';
	font-family: fontello;
	float: left;
	width: 15px;
	color: #0075bf;
	font-size: 100%;
}
.categories li > a:hover {
	color: #00ba7b;
}
/* --------------------->>> SUPPORT WIDGETS <<<---------------------*/
.support-widget {
  border: 1px solid #ddd;
  padding: 10px 90px 10px 20px;
  margin-bottom: 20px;
}
.support-widget h3 {
  margin: 0;
  padding: 0;
  font-size: 140%;
  font-weight: 600;
}
.support-widget p {
	font-size: 90%;
}
.support-widget.faq {
  background: #F2F9F2 url("/img/support/faq.png") no-repeat 95% 20px;
}
.support-widget.check {
  background: #E2F0F2 url("/img/support/epc-version-check.png") no-repeat 95% 20px;
}
.support-widget.epcs {
  background: #E2F0F2 url("/img/support/epcs.png") no-repeat 95% 20px;
}
.support-widget.forum {
  background: #F2F9F2 url("/img/support/forum.png") no-repeat 95% 20px;
  border: 1px solid #ddd;
  padding: 10px 110px 10px 20px;
  margin-bottom: 20px;
}
.support-widget.forum p {
	margin: 5px 0;
}
.support-widget.forum h4 {
	margin-bottom: 0;
}

/* --------------------->>> SUPPORT ARTICLE LISTS <<<---------------------*/
.dt-responsive a {
	font-size: 100%;
	font-weight: 600;
	text-decoration:none;
}
.dt-responsive tr:hover td a {
	color: #00ba7b;
	text-decoration: underline;
}
/* --------------------->>> SUPPORT ARTICLE PAGES <<<---------------------*/
table.article {
	border-bottom: 1px #ddd solid;
}
table.article th:nth-child(1) {
	width: 15%;
}
table.article td:nth-child(2) {
	width: 85%;
}
.h4 {
	background: #f5f5f5;
	padding: 5px 0;
}

/* --------------------->>> SUPPORT RESPONSIVE IFRAME <<<---------------------*/
.iframe {
	border: 0;
}
.iframe-wrapper {
	position: relative;
    padding-bottom: 75%;
    height: 100%;
    overflow: hidden;
}
.iframe-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* --------------------->>> SUPPORT MISC <<<---------------------*/
.links {
	font-weight:600;
}
.page-header {
	margin-top: 20px;
}
#download-epc {
	max-width: 329px;
}
#download-epc.affix {
	top:60px;
}
.superseded {
	opacity: 0.6;
}
.check-yes {
	color: #43b948;
}
.check-no {
	color: #ff0000;
}

@media (min-width: 768px) {
#download-epc {
	max-width: 263px;
	margin: 0 auto;
}

} /* end 768px */

/* --------------------->>> HEADER <<<---------------------*/
.header {
    height: auto;
    background: #fff;    
    clear: both;
    margin: 0;
    position: relative;
    top: auto;
	width: 100%;
    padding: 0;
    max-width: none;
	z-index: 100;
    -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.20);
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.20);
}
.header .container {
	padding:0;
}

@media (min-width: 768px) {
.header {
    position:fixed;
    top:0;
    left:0;
}

} /* end 768px */

@media (min-width: 992px) {
.header .container {
	padding:0 15px 0 15px;
}

} /* end 992px */

/* --------------------->>> PAGE <<<---------------------*/
#page {
    margin-top: 0;
    padding: 20px 0 0 0;
    position: relative;
    background-color: #fff;
    clear: both;
}
#page-home {
    position: relative;
    margin: 0; /* 40px (secondary-menu) + 80px (primary-menu and logo) + 40px (standard margin)*/
    padding: 0;
    clear: both;
    background-color: #fff;
}
@media (min-width: 768px) {
#page {
    margin: 0; /* 40px (secondary-menu) + 80px (primary-menu and logo) + 40px (standard margin)*/
    padding: 20px 0 0 0;
}
#page-home {
    margin: 0; /* 40px (secondary-menu) + 80px (primary-menu and logo) + 40px (standard margin)*/
}

} /* end 768px */

@media (min-width: 992px) {
#page-home {
    margin: 0; /* 40px (secondary-menu) + 80px (primary-menu and logo) + 40px (standard margin)*/
}

} /* end 992px */


/* ---------------------main-content---------------------*/
.main-content {
    margin-bottom: 2%;
    clear: both;
    position: relative;
    z-index: 1;
}
/* --------------------->>> LOGO <<<---------------------*/
#logo {
    margin: 10px auto;
    clear: both;
    position: relative;
    float: left;
    max-width: 50%;
    height: auto;
}
#logo a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#logo img {
    margin: 0 auto;
    max-height: 35px;
}
.logo-svg {
    overflow: hidden;
    background: transparent!important;
    height: auto;
    width: auto;
    max-width: 100%;
    min-width: 50%;
    max-height: 40px;
    float:left;
    width: 127px;
    margin-left:15px;
}
@media (min-width: 768px) {
#logo {
    position: relative;
	margin: 10px 15px 0 15px;
}
.logo-svg {
	width: 157px;
	margin: 0 auto;
	float: none;
}

} /* end 768px */

@media (min-width: 992px) {
#logo {
	margin: 12px 25px 0 0;
	max-width: 100%;
	float:left;
}
#logo, 
.logo-svg {
    max-height:58px;
    width: 157px;
}

} /* end 992px */

@media (min-width: 1200px) {
#logo .logo-svg, 
#logo img {
	max-width: 175px
}

} /* end 1200px */

/* ---------------------------------->>> NAVBARS <<<------------------------------------*/
.navbar {
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-collapse {
	max-height:none;
}
.navbar-upper {
	z-index:700;
	border: 0;
	border-top: 2px #2c3c4c solid;
	background: #fff;
	font-size: 100%;
}
.navbar-upper {
	min-height: 50px;
	font-size: 90%;
}
.navbar-upper .navbar-brand {
	padding: 10px 15px 0 15px;
	text-decoration: none;
	font-size: 140%;
	font-weight: 600;
	line-height: 15px;
}
.navbar-upper .nav {
	margin-top: 0;
}
.navbar-upper .navbar-nav>li>a:hover, 
.navbar-upper .navbar-nav>li>a:focus {
	background: transparent;
}
.navbar-upper .nav .open>a, 
.navbar-upper .nav .open>a:hover, 
.navbar-upper .nav .open>a:focus {
	background-color: transparent;
	border-color: transparent;
    color: #00ba7b;
}
.navbar-lower {
	z-index:600;
	background: #2c3c4c;
}
.navbar-lower .navbar-brand {
	display: none;
}
.navbar-lower .navbar-brand {
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	padding: 5px;
	text-decoration: none;
}
.navbar-lower .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	background: transparent;
}
.navbar-lower .navbar-nav>li>a:hover,
.navbar-lower .navbar-nav .open>a:hover, 
.navbar-lower .navbar-nav .open>a:focus,
.navbar-lower .navbar-nav .open .dropdown-toggle {
	color: #00ff00;
}
.navbar-lower .dropdown-menu>li>a  {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #fff;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
	color:#222;
	background: #bfeba7;
}
.navbar-lower .yamm-content a {
	padding: 6px 20px 6px 20px;
	line-height: 1.42857143;
	display:block;
	color: #fff;
}
.navbar-lower .yamm-content a:hover {
	background: #f5f5f5;
	background: #bfeba7;
	color: #222;
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.dropdown-header {
	display: block;
	padding-left: 15px;
	font-size: 110%;
	font-weight: 600;
	border-bottom: 1px #00b907 solid;
	color: #bfeba7;
}
.navbar-lower .dropdown.open a:focus {
	color: #00ff00;
}
.navbar-lower .nav .open>a, 
.navbar-lower .nav .open>a:hover, 
.navbar-lower .nav .open>a:focus {
	background-color: transparent;
	border-color: transparent;
}
.navbar-form {
	margin: 0;
	padding: 0;
	line-height: 40px;
}
.navbar-upper .navbar-toggle {
	margin: 5px 15px 0 0;
	padding: 8px 12px;
	color: #2c3c4c;;
	font-size: 20px;
}
.navbar-upper .navbar-toggle .icon-dot-3 {
	display: block;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	font-weight: 600;
}
.navbar-lower .navbar-toggle {
	margin: 10px 0 0 0;
	padding: 5px;
	border: 1px #fff solid;
	color: #fff;
	background: #2c3c4c;
	font-weight: 600;	
	border-radius: 2px;
}
.navbar-sub .navbar-toggle {
	margin: 10px 15px 0 0;
	padding: 5px;
	border: 1px #0075bf solid;
	color: #0075bf;
	background: #bce0fb;
	font-weight: 600;	
}
.navbar-form .form-group {
	text-align: center;
}
.navbar-form .form-control {
    height: auto;
    padding: 2px 4px;
}
.navbar-form .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    padding: 2px 4px;
    margin: 0 auto;
}
.navbar-form .btn:hover i {
	color: #fff;
}
.navbar-sub {
	z-index:500;
	background: transparent;
	border: 0;
	margin-bottom: 1em;
}
.navbar-sub .container {
	background:#bce0fb;
    border: 1px #a9cfeb solid;
}
.navbar-sub .navbar-nav>li>a {
	color: #0075bf;
	font-weight: 600;
}
.navbar-sub .navbar-brand {
	color: #0075bf;
	text-decoration: none;
	font-size: 120%;
}
.navbar-sub .dropdown-menu>li>a{
	padding-top: 6px;
	padding-bottom: 6px;
}
.navbar-sub .nav>li>a:hover,
.navbar-sub .nav .open>a,
.navbar-sub .nav .open>a:hover,
.navbar-sub .nav .open>a:focus {
	background: #e3f3ff;
}

@media (min-width: 768px) {
.navbar-upper .navbar-header {
	float:left;
	text-align: center;
}
.navbar-upper .navbar-brand {
	text-decoration:none;
	color: #222;
	margin: 5px 0 5px 25px;
	border-left: 4px #eeeeee solid;
	padding: 15px 15px 0 15px;
	font-size: 200%;
	font-weight: 400;
	line-height: 20px;
}
.affix .navbar-brand {
	display: block;
	color: #fff;
}
.navbar-upper .nav,
.navbar-upper form {
	margin-top: 5px;
}
.navbar-lower.affix {
	top: 0px;
	width:100%;
	background: #2c3c4c;
	border-radius: 0;
}
.navbar-sub.affix {
	top: 50px;
	width:100%;
	background: #bce0fb;
	border-radius: 0;
}
.navbar-sub.affix .container {
	border: 1px #bce0fb solid;
}
.affix + .searchbg {
    padding-top:52px
}
.nav-wrapper {
	height:52px;
}
.navbar-sub.affix + .main-content {
    padding-top:60px
}
.navbar-sub .container {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.navbar-sub .navbar-nav>li>a {
	font-weight: normal;
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.dropdown-header {
	color: #017cd2;
	padding: 3px 20px;	
}
.navbar-lower .yamm-content a,
.navbar-lower .dropdown-menu>li>a {
	color: #222;
}
.navbar-form .form-group {
	margin-left: 20px;
	margin-right: 20px;
}
.navbar-form .form-control {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    height: auto;
    padding: 2px 4px;
}
.navbar-form .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border-left: 0;
    margin-left: -2px;
    height: auto;
    padding: 2px 4px;
}
.navbar-form .btn i {
	font-size: 135%;
}
.navbar-form .btn span {
	display: none;
}
/* Make Navigation Toggle on Desktop Hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

} /* end 768px */

@media (min-width: 992px) {
.navbar-upper .navbar-header {
	float:left;
	text-align: center;
}
.navbar-upper {
	min-height: 80px;
	line-height: 80px;
	font-size: 90%;
}
.navbar-upper .navbar-brand {
	margin-top: 15px;
}
.navbar-upper .nav,
.navbar-upper form {
	margin-top: 18px;
}
.navbar-lower .dropdown-menu>li>a,
.navbar-lower .yamm-content a  {
	font-size: 130%;
	color: #333;
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.dropdown-header {
	font-size: 140%;
}

} /* end 992px */

/* --------------------->>> BREADCRUMB <<<---------------------*/
.breadcrumb {
    padding: 5px 0;
    font-size: 90%;
	margin: 0;    
    list-style: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.breadcrumbbg {
	background: #f5f5f5;
}
.breadcrumb li a {
    color: #999;
    text-decoration: none;
}
.breadcrumb li a:hover {
    color: #00ba7b;
}
.breadcrumb>li+li:before {
    content: "\e80a";
    font-family: fontello;
}
/*--------------------------- .footer ---------------------- */
.footer {
    clear: both;
    padding: 0 0 40px 0;
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 4px 5px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 4px 5px -2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 4px 5px -2px rgba(0, 0, 0, 0.05);
}
.footer a {
    text-decoration: none
}
.footer a:hover {
    text-decoration: underline
}
.footer section {
    padding: 5px 0 37px 0;
}
@media (min-width: 992px) {
.footer section {
    padding: 5px;
}

} /* end 992px */
/*--------------------------- .footer-credits ---------------------- */
.footer-credits {
    padding: 10px;
    font-size: 90%;
    clear: both;
    text-align: center;
    position: relative;
    background: #2c3c4c;
}
.footer-credits ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    position: relative;
    left: -10px;
}
.footer-credits li {
    display: inline;
    padding: 0 12px 0 8px;
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}
.footer-credits li:last-child, .footer-credits .last {
    border: none
}
.footer-credits li:first-child {
    padding-left: 0
}
.footer-credits a, .footer-credits li {
    text-decoration: none;
    margin: 0;
}
.footer-credits * {
	color: #fff;
    color: rgba(255, 255, 255, 0.70);
}
.footer-credits a:hover {
    color: #fff
}
/*--------------------------- BOOTSTRAP data collapse ---------------------- */
.panel {
	border: 0;
	box-shadow: none;
}
.panel-group > .panel {
    margin-bottom: 0.5em;
}
.panel-group .panel-body {
	padding: 0 10px 0 25px;
}
.panel-group > .panel-default {
	border-color: transparent;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.panel-group .panel-title a {
    font-size: 110%;
    display: block;
    position: relative;
    line-height: 1.4;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    padding-left: 25px;
}
.panel-title i,
#panel-title i
 {
    position: absolute;
    left: 0;
    color: #0075bf;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}
.active a>i:before { 
	content: "\e819";
	font-family: 'fontello';
}
.collapse>i:before,
#accordion-inner .collapse>i:before { 
	content: "\e818";
	font-family: 'fontello';
}

.collapsed>i:before,
#accordion-inner .collapsed>i:before { 
	/*content: "\e819";*/
	font-family: 'fontello';
}
.panel-group .panel-heading {
    color: #222;
    background: transparent;
}
#accordion-inner .panel-title a {
    font-size: 100%;
    display: block;
    position: relative;
    line-height: 20px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 15px;    
}
#accordion-inner .panel-default>.panel-heading {
	color: #222;
	background-color: transparent;
	border-color: #ddd;
	border: 1px #ddd solid;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

@media (min-width: 768px) {
#accordion-inner .panel-title a {
    font-size: 120%;
    line-height: 30px;
}
.panel-group .panel-title a {
    font-size: 120%;
    padding: 10px 15px 10px 25px;
    font-weight:600;
}
.panel-heading {
	padding: 0;
}

} /* end 768px */

/* --------------------->>> BACK TO TOP <<<---------------------*/
.backToTop {
    position: fixed;
    bottom: 5px;
    z-index: 1000;
    right: 5px;
}
.backToTop a {
    width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 0;
    background: #0075bf;
    opacity: .9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.backToTop a:hover {
    background-color: #357ebd;
}
@media (min-width: 768px) {
.backToTop {
    bottom: 35px;
}

} /* end 768px */

@media (min-width: 992px) {
.backToTop {
    bottom: 5px;
}

} /* end 992px */

/* --------------------->>> IE6 NOTICE <<<---------------------*/
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    font-size: 300%;
    padding: 0.2em 0;
}

/* --------------------->>> Misc Styles <<<---------------------*/
.req,
.note	{
	color: #ff0000;
}
video {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.video-lg {
	max-width:600px;
}
.video-external {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
}
.video-external iframe, 
.video-external object, 
.video-external embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 16:9 Video Ratio */
.widescreen {
	padding-bottom: 56.25%;
	padding-bottom: 45.75%;
}
/* 4:3 Video Ratio */
.fourbythree {
	padding-bottom: 75%;
}
.spacer {
	margin-top: 1em!important;
	margin-bottom: 1em!important;
}
/* --------------------->>> Sticky Footer <<<--------------------- */
* {
	margin: 0;
}
html {
	height: 100%;
}
body  {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px;
	position:relative; /*to fix scroll to top issue */
}
.footer, .push {
	height: 95px;
	clear: both;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
.footer > .row {
	margin: 0;
	padding: 20px 0;
}

@media (min-width: 768px) {
.wrapper {
	margin: 0 auto -80px;
}
.footer, .push {
	height: 80px;
}

} /* end 768px */

@media (min-width: 992px) {
.wrapper {
	margin: 0 auto -52px;
}
.footer, .push {
	height: 52px;
}

} /* end 992px */

@media (min-width: 1200px) {

.wrapper {
	margin: 0 auto -55px;
}
.footer, .push {
	height: 55px;
}

} /* end 1200px */

@media (min-width: 1980px) { 
.wrapper {
	margin: 0 auto -58px;
}
.footer, .push {
	height: 58px;
}

} /* end 1980px */

/* --------------------->>> SUPPORT SEARCH <<<--------------------- */
.searchbg {
	background-image:url('../../img/support/search-bg-sm.jpg');
	background-position:center 50%;
	background-size:cover;
	text-align:center;
	padding: 2em 0;
}
#headersearch .form-control {
	opacity: 0.9;
}
[data-target="#tips"] { 
	text-decoration: none;
}

@media (min-width: 992px) {
.searchbg {
	background-image:url('../../img/support/search-bg-md.jpg');
}

} /* end 992px */

@media (min-width: 1200px) {
.searchbg {
	background-image:url('../../img/support/search-bg-lg.jpg');
}

} /* end 1200px */

/* --------------------->>> SEARCH PAGE NEW <<<--------------------- */
.search-head {
	font-weight: 600;
	background: #f5f5f5;
	display:block;
}
.search-item {
	padding-left: 10px;
}
.search-form {
	margin-bottom: 25px;
}
.search-displayurl {
	color: #959595;
}
.search-product {
	font-style:italic;
}
a.disabled {
	pointer-events: none;
	cursor: default;
	color: #eee!important;
}

/* --------------------->>> SUPPORT TABLES <<<---------------------*/

/** JQUERY DATA TABLES */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-family: 'fontello';
}
table.dataTable thead .sorting:after {
  content: "\e811";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e80f";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e80e";
  /* sort-by-attributes-alt */
}

div.dataTables_wrapper div.dataTables_paginate {
	text-align: center;
}
table.dataTable.dtr-column>tbody>tr>td.control {
	padding: 12px;
}
table.dataTable.dtr-column>tbody>tr>td.control:before, 
table.dataTable.dtr-column>tbody>tr>th.control:before {
	top: 20px;
	line-height: 16px;
}

@media only screen and (min-width: 768px) {

#article-list tr {
	cursor: pointer;
}
.dt-version {
	bottom: -30px;
	float:left;
}
.dataTables_length {
	float:right;
}

table.article-list td:nth-child(1) {
	white-space:nowrap;
	width: 10%;
}
table.article-list td:nth-child(2) {
	width: 15%;
}
table.news td:nth-child(1) {
	width: 10%;
}
table.news td:nth-child(2) {
	width: 15%;
}
table.news td:nth-child(3) {
	width: 10%;
}
table.docs td:nth-child(1) {
	width: 48%;
}
table.docs td:nth-child(2) {
	width: 25%;
}
table.docs td:nth-child(3) {
	width: 5%;
}
table.docs td:nth-child(4) {
	width: 22%;
}
table.helpdesk td:nth-child(1) {
	white-space:nowrap;
	width: 10%;
}
table.helpdesk td:nth-child(2) {
	white-space:nowrap;
	width: 15%;
}
table.epcreadme td:nth-child(1) {
	width: 30%;
}
table.epcreadme td:nth-child(2) {
	width: 70%;
}
table.epcdoclist td:nth-child(1) {
	width: 30%;
}
table.epcdoclist td:nth-child(2) {
	width: auto;
}
table.epc-list td:nth-child(1) {
	width: 10%;
}
table.epc-list td:nth-child(2) {
	width: 70%;
}
table.epc-list td:nth-child(3) {
	width: 10%;
}
table.four-col td:nth-child(1) {
	width: 25%;
}
table.four-col td:nth-child(2) {
	width: 25%;
}
table.four-col td:nth-child(3) {
	width: 25%;
}
table.four-col td:nth-child(4) {
	width: 25%;
}
.column-25 {
	width: 25%;
}
.column-33 {
	width: 33.333333%;
}
.column-50 {
	width: 50%;
}
.column-75 {
	width: 75%;
}

} /* end 768px */






/*---------------------------- RETINA -------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min--moz-device-pixel-ratio: 2), 
only screen and (-moz-min-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi), 
only screen and (min-resolution: 2dppx) { 
/*	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/img/layout/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image
	}

	#fancybox-loading div {
		background-image: url('/img/layout/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image
	}*/

}



/* ----------------------- RETINA MOBILE ----------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 979px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 979px), 
only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 979px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width:979px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 979px), 
only screen and (min-resolution: 192dpi) and (max-width: 979px), 
only screen and (min-resolution: 2dppx) and (max-width: 979px) { 

}

/* box shadow adds white margin to right side of iphone retina devices */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    /*overflow-x:hidden; causes issue on firefox android*/
  }

}


/* Fontello Icon Fonts */

@font-face {
  font-family: 'fontello';
  src: url('../font/support-fontello.eot');
  src: url('../font/support-fontello.eot#iefix') format('embedded-opentype'),
       url('../font/support-fontello.woff2') format('woff2'),
       url('../font/support-fontello.woff') format('woff'),
       url('../font/support-fontello.ttf') format('truetype'),
       url('../font/support-fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?43256866#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-up-open-big:before { content: '\e800'; }
.icon-check:before { content: '\e801'; }
.icon-home:before { content: '\e802'; }
.icon-lightbulb:before { content: '\e803'; }
.icon-lifebuoy:before { content: '\e804'; }
.icon-newspaper:before { content: '\e805'; }
.icon-book-open:before { content: '\e806'; }
.icon-key:before { content: '\e807'; }
.icon-wrench:before { content: '\e808'; }
.icon-info:before { content: '\e809'; }
.icon-angle-right:before { content: '\e80a'; }
.icon-calendar:before { content: '\e80b'; }
.icon-angle-double-right:before { content: '\e80c'; }
.icon-tag-empty:before { content: '\e80d'; }
.icon-down-dir:before { content: '\e80e'; }
.icon-up-dir:before { content: '\e80f'; }
.icon-search:before { content: '\e810'; }
.icon-arrow-combo:before { content: '\e811'; }
.icon-plus-circled:before { content: '\e812'; }
.icon-minus-circled:before { content: '\e813'; }
.icon-dot-3:before { content: '\e814'; }
.icon-down-open-big:before { content: '\e815'; }
.icon-edit:before { content: '\e816'; }
.icon-angle-double-left:before { content: '\e817'; }
.icon-plus-squared:before { content: '\e818'; }
.icon-minus-squared:before { content: '\e819'; }
.icon-download:before { content: '\e81a'; }
.icon-cancel:before { content: '\e81b'; }
.icon-mail-alt:before { content: '\e81c'; }
.icon-cog-alt:before { content: '\e81e'; }
.icon-angle-left:before { content: '\f104'; }

/*--------------------------- print ---------------------- */

@media print { 
.backToTop,
#top i,
.footer,
.chromeframe,
.widget,
.pagination,
.breadcrumb,
.filter-box,
#accordion i,
.btn,
.searchbg,
.logo-svg
 {
    display: none!important
}
#accordion .panel-collapse {
    display: block!important;
    clear: both!important;
    visibility: visible!important;
    overflow: visible!important;
}
.navbar.navbar-upper {
	display:block!important;
	text-align: left;
	height: 10px;
	line-height:10px;
	border-top: 0;
}
.navbar.navbar-upper .navbar-header button,
.navbar.navbar-upper .navbar-nav {
	display:none;
}
.navbar.navbar-upper .navbar-header #logo img {
	display:block!important;
	height: 50px!important;
    clear: both!important;
    visibility: visible!important;
    overflow: visible!important;
    margin: 0 auto 5px auto;
    float: none;
    position: fixed;
    left: 10px;
}
.navbar.navbar-upper .navbar-header .navbar-brand {
	display:block;
	border-left: 4px #eeeeee solid;
	font-size: 200%;
	font-weight: 400;
	line-height: 35px;
	left:190px;
	position: fixed;
}
.visible-xs-inline-block {
	display:none!important;
}
#logo {
    float: left!important;
    width: 160px!important;
}
#logo a {
	display:none!important;
}
tr,
img,
li {
    page-break-inside: avoid;
}
a[href^="../"]:after,
a[href]:after { 
	content: " (https://www.lansa.com/" attr( href ) ") ";
}

a[href^="http:"]:after,
a[href^="mailto:"]:after { 
	content: " (" attr( href ) ") ";
}

a[href]:after {
	display: none;
}
.main-content .primary-column {
border-right: 0;
}

body {
	font-size: 12px;
	overflow:visible;
}


}/*end print*/

/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * shCore.css
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  background: none !important;
  border: 0 !important;
  bottom: auto !important;
  float: none !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.1em !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}
.syntaxhighlighter {
  width: 100% !important;
  margin: 1em 0 1em 0 !important;
  position: relative !important;
  overflow: auto !important;
  font-size: 1em !important;
}
.syntaxhighlighter.source {
  overflow: hidden !important;
}
.syntaxhighlighter .bold {
  font-weight: bold !important;
}
.syntaxhighlighter .italic {
  font-style: italic !important;
}
.syntaxhighlighter .line {
  white-space: pre !important;
}
.syntaxhighlighter table {
  width: 100% !important;
}
.syntaxhighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
  width: 100% !important;
}
.syntaxhighlighter table td.code .container {
  position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
  text-align: right !important;
  padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
  padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
  padding-left: 0em !important;
}
.syntaxhighlighter.show {
  display: block !important;
}
.syntaxhighlighter.collapsed table {
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 1em !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
  padding: 0 !important;
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  height: 11px !important;
  font-size: 10px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}
.syntaxhighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}
.syntaxhighlighter.ie {
  font-size: .9em !important;
  padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
  color: black !important;
}
.syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  color: blue !important;
}
.syntaxhighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}
.syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
  color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  color: black !important;
}

/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 *	shThemeDefault.css
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter {
  background-color: white !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: #f2f2f2 !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: black !important;
}
.syntaxhighlighter table caption {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #43b948 !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #6ce26c !important;
  color: white !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: blue !important;
  background: white !important;
  border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: red !important;
}
.syntaxhighlighter .toolbar {
  color: white !important;
  background: #6ce26c !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: #2e3192 !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  color: #008200 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
  color: blue !important;
}
.syntaxhighlighter .keyword {
  color: #92278f !important;
}
.syntaxhighlighter .preprocessor {
  color: gray !important;
}
.syntaxhighlighter .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter .value {
  color: #2e3192 !important;
}
.syntaxhighlighter .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter .constants {
  color: #0066cc !important;
}
.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #006699 !important;
  background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
  color: gray !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  color: #000000 !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  color: red !important;
}
.syntaxhighlighter .keyword {
  font-weight: bold !important;
}
