.fuelux .wizard {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  background: #fff;
}
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  line-height: 24px;
}
.btn-file:hover {
  border: 1px solid burlywood;
}
.btn-file {
	border: 1px solid #d5d8de;
	border-top-color: rgb(213, 216, 222);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 47px;
	padding-top: 15px;
	margin-left: -30px;
	width: 41px;
	padding-left: 12px;
}
.error{
	color:red;
}
.circle{
  border:1px solid #000;
  width:20px;
  height:20px;
  border-radius:100%;
  position:relative;
  margin:4px;
  display:inline-block;
  vertical-align:middle;
}
.circle.plus:before,
.circle.plus:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:green;
}
.circle.plus:before{
    width: 2px;
    margin: 2px auto;
}
.circle.plus:after{
    margin: auto 2px;
    height: 2px;
}

/* and a bonus!!! minus :-) */
.circle.minus:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:red;
    margin: auto 2px;
    height: 2px;
}
.image-upload>input {
  	display: none;
}
#profile {
	border: 1px solid black;
}
.fuelux .wizard > .steps-container > .steps li {
	width: 14%;
	margin-bottom: 80px;
	line-height: 20px;
	padding-right: 1px;
	padding-left: 19px;
}
.fuelux .wizard > .steps-container > .steps > li {
	height: 62px;
	background-color: #f7f7f7;
}
.fuelux .wizard > .steps-container > .steps li .chevron {
	-moz-transform: scale(1.40);
	-webkit-transform: scale(1.40);
	-o-transform: scale(1.40);
}
.fuelux .wizard > .steps-container > .steps li .chevron {
	border: 24px solid transparent;
	border-left: 14px solid #d4d4d4;
	border-right: 0;
	display: block;
	position: absolute;
	right: -16px;
	top: 6px;
	z-index: 1;
}
.image-upload.pull-right {
	display: grid;
}
.form-group {
	margin-bottom: 5px;
}
.ui-draggable, .ui-droppable {
	background-position: top;
}
.main-content {
    padding: 0px; 
}
.cd-top::after {
	color: #fff;
	content: "\005e";
	font-family: "universh-icon";
	font-size: 50px;
	font-weight: bold;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: 0 !important;
	top: 0px;
}
/* Add here all your CSS customizations */
.blue {
    background-color: #2196f3 !important;
}
footer.page-footer .copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.2);
}
footer.page-footer a {
    color: #fff;
}
.page-default {
    padding-top: 75px;
    padding-bottom: 40px;
}

.progress1 {
  position: relative;
  display: flex;
}
.progress1 .progress1-track {
  position: absolute;
  top: 8px;
  width: 100%;
  height: 5px;
  background-color: #dfe3e4;
  z-index: 0;
}
.progress1 .progress1-step {
  position: relative;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.progress1 .progress1-step:last-child:after {
  display: none;
}
.progress1 .progress1-step:before {
  content: '\f00c';
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 4px solid #dfe3e4;
  border-radius: 100%;
  color: #fff;
}
.progress1 .progress1-step:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 59%;
  width: 0%;
  transition: width 1s ease-in;
  height: 5px;
  background: #dfe3e4;
  z-index: 0;
}
.progress1 .progress1-step.is-active {
  color: #2183dd;
}
.progress1 .progress1-step.is-active:before {
  border: 4px solid #777;
  animation: pulse 2s infinite;
}
.progress1 .progress1-step.is-complete {
  color: #009900;
}
.progress1 .progress1-step.is-complete:before {
  font-family: FontAwesome;
  font-size: 10px;
  color: #fff;
  background: #009900;
  border: 4px solid transparent;
}
.progress1 .progress1-step.is-complete:after {
	background: #2183dd;
    animation: nextStep 2s;
    animation-fill-mode: forwards;
    z-index: 0;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 131, 221, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(33, 131, 221, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 131, 221, 0);
  }
}
@keyframes nextStep {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
button1 {
  position: absolute;
  right: 50px;
  cursor: pointer;
}
.container {
    width: 100%;
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-right: auto;
    margin-left: auto;
}