#BreadCrumbOwner {
	overflow: hidden;
}

.newCP .opacity60 {
	opacity: 0.6;
}

/*  File Type Icons  */

.newCP .fileType {
	background: url("/Assets/Images/IconFileNone.png") no-repeat;
	display: inline-block;
	padding-left: 20px;
}

.newCP .fileType.folder {
	background: url("/Assets/Images/IconFolderClosed.gif") no-repeat;
}

.newCP .fileType.folderOpen {
	background: url("/Assets/Images/IconFolderOpen.gif") no-repeat;
}

.newCP .fileType.doc,
.newCP .fileType.docx {
	background: url("/Assets/Images/IconFileWord.png") no-repeat;
}

.newCP .fileType.xls,
.newCP .fileType.xlsx {
	background: url("/Assets/Images/IconFileExcel.png") no-repeat;
}

.newCP .fileType.csv {
	background: url("/Assets/Images/IconFileCsv.png") no-repeat;
}

.newCP .fileType.gif,
.newCP .fileType.img {
	background: url("/Assets/Images/IconFileGif.png") no-repeat;
}

.newCP .fileType.html,
.newCP .fileType.htm {
	background: url("/Assets/Images/IconFileHtml.png") no-repeat;
}

.newCP .fileType.jpg,
.newCP .fileType.jpeg {
	background: url("/Assets/Images/IconFileJpeg.png") no-repeat;
}

.newCP .fileType.ppt,
.newCP .fileType.pptx {
	background: url("/Assets/Images/IconFilePpt.png") no-repeat;
}

.newCP .fileType.pdf {
	background: url("/Assets/Images/IconFilePdf.png") no-repeat;
}

.newCP .fileType.png {
	background: url("/Assets/Images/IconFilePng.png") no-repeat;
}

.newCP .fileType.bmp {
	background: url("/Assets/Images/IconFileBmp.gif") no-repeat;
}

.newCP .fileType.txt {
	background: url("/Assets/Images/IconFileText.png") no-repeat;
}

/*  END File Type Icons  */

.moduleContentNew h1:not(.headline),
.moduleContentNew .h1 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
}

.moduleContentNew h2:not(.subhead1),
.moduleContentNew .h2 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}

.moduleContentNew h3:not(.subhead2),
.moduleContentNew .h3,
.widget.image.pageStyles .widgetHeader h3 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

