section.main{
	width:100%;
}
.title{
	font-family: 'Lato',sans-serif;
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
	margin-top: 6px;
}
#container-col{
	margin-right:-60px;
}

p {
	font-size: 17px;
	line-height: 1.72222;
	margin: 0 0 15px;
}
.download-box{
	border: 1px solid #E1E1E8;
	border-radius: 6px;
	display: table;
	margin: 10px auto;
	padding: 8px;
	text-align: center;
}
.table-wrapper{
	max-height:300px;
	margin-bottom: 20px;
	overflow:auto;
}
.table th{
	background-color:#FFFFFF;
	color:#333333 !important;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}
span.mandatory {
	padding: 8px 10px;
}
.mandatory td, .mandatory{
	background-color:#F2F2F3;
}
.table .mandatory-green{
	background-color: #DAF2ED;
}
.table .mandatory-red{
	background-color: #F9DED9;
}
.table .mandatory-yellow{
	background-color: #F9F1DB;
}
.table.legend{
	clear: both;
	float: right;
	width: auto;
	margin-left:100%
}
img.screenshot{
	display: block;
	margin: 0 auto 25px;
	width: 580px;
}
.lightbox .screenshot{
	height: 570px;
	margin: 10px auto;
	width: auto;
}

ul.content-index, ul.content-index ul{ list-style: none outside none; font-family: 'Lato',sans-serif;}
ul.content-index{
	padding-left:0px;
}
ul.content-index>li{
	margin-bottom:10px;
}
ul.content-index>li>a{
	font-size: 16px;
	font-weight: normal;
	display:block;
	border-bottom:inset thin #454545;
	padding-left:20px;
	line-height: 1.2;
}
ul.content-index ul{
	padding-left: 80px;
	padding-bottom: 10px;
}
ul.content-index ul li{
	display: inline-block;
	width: 35%;
	font-size: 13px;
}
ul.content-index ul li{
	display: inline-block;
	width: 35%;
	font-size: 13px;
}
ul.content-index li a{
	color: #454545;
}
ul.content-index li a:hover{
	text-decoration:none;
	color: black;
}

h2{
	margin-top:80px;
	margin-bottom: 30px;
	font-size: 50px
}

h3{
	margin-top:70px;
	margin-bottom: 20px;
	font-size: 20px;
}
h4{
	margin-top:50px;
	margin-bottom: 20px;
}
h5{
	margin-top:30px;
	margin-bottom: 20px;
}

table, table td {
	margin-top:50px;
	margin-bottom: 50px;
	border: 1px solid #EFEFEF !important;
}

thead, thead th {
	border: 0 !important;
}

.sub-categories, .sub-categories ul {
	list-style: none;
}

.sub-categories ul {
	padding-left: 25px;
	min-width: 300px;
}

.sub-categories ul > li {
	border-bottom: 1px dotted #DDDDDD;
	padding: 10px 0;
	padding-left: 20px;
}

.sub-categories ul > li > .tracer {
	margin-right: 7px;
	font-size: 11px;
	color: #2c9ab7;
}

.sub-categories ul > li > a {
	font-style: italic;
}

.sub-categories ul > li > a:not(.active) {
	color: #888888;
}

.sub-categories > li > a {
	background-color: #FFFFFF;
	color: #444444 !important;
	font-weight: normal;
}

.sub-categories > li:not(.active) > a:hover {
	background-color: #EFEFEF;
}

.sub-categories > li.active > a {
	background-color: #CCEBF3 !important;
	color: #444444;
}

#brandlink {
	display: inline-block;
	float: left;
}

#brandInfo {
	color: #777;
	font-size: 15px;
	margin-left: 15px;
}

@media (max-width:767px) {
	.tab-content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.legend span {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	h2 {
		margin-top:50px;
		margin-bottom: 30px;
		font-size: 35px
	}
	
	ul.small {
		list-style: none;
	}
	
	ul.small > li {
		margin-bottom: 10px;
	}
	
	ul.small > li > b {
		display: block;
	}
}

@media (min-width:768px) {
	.legend {
		text-align: right;
	}
	
	.legend :first-child {
		margin-right: 10px;
	}
}

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	
	.navbar-collapse.collapse {
		display: none!important;
	}
	
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	
	.navbar-nav > li {
		float: none;
	}
	
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.collapse.in { 
		display: block!important;
	}
	
	.collapsing {
		overflow: hidden!important;
	}
	
	.navbar-nav li.active {
		background-color: #e5e5e5;
	}
	
	.navbar-nav li.active > a::after {
		border: 0 !important;
	}
	
	.navbar-toggle:focus::before, .navbar-toggle:focus::after, .navbar-toggle:hover::before, .navbar-toggle:hover::after {
		color: #5d5c5e !important;
	}
}

