#dashboard ul {
    padding: 0;
}

#dashboard ul li {
	list-style-type: none;
	padding: 10px;
	float: left;
}

.eleDiv {
	color: white;
}

.eleNormalHeight {
    height: 250px;
}

.eleMaxHeight {
    height: 562px;
}

.ui-sortable-placeholder {
	margin: 10px;
	border: 1px dotted black;
	visibility: visible !important;
}
.ui-sortable-placeholder * {
	visibility: hidden;
}

li.ui-sortable-placeholder {
	background-color: #FCEFA1;
}

.widget-expand {
	background-image: url(../global/img/portlet-expand-icon-white.png);
	background-repeat: no-repeat;
	width: 14px;
}

.widget-collapse {
	background-image: url(../global/img/portlet-collapse-icon-white.png);
	background-repeat: no-repeat;
	width: 14px;
}

.widget-config {
	background-image: url(../global/img/portlet-config-icon-white.png);
	background-repeat: no-repeat;
	width: 12px;
}

.widget-remove {
	background-image: url(../global/img/portlet-remove-icon-white.png);
	background-repeat: no-repeat;
	width: 11px;
}

.widget-md-1 {
	width: 8.3%;
}
.widget-md-2 {
	width: 16.6%;
}
.widget-md-3 {
	width: 25%;
}
.widget-md-4 {
	width: 33.3%;
}
.widget-md-5 {
	width: 41.6%;
}
.widget-md-6 {
	width: 50%;
}
.widget-md-7 {
	width: 58.3%;
}
.widget-md-8 {
	width: 66.6%;
}
.widget-md-9 {
	width: 75%;
}
.widget-md-10 {
	width: 83.3%;
}
.widget-md-11 {
	width: 91.6%;
}
.widget-md-12 {
	width: 100%;
}