/* LOGO MAIN COLOUR #efaa56 */

body {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
}

a {
  color: #00B7FF;
}

/* form styles */
.cross-stitch-input-form {
	margin:10px auto;
	max-width: 400px;
	padding: 20px 12px 10px 20px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.cross-stitch-input-form li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.cross-stitch-input-form label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: bold;
}
.cross-stitch-input-form input[type=text], 
.cross-stitch-input-form input[type=date],
.cross-stitch-input-form input[type=datetime],
.cross-stitch-input-form input[type=number],
.cross-stitch-input-form input[type=search],
.cross-stitch-input-form input[type=time],
.cross-stitch-input-form input[type=url],
.cross-stitch-input-form input[type=email],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
}
.cross-stitch-input-form input[type=text]:focus, 
.cross-stitch-input-form input[type=date]:focus,
.cross-stitch-input-form input[type=datetime]:focus,
.cross-stitch-input-form input[type=number]:focus,
.cross-stitch-input-form input[type=search]:focus,
.cross-stitch-input-form input[type=time]:focus,
.cross-stitch-input-form input[type=url]:focus,
.cross-stitch-input-form input[type=email]:focus,
.cross-stitch-input-form textarea:focus, 
.cross-stitch-input-form select:focus{
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.cross-stitch-input-form .field-divided{
	width: 49%;
}

.cross-stitch-input-form .field-long{
	width: 100%;
}
.cross-stitch-input-form .field-select{
	width: 100%;
}
.cross-stitch-input-form .field-textarea{
	height: 100px;
}
.cross-stitch-input-form input[type=submit], .cross-stitch-input-form input[type=button]{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.cross-stitch-input-form input[type=submit]:hover, .cross-stitch-input-form input[type=button]:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.cross-stitch-input-form .required{
	color:red;
}

.invalid-form-entry {
	border-color: red !important;
}

/* NEW STUFF */
.image-preview-container img {
	width: 100%;
	object-fit: contain;
}

#uploadedImageSpinner {
	display: none;
	width: 100px;
}

#crossStitchFormContainer label {
  font-size: 16px;
  line-height: 1.2;
}

.form-span-label {
	font-size: 16px;
  line-height: 1.2;
	font-weight: 500 !important;
}


.stepHeading {
	font-size: 16px;
	font-weight: 700;
}

.form-text {
	font-size: 14px !important;
}

.colour-swatch {
  width: 20px;
	height: 20px;
	border-style: solid;
  border-width: 1px;
	background-color: #BEBEBE;
	margin-right: 10px;
	margin-top: 2px;
	float: left;
}

.pressable-colour-swatch:hover {
	background-color: #0056b3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.non-member-colour-swatch {
}

.colour-swapped {
	border-color: red;
	border-width: 2px;
}

.colour-swatch-text {
	overflow: hidden;
}

.generating-pattern-spinner-text {
	font-size: 1.5em;
}

#uploadedImageDisplay {
	max-width: 100%;
}

.cropper-dashed {
	display: none;
}

.arrowImageButton:active {
	transform:scale(1.2);
	box-shadow:2px 2px 10px rgba(0,0,0,0.3);
}

.arrowImageButton {
	height:20px;
}

/* stop text from overflowing input text gropus */
.input-group-text {
	overflow: hidden;
}

/* ADMIN PAGE */

/* Force vertical scroll bar if required */
#userSessionsModalBody {
	max-height: 400px; 
	overflow-y: auto;
}

/* colour select popup */

.colour-select-popup {
	display: none;
	position: absolute;
	font-family: "Poppins", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background-color: white;
	padding: 15px;
	border: 1px solid #ccc;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.colour-select-popup .paragraph-text {
	margin-bottom: 0px;
	font-weight: 600;
	clear: left;
}

.colour-select-popup .readable-colour-info {
	float: left;
}

.colour-select-popup .change-colour-button-div {
	clear:left;
}

.colour-select-popup .colour-swatch {
	clear:left;
}

.colour-select-popup .edit-colour-button-div {
	clear:left;
}

#footerSection {
	padding-top: 3rem !important;
}

#footerSection > div:first-of-type {
	padding-left: 40px;
	padding-right: 40px;
}

#footerMainRow {
	padding: 30px;
	background-color: #efaa56;/*#dab34a*/
	border-radius: 1rem;
}

.no-top-margin {
	margin-top: 0px !important;
}

.no-bottom-margin {
	margin-bottom: 0px !important;
}
