@import url('../fonts/fontface_icomoon.css');
@import url('../fonts/fontface_fontawesome.css');
/*

dark grey: #4f4f4f
Mid-grey: #888
light grey: #
blue: #636363



Organization:

<html>
	<head></head>
	<body>
		<div id="header">
			<div id="primary-nav">
			</div>
		</div>
		<div id="content">
		</div>
		<div id="footer">
		</div>
	</body>
</html>

green1: rgb(43,150,24)
green2: rgb(187,214,182)
green3: rgb(206,222,204)
*/

html
{
    overflow: scroll;
}

html,
body
{
    color: #4f4f4f;
    font-family:  Arial, Geneva, Verdana, sans-serif;
    font-size: 9pt;
    font-weight: 100;
    background-color: #fafafa;
}

p
{
    margin: 8px 4px 4px 4px;
}

h1, h2, h3
{
    margin: 0px;
    padding: 6px 0px 0px 0px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}

h1
{
    font-size: 22px;
    color: #4f4f4f;
}

h2
{
    font-size: 12pt;
	/*color: #4f4f4f;
    padding-top: 4px;*/
}

h3
{
    font-size: 18px;
    padding-top: 2px;
    font-style: italic;
}

a
{
    color: #888;
    text-decoration: none;
    outline: none;
}

a:hover
{
	color: #636363;
	text-decoration: none;
}

#header
{
	height: 70px;
}

#content
{
	min-height: 400px;
}


#footer
{
	margin-top: 40px;
}

#primary-nav-header,
#primary-nav-footer
{
	margin: 0px;
	padding-left: 0px;
	padding-top: 6px;
}

#primary-nav-header ul,
#primary-nav-footer ul
{
	padding: 0px;
	margin: 0px;
}

#primary-nav-header .privacy-notice
{
	display: none;
}

#primary-nav-header li,
#primary-nav-footer li
{
	list-style: none;
	display: inline-block;
	height: 24px;
	text-align: left;
	margin-right: 30px;
}

#primary-nav-header li a
{
	color: #4f4f4f;
}

#primary-nav-footer li a
{
	color: #888;
}

#primary-nav-header li a:hover,
#primary-nav-footer li a:hover
{
	color: #636363;
}

#primary-nav-footer .privacy-notice
{
	float: right;
}

#header #secondary-nav
{
	margin: 0px;
	padding-left: 24px;
	padding-top: 2px;
}

#primary-nav-header li.active a,
#primary-nav-footer li.active a
{
	color: #e55c18;
}

#header #secondary-nav ul
{
	padding: 0px;
	margin: 0px;
}

#header #secondary-nav li
{
	list-style: none;
	display: inline-block;
	height: 32px;
	text-align: left;
	margin-right: 30px;
}

#header #secondary-nav li a
{
	color: #888;
}

#header #secondary-nav li.active a
{
	color: rgb(43,150,24);
}

#header #breadcrumb,
#footer #breadcrumb
{
	float: right;
}
#header #breadcrumb ul,
#footer #breadcrumb ul
{
	padding: 0px;
	margin: 0px;
}
#header #breadcrumb li,
#footer #breadcrumb li
{
	list-style: none;
	display: inline-block;
	text-align: left;
	margin-right: 6px;
	margin-top: 4px;
	font-size: 11px;
}

/* added */

#header a{
	color: #4f4f4f;
}

#header a:hover{
	color: #636363;
}

#header tr td a {
    color: white;
}

#header tr td a:hover {
    color: #888;
}


#header select{
margin: 6px 10px 0px 0px;
}


#content table
{
	margin: 0px;
	border-collapse: collapse;
	text-align: left;
}
#content th
{
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding: 2px;
}
#content td
{
	border-bottom: 1px solid #ddd;
	padding: 2px;
}

#content table.formtable td
{
	background: none;
	border: none;
}

#content table.formtable th
{
	background: none;
	border: none;
}

#content table.formtable td.label { white-space: nowrap; vertical-align: top; padding-top: 5px; }
#content table.formtable dfn.error { font-size: 0.8em; }

.error
{
	color: red;
}

.warning
{
	color: yellow;
}

.fixed
{
	font-family: monospace;
}

