.is-document-box
{
	display: none;
	width: 250px;
	border-width: 1px;
	border-style: solid;
	border-radius: 15px;
	/*background-color: #f8f8f8;*/
	background-color: white;
	border-color: lightgrey;
	margin: 0 0 29px 0;
	padding: 0 0 17px 0;
}

.is-document-box h2
{
	font-size: 18px;
	margin: 0;
	padding: 14px 0 0px 15px;
}

.is-document-box .is-document-content-box
{
	padding: 24px 0 0 0;
	width: 100%;
}

.is-document-box h2:before
{
	content: none;
}

.is-document-box button
{
	font-family: my-new-regular-font, sans-serif;
	font-size: 15px;
	background-color: transparent;
	border: 0;
	outline: none;
	border-radius: 0;
	cursor: default;
	padding: 0 20px 9px 40px;
	color: black;
	display: block;
	text-align: left;
	width: 100%;
	margin: -5px 0 5px 0;
}

.is-document-box button:hover
{
	background-color: #f0f0f0;
}

.is-document-box button:before
{
	position: relative;
	top: 17px;
	left: -19px;
	margin: -10px -20px 0 0;
	content: '';
	width: 20px;
	height: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	background-image: url('./image/document-grid.png');
	background-position: -50px 0px;
}

.is-document-box button.is-dealer:before
{
	top: 7px;
	left: -27px;
	background-position: 0 -50px;
}

.is-document-box button.is-expert:before
{
	top: 7px;
	left: -27px;
	background-position: -50px -50px;
}

.is-document-box button.is-lawyer:before
{
	top: 7px;
	left: -27px;
	background-position: -100px -50px;
}

/* new document button */
.is-document-box button.is-new-document
{
	float: right;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 10px 10px 0 0;
	background-repeat: no-repeat;
	background-image: url('./image/document-grid.png');
	background-position: -100px 0px;
}

.is-document-box button.is-new-document:hover
{
	background-color: transparent;
}

.is-document-box button.is-new-document:before
{
	content: none;
}

.is-document-box .is-documenttype
{
	width: 33%;
	min-width: 70px;
	margin-right: 1%;
}

.is-document-box .is-mydocumenttype
{
	width: 66%;
	min-width: 70px;
	/*margin-right: 1%;*/
}

/* document control */
.is-document-box .is-document-control
{
	margin: 0 20px 0 auto;
	padding: 1px 0 10px 0;
	width: 90px;
}

.is-document-box .is-document-control button.is-view-button,
.is-document-box .is-document-control button.is-reset-button,
.is-document-box .is-document-control button.is-delete-button,
.is-document-box .is-document-control button.is-really-delete-button
{
	background-color: transparent;
	cursor: default;
	border-radius: 14px;
	padding: 0;
	margin: 0 2px 0 2px;
	border: solid 1px black;
	width: 26px;
	height: 26px;
	float: left;
}

.is-redesigned .is-document-list-entry button.is-button
{
	background-color: transparent;
	cursor: default;
	border-radius: 14px;
	padding: 0;
	margin: 0 2px 0 2px;
	border: solid 1px black;
	width: 26px;
	height: 26px;
	float: left;
}

.is-redesigned.is-branded-as-gtue .is-document-list-entry button.is-button
{
	border-color: #323234;
}

.is-redesigned.is-branded-as-gtue .is-document-list-entry button.is-button:hover
{
	border-color: #d40032;
}

.is-document-box .is-document-control button.is-view-button
{
	background-color: #1a446f;
	border: solid 1px #1a446f;
}

.is-redesigned .is-document-list-entry button.is-button.is-view
{
	background-color: #1a446f;
	border: solid 1px #1a446f;
}

.is-redesigned.is-branded-as-gtue .is-document-list-entry button.is-button.is-view
{
	background-color: #323234;
	border: solid 1px #323234;
}

.is-redesigned.is-branded-as-gtue .is-document-list-entry button.is-button.is-view:hover
{
	background-color: #d40032;
	border: solid 1px #d40032;
}

.is-document-box .is-document-control button.is-really-delete-button
{
	background-color: red;
	border: solid 1px red;
	display: none;
}

.is-redesigned .is-document-list-entry button.is-button.is-really-delete
{
	background-color: #d40032;
	border: solid 1px #d40032;
	display: none;
}

.is-redesigned .is-document-list-entry button.is-button.is-reset
{
	display: none;
}

.is-document-box .is-document-control button.is-view-button:before,
.is-document-box .is-document-control button.is-reset-button:before,
.is-document-box .is-document-control button.is-delete-button:before,
.is-document-box .is-document-control button.is-really-delete-button:before
{
	width: 16px;
	height: 16px;
	background-image: url('./image/document-grid.png');
	background-repeat: no-repeat;
	content: '';
	position: relative;
	display: inline-block;
	/*top: 6px;*/
	top: 4px;

}

