/* Some style */
.inline {
  display: inline-block;
}

#dials {
  height: 320px;
  overflow: hidden;
}

.dial {
  display: block;
  position: relative;
  /** height: 320px; **/
}

.dial.hidden {
  display: none;
}

#jog_dial_one {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0px auto;
  background: url('../img/jogdial_220.png');
  background-repeat: no-repeat;
  border: 1px solid black;
  border-radius: 50%;
}
#jog_dial_one #jog_dial_one_knob {
  background: url('../img/base_one_knob.png?1392325228');
  background-repeat: no-repeat;
  background-size: 40px 40px;
}

.circle-container {
  background: url('../img/circle_bg_4.png');
  background-repeat: no-repeat;
}

#jog_dial_one_meter {
  width: 200px;
  height: 10px;
  margin: 20px auto 30px;
  background: #999;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#jog_dial_one_meter div {
  position: relative;
  width: 0;
  height: 100%;
  background: #80e93a;
}

#jog_dial_two {
  width: 260px;
  height: 260px;
  margin: 20px auto 0;
}

#jog_dial_two_meter {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  font-size: 1.2em;
}

.code_block {
  padding: 10px 10px;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* Bootsrtrap Jumbotron style below */
/* Space out content a bit */

/* Customize container */
@media (min-width: 768px) {

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  padding: 15px 5px 25px;
  background: #eee;
}

.jumbotron .btn {
  font-size: 21px;
}

.jumbotron .btn-group {
  display: inline-block;
  margin: 10px 0 20px 10px;
}

.lt-ie8 .jumbotron .btn-group {
  width: 80px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}

.marketing p + h4 {
  margin-top: 28px;
}


.jogdial_cen_alg { 
    padding-top: 63px;
    padding-right: 3px;
	
}
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
 
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.link_style {
	z-index: 999999;
	position: relative
}