#configuration-table-matching td,
#configuration-table-building td,
#configuration-table-scoring td,
#configuration-table-interdiction td,
#configuration-table-matchstrict-criteria td,
#configuration-table-matchflexible-criteria td,
#configuration-table-matchstrict-response td,
#configuration-table-matchflexible-response td,
#configuration-table-matchstrict-penalties td,
#configuration-table-matchflexible-penalties td,
#configuration-table-matchingenable td,
#configuration-table-interdiction-captcha td,
#configuration-table-interdiction-ratelimit td,
#configuration-table-interdiction-verification td,
#configuration-table-notifications td,
#configuration-table-timezone td
{
	border-bottom: 0 none;
}

#configuration-table-accountprotectionenable td,
#configuration-table-accountprotectionenable th,
#configuration-table-registrationfraudenable td,
#configuration-table-registrationfraudenable th,
#configuration-table-contentspamenable td,
#configuration-table-contentspamenable th,
#configuration-table-siteintrusionenable td,
#configuration-table-siteintrusionenable th,
#configuration-table-purchaseeventsenable td,
#configuration-table-purchaseeventsenable th,
#configuration-table-strategies td,
#configuration-table-strategies th
{
	border-left: thin solid black;
	border-right: thin solid black;
}

#configuration-table-accountprotectionenable tr.groupstart td,
#configuration-table-registrationfraudenable tr.groupstart td,
#configuration-table-contentspamenable tr.groupstart td,
#configuration-table-siteintrusionenable tr.groupstart td,
#configuration-table-purchaseeventsenable tr.groupstart td,
#configuration-table-strategies tr.groupstart td

{
	border-top: thin solid black;
	border-left: thin solid black;
	border-right: thin solid black;
}

#configuration-table-accountprotectionenable tr.groupfinish td,
#configuration-table-registrationfraudenable tr.groupfinish td,
#configuration-table-contentspamenable tr.groupfinish td,
#configuration-table-siteintrusionenable tr.groupfinish td,
#configuration-table-purchaseeventsenable tr.groupfinish td,
#configuration-table-strategies tr.groupfinish td
{
	border-bottom: thin solid black;
	border-left: thin solid black;
	border-right: thin solid black;
}

#configuration-table-accountprotectionenable tr td td,
#configuration-table-accountprotectionenable tr.groupfinish td td,
#configuration-table-registrationfraudenable tr td td,
#configuration-table-registrationfraudenable tr.groupfinish td td,
#configuration-table-contentspamenable tr td td,
#configuration-table-contentspamenable tr.groupfinish td td,
#configuration-table-siteintrusionenable tr td td,
#configuration-table-siteintrusionenable tr.groupfinish td td,
#configuration-table-purchaseeventsenable tr td td,
#configuration-table-purchaseeventsenable tr.groupfinish td td,
#configuration-table-strategies tr td td,
#configuration-table-strategies tr.groupfinish td td
{
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
}

#flow-strategies-table td
{
	vertical-align: middle !important;
}

#propertiesTable {
	width: 600px !important;
}

div#content form table#accountsTable {
	width: 800px;
}

#propertiesTable th.expandableLink{
	background-color: #9A9A9A !important;
	padding-left: 16px !important;
	background: url(../img/aeskin/00-NuData-Extras-Plus.png) no-repeat;
}

#propertiesTable th.expandableLinkNested{
	background-color: #b8b8b8 !important;
	padding-left: 16px !important;
	background: url(../img/aeskin/00-NuData-Extras-Plus.png) no-repeat;
}

#propertiesTable th.collapse{
	background-color: #9A9A9A !important;
	padding-left: 16px !important;
	background: url(../img/aeskin/00-NuData-Extras-Minus.png) no-repeat;
}

#propertiesTable th.collapseNested{
	background-color: #b8b8b8 !important;
	padding-left: 16px !important;
	background: url(../img/aeskin/00-NuData-Extras-Minus.png) no-repeat;
}

/*display set to block to allow clicking on th instead of just the anchor*/
#propertiesTable th.expandableLink a,
#propertiesTable th.expandableLinkNested a,
#propertiesTable th.collapse a,
#propertiesTable th.collapseNested a{
	color: white !important;
	display: block !important;
}


