#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;
}

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

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

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

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

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

.otherModule {
	background-color: gray;
	border-color: gray;
	color: #fff;
}

.noMapModule {
	background-color: red;
	border-color: red;
	color: #fff;
}

.staticModule {
	background: #f7f7f9;
}

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

.moduleShape {
	width: auto;
	max-width: 145px;
	height: 110px;
	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: 30px;
	padding-right: 30px;
	font-size: 12px;
	font-weight: bold;
}

.moduleIcon {
	position: absolute;
	bottom: 0;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 21px;
}

.deleteIcon {
	right: 6px;
}

.editIcon {
	left: 6px;
}

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

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

.addIcon {
	cursor: pointer;
}

.moveModule {
	cursor: move;
}

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

@media (max-width: 766px) {
	#authenticationFlow, #flowForm {
		padding: 10px;
	}
}