
/* CSS file for the generation of the controls defined in the HTMLControlPkg */

a.cs-form-disabled,
a[disabled] 
{
    cursor: default;
    pointer-events: none;
    color: #BBBBBB;
}

.cs-form-hide-text
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.no-close .ui-dialog-titlebar-close
{
	display: none;
}

.cs-form-user-dialog-button
{
	width:26px;
	height:26px;
	background: transparent;
	padding:0;
	margin-right: 3px;
	border:none;
}

.cs-form-user-dialog-button::before
{
	content: url(images/title_user32.svg);
	vertical-align: -25%; 
}

.cs-form-user-dialog-button:hover 
{
	cursor: pointer;
}

.cs-form-group-dialog-button
{
	width:26px;
	height:26px;
	background: transparent;
	padding:0;
	margin-right: 3px;
	border:none;
}

.cs-form-group-dialog-button::before
{
	content: url(images/title_group32.svg);
	vertical-align: -25%; 
}

.cs-form-group-dialog-button:hover 
{
	cursor: pointer;
}

.cs-form-target-browse-dialog-button
{
	width:28px;
	height:28px;
	padding:0;
	margin-right: 3px;
	border:none;
}

.cs-form-target-browse-dialog-button:hover 
{
	cursor: pointer;
}

.cs-form-target-browse-dialog-button::before
{
	content: url(images/browse36.svg);
	vertical-align: -25%;
}

.cs-form-target-browse-dialog-button:hover::before
{
	content: url(images/browse_mo36.svg);
	vertical-align: -25%;
}

.cs-form-rules-resizelogicentryfield-button
{
	width: 28px;
	height: 27px;
	margin-left: 3px;
	padding: 0;
	border: none;
	background: transparent;
}

.cs-form-rules-resizelogicentryfield-button::before
{
	content: url(images/edit24.svg);
	vertical-align: -25%;
}

.cs-form-rules-resizelogicentryfield-button:hover
{
	cursor: pointer;
	width: 28px;
	height: 27px;
	margin-left: 3px;
	padding: 0;
	border: none;
	background: transparent url(images/edit24_mo.svg) no-repeat left top;
}

.cs-form-rules-openlogiceditorwindow-button
{
	width: 28px;
	height: 27px;
	margin-left: 3px;
	padding: 0;
	margin-right: 3px;
	border: none;
	background: transparent;
}

.cs-form-rules-openlogiceditorwindow-button::before
{
	content: url(images/action_viewall24.svg);
	vertical-align: -25%;
}

.cs-form-rules-openlogiceditorwindow-button:hover
{
	cursor: pointer;
	width: 28px;
	height: 27px;
	margin-left: 3px;
	padding: 0;
	margin-right: 3px;
	border: none;
	background: transparent url(images/action_viewall_mo24.svg) no-repeat left top;
}

.cs-form-action-button-spacer
{
	width:28px;
	height:28px;
	vertical-align: text-top;
}

.cs-form-action-button-down,
.cs-form-action-button-up
{
	width:26px;
	height:26px;
	background: transparent;
	vertical-align: middle;
	padding:0;
	border:none;
}

.cs-form-action-button-down::before
{
	content: url(images/sort_down18.svg);
	vertical-align: -25%; 
}

.cs-form-action-button-down
{
	margin-right: 6px;
}

.cs-form-action-button-up::before
{
	content: url(images/sort_up18.svg);
	vertical-align: -25%; 
}

.cs-form-action-button-download,
.cs-form-action-button-edit,
.cs-form-action-button-info,
.cs-form-action-button-add,
.cs-form-action-button-remove
{
	width:26px;
	height:26px;
	background: transparent; 
	vertical-align: middle;
	padding:0;
	border:none;
}

.cs-form-action-button-download,
.cs-form-action-button-add:hover,
.cs-form-action-button-info:hover,
.cs-form-action-button-edit:hover,
.cs-form-action-button-remove:hover,
.cs-form-action-button-up:hover,
.cs-form-action-button-down:hover  
{
	cursor: pointer;
}

.cs-form-action-button-download[disabled],
.cs-form-action-button-down[disabled],
.cs-form-action-button-up[disabled]
{
	opacity: 0.4;
	cursor: default;
}

.cs-form-action-button-download::before
{
	content: url(images/download24.svg); 
	vertical-align: -25%; 
}

.cs-form-action-button-edit::before
{
	content: url(images/edit24.svg); 
	vertical-align: -25%; 
}

.cs-form-action-button-info::before
{
	content: url(images/info24.svg); 
	vertical-align: -25%; 
}

.cs-form-action-button-add::before
{
	content: url(images/field_add14.svg); 
	vertical-align: -25%; 
}


.cs-form-action-button-remove::before
{
	content: url(images/field_delete14.svg); 
	vertical-align: -25%; 
}

.cs-form-fieldset-radio,
.cs-form-fieldset-textfield,
.cs-form-fieldset-checkbox, 
.cs-form-fieldset-password, 
.cs-form-fieldset-number,
.cs-form-fieldset-daysoftheweek,
.cs-form-fieldset-fluentbit
{
	display: 	inline-block;
	border-width: 	1px;
	border-style: 	solid;
	border-color: 	#e0e0e0;
	white-space: 	nowrap;
	margin-bottom: 10px;
}


.cs-form-fieldset-yearrange 
{
	display: 		inline-block;
	border-width: 	1px;
	border-style: 	solid;
	border-color: 	#e0e0e0;
	white-space: 	nowrap;
}

fieldset.cs-form-fieldset-radio
{
	box-sizing:		border-box;
	min-width: 		0;
}

.cs-form-fieldset-radio .cs-form-unordered-list
{
	padding-right:	15px;
}

.cs-form-fieldset-radio li
{
	white-space:	normal;
}

/* Password control settings */

fieldset.cs-form-fieldset-password 
{
    margin-bottom: 	10px;
    margin-top: 	10px;
}

.cs-form-control-password 
{
    margin-bottom: 	10px;
}

.cs-form-control-password-align
{
	vertical-align: baseline !important;
}

.cs-form-control-password input  
{
    width: 		200px;
}