/* ACCOUNT SIGNIN WEBSITE SELECTOR */
#ndd__website_select td {
	position: relative;
}
#ndd__website_select .icon-svg_alert {
	padding: 0;
	margin: 0 0 0;
	position: relative;
}
#ndd__website_select input.unsupported {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	height: 0;
	width: 0;
	position: relative;
}
#ndd__website_select input.unsupported:focus + label::before {
	display: block;
	background-color: #fff;
	content: attr(title);
	width: 130px;
	padding: 5px;
	border: 1px solid #333;
	border-radius: 5px;
	position: absolute;
	top: -65px;
	left: -63px;
	font-size: 11px;
	z-index: 100;
	font-family: Arial, Geneva, Verdana, sans-serif;
}
#ndd__website_select input.unsupported:focus + label::after {
	content: '\25BC';
	display: block;
	width: 0;
	height: 0;
	color: #fff;
	text-shadow: #333 0 3px 0;
	position: absolute;
	top: -9px;
	left: 0;
	font-size: 16px;
	z-index: 101;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	/* target Chrome */
	#ndd__website_select input.unsupported:focus + label::after {
		top: -11px;
	}
}
@media not all and (min-resolution:.001dpcm) { @media {
	/* target Safari */
	#ndd__website_select input.unsupported:focus + label::after {
		top: -11px;
	}
}}


#ndd__website_select input[type=radio] {
	padding: 0;
	margin: 0 0 0
}
#ndd__website_select tr.apply td {
	text-align: right;
	padding-top: 20px;
}


/* AE SKIN */


div.ae-header1
{
	margin-top: 30px;
	margin-bottom: 5px;
}

div.ae-header1 .htext
{
	font-size: 18px;
	color: #4f4f4f;
}

div .ae-header1 .htext .links
{
	font-size: 12px;
}

div.ae-header1 .hunder
{
	height: 6px;
	/*background-image: url(../img/aeskin/00-NuData-Underlines-H1.png);
	background-repeat: repeat-x;*/
	background-image: none;
	border-bottom: 2px solid;
}

div.ae-header2
{
	margin-top: 20px;
	margin-bottom: 5px;
}

div.ae-header2 .htext
{
	font-size: 18px;
	color: #4f4f4f;
}

div .ae-header2 .htext .links
{
	font-size: 12px;
}

div.ae-header2 .hunder
{
	/* height: 6px;
	background-image: url(../img/aeskin/00-NuData-Underlines-H2.png);
	background-repeat: repeat-x;
	*/
	background-image: none;
	border-bottom: 1px solid;
}

/*
 *
 */
#content table.ae-table-basic
{
	width: 100%;
}
#content .ae-table-basic th
{
	font-weight: normal;
	width: 50%;
}
#content .ae-table-basic th.strong
{
		color: white;
		background-color: #636363;
		height: 26px;
		font-weight: bold;
}
#content .ae-table-basic td
{
}


#content .ae-table-basic tr.gridh th
{
	border-bottom: 2px solid #aaa;
	font-size: 18px;
	width: auto;
}

#content table.activity-profile-table
{
	width: 100%;
}
#content .activity-profile-table th
{
	font-weight: normal;
	width: 25%;
}
#content .activity-profile-table th.strong
{
		color: white;
		background-color: rgb(43, 150, 24);
		height: 26px;
		font-weight: bold;
}
#content .activity-profile-table td
{
}


#content .activity-profile-table tr.gridh th
{
	border-bottom: 2px solid #aaa;
	font-size: 18px;
	width: auto;
}

/*
 *
 */
#content table.ae-table-complex
{
	width: 100%;
	font-size: 11px;
}
#content .ae-table-complex th
{
	background-color: #636363;
	color: white;
	font-weight: normal;
	width: auto;
	height: 26px;
	vertical-align: middle;
	padding-left: 4px;
}
#content .ae-table-complex td
{
	background-color: white;
}

#content .ae-table-complex tr.gridh th
{
	background-color: #636363;
	color: white;
	width: auto;
	font-weight: bold;
}

#content .ae-table-complex input
{
	height: 11px;
	font-size: 11px;
}

#content .ae-table-complex input[type=submit]
{
    height: auto;
    line-height: 11px;
    cursor: pointer;
}

#content div.sales_account_url a
{
	margin-left: 4px;
}

#content .button
{
	background-color: #636363;
	color: white;
	height: 22px;
	padding: 1px 16px 1px 16px;
	border: 1px solid #636363;
	text-align: center;
	font-size: 14px;
}

