.noScroll {
    overflow: hidden !important;
}
.logobottom {
  margin-right: 10px;
}

.margin5_L .jqTransformRadioWrapper {
  margin-left: 5px;
}

/*.browser:hover{cursor:url(images/textselect.cur), default;}*/
.TopRateMod .ModuleContent,.LivestockMod .ModuleContent {
  height: initial;
  height: auto;
}

#JointAuctions3expiresIn {
  font-size: 11px;
}

.OnlineAuctions2 {
  margin-top: -10px;
}

#OnlineAuctions2 .OnlineAuctions2 {
  margin-top: -15px;
}

#JointAuctions3expiresOn {
  margin-bottom: 5px;
}

.disableLink {
  pointer-events: none;
  cursor: default;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}

.checkbox>span {
  color: #34495E;
  padding: 0.5rem 0.25rem;
}

.checkbox>input {
  height: 15px;
  width: 20px;

  border: 1px solid #34495E;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #dfcec4;
  cursor: pointer;
}

.checkbox>input:checked {
  border: 1px solid #dfcec4;
  background-color: #dfcec4;
}

.checkbox>input:checked+span::before {
  content: '\2713';
  display: block;
  text-align: center;
  color: #333300;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem;
}

.checkbox>input:active {
  border: 2px solid #333300;
}

/*buttonGO,
input {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;

  cursor: pointer;
  height: 35px;

  position: relative;


  border-radius: 10px;
  padding: 0 10px;
  width: 100px;
  font-size: 12px;
}*/



#rotate {
  vertical-align: top;
  transform: rotate(7deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(270deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}