body {
//  padding-bottom: 40px;
  color: #5a5a5a;
  //color: #333;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
//  padding-right: 15px;
  padding-left: 15px;
//  background: rgba(90, 90, 90, 0.3);
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.home .col-lg-4 .col-sm-4 {
  margin-bottom: 20px;
  text-align: center;
}

.home h2 {
  font-weight: normal;
}

.home .col-lg-4 .col-sm-4 .col-xs-12 p {
  margin-right: 10px;
  margin-left: 10px;
}

.margin5 {
  margin-top: 5px;
}

.margin10 {
  margin-top: 10px;
}

.margin20 {
  margin-top: 20px;
}

.margin80 {
  margin-top: 80px;
}

.margin40 {
  margin-top: 40px;
}

.margin120 {
  margin-top: 120px;
}

.no-side-margins {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 767px) {
  .xs-no-side-padding {
	padding-left: 0;
	padding-right: 0;
  }
  
  .xs-margin-50 {
	margin-top: 50px;
  }

  .margin80 {
    margin-top: 60px;
  }

  .xs-margin-5 {
	margin-top: 5px;
  }
}

.zones-table > tbody > tr > td {
	vertical-align: middle;
}

.table-row {
    display:table-row;
    width:100%;
}

.table-layout {
    display:table;
    width:100%;
}

.table-layout .table-cell {
    display:table-cell;
    border:none;
}

.table-layout .table-cell-right {
    display:table-cell;
    border:none;
	text-align:right;
}

.fixed-width-100 {
    width:100px;
}

.fixed-width-150 {
    width:150px;
}

.fixed-width-250 {
    width:250px;
}

.heating-On {
	color:#B74934;
}

.heating-Off {
	color:#577492;
}

div.gridbox_dhx_skyblue.gridbox table.hdr td div.hdrcell {
  padding: 0px 0px 0px 0px ;
  margin: 0px 0px 0px 0px ;
  text-align: center;
}

.inline-label {
  margin-bottom: 0px;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
}

.scrollable-menu {
    height: auto;
    max-height: 260px;
    overflow-x: hidden;
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
}

.spinner {
  width: 70px;
}

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
}

.form-group {
  margin-bottom: 5px;
}

.canvasjs-chart-credit {
  font-size:0px !important;
}

.forgotpwd {
  margin-top: 5px;
  text-align: right;
  font-weight: normal;
}

#rememberme  {
  margin-top: 5px;
  text-align: left;
  font-weight: normal;
}

#signinButton {
  margin-top: 20px;
}

.divider {
  height: 1px;
  width:100%;
  display:block;
  margin-top: 0px;
  margin-bottom: 5px;
  overflow: hidden;
  background-color: #e5e5e5;
}

.modal-setTemp-footer {
  text-align: center;
}

.panel {
  margin-bottom: 10px;
}

.panel-heading {
  background-color: #e2efff !important;
}

.irri-closed {
  color: #d9534f;
}

.irri-open {
  color: #5cb85c;
}

.tos p {
    font-size: 18px;
}

.secZoneState {
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-right: 10px;
}

.secZoneState-open {
  background-color: #d9534f;
}

.secZoneState-closed {
  background-color: #5cb85c;
}

.secZoneState-bypassed {
  color: #777;
}

.secZoneState-open-bypassed {
  background-color: #d9534f;
  color: #5a5a5a;
}

.secZoneState-closed-bypassed {
  background-color: #5cb85c;
  color: #5a5a5a;
}

.hdrcell {
  padding-left: 0px !important;
}
