@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html,
body {
  outline:0;
  margin:0;
  padding:0;
  height:100%;
  font-family: "Open Sans",Arial,sans-serif;
  font-size:14px;
}
td {
  padding-left:4px;
  padding-right:4px;
}
a {
  color: #1d7a96;
  text-decoration:none;
  outline:0;
}
a:hover {
  color:black;
  text-decoration:none;
  outline:0;
}
a:active, a:focus {
  outline:0;
  text-decoration:none;
  color:black;
}
a.anchor {
  display: block;
  position: relative;
  top: -148px;
  visibility: hidden;
}
pre {
  background:transparent;
  border:none;
  margin:0;
  padding:0;
}
code {
  padding-left:0;
  background:transparent;
  color:#444;
}
#container {
  min-height:100%;
  position:relative;
}
#header {
  margin-right:0;
  padding:0;
}
#header-login-menu {
  margin-top:6px;
  text-align:right;
  width:100%;
}
.header-menu {
  position:relative;
  top:4px;
  padding:20px;
}
.header-menu:hover {
  cursor:pointer;
}

button:not([class]),
input[type=button]:not([class]),
input[type=reset]:not([class]),
input[type=submit]:not([class]) {
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-appearance: button;
  cursor: pointer;
  font-size: 14px;
  margin: 8px 2px;
  padding: 4px 20px;
  border-radius: 1px;
  border: none;
  color: white;
  background: #288dbb;
}
button:not([class]):hover,
input[type=button]:not([class]):hover,
input[type=reset]:not([class]):hover,
input[type=submit]:not([class]):hover {
  background: #51b7e6;
}
button:not([class]):disabled,
input[type=button]:not([class]):disabled,
input[type=reset]:not([class]):disabled,
input[type=submit]:not([class]):disabled {
  background: #666666;
}
.color-button {
  font-size: 14px;
  margin: 4px 20px;
  margin-top: 4px;
  padding: 3px 20px;
  border-radius: 1px;
  border: none;
  color: white;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  background: #30b97b;
  vertical-align: middle;
}
.color-button:hover {
	background: #44e49c;
}
.color-button:disabled {
	background: #d4d4d4;
  color:#eee;
	box-shadow:0 0 5px #333;
}
#cart_button {
  background-position: 10px 2px;
  background-image: url(images/shopping_cart.png);
  background-repeat: no-repeat;
  padding-left:37px;
}
#cart_button:hover {
  background-image: url(images/shopping_cart.png);
}
.payment-button {
  width: 250px;
  height: 35px;
  background-color: #eee;
  border-radius: 4px;
  font-size: 11px;
  text-align: center;
  padding-top: 6px;
}
.payment-button:hover {
  background-color:#ddd;
  cursor:pointer;
}
.download-button {
  font-size: 14px;
  margin: 8px 20px 7px 20px;
  padding: 10px 20px;
  border-radius: 1px;
  border: none;
  color: white;
  box-shadow: 0 0 7px rgba(34, 34, 136, 0.3);
  background: #0587c3;
}
.download-button:hover {
  background: #00acfc;
}
.download-button:disabled {
  background: #d4d4d4;
  color:#eee;
  box-shadow:0 0 5px #333;
}
#header-fixed-menu {
  cursor: default;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 920px;
  background-color: #444;
  box-shadow: 0px 2px 30px rgba(0,0,0,0.25);
  height: 44px;
  z-index: 11;
}
#header-fixed-menu a {
  color: #ddd;
}
#header-fixed-menu a:hover {
  color: white;
}
h1 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-size: 46px;
  font-weight: bold;
  color: #555;
  padding-bottom:16px;
}
h2 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: bold;
  color: #555;
  font-size: 32px;
  margin-bottom: 20px;
}
h3 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: bold;
  color: #555;
  font-size: 26px;
}
p {
  color: #444;
  margin-left:10px;
  text-align:justify;
}
label {
  font-weight:normal;
}
input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}
ul.menu  {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0px 4px 0px 0;
  list-style: none;
}
ul.menu  li {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  cursor: pointer;
}
#header-login-menu ul.menu li {
  padding: 5px 20px;
}
ul.menu li:hover {
}
ul.menu li ul {
  background: #444;
  background: linear-gradient(#555, #333);
  display: none;
  position: absolute;
  top: 36px;
  left: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left:10px;
  padding-right:10px;
  margin-left:22px;
  box-shadow: 0px 4px 5px rgba(0,0,0,.5);
  visibility: hidden;
  -webkit-transiton: opacity 1.0s;
  -moz-transition: opacity 1.0s;
  -ms-transition: opacity 1.0s;
  -o-transition: opacity 1.0s;
  transition: opacity 1.0s;
  border: solid 1px #ccc;
}
#header-login-menu ul.menu li ul {
  padding-left:0px;
  padding-right:0px;
  right:0px;
  top: 30px;
}
ul.menu li ul li {
  font-size:14px;
  padding:4px 8px;
  display: block;
}
ul.menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#body {
  margin:0;
  padding:0px 0px 44px 0px;
  width:100%;
  min-height: calc(100vh - 44px - 210px);
}
.maincontent {
  padding-left:155px;
  min-width:920px;
  max-width:1200px;
  padding-top:60px;
  margin-top: 0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}
