#import-elements .row {margin: 0;}
#import-elements .col-xs-4 {padding: 0;}
#import-elements .col-xs-5 {padding: 0;}
#import-elements .col-xs-6 {padding: 0;}
#import-elements .col-xs-7 {padding: 0;}
#import-elements .col-xs-8 {padding: 0;}
#import-elements #BtnSimplify,
#import-elements #BtnOrientate {height: 50px; margin: 10px;}
.import-flow-text-block {
	background-color: aqua;
	padding: 30px;
	position: relative;
	border-radius: 30px;
	margin-right: 5px;
}
.import-flow-text-block .glyphicon-remove {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 10px;
	width: 10px;
	cursor: pointer;
	color: white;
}
#simplify-text-block {
	text-align: center;
}
#orientate-text-block {
	text-align: center;
}
#recommended-container {
	font-weight: bold;
	color: red;
}
.right-arrow {
	position: absolute;
	top: 15px;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent aqua;
}
.right-arrow-box {
	position: absolute;
	top: 22px;
	right: -5px;
	width: 10px;
	height: 16px;
	background-color: aqua;
}
.simplifyButton {
	height: 50px;
	width: 50px;
	border-radius: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
}
#EnableFreeObjectTransform,
#DisableFreeObjectTransform {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	float: left;
	margin: 2px;
}
.bg-white {
	background-color: white;
}
.bg-red {
	background-color: #ea5a3f;
}
.bg-green {
	background-color: #62bb4d;
}
.simplifyButtonContainer,
#BtnOrientateResetPosition,
#EnableFreeObjectTransform,
#DisableFreeObjectTransform,
#OrientateUp,
#OrientateDown,
#OrientateLeft,
#OrientateRight,
#OrientateDone {
	cursor: pointer;
	opacity: .7;
}
#Orientate45DegreePic,
#OrientateUp,
#OrientateDown,
#OrientateLeft,
#OrientateRight,
#OrientateDone {
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	margin: 2px;
	float: left;
}
#Orientate45DegreePic {
	opacity: .7;
}
.simplifyButtonContainer:hover,
#BtnOrientateResetPosition:hover,
#EnableFreeObjectTransform:hover,
#DisableFreeObjectTransform:hover,
#OrientateUp:hover,
#OrientateDown:hover,
#OrientateLeft:hover,
#OrientateRight:hover,
#OrientateDone:hover {
	opacity: 1;
}
.btn.btn-leopoly {
	background-color: #6dc7d5;
	border-color: #6dc7d5;
}