.styletab {
  display: inline;
  margin: 0 5px;
}

#controls a {
  color: #000;
}
#controls a:hover {
  color: #fff;
}

.officestyletab {
  height: 100%;
  display: inline;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 1px solid red;
}

.selectedstyletab {
  background-color: lightblue;
}

.nowrap {
  white-space: nowrap;
}

.headerLogo {
  height: 100px;
}

.bluebg {
  background-color: #677290;
  color: #fff;
}

.woodbg {
  background: url("/images/WindowBuilder/window2world.jpg") no-repeat center #e8e3dc;
  background-size: cover;
}

.form-control {
  font-size: 12px;
  color: #000;
  min-width: 150px;
  max-width: 100%;
  text-align: left;
  height: 30px;
}

.btn-group .btn {
  padding: 0px 10px;
}

.formRow {
  line-height: 35px;
}

select {
  padding: 4px;
  font-size: 14px;
  color: #000;
}

.widthSelect, .heightSelect {
  max-width: 100%;
}

.wbsizes {
  margin-bottom: 10px;
}

.wbsizes .handwriting {
  font-size: 16px;
  text-align: center;
}

.sizeLabel {
  float: left;
  font-size: 12px;
  font-weight: 600;
  margin-right: 15px;
  width: 85px;
}

#topBarDiv .glyphicon {
  transition: 0.6s ease-out;
}

.windowContainer img:hover {
  background: #677290 no-repeat fixed center;
}

.windowContainer .active {
  background: #2a6994 no-repeat fixed center;
}