.moduleContentNew h1 a,
.moduleContentNew h1 a:link,
.moduleContentNew h1 a:visited,
.moduleContentNew h1 a:hover,
.moduleContentNew h1 a:focus,
.moduleContentNew h1 a:active,
.moduleContentNew .h1 a,
.moduleContentNew h2 a,
.moduleContentNew h2 a:link,
.moduleContentNew h2 a:visited,
.moduleContentNew h2 a:hover,
.moduleContentNew h2 a:focus,
.moduleContentNew h2 a:active,
.moduleContentNew .h2 a,
.moduleContentNew h3 a,
.moduleContentNew h3 a:link,
.moduleContentNew h3 a:visited,
.moduleContentNew h3 a:hover,
.moduleContentNew h3 a:focus,
.moduleContentNew h3 a:active,
.moduleContentNew .h3 a {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

a.button,
.newCP a.button {
	background: url(/Common/Images/ButtonRightBkg.png?v=092020) no-repeat right top;
	color: #555;
	/*	color: #555 !important;*/
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
	max-width: 260px;
	padding: 0px 4px 0px 0px;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	text-transform: none !important;
}

a.button > span,
.newCP a.button > span {
	background: url(/Common/Images/ButtonLeftBkg.png?v=092020) no-repeat left top;
	display: block;
	padding: 4px 4px 5px 8px;
}

.newCP button.button[type="submit"] {
	background: url(/Common/Images/ButtonRightBkg.png?v=092020) no-repeat right top;
	color: #555;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
	max-width: 260px;
	padding: 0 4px 0 0;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	text-transform: none !important;
	border: none;
	line-height: inherit;
}

.newCP button.button[type="submit"] > span {
	background: url(/Common/Images/ButtonLeftBkg.png?v=092020) no-repeat left top;
	display: block;
	padding: 4px 4px 5px 8px;
}

button.button:focus {
	outline: 1px dotted;
}

a.button.inactive {
	color: #aaa !important;
}

a.cancel,
a.cancel > span,
.newCP a.cancel,
.newCP a.cancel > span {
	background: none;
	color: #c33;
	text-decoration: underline;
}

a.button:focus {
	outline: 1px dotted;
}

.newCP .popUpParent {
	z-index: 1;
}

.newCP .popUpParent.popped {
	z-index: 10;
}

label.screenRead {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline-block;
}

/*  Alert  */

p.alert {
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	*/
	color: #777;
	font-size: 9pt;
	/*	font-weight: bold;*/
	line-height: 1.3;
	padding: 0.5em;
}

p.alert.error {
	border-color: #900;
	background-color: #c33;
	color: #fff;
}

p.alert.warning {
	background: #fef7cb;
	border-color: #ffe475;
	color: #333;
}

.moduleContentNew strong.alert {
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
	clear: left;
	display: block;
	font-weight: normal;
	margin: 20px 10px;
	text-align: center;
}

.moduleContentNew strong.alert em {
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	display: block;
	padding: 5px 10px;
}

/*  END Alert  */

/*  Pagination  */

.moduleContentNew .pagination {
	margin: 15px 0px;
	text-align: center;
}

.moduleContentNew .pagination a,
.moduleContentNew .pagination span {
	display: -moz-inline-stack; /* for FF2 and below */
	display: inline-block;
	margin: 0px 6px 0px 0px;
	padding: 4px 5px 0;
	text-decoration: none;
}

.moduleContentNew .pagination span {
	font-weight: bold;
}

.moduleContentNew .pagination strong {
	font-size: 1.5em;
	margin-right: 6px;
}

.moduleContentNew .pagination .disabled {
	cursor: default;
}

/*  END Pagination  */

/*  M O D A L   W I N D O W
============================================================ */

.modalContainer .modalTitleLeft {
	background: url(/App_Themes/Default/images/ModalTopLeft.png) no-repeat left top;
}

.modalContainer h3.modalTitle,
.modalContainer h1.modalTitle {
	background: url(/App_Themes/Default/images/ModalTop.png) repeat-x left top;
	color: #333;
	font-family: Arial, sans-serif;
}

.modalContainer h3.modalTitle img,
.modalContainer h1.modalTitle img {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
}

.modalContainer h3.modalTitle span {
	color: #555;
	display: -moz-inline-stack;
	display: inline-block;
	font-family: Arial, san-serif;
	font-size: 0.75em;
	margin: 0px 4px;
}

.modalContainer a.modalClose:link,
.modalContainer a.modalClose:visited {
	background: url(/App_Themes/Default/images/ModalClose.png) no-repeat right bottom;
}

.modalContainer .modalContentLeft {
	background: url(/App_Themes/Default/images/ModalLeft.png) repeat-y left top;
}

.modalContainer .modalContentRight {
	background: url(/App_Themes/Default/images/ModalRight.png) repeat-y right top;
}

.modalContainer.noIframe .modalContentRight {
	background-color: #fff !important;
}

.modalContainer .modalBottomLeft {
	background: url(/App_Themes/Default/images/ModalBottomLeft.png) no-repeat left bottom;
}

.modalContainer .modalBottom {
	background: url(/App_Themes/Default/images/ModalBottom.png) repeat-x left bottom;
}

.modalContainer .modalBottomRight {
	background: url(/App_Themes/Default/images/ModalBottomRight.png) no-repeat right bottom;
}

/* E N D  M O D A L  C O N T A I N E R  */

.modal .form.report,
.modal.report .form {
	padding: 0 10px 0 10px;
}

.modal .form.report .formline > label,
.modal.report .formline > label {
	width: 72px;
	margin-top: 2px;
}

.modal .form.report .formline.noLabel > div,
.modal.report .formline.noLabel > div {
	padding-left: 82px;
}

.modal.help .modalTabs {
	height: 413px;
	overflow: auto;
}

.modal.help h1 {
	margin-bottom: 7px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 12pt;
}

.modal.help h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 1em 0 0.1em;
}

