#schemeArea {
	overflow: visible;
}

#schemeContentPanel {
	min-height: 400px;
}


#authenticationFlow, #flowForm {
	padding: 20px;
}

.schemes {
	height: auto;
	width: 50%;
}

.moduleIcons {
	height: auto;
	width: 15%;
	vertical-align: top;
}

.module {
	width: 100%;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	border-width: 1px;
	color: #3c763d;
	padding: 5px;
	margin-bottom: 5px;
	color: #3c763d;
}

.moduleKey {
	width: 20px;
	height: 20px;
}

.greenModule {
	background-color: #008000;
	border-color: #008000;
	color: #fff;
}

.purpleModule {
    background-color: #9370DB;
	border-color: #9370DB;
	color: #fff;
}

.errorModule {
	background-color: #feefee;
	color: red;
}

.blueModule {
	background-color: #D2691E;
	border-color: #D2691E;
	color: #fff;
}

.yellowModule {
	background-color: #4169E1;
	border-color: #4169E1;
	color: #fff;
}

.staticModule {
	background: #f7f7f9;
}

.redModule {
	background-color: #696969;
	border-color: #696969;
	color: #fff;
}

.scheme {
	border-style: solid;
	border-width: 1px;
	width: 100%
}

.moduleShape {
	width: auto;
	max-width: 120px;
	height: 80px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
}

.moduleText {
	height: inherit;
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
	padding-right: 15px;
}

.moduleIcon {
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.deleteIcon {
	right: 0px;
}

.editIcon {
	right: 20px;
}

.same-row {
	display: inline-block;
}

.selected {
	border-color: blue;
	fount-color: blue;
}

.addIcon {
	cursor: pointer;
}

.moveModule {
	cursor: move;
}

.sortable-placeholder {
	display: inline-block;
	width: 100px;
	height: 20px;
}
.disabledModule{
	opacity: 0.5;
}