/*.form-group__label {
  margin: 40px 0 10px 0;
}
*/

#reset {
	cursor: pointer;
}

.fileupload{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	max-width: 10px; /* IE Fix */
}

.fileupload + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
    cursor: pointer;
}

.fileupload:focus + label,
.fileupload + label:hover {
    background-color: red;
}

/* Google Recaptcha Badge positioning adjustment */
.grecaptcha-badge {
	margin-bottom: 30px;
}

#p-loading{
    background: url('https://www.regina.ca/reginaca/.content/webforms/loader.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 2em;
    width: 100%;
    z-index: 99999;
    display: none;
}

#p-loading > span{
	background: rgba(255,255,255,0.6);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99997;
}

.cart-card-1{
 padding: 1em;
 margin-top: .8em;
 margin-left: 1em;
}

.cart-card-2{
 padding: 1em;
 margin-top: .8em;
 margin-left: 1em;
 text-align: right;
}

.cart-card-3{
 padding: 1em;
 margin-top: .8em;
 margin-left: 1em;
 margin-right: 1em;
 text-align:right;
}


div.table--striped {
	/*overflow-x: auto !important;*/
	word-break: break-word;
}
