.EditorPageElementMenu {
	background-color: #EEE;
	border: solid 1px;
	cursor: move;
	height: 20px;
	position: absolute;
	visibility: hidden;
	width: 150px;
}

.EditorPageElementMenuIcon {
	cursor: hand;
}

.EditorDesignModeTable {
	border: dotted 1px silver;
}

.EditorDesignModePageElement td {
	border: 1px dotted gray;
}

.EditorDesignModePageElement .wtp-responsive-col {
	border: 1px dotted #999;
}

#PlaceHolder {
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.blockedElement H4 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}

.blockedElement,
.blockedElement A,
.blockedElement A:visited,
.blockedElement A:link,
.blockedElement A:hover,
.blockedElement P {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
}

.PanelSize {
	background: #FFFACD;
	border: solid 1px #000;
	color: #000;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	position: relative;
	width: auto;
	z-index: 100;
}

div {
	cursor: default;
}

div.expired {
	background-color: #eee;
	border: 2px solid red;
	padding: 10px 2px 10px 10px;
	text-align: left;
}

div.expired h1 {
	color: #f33;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

div.expired h2,
div.expired h2 a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px !important;
}

div.expired h2 a:visited,
div.expired h2 a:active,
div.expired h2 a:hover {
	color: red;
	font-size: 11px !important;
}

.datasource {
	background-color: InfoBackground;
	border: 1px solid red;
	width: 20px;
}

.hiddenPlaceholder {
	margin: 5px;
	padding: 5px;
}

.tableRight,
.tableLeft {
	clear: both;
}

.framePlaceholder {
	background-color: #777;
	border: 1px solid #FF0;
	color: #FFF;
	font-size: 11px;
	padding: 10px;
}

.repeatedInput {
	background-color: #ffffa1;
	border: 2px solid orange;
}

.FTBBookmark {
	background-image: url(../../Images/bookmark.gif);
	background-position: 1px center;
	background-repeat: no-repeat;
	border: 1px dotted #00F;
	padding-left: 18px;
}

.accordion-parent {
	background-color: #f1f1f1;
	border: 1px dotted red;
}

.accordion-child {
	background-color: #fcfcfc;
	border: 1px dotted blue;
	margin: 1px 0 1px 15px;
	padding: 1px;
	font-weight: 100;
}

.slideSection {
	background-color: #f1f1f1;
	border: 1px dotted red;
	margin: 5px 10px 5px 10px;
	color: black;
	min-height:30px;
}

.blockUI.notEditableBlockMsg {
	background-clip: padding-box;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: 50%;
	margin-left: -270px;
	outline: 0 none;
	padding: 15px;
	position: fixed;
	width: 540px;
}

.blockUI.notEditableBlockMsg h5 {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 5px 10px 0 0;
}

.EditionMode img.wtp_snippet {
	display: inline;
	max-width: none;
	width: auto \9;
}

.Button100 {
	background-image: url(../../Images/Buttons/btn100.png);
	border: none;
	height: 28px;
	width: 100px;
}

.warning-message {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fcf8e3;
	background-image: url(../../Images/icons/status_pending.png);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	border: 1px solid #faebcc;
	border-radius: 3px;
	color: #8a6d3b;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: -3px auto 5px;
	padding: 3px 2px 3px 25px;
	width: 91%;
}

.image.prohibited img,
.blockUI.notEditableBlockMsg .image img {
	float: left;
	margin: 20px 15px 0;
}

#optInOutConfirmContent input,
#optInOutMessageContent input {
	padding: 5px;
}



/* styles for table */

.UsedTemplatesTable table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.UsedTemplatesTable {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	border: 1px solid #7D9AC0;
}

.UsedTemplatesTable table td,
.UsedTemplatesTable table th {
	padding: 6px 10px;
}

