html, body{
    height: 100%;
}

.draggable-container {
	min-height: 300px;
}

#newcreated,
#csvattribute,
#centralattribute {
    float: left;
    background-color: #EDEDFB;
    height: 100%;
    margin-top:10px;
    margin-left: 0.75%;
    margin-right: 0.75%;
    margin-bottom: 20px;
    border-color: #423A4E;
    border-style:solid;
    border-radius: 10px;
    border-width: 1px;
    text-align:center;
    width: 30.5%;
}

#csvattribute {
    margin-left: 1.5%;
}

#centralattribute {
    margin-right: 1.5%;
}

.csvatt,
#newcreated .newcreate {
    border: 1px solid #EDEDFB;
    border-radius: 0 0 10px 10px;
}

#centralattribute .centralatt {
    padding-bottom: 15px;
}

#newcreated .attribute-item,
#centralattribute .mappable-attribute-wrapper.paired div {
	color: #FFFFFF;
	background-color: #878787;
}

#newcreated .attribute-item input {
	display: block;
	margin: 2px auto;
	width: 80%;
}

#centralattribute div.centralatt div.csv-attribute {
	margin-top: -5px;
	border-top: 0;
	min-height: 20px;
}

#centralattribute div.centralatt div.paired {
	border-bottom: 0 none;
}

#csvattribute, 
#newcreated {
    height: 100%;
}

.heading{
    background: #45415F;
    text-decoration: none;
    color: #EDEDFB;
    border: 1px solid #45415F;
    border-radius: 10px 10px 0 0;
    height: auto;
    padding-top: 7px;
    font-weight: bold;
}

.instructions {
	color: #45415F;
	font-size: 0.9em;
	height: 40px;
	padding: 4px;
}

div.mappable-attribute-wrapper {
	width : 90%;
	margin: 2px auto;
	padding:2px;
}

div.attribute-item {
	border:solid 2px #DEDEDE;
	background:#FFFFFF ;
	color:#222222;
	width : 80%;
	margin: 6px auto;
	padding:4px;
	text-align:center;
}

div.mappable-attribute-wrapper div.attribute-item {
	width : 88.88888888888889%;
	margin: 0 auto;
	padding:4px;
	text-align:center;
}

.notsortable div.attribute-item{
	background:#878787;
	color: white;
}

#centralattribute .explanation {
	width:90%;
	margin: 0 auto;
	text-align: left;
}

#centralattribute .explanation-row {
	display: table-row;
}

#centralattribute .explanation input,
#centralattribute .explanation label {
	display: table-cell;
	padding-top: 4px;
	padding-bottom: 4px;
}

#centralattribute .explanation label {
	padding-left: 8px;
}

.attribute-item.draggable {
	cursor: move;
}

.droppable.target-hover {
	background-color: #DCDCEA;
}

#csvattribute.target-hover,
#newcreated .newcreate.target-hover {
    border-color: #DCDCEA;
}

div.mappable-attribute-wrapper.target-hover {
	padding-bottom: 27px;
}

div.mappable-attribute-wrapper.paired.target-hover {
	padding-bottom: 4px;
}

div.mappable-attribute-wrapper.paired.ui-state-disabled {
    opacity: 1;
	filter:alpha(opacity=100);
}

.draggable-container .attribute-column .ui-draggable-dragging {
	z-index:100;
	color: #222222 !important;
	background-color: #FFFFFF !important;
}
