label {
  font-weight: normal !important;
}

.fauxFieldsetInner textarea {
	padding-left: 5px;
}

.inlineRadio, .inlineCheckbox {
  display: inline;
  font-weight: normal;
}

.inlineLabel {
  display: inline !important;
}

.errorPageWarning {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.errorPageFooter {
  text-align: center;
  margin-top: 40px;
}

.errorPageLogo {
  margin-bottom: 5px;
}

.bb-tile-nested {
  border: 4px solid #E7EAEC;
  border-top: 0px;
  margin-bottom: 0px !important;
}

.bb-tile-nested .ibox-title {
  border-style: none;
  height: auto;
}

.bb-tile-nested .ibox-title .bb-tile-header {
  font-size: 18px !important;
}

/* Query Picker */
.etQueryPicker {
    width: 475px;
}
.etQueryPicker select {
    float: left;
    width: 300px;
    margin: 5px;
}
.etQueryPicker .etQueryEditLink {
    float: left;
    margin: 5px 0px 5px 165px;
    width: 100%;
}
.etQueryPicker label {
    float: left;
    margin: 5px;
    width: 150px;
}
.etQueryPicker .etQueryPickerError {
    float: left;
    margin: 5px;
    width: 370px;
}
.noiex::-ms-clear {
  width : 0;
  height: 0;
}

.et-text-indent {
    margin-left: 10px;
}

.et-hidden {
  display: none;
}

@media print {
    a[href]:after{content:"" !important;}
}

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