.title-changed {
	font-style: italic;
}
.title-changed:after {
	content: "*";
}
#dashboardcontainer {
	padding-bottom: 40px;
	overflow: hidden;
}

#widget-list {
	margin-left: -5px;
	margin-right: -5px;
}

#widget-list li {
	padding-left:5px !important;
	padding-right:5px !important;
}

#widget-list li .widget {
	height:calc(100% - 15px);
}
.widget-parent {
	margin-bottom:15px;
}
.widget-parent[data-height="1"] .panel-body {
	min-height:150px;
	height:150px;
	max-height:150px;
}
.widget-parent[data-height="2"] .panel-body {
	min-height:370px;
	height:370px;
	max-height:370px;
}
.widget-parent[data-height="3"] .panel-body {
	min-height:590px;
	height:590px;
	max-height:590px;
}


.widgetActions {
    position: absolute;
    top: 2px;
    right: 20px;
    cusor: pointer;
    z-index: 10;
    float: left;
}


#widgetHelper {
	position: absolute;
	display: none;
	top: -5px;
	right: 1000px;
	width: 445px;
	text-align: right;
	z-index: 10;
}

#widgetHelper div {
	line-height: 38px;
	vertical-align: middle;
}

#widgetHelper img {
	vertical-align: middle;
	margin-left: 8px;
}

#addWidgetLink #linkContent {
	position: relative;
	text-align: center;
	cursor: pointer;
	z-index: 21;
}

#addWidgetLink a.main:before {
	font-weight: bold;
	font-size: 20px;
	content: "\ff0b\ ";
	color: #222;
	text-decoration: none !important;
}

#addWidgetMenu {
	background-color: #455565;
	position: absolute;
	display: none;
	top: 39px;
	right: 0px;
	padding: 0px;
	z-index: 20;
	box-sizing: content-box;
}

#addWidgetMenu .widgetType {
    /* width: 115px; */
    width: 150px;
	height: 28px;
	line-height: 30px;
	padding: 6px;
	padding-right: 12px;
	text-align: right;
	cursor: pointer;
	box-sizing: content-box;
}

#addWidgetMenu .widgetType:first-child {
	padding-top: 12px;
}

#addWidgetMenu .widgetType:last-child {
	padding-bottom: 12px;
}

.widgetType a {
	color: #fff;
}

.widgetActions div {
	float: left;
	cursor: pointer;
	margin-left: 1px;
        opacity: 0.88;
	transition: 0.2s all;
}

.widgetActions div:hover {
        opacity: 1;
	transition: 0.2s all;
}

.widgetActions i {
	padding:3px;
	margin-top:6px;
	margin-right:2px;
}

#widgetTitleBar {
/*	background-color: #efefef;*/
/*	background-color: #345499;*/
/*	background-color: #ff9602;*/
/*	background-color: #ee8800;*/
/*	background-color: #7d9cb8;*/
/*	background-color: #5c91bf;*/
/*	background-color: #5e82c4;
	background-color: #4372aa;*/
	width: 100%;
	padding: 0px;
	border-bottom: solid 1px #ccc;
	cursor: move;
}

#widgetTitleBar span.title {
	color: #fff !important;
}

#widgetTitleBar div.icon {
	float: left;
	padding: 1px 2px 1px 2px;
	opacity: 0.85;
}

#widgetTitleBar div.icon img {
	vertical-align: middle;
	width: 12px;
	height: 12px;
}