#content .button:hover
{
	background-color: #636363;
	color: white;
}

#content .button:active
{
	background-color: #636363;
	color: white;
}

#content .button:disabled {
	background-color: rgb(150,150,150);
	border-color: rgb(120,120,120);
	cursor: default;
}

#content input
{
	background-color: white;
	border: 2px solid #ccc;
	height: 18px;
	color: #333;
	padding: 2px;
	font-size: 14px;
}



#content .error {
	color: darkred;
}

#signinBlock .formtable .error {
    max-width: 350px;
}

/* jQuery datetime picker */
#ui-datepicker-div {
	display: none;
	font-size: 11px;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../img/tooltip_black_arrow.png);
	font-size:10px;
	height:84px;
	width:174px;
	padding:18px;
	color:#fff;
}

div.scoremarkup { width: 14px; height: 14px; border: solid 1px #666; background-color: rgb(41,137,0); border-radius: 3px;}
div.scoremarkup.allow { background-color: rgb(41,137,0); }
div.scoremarkup.escalate { background-color: rgb(236,226,0); }
div.scoremarkup.deny { background-color: rgb(161,14,22); }

/* added */

#search-results a {
	color: #4f4f4f;
}

#search-results a:hover {
	color: #636363;
}

input.radio-input {
    vertical-align: middle;
}

.button {
	cursor: pointer;
}

a.sales_time {
	cursor: default;
	color: #636363;
}

#footer .grid_12 {
	margin-bottom: 10px;
}

.grid_12 {
	margin-left: 0px;
	margin-right: 0px;
	width: 1200px;
}

.grid_10 {
	margin-left: 0px;
	margin-right: 0px;
}

.formtable span {
	margin: 10px;
}

.waiting:not(.no-visible-loading) { opacity: 0.5 !important; cursor: progress !important; transition: opacity .25s ease-in-out; }

#w-widget { position: relative; top: -1px; }
#w-widget:before { content:' '; position: absolute; top: 0px; left: 0px; display: inline-block; width: 16px; height: 16px; background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwEHAQEIAQEBAQkBARYPAQwMDRsUCRAKIB0iIiAREx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKBQUFDgUFDisZExkrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrK//AABEIABAAEAMBIgACEQEDEQH/xAAWAAEBAQAAAAAAAAAAAAAAAAAGBQL/xAAlEAAABQIFBQEAAAAAAAAAAAABAgMGBwQIAAUREjEhQVFSYTL/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AWt3IYoesaO7PL53DJEoqyVKahYwQKsYiNKkUwlAhQAeemuuKzEqJORkG+rI31JjmnBKyWZCkiJdQdVhQMXUEzj3EMaq2a7k5Tkupsqvfm+yEk4OLfMSCRCnpzKjycgD+RHBlcb2WBdxFCcYxg5Lmskn5y7XYJC7q1WrNyooPv47adPuA/9k=); background-repeat: no-repeat; background-position: center; background-color: #ffffff; padding: 4px; border: 1px solid #666; border-radius: 3px; }
#w-widget.active:after { content: '\2716'; position: absolute; top: 3px; left: -19px; }
#w-combo { display: none; position: absolute; top: 0px; border: 1px solid #333 !important; padding: 3px 20px 0 0 !important; height: 21px !important; }
#w-widget.active #w-combo { display: inline-block; }

*[id$=Pie] div.highcharts-container,
*[id$=Delta] div.highcharts-container{ overflow: visible !important; }

