body {
    margin-top:40px;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.pointer {
	cursor: pointer;
}

.not-allowed {
	cursor: not-allowed;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.img-responsive2 {
	max-height: 32px;
	max-width: 56px;
}

.block {
	text-align: center;
}

.vertical-block {
	width: 5px;
	height: 32px;
	background-color: #00CCFF;
	margin: auto;
	text-align: center;
}

.horizontal-block {
	width: 80%;
	height: 5px;
	background-color: #00CCFF;
	/*margin: auto;*/
	display:inline-block;
}

.step-block {
	height: 32px;
}

.not-blinded {
	border-style: solid;
  border-width: 3px;
	border-color: #48484a;
	background-color: #48484a;
}

.half-blinded {
	border-style: solid;
  border-width: 3px;
	border-color: #48484a;
	background: #9fa1a4;
}

.half-blinded input {
	background-color: #9fa1a4;
	border: 0;
}

.half-blinded .number {
	color: white;
}

.full-blinded {
	border-style: solid;
  border-width: 3px;
	border-color: #48484a;
	background: #48484a;	
}

.full-blinded input {
	background-color: #48484a;
	border: 0;
}

.full-blinded .number {
	color: white;
}

.randomize-block {
	width: 70%;
	height: 32px;
	background-color: yellow;
	display:inline-block;
}

.division-block-content {
	background-color: #ccf3ff;
}

.cross-block-content {
	background-color: #ffd3cc;
}

.loop-block-content {
	background-color: #d4ffcc;
}

.remove-block {
	height: 100%;
	background-color: black;
}

.division-block-content {
	padding: 0 0 0 0;
}

.division-block {
	text-align: center;
	margin: 0 10px 0 10px;
	border-style: solid;
	border-color: #00CCFF;
}

.cross-block {
	text-align: center;
	margin: 0 10px 0 10px;
	border-style: solid;
	border-color: #00CCFF;
}

.loop-block {
	text-align: center;
	margin: 0 10px 0 10px;
	border-style: solid;
	border-color: #00CCFF;
}

.menu-block {
	text-align: center;
}