/* Radio inline modifier */
.radio-inline+.radio-inline {
    margin-left: 0;
}

.radio-inline {
    margin-right: 10px;
}

/* Heading */

.form-section {
	border-bottom-style: solid;
	border-color: black;
	margin-bottom: 1em;
}

.form-section-title{
	display: inline;
}

.no-bold-label {
	font-weight: normal;
}

/* Optional Input Fields */

.optional {
	display: inline;
	cursor: pointer;
}

.optional-fields {
	display: none;
}

/* Additional Options */
.hidden-opt {
	display: none;
	margin-left: 1.5em;
}

input[type=checkbox] {
	position: relative;
	vertical-align: top;
}

input[type=radio] {
	position: relative;
	vertical-align:top;
}

input.hid-txt-input {
	margin-left: 1.2em;
}

.static-input {
	position: relative;
	text-align: left;
	margin-bottom: 0.3em;
}

.static-input span {
	position: absolute;
	transform: translate(0, -50%);
	top: 45%;
	pointer-events: none;
	margin-left: 0.5em;
}

.static-input input[type="text"] {
	text-indent: 1em;
}

.add-input input{
	text-indent: 0.2em;
}

.hid-radio-group {
	position: relative;
	margin-left: 1em
}

/* Shipment Measurements */

/* Need display: block; for labels
   and unbold labels for inputs
*/

#measurements-group label {
	display:block;
}

#measurements-group .measure-hid-input {
	display:none;
}

.radio-label {
	font-weight:normal;
}

#measurements-group input[type="radio"] {
	margin-right:0.2em;
}

.measure-hid-input .cubic-input{
	margin-right:0.2em !important;
}

.measure-hid-input .amount-label {
	font-weight:normal;
}

.checkbox_label {
	font-weight:normal;
	margin-right: 1em;
}


/* Reduce bootstrap padding to accomadate small inputs */
.no-gutter > [class*='col-'] {
	padding-left:0;
	padding-right:0;
}

.reduce-gutter > [class*='col-'] {
	padding-right:0;
}

input.reduce-input-padding, select.reduce-input-padding, .reduce-input-padding input{
	padding:3px;
}

.reduce-input-addon-padding > span[class='input-group-addon'] {
	padding: 6px;
}