.is-redesigned .is-document-list-entry button.is-button:before
{
	width: 16px;
	height: 16px;
	background-image: url('./image/document-grid.png');
	background-repeat: no-repeat;
	content: '';
	position: relative;
	display: inline-block;
	top: 1px;
}

.is-redesigned.is-branded-as-gtue .is-document-list-entry button.is-button:before
{
	background-image: url('./branding/gtue/document-grid.png');
}

.is-document-box .is-document-control button.is-view-button:before
{
	background-position: -50px -100px;
	left: 4px;
}

.is-redesigned .is-document-list-entry button.is-button.is-view:before
{
	background-position: -50px -150px;
}

.is-document-box .is-document-control button.is-reset-button:before
{
	background-position: 0px -100px;
	left: 6px
}

.is-redesigned .is-document-list-entry button.is-button.is-reset:before
{
	background-position: 0 -150px;
}

.is-redesigned .is-document-list-entry button.is-button.is-reset:hover:before
{
	background-position: 0 -200px;
}

.is-document-box .is-document-control button.is-delete-button:before
{
	background-position: -100px -100px;
	left: 7px;
}

.is-redesigned .is-document-list-entry button.is-button.is-delete:before
{
	background-position: -100px -150px;
}

.is-redesigned .is-document-list-entry button.is-button.is-delete:hover:before
{
	background-position: -100px -200px;
}

.is-document-box .is-document-control button.is-really-delete-button:before
{
	background-position: -150px -100px;
	left: 7px;
}

.is-redesigned .is-document-list-entry button.is-button.is-really-delete:before
{
	background-position: -150px -150px;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry
{
	width: 130px;
	height: 184px;
	margin: 0 15px 15px 0;
	padding: 8px;
	font-family: my-new-regular-font, sans-serif;
	font-size: 14px;
	line-height: 15px;
	border: solid 1px lightgrey;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;

}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-unread
{
	border-color: black;
	font-family: my-new-bold-font, sans-serif;

}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry:hover,
.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-clicked
{
	/*border-color: #d40032;*/
	/*color: #d40032;*/
	color: #005681;
	border-color: #005681;
}

.is-redesigned.is-branded-as-gtue #the-event-detail .is-stream-box .is-document-list-entry:hover,
.is-redesigned.is-branded-as-gtue #the-event-detail .is-stream-box .is-document-list-entry.is-clicked
{
	border-color: #d40032;
	color: #d40032;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry:before
{
	/*margin: 0 9px 0 -39px;*/
	content: '';
	width: 25px;
	height: 25px;
	background-image: url('./image/event-grid.png');
	background-repeat: no-repeat;
	background-position: 50px 50px;
	display: block;
}

.is-redesigned.is-branded-as-gtue #the-event-detail .is-stream-box .is-document-list-entry:before
{
	background-image: url('./branding/gtue/event-grid.png');
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-recovery:before
{
	background-position: -300px -200px;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-recovery:hover:before,
.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-recovery.is-clicked:before
{
	background-position: -300px -250px;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-dealer:before
{
	background-position: 0 -200px;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-dealer:hover:before,
.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-dealer.is-clicked:before
{
	background-position: 0 -250px;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-expert:before
{
	background-position: -50px -200px;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-expert:hover:before,
.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-expert.is-clicked:before
{
	background-position: -50px -250px;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-lawyer:before
{
	background-position: -100px -200px;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-lawyer:hover:before,
.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-lawyer.is-clicked:before
{
	background-position: -100px -250px;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry .is-control
{
	display: none;
}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry
{
	width: 130px;
	height: 184px;
	margin: 0 15px 15px 0;
	padding: 6px 6px 6px 6px;
	font-family: my-new-regular-font, sans-serif;
	font-size: 14px;
	border: solid 1px lightgrey;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;

}

.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry:before
{
	/*margin: 0 9px 0 -39px;*/
	content: '';
	width: 25px;
	height: 25px;
	background-image: url('./image/event-grid.png');
	background-repeat: no-repeat;
	background-position: 50px 50px;
	display: block;
	/*float: left;*/
}

/*.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-dealer:before*/
/*{*/
/*background-position: 0 -200px;*/
/*}*/
/*.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-expert:before*/
/*{*/
/*background-position: -50px -200px;*/
/*}*/
/*.is-redesigned #the-event-detail .is-stream-box .is-document-list-entry.is-lawyer:before*/
/*{*/
/*background-position: -100px -200px;*/
/*}*/

/* small screen */
@media screen and (max-width: 600px)
{
	.is-document-box
	{
		width: 100%;
	}
}