@media (min-width: 991px) {
	#mobilemenu-navbar-collapse {
		display: none !important;
	}
	
	#login-menu {
		float: right!important;
	}
}

.center {
	text-align: center;
}

/* -----------------------------------------------------------------------------
  HAMBURGER ICONS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 64px;
  height: 53px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
		  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 28px;
  left: 18px;
  right: 18px;
  height: 4px;
  background: #5d5c5e;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #5d5c5e;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
		  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
		  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
		  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
		  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
		  transition-property: bottom, transform;
}

/* active state, i.e. menu open */

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
		  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
		  transition-delay: 0s, 0.3s;
}

.centered {
	display: inline-block;
}

h1{
	font-weight: 600;
	font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 100px;
}
h2{
	font-size: 21px;
	font-weight: 600;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 21px;
}

h3{
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
}

h4{
	font-size: 20px;
}

h5{
	font-size: 18px;
}

.pre, code {
	background-color: #f2f2f3 !important;
}

.nav-tabs.nav-pills.default {
	margin-bottom: 20px;
}

.nav-tabs.nav-pills.default > li.active > a, .nav-tabs.nav-pills.default > li.active > a:hover, .nav-tabs.nav-pills.default > li.active > a:focus {
	background-color: #52BAD6;
	color: #FFFFFF;
}

.nav-tabs.nav-pills.default > li > a {
	border-radius: 4px;
	padding: 10px 15px;
	background-color: #FFFFFF;
	color: #2C9AB8;
	border: 0 none;
	font-weight: 600;
	font-size: 15px;
}

.nav-tabs.nav-pills.default > li:not(.active) > a:hover {
	background-color: #EFEFEF;
}

.nav-tabs.nav-pills.default > li + li {
	margin-left: 7px;	
}

.tab-content {
	border: 0;
}

.sub-section{
	margin-bottom: 60px;
}

p, .p {
    max-width: 635px;
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: .8em;
}

pre code {
    padding: 20px;
    border: 0px solid #F2F2F3;
    background-color: #F2F2F3;
}

pre code span {
    font-family: monospace;
}
pre{
	background-color: #F2F2F3;
	border: 0px solid #F2F2F3;
	padding: 10px 20px;
}

.hljs-string, .hljs-title, .hljs-constant, .hljs-parent, .hljs-tag .hljs-value, .hljs-rule .hljs-value, .hljs-preprocessor, .hljs-pragma, .hljs-name, .haml .hljs-symbol, .ruby .hljs-symbol, .ruby .hljs-symbol .hljs-string, .hljs-template_tag, .django .hljs-variable, .smalltalk .hljs-class, .hljs-addition, .hljs-flow, .hljs-stream, .bash .hljs-variable, .pf .hljs-variable, .apache .hljs-tag, .apache .hljs-cbracket, .tex .hljs-command, .tex .hljs-special, .erlang_repl .hljs-function_or_atom, .asciidoc .hljs-header, .markdown .hljs-header, .coffeescript .hljs-attribute, .tp .hljs-variable {
    color: #DB3A1C;
}

.hljs, .hljs-subst, .hljs-tag .hljs-title, .nginx .hljs-title {
    color: #373738;
}

.factor-img {
	width: 770px;
	margin-top: 50px;
	margin-bottom: 30px;
}

/* Login menu */

.navbar-header {
	width: 100%;
}

#login-menu {
	display: inline-block;
    float: left;
}

#login-menu  .navbar-nav {
	margin: 0;
}

#login-menu .nav-item {
	line-height: 60px;
	float: left;
}

#login-menu .btn-login {
	color: #ffffff;
	background-color: #58B9DA;
    border-color: #58B9DA;
}

#login-menu .btn-login:hover {
    background-color: #3fafd4;
    border-color: #3fafd4;
}

#login-menu .btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: .13rem solid transparent;
    padding: .334rem 1.2rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: .25rem;
	min-height: inherit;
}

/* Fin login menu */

