.is-dashboard-box
{
	margin: 10px 0 42px 0;
}

.is-dashboard-box .is-dashboard-widget-box
{
	width: 24%;
	min-width: 200px;
	margin: 15px 1% 42px 0;
	float: left;
	padding: 0 20px 0 0;
}

.is-dashboard-box .is-icon
{
	width: 50px;
	height: 50px;
	background-image: url('./image/widget-grid.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*margin: 0 0 3px 0;*/
}

.is-dashboard-box.is-edit .is-icon
{
	margin: 3px 0 20px 0;
}

.is-dashboard-box .is-dashboard-widget-box .is-service-entry-list .is-icon-status
{
	/*background-color: #ccc;*/
	border-radius: 50%;
	float: left;
	width: 8px;
	height: 8px;
	margin: 3px 3px 0 0;
}

.is-dashboard-box .is-dashboard-widget-box .is-service-entry-list .is-icon-status.is-green
{
	background-color: mediumseagreen;
}

.is-dashboard-box .is-dashboard-widget-box .is-service-entry-list .is-icon-status.is-yellow
{
	background-color: gold;
}

.is-dashboard-box .is-dashboard-widget-box .is-service-entry-list .is-icon-status.is-red
{
	background-color: red;
}

.is-dashboard-box .is-dashboard-widget-box h2
{
	margin: 0 0 20px 0;
	margin: 0 0 20px 38px;
	/*padding-left:50px;*/
}

.is-dashboard-box .is-dashboard-widget-box h2.is-dashboard-h2-compact
{
	margin-bottom: 3px;
}

.is-dashboard-box .is-dashboard-widget-box h2:before
{
	width: 27px;
	height: 27px;
	background-image: url('./image/widget-grid.png');
	background-repeat: no-repeat;
	background-position: 0px -50px;
	content: '';
	position: relative;
	display: block;
	float: left;
	margin: 0 9px 0 -38px;
}

.is-dashboard-box.is-edit .is-dashboard-widget-box h2:before
{
	/*width: 27px;*/
	/*height: 27px;*/
	/*background-image: url('./image/widget-grid.png');*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0px -50px;*/
	/*content: '';*/
	/*position: relative;*/
	/*display: block;*/
	/*float: left;*/
	margin-left: 0;
}

.is-dashboard-box .is-dashboard-widget-box .is-confirm-box h2
{
	margin: 0;
}

.is-dashboard-box.is-edit .is-dashboard-widget-box
{
	width: 22%;
	min-height: 270px;
	min-width: 0;
	margin: 0 0 15px 0;
	float: left;
	padding: 9px 12px 16px 12px;
	border: 1px solid silver;
	border-radius: 14px;
}

.is-dashboard-box.is-edit .is-dashboard-widget-box:hover,
.is-dashboard-box.is-edit .is-dashboard-widget-box.is-marked
{
	background: #f0f0f0;
}

.is-dashboard-box.is-edit .is-dashboard-widget-box.is-not-available,
.is-dashboard-box.is-edit .is-dashboard-widget-box.is-not-available:hover,
.is-dashboard-box.is-edit .is-dashboard-widget-box.is-not-available.is-marked
{
	background-color: silver;
}

.is-dashboard-box.is-edit .is-dashboard-widget-box:hover:before
{
	width: 14px;
	height: 14px;
	background-image: url('./image/dashboard-grid.png');
	background-repeat: no-repeat;
	display: block;
	margin: 5px 0 0 0;
	content: '';
	background-position: -50px -100px;
	float: right;
}

.is-dashboard-box.is-edit .is-dashboard-widget-box h2
{
	margin: 0 0 20px 0;
}

.is-dashboard-box.is-edit .is-dashboard-widget-editing-box
{
	/*width: 50%;*/
	width: 25%;
	margin: 0 0 15px 0;
	padding: 9px 12px 29px 12px;
	border: 1px solid silver;
	border-radius: 14px;
}

.is-dashboard-box.is-edit .is-dashboard-widget-editing-box .is-trash-button
{
	background-color: transparent;
	border: 0;
	outline: none;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
	color: black;
	margin: 0;
	float: right;
	width: 20px;
	height: 20px;
	background-image: url('./image/form-grid.png');
	background-repeat: no-repeat;
	background-position: 0 -200px;
}

/* widget button */
.is-dashboard-box.is-edit .is-huge-button
{
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 6px;
	position: relative;
	border: solid 1px #005681;
	background: white;
}

.is-dashboard-box.is-edit .is-huge-button:hover
{
	background: #f0f0f0;
}

.is-dashboard-box.is-edit .is-huge-button.is-not-available,
.is-dashboard-box.is-edit .is-huge-button.is-not-available:hover
{
	background-color: silver;
}

.is-dashboard-box.is-edit .is-huge-button:before
{
	width: 50px;
	height: 50px;
	background-image: url('./image/widget-grid.png');
	background-repeat: no-repeat;
	display: block;
	margin: 30px 49px;
	content: '';
	background-position: 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}

.is-dashboard-box.is-edit .is-huge-button p
{
	font-size: 14px;
	line-height: 1.2em;
	width: 148px;
	max-height: 48px;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 2px 9px 0 9px;
	margin-bottom: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: black;
}

.is-dashboard-box .is-dashboard-helper-box
{
	width: 25%;
	margin: 0 0 15px 0;
	padding: 9px 12px 9px 12px;
	border: 1px solid silver;
	border-radius: 14px;
}

.is-dashboard-box .is-dashboard-helper-box h2
{
	margin: 0 0 13px 0;
}

/*.is-dashboard-box .is-dashboard-helper-box .is-setting-symbol*/
/*{*/
/*	width: 27px;*/
/*	height: 27px;*/
/*	background-image: url('./image/dashboard-grid.png');*/
/*	background-repeat: no-repeat;*/
/*	background-position: 0px -100px;*/
/*}*/

.is-dashboard-box.is-edit .is-arrow-box
{
	width: 1%;
	margin: 0 1% 0 1%;
	float: left;
}

.is-dashboard-box.is-edit .is-arrow-box:before
{
	content: '>';
	background-image: url('./image/arrow-right.png');
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	display: inline-block;
	width: 11px;
	height: 20px;
}

.is-dashboard-box.is-edit .is-arrow-box:after
{
	content: '<';
	background-image: url('./image/arrow-left.png');
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	display: inline-block;
	width: 11px;
	height: 20px;
}

.is-dashboard-box .is-stream-entry
{
	padding: 0 0 16px 0;
}

.is-dashboard-box .is-stream-entry.is-more
{
	color: grey;
	font-size: 14px;
	line-height: 15px;
}

.is-dashboard-box .is-stream-entry.is-more:hover
{
	color: #005681;
}

.is-branded-as-gtue .is-dashboard-box .is-stream-entry.is-more:hover
{
	color: #d40032;
}

.is-dashboard-box .is-stream-entry.is-empty
{
	color: grey;
	font-size: 14px;
	line-height: 15px;
}

.is-dashboard-box .is-stream-entry p
{
	padding: 0 0 0 50px;
	padding: 0 0 0 36px;
	/*padding: 0 0 0 40px;*/
	font-size: 14px;
}

.is-dashboard-box .is-stream-entry.is-empty p
{
	padding-top: 5px;
}

.is-dashboard-box .is-stream-entry:hover p
{
	color: #005681;
}

.is-branded-as-gtue .is-dashboard-box .is-stream-entry:hover p
{
	color: #d40032;
}

.is-dashboard-box .is-stream-entry.is-empty:hover p
{
	color: grey;
}

.is-dashboard-box .is-stream-entry:before
{
	margin: 0 0 0 0;
	content: '';
	width: 50px;
	width: 25px;
	height: 25px;
	background-image: url('./image/dashboard-grid.png');
	background-repeat: no-repeat;
	background-position: -50px -50px;
	position: relative;
	top: 0;
	left: 0px;
	float: left;
}

.is-branded-as-gtue .is-dashboard-box .is-stream-entry:before
{
	background-image: url('./branding/gtue/dashboard-grid.png');
}

.is-dashboard-box .is-stream-entry.is-dealer:before
{
	background-position: -100px -200px;
}

.is-dashboard-box .is-stream-entry.is-dealer:hover:before
{
	background-position: -125px -200px;
}

.is-dashboard-box .is-stream-entry.is-expert:before
{
	background-position: -150px -200px;
}

.is-dashboard-box .is-stream-entry.is-expert:hover:before
{
	background-position: -175px -200px;
}

.is-dashboard-box .is-stream-entry.is-lawyer:before
{
	background-position: -200px -200px;
}

.is-dashboard-box .is-stream-entry.is-lawyer:hover:before
{
	background-position: -225px -200px;
}

.is-dashboard-box .is-stream-entry.is-manage:before
{
	background-position: -300px -200px;
}

.is-dashboard-box .is-stream-entry.is-manage:hover:before
{
	background-position: -325px -200px;
}

.is-dashboard-box .is-stream-entry.is-task:before
{
	background-position: -150px 0;
}

.is-dashboard-box .is-stream-entry.is-task:hover:before
{
	background-position: -150px -50px;
}

.is-dashboard-box .is-stream-entry.is-message:before
{
	background-position: -200px 0;
	background-position: -50px -200px;
}

.is-dashboard-box .is-stream-entry.is-message:hover:before
{
	background-position: -200px -50px;
	background-position: -75px -200px;
}

.is-dashboard-box .is-stream-entry.is-draft:hover p
{
	color: black;
}

.is-dashboard-box .is-stream-entry.is-draft:before
{
	background-position: -400px -50px;
	background-position: -25px -200px;
	width: 36px;
	width: 25px;
	height: 36px;
	height: 25px;
	border: solid 1px #18a15f;
	border-radius: 18px;
	border-radius: 13px;
}

.is-branded-as-gtue .is-dashboard-box .is-stream-entry.is-draft:before
{
	border: solid 1px #d40032;
}

.is-dashboard-box .is-stream-entry.is-draft.is-waiting:before
{
	background-position: -400px 0;
	background-position: 0px -200px;
	border: solid 1px #e30613;
}

.is-branded-as-gtue .is-dashboard-box .is-stream-entry.is-draft.is-waiting:before
{
	border: solid 1px #323234;
}

.is-branded-as-gtue .is-dashboard-box .is-stream-entry.is-draft:hover:before
{
	border: solid 1px #d40032;
}

.is-dashboard-box .is-stream-entry.is-draft .is-edit
{
	background-image: url('./image/dashboard-grid.png');
	background-repeat: no-repeat;
	background-position: -50px -150px;
	width: 24px;
	height: 24px;
	border: solid 1px black;
	border-radius: 12px;
	float: right;
	display: none;
	margin: 0 0 9px 9px;
}

.is-dashboard-box .is-stream-entry.is-draft:hover .is-edit,
.is-dashboard-box .is-stream-entry.is-draft:hover .is-edit:focus
{
	display: block;
}

.is-dashboard-box .is-stream-entry.is-draft .is-edit:hover
{
	border-color: #005681;
	background-position: -75px -150px;
}

.is-dashboard-box .is-stream-entry.is-draft .is-trash
{

	/*background-color: transparent;*/
	/*border: 0;*/
	/*outline: none;*/
	/*border-radius: 0;*/
	/*cursor: pointer;*/
	/*padding: 0;*/
	/*color: black;*/
	/*margin: 0;*/

	background-image: url('./image/dashboard-grid.png');
	background-repeat: no-repeat;
	background-position: 0 -150px;
	width: 24px;
	height: 24px;
	border: solid 1px black;
	border-radius: 12px;
	float: right;
	display: none;
	margin: 0 0 9px 9px;

}

.is-dashboard-box .is-stream-entry.is-draft:hover .is-trash
{
	display: block;
}

.is-dashboard-box .is-stream-entry.is-draft .is-trash:hover
{
	border-color: red;
	background-position: -25px -150px;
}

.is-dashboard-box .is-stream-entry.is-more:before
{
	background-position: -300px 0;
	background-position: -250px -200px;
}

.is-dashboard-box .is-stream-entry.is-more:hover:before
{
	background-position: -300px -50px;
	background-position: -275px -200px;
}

.is-dashboard-box .is-stream-entry.is-empty:before
{
	background-position: -350px 0;
}

/*.is-toolbar-box.is-dashboard*/
/*{*/
/*}*/
/*.is-toolbar-box.is-dashboard .is-blue-button*/
/*{*/
/*	!*float: left;*!*/
/*}*/
.is-toolbar-box .is-edit-dashboard-button,
.is-toolbar-box .is-setting-button
{
	width: 27px;
	height: 27px;
	background-image: url('./image/dashboard-grid.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
	float: left;
	margin: 0 0 0 5px;
}

@media screen and (max-width: 1100px)
{
	.is-dashboard-box .is-dashboard-widget-box,
	.is-dashboard-box.is-edit .is-dashboard-widget-box
	{
		width: 31%;
	}
}

@media screen and (max-width: 900px)
{
	.is-dashboard-box .is-dashboard-widget-box,
	.is-dashboard-box.is-edit .is-dashboard-widget-box
	{
		width: 47%;
	}
}

@media screen and (max-width: 700px)
{
	.is-dashboard-box .is-dashboard-widget-box
	{
		width: 100%;
		min-width: 0px;
		margin: 15px 0 30px 0;
		float: none;
		padding: 0;
	}
}

@media screen and (max-width: 600px)
{

	.is-dashboard-box.is-edit .is-dashboard-widget-box
	{
		width: 100%;
		margin: 0 0 5px 0;
		float: none;
	}

	.is-dashboard-box.is-edit .is-arrow-box
	{
		width: 100%;
		margin: 0;
		float: none;
	}

	.is-dashboard-box.is-edit .is-arrow-box::before
	{
		background-image: url('./image/arrow-down.png');
		background-repeat: no-repeat;
		background-position: center;
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
	}

	.is-dashboard-box.is-edit .is-arrow-box::after
	{
		background-image: url('./image/arrow-up.png');
		background-repeat: no-repeat;
		background-position: center;
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
	}

	.is-dashboard-box .is-dashboard-helper-box
	{
		width: 100%;
		margin: 0 0 0 0;
	}
}

.is-redesigned .is-dashboard-box h2
{
	line-height: 25px;
}

.is-dashboard-subheader
{
	font-size: 12px;
	margin-left: 38px;
}