*[id$=Pie] div.highcharts-container div.highcharts-tooltip,
*[id$=Delta] div.highcharts-container div.highcharts-tooltip { background-color: rgba(255,255,255,0.85); border-radius: 5px; border: 1px solid #333; padding: 10px 5px; display: inline-block; width: auto; white-space: nowrap; box-shadow: 3px 3px 3px rgba(100,100,100,0.4) }

*[id$=Pie] div.highcharts-container div.highcharts-tooltip span,
*[id$=Delta] div.highcharts-container div.highcharts-tooltip span { position: static !important; }


#popup-overlay { display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; background-color: rgba(125, 125, 125, 0.5); z-index: 100; }
#popup-container { width: 460px; height: 300px; padding: 10px; top: 50%; margin: -160px auto; background-color: #ffffff; border: 1px solid #294c6f; border-radius: 6px; position: relative; box-shadow: 3px 3px 3px rgba(127,127,127,0.6); }
#popup-close { display: inline-block; width: 11px; height: 11px; padding: 4px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; line-height: 11px; text-align: center; color: #ffffff; background-color: red; border: 1px solid #000000; text-decoration: none; border-radius: 10px; position: absolute; right: -4px; top: -4px; }


strong.counter_warning { display: inline-block; vertical-align: middle; position: relative; margin-left: 9px; font-weight: normal; }
strong.counter_warning:before { content: ''; display: inline-block; width: 16px; height: 16px; background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAUCAYAAAAwaEt4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiOTQwZGE1YS04OWJmLTQ2MTctYWU2Ny0zZDY3MzRhNGFmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0Y1MTA2MzRBREQ1MTFFNEI2REVCREIwQTkzRTYzMkIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0Y1MTA2MzNBREQ1MTFFNEI2REVCREIwQTkzRTYzMkIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiMTcxZWIyZi03ZDkyLTQwZWEtYjgyOS05NzZmZDIwZDQwNTEiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplYTBjZGYzOS1mMTgzLTExNzctYjdmNy1hZGU3M2FlODRhYWUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz79q6w+AAACQUlEQVR42uyYzWsTQRjGn/1oNx8kMe3GCDVV9JLSgFUsbenRoKcQLwqKVUroRaE3/4l6r5dAWnopGE/pH2A9mEOgYo71K5C1oLGpJe6GTfPhvKNuEwUPejKTF57dnZlnDvvj3Zl3R0qlUsMAHjHdYRqB2HHAtMH0UGWXlXg8vpxIJOD1ev/7N9u5/+Cv59pAsNBqLhdbrbrM2gv9AuVfQ2OaVihXsERgRgZQeuEQE1WEl1V9PozOzSF46SKG/H50Oh00azUc7LzEfj7Pn3+b0/cZENJxdnERmq5zEF/fvAYjA++58wjHr+DE1AWUMhnYlc898+R+hqJ4PDhz9x5Udn+7+hjlzU3YHz9BkhUY2SzvU394yCsMmNGZGbhOhfEunYZZKn1fPGZnEb52Fa7wSd5HY+QhrzBggtOX8YV9PnXjw3GhUiig8mwbjf0qb9MYecgrDJihQMDJlJ/hjpyGfyKK9tGR00ce8goDRpIkBqDRuxizRXiYqTvII8myOGAoKzQ91AtLVdG27V9ghdBuNMQBU9vd5duxrGldWSTz7doBwMbIQ15hwFS2n7M6JoSx60mnr2mZUNxupz2WTHIPeYUp8OqGweqVp4jcvMEq3gD2trZw+KoIfX4e47dvQXG54I/FYDzJcq8wGUNBJf/7zBo84xEEYpOwymXs5XLwRaN8ES6trXOPcL8EFIfFIpcD60We609BGVM1TXPwW318JkNRJTAbOZZalmUNoDAVWk16TEtdR5sLVEULzsY52vwmwABQj8fTXvCh9gAAAABJRU5ErkJggg==); }
strong.counter_warning em { display: inline-block; padding: 2px 3px; font-size: 9px; line-height: 9px; font-style: normal; background-color: #fcefa1; border: 1px solid #ccc; position: relative; top: -5px; margin-left: 6px; }
strong.counter_warning em:before { display: block; content: ''; position: absolute; width: 0px; top: 3px; bottom: auto; left: -7px; border-width: 3px 6px 3px 0; border-color: transparent #ccc; border-style: solid; }
strong.counter_warning em:after { display: block; content: ''; position: absolute; width: 0; top: 4px; bottom: auto; left: -6px; border-width: 2px 6px 2px 0; border-color: transparent #fcefa1; border-style: solid; }

.cell_autodetect_json pre,
textarea.cell_hjson {outline: 1px solid #ccc; padding: 5px; margin: 5px; font-size: 9px; max-height: 200px; overflow:auto; background-color: #fff }
.cell_autodetect_json .string { color: green; }
.cell_autodetect_json .number { color: darkorange; }
.cell_autodetect_json .boolean { color: blue; }
.cell_autodetect_json .null { color: magenta; }
.cell_autodetect_json .key { color: red; }
textarea.cell_hjson { display: block; width: 1055px; min-height: 200px; }

.dev-errors ul>li {
	list-style: none;
}

.dev-errors ol {
	margin-top: 10px;
}

.dev-errors ol li {
    margin-left: 100px;
    border: 2px #888 solid;
    background-color: #FFC0CB;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 800px;
    word-wrap: break-word;
}

.search_filter_error_message {
	text-align: center;
	padding-top: 20px;
}

/* START REPUTATION WIDGET STYLES */
.reputation_widget_wrapper .reputation_button {
	width: 15px;
	height: 15px;
	text-align: center;
	color: #000;
	border-radius: 2px;
	display: inline-block;
	user-select: none;
}

.reputation_tooltip {
	position: relative;
	width: 15px;
}

.reputation_widget_content {
	visibility: hidden;
	width: 116px;
	background-color: #FFF;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 23px;
	position: absolute;
	z-index: 1000;
	bottom: 200%;
	left: 50%;
	margin-left: -80px;
	font-size: 10px;
	box-shadow: -1px 1px 0px 1px #ABABAB;
}

.reputation_widget_content:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border-width: 12px;
	border-style: solid;
	border-color: #FFF transparent transparent transparent;
}

.reputation_tooltip:hover .reputation_widget_content {
	visibility: visible;
}

.reputation_band {
	width: 60px;
	height: 10px;
	margin: auto;
	border: 1px solid #000;
	border-radius: 3px;
}

.reputation_band_elem {
	width: 12px;
	height: 10px;
	display: block;
	float: left;
	font-size: 7px;
}

.reputation_widget_wrapper {
	display: inline-block;
}

.reputation_band_elem:first-child {
	border-radius: 2px 0 0 2px;
}

.reputation_band_elem:last-child {
	border-radius: 0 2px 2px 0;
}


.reputation_widget_wrapper .band_1 {
	 background-color: #5CB273;
}

.reputation_widget_wrapper .band_2 {
	background-color: #8FCF9E;
}

.reputation_widget_wrapper .band_3 {
	background-color: #EAF6B4;
}

.reputation_widget_wrapper .band_4 {
	background-color: #EBD4A6;
}

.reputation_widget_wrapper .band_5 {
	background-color: #E0867D;
}
/* END REPUTATION WIDGET STYLES */

/* START ALERT MODAL STYLES */
.nd_alert_overlay {
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.nd_alert_content {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ABABAB;
	font-size: 11px;
	z-index: 101;
	margin: 10% auto 0;

	padding: 10px;
	color: #000;
	box-shadow: 0 5px 10px #4f4f4f;
}

.nd_alert_modal {
	width: 200px;
	text-align: center;
}
/* END ALERT MODAL STYLES */

/* LABELED BUTTONS */
*[role="labeledButton"] {
    background: linear-gradient(90deg, #979797, #979797 22px, #f3f3f3 22px, #f3f3f3 );
    padding: 3px 8px 3px 27px;
    line-height: 1em;
    border-radius: 3px;
    position: relative;
    min-width: 70px;
    box-shadow: #979797 0 2px 0;
    width: auto;
    outline: none;
    border: none;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 11px;
    color: buttontext;
    box-sizing: border-box;
	text-align: left;
}

*[role="labeledButton"]:before {
    font-family: icomoon;
    font-size: 13px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 22px;
    text-align: center;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 0;
}

*[role="labeledButton"]:hover{
    background: linear-gradient(90deg, #979797, #979797 22px, #ad74a8 22px, #ad74a8);
    color: white;
    cursor: pointer;
}

*[role="labeledButton"] {
	box-shadow: #656565 0 2px 0;
}

/* END LABELED BUTTONS */

/* Common pop-up styles */

.nd_popup_overlay {
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nd_hover_container .nd_popup_overlay {
	background-color: transparent;
	display: none;
	position: absolute;
	left: 30px;
	top: 0px;
	width: 720px;
	min-height: 420px;
	overflow: visible;
}
.nd_hover_container:hover .nd_popup_overlay {
	display: block;
}

.deploy_diff_column .nd_hover_container .nd_popup_overlay {
	position: fixed;
	left: inherit;
	top: -10px;
	right: 21px;
}

.deploy_diff_column .nd_popup_content {
	text-align: left;
}

.deploy_diff_column .nd_hover_container {
	width: 20px;
	height: 20px;
	margin: auto;
}

i.deploy_diff_icon.icon-svg_diff:hover:before {
	display: inline-block;
	content: "\E91A";
	font-family: icomoon;
	position: relative;
	left: 3px;
	color: #FFF;
	padding: 1px;
	border: 1px solid #FFF;
	border-radius: 3px;
}

.nd_popup_content {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ABABAB;
	font-size: 11px;
	z-index: 101;
	margin: 10% auto 0;
	padding: 10px;
	color: #000;
	box-shadow: 0 5px 10px #4f4f4f;
}
.nd_hover_container .nd_popup_content {
	margin: 0;
}

.nd_popup_content .metadata_popup section {
	display: inline-block;
	vertical-align: top;
	width: 321px;
	padding-bottom: 10px;
}
.nd_popup_content .metadata_popup section ~ section {
	margin-left: 15px;
}

.nd_popup_content .message {
	margin-bottom: 1em;
}

.nd_popup_close {
	background-color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	float: right;
	top: -20px;
	right: -20px;
	z-index: 103;
	height: 20px;
	width: 20px;
	font-size: 18px;
	box-shadow: 0 0 10px #4f4f4f;
	text-align: center;
}

.nd_popup_close i {
	position: relative;
	top: -5px;
}

.nd_confirm_modal {
	width: 200px;
	text-align: center;
}

.nd_button.nd_icon.cancel:before {
	content: '\f00d';
	font-family: FontAwesome;
}

.nd_button.nd_icon.confirm:before {
	content: '\f00c';
	font-family: FontAwesome;
}
/* END Common pop-up styles */


#signinBlock {
	display: block;
	position: relative;
	top:100px;
	left: 310px;
	padding:40px;
	background-color: #ababab;
	width: 500px;
	height:120px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius:9px;
}

#signinBlock img {
	display: inline-block;
}

#signinBlock #signinform {
	display: inline-block;
	float: right;
}

#signinform #email,
#signinform #password{
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	border:none;
	width: 350px;
}

#signinform #submitbtn:before {
	content: '\e910';
	font-family: icomoon;
}

.account_error {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}



/* ================= BEGIN MODAL DIALOGS ==================== */

.ndd_modal { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; background-color: rgba(76,76,76,0.6); }
.ndd_modal:target { display: block; }
.ndd_modal dialog { width: 393px; margin: 5% auto 0; background-color: #ababab; padding: 0; border: none; border-radius: 10px; box-shadow: 0px 2px 2px rgba(0,0,0,0.4); font-size: 12px; position: relative; }
.ndd_modal dialog:not([open]) { display: block; }
.ndd_modal dialog header { position: relative; }
.ndd_modal dialog header h3 { background-color: #6e576b; color: #fff; font-style: normal; font-weight: normal; border-radius: 10px 10px 0 0; padding: 8px 8px 3px; }
.ndd_modal dialog header a { cursor: pointer; position: absolute; right: 10px; top: 10px; font-weight: bold; color: #fff; }
.ndd_modal dialog main { padding: 10px; display: block;}
.ndd_modal dialog main ul.modal_items { padding: 10px; margin: 10px 0 0; text-indent: 0; list-style-type: none; background-color: #959595; color: #fff; border-radius: 4px; }
.ndd_modal dialog main ul.modal_items.primary { background-color: #cdd4a8; color: #000; }
.ndd_modal dialog main ul.modal_items:not(:last-child) { margin-bottom: 30px; }
.ndd_modal dialog main ul.modal_items li ~ li { margin-top: 10px; }
.ndd_modal dialog footer { text-align: right; padding: 20px 10px 5px; }
.ndd_modal dialog footer *[role=labeledButton] { float: none; }
.ndd_modal dialog footer a { position: relative; top: -1px; }
.ndd_modal dialog footer #newApply:before,
.ndd_modal dialog footer .nd_button.confirm:before { font-family: FontAwesome; content: '\f00c'; }
.ndd_modal dialog footer #newCancel:before,
.ndd_modal dialog footer .modalCancel:before { font-family: FontAwesome; content: '\f00d'; }
#nd_alert_modal .modal_items li ~ li  { width: 350px; overflow-wrap: break-word; word-wrap: break-word; hyphens: manual; }


/* ================== END MODAL DIALOGS ===================== */
