﻿.crm-task-announcement {
	background: url(images/btns/task-announcement-16.png) no-repeat scroll right center transparent;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	margin-bottom: -3px;
}

.crm-task-close {
	background: url(images/btns/task-close-16.png) no-repeat scroll right center transparent;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	margin-bottom: -3px;
}

.crm-task-open {
	background: url(images/btns/task-open-16.png) no-repeat scroll right center transparent;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	margin-bottom: -3px;
}

#calendarModal .modal-right {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

#calendarModal .modal-right {
	left: auto !important;
	transform: translate3d(100%, 0, 0);
	transition: transform .3s ease
}

#calendarModal.show .modal-right {
	transform: translate3d(0, 0, 0)
}

.w-xl {
	width: 350px;
}

#calendarModal .modal-dialog .modal-content {
	margin-top: 50px;
	overflow-y: scroll;
}

#calendarModal .modal-body div button {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
.ui-dialog .crm-task-preview {
	width: 660px;
}

.crm-task-preview dl {
	margin-top: 1px;
	margin-left: 6px;
	padding-left: 4px;
}

	.crm-task-preview dl dt {
		padding-top: 12px;
	}

	.crm-task-preview dl dd {
		font-weight: bold;
		line-height: 1.3em;
		overflow: hidden;
	}

.crm-task-preview .task-preview {
	margin-top: 12px;
	display: block;
	font-weight: normal;
	color: #666;
}

.crm-task-notes {
	white-space: normal !important;
	line-height: 1.5em !important;
}

#crmDlgLogEntry,
.crm-task-dlg,
.crm-dlg.crm-announcement {
	min-width: 620px;
}

	#crmDlgLogEntry input,
	.crm-task-dlg input {
		line-height: 20px;
	}

		#crmDlgLogEntry input[type="text"],
		#crmDlgLogEntry textarea,
		.crm-task-dlg input[type="text"],
		.crm-task-dlg textarea,
		.crm-dlg.crm-announcement input[type="text"],
		.crm-dlg.crm-announcement textarea {
			display: block;
			margin-top: 4px;
			width: 95%;
		}

		.crm-task-dlg #assigned_uid {
			width: 180px;
		}

	#crmDlgLogEntry textarea,
	.crm-task-dlg textarea,
	.crm-dlg.crm-announcement textarea {
		height: 240px;
	}

	.crm-task-dlg .due_dt label,
	.crm-dlg.crm-announcement .due_dt label {
		display: inline;
		cursor: pointer;
	}

	#crmDlgLogEntry li,
	.crm-task-dlg li,
	.crm-dlg.crm-announcement li {
		padding-top: 4px;
		padding-bottom: 6px;
	}

	.crm-task-dlg input[data-rel="due_dt"],
	.crm-dlg.crm-announcement input[data-rel="due_dt"] {
		width: 210px;
		text-align: center;
		cursor: pointer;
	}*/