#margin-menu {
  z-index:10;
  max-width:163px;
  padding:30px 10px 10px;
  margin:0;
  background:#eee;
  border-radius: 0px 0px 20px 0px;
  position:fixed;
  top:44px;
  left:-20px;
}
#margin-menu p {
  margin-left:20px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
/* rules for the old version of the user guide and reference manual (to be removed) */
.marginmenu div {
display:table;
position:relative;
float:left;
overflow-y:hidden;
}
.version {
font-size:10px;
color:gray;
position:absolute;
margin:48px 0px 0px 140px;
top:0px;
left:40px;
}
.marginmenu ul {
font-size:10px;
margin:64px 20px 0px 130px;
left:10px;
position:relative;
float:left;
width:150px;
border:none;
background: #eee;
padding: 6px;
overflow-x:hidden;
border-radius:12px;
max-height:480px;
}
.marginmenu li{
margin:0;
padding:0;
display:block;
width:140px;
height:18px;
white-space:nowrap;
}
.marginmenu.selected{
color:black;
}
.item1 a{
margin-left:1px;
color: #888888;
}
.item1.selected a{
color:black;
}
.folder1 a{
color:#888888;
}
.folder1.selected a{
color:black;
}
.folder1 a:before{
vertical-align:top;
margin-left:-3px;
content:url(/images/arrow-right.png);
text-decoration:none;
}
.folder1.open a:before{
content:url(/images/arrow-down.png);
}
.folder1 a:hover:before{
text-decoration:none;
}
.folder2 a{
color: #888888;
}
.folder2 a:before{
vertical-align:top;
padding-left:8px;
content:url(/images/arrow-right.png);
}
.folder2 a:hover:before{
text-decoration:none;
background: #fafafa;
}
.item2 a{
color: #888888;
margin-left:13px;
}
.item2.selected a{
color:black;
}
.item3 a{
color: #888888;
margin-left:24px;
}
table.bordered {
border-collapse:collapse;
border: 1px solid #c5c5c5;
}
.bordered td, .bordered th{
padding:6px;
border:1px solid #c5c5c5;
}
.bordered th, thead{
background:#eeeeee;
font-style:oblique;
font-weight:bold;
}
/* end of rules for user guide and reference manual (to be removed) */
.spaced-table {
  margin-top: 50px;
}
.spaced-table td {
  padding: 0px 20px 20px 0px;
}
ul.bullet-list {
  padding: 0px;
  margin: 0px;
  list-style-type: square;
  list-style-position: outside;
  list-style-image:url(images/bullet.png)
}
ul.bullet-list li {
  display:list-item;
  padding-left: 2px;
  margin-left: 24px;
}
.feature img {
  float:left;
  margin-right:10px;
  margin-bottom:90px;
}
.feature td {
  vertical-align:top;
  padding-right:20px;
}
.downloadAndBuy {
  width: 60%;
  margin: 0 auto;
  min-width: 700px;
}
.hero {
  width: 60%;
  margin: 0 auto;
  min-width: 700px;
}
.heroText {
  position:relative;
  text-align: center;
  clear: both;
  bottom: 0px;
  width: 100%;
  padding-top: 20px;
  font-size: 3em;
  color: #555;
  font-weight: bold;
}
.bigButton {
  color:#eee;
  height:96px;
	position:relative;
	clear:both;
	float:left;
	margin-top:30px;
	padding:12px;
	padding-left:90px;
  padding-right:30px;
	background-color:black;
	border-radius:8px;
	box-shadow:0 0 25px rgba(34, 34, 34, 0.3);
	background: #005ca2;
  background: linear-gradient(#0098de, #005ca2);
}
.bigButton:hover {
  color:white;
	text-decoration:none;
	background: #76d2fc;
	background: linear-gradient(#76d2fc, #226599);
}
.bigButton:active, .bigButton:focus {
  color:white;
  outline:0;
  text-decoration:none;
}
.downloadText {
	font-size:36px;
	line-height:32px;
	letter-spacing:.03em;
	padding-bottom:6px;
	display:block;
}
.downloadDetails {
	font-size:13px;
	padding-left:3px;
}
.extraInfoLink {
  display:block;
  clear:left;
  font-size:13px;
  padding-left:96px;
  padding-top:6px;
}
.carousel-indicators li {
 color:red;
 background-color:#bbb;
 border: 1px solid #555;
}
.carousel-indicators .active {
  background-color: #888;
}
.carousel-caption {
  text-shadow:none;
  font-size:14px;
  color:black;
  width:80%;
  top:0;
  left:10%;
  margin-top:0;
  padding-top:0;
  bottom:auto;
  padding-left:0px;
  margin-left:0px;
  margin-right:0px;
  text-align:left;
  background: none;
}
a.carousel-caption {
  color:#888;
}
.carousel-inner > .item {
  height:280px;
  width:100%;
}
.carousel-control.left, .carousel-control.right {
  background-image: none
}
.carousel h3 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-size: 26px;
  color: #888;
}
.carousel h3 div {
  display:block;
  float:right;
  font-size: 14px;
  margin-top:8px;
}
.carousel img {
  float:left;
  margin-right:2%;
  margin-left:0px;
  margin-top:40px;
  margin-bottom:100px;
}
#footer {
  position: relative;
  font-size:13px;
  bottom:0;
  width:100%;
  min-width:920px;
  color:#ddd;
  background: linear-gradient(#333, #444);
  box-shadow: 0px -5px 25px 0px rgba(0,0,0,0.4);
  z-index:11;
}
#footer-content {
  display:table;
  width:100%;
}
#footer-title {
  display:table-cell;
  padding-left:40px;
  padding-top:20px;
  width:270px;
  min-width:270px;
}
#footer-vertical-bar-container {
  display:table-cell;
  padding:10px;
  vertical-align:top;
}
#footer-vertical-bar {
  border-right: 1px solid #bbb;
  margin-top:48px;
  padding:10px;
  width:1px;
  height:114px;
}
#footer-search-button {
  background: transparent url(images/search.png) no-repeat 0px 0px;
  width:32px;
  height:22px;
  border:0px;
  cursor:pointer;
  padding-right:20px;
}
#footer-search-button:hover {
  background-position:  0px -22px;
}
#footer-search-input {
  color:#888;
  vertical-align:top;
  border:#888 1px solid;
  background-color:#bbb;
}
#footer-search-input:hover {
  color:#666;
  background-color:#ddd;
}
#footer-search-input:focus {
  color:#444;
  background-color:white;
}
#footer-twitter-button {
  background: transparent url("images/social_icons.png") no-repeat 0% 0% / 110px auto;
  background-position:-27px 0px;
  display: inline-block;
  height: 27px;
  width: 27px;
  margin-right:10px;
  text-indent: -9999px;
}
#footer-twitter-button:hover {
  background-position:-27px -28px;
}
#footer-google-plus-button {
  background: transparent url("images/social_icons.png") no-repeat 0% 0% / 110px auto;
  background-position:-54px 0px;
  display: inline-block;
  height: 27px;
  width: 27px;
  margin-right:10px;
  text-indent: -9999px;
}
#footer-google-plus-button:hover {
  background-position:-54px -28px;
}
#footer-youtube-button {
  background: transparent url("images/social_icons.png") no-repeat 0% 0% / 110px auto;
  background-position:-81px 0px;
  display: inline-block;
  height: 27px;
  width: 31px;
  margin-right:10px;
  text-indent: -9999px;
}
#footer-youtube-button:hover {
  background-position:-81px -28px;
}
.cyberbotics-footer-menu  {
  display:table-cell;
  padding:10px;
  white-space:nowrap;
}
.cyberbotics-footer-menu-title  {
  color:#bbb;
  font-weight:bold;
  text-transform:uppercase;
  padding-bottom:10px;
  display: block;
}
.cyberbotics-footer-menu-title:hover {
  color:white;
  text-decoration:none;
  cursor:pointer;
}
.cyberbotics-footer-menu-title:focus {
  color:#ddd;
}
.cyberbotics-footer-menu-item {
  color:#ddd;
  display: block;
}
.cyberbotics-footer-menu-item:hover {
  color:white;
  cursor:pointer;
}
.cyberbotics-footer-menu-item:focus {
  color:#bbb;
}
#footer-copyright {
  font-style:italic;
  position:absolute;
  bottom:5px;
  left:270px;
  color:#bbb;
  padding:10px;
}
@font-face {
  font-family:"Raleway";
  font-style:normal;
  font-weight:100;
  src:local("Raleway Thin"),local("Raleway-Thin"),url("Raleway-Thin.woff") format("woff")
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  margin-bottom:10px;
  width: 100%;
  border: solid 1px;
  border-color: #ddd;
  border-radius: 5px;
  text-align: left;
  outline: none;
}
.accordion > .active, .accordion:hover {
  background-color: #ccc;
}
.panel {
  padding: 0 8px;
  display: none;
  overflow: hidden;
}
.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  font-family: sans-serif;
}

.accordion.active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
  font-family: sans-serif;
}
ol > li {
  list-style-type: none;
  counter-increment: item;
  text-indent: -1em;
}
ol > li:before {
  font-weight:bold;
  padding-right: 0.5em;
  content: counter(item) " ";
}

img.logo {
  filter: grayscale(100%) opacity(50%);
  padding-bottom:30px;
  transition: filter 0.06s ease-in-out;
}

img.logo:hover {
  filter: grayscale(0%);
}