.modal.help p,
.modal.help ol {
	margin-bottom: 1em;
}

.modalContainer.emailPage {
	margin-left: -250px;
	width: 500px;
}

.modalContainer.emailPage.mobile {
	margin-left: -48%;
	width: 94%;
}
@media screen and (max-width: 535px) {
	div[style*="z-index: 2000000000"][style*="border: 1px solid rgb(204, 204, 204)"] {
		left: 0 !important;
		transform: scale(0.65);
		transform-origin: 0 0;
	}
}

/*change the double headed arrow to default cursor*/
div#outer-wrap,
div.widgetBody,
aside.mainNavMegaMenu:hover {
	cursor: default;
}
/* Media query to change the size of recaptcha*/
@media screen and (max-width: 444px) {
	#rc-imageselect,
	.g-recaptcha {
		transform: scale(0.65);
		-webkit-transform: scale(0.65);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

@media (max-height: 600px) {
	.modalContainer.emailPage .newCP.modalContent {
		max-height: 400px;
	}
}

@media (max-width: 500px) {
	.modalContainer.emailPage {
		margin-left: -45%;
		width: 90%;
	}
}

.newCP .sharing {
	margin: 20px 0;
}

.newCP .sharing em {
	word-wrap: break-word;
}

.newCP .sharing + .cpForm {
	max-width: 500px;
}

.loading p {
	font-weight: bold;
	margin-top: 5px;
}

/*  JQuery UI Datepicker */

.ui-datepicker.ui-widget {
	z-index: 10002 !important;
}

.ui-datepicker.ui-widget .ui-widget-header {
	/*background: color2;
	border-color: color1;*/
	border-radius: 1px;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
	/*background: color3;
	border-color: color2;*/
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-hover {
	opacity: 0.9;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-highlight {
	/*background: yellow;
	border-color: brown;*/
}

.ui-datepicker.ui-widget .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-next {
	cursor: pointer;
}

.ui-datepicker.ui-widget th {
	padding: 0.6em 0.3em;
}

/*  END JQuery UI Datepicker */

/*  Additional Froala Styles */

.fr-view.fr-view .thumb img {
	border: none;
}

.fr-view.fr-view img.fr-bordered {
	background: #fff;
	border: 1px solid #ccc;
	padding: 0.25em;
}

.fr-view.fr-view blockquote {
	color: #888;
	border: none;
	font-size: 1.2em;
	font-style: italic;
	margin: 0.75rem 0;
	padding: 0 0.75rem;
}

.fr-view.fr-view blockquote p {
	color: #888;
	font-style: italic;
}

.fr-view.fr-view blockquote > p:last-child {
	margin: 0;
}

.fr-view.fr-view img.fr-dii.fr-fir {
	float: right;
	margin: 5px 0 5px 12px;
	max-width: calc(100% - 12px);
}

.fr-view.fr-view img.fr-dii.fr-fil {
	float: left;
	margin: 5px 20px 5px 0;
	max-width: calc(100% - 12px);
}

/* Custom rotation */
.fr-custom-rotate45 {
	transform: rotate(45deg);
}
.fr-custom-rotate135 {
	transform: rotate(135deg);
}
.fr-custom-rotate225 {
	transform: rotate(225deg);
}
.fr-custom-rotate315 {
	transform: rotate(315deg);
}

/* This rule should be unnecessary, but the version of Froala
   we're currently using has a bug where this is being overwritten. */
.fr-line-breaker a.fr-floating-btn {
	position: absolute;
	left: calc(50% - (32px / 2));
	top: -16px;
}

/* Class to visually hide elements, but allow them to be readable with screen readers */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

.visuallyhidden:not(:focus) {
	width: 1px;
}

iframe#liveEditDialog {
	overflow: hidden;
	border-style: none;
}