.cs-form-wrap.cs-form-builder .frmb .cs-form-field-label,
.cs-form-wrap.cs-form-builder .frmb .legend
{
	color: #666;
	margin-bottom: 5px;
	line-height: 27px;
	font-size: 16px;
	font-weight: 400;
}

.cs-form-error
{
	color: red;
	font-size: 22px;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.cs-form-error-box
{
	border: 1px solid red;
	padding: 8px;
	margin: 8px 8px 0 8px;
}

.cs-form-checkbox
{
	display: block;
}

.cs-form-checkbox-block
{
	display:	block;
	padding: 3px 0;
}

.cs-form-checkbox-inline,
.cs-form-radio-inline
{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer;
}

.cs-form-textedit-inline
{
	position: relative;
	padding-top: 10px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer;
}

.cs-form-inline
{
	display: inline-block;
}

.cs-form-required
{
	color: red;
}

.cs-form-required-image
{
	min-height: 10px;
}

.cs-form-indented
{
	padding: 5px 0 0 30px;
}

fieldset .cs-form-indented
{
	padding: 5px 15px 0 30px;
	box-sizing: border-box;
}

.cs-form-tblForeground TD,
.cs-form-tblForeground TH
{
	padding: 5px;
}

.cs-form-tblForeground
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.cs-form-adminBoxTitleBar
{
	padding: 5px;
}

.cs-form-td-2sec
{
	width: 85%;
}

.cs-form-td-4sec
{
	width: 35%;
}

.cs-form-td-6sec
{
	width: 18%;
}

/* Tooltip icon */

.cs-form-tooltip-element
{
    color: #fff;
    background: #232e72;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    margin: 0 5px;
}

.cs-form-table
{
	width: 80%;
	margin: auto;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.cs-form-table td
{
	vertical-align: top;
}

td.label.cs-form-label
{
	padding: 10px 5px 5px 10px;
	width: 15%;
}

.cs-form-table tr
{
	border: 1px solid #CCCCCC;
}

.cs-form-subtype-selectbox-items
{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 38%;
	float: left;
}


/* Clear floats after the columns */

.cs-form-subtype-row:after
{
	content: "";
	display: table;
	clear: both;
}

.cs-form-admin-titlebar
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	background-color: #ececec;
	text-align: center;
	padding: 3px;
	padding-left: 10px;
}

.cs-form-subtype-element,
.cs-form-subtype-selectall
{
	padding: 3px;
}

.cs-form-subtype-selectbox-details
{
	overflow-x: hidden;
	height: 250px;
	border: 1px solid #ccc;
	overflow-y: scroll;
}

.cs-form-subtype-selectbox-details ul li
{
	list-style-type: none;
	padding: 5px;
}

.cs-form-subtype-selectbox-details li.selected
{
	background-color: #c1c1c1;
}

.cs-form-subtype-selectbox-details ul
{
	padding-left: 10px;
}

.cs-form-subtype-button-container
{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cs-form-subtype-column
{
	width: 33.33%;
}

.cs-form-subtype-button
{
	width: 30%;
	display: block;
	padding: 5px;
	min-width: 100px;
}

.cs-form-description
{	
	color: #757575;
}

@media (min-width: 768px)
{
	.cs-form-subtype-button-container,
	.cs-form-subtype-column
	{
		float: left;
	}
	.cs-form-subtype-button-container
	{
		width: 15%;
	}
}

.cs-form-admin-buttonbar
{
    background-position: 	0 -100px;
    background-repeat: 		repeat-x;
    height: 			32px;
    text-align: 		center;
    padding: 			5px;
    background-color: 		#f4f4f4;
    display: 			table;
    position: 			relative;
    width: 			calc(80% - 10px);
    margin: 			auto;
    border: 			1px solid #cccccc;
    border-top: 		none;
}

.cs-form-subtype-noResults
{
	display: none !important;
}

.cs-form-subtype-selectbox-noresults
{
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #888888;
	font-weight: bold;
}

.cs-form-subtype-element-name
{
	padding: 0 0 0 5px;
}

.cs-form-subtype-element-value
{
	color: #666;
}


.cs-form-line-text
{
	padding: 5px;
}

.cs-form-container.cs-form-message-container 
{
	border: none;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 90%;
	min-width: 400px;
	max-width: 1640px;
	margin: 10px auto;	
}

.cs-form-message-container .cs-form-message p
{
	word-wrap: break-word;
}

.cs-form-message 
{
	position: relative;
	flex-basis: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	border: 1px solid #ccc;
	font-size: 14px;
	border-radius: 5px;
	border-left-width: 10px;
	padding: 6px 60px;
}

.cs-form-message p i, 
.cs-form-message p bold,	 
.cs-form-message p strong,
.cs-form-message p code,
.cs-form-message p samp,
.cs-form-message p em
{
	font-size: 	14px;
}

.cs-form-nav-pane
{
	width: 100%;
}

.cs-form-message .cs-form-message-title 
{
	font-size: 	16px;
	font-weight: 	bold;
	padding-top: 	12px;
}

.cs-form-message:before
{
	height: 		24px;
	width: 			24px;
	position: 		absolute;
	left: 			12px;
	top: 			calc(50% - 12px);
}

.cs-form-message p 	
{
	font-size: 		14px;
	text-align: 		justify;
}

.cs-form-message a 
{
	font-weight: 		bold;
	font-size: 		14px;
	text-decoration: 	none;
	color: 			#2e3d98;
}

.cs-form-message a:hover 
{
	color: #2e3d98;
	text-decoration: underline;
}

.cs-form-message-normal 
{
	padding: 6px 20px;
	border-left-width: 1px;
}

.cs-form-message-success 
{
	background: #d8eeca;
	border-color: #067d14;	
}

.cs-form-message-success a 
{
	color: #2E3D98;
}

.cs-form-message-success:before 
{
	content: url('images/notification_success24.svg');	
	color: #067d14;
}

.cs-form-message-info 
{
	background: #d7faff;
	border-color: #2e3d98;
}

.cs-form-message-info a 
{
	color: #2e3d98;
}

.cs-form-message-info:before 
{
	content: url('images/notification_information24.svg');
	color: #2e3d98;
}

.cs-form-message-warning 
{
	background: #f9f4d4;
	border-color: #df6800;
	font-weight: bold;
}

.cs-form-message-warning a 
{
	color: #2E3D98;
}

.cs-form-message-warning:before 
{
	content: url('images/notification_warning24.svg');
	color: #df6800;
}

.cs-form-message-error 
{
	background: #f3e9e8;
	border-color: #df3324;
	font-weight: bold;
}

.cs-form-message-error a 
{
    color:#df3324
}


.cs-form-message-error:before 
{
	content: 	url('images/notification_error24.svg');
	color:		#df3324;
}

.cs-form-paragraph p 
{
	word-break: 	break-word;
}

/* Tooltip styles */
[data-tooltip]
{
	display: inline-block;
	position: relative;
	cursor: help;
	padding: 4px;
}

.cs-form-controlText.post 
{
	padding: 0 0 0 4px;
}

.cs-form-controlText.pre 
{
	padding: 0 4px 0 0;
}

/* Date picker styling */
.cs-form-datepicker
{
	margin: 5px auto;
}

div.cs-form-datepicker select.cs-form-datepicker-select
{
	margin-left: 		8px;
	margin-right: 		8px;
	margin-bottom: 		0;
}

.cs-form-datepicker b
{
	vertical-align:		bottom;
	padding-top: 		5px;
}

.timeColonSeparator
{
	line-height:24px;
}

/* Tooltip styling */

[data-tooltip]:before
{
            content: attr(data-tooltip);
            display: none;
            position: absolute;
            background: #fc5;
            opacity: 0.9;
            color: #000;
            padding: 8px 16px;
            font-size: 12px;
            font-weight: bold;
            line-height: 1.4em;
            min-width: 200px;
            text-align: left;
            border-radius: 3px;
            border: 0;
}


/* Dynamic horizontal centering */

[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before
{
	left: 50%;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


/* Dynamic vertical centering */

[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before
{
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

[data-tooltip-position="top"]:before
{
	bottom: 100%;
	margin-bottom: 6px;
}

[data-tooltip-position="right"]:before
{
	left: 100%;
	margin-left: 6px;
}

[data-tooltip-position="bottom"]:before
{
	top: 100%;
	margin-top: 6px;
}

[data-tooltip-position="left"]:before
{
	right: 100%;
	margin-right: 6px;
}

[data-tooltip-position="top-right"]:before
{
	bottom: 100%;
	left: 100%;
	margin-bottom: 20px;
	margin-left: -20px;
}

[data-tooltip-position="top-left"]:before
{
	bottom: 100%;
	right: 100%;
	margin-bottom: 20px;
	margin-right: -20px;
}

[data-tooltip-position="bottom-right"]:before
{
	top: 100%;
	left: 100%;
	margin-top: 20px;
	margin-left: -20px;
}

[data-tooltip-position="bottom-left"]:before
{
	top: 100%;
	right: 100%;
	margin-top: 20px;
	margin-right: -20px;
}


/* Tooltip arrow styling/placement */

[data-tooltip]:after
{
	content: '';
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

/* Dynamic horizontal centering for the tooltip */

[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after
{
	left: 50%;
	margin-left: -6px;
}

/* Dynamic vertical centering for the tooltip */

[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after
{
            top: 50%;
            margin-top: -6px;
}

[data-tooltip-position="top"]:after
{
            bottom: 100%;
            border-width: 6px 6px 0;
            border-top-color: #fc5;
}

[data-tooltip-position="right"]:after
{
            left: 100%;
            border-width: 6px 6px 6px 0;
            border-right-color: #fc5;
}

[data-tooltip-position="bottom"]:after
{
            top: 100%;
            border-width: 0 6px 6px;
            border-bottom-color: #fc5;
}

[data-tooltip-position="left"]:after
{
            right: 100%;
            border-width: 6px 0 6px 6px;
            border-left-color: #fc5;
}

[data-tooltip-position="top-right"]:after
{
            bottom: 100%;
            left: calc(100% - 14px);
            border-width: 20px 3px 0;
            border-top-color: #fc5;
}

[data-tooltip-position="top-left"]:after
{
            bottom: 100%;
            right: calc(100% - 14px);
            border-width: 20px 3px 0;
            border-top-color: #fc5;
}

[data-tooltip-position="bottom-right"]:after
{
            top: 100%;
            left: calc(100% - 14px);
            border-width: 0 3px 20px;
            border-bottom-color: #fc5;
}

[data-tooltip-position="bottom-left"]:after
{
            top: 100%;
            right: calc(100% - 14px);
            border-width: 0 3px 20px;
            border-bottom-color: #fc5;
}

/* Show the tooltip when hovering */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after
{
	display: block;
	z-index: 100;
}

/* Data Table */

div.cs-form-dataTable
{
	overflow-x:     auto;
	width: 	    	100%;
	padding-bottom: 15px;
}

table.cs-form-dataTable
{
	margin: 	auto;
	border-collapse: collapse;
	border: 	hidden;
	word-wrap: 	normal;
	overflow-wrap: 	normal;
	hyphens: 	manual;
}

table.cs-form-dataTable caption 
{
	text-align: 	left;
	padding: 	0 0 10px 0;
}

table.cs-form-dataTable td
{
	padding: 1px 10px;
}

table.cs-form-dataTable th
{
	padding: 		5px 10px;
	word-break:		keep-all;
	line-height: 	14px;
}

table.cs-form-dataTable td
{
	height: 24px;
}

table.cs-form-dataTable thead td:empty
{
	padding: 0;
	border: 0;
}

table.cs-form-dataTable thead
{
	background-color: #f1f1f1;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	line-height: 32px;
}

table.cs-form-dataTable tbody
{
	border-bottom: 1px solid #d5d5d5;
	line-height: 24px;
}

table.cs-form-dataTable colgroup
{
	border-left: 2px solid;
}

table.cs-form-dataTable.cs-complex th,
table.cs-form-dataTable.cs-complex td
{
	border: 1px solid #ccc;
}

table.cs-form-dataTable.longlastcol td:last-child,
table.cs-form-dataTable td.long
{
 	vertical-align: baseline;
}

table.cs-form-dataTable img
{
	vertical-align: middle;
}

table.cs-form-dataTable.left
{
	margin-left: 0;
	margin-right: auto; 
}

table.cs-form-dataTable.center
{
	margin:auto;
}

table.cs-form-dataTable.right
{
	margin-right: 0;
	margin-left: auto; 
}

table.cs-form-dataTable th.left,
table.cs-form-dataTable td.left{
	text-align: left;
}

table.cs-form-dataTable th.center,
table.cs-form-dataTable td.center{
	text-align: center;
}

table.cs-form-dataTable th.right,
table.cs-form-dataTable td.right{
	text-align: right;
}

[role="gridCell"]:focus,
[role="gridCell"] *:focus,
[role="grid"] [tabindex="0"]:focus
{
	outline: #000000;
	outline-style: dotted;
	outline-width: 1px;
}

[role="button"]
{
	cursor: pointer;
}

[aria-sort="ascending"]
{
	position: 		relative;
}

[aria-sort="ascending"]::after
{
	content: 		' ';
	height: 		15px;
	width: 			15px;
	background-image: 	url('images/sort_down18.svg');
	background-position: 	center right;
	background-repeat: 	no-repeat;
	position: 		absolute;
	margin-left: 		3px;
	top: 			calc(50% - 7px);
}

[aria-sort="descending"]
{
	position: 		relative;
}

[aria-sort="descending"]::after
{
	content: 		' ';
	height: 		15px;
	width: 			15px;
	background-image: 	url('images/sort_up18.svg');
	background-position: 	center right;
	background-repeat: 	no-repeat;
	position: 		absolute;
	margin-left: 		3px;
	top: 			calc(50% - 7px);
}

.cs-form-overlay 
{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 204, 204, 204, 0.4);
}

.cs-form-loadingArea
{
	padding: 	15px 10px;
	font-weight: 	bold;
	text-align: 	center;
	vertical-align: middle;
	background: 	lightgrey;
	width: 			150px;
	margin:			23% auto;	    
	border: 	solid 1px #AAAAAA;
}


/* List box css */


.cs-form-listbox-area
{
	padding: 		15px;
	background: 		#eee;
	border: 		1px solid #aaa;
	font-size: 		0;
	margin-bottom: 		10px;
}


.cs-form-listbox-left-area, .cs-form-listbox-right-area
{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.cs-form-listbox-buttonset-center-left
{
	float: left;
}

.cs-form-listbox-buttonset-center-right
{
	float: right;
}

.cs-form-listbox-buttonset-stacked
{
	display: flex;
	justify-content: center;
	width: 100%;
}

.cs-form-listbox-buttonset-left
{
	float: left;
}

.cs-form-listbox-buttonset-right
{
	float: right;
}

.cs-form-listbox-left-area
{
	padding-right: 10px;
}

.cs-form-listbox-right-area
{
	padding-left: 10px;
}

.cs-form-single-listbox-surrounding-area
{
	padding: 		15px;
	background: 		#eee;
	border: 		1px solid #aaa;
	font-size: 		0;
}
.cs-form-single-listbox-area
{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.cs-form-listbox-half-height
{
	height: 16em !important;
}

.cs-form-3listbox-area
{
	padding: 			15px;
	background: 			#eee;
	border: 			1px solid #aaa;
	font-size: 			0;
	margin-bottom: 			10px;
}


.cs-form-3listbox-left-area, .cs-form-3listbox-right-area, .cs-form-3listbox-center-area
{
	box-sizing: 			border-box;
	display: 			inline-block;
	vertical-align: 		top;
	width: 				33%;
	padding: 			0 10px;
}

.cs-form-3listbox-area li,
.cs-form-listbox-area li
{
	border-bottom: 			1px solid #dfdfdf;
}

[role="listbox"]
{
	height: 	32em;
	padding: 	0px;
	background: 	white;
	border: 	1px solid #aaa;
	overflow-y: 	scroll;
	margin: 	8px 0 8px 0;
	font-size: 12px;
}

[role="option"]
{
	display: block;
	padding: 0 1em;
	position: relative;
	line-height: 2.3em;
	border: 1px solid transparent;
}

[role="option"] img
{
                padding-top: 5px;
}

[role="option"]:hover
{
	background: #c8d2db;
}

[role="option"].focused
{
	background: #dfe7ea;
	border: 1px solid #2e3d98;
}

[role="option"].focused:hover
{
	background: #c8d2db;
	border: 1px solid #2e3d98;
}

[role="option"][aria-selected]
{
	padding-left: 2.3em;
}

[role="option"][aria-selected="true"]::before
{
	content: url(images/checkmark16.svg);
	position: absolute;
	left: 0.6em;
	top: 0.2em;
	width: 13px;
	height: 13px;
}

button[aria-disabled="true"]
{
	opacity: 0.5;
}

.cs-form-listbox-move-right-btn
{
	padding: 2px 22px 2px 12px;
	position: relative;
	margin-bottom: 8px;
}

.cs-form-listbox-move-right-btn::after
{
	content: ' ';
	height: 10px;
	width: 12px;
	background-image: url('../csui/themes/carbonfiber/image/icons/caret_right16_md.svg');
	background-position: center right;
	background-repeat: no-repeat;	
	position: absolute;
	right: 3px;
	top: 3px;
}

.cs-form-listbox-moveall-right-btn
{
	padding: 2px 22px 2px 12px;
	position: relative;
	margin-bottom: 8px;
}

.cs-form-listbox-moveall-right-btn::after
{
	content: '  ';
	height: 10px;
	width: 12px;
	background-image: url('../csui/themes/carbonfiber/image/icons/caret_right16_md.svg'), url('../csui/themes/carbonfiber/image/icons/caret_right16_md.svg');
	background-position: center bottom, center bottom;
	background-repeat: repeat-y;
	position: absolute;
	right: 3px;
	top: 3px;
}

.cs-form-listbox-move-left-btn
{
	padding: 2px 12px 2px 22px;
	position: relative;
	margin-bottom: 8px;
}

.cs-form-listbox-move-left-btn::after
{
	content: ' ';
	height: 10px;
	width: 12px;
	background-image: url('../csui/themes/carbonfiber/image/icons/caret_left16_md.svg');
	background-position: center left;
	position: absolute;
	left: 3px;
	top: 3px;
}

.cs-form-listbox-moveall-left-btn
{
	padding: 2px 12px 2px 22px;
	position: relative;
	margin-bottom: 8px;
}

.cs-form-listbox-moveall-left-btn::after
{
	content: ' ';
	height: 10px;
	width: 12px;
	background-image: url('../csui/themes/carbonfiber/image/icons/caret_left16_md.svg'), url('../csui/themes/carbonfiber/image/icons/caret_left16_md.svg');
	background-position: center left;
	position: absolute;
	left: 3px;
	top: 3px;
}

.cs-form-listbox-move-up-btn
{
	padding: 2px 12px 2px 22px;
	position: relative;
	margin-bottom: 8px;
}

.cs-form-listbox-move-up-btn::after
{
	content: 		' ';
	height: 		16px;
	width: 			16px;
	background-image: 	url('../csui/themes/carbonfiber/image/icons/caret_up.svg'), url('../csui/themes/carbonfiber/image/icons/caret_up.svg');
	background-position: 	center left;
	position: 		absolute;
	left: 			1px;
	top:  			0;
}

.cs-form-listbox-move-down-btn
{
	padding: 2px 12px 2px 22px;
	position: relative;
	margin-bottom: 8px;
}

.cs-form-listbox-move-down-btn::after
{
	content: ' ';
	height: 15px;
	width: 15px;
	background-image: url('../csui/themes/carbonfiber/image/icons/caret_down.svg'), url('../csui/themes/carbonfiber/image/icons/caret_down.svg');
	background-position: center left;
	position: absolute;
	left: 1px;
	top: 1px;
}

.cs-form-listbox-search
{
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

.cs-form-listbox-label-text
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
/* Screen size based CSS */

@media screen and (max-width: 1100px) 
{

	.cs-form-table 
	{
		width: 100%;
	}

}

@media screen and (max-width: 56em) 
{

	.cs-form-checkbox-inline,
	.cs-form-radio-inline 
	{
		display: block;
	}

	.cs-form-paragraph p 
	{
		word-break: break-all;
	}

	.cs-form-listbox-left-area, .cs-form-listbox-right-area
	{
		display: block;
		width: 100%;
	}

	.cs-form-3listbox-left-area, .cs-form-3listbox-right-area, .cs-form-3listbox-center-area
	{
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}

	.cs-form-listbox-right-area
	{
		padding-left: 0;
		padding-top: 10px;
	}

}

/* Flex layout support */

.cs-form-container,
.cs-form-container-navigation 
{
    background-color: 		#fff;
    border: 			1px solid #ccc;
    width: 				90%;	
    min-width: 			400px;
    max-width: 			1640px;
    margin: 			10px auto;
}

.cs-form-container-tab
{
    background-color: 		#fff;
    border: 			1px solid #ccc;
    width: 				99%;	
    margin: 			10px 10px 10px 10px;
	float:				left;
}

.cs-form-titlebar
{
    width: 			100%;
    font-weight: 		normal;
    font-size: 			14px;
    color: 			#333;
    background-color: 		#EEF2F4;
    border-top: 		1px solid #ccc;
    border-bottom: 		1px solid #ccc;
    text-align: 		center;
    padding: 			7px;
    margin: 			-1px 0 0 0;
    z-index: 			15;
}

.cs-form-no-results-panel 
{
	display: 		none !important;
}

.cs-form-results-panel-style 
{
	width:			100%;
}

.cs-form-container-header
{
	overflow: 		hidden;
	background-color: 	#ececec;
	border-bottom: 		1px solid #ccc;
	padding:		7px;
}

.cs-form-container-search
{
	float:	left;
}

.cs-form-search-input 
{
	background-image: 	url(../csui/themes/carbonfiber/image/icons/search.svg);
	background-position: 	8px 3px;
	background-repeat: 	no-repeat;
	background-size: 	15px 15px;
	border: 		1px solid grey;
	font-size: 		12px;
	padding: 		0 0 0 28px;
	width: 			318px;
	-moz-appearance: 	textfield;
	height: 		23px;
}

.cs-form-accordian-buttons
{
	float:			right;
	margin-top:		3px;
}

.noResultsMessage 
{
	background-color: 	#FFFFFF;
	padding-top: 		30px;
	padding-bottom: 	30px;
	text-align: 		center;
	color: 			#888888;
	font-weight: 		bold;
	border: 		1px solid #ccc;
}

.cs-form-container-embedded 
{
    background-color: #fff;
    width: 100%;
    min-width: 400px;
    margin: auto;
}

.cs-form .form-group 
{
    margin-bottom: 15px;
}

.cs-form-section
{
    display: flex;
    flex-flow: row wrap;
}

.cs-form-field-container
{
    display: flex;
    width: 100%;
    background-color: #fff;
}

/* Accordian styles */

.cs-form-accordion-panel-container 
{
	width: 100%;
	display: none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow-x: auto;
}

.cs-form-accordion-header
{
	text-align:	left;	
}

.cs-form-accordion-header img 
{
	background: url('../csui/themes/carbonfiber/image/icons/caret_right16.svg') no-repeat;
	background-size: 12px 12px;
	width: 14px;
	height: 14px;
	background-position-y: center;
}

.cs-form-accordion-header:focus 
{
	z-index: 100;
}

.cs-form-accordion-header:hover 
{
	background: #d0d0d0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.cs-form-accordion-header-opened 
{
	background-color: #ececec;
}

.cs-form-accordion-header-opened img 
{
	background: url('../csui/themes/carbonfiber/image/icons/caret_down.svg') no-repeat;
	background-size: 16px 16px;
	background-position-y: center;
}

.cs-form-cell 
{
	padding: 8px;
	flex-basis: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	border-top: 1px solid #ececec;
	overflow-x: auto;
}

.cs-form-section.half-width .cs-form-field-container
{
    width: 50%;
    vertical-align: top;
}

.cs-form-cell.label-cell
{
    color: #434343;
    border-left: 0;
    vertical-align: top;
    flex-basis: 180px;
    text-align: right;
}

.cs-form-control-wrapper
{
	white-space: 	nowrap;
}

.cs-form-control-wrapper.error
{
	color:		#333;
}

.cs-form-cell.control-cell 
{
	color: #434343;
	flex-grow: 1;
	padding-left: 40px;
    padding-right: 40px;
}

.cs-form-cell.control-cell > span
{
	margin-top: 9px;
	display: inline-block;
}

.cs-form-cell.control-cell input[type="text"],
.cs-form-cell.control-cell input[type="url"]
{
	width: 50%;
	min-width: 200px;
	max-width: 450px;
}

.cs-form-cell.control-cell textarea[readonly], 
.cs-form-cell.control-cell input[readonly] 
{
	color: 			#666666;
	background-color: 	#f7f8f8;
	border: 		none;	
	padding: 		5px 8px;
	line-height: 		16px;    
}

.cs-form-cell.control-cell label,
.cs-form-cell.control-cell input[type="text"],
.cs-form-cell.control-cell input[type="number"],
.cs-form-cell.control-cell input[type="password"],
.cs-form-cell.control-cell input[type="email"],
.cs-form-cell.control-cell input[type="url"],
.cs-form-cell.control-cell select,
.cs-form-cell.control-cell textarea 
{
	vertical-align: 	top;
}

.cs-form-cell.control-cell select
{
	margin-bottom: 10px;
}

.cs-form-cell.control-cell .cs-form-dataTable select
{
	margin-bottom: 0;
}

.cs-form-cell.control-cell input[type="text"],
.cs-form-cell.control-cell input[type="password"],
.cs-form-cell.control-cell input[type="email"],
.cs-form-cell.control-cell input[type="url"],
.cs-form-cell.control-cell option,
.cs-form-cell.control-cell textarea 
{
    padding: 3px 6px;
    line-height: 16px;
}

.cs-form-cell.control-cell input[type="number"]
{
	padding: 		0 0 0 6px;   
	margin-left: 		5px;
	width: 			5em;
}

.cs-form-control-control 
{
	padding-bottom: 	6px;
	padding-top: 		6px;
	vertical-align: top;
	display: inline-flex;
}

.cs-form-fieldset-radio .cs-form-control-control input[type="text"],
.cs-form-fieldset-radio .cs-form-control-control input[type="url"]
{
	width: 100% !important;
	max-width: 270px;
}

.cs-form-control-control > input[type="text"],
.cs-form-control-control > input[type="url"]
{
	min-width: 250px !important;
}

.cs-form-cell.control-cell label 
{
    margin: 	0 16px 1px 0;
    display: 	inline-flex;
}

.cs-form-cell.control-cell input[type="text"]::after, 
.cs-form-cell.control-cell input[type="number"]::after,
.cs-form-cell.control-cell input[type="url"]::after
{
    content: '*';
    margin: 0 0 0 5px;
    width: 30px;
    height: 30px;
    font-weight: heavy;
    color: red;
}

.cs-form-cell.control-cell input[type="checkbox"],
.cs-form-cell.control-cell input[type="radio"]
{
    vertical-align: baseline;
    margin-right: 10px;
}

.cs-form-cell.control-cell .cs-form-dataTable input[type="radio"]
{
	margin-top: 3px;
}

.cs-form-cell.control-cell input[type="checkbox"] + label,
.cs-form-cell.control-cell input[type="radio"] + label
{
    display: block;
    float: left;
    margin: 0 0 0 5px;
} 

.cs-form .cs-form-checkbox-inline, .cs-form .cs-form-radio-inline
{
    padding: 0;
    margin: 0 10px 0 0;
}

.cs-form-fieldset-checkbox>div:not(.cs-form-validation-error), 
.cs-form-fieldset-radio>div:not(.cs-form-validation-error)
{
    margin: 4px 5px 2px 10px;
    width: 100%;
    display: block;
    position: relative;
}

.cs-form-field-group-item 
{
    width: 		100%;
    margin-bottom: 	10px;
}

.cs-form-cell.control-cell .cs-form-description 
{
	width: 		100%;
	margin: 	5px 0 10px 0;
	white-space: 	normal;
}

.cs-form-cell.control-cell .cs-form-textfield 
{
	width: 		100%;
}

.cs-form-cell.control-cell .cs-form-select-group label 
{
	display: 	block;
}

.cs-form-grid-buttonbar 
{
	background-color: #f2f2f2;
	text-align: 	center;
	padding: 	10px;
	border: 	0;
	border-top: 	1px solid #ccc;
}

.cs-form-message-container .cs-form-grid-buttonbar 
{
	background-color: transparent;
	text-align: 	center;
	padding: 	5px;
	border: 	none;
}

.cs-form-grid-buttonbar input,
.cs-form-grid-buttonbar button 
{
	margin: 	0 10px;
}

.cs-form-cell.label-cell h2, h3 
{
	display: 	inline;
	word-break: keep-all;
	font-size: 12px;
}

.cs-form-cell.control-cell h4 
{
	-webkit-margin-before: 0;
}

.cs-form-tooltip-element 
{
	color: 		#fff;
	background: 	#232e72;
	width: 		12px;
	height: 	12px;
	border-radius: 	50%;
	display: 	inline-block;
	text-align: 	center;
	line-height: 	12px;
	margin: 	0 10px;
}

.cs-form [data-tooltip] 
{
	position: 	relative;
	left: 		0;
	right: 		0;
	cursor: 	help;
	padding: 	4px;
}

.cs-form-cell.control-cell legend 
{
	margin: 	0;
}

.cs-form-paragraph p 
{
	margin:			0 0 10px 0;
	line-height:	inherit;
}

.cs-form-paragraph .cs-form-reference
{
	margin: 	4px 0;
}

.cs-form-cell .cs-form-paragraph 
{
    width:            100%;
    margin:           0 0 10px 0;
    white-space:      normal;  
}
 
.cs-form-cell .cs-form-paragraph:not(:first-child) 
{
    margin-top:		9px; 
}

.cs-form-field-group-item.required label:after,
.cs-form-field-container.required label:after
{
    content: '*';
    color: #e00;
    font-weight: bold;
    margin-left: 4px;
}

.cs-form-disabled
{
	color: #BBBBBB;
	pointer-events: none;
}

[data-tooltip].cs-form-disabled
{
    font-size: 0;
    display: none;
}

.cs-form-disabled.cs-form-required 
{
    visibility: hidden;
}
.cs-form-message-container.cs-form-disabled 
{
    opacity: 0.7;
}

/* Start Navigation pane classes */

ul.cs-form-nav-list
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;  
}

li.cs-form-nav-element
{  
	display: block;
	list-style-type: none;
	width: calc(33.3% - 60px); /* you can change the 50% to 33.3% for 3 cols per row */
	padding: 15px 30px;
}

a.cs-form-nav-element-anchor 
{
	font-weight: 		bold;
	color: 			#2E3D98;
	text-decoration: 	none;
}

a.cs-form-nav-element-anchor:hover 
{
	color: #2e3d98;
	text-decoration: underline;
}

.cs-form-nav-element-body 
{
	padding-top: 5px;
	line-height: 16px;
}

@media only screen and (max-width: 1224px)
{
	/* for chrome and FF */
	li.cs-form-nav-element 
	{
		width: calc(50% - 60px);
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 1024px)
{
	/* for chrome and FF */
	li.cs-form-nav-element 
	{
		width: calc(100% - 20px);
		padding: 10px 5px;
	}
}

@media only screen and (max-width: 32em)
{
	/* for IE */
	li.cs-form-nav-element
	{
		width: calc(100% - 20px);
	}
}


/* End Navigation pane classes */

/* Expand / Collapse CSS */
.cs-form-expandcollapse 
{
	display: 			block;
}
.cs-form-expandcollapse-more 
{
	display: 			none;
}

.cs-form-expandcollapse-less 
{
	color:				#333;
	padding-top:			2px;
	padding-bottom:			2px;
}

.cs-form-expandcollapse-text 
{
	color:				#333;
	padding-top:			2px;
	padding-bottom:			20px;
	width:				100%;
}

.cs-form-expandcollapse-text a:link, .cs-form-expandcollapse-text a:visited
{
	padding:			5px;
	text-decoration: 		none;
	border: 			1px solid #FFFFFF;
	background-color: 		#FFFFFF;
	float:				right;
}

.cs-form-expandcollapse-text a.cs-form-expandcollapse-icon-left
{
	float:				none;
}

.cs-form-expandcollapse-text a:hover
{

	text-decoration: 		underline;
	border: 			1px solid #ECDA71;
	background-color: 		#FFFFD9;
}

.cs-form-expandcollapse-icon-up:after 
{
    	content: 			"\25B2";
}

.cs-form-expandcollapse-icon-down:after 
{
    	content: 			"\25BC";
}

/* Date control styles */

.cs-form-date-year
{
	display: 	inline-block; 
	line-height: 	20px;
}

.cs-form-date-field
{
	width: 		4em;
}

/* Days of week control styles */

.cs-form-cell.control-cell .cs-form-daysofweek
{
	padding: 	3px 0;
}

.cs-form-cell.control-cell .cs-form-daysofweek input 
{
	position: 	absolute; 
	opacity: 	0; 
}

.cs-form-cell.control-cell .cs-form-daysofweek input[type="checkbox"] + label,
.cs-form-cell.control-cell .cs-form-daysofweek input[type="radio"] + label
{
	margin: 0 0 1px 1px;
}

.cs-form-cell.control-cell .cs-form-daysofweek input[type=checkbox] + label,
.cs-form-cell.control-cell .cs-form-daysofweek input[type=radio] + label 
{
	display: 	inline-block;
	background: 	#ddd;
	color	: 	#ddd;
	border: 	1px solid #aaa;
	padding: 	2px 0;
	width: 		3em;
	text-align: 	center;
	cursor: 	pointer;
}

.cs-form-cell.control-cell .cs-form-daysofweek input[type=checkbox]:hover + label,
.cs-form-cell.control-cell .cs-form-daysofweek input[type=radio]:hover + label 
{
	color: 		#333;
}

.cs-form-cell.control-cell .cs-form-daysofweek:hover input[type=checkbox]:not(:checked) + label,
.cs-form-cell.control-cell .cs-form-daysofweek:hover input[type=radio]:not(:checked) + label 
{
    	color: 		#333;
}

.cs-form-cell.control-cell .cs-form-daysofweek input[type=checkbox]:focus + label,
.cs-form-cell.control-cell .cs-form-daysofweek input[type=radio]:focus + label 
{
	outline: 	#000000;
	outline-style: 	dotted;
	outline-width: 	1px;
	color: 		#333;
}

.cs-form-cell.control-cell .cs-form-daysofweek input[type=checkbox]:checked + label,
.cs-form-cell.control-cell .cs-form-daysofweek input[type=radio]:checked + label 
{
	background: 	#111b58;
	color: 		#ffffff;
}

.cs-form-cell.control-cell .cs-form-fieldset-daysoftheweek>div:not(.cs-form-validation-error) 
{
	margin: 	5px;
}
 
.cs-form-cell.control-cell .cs-form-daysofweek.cs-form-disabled input[type=checkbox]:checked + label,
.cs-form-cell.control-cell .cs-form-daysofweek.cs-form-disabled input[type=radio]:checked + label 
{
	background: 	#c3c3c3;
	color: 		#ffffff;
}

.cs-form-cell.control-cell .cs-form-daysofweek.cs-form-disabled  input[type=checkbox] + label,
.cs-form-cell.control-cell .cs-form-daysofweek.cs-form-disabled  input[type=radio] + label 
{
	background: 	#ddd;
	color: 		#ddd;
	border: 	1px solid #ddd;
	cursor: 	none;
}

/* System clock control styles */

.cs-form-clock-container
{
    width: 90%;
    min-width: 400px;
    max-width: 1640px;
}

.cs-form-clock-container .cs-form-description 
{
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    text-align: justify;
}

.cs-form-timestamp-container
{
	line-height: 20px;
	font-size: 14px;
	padding: 3px 0;
}


.cs-form-clock-container .cs-form-timestamp 
{
	color: #333;
	font-weight: 600;
	padding: 0 3px;
}

/* The following media queries use alterntely px and ems to resolve a zoom discrepancy between IE and FF/Chrome */
/* All other class definitions should reside above this section */

@media only screen and (max-width: 1380px) 
{

	.cs-form-section.half-width .cs-form-field-container 
	{
		width: 100%;
	}

	.cs-form-container 
	{
		width: calc(100%);
		max-width: 1024px;
	}

}

@media only screen and (max-width: 960px) 
{

	.cs-form-control-control > input[type="text"],
	.cs-form-control-control > input[type="url"]
	{
		min-width: 200px !important;
	}

	.cs-form-control-control
	{
		display: inline-flex;
	}

	.cs-form-field-container 
	{
		display: block;
	}

	.cs-form-cell.label-cell 
	{
		text-align: left;
		border-bottom: 0;
		padding-bottom: 0;
	}

	table.cs-form-dataTable
	{
		width: 99% !important
	}
	
	.cs-form-cell.control-cell 
	{
		border: none;
	}

}

@media only screen and (max-width: 56em)
{
	    
	.cs-form-container 
	{
		zoom: 1;
		width: 100%;
		margin: 5px auto;
	}

	.cs-form-field-container 
	{
		display: block;
	}

	.cs-form-cell.label-cell 
	{
		text-align: left;
		border-bottom: 0;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 40em) 
{

	.cs-form-select-group.field-event > select
	{
		width: 100%;
	}
	    
	.cs-form-container 
	{
		zoom: 1;
		width: calc(100% - 2em);
		max-width: 40em; 
		margin: 10px auto;
	}

	.cs-form-field-container 
	{
		display: block;
	}
	
	.cs-form-cell.label-cell 
	{
		text-align: left;
		border-bottom: 0;
		padding-bottom: 0;
	}
}

.autoWidth
{
	width: auto;
}

/* Validation styles */

input[type="text"].error,
input[type="number"].error,
input[type="password"].error,
input[type="email"].error,
input[type="url"].error,
textarea.error, 
select.error
{
	background-color:#f3e9e8;
	outline: 	none;
	color: 		#333;
	border: 	#f96d5f 2px solid; 
}

input[type="text"].error.cs-form-disabled,
input[type="number"].error.cs-form-disabled,
input[type="password"].error.cs-form-disabled,
input[type="email"].error.cs-form-disabled,
input[type="url"].error.cs-form-disabled,
textarea.error.cs-form-disabled 
{
	background-color:#fcf6f5;
	outline: 	none;
	color: 		#aeaeae;
	border: 	#ffd0cb 2px solid; 
}

.cs-form-validation-arialive
{
	clip: 		rect(1px,1px,1px,1px);
	height: 	1px;
	margin: 	0;
	overflow: 	hidden;
	position: 	absolute;
	width: 		1px;	
}

.cs-form-validation-error
{
	border: 	none;
	margin-bottom: 	6px;
	margin-left: 	-3px;
	white-space: 	pre-wrap;
	display:	none;
}

.cs-form-fieldset-checkbox>div.cs-form-validation-error, 
.cs-form-fieldset-radio>div.cs-form-validation-error
{
    margin: 4px 5px 2px 6px;
    width: 100%;
    position: relative;
    float: left;
}

.cs-form-validation-error strong
{
	padding: 	5px;
	border-left: 	solid 3px #ff0000;
	background: 	#f3e9e8;
	color:		#333;
	line-height:	16px;
	display: inline-block;
}

.cs-form-validation-error strong.cs-form-disabled
{
	background-color:#fcf6f5;
	outline: 	none;
	color: 		#333;
	border-left: 	#ffd0cb 3px solid; 
}

.cs-form-validation-error-label
{

}

.cs-form-validation-summary
{
	background: 	#f3e9e8;
	border-color: 	#df3324;
	font-weight: 	bold;
}

.cs-form-validation-summary h2
{
	color: 		#05447E;
}

.cs-form-validation-summary-display
{
    position: 		relative;
    flex-basis: 	100px;
    flex-grow: 		0;
    flex-shrink: 	0;
    font-size: 		14px;
    border: 		1px solid #df3324;
    border-left-width: 	5px;
    padding: 		6px 60px;
    margin: 		-1px;
    z-index: 		80;
	
}

.cs-form-validation-summary-display:before
{
	height: 	24px;
	width: 		24px;
	position: 	absolute;
	left: 		12px;
	top: 		calc(50% - 12px);
	content: 	url('images/notification_error24.svg');
	color: 		#df3324;
}

/* Rule Conditions classes */

.rule-conditions-wrapper
{
	font-size: 12px;
}

.rule-conditions-row
{
	display: table-row;
}

.rule-conditions-part
{
	display: table-cell;
	padding: 0px 6px;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rule-conditions-logic
{
	width: 50px;
}

.rule-conditions-logic, .rule-conditions-operator
{
	font-weight: bold;
}

/* Sessions */
.modal-header
{
	padding:15px;
	margin-bottom: 0;
	border-bottom:1px solid #e5e5e5;
	display:block;
	font-weight:bold;
	color:#445056;
	font-size: 14px;
}
.modal-body
{
	position:relative;
	padding:15px
}
.modal-footer
{
	padding:15px;
	text-align:right;
	border-top:1px solid #e5e5e5
}
@media (min-width:768px)
{
.modal-dialog
{
	width:600px;
	margin:30px auto
}
.modal-content
{
	-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
	box-shadow:0 5px 15px rgba(0,0,0,.5)
}
.modal-sm
{
	width:300px
}
} 
.mfp-bg
{
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	filter:alpha(opacity=80)
} 
.mfp-wrap
{
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:0!important;
	-webkit-backface-visibility:hidden
}
.mfp-container
{
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.mfp-container:before
{
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.mfp-align-top .mfp-container:before
{
	display:none
}
.mfp-content
{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045
}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content
{
	width:100%;
	cursor:auto
}
.mfp-hide
{
	display:none!important
} 
.modal-body
{
	background:#fff
} 
.modal-footer
{
	background:#fff;
	margin-top:0
} 
.overlay-def
{
	overflow-y:auto
} 
.overlay-def header
{
	background-color: #EAF6FC;
	overflow: hidden;
	border-top: 1px solid #96D1EF;
	border-bottom: 1px solid #96D1EF;
	white-space: nowrap;
}
.overlay-def .modal-title
{
	font-size:1.15em;
	padding:10px 0
}
.overlay-def.cs-bar-b,.overlay-def.cs-bar-b header,.overlay-def.cs-bar-t,.overlay-def.cs-bar-t header
{
	background-color:#000
}