/* IMPORTS 
-------------------------------------------------- */
/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* Mixins
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');
.medium-purple {
  color: #9542FF;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
/* import css3 mixins */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  /*   padding-bottom: 40px; */
  background: #F1F0F9;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}
a {
  color: #9542FF;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5C8E37;
  text-decoration: none;
}
p.pull-right {
  font-weight: 300;
}
h1 {
  color: #3B6C35;
  font-size: 50px;
}
h2 {
  color: #3B6C35;
  font-size: 30px;
}
h3 {
  color: #5C8E37;
  font-size: 21px;
}
h4 {
  color: #5C8E37;
  font-size: 18px;
}
h5 {
  color: #5C8E37;
  font-size: 14px;
}
h6 {
  color: #3B6C35;
  font-size: 14px;
}
/* Turn off the default focus ring around buttons so we can set our own later */
button:focus,
button:hover,
button:active:focus,
button.active:focus {
  outline: 0;
}
.note {
  font-style: italic;
  color: #9542FF;
}
.space-after {
  padding-bottom: 8px;
}
.no-margin {
  margin: 0;
}
footer,
footer p {
  font-size: 12px;
}
.generic {
  margin-top: 150px;
  margin-left: 10px;
}
.not-active {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}
/* BOOTSTRAP OVERRIDES
-------------------------------------------------- */
/* Buttons */
.btn-primary {
  color: #E7F4E6;
  background-color: #3B6C35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#86B83B), to(#3B6C35));
  /* Konqueror */
  background-image: -moz-linear-gradient(#86B83B, #3B6C35);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#86B83B, #3B6C35);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86B83B), color-stop(100%, #3B6C35));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#86B83B, #3B6C35);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#86B83B, #3B6C35);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#3B6C35', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#3B6C35', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#86B83B, #3B6C35);
  /* the standard */
  border-color: #5C8E37;
}
.btn-primary:hover,
.btn-group > .btn.active {
  color: #fff;
  background-color: #86B83B;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3B6C35), to(#86B83B));
  /* Konqueror */
  background-image: -moz-linear-gradient(#3B6C35, #86B83B);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#3B6C35, #86B83B);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3B6C35), color-stop(100%, #86B83B));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#3B6C35, #86B83B);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#3B6C35, #86B83B);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#3B6C35, #86B83B);
  /* the standard */
  border-color: #5C8E37;
}
.btn.btn-primary.disabled,
.btn-primary[disabled] {
  border-color: #5C8E37;
}
.btn-default {
  color: #E7F4E6;
  background-color: #3B6C35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#86B83B), to(#3B6C35));
  /* Konqueror */
  background-image: -moz-linear-gradient(#86B83B, #3B6C35);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#86B83B, #3B6C35);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86B83B), color-stop(100%, #3B6C35));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#86B83B, #3B6C35);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#86B83B, #3B6C35);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#3B6C35', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#3B6C35', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#86B83B, #3B6C35);
  /* the standard */
  border-color: #5C8E37;
}
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #86B83B;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3B6C35), to(#86B83B));
  /* Konqueror */
  background-image: -moz-linear-gradient(#3B6C35, #86B83B);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#3B6C35, #86B83B);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3B6C35), color-stop(100%, #86B83B));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#3B6C35, #86B83B);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#3B6C35, #86B83B);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#3B6C35, #86B83B);
  /* the standard */
  border-color: #5C8E37;
}
.btn-small {
  color: #E7F4E6;
  background-color: #3B6C35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#86B83B), to(#3B6C35));
  /* Konqueror */
  background-image: -moz-linear-gradient(#86B83B, #3B6C35);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#86B83B, #3B6C35);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86B83B), color-stop(100%, #3B6C35));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#86B83B, #3B6C35);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#86B83B, #3B6C35);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#3B6C35', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#3B6C35', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#86B83B, #3B6C35);
  /* the standard */
  border-color: #5C8E37;
  font-size: 13px;
  font-weight: 300;
  line-height: .8;
}
.btn-small:hover,
.open .dropdown-toggle.btn-small {
  color: #fff;
  background-color: #86B83B;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3B6C35), to(#86B83B));
  /* Konqueror */
  background-image: -moz-linear-gradient(#3B6C35, #86B83B);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#3B6C35, #86B83B);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3B6C35), color-stop(100%, #86B83B));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#3B6C35, #86B83B);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#3B6C35, #86B83B);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#3B6C35, #86B83B);
  /* the standard */
  border-color: #5C8E37;
  font-size: 13px;
  font-weight: 300;
  line-height: .8;
}
.btn-xsmall {
  color: #E7F4E6;
  background-color: #3B6C35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#86B83B), to(#3B6C35));
  /* Konqueror */
  background-image: -moz-linear-gradient(#86B83B, #3B6C35);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#86B83B, #3B6C35);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86B83B), color-stop(100%, #3B6C35));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#86B83B, #3B6C35);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#86B83B, #3B6C35);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#3B6C35', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#3B6C35', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#86B83B, #3B6C35);
  /* the standard */
  border-color: #5C8E37;
  font-size: 9pt;
  font-weight: 300;
  line-height: .2;
}
.btn-xsmall:hover,
.open .dropdown-toggle.btn-xsmall {
  color: #fff;
  background-color: #86B83B;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3B6C35), to(#86B83B));
  /* Konqueror */
  background-image: -moz-linear-gradient(#3B6C35, #86B83B);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#3B6C35, #86B83B);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3B6C35), color-stop(100%, #86B83B));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#3B6C35, #86B83B);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#3B6C35, #86B83B);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#3B6C35, #86B83B);
  /* the standard */
  border-color: #5C8E37;
  font-size: 9pt;
  font-weight: 300;
  line-height: .2;
}
.btn-group-vertical label.btn,
.btn-group label.btn {
  margin: 0;
}
.btn-group-vertical label.btn.btn-toggle,
.btn-group label.btn.btn-toggle {
  color: #9542FF;
  border-color: #bcb8e0;
  font-size: 13px;
  font-weight: 300;
  line-height: .8;
  background-color: #e4e1f1;
}
.btn-group-vertical label.btn.btn-toggle:hover,
.btn-group label.btn.btn-toggle:hover {
  color: #5C8E37;
  background-color: #E7F4E6;
  font-size: 13px;
  font-weight: 300;
  line-height: .8;
}
.btn-group-vertical label.btn.btn-toggle.active,
.btn-group label.btn.btn-toggle.active {
  color: #4F00B7;
  background-color: #bcb8e0;
  background-image: none;
}
/* Text */
h1#features {
  font-size: 26pt;
}
.text-muted {
  color: #5C8E37;
  font-weight: 300;
  font-size: 22pt;
}
.lead {
  font-size: 18px;
}
/* Panels */
.panel-heading {
  padding: 8px;
  background-color: #F1F0F9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#E6E3F3), to(#F1F0F9));
  /* Konqueror */
  background-image: -moz-linear-gradient(#E6E3F3, #F1F0F9);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#E6E3F3, #F1F0F9);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E6E3F3), color-stop(100%, #F1F0F9));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#E6E3F3, #F1F0F9);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#E6E3F3, #F1F0F9);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E3F3', endColorstr='#F1F0F9', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E3F3', endColorstr='#F1F0F9', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#E6E3F3, #F1F0F9);
  /* the standard */
}
.panel-heading h3 {
  font-size: 12pt;
  color: #5C8E37;
  font-weight: 400;
}
.panel-body {
  padding: 8px;
  font-size: 14px;
  font-weight: 300;
}
/* Forms */
.form-group {
  margin-bottom: 8px;
}
.form-group label {
  font-weight: 400;
  color: #3B6C35;
}
.form-control {
  height: 30px;
  font-size: 13px;
}
.form-control:focus {
  border-color: #86B83B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(134, 184, 59, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(134, 184, 59, 0.6);
}
form .btn {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #fff;
  height: 30px;
}
form .btn:hover {
  color: #fff;
}
form .btn:focus {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px #86b83b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px #86b83b;
  background-color: #86B83B;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3B6C35), to(#86B83B));
  /* Konqueror */
  background-image: -moz-linear-gradient(#3B6C35, #86B83B);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#3B6C35, #86B83B);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3B6C35), color-stop(100%, #86B83B));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#3B6C35, #86B83B);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#3B6C35, #86B83B);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#3B6C35, #86B83B);
  /* the standard */
}
form .dropdown-toggle {
  margin-top: 0;
  padding: 3px 4px 3px 4px;
}
select.form-control {
  font-weight: 400;
}
input.btn.btn-primary {
  line-height: 1;
}
/* Alerts */
.alert {
  padding: 5px 8px 5px 8px;
  margin: 10px;
}
.alert p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 4px;
}
/* GENERIC STYLES
-------------------------------------------------- */
/* use this style in a div at the top of each page to insert the gradient */
.background {
  background-color: #F1F0F9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#bcb8e0), to(#F1F0F9));
  /* Konqueror */
  background-image: -moz-linear-gradient(#bcb8e0, #F1F0F9);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#bcb8e0, #F1F0F9);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcb8e0), color-stop(100%, #F1F0F9));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#bcb8e0, #F1F0F9);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#bcb8e0, #F1F0F9);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcb8e0', endColorstr='#F1F0F9', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcb8e0', endColorstr='#F1F0F9', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#bcb8e0, #F1F0F9);
  /* the standard */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 300px;
  display: block;
  z-index: -1;
}
.error {
  display: none;
  float: right;
  text-align: right;
  color: #CD5033;
}
.trial-error {
  float: right;
  text-align: right;
  color: #CD5033;
}
.outline {
  border: 1px solid #00f7ff;
}
.attention {
  color: #CD5033;
  font-weight: bolder;
}
.bolder {
  font-weight: bolder;
}
/* Table styles
-------------------------------------------------- */
.table-bordered thead {
  font-weight: 400;
  background-color: #5C8E37;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#86B83B), to(#5C8E37));
  /* Konqueror */
  background-image: -moz-linear-gradient(#86B83B, #5C8E37);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#86B83B, #5C8E37);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86B83B), color-stop(100%, #5C8E37));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#86B83B, #5C8E37);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#86B83B, #5C8E37);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#5C8E37', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#5C8E37', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#86B83B, #5C8E37);
  /* the standard */
  color: #fff;
}
.table-bordered > thead > tr > td {
  border: 0;
}
.table > thead:first-child > tr:first-child > td {
  border: 0;
}
.table-bordered > tbody > tr > td {
  background-color: #F8F7Fe;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #fff;
}
.table > tbody > tr > td.upgrade {
  background-color: #E7F4E6;
  font-size: 9pt;
  font-style: italic;
  padding: 3px;
}
.table > tbody > tr > td.first {
  text-align: right;
}
.table .checkmark {
  text-align: center;
  color: #5C8E37;
  width: 40px;
}
.table .xmark {
  text-align: center;
  color: #CD5033;
  width: 40px;
}
.table > tbody > tr > td.separator {
  font-weight: 400;
  color: #3B6C35;
}
.table td.left-indent {
  padding-left: 20px;
  color: #5C8E37;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.domotics-logo {
  display: inline-block;
  margin-bottom: 5px;
}
.social {
  float: right;
  padding-top: 18px;
  /*   border: 1px solid #ffae00; */
}
.social .btn {
  width: 40px;
  margin-left: 5px;
}
.social-nav .btn {
  width: 44px;
  padding: 6px;
}
.navbar-inverse .social-nav .navbar-toggle {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.navbar-inverse .social-nav .navbar-toggle:hover {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.nav {
  font-size: 13pt;
  font-weight: 300;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-wrapper-block {
  position: inherit;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  min-height: 40px;
  margin-bottom: 0;
}
.navbar-inverse {
  background-color: #bcb8e0;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e4e1f1), to(#bcb8e0));
  /* Konqueror */
  background-image: -moz-linear-gradient(#e4e1f1, #bcb8e0);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#e4e1f1, #bcb8e0);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e1f1), color-stop(100%, #bcb8e0));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#e4e1f1, #bcb8e0);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#e4e1f1, #bcb8e0);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e1f1', endColorstr='#bcb8e0', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e1f1', endColorstr='#bcb8e0', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#e4e1f1, #bcb8e0);
  /* the standard */
  border-width: 0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9542FF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #5C8E37;
}
.navbar-inverse .navbar-brand {
  color: #9542FF;
  font-weight: 400;
  padding-top: 10px;
  height: 40px;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #5C8E37;
  font-weight: 400;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #F1F0F9;
  color: #3B6C35;
}
/* Styles for the menu button that appears in the right of the nav bar when the window is small enough */
.navbar-inverse .btn-nav {
  color: #E7F4E6;
  background-color: #3B6C35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#86B83B), to(#3B6C35));
  /* Konqueror */
  background-image: -moz-linear-gradient(#86B83B, #3B6C35);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#86B83B, #3B6C35);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86B83B), color-stop(100%, #3B6C35));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#86B83B, #3B6C35);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#86B83B, #3B6C35);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#3B6C35', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#3B6C35', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#86B83B, #3B6C35);
  /* the standard */
  border-color: #5C8E37;
}
.navbar-inverse .btn-nav:hover,
.navbar-inverse .btn-nav:focus {
  color: #fff;
  background-color: #86B83B;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3B6C35), to(#86B83B));
  /* Konqueror */
  background-image: -moz-linear-gradient(#3B6C35, #86B83B);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#3B6C35, #86B83B);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3B6C35), color-stop(100%, #86B83B));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#3B6C35, #86B83B);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#3B6C35, #86B83B);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B6C35', endColorstr='#86B83B', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#3B6C35, #86B83B);
  /* the standard */
  border-color: #5C8E37;
}
.navbar-inline {
  display: block;
  border: 1px solid #00ccff;
}
.dropdown-menu {
  background-color: #F1F0F9;
  border-color: #E6E3F3;
}
.dropdown-menu > li > a {
  color: #4F00B7;
  font-weight: 300;
  border-top: 1px solid #F1F0F9;
  border-bottom: 1px solid #F1F0F9;
  cursor: pointer;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #E7F4E6;
  color: #3B6C35;
  border-top: 1px solid #D4F3D5;
  border-bottom: 1px solid #D4F3D5;
}
.dropdown-header {
  color: #5C8E37;
  font-style: italic;
}
/* Navbar form popups
-------------------------------------------------- */
/* upgrade form */
#upgrade {
  margin-left: auto;
  margin-right: auto;
  display: none;
  z-index: 20;
  width: 325px;
  box-shadow: 4px 8px 15px #777;
  height: auto;
}
#upgrade ul {
  list-style: none;
  padding-left: 8px;
}
#upgrade ul li {
  margin-top: 4px;
  display: none;
  font-weight: 300;
}
#upgrade #upgrade-form input {
  width: 273px;
}
#upgrade-error {
  display: none;
}
#upgrade-available {
  display: none;
  font-weight: 400;
}
/* reg code lookup form */
#recover {
  margin-left: auto;
  margin-right: auto;
  display: none;
  z-index: 20;
  width: 325px;
  box-shadow: 4px 8px 15px #777;
  height: auto;
}
#recover ul {
  list-style: none;
  padding-left: 8px;
}
#recover ul li {
  margin-top: 4px;
  display: none;
  font-weight: 300;
}
#recover #recover-form input {
  width: 273px;
}
#recover-error {
  display: none;
}
#recover-results {
  display: none;
  font-weight: 400;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  left: 15%;
  right: 15%;
}
.carousel-caption h1 {
  color: #fff;
  text-shadow: 2px 2px 4px black;
}
.carousel-caption p {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 1px black;
}
.carousel-caption-green {
  left: 15%;
  right: 15%;
  z-index: 10;
}
.carousel-caption-green h1 {
  color: #3B6C35;
  text-shadow: 4px 4px 6px rgba(92, 142, 55, 0.4);
}
.carousel-caption-green p {
  color: #3B6C35;
  font-weight: 400;
  text-shadow: none;
}
.carousel-caption-purple {
  left: 15%;
  right: 15%;
  z-index: 10;
}
.carousel-caption-purple h1 {
  color: #4F00B7;
  text-shadow: 4px 4px 6px #bcb8e0;
}
.carousel-caption-purple p {
  color: #4F00B7;
  font-weight: 400;
  text-shadow: 1px 1px 2px #e4e1f1;
}
/* Declare heights because of positioning of img element */
.carousel-inner > .item > div.carousel-background {
  height: 500px;
  vertical-align: bottom;
}
.carousel-inner > .item > div.carousel-background > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.carousel-control {
  color: #86B83B;
}
.carousel-control.right {
  background-image: none;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #5C8E37;
}
.carousel-indicators li {
  border-color: #5C8E37;
}
.carousel-indicators .active {
  border-color: #5C8E37;
  background-color: #5C8E37;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 300;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 40px 0;
  /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  color: #3B6C35;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* Features Grid
------------------------- */
.features-grid {
  z-index: 10;
}
.features-grid p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
.features-grid .row .col-md-4 {
  text-align: left;
  z-index: 10;
}
.video-wrapper {
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* Contact Section
------------------------- */
#contact-section .panel {
  margin-top: 20px;
}
#contact-section .panel-heading {
  background-color: #5C8E37;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#86B83B), to(#5C8E37));
  /* Konqueror */
  background-image: -moz-linear-gradient(#86B83B, #5C8E37);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#86B83B, #5C8E37);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86B83B), color-stop(100%, #5C8E37));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#86B83B, #5C8E37);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#86B83B, #5C8E37);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#5C8E37', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B83B', endColorstr='#5C8E37', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#86B83B, #5C8E37);
  /* the standard */
}
#contact-section .panel-heading h3 {
  color: #fff;
}
#contact-section .social-media {
  margin-top: 20px;
  text-align: center;
  border: 1px solid #003dff;
}
#contact-form-success,
#contact-form-error {
  position: absolute;
  left: 35px;
  top: 80px;
  display: none;
  z-index: 10;
  width: 400px;
  box-shadow: 4px 8px 15px #777;
}
/* TRIAL SECTION
-------------------------------------------------- */
.trial-section p {
  font-size: 15px;
  font-weight: 200;
  line-height: 1.4;
}
.trial-section p.trial-form-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.trial-section p.description {
  font-size: 14px;
}
#controller-list.dropdown-menu {
  max-height: 288px;
  overflow: hidden;
  overflow-y: auto;
}
#controller-list::-webkit-scrollbar {
  width: 12px;
}
#controller-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#controller-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
label.form-field-subhead {
  color: #5C8E37;
  font-weight: 400;
  font-size: 12px;
}
#trial-checkbox.checkbox {
  margin: 0 0 0 4px;
  min-height: 0;
}
#trial-checkbox.checkbox label {
  color: #333;
  font-weight: 300;
  font-size: 12px;
}
#trial-form-success,
#trial-form-error {
  position: absolute;
  left: 35px;
  top: 80px;
  display: none;
  z-index: 10;
  width: 400px;
  box-shadow: 4px 8px 15px #777;
}
/* SUPPORT PAGE
-------------------------------------------------- */
.support {
  margin-top: 150px;
  margin-left: 10px;
}
.support p {
  font-size: 18px;
}
.support h1 {
  font-size: 40px;
  color: #4F00B7;
}
.support h2 {
  font-size: 30px;
  margin-top: 40px;
}
.support h3 {
  font-size: 20px;
}
.support ul {
  list-style: none;
  padding-left: 20px;
}
.support li p {
  font-size: 16px;
}
.support .nav-tabs {
  border-bottom: 1px solid #86B83B;
  font-weight: 400;
}
.support .nav-tabs li.active > a {
  background-color: #fff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#D4F3D5), to(#fff));
  /* Konqueror */
  background-image: -moz-linear-gradient(#D4F3D5, #fff);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#D4F3D5, #fff);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4F3D5), color-stop(100%, #fff));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#D4F3D5, #fff);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#D4F3D5, #fff);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4F3D5', endColorstr='#fff', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4F3D5', endColorstr='#fff', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#D4F3D5, #fff);
  /* the standard */
  color: #5C8E37;
  border-left: 1px solid #86B83B;
  border-top: 1px solid #86B83B;
  border-right: 1px solid #86B83B;
}
.support .nav-tabs li.active > a:hover {
  border-bottom-color: #fff;
}
.support .nav-tabs li > a:hover {
  background-color: #E7F4E6;
  border-color: #86B83B;
}
.support .tab-content {
  padding-left: 12px;
  background-color: #fff;
  border-left: 1px solid #86B83B;
  border-right: 1px solid #86B83B;
  border-bottom: 1px solid #86B83B;
}
.support .faq-entry,
.support .faq-entry p {
  font-size: 14px;
}
.support .faq-question {
  font-style: oblique;
  font-weight: bold;
  padding-top: 15px;
}
.support .faq-answer {
  padding-left: 10px;
  padding-top: 15px;
}
.support p.postscript {
  padding-left: 15px;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.25em;
  margin-bottom: 0;
}
.support .download {
  width: 300px;
}
.support .downloads li {
  font-size: 16px;
  padding-top: 10px;
}
.support .downloads li.release-features {
  padding-top: 8px;
}
.support .downloads li.release-downloads {
  padding-top: 3px;
  padding-left: 20px;
}
.support .downloads li.unsupported {
  color: #CD5033;
}
.support .downloads li.unsupported a {
  color: #CD5033;
}
.support .downloads li.unsupported a:hover,
.support .downloads li.unsupported a:focus {
  color: #5C8E37;
}
.support .downloads li.unsupported a.btn {
  /* Konqueror */
  /* FF 3.6+ */
  /* IE10 */
  /* Safari 4+, Chrome 2+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10 */
  /* IE6 & IE7 */
  /* IE8+ */
  /* the standard */
  background-color: #DF280A;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f7a193), to(#DF280A));
  /* Konqueror */
  background-image: -moz-linear-gradient(#f7a193, #DF280A);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#f7a193, #DF280A);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7a193), color-stop(100%, #DF280A));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#f7a193, #DF280A);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#f7a193, #DF280A);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a193', endColorstr='#DF280A', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a193', endColorstr='#DF280A', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#f7a193, #DF280A);
  /* the standard */
  border-color: #DF280A;
  color: white;
}
.support .downloads li.unsupported a.btn:hover {
  background-color: #f7a193;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#DF280A), to(#f7a193));
  /* Konqueror */
  background-image: -moz-linear-gradient(#DF280A, #f7a193);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#DF280A, #f7a193);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DF280A), color-stop(100%, #f7a193));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#DF280A, #f7a193);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#DF280A, #f7a193);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF280A', endColorstr='#f7a193', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF280A', endColorstr='#f7a193', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#DF280A, #f7a193);
  /* the standard */
}
.support .downloads li span.release-title {
  font-weight: bolder;
}
.support .downloads p {
  font-size: 16px;
  margin-bottom: 5px;
}
.support .downloads .footnote {
  font-size: 10pt;
  margin-left: 15px;
}
.support .downloads .footnote span.text-warning,
.support .downloads .support .downloads .footnote span.text-danger {
  font-weight: bolder;
}
.support .pull-right {
  font-size: 10pt;
  margin-top: 15pt;
}
/* Indigo Touch Page
-------------------------------------------------- */
.container.touch {
  margin-top: 150px;
}
.container.touch .features-grid {
  padding: 0 5px;
}
.container.touch p {
  font-size: 16px;
}
.container.touch p.intro {
  font-size: 18px;
}
.container.touch h1 {
  font-size: 40px;
  margin-top: 0;
}
.container.touch h2 {
  font-size: 30px;
  margin-top: 20px;
}
.container.touch h3 {
  font-size: 16px;
}
.container.touch hr.featurette-divider {
  margin: 15px 0;
}
.container.touch li {
  line-height: 1.5;
  font-size: 16px;
}
.container.touch b {
  font-weight: 400;
}
/* Version Comparison Page
-------------------------------------------------- */
.version-page {
  margin-top: 140px;
  padding-left: 20px;
}
/* Reseller Registration Page
-------------------------------------------------- */
#register-form {
  width: 700px;
  margin-left: 10px;
}
#register-form-success,
#register-form-error,
#register-form-generic-error {
  position: absolute;
  left: 170px;
  top: 170px;
  display: none;
  z-index: 10;
  width: 400px;
  box-shadow: 4px 8px 15px #777;
}
/* Account Management
-------------------------------------------------- */
.account-form {
  width: 400px;
  margin-left: 10px;
}
/* Reports
-------------------------------------------------- */
.center_in_panel {
  text-align: center;
}
.important_number {
  font-size: 30pt;
  margin-bottom: 0;
  line-height: .85;
  font-weight: 700;
}
.previous_week {
  font-size: 10pt;
  margin-bottom: 0;
}
.social_media_number {
  font-size: 25pt;
  font-weight: 700;
}
h2.social_media {
  margin-left: 20px;
  margin-top: 0;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 767px) {
  .domotics-logo {
    display: none;
  }
  .social {
    display: none;
  }
  /* Needed the nav bar wrapped to make it push other content down
     because on the home page it floats on top of the carousel. I
     had to use a .container, which has 15px padding on the left and
     right so this is to remove that basically. Only when it's small.
  */
  .navbar-wrapper-block {
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-inverse .navbar-brand {
    padding-top: 15px;
    height: 50px;
  }
  .generic,
  .support,
  .index-top,
  .touch {
    margin-top: 60px;
  }
  .version-page {
    margin-top: 40px;
  }
  .carousel-caption h1 {
    font-size: 40px;
  }
  .carousel-caption p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper,
  .navbar-wrapper-block {
    padding-top: 20px;
  }
  .navbar-wrapper .container,
  .navbar-wrapper-block .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar,
  .navbar-wrapper-block .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar,
  .navbar-wrapper-block .navbar {
    border-radius: 4px;
    margin-bottom: 0;
  }
  .nav {
    font-size: 11pt;
    font-weight: 300;
  }
  .featurette-heading {
    font-size: 26pt;
  }
  .index-top h2 {
    margin-top: 140px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 26pt;
  }
  .index-top h3 {
    margin-top: 140px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 22pt;
  }
}
@media (min-width: 992px) {
  .nav {
    font-size: 13pt;
    font-weight: 300;
  }
  .featurette-heading {
    margin-top: 80px;
  }
  .index-top h2 {
    margin-top: 140px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 26pt;
  }
  .features-grid .panel-body {
    height: 153px;
  }
}
@media (min-width: 1200px) {
  .features-grid .panel-body {
    height: 122px;
  }
}
