/*common********************************************************************/
.is-list-dummy
{
	height: 30px;
	border-top: solid 10px lightgrey;
	border-bottom: solid 10px lightgrey;
	margin: 0 0 26px 50px;
}

.is-list-dummy:before
{
	content: '';
	width: 36px;
	height: 36px;
	background-color: lightgrey;
	border-radius: 18px;
	position: relative;
	left: -50px;
	top: -13px;
	display: inline-block;
}

/*for certain widgets*********************************************************/

/* copy from here--- */
/* todowidget */
.is-dashboard-box.is-edit .is-huge-button.is-todowidget:before,
.is-dashboard-box.is-edit .is-icon.is-todowidget
{
	background-position: -150px -100px;
}

.is-dashboard-box .is-dashboard-widget-box.is-todowidget h2:before
{
	background-position: -150px -150px;
}

/* ---until here */

/* copy from here--- */
/* unreadmail */
.is-dashboard-box.is-edit .is-huge-button.is-unreadmail:before,
.is-dashboard-box.is-edit .is-icon.is-unreadmail
{
	background-position: -50px 0px;
}

.is-dashboard-box .is-dashboard-widget-box.is-unreadmail h2:before
{
	background-position: -50px -50px;
}

/* ---until here */

/* copy from here--- */
/* nexttask */
.is-dashboard-box.is-edit .is-huge-button.is-nexttask:before,
.is-dashboard-box.is-edit .is-icon.is-nexttask
{
	background-position: -100px 0px;
}

.is-dashboard-box .is-dashboard-widget-box.is-nexttask h2:before
{
	background-position: -100px -50px;
}

/* ---until here */

/* copy from here--- */
/* activity */
.is-dashboard-box.is-edit .is-huge-button.is-activity:before,
.is-dashboard-box.is-edit .is-icon.is-activity
{
	background-position: -150px 0px;
}

.is-dashboard-box .is-dashboard-widget-box.is-activity h2:before
{
	background-position: -150px -50px;
}

/* ---until here */

/* copy from here--- */
/* draftlist */
.is-dashboard-box.is-edit .is-huge-button.is-draftlist:before,
.is-dashboard-box.is-edit .is-icon.is-draftlist
{
	background-position: -200px 0px;
}

.is-dashboard-box .is-dashboard-widget-box.is-draftlist h2:before
{
	background-position: -200px -50px;
}

/* ---until here */

/* copy from here--- */
/* clock */
.is-dashboard-box.is-edit .is-huge-button.is-clock:before,
.is-dashboard-box.is-edit .is-icon.is-clock
{
	background-position: -250px 0px;
}

.is-dashboard-box .is-dashboard-widget-box.is-clock h2:before
{
	background-position: -250px -50px;
}

/* ---until here */

/* copy from here--- */
/* is-trend */
.is-dashboard-box.is-edit .is-huge-button.is-trend:before,
.is-dashboard-box.is-edit .is-icon.is-trend
{
	background-position: -50px -100px;
}

.is-dashboard-box .is-dashboard-widget-box.is-trend h2:before
{
	background-position: -50px -150px;
}

/* ---until here */

/* copy from here--- */
/* is-recentlytouched */
.is-dashboard-box.is-edit .is-huge-button.is-recentlytouched:before,
.is-dashboard-box.is-edit .is-icon.is-recentlytouched
{
	background-position: -100px -100px;
}

.is-dashboard-box .is-dashboard-widget-box.is-recentlytouched h2:before
{
	background-position: -100px -150px;
}

/* ---until here */

/* copy from here--- */
/* is-recentlyadded */
.is-dashboard-box.is-edit .is-huge-button.is-recentlyadded:before,
.is-dashboard-box.is-edit .is-icon.is-recentlyadded
{
	background-position: -450px 0px;
}

.is-dashboard-box .is-dashboard-widget-box.is-recentlyadded h2:before
{
	background-position: -450px -50px;
}

/* ---until here */

/* copy from here--- */
/* is-vehicle-damage-report */
.is-dashboard-box.is-edit .is-huge-button.is-vehicle-damage-report:before,
.is-dashboard-box.is-edit .is-icon.is-vehicle-damage-report
{
	background-position: -300px 0px;
}

.is-dashboard-box .is-dashboard-widget-box.is-vehicle-damage-report h2:before
{
	background-position: -300px -50px;
}

.is-dashboard-box .is-dashboard-widget-box.is-vehicle-damage-report textarea#damage-description
{
	height: 50px;
}

/* ---until here */

/* copy from here--- */
/* is-vehicle-service */
.is-dashboard-box.is-edit .is-huge-button.is-vehicle-service:before,
.is-dashboard-box.is-edit .is-icon.is-vehicle-service
{
	background-position: -350px 0px;
}

.is-dashboard-box .is-dashboard-widget-box.is-vehicle-service h2:before
{
	background-position: -350px -50px;
}

/* ---until here */

/* copy from here--- */
/* is-vehicle-consumption */
.is-dashboard-box.is-edit .is-huge-button.is-vehicle-consumption:before,
.is-dashboard-box.is-edit .is-icon.is-vehicle-consumption
{
	background-position: -400px 0px;
}

.is-dashboard-box .is-dashboard-widget-box.is-vehicle-consumption h2:before
{
	background-position: -400px -50px;
}

/* ---until here */

/* copy from here--- */
/* is-lawbrary-bookmarked */
.is-lawbrary-bookmarked .is-list-entry
{
	width: 100%;
	height: 36px;
	overflow: hidden;
}

.is-lawbrary-bookmarked .is-list-entry:before
{
	margin: 0 9px 0 0;
	content: '';
	width: 36px;
	height: 36px;
	background-image: url('./image/lawbrary-grid.png');
	background-repeat: no-repeat;
	float: left;
	background-position: -50px -250px;
}

/* ---until here */

/* copy from here--- */
/* is-lawbrary-touched */
.is-lawbrary-touched .is-list-entry
{
	width: 100%;
	height: 36px;
	overflow: hidden;
}

.is-lawbrary-touched .is-list-entry:before
{
	margin: 0 9px 0 0;
	content: '';
	width: 36px;
	height: 36px;
	background-image: url('./image/lawbrary-grid.png');
	background-repeat: no-repeat;
	float: left;
	background-position: -50px -200px;
}

.is-lawbrary-touched .is-list-entry.is-bookmarked:before
{
	background-position: -50px -250px;
}

/* ---until here */

/* copy from here--- */
/* is-lawbrary-trend */
.is-lawbrary-trend .is-list-entry
{
	width: 100%;
	height: 36px;
	overflow: hidden;
}

.is-lawbrary-trend .is-list-entry:before
{
	margin: 0 9px 0 0;
	content: '';
	width: 36px;
	height: 36px;
	background-image: url('./image/lawbrary-grid.png');
	background-repeat: no-repeat;
	float: left;
	background-position: -50px -200px;
}

.is-lawbrary-trend .is-list-entry.is-bookmarked:before
{
	background-position: -50px -250px;
}

/* ---until here */
