.wrapper {
	height: 100%;
	width: 100%;
	min-height: 100%;
}

.title {
	margin-top: 15px;
}

.secondary-background {
	background-color: white;
	color: gray;
	font-family: Roboto;
	height: 300px;
}

.vertical-align {
	position: relative;
	top: 5%;
}

.primary-background {
	background-color: #3F495F;
	color: #d8dfea;
	font-family: Roboto;
}

.cardSize {
	margin: 7px;
	border-radius: 5px;
	width: 220px;
	height: 115px;
	display: inline-block;
	background-color: white;
}

.removePadding {
	padding: 0px;
}

.img_container {
	text-align: center;
}

.hidden {
	display: none;
}

.button {
	border: 1px solid #333;
	padding: 10px;
	margin: 5px;
	background: #777;
	color: #fff;
	width: 75px;
}

.button:hover {
	background: #333;
	cursor: pointer;
}

.del_photo {
	display: inline-block;
	float: right;
	margin: 5px 5px 0 0;
}

.background {
	background-color: white;
}

.cardwithcolor:hover {
	box-shadow: 5px 5px 5px;
	transition: 2s;
}

.deleteIconWithColor:hover {
	transition: 1s;
	font-size: 4em;
}

/*----------------Wizard------------------*/
.wizard {
	border: 1px solid steelblue;
	border-top: 0px;
}

.wizard-step {
	padding: 10px;
	background-color: #1AB394;
	border: 1px solid white;
	color: white;
	font-weight: bold;
}

.wizard-step-active {
	padding: 10px;
	background-color: red;
	border: 1px solid white;
	color: white;
	font-weight: bold;
}

.input-field {
	white-space: nowrap;
	width: 9em;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 480px) {
	.cardSize {
		margin-right: 0px;
		margin-left: -10px;
	}
}
.paddingLeft15{
	padding-left:15px;
}
.cusorPointer{
	cursor: pointer;
}