﻿.entry{
	border-width: 2px;
	border-style: solid;
	border-color: #fff;

	padding: 5px;

	margin-bottom: 30px;
	/*margin-top:10px;*/

	background-color: #f7f7f4;
	background-color: rgba(246,246,243,0.5);

	border-radius:7px;
	box-shadow: 0px 1px 4px #999999;

	/* match the didbook desktop version width */
	max-width:692px;
	margin-left:auto;
	margin-right:auto;
	
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7f7f400,endColorstr=#66f7f7f4);*/
}


.entry p {
	margin: 0;
}


.entry-detail-top-background
{
	z-index: 1;
	position: absolute;
	top: 0;
	height: 52px;
	width: 100%;
	background-color: #659ace;
	background-color: rgba(101,154,206,0.2);
	margin-left: -5px;

	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;

	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;

	border-bottom: 1px solid white;
	border-bottom-color: rgba(255, 255, 255, 0.75);
}

.polaroid {
	max-width: 100%; /* makes the image only take up available space */
	border: 2px solid #fff;
	background-color: #fff;

	/*margin-bottom: 10px;
	margin-right: 5px;*/

	box-shadow: 0px 1px 4px #999999;
}


.entryPicture {
	margin-bottom: 10px;
}


.entryText {
	margin-bottom: 10px;
	margin-top:10px;
	font-weight:300;
		font-family:myriad-pro,calibri,sans-serif;
	font-size: 16px;
}




.entryPictureText .entryText {
	padding-right: 30px;
}


.entryPictureText {
	float:left;
	width:100%;
	padding-right: 20px;
}	


	
.entryPictureText_picture {
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}



