@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');
/* IMPORTS
-------------------------------------------------- */
/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* Mixins
-------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
/*
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic');
 @import url('https://fonts.googleapis.com/css?family=Droid+Sans');
*/
/* 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: 0px;
}
.note {
  font-style: italic;
  color: #9542ff;
}
.space-after {
  padding-bottom: 8px;
}
.no-margin {
  margin: 0px;
}
footer,
footer p {
  font-size: 12px;
}
.generic {
  margin-top: 150px;
  margin-left: 10px;
}
/* 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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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-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 */
.text-muted {
  color: #5c8e37;
  font-weight: 300;
  font-size: 30px;
}
.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: 28px;
  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: #ffffff;
}
form .btn:hover {
  color: #ffffff;
}
form .btn:focus {
  color: #ffffff;
  outline: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px #86b83b;
  box-shadow: inset 0px 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: 0px;
  padding: 3px 4px 3px 4px;
}
select.form-control {
  font-weight: 400;
}
/* Alerts */
.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;
}
.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: #ffffff;
}
.table-bordered > thead > tr > td {
  border: 0px;
}
.table > thead:first-child > tr:first-child > td {
  border: 0px;
}
.table-bordered > tbody > tr > td {
  background-color: #f8f7fe;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #ffffff;
}
.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;
}
.navbar-inverse {
  background-color: #9542ff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4f00b7), to(#9542ff));
  /* Konqueror */
  background-image: -moz-linear-gradient(#4f00b7, #9542ff);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#4f00b7, #9542ff);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f00b7), color-stop(100%, #9542ff));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#4f00b7, #9542ff);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#4f00b7, #9542ff);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f00b7', endColorstr='#9542ff', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f00b7', endColorstr='#9542ff', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#4f00b7, #9542ff);
  /* the standard */
  border-width: 0px;
}
.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: #f1f0f9;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #5c8e37;
}
.navbar-inverse .navbar-brand {
  color: #f1f0f9;
  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: #ffffff;
  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 #777777;
  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 #777777;
  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: #ffffff;
  text-shadow: 2px 2px 4px black;
}
.carousel-caption p {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.4;
  color: #ffffff;
  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: #ffffff;
}
#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 #777777;
}
/* 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: 0px 0px 0px 4px;
  min-height: 0px;
}
#trial-checkbox.checkbox label {
  color: #333333;
  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 #777777;
}
/* 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: #ffffff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d4f3d5), to(#ffffff));
  /* Konqueror */
  background-image: -moz-linear-gradient(#d4f3d5, #ffffff);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#d4f3d5, #ffffff);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4f3d5), color-stop(100%, #ffffff));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#d4f3d5, #ffffff);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#d4f3d5, #ffffff);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4f3d5', endColorstr='#ffffff', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4f3d5', endColorstr='#ffffff', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#d4f3d5, #ffffff);
  /* 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: #ffffff;
}
.support .nav-tabs li > a:hover {
  background-color: #e7f4e6;
  border-color: #86b83b;
}
.support .tab-content {
  padding-left: 12px;
  background-color: #ffffff;
  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: 0px;
}
.support .download {
  width: 300px;
}
.support .downloads li {
  padding-top: 10px;
}
.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 .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 #777777;
}
/* Account Management
-------------------------------------------------- */
.account-form {
  width: 400px;
  margin-left: 10px;
}
/* Reports
-------------------------------------------------- */
.center_in_panel {
  text-align: center;
}
.important_number {
  font-size: 30pt;
  margin-bottom: 0px;
  line-height: .85;
  font-weight: 700;
}
.previous_week {
  font-size: 10pt;
  margin-bottom: 0px;
}
.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,
  .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;
  }
  .nav {
    font-size: 11pt;
    font-weight: 300;
  }
  .featurette-heading {
    font-size: 50px;
  }
  /*
  .panel-body {
    height: auto;
  }
*/
}
@media (min-width: 992px) {
  .nav {
    font-size: 13pt;
    font-weight: 300;
  }
  .featurette-heading {
    margin-top: 80px;
  }
  .features-grid .panel-body {
    height: 153px;
  }
}
@media (min-width: 1200px) {
  .features-grid .panel-body {
    height: 122px;
  }
}