.UsedTemplatesTable table th {
	background: rgb(237,242,246);
	background: -moz-linear-gradient(180deg, rgba(237,242,246,1) 5%, rgba(169,196,215,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(237,242,246,1) 5%, rgba(169,196,215,1) 100%);
	background: linear-gradient(180deg, rgba(237,242,246,1) 5%, rgba(169,196,215,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf2f6",endColorstr="#a9c4d7",GradientType=1); 
	color: #3C77A5;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #0070A8;
	border-bottom: 1px solid #0070A8;
}

.UsedTemplatesTable table th:first-child {
	border-left: 0px solid #0070A8;
}

.UsedTemplatesTable table td {
	color: #393939;
	border-left: 1px solid #7D9AC0;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 10px;
}

.UsedTemplatesTable table tr:nth-child(odd) td {
	background: #E1EEF4;
	color: #393939;
}

.UsedTemplatesTable table td:first-child {
	border-left: none;
}

.UsedTemplatesTable table tr:last-child td {
	border-bottom: none;
}

.cke_dialog_body input,
.cke_dialog_body select,
.cke_dialog_body textarea {
	font-size: 12px !important;
}

.tab__page-attributes td[valign=baseline] span.labelBlueBold,
.ClientTabStripPanel td[valign=baseline] span.labelBlueBold,
td.default-url span.labelBlueBold,
td.optimized-url span.labelBlueBold.second,
span#googleUrl,
td.UrlDisplayName span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 311px;
	top: 2px;
	position: relative;
	white-space: nowrap;
	margin-right: 3px;
}

td.default-url span.labelBlueBold {
	max-width: 440px;
	top: 0px;
}

td.optimized-url span.labelBlueBold.second {
	max-width: 185px;
}

#divLocation td.optimized-url span.labelBlueBold.second {
	max-width: 124px;
}

span#googleUrl {
	max-width: 375px;
	top: 3px;
}

td.UrlDisplayName span {
	max-width: 380px;
	top: -1px;
}

.snippet_textarea .cke_dialog_ui_input_textarea {
	font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, "Courier New", Courier, monospace;
}

.contextual-help {
	float: right;
	font-size: 16px !important;
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.col-4 {
	float: left;
	width: 33%;
}

.tooltipster-base {
	width: 220px;
}

table.select-container td {
	padding: 3px;
	margin: 5px;
	cursor: pointer;
	border: 1px solid silver;
}

table.select-container td:hover {
	border-color: #000;
}
table .select-container td.selected {
	border-color: #01b6b8;
}

#calendar tr[bgcolor="#0000aa"] {
	background-color: #a8a8a8;
}

#calendar tr[bgcolor="#0000aa"] span {
	color: #fff;
}

#calendar tr[bgcolor="#0000aa"] span#caption>span {
	border: 1px solid #fff !important;
}

#reportTable_wrapper {
	padding-top: 10px;
}

#reportTable_wrapper .pagination>.active>a,
#reportTable_wrapper .pagination>.active>a:focus,
#reportTable_wrapper .pagination>.active>a:hover,
#reportTable_wrapper .pagination>.active>span,
#reportTable_wrapper .pagination>.active>span:focus,
#reportTable_wrapper .pagination>.active>span:hover {
	background-color: #007C82;
	border-color: #007C82;
	color: #fff;
}

#reportTable_wrapper .pagination>li>a {
	color: #007C82;
}

/*Bullet list style for Dash option - Edit Mode*/
ul.dash li {
	list-style-type: none;
	margin: 0px 0px 0px 18px !important;
}

ul.dash li:before {
	content: '-';
	position: absolute;
	margin-left: -18px;
}


.PropertiesImage {
  display: flex;
  align-items: center;
  gap: 10px;
}

.PropertiesImage_col01 {
	text-align: right;
}

.PropertiesImage_col01 {
	flex: 1 1 5%;
}
.PropertiesImage_col02 {
	flex: 1 1 auto;
}

.PropertiesImage_col03,
.PropertiesImage_col04 {
	flex: 0 1 100px;
	padding-left: 10px;
}

.PropertiesImage_col02 .DropDownList {
	width: 100%;
}

.PropertiesImage_col02 .TextBox {
	flex: 1 0 auto;
}

.PropertiesImage_col03 .hasDatepicker,
.PropertiesImage_col04 .hasDatepicker {
	width: 90%;
}

.PropertiesImage_col03 .ui-datepicker-trigger,
.PropertiesImage_col04 .ui-datepicker-trigger {
	margin-top: 0;
}

.flex {
  display: flex;  
}