.entryTitle {
	font-size: 20px;
	font-weight:400;
	color: #457aae;
	margin-bottom: 0px;

	margin-left:-5px;
	margin-right:-5px;
	padding-left:5px;

	/*font-family:"myriad-pro",arial,sans-serif;*/
	cursor: pointer;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

	.entryTitle:hover {
		color:#333;
		text-decoration: underline;
	}

	.entry-down-arrow, .entry-right-arrow
	{
		/* width: 11px (for both of them) */
		padding-top: 14px;
		padding-bottom: 14px;
		margin-right: 7px;
		float: left;
	}


	.entryTitle div.entryText
	{
		margin-top:-10px;
	}


	.entryTitle_title {
		display:block;
		min-height:19px;
		padding-top:10px;
		padding-bottom:10px;
		/*margin-left:20px;*/
	}

	.entryTitle_title small
	{
		font-weight:300;
			font-family:myriad-pro,calibri,sans-serif;
	}










.entry-section-light,
.entryActions, 
.entryComments 
{
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top:10px;
	margin-bottom: 0;
	margin-top: 0px;
	margin-left:-5px;
	margin-right:-5px;
}


.entryChildActions {
	position: relative;
}

	.entryChildActions div.child-action-edit {
		position: absolute;
		right: -25px;
		bottom: 0px;
		opacity: 0.5;
		padding: 5px; /* increase the hit area */
		cursor: pointer;
	}
		.entryChildActions div.child-action-edit:hover {
			opacity: 1;
		}

	.entryChildActions div.child-action-delete {
		position: absolute;
		right: -45px;
		bottom: 0px;
		opacity: 0.5;
		padding: 5px;
		cursor: pointer;
	}

		.entryChildActions div.child-action-delete:hover {
			opacity: 1;
		}
		




.entryTextTitle {
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #838383;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-left:0px;
	/*width:100px;*/
	/*font-family:"myriad-pro",arial,sans-serif;*/
}



.entryIndent{
	margin-left:20px;
	margin-right: 10px;
}

		.forContentImage {
			margin-right: 20px;
		}


	.userLinkField_displayName
	{
		display: block;
		/* taken from well-subtitle */
		opacity: 1;
		margin-bottom: 0;
		color: #5b8ac1;
		font-size: 13px;
		line-height: 16px;
		text-transform: uppercase;

		-ms-user-select: none; /* fix a problem on windows phone where clicking this when a collapse trigger makes it copy text */
		/*
		-moz-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		*/
	}

		.userLinkField_displayValue {
			display: inline-block;
			margin-bottom: 15px;
			/*margin-left: 10px;*/
		}


/* UserLink field (including UserLinkProperty) specific classes */

.userLinkField_title {
	
}


.userLinkField_salesTitle {
	/* used in My Showcase */
	
}


.userLinkField_text .userLinkField_displayName,
.userLinkField_html .userLinkField_displayName
{
	display: none;
}



span.userLinkField_displayName.blank-value {
	margin-bottom: 12px;
	margin-top: 8px;
}

i.db-icon-sad-face {
	margin-left: 2px;
	height: 20px;
}




.userLinkField_displayName.question
{
	padding-left: 14px;
	cursor: pointer;
	background-image: url(../Images/didbook/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 2.5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.userLinkField_displayName.question.in {
	background-image: url(../Images/didbook/arrow_down.gif);
	background-position: 0 center;
}


.userLinkField_displayName[data-toggle=collapse]:hover
{
	color: black;
}

	.userLinkField_displayName[data-toggle=collapse]:hover i
	{
		opacity: 1;
	}




.entry hr {
	border: none;
	border-top: 1px solid white;
	border-top-color: rgba(255, 255, 255, 0.5);
}


.inlineImage{
	display: inline;
	float:left;
	padding:0px;
	text-align: left;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:0px;
}


.titleLineImage{
	display: inline;
	float:left;
	margin-bottom:0px;
	margin-top:-35px;
	padding:0px;
	text-align: left;
}



.userProperty_value {
	margin-bottom: 20px;
	/*font-family:"myriad-pro",arial,sans-serif;*/
	margin-top: 2px;
}



.title {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #838383;
	padding-bottom: 2px;
	margin-top: 60px;
	margin-bottom: 20px;
	/*font-family:"myriad-pro",arial,sans-serif;*/
}



.comments-container { /* holds the comments but not the title or add new comment button */
	margin-top: 10px;
}

.comment {
	margin-bottom: 15px;
}


div.comment-body-container
{
	border: 5px solid black; 
	background-color: white;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-top: 5px;
	max-width: 400px;
}


.comment .comment-user-photo {
	float: left;

	padding-top: 5px;
	padding-right: 10px;
	background-image: url(../Images/icons/ui/comment-bubble-pointer-white-10x10.png);
	background-repeat: no-repeat;
	background-position: right 30px;

}
.comment .comment-body {

	margin-left: 63px;
	margin-right: 10px;
	border: 2px solid white;
	padding-left: 12px;
	padding-bottom: 6px;
	padding-top: 2px;

	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.25);

	font-size: 16px;
	font-weight: 300;
		font-family:myriad-pro,calibri,sans-serif;
}

.comment .comment-text {
	font-weight: 400;
		font-family:myriad-pro,calibri,sans-serif;
	padding-right: 2px;
	text-indent: -0.3em; /* optical alignt the text by making the apostorphe overhang the left margin */
}

	.comment-text p {
		display: inline;
	}

.comment .comment-actions {
	padding-top: 5px;
	text-align: right;
}

.comment a {
	line-height: 20px;
	margin-right: 10px;
}


.comment-author,
.comment-information 
{
	padding-top: 0;
	padding-right: 8px;
}

.comment-information {
	text-align: right;
}

.comment-date {
	color: rgba(0, 0, 0, 0.4);
}












.userPhoto{
	border: 2px solid #fff;
	background-color:#fff;
	box-shadow: 0px 1px 4px #999999;
	margin-bottom:10px;
	margin-right:5px;
}





.contentImage{
	max-width:100%; /* don't let the image be bigger than the width of its container */

	border: 2px solid #fff;
	background-color:#fff;
	box-shadow: 0px 1px 4px #999999;
	margin-bottom:10px;
	margin-right:5px;

	/*
	border-radius:7px;
	overflow:hidden;
	*/
}


.contentVideo{
	max-width:100%; /* don't let the image be bigger than the width of its container */

	border: 2px solid #fff;
	background-color:#fff;
	box-shadow: 0px 1px 4px #999999;
	margin-bottom:10px;
	margin-right:5px;


}

/* for Scrapbook interface only */
#results-page-detail img.contentImage {
	max-width: 350px; /* this is 420 for the page, - 50 for the margin, left margin of 5 right margin of 10 */	
}


.thumbnail{
	max-width:50px;
	max-height:50px;
}


div.simple img.thumbnail {
	margin-bottom: 0px;
}

 





.btn-entry {
  color: #659ace;

  border-color:#ffffff;

	background-color:#e7e7e4;
	*background-color:#e7e7e4;
	background-color:rgba(255,255,255,0.05);

	margin-right:10px;

}

.btn-entry:hover,
.btn-entry:active,
.btn-entry.active,
.btn-entry.disabled,
.btn-entry[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
  border-color:#333366;
  border-color:rgba(0,0,0,0.05);
}

.btn-entry:active,
.btn-entry.active {
	background-color:#e7e7e4;
	*background-color:#e7e7e4;
	background-color:rgba(255,255,255,0.25);
}


.btn-delete {
  color: #659ace;
  border-color:#ffffff;
  background:none;
  margin-right:10px;
  border:none;
  box-shadow:none;
}

.btn-delete:hover,
.btn-delete:active,
.btn-delete.active,
.btn-delete.disabled,
.btn-delete[disabled] {
  color: #ffffff;
  background-color: #cc0000;
  border-color:rgba(0,0,0,0.05);
}

.btn-delete:active,
.btn-delete.active {
  background:none;
}




/* User info */

.didbook-text-message-to-user {
	font-size: 24px;
	color: white;
}














/* FROM db MOBILE */


.actionButton{
	display:inline;
	float:left;
	clear:right;
	background-color:#e7e7e4;
	background-color:rgba(255,255,255,0.25);
	padding:7px;
	padding-left:15px;
	padding-right:15px;
	border-radius:7px;
	margin-right:12px;
	border:1px solid #999;
	color:#666;
}

.actionButton_highlight, .actionButton_highlight:visited{
	background-color:#FCEBE2;
	border: 1px solid #FF6600;
}


.actionButton_over{
	background-color:#CDF5CF;
	border-color:#00cc00;
	cursor:pointer;
	color:#333;
}




.acknowledgeText {
	font-size: 10pt;
	margin-left: 4px;
	font-weight: 300;
		font-family:myriad-pro,calibri,sans-serif;

}


.addNewEntry
{
	cursor: pointer;
	color: #666;
	font-size: 110%;
}

.addNewEntry:hover{
	color:#333;
	text-decoration: underline;
}

.addNewEntry_text{
	margin-left:20px;
}

.addNewEntry_icon{
	margin-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
}




#ApplicationAddNew
{
	padding-left: 5px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 0px;
}