/*
####################################################################################################################
GLOBAL STYLES & CLASSES
####################################################################################################################
*/

body.sq {
	background-color: #F4F4F4;
}

a:hover,
.clickable:hover {
	text-decoration: underline;
}

.clickable,
.sq-backend-smallprint a {
	color: #2b8eda;
	text-decoration: none;
	t-decoration: none;
}

ul.sq-checkbox-list,
ol.sq-checkbox-list {
	list-style: none;
	margin-left: 10px;
}

img.sq-icon {
	margin: 0 5px 0 0;
}

.sq-icon.small,
.sq-icon.sq-icon--small {
	width: 13px;
	height: 13px;
}

.sq-icon.sq-icon--medium {
	width: 16px;
	height: 16px;
}

.sq-icon.sq-icon--large {
	width: 22px;
	height: 22px;
}

img.sq-icon-info {
	width: 15px;
	height: 15px;
}

div>img {
	margin-right: 3px;
}

img.sq-icon.sq-icon-vertical {
	margin-bottom: 10px;
}

table.no-borders td,
table.no-borders th {
	border: 0px !important;
	padding: 0px;
	vertical-align: middle;
}

.no-border {
	border: 0 !important;
}

pre,
pre *,
.raw-text,
.raw-text * {
	font-family: 'Courier';
	white-space: pre-wrap;
}

.sq-status-1,
.sq-status-1:before,
.sq-status-1:after,
.status-archived,
.status-after-archived:after,
.status-before-archived:before {
	background-color: #C2B0A0;
	border: 1px solid #887B6F;
}

.sq-status-2,
.sq-status-2:before,
.sq-status-2:after,
.status-under-construction,
.status-after-under-construction:after,
.status-before-under-construction:before {
	background-color: #AACCDD;
	border: 1px solid #748D9A;
}

.sq-status-4,
.sq-status-4:before,
.sq-status-4:after,
.status-pending-approval,
.status-after-pending-approval:after,
.status-before-pending-approval:before {
	background-color: #DCD2E6;
	border: 1px solid #9A94A1;
}

.sq-status-8,
.sq-status-8:before,
.sq-status-8:after,
.status-approved-to-go-live,
.status-after-approved-to-go-live:after,
.status-before-approved-to-go-live:before {
	background-color: #F4D425;
	border: 1px solid #AD9200;
}

.sq-status-16,
.sq-status-16:before,
.sq-status-16:after,
.status-live,
.status-after-live:after,
.status-before-live:before {
	background-color: #DBF18A;
	border: 1px solid #bdca76;
}

.sq-status-32,
.sq-status-32:before,
.sq-status-32:after,
.status-up-for-review,
.status-after-up-for-review:after,
.status-before-up-for-review:before {
	background-color: #50D000;
	border: 1px solid #368D00;
}

.sq-status-64,
.sq-status-64:before,
.sq-status-64:after,
.status-safe-editing,
.status-after-safe-editing:after,
.status-before-safe-editing:before {
	background-color: #F25C86;
	border: 1px solid #AD455C;
}

.sq-status-128,
.sq-status-128:before,
.sq-status-128:after,
.status-safe-editing-pending-approval,
.status-after-safe-editing-pending-approval:after,
.status-before-safe-editing-pending-approval:before {
	background-color: #CC7CC7;
	border: 1px solid #8F5A8C;
}

.sq-status-256,
.sq-status-256:before,
.sq-status-256:after,
.status-safe-edit-approved-to-go-live,
.status-after-safe-edit-approved-to-go-live:after,
.status-before-safe-edit-approved-to-go-live:before {
	background-color: #FF9A00;
	border: 1px solid #B66B00;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

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

.hide,
.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.shown {
	display: block;
}

.clickable {
	cursor: pointer;
	font-weight: normal;
}

.sq-txt-highlight-red,
.sq-backend-warning {
	color: #e21420;
}

p.sq-backend-warning {
	margin-bottom: 0;
}

div.sq-backend-warning {
	padding-top: .5em;
}

.sq-iframe {
	background: #F4F4F4;
}

.sq-status-square {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	vertical-align: top;
	border-radius: 3px;
}

/* Status square change to a bar in body copy headers */
.sq-bodycopy-container-header .sq-status-square {
	position: absolute;
	left: -5px;
	top: 0px;
	width: 5px;
	height: 29px;
	margin: -6px 0 0 0;
	border-radius: 3px;
}

.sq-status-description {
	line-height: 17px;
}

.sq-source-view {
	padding: 10px;
}

.sq-source-view-markdown {
	padding: 0px;
}

.sq-source-mode-forced img {
	cursor: not-allowed;
}

.sq-no-bottom-border {
	border-bottom: none !important;
}

.sq-bg-blue {
	background: #f2f7fd;
}

.delete-button,
.delete-button:hover {
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 15px;
	height: 15px;
	border: 0px;
	cursor: pointer;
	box-shadow: none;
}

span.delete-button,
button.delete-button {
	vertical-align: top;
	position: relative;
	top: 3px;
}

span.delete-button {
	display: inline-block;
}

.sq-backend-iframe {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 10px;
}

.sq-break-margin {
	display: block;
	height: 5px;
	clear: both;
}

.sq-remove-brs br {
	display: none !important;
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.sq-keep-inline {
	white-space: nowrap;
}

.sq-inline-spacer {
	display: inline-block;
}

.sq-no-vertical-margin {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.sq-top-align-childre1n * {
	vertical-align: top;
}

pre.sq-code-example.inline {
	display: inline-block;
}

pre.sq-code-example strong {
	color: #000;
}

.sq-backend-code-editing {
	font-family: 'Courier New', Courier, monospace;
}

.margin-0 {
	margin: 0 !important;
}

.sq-scrollable-element {
	word-break: break-all;
	overflow: auto;
}

.alignRight {
	float: right;
}

.alignLeft {
	float: left;
}

.guiButton {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	margin: 0;
	padding: 0 20px;
	display: block;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	cursor: pointer;
}

.guiButton:hover {
	transition: all 0.2s ease-out 0s;
	text-decoration: none;
}

.guiButton.default {
	color: #FFFFFF;
	background-color: #3f98e1;
	border: 1px solid #3175ad;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.guiButton.default:hover {
	background-color: #3c91d6;
	color: #FFFFFF;
}

.sq-loading-icon {
	background: url(../images/icons/asset_map/spinner.gif) no-repeat center;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 15px;
	margin-right: 4px;
}

/*
####################################################################################################################
GLOBAL FORM ELEMENTS
####################################################################################################################
*/

/* Text fields and textareas */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="color"],
textarea {
	border: 1px solid #CCC;
	box-shadow: none;
	border-radius: 2px;
	background-color: #FFF;
	color: #333;
	font-family: Arial;
	font-size: 13px;
}

input:last-child[type="password"] {
	margin-top: 3px;
}

/* invalid inputs */
.sq-form-field.error:invalid {
	border: 1px solid #f0a6a6;
	background-color: #ffebeb;
}

textarea {
	padding: 8px;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

textarea:disabled,
textarea[disabled],
textarea.disabled {
	border: 1px solid #E4E4E4;
	color: #555;
	background: #F5F5F5;
}

input[type="text"],
input[type="color"],
input[type="password"] {
	background-color: #FFF;
	height: 18px;
	line-height: 100%;
	padding: 4px 8px;
	margin: 0 3px 0 0;
	vertical-align: middle;
}

input[type="number"] { width: 90px; }
input[type="number"].max-width-1,
input[type="number"].max-width-2,
input[type="number"].max-width-3 { width: 36px; }
input[type="number"].max-width-4 { width: 45px; }
input[type="number"].max-width-5 { width: 54px; }
input[type="number"].max-width-6 { width: 63px; }
input[type="number"].max-width-7 { width: 72px; }
input[type="number"].max-width-8 { width: 81px; }

.sq-field_asset-short-name { width: 60%; }

.sq-field_asset-name,
.sq-field_description	{
	width: 70%;
}

input[type="text"].readonly {
	border-style: dashed;
	box-shadow: none;
}

input.sq-full-cell-width,
textarea.sq-full-cell-width {
	width: 92%;
}

.sq-backend-table .sq-backend-table input.sq-full-cell-width,
.sq-backend-table .sq-backend-table textarea.sq-full-cell-width {
	width: 98%;
	padding: 0 0 0 3px;
}

/* Buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.sq-btn-link {
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	margin: 0;
	padding: 0 15px;
	height: 28px;
	line-height: 23px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	color: #464646;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}

input[type="button"]+input[type="button"] {
	margin-left: 2px;
}

.sq-btn-link {
	line-height: 27px;
	text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.sq-btn-link:hover {
	background-color: #e4e4e4;
	text-decoration: none;
}

button.disabled,
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

input:disabled,
input:disabled:hover,
input.disabled,
input.disabled:hover {
	box-shadow: none;
}

input[type="text"].disabled,
input[type="text"]:disabled,
input[type="number"].disabled,
input[type="number"]:disabled {
	background-color: #F5F5F5;
	border-color: #E4E4E4;
}

input.sq-btn-large,
.sq-btn-large {
	padding: 0 20px;
	margin: 0;
	height: 34px;
	line-height: 14px;
	border-radius: 3px;
}

input.sq-btn-small,
.sq-btn-small {
	padding: 0px 7px;
	height: auto;
	line-height: 23px;
}

input.sq-btn-large.loading,
.sq-btn-large.loading {
	font-size: 0;
	cursor: wait;
	text-shadow: none;
}

input.sq-btn-green,
.sq-btn-green {
	background-color: #3fb33f;
	color: #fff;
	border: 1px solid #3fb33f;
}

input.sq-btn-green:hover,
.sq-btn-green:hover {
	background-color: #3cab3c;
	color: #edfbed;
}

input.sq-btn-blue,
a.sq-btn-blue,
button.sq-btn-blue {
	color: #fff;
	background-color: #3f98e1;
	border: 1px solid #3f98e1;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

input.sq-btn-blue:hover,
a.sq-btn-blue:hover {
	background-color: #3c91d6;
}

input.sq-btn-grey,
a.sq-btn-grey,
button.sq-btn-grey {
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
}

input.sq-btn-grey:hover,
a.sq-btn-grey:hover {
	background-color: #eaeaea;
}

input.sq-btn-red,
.sq-btn-red {
	color: #fff;
	background-color: #e52b16;
	border: 1px solid #e52b16;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

input.sq-btn-red:hover,
.sq-btn-red:hover {
	background-color: #ce2714;
}

input.sq-colour-picker-btn {
	line-height: 24px;
}

.colour-picker-result {
	margin: 0 10px;
	width: 50px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: bottom;
}

.colour-picker-result,
input.native-colour-picker {
	height: 28px;
	margin-left: 10px;
	box-sizing: border-box;
	width: 50px;
}

input.native-colour-picker {
	padding: 2px 4px;
	cursor: pointer;
}

/* Firefox only */
@-moz-document url-prefix() {
	input.native-colour-picker {
		padding: 5px;
	}
}

.colour-picker-result.preview {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: top;
	bottom: 3px;
}

input[type="button"].add-button {
	background-size: 12px;
	background-position: 8px;
	background-repeat: no-repeat;
	padding-left: 24px;
}

input[type="button"].sq-txt-btn,
button.sq-txt-btn{
	background-size: 11px;
	background-color: transparent;
	background-position: 0px 8px;
	border:	none;
	padding: 0 0 0 14px;
	opacity: 0.8;
}

input[type="button"].sq-txt-btn:hover,
input[type="button"].sq-txt-btn:focus,
button.sq-txt-btn:hover,
button.sq-txt-btn:focus{
	background-color: transparent;
	opacity: 1;
	outline: none;
}

.asset-icon-btn img{
	position: relative;
	top: -1px;
}

.sq-colour-picker-preview {
	display: inline-block;
	border-radius: 3px;
	height: 16px;
}

/* Other miscellaneous inputs */
input[type="checkbox"],
input[type="radio"] {
	margin: 0 3px 0 0;
	vertical-align: middle;
}

select {
	font-size: 13px;
	color: #333;
	padding: 1px;
	border: 1px solid #B9B9B9;
	border-radius: 2px;
	margin: 0 2px 0 0;
	background: #fff;
}

label {
	margin: 0 2px 0 0;
}

.bold-labels label {
	font-weight: bold;
}

/* Default disabled styles */
select[disabled="disabled"],
select[disabled] {
	color: #555;
	border: 1px solid #ccc;
	background: #F1F1F1;
}

select[disabled] option[selected],
select:disabled option:checked,
option:disabled:checked {
	color: #555;
}

.sq-multi-status-select-wrapper select {
	height: 150px;
}


/* ---------------------- *\
 *  Toggle Checkbox CSS
 * ---------------------- */

/* The switch - the box around the slider */
.sq-toggle-switch {
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
	height: auto;
	width: 40px;
	cursor: pointer;
}

.sq-toggle-switch.-disabled { cursor: initial; }

/* The slider */
.sq-toggle-slider {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20px;
	position: absolute;
	background-color: #ccc;
	-webkit-transition: .1s;
	transition: .1s;
}

.sq-toggle-switch__icon {
	top: 2px;
	color: #fff;
	font-size: 14px;
	position: relative;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

@-moz-document url-prefix() { /* Firefox only prefix */
	.sq-toggle-switch__icon.-tick  { top: 1px; }
	.sq-toggle-switch__icon.-cross { top: 2px; }
	.sq-toggle-switch__icon 	   { font-size: 18px; }
}

/* MS Edge only prefix */
_:-ms-lang(x),
_:-webkit-full-screen,
.sq-toggle-switch__icon  {
	font-size: 10px;
	color: transparent;
	text-shadow: 0 0 #fff;
}

.sq-toggle-switch__icon.-cross {
	text-align: right;
	padding-right: 6px;
}

.sq-toggle-switch__icon.-tick  {
	text-align: left;
	padding-left: 6px;
}

.sq-toggle-slider::before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: #fff;
	-webkit-transition: .1s;
	transition: .1s;
}

.sq-toggle-switch.-disabled .sq-toggle-slider::before { background-color: transparent; }
.sq-toggle-switch  .sq-toggle-slider.checked  { background-color: #2196F3; }
.sq-toggle-switch  input:focus + .sq-toggle-slider  { box-shadow: 0 0 1px #2196F3; }

.sq-toggle-switch .sq-toggle-slider.checked .-tick,
.sq-toggle-switch .sq-toggle-slider .-cross { display: block; }

.sq-toggle-switch input[type='checkbox'],
.sq-toggle-switch .sq-toggle-slider.checked .-cross,
.sq-toggle-switch .sq-toggle-slider .-tick { display: none; }

.sq-toggle-slider.checked::before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
.sq-toggle-slider.round 	    { border-radius: 24px; }
.sq-toggle-slider.round::before { border-radius: 50%; }

/* end Toggle Checkbox CSS */


/* Dynamic option lists */
.sq-option-list input[type=radio],
.sq-option-list input[type=text],
.sq-option-list textarea {
	margin-bottom: 5px;
}

.sq-option-list a {
	display: inline-block;
	position: relative;
	vertical-align: top;
	top: 3px;
}

.sq-option-list img {
	vertical-align: inherit;
	margin: 0;
}

.sq-option-list-header {
	display: inline-block;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.sq-option-list-header.value {
	width: 165px;
}

.sq-option-list .sq-option-value {
	width: 150px;
}

.sq-option-list .sq-option-text {
	width: 200px;
}

/* Radio button list */
.sq-radio-list {
	list-style: none;
}

/* Multiple form fields/text/labels in a line */
.sq-inline-fields-wrapper {
	display: inline-block;
	vertical-align: middle;
}

.sq-inline-fields-wrapper.bottom-margin {
	margin-bottom: 5px;
}

.sq-inline-fields-wrapper.baseline {
	vertical-align: baseline;
}

/* Inputs that are on multiple lines separated by br tags only */
.sq-break-line-inputs input,
.sq-break-line-inputs select {
	margin-bottom: 5px;
}

.sq-break-line-inputs img {
	margin-bottom: 3px;
}

.sq-break-line-inputs .sq-tag-line.sq-info-asset-name {
	display: inline-block;
	margin-bottom: 4px;
}

/*
####################################################################################################################
TOP HEADER FRAME STYLES
####################################################################################################################
*/

.sq-backend-body-wrapper.header {
	height: 41px;
	background-color: #3E3E3E;
	border-top: 1px solid #3E3E3E;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.sq-backend-header {
	width: 100%;
	height: 100%;
	color: #eaeaea;
}

.sq-backend-header a:hover { text-decoration: none; }
.sq-backend-header img { vertical-align: middle; }
.sq-text-normal { font-weight: normal; }

/* IE 10 & 11 Only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.sq-backend-header img {
		padding-top: 5px;
	}
	.sq-logged-in-as-btn__text {
		padding-top: 8px;
	}
}

.sq-backend-header label {
	color: #dfdfdf;
	padding-right: 10px;
	position: relative;
	top: 0;
}

.sq-backend-header button,
.sq-backend-header input[type="button"] {
	background-color: #454545;
	background-color: rgba(0, 0, 0, 0.14);
	text-shadow: none;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	padding: 0 11px;
	height: 30px;
	line-height: 30px;
	margin: 0 3px 0 0;
	border: 1px solid #000;
	position: relative;
	border-radius: 2px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.sq-backend-header button:hover,
.sq-backend-header input[type="button"]:hover {
	background-color: #404040;
	background-color: rgba(0, 0, 0, 0.25);
	color: #DFDFDF;
}

.sq-backend-header button.sq-btn-blue,
.sq-backend-header input[type="button"].sq-btn-blue {
	background: #2c87d2;
	border: none;
}

.sq-backend-header button.sq-btn-blue:hover,
.sq-backend-header input[type="button"].sq-btn-blue:hover {
	background: #2F80D3;
	color: #DFDFDF;
	border: none;
}

.sq-matrix-logo {
	margin: 0px 35px 0 0;
	position: relative;
	top: 0px;
	left: 9px;
}

.sq-navbar-item--right { margin-left: 16px; }
.sq-logged-in-as-btn__text { text-decoration: none; }

.sq-backend-header-search-wrapper,
.sq-backend-header-login-as-wrapper {
	text-align: right;
	width: 350px;
}

.sq-backend-header-tool-buttons     { margin-right: 12px; }
.sq-backend-header-search-wrapper   { width: 310px; }
.sq-backend-header-login-as-wrapper { width: 517px; }

.sq-text-field-wrapper {
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	height: 28px;
	margin-right: 0;
	position: relative;
	top: 0;
	width: auto;
}

input[type=text].sq-cell-text-box-width { width: 95%; }

input[type=text].sq-backend-header-text-box {
	background: none;
	border: none;
	box-shadow: none;
	color: #000;
	font-size: 100%;
	line-height: 1.5em;
	outline: none;
	padding: 6px;
	position: relative;
	top: 0;
	transition: width .2s ease-out;
	vertical-align: middle;
	width: 250px;
}

.login input[type=text].sq-backend-header-text-box { padding-right: 8px; }

.sq-backend-header-search-button {
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	opacity: 0.8;
}

.sq-header-item {
	padding: 5px 7px;
	display: block;
	float: left;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	color: #DFDFDF;
	margin-left: 2px;
}

label.sq-backend-header-item { top: 3px; }
.sq-header-item:hover img { opacity: 1; }

.sq-header-item img {
	height: auto;
	width: auto;
	opacity: 0.9;
}

.sq-backend-header-login-as-form {
	vertical-align: middle;
	margin-right: 2px;
	position: relative;
	right: 10px;
	top: 1px;
}

.sq-backend-header-login-as-form input[type="button"].sq-btn-blue {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*
####################################################################################################################
MAIN EDITING FRAME STYLES - HEADER
####################################################################################################################
*/

body.main {
	padding: 0 !important;
	min-width: 610px; /* Minimum required for an asset picker */
	margin-bottom: 600px;
}

body.sq-popup {
	min-width: 0;
	padding: 0;
}

body.sq-popup .sq-backend-body-wrapper.main {
	margin-bottom: 0;
}

/* SCREEN HEADER AND NAVIGATION HISTORY */
.sq-backend-main-header-wrapper {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	background-color: #fff;
	display: table;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.sq-backend-main-header-wrapper table       { width: 100%; }
.sq-backend-main-header-wrapper td          { line-height: 16px; }
.sq-backend-main-header-wrapper img.sq-icon { vertical-align: top; }

/* TOP HEADER */
.sq-backend-main-header-top { background-color: #fff; }

.sq-header-content {
	line-height: 25px;
	min-height: 30px;
	padding: 10px 50px;
	vertical-align: middle;
}

.sq-header-content .sq-asset-tag {
	display: flex;
}

.sq-backend-main-header-top .sq-asset-tag__asset-name,
.sq-header-content .sq-asset-tag {
	display: flex;
	max-width: 700px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sq-backend-main-header-bottom {
	margin-top: 0;
	border-top: 1px solid #ddd;
	padding: 10px 14px 10px;
}

img.sq-header-content-print { margin: 10px 12px 0 0; }
.sq-backend-main-headings td { white-space: nowrap; }
.sq-backend-main-headings img.sq-icon { vertical-align: middle; }
.sq-backend-main-headings .sq-backend-asset-info { white-space: nowrap; }

.sq-backend-main-headings .sq-backend-heading-icon img {
	height: 16px;
	width: auto;
}

.sq-backend-main-headings .sq-info-asset-version,
.sq-backend-main-headings .sq-info-asset-screen-name {
	margin-left: 10px;
	vertical-align: middle;
}

.sq-backend-heading-icon > span { line-height: 21px; }

.sq-backend-screen-heading {
	color: #333;
	display: inline-block;
	font-size: 14px;
	margin: 8px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.sq-backend-sub-heading {
	display: block;
	margin-top: -7px;
	max-height: 20px;
}

.sq-backend-main-heading .sq-backend-sub-heading,
.sq-backend-main-heading .sq-backend-sub-heading * {
	color: #777;
	font-size: 11px;
}

.sq-backend-main-heading .info_asset_finder {
	padding-left: 10px;
}

.sq-backend-main-heading span {
	display: inline-block;
	vertical-align: bottom;
}

.sq-backend-screen-menu {
	text-align: right;
	width: 100%;
}

.sq-screen-menu>span img.sq-icon { margin: -2px 0 0 0; }
.ie8 #sq_screen_menu_filler { position: absolute; }

/* BOTTOM HEADER (history navigation) */
.sq-backend-nav-history-container { width: 100%; }
.sq-backend-nav-history-container td { padding-top: 2px; }

.sq-backend-nav-history .divider {
	margin: 0 10px 0 3px;
	color: #aaa;
	font-size: 11px;
}

.sq-backend-nav-history a {
	margin: 0px;
	white-space: nowrap;
	text-decoration: none;
	color: #454545;
	font-weight: normal;
}

.sq-backend-nav-history a:hover      { color: #2aa1fc; }
.sq-backend-nav-history a:hover span { text-decoration: underline; }
.sq-backend-nav-history img.sq-icon  { margin-right: 0; }

.sq-backend-nav-history-title {
	color: #342939;
	white-space: nowrap;
	width: 90px;
	vertical-align: top;
}

.sq-backend-nav-history-title img.sq-icon { margin-right: 3px; }

/*
####################################################################################################################
MAIN EDITING FRAME TABLE AND SECTION STRUCTURE
####################################################################################################################
*/

.sq-backend-body-wrapper.main {
	width: 100%;
	background: #fff;
}
.sq-popup .sq-backend-body-wrapper.main {
	min-width: auto;
}
body.sq-popup {
	margin-bottom: 0;
}
.sq-backend-section-table-wrapper,
.sq-backend-section-div-wrapper {
	background: #fff;
}
.ie8 .sq-backend-section-table-wrapper {
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
}
.sq-backend-body-wrapper>input:first-child+script+a+.sq-backend-section-table-wrapper,
.sq-backend-body-wrapper>input:first-child+a+.sq-backend-section-table-wrapper,
.sq-backend-body-wrapper>a:first-child+.sq-backend-section-table-wrapper {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: -1px;
}
.sq-backend-section-div-wrapper.first:not(.sq-locks-header),
.sq-backend-body-wrapper>input:first-child+a+.sq-backend-section-table-wrapper:not(.sq-locks-header) {
	overflow: hidden;
	/* There is a reason why this styl can't be applied to all of the above */
}
.sq-backend-body-wrapper .sq-backend-section-table-wrapper:last-child>table>tbody>tr:last-child .sq-backend-section-inner-table-wrapper {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.sq-backend-body-wrapper .sq-backend-section-table-wrapper:last-of-type {
	border-bottom: 1px solid #ddd;
}
.sq-backend-section-heading-container .sq-backend-section-heading {
	width: 100%;
	background-color: #f2f7fd;
	border-bottom: 1px solid #dce3ec;
	border-top: 1px solid #dce3ec;
	font-weight: bold;
	padding: 11px 50px 11px;
	font-size: 14px;
	color: #31435a;
}
.sq-backend-section-heading-container>td>table {
	width: 100%;
	margin: 0px;
}
.sq-backend-body-wrapper>input:first-child+script+a+.sq-backend-section-table-wrapper .sq-backend-section-heading,
.sq-backend-body-wrapper>input:first-child+a+.sq-backend-section-table-wrapper .sq-backend-section-heading,
.sq-backend-body-wrapper>a:first-child+.sq-backend-section-table-wrapper .sq-backend-section-heading {
	border-top: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.sq-backend-section-inner-table-wrapper {
	background-color: #ffffff;
	position: relative;
	padding: 20px 50px 1px;
}
.sq-backend-section-inner-table-wrapper .sq-backend-section-table-wrapper,
.sq-backend-section-inner-table-wrapper .sq-backend-section-table-wrapper:last-child {
	border: none;
}
.ie8 .sq-backend-section-inner-table-wrapper .sq-backend-section-table-wrapper {
	border: none;
}
.sq-backend-section-inner-table-wrapper .sq-backend-section-inner-table-wrapper {
	padding: 0;
}
.sq-backend-section-table {
	width: 100%;
}
.sq-backend-section-table td {
	vertical-align: top;
}
.sq-backend-section-table-inner {
	width: 100%;
}
.sq-backend-section-subheading {
	font-size: 14px;
	color: rgb( 244, 244, 244);
	font-weight: bold;
	text-align: left;
	color: #0090bf;
	padding-bottom: 10px;
}
.section .field .sq-backend-section-subheading {
	font-size: 13px;
}
.sq-backend-row > td {
	padding-bottom: 15px;
}
.sq-backend-field {
	width: 20%;
	min-width: 180px;
	padding-right: 15px;
	vertical-align: top;
	line-height: 16px;
	color: #31435a;
	font-weight: bold;
}
.sq-backend-field.empty-label {
	min-width: 1px !important;
	width: 1px !important;
	padding: 0 !important;
}
.sq-backend-field.empty-label * {
	display: none;
}
p.sq-backend-field {
	width: auto;
}
.sq-backend-field-label {
	color: #31435a;
	font-weight: bold;
	margin: 0px 0 10px;
	display: block;
}

/* CUSTOM SECTION AND BACKEND SECTION */
.sq-backend-section-div {
	margin: 0;
	padding: 0 50px 0;
	position: relative;
}

/* --------------------- *\
 * Screen Specific CSS
 * --------------------- */

/* Tools Screen */
.screen-type__tools-screen.fixed-locks-header .sq-header-content--fixed,
.screen-type__tools-screen .sq-backend-main-header-top     		 { display: none; }
.screen-type__tools-screen .sq-backend-section-div-wrapper.first { border-top: none; }
.screen-type__tools-screen .sq-backend-section-div-wrapper.first { border-top: none; }

/* User Preferences Screen */
.sq-user-preference-value td { vertical-align: middle; }

.sq-user-preference-asset_map_tab_names-extra-row-template,
.sq-user-preference-preview_screen_size_options-extra-row-template {
	display: none;
}


/* --------------------- *\
 * 3 Column Page Layout
 * --------------------- */

.sq-3-column-layout .sq-field-row {
	 display: flex;
	 width: 100%;
}

.sq-3-column-layout .sq-column-1  {
	min-width: 120px;
	opacity: 0.6;
}

.active-locks .sq-3-column-layout .sq-field-row:hover .sq-column-1,
.active-locks.sq-3-column-layout .sq-field-row:hover .sq-column-1 {
	opacity: 1;
}

.read-only .sq-user-preference-value ~ .sq-backend-smallprint {
	position: relative;
	top: -40px;
}

@media screen and (max-width: 1000px) {
	.sq-3-column-layout .sq-field-row,
	.sq-3-column-layout .sq-column-1 {
		flex-direction: column;
		margin: 0 0 10px 0;
   }
   .sq-visible-lg-up {
	   display: none;
   }
}



/*
####################################################################################################################
ACQUIRE LOCKS AREA
####################################################################################################################
*/

.sq-locks-button-wrapper       { padding: 5px 0 19px; }
.sq-backend-button-fake        { font-style: italic; }
.sq-locks-button-wrapper input { min-width: 117px; }
.sq-backend-lock-table {
	width: 100%;
	border: 1px solid #003C79;
}

/* NEW ACQUIRE LOCKS AREA STYLES */
.sq-locks-button-wrapper {
	margin-right: 10px;
	padding: 0;
	display: flex;
	align-items: center;
}
.sq-locks-button-wrapper .more-info-icon {
	margin: 3px 0 0 3px;
}
.sq-lock-info {
	box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
	display: none;
	min-width: 500px;
	position: absolute;
	top: 50px;
	left: 50px;
	width: auto;
	z-index: 1050;
}
.sq-lock-info table {
	margin: 0;
}

/*
####################################################################################################################
BACKEND TABLE STYLES
####################################################################################################################
*/

table.sq-backend-table {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-spacing: 0;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.sq-lock-info table.sq-backend-table {
	margin: 0;
}
.sq-backend-table tr {
	background-color: #fafafa;
}
.sq-backend-table tr.major-row {
	background-color: #f7f7f7;
}
.sq-backend-table tr:hover {
	background-color: #fff;
}
.sq-backend-table th,
.sq-backend-table td {
	padding: 10px 12px;
}
.sq-backend-table th:last-child,
.sq-backend-table td:last-child,
.sq-backend-table th.no-right-border,
.sq-backend-table td.no-right-border {
	border-right: none;
}
.sq-backend-table th.force-right-border,
.sq-backend-table td.force-right-border {
	border-right: 1px dotted #ccc;
}
.sq-backend-table th,
.sq-backend-table-header,
.sq-log-monitor-table thead tr,
.sq-log-monitor-table thead tr:hover {
	background-color: #f0f0f0;
	color: #5d5d5d;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 10px;
}
.sq-backend-table th.align-right,
.sq-backend-table td.align-right {
	text-align: right;
}
.sq-backend-table th.align-center,
.sq-backend-table td.align-center {
	text-align: center;
}
.sq-backend-table>tbody>tr:last-child>th,
.sq-backend-table>tr:last-child>th,
.sq-backend-table>tbody>tr:last-child>.sq-backend-table-header,
.sq-backend-table>tr:last-child>.sq-backend-table-header {
	border-bottom: none;
}
.sq-backend-table td {
	border-bottom: 1px solid #e5e5e5;
}
.sq-backend-table tr:last-child>td {
	border-bottom: none;
}
.sq-backend-table tr.force-bottom-border>td,
.sq-backend-table tr.force-bottom-border>th,
.sq-backend-table tbody tr.force-bottom-border>th {
	border-bottom: 1px solid #ccc;
}
.sq-backend-table tfoot tr:first-child td {
	border-top: 1px solid #CCCCCC;
}
.draggable-cursor {
	cursor: row-resize;
}
.sq-standard-form .sq-form-field[type="text"],
.sq-metadata-select-options .sq-form-field[type="text"] {
	width: 90%;
}
table.vertical-align-rows td,
.sq-backend-table.vertical-align-rows td{
	vertical-align: middle;
}

/* NESTED BACKEND TABLES */
.sq-backend-table table {
	width: 100%;
}
.sq-backend-table table tr,
.sq-backend-table table tr:nth-child(even) {
	background: none;
}
.sq-backend-table table th {
	background-color: #F5F5F5;
}
.sq-backend-table .sq-backend-table th,
.sq-backend-table .sq-backend-table td,
.sq-backend-table.compact th,
.sq-backend-table.compact td {
	padding: 5px;
	font-size: 11px;
}
.sq-backend-table .sq-backend-table,
.sq-backend-table.compact {
	font-size: 11px;
}
.sq-backend-table .sq-backend-table input,
.sq-backend-table .sq-backend-table select,
.sq-backend-table .sq-backend-table button {
	font-size: 11px;
}
.sq-backend-table table input[type="text"],
.sq-backend-table table input[type="password"] {
	height: 21px;
	padding: 0 3px;
}
.sq-backend-table table input[type="button"] {
	height: 23px;
	line-height: 21px;
}
#table_container.sq-wysiwyg-edit-table table,
#table_container.sq-wysiwyg-edit-table th,
#table_container.sq-wysiwyg-edit-table td {
	border-style: dotted;
	border-width: 1px;
}

/* PARAMTER MAP TABLE */
.sq-backend-table .sq-parameter-map-inner th,
.sq-backend-table .sq-parameter-map-inner td,
.sq-backend-table .sq-parameter-map-inner td * {
	vertical-align: middle;
}

/* UNCOMMON TABLE STYLES */
.sq-child-tables-padded table td {
	padding-right: 6px;
}
table.sq-backend-nopadding-table td {
	padding: 5px 0 0 0;
	border: 0;
}

/* PAGINATION IN TABLES */
.sq-pagination-links,
.sq-pagination-links.sq-no-bottom-border {
	text-align: center;
	background-color: #eee;
	font-weight: normal;
}
.sq-pagination-links>span {
	color: #84848F;
}
/* SIMPLE TABLE WITH NO STYLES */

.sq-simple-table td {
	padding: 0 3px 3px 0;
}
/* OTHER MISCELLANEOUS STYLES FOR BACKEND DATA */

.sq-backend-data-newline {
	padding-bottom: 20px;
}
.sq-backend-field-newline {
	width: 100%;
}
.sq-backend-smallprint,
.sq-backend-smallprint *,
.sq-backend-note,
.sq-backend-notice {
	color: #777;
	line-height: 15px;
	font-size: 11px;
}

.sq-backend-note { margin-top: 3px; }
.sq-backend-smallprint { margin-top: 3px; }
.sq-backend-section-note-cell { padding-bottom: 20px; }

.sq-backend-section-note,
.sq-backend-field-note {
	background: #f0f0f0;
	padding: 10px;
	font-size: 11px;
	margin-top: 10px;
	line-height: 15px;
}
.sq-backend-section-note.bottom-margin,
.sq-backend-field-note.bottom-margin {
	margin-bottom: 10px;
}
.sq-backend-section-note *,
.sq-backend-field-note * {
	font-size: 11px;
}

.sq-backend-note-light {
	color: #2b8ddb;
	font-weight: normal;
	opacity: 0.6;
}

.sq-backend-note-light:hover {
	cursor: pointer;
	opacity: 1;
}

.sq-backend-fineprint { color: green; }
.sq-backend-smallprint ul { margin-top: 0px; }

.sq-backend-data>pre {
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #fafafa;
	overflow: hidden;
	padding: 5px;
	color: #333;
}
.sq-conditions-options-th {
	width: 100px;
}
.sq-backend-commit {
	text-align: right;
	padding: 2px;
}
.sq-addtional-get-vars-list .sq-form-field[type="text"] {
	width: 95%;
}
.sq-form-field[type="number"] {
	height: 18px;
	padding: 4px 8px;
	margin: 0 3px 0 0;
	vertical-align: middle;
}

/* LOG MANAGER STYLES */
.sq-log-monitor-table {
	width: 100%;
	word-break: break-all;
	border-collapse: collapse;
	margin-top: 30px;
	font-size: 12px;
}
.sq-log-monitor-table th,
.sq-log-monitor-table td {
	padding: 8px;
	text-align: left;
}
.sq-log-monitor-table td {
	vertical-align: top;
}
.sq-log-monitor-table th:nth-child(1) {
	border-left: 1px solid transparent;
}
.sq-log-monitor-table td:nth-child(1),
.sq-log-monitor-table th:nth-child(1) {
	min-width: 90px;
}
.sq-log-monitor-table td:nth-child(2),
.sq-log-monitor-table th:nth-child(2) {
	min-width: 120px;
}
.sq-log-monitor-table td:nth-child(3),
.sq-log-monitor-table th:nth-child(3) {
	min-width: 140px;
}
.sq-log-monitor-table td:nth-child(4),
.sq-log-monitor-table th:nth-child(4) {
	width: 100%;
}
.sq-log-monitor-table thead {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.sq-log-monitor-table thead tr {
	display: block;
	position: relative;
}
.sq-log-monitor-table thead tr th {
	border-bottom: none;
}
.sq-log-monitor-table tbody {
	display: block;
	overflow: auto;
	width: 100%;
	height: 100%;
}
.sq-log-monitor-iframe {
	background: #fafafa;
	height: 600px;
	width: 100%;
}

/*
####################################################################################################################
TOOLBOX POPUP STYLES
####################################################################################################################
*/
.sq-toolbox-wrapper {
	position: absolute;
	z-index: 1001;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, .25);
	visibility: hidden;
}

.sq-toolbox-wrapper * {
	pointer-events: none;
}

.sq-toolbox-title,
.sq-lock-info .sq-toolbox-title th {
	background-color: #f2f7fd;
	border-bottom: 1px solid #dce3ec;
	text-align: left;
	padding: 7px 8px;
	font-size: 11px;
	font-weight: bold;
	color: #31435a;
}
.sq-toolbox-close {
	text-align: right;
}
.sq-toolbox-content-wrapper {
	padding: 7px 8px;
}
.sq-toolbox-content {
	background-color: #fdfdfd;
}
.sq-toolbox-content * {
	font-size: 11px;
}
.sq-toolbox-content p {
	margin: 6px;
}
.sq-toolbox-content table {
	width: 100%;
}
.sq-toolbox-content table img.sq-icon {
	margin-left: 0;
}
.sq-toolbox-table .sq-toolbox-content table td {
	padding: 6px;
	vertical-align: middle;
}
.sq-toolbox-table tr .sq-toolbox-content table tr:nth-child(even) td {
	background-color: #f9f9f9;
}
.sq-toolbox-table tr .sq-toolbox-content table tr td {
	padding: 6px 8px;
	border-bottom: 1px solid #ddd;
	border-right: 1px dotted #ddd;
	color: #454545;
}
.sq-toolbox-table tr .sq-toolbox-content table tr:last-child td {
	border-bottom: none;
}
.sq-toolbox-table tr .sq-toolbox-content table tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}
.sq-toolbox-table tr .sq-toolbox-content table tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}
.sq-toolbox-table tr .sq-toolbox-content table tr td:last-child {
	border-right: none;
}
#ToolBoxContent .sq-asset-highlight td {
	box-shadow: none;
}
.sq-toolbox-asset-lineages-listing tr td {
	background-color: #fdfdfd;
}
.sq-toolbox-asset-lineages-listing tr:nth-child(even) td {
	background-color: #f9f9f9;
}
.sq-toolbox-asset-lineages-listing tr:first-child td {
	border-top: 1px solid #ccc;
}
.sq-toolbox-properties-table td {
	vertical-align: top;
}

/*
####################################################################################################################
BODYCOPY IFRAME POPUP STYLES
####################################################################################################################
*/

.sq-bodycopy-popup-div {
	color: #ffffff;
	position: absolute;
	left: 100;
	top: 120;
	clip: rect(0px, 600px, 600px, 0px);
	visibility: hidden;
}

.sq-bodycopy-tooltip-div {
	position: absolute;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

.sq-bodycopy-popup-wrapper {
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.11);
	border: 1px solid #dedede;
	background-color: #fff;
	box-sizing: border-box;
	width: 300px;
	font-size: 11px;
	overflow: hidden;
	position: relative;
	left: 2px;
	top: 0;
}

.ie8 .sq-bodycopy-popup-wrapper {
	width: 320px;
}

.sq-bodycopy-popup-wrapper * {
	font-size: 11px;
}

.sq-bodycopy-popup-wrapper h1 {
	background-color: #fff;
	border-bottom: 0;
	padding: 10px 7px 8px;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.sq-bodycopy-popup-wrapper h1 a {
	float: right;
	position: relative;
	top: -2px;
	text-shadow: none;
}

.sq-bodycopy-popup-wrapper h1 a img {
	margin: 0;
}

.sq-bodycopy-popup-wrapper form {
	background-color: #F4F4F4;
	position: relative;
	display: block;
}

.sq-bodycopy-popup-wrapper table {
	width: 100%;
}

.sq-bodycopy-popup-wrapper td {
	color: #30425b;
	font-weight: normal;
	vertical-align: top;
	background: #fff;
}

.sq-bodycopy-popup-wrapper td td {
	width: 40%;
	padding-right: 2%;
	line-height: 16px;
}

.sq-bodycopy-popup-wrapper td td:first-child {
	padding-bottom: 6px;
}

.sq-bodycopy-popup-wrapper td td:first-child+td {
	width: 58%;
	padding-right: 0;
}

.sq-conditions-group-table>tbody>tr>td {
	padding: 0;
}

.sq-bodycopy-popup-wrapper fieldset {
	margin: 0;
	padding: 6px 6px 0;
	display: block;
	background: #fff;
}

.sq-bodycopy-popup-wrapper h2 {
	background: #f2f7fd;
	border-bottom: 1px solid #dce3ec;
	border-top: 1px solid #dce3ec;
	padding: 4px 6px;
	color: #313665;
	margin: 0;
}

.sq-bodycopy-popup-wrapper legend {
	position: relative;
	top: 13px;
	margin-bottom: 10px;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	color: #008ec1;
	width: 100%;
}

.sq-bodycopy-popup-wrapper h2 .sq-popup-btn {
	float: right;
}

.sq-bodycopy-popup-wrapper label {
	font-weight: normal;
}

.sq-bodycopy-popup-wrapper input[type="text"],
.sq-bodycopy-popup-wrapper textarea,
.sq-bodycopy-popup-wrapper select {
	width: 100%;
	margin-bottom: 6px;
	margin-right: 0;
	resize: none;
}

.sq-bodycopy-popup-wrapper input[type="text"],
.sq-bodycopy-popup-wrapper textarea {
	padding: 4px;
	width: 94%;
}

.sq-bodycopy-popup-wrapper .condition select {
	width: 143px;
	margin-right: 0px;
}

.sq-bodycopy-popup-wrapper .condition img {
	float: right;
	width: 13px;
	margin-top: 3px;
	vertical-align: none;
}

.sq-bodycopy-popup-wrapper button,
.sq-bodycopy-popup-wrapper input[type="button"] {
	margin-bottom: 6px;
	line-height: inherit;
}

.sq-bodycopy-popup-wrapper textarea {
	font-family: Arial;
	line-height: 14px;
}

.sq-bodycopy-popup-wrapper input[type="checkbox"],
.sq-bodycopy-popup-wrapper input[type="radio"] {
	margin: -1px 1px 0 0;
}

.sq-bodycopy-popup-wrapper input:disabled {
	border: 1px dashed #cecece;
}

.sq-bodycopy-popup-wrapper .sq-popup-btn {
	cursor: pointer;
}

.sq-bodycopy-popup-wrapper .sq-popup-btn.small {
	width: 13px;
	height: 13px;
}

.sq-bodycopy-popup-wrapper .sq-link-icon {
	margin: -1px 5px 0 0;
}

.sq-bodycopy-popup-wrapper tr.sq-popup-footer td {
	border-top: 1px solid #ddd;
	background-color: #f4f4f4;
	padding: 6px;
	height: 20px;
}

.sq-bodycopy-popup-wrapper tr.sq-popup-footer td:last-child {
	text-align: right;
}

.sq-bodycopy-popup-wrapper tr.sq-popup-footer input {
	padding: 4px 0px;
	border-radius: 2px;
	width: 100px;
	margin: 0;
	height: auto;
}

.bodycopy-popup-grouped-checkbox.unchecked {
	margin-top: 0px;
}

.bodycopy-popup-grouped-checkbox {
	margin-top: -5px;
	margin-bottom: 10px;
}

/*
####################################################################################################################
EDIT BODYCOPY STYLES
####################################################################################################################
*/

/* SECTION AND TABLE STRUCTURE */
.sq-edit-bodycopy-table,
.sq-edit-bodycopy-table table,
.sq-bodycopy-raw-html-table-wrapper {
	width: 100%;
}

.sq-edit-bodycopy-table img.sq-icon {
	margin-left: 0;
}

.sq-edit-bodycopy-table img.sq-tag-line {
	position: relative;
	top: 1px;
}

.sq-edit-bodycopy-section,
.sq-locked-content-block-wrapper {
	margin: 10px 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	display: block;
}

.sq-locked-content-block-wrapper {
	margin: 30px 0 10px;
	position: relative;
}

.sq-locked-content-block-wrapper:before {
	display: block;
	width: auto;
	height: 16px;
	background: #FFF;
	position: absolute;
	top: -19px;
	right: 10px;
	content: attr(data-title);
	font-size: 10px;
	padding: 1px 17px 1px 4px;
	border: 1px dashed #ccc;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	color: #ccc;
}

.sq-locked-content-block-wrapper:after {
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: -15px;
	right: 14px;
	content: '';
	border-radius: 3px;
	opacity: 0.4;
}

.sq-locked-content-block-wrapper:hover,
.sq-locked-content-block-wrapper:hover:before {
	border-color: #999;
}

.sq-locked-content-block-wrapper:hover:before {
	color: #666;
}

.sq-locked-content-block-wrapper:hover:after {
	opacity: 1;
}

.sq-locked-content-block-wrapper .sq-preview-view,
.sq-locked-content-block-wrapper .sq-source-view {
	padding-top: 10px;
	padding-bottom: 0;
}

.sq-locked-content-block-wrapper .sq-locked-content-block-wrapper-inner { padding: 10px; }
.sq-bodycopy-locked-wrapper.content_type_raw_html { border: none; }
.sq-bodycopy-locked-wrapper.content_type_nest_content { display: block; }


.sq-edit-bodycopy-section-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}

.sq-edit-bodycopy-section>tbody>tr>td {
	width: 2500px;
	/* This is to fix some weird width bug that I haven't figured out yet. */
}

.sq-insert-content-container-button-wrapper {
	margin: 10px auto 0;
	min-height: 25px;
	max-width: 1000px;
	width: 100%;
}

.sq-edit-bodycopy-table tr:first-child .sq-insert-content-container-button-wrapper {
	min-height: 0;
}

.sq-edit-bodycopy-insert-container-button {
	height: 22px;
	width: 22px;
	border-radius: 3px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	background: url(/__lib/web/images/icons/plus-round.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
}

.sq-edit-bodycopy-insert-container-button:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.sq-edit-content-type-wrapper .sq-backend-table { margin-bottom: 0; }

.sq-bodycopy_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0.5;
	background: url(../images/bodycopy_sprite.png) 0 -320px no-repeat;
}

.sq-bodycopy_icon:hover { opacity: 1; }

.sq-bodycopy_icon.sq-container_locked {
	background-position: 0px -240px;
	opacity: 1;
	cursor: not-allowed;
}

.sq-bodycopy_icon.sq-source-mode { background-position: 0px -200px; }
.sq-bodycopy_icon.sq-source-mode-forced { background-position: 0px -220px; }

.sq-icon-divider {
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 20px;
	border-left: 1px solid #d2d2d2;
	margin-right: 11px;
}

.sq-icon-wrapper.left .sq-icon-divider { margin-right: 8px; }

.sq-icon-wrapper.right .sq-icon-divider {
	margin-right: 7px;
	margin-left: 7px;
}

.sq-bodycopy_icon.sq-container_properties { background-position: 0 0; }
.sq-bodycopy_icon.sq-container_conditions { background-position: 0 -100px; }
.div-conditions-set-disabled .sq-bodycopy_icon.sq-container_conditions { background-position: 0 -120px; }

.div-conditions-set .sq-bodycopy_icon.sq-container_conditions {
	background-position: 0 -140px;
	opacity: 1;
}

.sq-bodycopy_icon.sq-container_comments {
	background-position: 0 -160px;
	opacity: 1;
}

.sq-bodycopy_icon.sq-container_comments.enabled { background-position: 0 -180px; }

span.sq-content-type-icon-content_type_markdown {
	display: inline-block;
	width: 32px;
	height: 20px;
	background: url(../images/markdown_icon.png);
}

/* EDITING MODE STYLES */

.sq-content_type_raw_html-table .sq-edit-content-type-wrapper>select,
.sq-content_type_raw_html-wrapper .sq-edit-content-type-wrapper>select {
	margin: 0 0 5px;
}

.sq-edit-content-type-wrapper {
	position: relative;
	background-color: #FFF;
	border-radius: 0 0 3px 3px;
}

.sq-backend-nest-content-table {
	line-height: 26px;
}

.sq-backend-nest-content-table .sq-asset-tag {
	margin: 5px;
}

.sq-content_type_raw_html-table .sq-content-type-wrapper,
.sq-content_type_markdown-table .sq-content-type-wrapper {
	padding: 10px;
}

.sq-content_type_raw_html-table .sq-bodycopy-container-body:first-child .sq-content-type-wrapper,
.sq-edit-bodycopy-table .sq-edit-bodycopy-table tr:first-child td {
	border-bottom: 1px solid #ccc;
}

.sq-content_type_wysiwyg-table .sq-content-type-wrapper                      { border-bottom: 1px solid #e5e5e5; }
.sq-content_type_wysiwyg-table .sq-bodycopy-container-body:last-child .sq-content-type-wrapper        { border-bottom: none; }
.sq-content_type_wysiwyg-table .sq-content-type-wrapper:last-child           { border-right: none; }
.sq-bodycopy-container-edit-table-table td:first-child { width: 20px; }

.sq-bodycopy-container-edit-table-table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.sq-bodycopy-container-edit-table-wrapper td:last-child .sq-bodycopy-container-edit-table-table td {
	border-right: none;
}

.sq-bodycopy-container-edit-table-table tr:last-child td           { border-bottom: none; }
.sq-bodycopy-container-edit-table-wrapper>tbody>tr>td              { border-top: 1px solid #ccc; }
.sq-bodycopy-container-edit-table-wrapper>tbody>tr:first-child>td  { border-top: none; }

.sq-edit-bodycopy-section > .sq-bodycopy-container-header:first-child > .sq-grey-header-wrapper {
	border-bottom: 1px solid #e5e5e5;
	border-radius: 4px 4px 0 0;
}

.sq-content_type_nest_content-table .sq-backend-table-cell-alt {
	background-color: #f0f0f0;
	color: #555;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8;
	text-align: left;
	vertical-align: top;
}

.sq-content_type_nest_content-table .sq-backend-table>tbody>tr {
	background-color: #f9f9f9;
}

.sq-content_type_nest_content-table .sq-backend-table table {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	overflow: hidden;
	border-collapse: separate;
}

.sq-edit-bodycopy-section.sq-content_type_nest_content-table .sq-content-type-wrapper>.sq-edit-content-type-wrapper {
	padding: 10px;
}

.sq-bodycopy-container-edit-table-wrapper td {
	padding: 0;
}

.sq-bodycopy-container-edit-table-table td {
	margin-bottom: 10px;
	vertical-align: top;
	padding: 10px;
}

/*
####################################################################################################################
EDIT PARSE FILE STYLES
####################################################################################################################
*/

pre.sq-parse-file-preview {
	padding: 0;
	background: #eaeaea;
}

.ie8 pre.sq-parse-file-preview * {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.sq-parse-file-preview ol {
	color: #333;
	margin: 0 0 0 45px;
	padding: 5px;
	border-left: 1px solid #CCC;
	background: #fafafa;
}

.sq-parse-file-preview li {
	padding: 0;
	margin: 0;
	text-indent: -10px;
}

.ie8 .sq-parse-file-preview li {
	text-indent: -5px;
}

.sq-parse-file-textarea {
	white-space: pre-wrap;
	width: 99%;
	height: 480px;
}

/*
####################################################################################################################
TRIGGER EDITING STYLES
####################################################################################################################
*/

.sq-triggers-events-wrapper {
	overflow: hidden;
	margin-bottom: 20px;
}

.sq-triggers-events-wrapper table {
	width: 100%;
}

.sq-triggers-events-wrapper td {
	line-height: 16px;
	padding-right: 30px;
}

.sq-backend-triggers-component-wrapper-disabled .sq-backend-triggers-component-body {
	border: 1px dashed #ccc;
}

.sq-backend-triggers-component-wrapper-disabled .sq-backend-triggers-component-global-options {
	border: 1px dashed #ccc;
}

.sq-backend-triggers-component-wrapper-disabled .sq-backend-triggers-component-header {
	border: 1px dashed #ccc;
	margin-bottom: 0px;
	background-color: #A4A4A4;
}

.sq-backend-triggers-component-wrapper {
	overflow: hidden;
	margin-bottom: 20px;
}

.sq-backend-triggers-new-component-selector {
	margin: 0 0 20px;
}

.sq-backend-triggers-new-component-selector.sq-select2-field {
	margin-top: 5px;
}

.cloned-select2-wrapper {
	display: block;
	margin-top: 5px;
}

.sq-backend-triggers-component-header {
	background-color: #666;
	color: #fff;
	padding: 8px;
	font-weight: bold;
	text-align: right;
	border: 1px solid #666;
	border-bottom: none;
}

.sq-backend-triggers-component-type-info {
	float: left;
}

.sq-backend-triggers-component-controls a {
	float: right;
	margin-left: 5px;
}

.sq-backend-triggers-component-controls label {
	font-weight: normal;
}

.sq-backend-triggers-component-global-options {
	background-color: #F0F0F0;
	border: 1px solid #ddd;
	border-top: none;
	padding: 9px;
	background: #f7f7f7;
}

.sq-backend-triggers-component-global-options>* {
	vertical-align: middle;
}

.sq-backend-triggers-component-global-options>label {
	margin-right: 20px;
}

.sq-backend-triggers-component-global-options .sq-backend-section-subheading {
	margin: 6px 0 0 0;
	padding: 0;
}

.sq-backend-triggers-component-body {
	padding: 8px;
	border: 1px solid #ddd;
	border-top: none;
}

.sq-backend-triggers-component-body .sq-backend-table,
.sq-backend-triggers-component-global-options .sq-backend-table {
	margin-bottom: 0;
}

.sq-backend-triggers-component-body .sq-backend-table.with-bottom-margin {
	margin-bottom: 10px;
}

.sq-backend-triggers-component-body .sq-backend-table th {
	line-height: 16px;
	width: 20%;
	min-width: 180px;
}

.sq-backend-triggers-component-body .sq-backend-table .sq-backend-table th {
	width: auto;
	min-width: auto;
}

.sq-backend-triggers-component-body .sq-backend-table tr:last-child>th {
	border-bottom: none;
}

.sq-backend-triggers-component-body .sq-backend-section-subheading {
	margin: 1px 0 10px 0;
	padding: 0;
}

.sq-backend-trigger-time-inline-fields {
	margin: 0;
}

.sq-backend-trigger-time-inline-fields li:not(:last-child) div,
.sq-backend-trigger-time-inline-fields li div p {
	display: inline !important;
}

/*
####################################################################################################################
STANDALONE CONTENT CONTAINERS
####################################################################################################################
*/

.sq-standalone-wrapper {
	margin: 20px auto;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.sq-standalone-wrapper table {
	width: 100%;
}

.sq-standalone-wrapper input[type="text"] {
	margin: 0 3px 2px 3px;
}

.sq-standalone-wrapper .sq-backend-section-subheading {
	padding-bottom: 10px;
}

.sq-standalone-wrapper .sq-backend-field-label {
	margin-bottom: 0;
}

.sq-standalone-header>td {
	background: #f0f0f0;
	color: #2a2a2a;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	vertical-align: middle;
	line-height: 28px;
	border-bottom: 1px solid #ddd;
}

.sq-standalone-header strong {
	font-weight: bold;
	font-size: 14px;
}

.sq-standalone-header span {
	font-size: 14px;
	color: #999;
}

.sq-standalone-header img { vertical-align: middle; }
.sq-standalone-body>td { padding: 5px 5px 0; }
.sq-standalone-content { margin-bottom: 5px; }
.sq-standalone-content>div { padding: 10px 10px 1px; }
.sq-standalone-content.first-white>div { padding-top: 5px; }

.sq-standalone-footer td {
	background: #f4f4f4;
	border-top: 1px solid #ddd;
	padding: 10px;
}

.sq-standalone-footer input[type=button],
.sq-standalone-footer input[type=submit] {
	min-width: 100px;
	height: 30px;
}

.sq-standalone-footer .sq-btn-link {
	min-width: 85px;
	line-height: 28px;
}

.sq-standalone-footer .sq-btn-link.sq-btn-large {
	line-height: 34px;
}

/*
####################################################################################################################
HIPO JOB
####################################################################################################################
*/

/* HIPO progress modal */
.sq_hipo_modal_container iframe,
.sq_hipo_modal_container {
	width: 740px;
	height: 440px;
}


/* HIPO SECTION STYLES */
.sq-hipo-body { padding: 0 20px; }
.sq-hipo-body table { width: 100%; }
.sq-hipo-table { margin: 0 auto; }
.sq-hipo-table .sq-error-report-description { word-break: break-all; }

.sq-hipo-job {
	width: 675px;
	word-break: break-all;
}

.sq-hipo-body .sq-backend-data ul {
	width: 615px;
}

/* DEFAULT PROGRESS BAR STYLES */
.sq-hipo-progress-bar-wrapper {
	padding: 10px 0 12px;
	font-weight: bold;
	overflow: hidden;
}

.sq-hipo-progress-bar-outer {
	background: #e8eef5;
	border: 1px solid #dce2ec;
	height: 15px;
}

.sq-hipo-progress-bar-inner {
	background-color: #51a3f6;
	height: 17px;
	position: relative;
	top: -1px;
	left: -1px;
}

.sq-hipo-header-progress-bar-main .sq-hipo-progress-bar-outer {
	background: #e8eef5;
	height: 31px;
}

.sq-hipo-header-progress-bar-main .sq-hipo-progress-bar-inner {
	background-color: #3a80c6;
	height: 33px;
	position: relative;
	top: -1px;
	left: -1px;
	padding-right: 2px;
}

.sq-hipo-header-progress-bar-percent,
.sq-hipo-progress-bar-percent {
	text-align: right;
}

/* HIPO REMINDER (Stalled HIPO jobs) */

.sq-hipo-reminder {
	max-width: 1200px;
}

/*
####################################################################################################################
ERROR REPORTS AND WARNING MESSAGES
####################################################################################################################
*/

/* ERROR REPORT TABLE */
.sq-standalone-wrapper.sq-error-report {
	margin: 35px 35px 30px 5px;
}

.sq-error-report .sq-standalone-body {
	padding: 0;
}

.sq-error-report-list tr:nth-child(odd) td {
	background: #f9f9f9;
}

.sq-error-report-list th,
.sq-error-report-list td {
	padding: 10px;
	color: #454545;
	border-bottom: 1px solid #ccc;
	border-left: 1px dotted #ccc;
}

.sq-error-report-list td {
	box-shadow: inset 0 2px 0 #fff;
}

.sq-error-report-list tr:last-child td {
	border-bottom: none;
}

.sq-error-report-list th.sq-error-report-type,
.sq-error-report-list td.sq-error-report-type {
	border-left: none;
}

td.sq-error-report-type span {
	font-size: 0px;
	text-indent: -9999px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center center;
}

td.sq-error-report-type.warning {
	border-left: 5px solid #ffcd00;
}

td.sq-error-report-type.warning span {
	background-image: url(../images/warning.png);
	vertical-align: middle;
}

td.sq-error-report-type.error {
	border-left: 5px solid #f13e57;
}

td.sq-error-report-type.error span {
	background-image: url(../images/error.png);
}

.sq-error-report-list th {
	text-align: left;
	background: #f0f0f0;
}

td.sq-error-report-reported {
	min-width: 135px;
	color: #999999;
}

/* WARNING AND ERROR MESSAGES */
.sq-illegal-wysiwyg-content {
	padding: 10px;
}

.sq-illegal-wysiwyg-content textarea {
	width: 99%;
}

.sq-warning-color {
	color: red;
}

/*
####################################################################################################################
METADATA EDITING AND PREVIEW STYLES
####################################################################################################################
*/

/* METADATA GLOBAL EDIITNG STYLES */
.sq-metadata-wrapper {
	display: flex;
	width: 100%;
}

.sq-metadata-settings-wrapper {
	width: 149px;
	color: #9a948c;
	order: 1;
}

.sq-metadata-edit-default > .sq-metadata-wrapper > .sq-metadata-settings-wrapper {
	width: 0px;
}

.sq-metadata-contents-wrapper {
	order: 2;
	width: 80%;
}

.sq-metadata-settings-wrapper label,
.sq-metadata-settings-wrapper input {
	cursor: pointer;
}

.sq-metadata-default-wrapper,
.sq-metadata-cascade-wrapper {
	display: block;
	width: 150px;
	min-height: 10px;
}

.sq-metadata-select-list-wrapper ul {
	margin-top: 0;
	margin-left: 0;
	list-style: none;
}

.sq-metadata-img {
	vertical-align: text-bottom;
}

.sq-metadata-warning {
	font-size: 11px;
	color: red;
	font-weight: 400;
}

.sq-metadata-char-limit {
	display: block;
	font-size: 11px;
	font-style: italic;
}

.sq-char-limit-error {
	color: red;
}

.sq-metadata-settings-row .sq-metadata-default-wrapper,
.sq-metadata-settings-row .sq-metadata-cascade-wrapper {
	opacity: 0.6;
}

.sq-metadata-settings-row:hover .sq-metadata-default-wrapper,
.sq-metadata-settings-row:hover .sq-metadata-cascade-wrapper {
	opacity: 1;
}

.sq-metadata-settings-row > td,
.sq-content_type_wysiwyg-table .sq-bodycopy-container-body:last-child .sq-content-type-wrapper .sq-metadata-settings-row > td {
    border-bottom: 1px solid #f4f4f4;
	padding: 20px 0 20px 0px !important;
}

.sq-metadata-settings-row .sq-backend-field .sq-backend-field-label {
	position: relative;
}

.metadata-edit-section-wrapper .sq-metadata-settings-row:last-child > .sq-backend-field{
	border-bottom: none;
}

.metadata-edit-section-wrapper .sq-metadata-settings-row:last-child > .sq-backend-data {
    border-bottom: none;
}

.metadata-edit-schema-wrapper .sq-backend-section-subheading {
	color: #314359;
}

.metadata-edit-section-wrapper {
	padding-top: 20px;
}

.metadata-edit-section-wrapper .sq-backend-section-subheading {
	color: #5286b3;
	border-bottom: 2px solid #b0c4d4 !important;
}

.metadata-edit-schema-wrapper {
	padding-bottom: 50px;
}

.metadata-edit-section-wrapper td.sq-backend-section-inner-table-wrapper {
	padding-left: 20px;
}

.content_template_custom_layout .metadata-edit-section-wrapper .sq-backend-section-subheading {
	border-bottom: none;
}

/* METADATA WYSIWYG FIELD */
.sq-metadata-wysiwyg-preview {
	display: block;
	border: 1px dashed #CCC;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
}

.sq-metadata-wysiwyg-edit-wrapper {
	margin-bottom: 10px;
}

/* PREVIEW FRAME */
#sq_preview_frame {
	width: 100%;
	height: 100%;
	border: 1px solid rgb(195, 195, 195);
	pointer-events: auto;
}

#sq_preview_frame_container {
	padding: 0 0 15px;
}


/*
####################################################################################################################
DROP DOWN POPUP STYLES (Slide down from under the top header on the right side)
####################################################################################################################
*/

/* GLOBAL POPUP STYLES */
.sq-new-message-popup-wrapper {
	border: 1px solid #CCC;
	overflow: hidden;
	background: #fff;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, .25);
	margin-top: -1px;
	min-width: 300px;
	word-break: break-all;
}

.sq-new-message-popup-wrapper table { width: 100%; }

.sq-new-message-popup-wrapper table.hipo .sq-icon {
	margin-top: -4px;
	margin: 0 2px;
}

.sq-notification-box {
	position: fixed;
	width: 400px;
	right: 10px;
	top: 43px;
	z-index: 1080;
}

.sq-backend-search-results-body .sq-search-navigation {
	text-align: center;
	padding: 4px 0 0;
}

.sq-backend-search-results-body .sq-btn-link {
	line-height: 17px;
	margin: 0 2px;
}

.sq-backend-popup-cell,
.sq-backend-popup-heading,
.sq-backend-popup-body {
	vertical-align: top;
	text-decoration: none;
}

.sq-popup-pagination { text-align: center; }
.sq-backend-popup-heading { font-weight: bold; }

/* SEARCH WAIT POPUP */
#sq-search-wait-popup {
	position: fixed;
	top: 43px;
	display: none;
	z-index: 2000;
}

.sq-search-wait-popup-titlebar { font-weight: bold; }
.sq-search-wait-popup-close { float: right; }

.sq-search-wait-popup-details {
	font-style: italic;
	background: url(../images/icons/asset_map/spinner.gif) no-repeat;
	padding: 1px 20px 5px;
}

/* SEARCH RESULTS */

/* edited classes for search rework */
#sq-search-wait-popup {
	border-radius: 0 0 3px 3px;
	padding: 10px;
}

.sq-search-results-expand-link {
	text-decoration: none;
	position: relative;
	top: 0px;
	left: 0px;
	height: 10px;
	margin-top: 2px;
	text-decoration: none;
	display: block;
}

.sq-search-results-expand-link-closed {
	width: 15px;
	background: url(../images/tree/arrow-down.png) center 0 no-repeat;
}

.sq-search-results-expand-link-open {
	width: 15px;
	background: url(../images/tree/arrow-up.png) center 0 no-repeat;
}

.sq-search-results-expand-div {
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 9px;
}

.sq-search-results-page {
	border-bottom: solid 1px #eee;
	list-style: none;
	position: relative;
}

.sq-search-results-page:last-child { border-bottom: none; }
.sq-search-results-entry { padding: 9px 0 10px; }

.sq-search-results-detail {
	display: none;
	text-indent: 0px;
}

/* New classes from converting popup from tables to divs */

.sq-search-results-entry-asset-info {
	position: absolute;
	left: 0;
	top: 9px;
}

.sq-search-results-heading {
	padding: 0 20px 0 66px;
	display: inline-block;
}

.sq-search-results-entry-asset-info .sq-asset-type-icon { margin: -1px 0 0 5px; }

.sq-search-results-entry .sq-tag-line.sq-info-asset-name {
	margin: 0;
	padding: 0;
}

.sq-backend-search-results-body { margin: -5px 5px; }
.sq-backend-search-results-body ul { margin: 0; }
.sq-backend-search-results-body ul li { margin-bottom: 0; }

.sq-backend-popup-heading {
	padding: 12px 8px 10px;
	color: #31435a;
	background: #f2f7fd;
	border-bottom: solid 1px #eee;
}

.sq-backend-popup-heading a { float: right; }

.sq-backend-popup-main-content {
	padding: 5px;
	max-height: 368px;
	overflow-y: scroll;
}

.sq-backend-popup-main-content>img {
	float: left;
	margin-right: 5px;
}

.sq-search-results-detail .sq-backend-table { margin: 8px 0 3px; }
.sq-backend-search-results-highlight { font-weight: bold; }

/*
####################################################################################################################
style for the information and asset finder in asset screen title
####################################################################################################################
*/

ul.info_asset_finder .sq-info-asset-name {
	font-weight: bold;
	vertical-align: middle;
}

ul.info_asset_finder {
	display: inline-block;
	padding: 0;
	margin: 0;
}

ul.info_asset_finder li {
	display: inline;
	margin: 0;
	padding: 0;
}

* html ul.info_asset_finder {
	margin-left: 5px;
}

/* Lists of radio buttons */
ul.radio-list {
	list-style-type: none;
}

.enable-field-list li div {
	display: inline;
}

.enable-field-list li div input {
	position: static;
}

#sq-commit-button-div {
	text-align: right;
	width: auto;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 1000;
	border-bottom: none;
}

#sq-commit-button-div-inside {
	padding: 9px 10px 7px;
	margin: 0 15px 0 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	box-shadow: 2px 2px 3px #ccc;
}

#sq-commit-button-div-inside input[type=button] {
	min-width: 94px;
}

.sq-backend-commit input.sq-btn-green,
#sq-commit-button-div-inside input.sq-btn-green {
	background-image: url(../images/button-loader-green.gif);
	background-repeat: no-repeat;
	background-position: center -100px;
}

.sq-backend-commit input.sq-btn-green.loading,
#sq-commit-button-div-inside input.sq-btn-green.loading {
	background-color: #3cab3c;
	background-position: 50% 50%;
}

#sq-commit-button-msg {
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-top: 9px;
	margin-right: 10px;
}

/* For when commit button is not anchored to the bottom of the frame, but just on the bottom of the page */

.sq-backend-commit input.sq-btn-green.loading {
	min-width: 66px;
}

.sq-backend-screen-menu #sq_screen_menu #sq_context_switcher_current a {
	color: #2aa1fc;
	text-decoration: none;
}

.sq-backend-screen-menu #sq_screen_menu #sq_context_switcher_current a:hover {
	text-decoration: underline;
}

#sq_context_switcher_change {
	display: none;
}

/*
####################################################################################################################
USER INBOX AND MESSAGING STYLES
####################################################################################################################
*/

.sq-new-message-table td,
.sq-new-message-table tr:last-child td {
	vertical-align: middle;
	padding-bottom: 10px;
}

/*
####################################################################################################################
style for the information and asset finder in asset screen title
####################################################################################################################
*/

ul.info_asset_finder .sq-info-asset-name {
	font-weight: bold;
	vertical-align: middle;
}

ul.info_asset_finder {
	display: inline-block;
	padding: 0;
	margin: 0;
}

ul.info_asset_finder li {
	display: inline;
	margin: 0;
	padding: 0;
}

* html ul.info_asset_finder { margin-left: 5px; }
/* Lists of radio buttons */
ul.radio-list { list-style-type: none; }
/* Enable-fields radio list */
.enable-field-list li div { display: inline; }
.enable-field-list li div input { position: static; }

#sq-commit-button-div {
	text-align: right;
	width: auto;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 1000;
	border-bottom: none;
}

#sq-commit-button-div-inside {
	padding: 9px 10px 7px;
	margin: 0 15px 0 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	box-shadow: 2px 2px 3px #ccc;
}

#sq-commit-button-div-inside input[type=button] { min-width: 94px; }

.sq-backend-commit input.sq-btn-green,
#sq-commit-button-div-inside input.sq-btn-green {
	background-image: url(../images/button-loader-green.gif);
	background-repeat: no-repeat;
	background-position: center -100px;
}

.sq-backend-commit input.sq-btn-green.loading,
#sq-commit-button-div-inside input.sq-btn-green.loading {
	background-color: #3cab3c;
	background-position: 50% 50%;
}

#sq-commit-button-msg {
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-top: 9px;
	margin-right: 10px;
}

/* For when commit button is not anchored to the bottom of the frame, but just on the bottom of the page */
.sq-backend-screen-menu #sq_screen_menu #sq_context_switcher_current a {
	color: #2aa1fc;
	text-decoration: none;
}

.sq-backend-commit input.sq-btn-green.loading { min-width: 66px; }
.sq-backend-screen-menu #sq_screen_menu #sq_context_switcher_current a:hover { text-decoration: underline; }
#sq_context_switcher_change { display: none; }

/*
####################################################################################################################
USER INBOX AND MESSAGING STYLES
####################################################################################################################
*/

.sq-new-message-table td,
.sq-new-message-table tr:last-child td {
	vertical-align: middle;
	padding-bottom: 10px;
}

/*
####################################################################################################################
SIDENAV RESIZER BLOCK STYLES
####################################################################################################################
*/

div.iframe-container.sidenav .ui-resizable-e {
	cursor: col-resize;
	width: 20px;
	right: -15px;
	top: 0;
	height: 100%;
	position: absolute;
}

div.iframe-container.sidenav .ui-resizable-e:before {
	content: '';
	position: absolute;
	width: 1px;
	left: 4px;
	top: 0;
	height: 100%;
	border-left: 1px solid #d6d6d6;
}

.sq-resizer-button {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	display: block;
	left: -2px;
	width: 15px;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
}

.sidenav-minimised .sq-resizer-button {
	left: 4px;
	border-radius: 0 2px 2px 0;
}

div.iframe-container.sidenav .ui-resizable-e:hover:before,
div.iframe-container.sidenav .ui-resizable-e:hover .sq-resizer-button {
	border-color: #c7c7c7;
}

.sq-resizer-button img{
	position: relative;
	left: 3px;
	opacity: 0.5;
}
.sq-resizer-button:hover img{
	opacity: 1;
}

.sq-resizer-button-show {
	display: none !important;
}

.sidenav-minimised .sq-resizer-button-show {
	display: inline-block !important;
}

.sidenav-minimised .sq-resizer-button-hide {
	display: none !important;
}

div.iframe-container.sq-sidenav-resizing {
	transition: none !important;
}

/*
####################################################################################################################
LEFT SIDEBAR FRAME STYLES
####################################################################################################################
*/

body.sq.sidenav {
    background-color: #fafafa;
}

.sq-sidenav-wrapper{
	position: relative;
}

.sq-sidenav-wrapper input[type="button"],
.sq-sidenav-wrapper .sq-btn-link {
	transition-property: box-shadow, background, color, text-shadow, border;
	/*This is to not cause a delay in the button visibility when sidenav toggling tabs*/
}

.sq-sidenav-tab-wrapper {
	position: relative;
	margin-top: 17px;
	margin-left: 32px;
	width: auto;
}

.sq-sidenav-wrapper .ui-dropdown__button{
	background-color: #fff;
}

/* ASSET MAP (Ecluding the asset map container) */
#asset_map {
	border: none;
	padding: 0px;
	position: relative;
	visibility: visible;
	z-index: 3;
}

#asset_map.in_limbo {
	top: 14px;
}

#asset_map.in_limbo .toolbar .tbButtons {
	top: -10px;
}

#asset_map .addButton.sq-btn-link {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 20%;
	cursor: pointer;
	padding: 3px 13px 1px 25px;
	font-size: 12px;
}

#asset_map .tbButtons,
#asset_map .tbButtons .tbButton {
	height: 30px;
}

#asset_map .tbButtons .tbButton {
	margin-left: 10px;
}

/* MY SPACE TAB */

#my_space {
	background-color: #f4f4f4;
	margin: 0 32px 0 0;
	top: 3px;
	left: 32px;
	position: relative;
	visibility: hidden;
	padding: 38px 0 0px;
	border-radius: 4px;
	border-top-left-radius: 0;
	border: 1px solid #ddd;
	overflow: hidden;
}

.ie8 #my_space {
	top: 2px;
}

.myspace-section-wrapper {
	background: #fff;
	border-top: 1px solid #e2e2e2;
	padding: 10px;
	font-size: 11px;
}

.myspace-toolbar-wrapper {
	position: absolute;
	top: 7px;
	left: 5px;
}

#my-account-held-locks-count-wrapper,
#release-locks-wrapper {
	background: url(../images/icons/asset_map/spinner.gif) no-repeat center -100px;
	display: inline-block;
	min-width: 20px;
	margin-left: 6px;
}

#my-account-held-locks-count-wrapper.loading,
#release-locks-wrapper.loading {
	background-position: center left;
}

#my-account-held-locks-count-wrapper.loading span,
#release-locks-wrapper.loading span {
	visibility: hidden;
}

.myspace-toolbar-wrapper {
	position: absolute;
	top: 7px;
	left: 5px;
}

#my_space .myspace-section td  { vertical-align: top; }
#my_space .myspace-section a   { font-size: 11px; }
#my_space .myspace-section img { margin: 1px 10px 0 5px }

#my_space .myspace-section-header a {
	color: #31435a;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

#locks-count { font-size: 11px; }

/* SYSTEM NOTES IN BOTTOM OF LEFT FRAME */
.sq-sidenav-footer {
	background: #fafafa;
	position: absolute;
	left: 0;
	bottom: -5px;
	padding: 5px 0;
	font-size: 11px;
	z-index: 5;
	margin: 0;
	width: 100%;
}

.sq-sidenav-footer a {
	color: #aaa;
	text-decoration: none;
	padding-left: 16px;
}

.sq-sidenav-footer a.help-link {
	padding: 0 16px 0 0;
	float: right;
}

.sq-sidenav-footer a:hover {
	color: #666;
	text-decoration: underline;
}

/*
####################################################################################################################
MISCELLANEOUS STYLES
####################################################################################################################
*/

/* ASSET TREE SCREEN */
.sq-asset-tree tr td {
	padding-bottom: 0;
	height: 0;
}

/* ASSET FINDER ELEMENTS */
.sq-asset-finder-wrapper {
	width: 35vw;
	min-width: 250px;
	max-width: 350px;
	white-space: nowrap;
	line-height: 28px;
	position: relative;
	margin: 2px 0px 2px 0;
	padding-right: 65px;
}
.sq-asset-finder-wrapper * {
	box-sizing: border-box;
}
.sq-asset-finder-wrapper[data-short="1"] {
	width: 251px;
}
.sq-asset-finder-wrapper[data-short="1"] .asset-finder__inner-wrapper .sq-asset-tag__asset-name {
	width: 36px;
}
.asset-finder__inner-wrapper {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 0 3px 0 0;
	vertical-align: middle;
	padding: 4px 80px 0 6px;
	width: 100%;
}
.asset-finder__inner-wrapper.readonly {
	border-style: dashed;
}
.sq-asset-finder-wrapper .sq-input-field{
	display: block;
	width: 100%;
	padding: 3px 6px 0;
	height: 28px;
	line-height: 28px;
}
.asset-finder__asset-image {
	top: 5px;
	left: 5px;
	position: absolute;
	z-index: 99999;
}
.sq-asset-finder-id-label {
	margin: 0 6px;
}
[class*="asset-finder"] .sq-svg-icon {
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;
}
.sq-asset-finder-wrapper .asset-id-hash::before {
	content: '#';
	opacity: 0.6;
	font-size: 10px;
	position: absolute;
	left: 6px;
	top: 0;
}

.sq-asset-finder-wrapper:hover .sq-svg-icon.secondary:not([disabled]),
.sq-user-preference-value tr:hover .sq-svg-icon.secondary:not([disabled]) {
	visibility: visible;
	opacity: 0.4;
}

.read-only .hide-in-read-only,
.sq-asset-finder-wrapper .sq-svg-icon.primary[disabled],
.disabled.sq-user-preference-asset_map_tab_names-extra-row,
.sq-asset-finder-wrapper:hover .sq-svg-icon.primary[disabled],
.sq-asset-finder-wrapper:hover .sq-svg-icon.secondary[disabled],
.disabled.sq-user-preference-preview_screen_size_options-extra-row {
	visibility: hidden;
}

.sq-asset-finder-wrapper .sq-svg-icon.secondary:hover {
	background-color: transparent;
}

[class*="asset-finder"] .sq-svg-icon.secondary {
	background-size: 40%;
	background-color: transparent;
	border: 0;
	padding: 0;
	top: 0;
	visibility: hidden;
	width: 28px;
}
.sq-svg-plus.multi-asset-more-button {
	display: block;
	margin-top: 2px;
}
.sq-asset-finder-wrapper .sq-svg-icon:hover,
.sq-asset-finder-wrapper .sq-svg-icon.active,
.sq-asset-finder-wrapper .sq-svg-icon.secondary:hover {
	opacity: 1;
}
.sq-asset-finder-wrapper .sq-svg-icon.active {
	background-color: rgba(217, 196, 244, 0.6);
}
.asset-finder__clear-button {
	bottom: 0;
	position: absolute;
	right: 0;
}
.asset-finder__inner-wrapper .sq-asset-tag {
	margin-top: 2px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.asset-finder__inner-wrapper .sq-asset-tag__asset-id-wrapper {
	margin: 0;
	position: absolute;
	right: 28px;
	top: 6px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.asset-finder__inner-wrapper .sq-asset-tag__asset-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.sq-asset-finder-wrapper .sq-input-field,
.sq-asset-finder-wrapper.error .sq-tag-line,
.sq-asset-finder-wrapper.editing .sq-tag-line {
	display: none;
}
.sq-asset-finder-wrapper .sq-tag-line,
.sq-asset-finder-wrapper.error .sq-input-field,
.sq-asset-finder-wrapper.editing .sq-input-field {
	display: inline-block;
}
.sq-asset-finder-wrapper.editing .sq-input-field::placeholder {
	font-size: 12px;
	color: #999;
	font-style: italic;
}
.sq-asset-finder-wrapper.error .asset-finder__inner-wrapper {
	border-color: #f99696;
	background-color: #ffefef;
}
.sq-asset-finder-wrapper .sq-asset-tag__asset-id-wrapper:hover {
	color: #333;
}
/* No asset set and in read only mode */
.asset-finder__inner-wrapper.not-set {
	margin-top: 1px;
}
.asset-finder__inner-wrapper.not-set > em {
    color: #999;
    position: relative;
    top: -4px;
    font-size: 12px;
    left: 2px;
}

/* SVG ICONS */
.sq-svg-times      { background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ0aW1lcyIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtdGltZXMgZmEtdy0xMiBmYS0yeCI+PHBhdGggZmlsbD0iIzc5Nzk3OSIgZD0iTTMyMy4xIDQ0MWw1My45LTUzLjljOS40LTkuNCA5LjQtMjQuNSAwLTMzLjlMMjc5LjggMjU2bDk3LjItOTcuMmM5LjQtOS40IDkuNC0yNC41IDAtMzMuOUwzMjMuMSA3MWMtOS40LTkuNC0yNC41LTkuNC0zMy45IDBMMTkyIDE2OC4yIDk0LjggNzFjLTkuNC05LjQtMjQuNS05LjQtMzMuOSAwTDcgMTI0LjljLTkuNCA5LjQtOS40IDI0LjUgMCAzMy45bDk3LjIgOTcuMkw3IDM1My4yYy05LjQgOS40LTkuNCAyNC41IDAgMzMuOUw2MC45IDQ0MWM5LjQgOS40IDI0LjUgOS40IDMzLjkgMGw5Ny4yLTk3LjIgOTcuMiA5Ny4yYzkuMyA5LjMgMjQuNSA5LjMgMzMuOSAweiIgY2xhc3M9IiI+PC9wYXRoPjwvc3ZnPg==); }
.sq-svg-undo       { background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ1bmRvLWFsdCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtdW5kby1hbHQgZmEtdy0xNiBmYS0yeCI+PHBhdGggZmlsbD0iIzc5Nzk3OSIgZD0iTTI1NS41NDUgOGMtNjYuMjY5LjExOS0xMjYuNDM4IDI2LjIzMy0xNzAuODYgNjguNjg1TDQ4Ljk3MSA0MC45NzFDMzMuODUxIDI1Ljg1MSA4IDM2LjU1OSA4IDU3Ljk0MVYxOTJjMCAxMy4yNTUgMTAuNzQ1IDI0IDI0IDI0aDEzNC4wNTljMjEuMzgyIDAgMzIuMDktMjUuODUxIDE2Ljk3MS00MC45NzFsLTQxLjc1LTQxLjc1YzMwLjg2NC0yOC44OTkgNzAuODAxLTQ0LjkwNyAxMTMuMjMtNDUuMjczIDkyLjM5OC0uNzk4IDE3MC4yODMgNzMuOTc3IDE2OS40ODQgMTY5LjQ0MkM0MjMuMjM2IDM0OC4wMDkgMzQ5LjgxNiA0MjQgMjU2IDQyNGMtNDEuMTI3IDAtNzkuOTk3LTE0LjY3OC0xMTAuNjMtNDEuNTU2LTQuNzQzLTQuMTYxLTExLjkwNi0zLjkwOC0xNi4zNjguNTUzTDg5LjM0IDQyMi42NTljLTQuODcyIDQuODcyLTQuNjMxIDEyLjgxNS40ODIgMTcuNDMzQzEzMy43OTggNDc5LjgxMyAxOTIuMDc0IDUwNCAyNTYgNTA0YzEzNi45NjYgMCAyNDcuOTk5LTExMS4wMzMgMjQ4LTI0Ny45OThDNTA0LjAwMSAxMTkuMTkzIDM5Mi4zNTQgNy43NTUgMjU1LjU0NSA4eiIgY2xhc3M9IiI+PC9wYXRoPjwvc3ZnPg==); }
.add-button,
.sq-svg-plus       { background-image: url(data:image/svg+xml;base64,DQo8c3ZnIGFyaWEtaGlkZGVuPSJ0cnVlIiBkYXRhLXByZWZpeD0iZmFzIiBkYXRhLWljb249ImNyb3NzaGFpcnMiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNyb3NzaGFpcnMgZmEtdy0xNiBmYS0yeCI+PHBhdGggZmlsbD0iIzc5Nzk3OSIgZD0iTTQ0OCAyOTQuMnYtNzYuNGMwLTEzLjMtMTAuNy0yNC0yNC0yNEgyODYuMlY1NmMwLTEzLjMtMTAuNy0yNC0yNC0yNGgtNzYuNGMtMTMuMyAwLTI0IDEwLjctMjQgMjR2MTM3LjhIMjRjLTEzLjMgMC0yNCAxMC43LTI0IDI0djc2LjRjMCAxMy4zIDEwLjcgMjQgMjQgMjRoMTM3LjhWNDU2YzAgMTMuMyAxMC43IDI0IDI0IDI0aDc2LjRjMTMuMyAwIDI0LTEwLjcgMjQtMjRWMzE4LjJINDI0YzEzLjMgMCAyNC0xMC43IDI0LTI0eiIgY2xhc3M9IiI+PC9wYXRoPjwvc3ZnPg==); }
.delete-button,
.sq-svg-minus      { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9 IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmY3YTdhIiBkPSJNMjU2IDhDMTE5 IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMz OTMgOCAyNTYgOHpNMTI0IDI5NmMtNi42IDAtMTItNS40LTEyLTEydi01NmMwLTYu NiA1LjQtMTIgMTItMTJoMjY0YzYuNiAwIDEyIDUuNCAxMiAxMnY1NmMwIDYuNi01 LjQgMTItMTIgMTJIMTI0eiIvPjwvc3ZnPgo='); }
.sq-svg-crosshairs { background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjcm9zc2hhaXJzIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jcm9zc2hhaXJzIGZhLXctMTYgZmEtMngiPjxwYXRoIGZpbGw9IiM3OTc5NzkiIGQ9Ik01MDAgMjI0aC0zMC4zNjRDNDU1LjcyNCAxMzAuMzI1IDM4MS42NzUgNTYuMjc2IDI4OCA0Mi4zNjRWMTJjMC02LjYyNy01LjM3My0xMi0xMi0xMmgtNDBjLTYuNjI3IDAtMTIgNS4zNzMtMTIgMTJ2MzAuMzY0QzEzMC4zMjUgNTYuMjc2IDU2LjI3NiAxMzAuMzI1IDQyLjM2NCAyMjRIMTJjLTYuNjI3IDAtMTIgNS4zNzMtMTIgMTJ2NDBjMCA2LjYyNyA1LjM3MyAxMiAxMiAxMmgzMC4zNjRDNTYuMjc2IDM4MS42NzUgMTMwLjMyNSA0NTUuNzI0IDIyNCA0NjkuNjM2VjUwMGMwIDYuNjI3IDUuMzczIDEyIDEyIDEyaDQwYzYuNjI3IDAgMTItNS4zNzMgMTItMTJ2LTMwLjM2NEMzODEuNjc1IDQ1NS43MjQgNDU1LjcyNCAzODEuNjc1IDQ2OS42MzYgMjg4SDUwMGM2LjYyNyAwIDEyLTUuMzczIDEyLTEydi00MGMwLTYuNjI3LTUuMzczLTEyLTEyLTEyek0yODggNDA0LjYzNFYzNjRjMC02LjYyNy01LjM3My0xMi0xMi0xMmgtNDBjLTYuNjI3IDAtMTIgNS4zNzMtMTIgMTJ2NDAuNjM0QzE2NS44MjYgMzkyLjIzMiAxMTkuNzgzIDM0Ni4yNDMgMTA3LjM2NiAyODhIMTQ4YzYuNjI3IDAgMTItNS4zNzMgMTItMTJ2LTQwYzAtNi42MjctNS4zNzMtMTItMTItMTJoLTQwLjYzNEMxMTkuNzY4IDE2NS44MjYgMTY1Ljc1NyAxMTkuNzgzIDIyNCAxMDcuMzY2VjE0OGMwIDYuNjI3IDUuMzczIDEyIDEyIDEyaDQwYzYuNjI3IDAgMTItNS4zNzMgMTItMTJ2LTQwLjYzNEMzNDYuMTc0IDExOS43NjggMzkyLjIxNyAxNjUuNzU3IDQwNC42MzQgMjI0SDM2NGMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnY0MGMwIDYuNjI3IDUuMzczIDEyIDEyIDEyaDQwLjYzNEMzOTIuMjMyIDM0Ni4xNzQgMzQ2LjI0MyAzOTIuMjE3IDI4OCA0MDQuNjM0ek0yODggMjU2YzAgMTcuNjczLTE0LjMyNyAzMi0zMiAzMnMtMzItMTQuMzI3LTMyLTMyYzAtMTcuNjczIDE0LjMyNy0zMiAzMi0zMnMzMiAxNC4zMjcgMzIgMzJ6IiBjbGFzcz0iIj48L3BhdGg+PC9zdmc+); }
.sq-svg-check      { background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjcm9zc2hhaXJzIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jcm9zc2hhaXJzIGZhLXctMTYgZmEtMngiPjxwYXRoIGZpbGw9IiM3OTc5NzkiIGQ9Ik0xNzMuODk4IDQzOS40MDRsLTE2Ni40LTE2Ni40Yy05Ljk5Ny05Ljk5Ny05Ljk5Ny0yNi4yMDYgMC0zNi4yMDRsMzYuMjAzLTM2LjIwNGM5Ljk5Ny05Ljk5OCAyNi4yMDctOS45OTggMzYuMjA0IDBMMTkyIDMxMi42OSA0MzIuMDk1IDcyLjU5NmM5Ljk5Ny05Ljk5NyAyNi4yMDctOS45OTcgMzYuMjA0IDBsMzYuMjAzIDM2LjIwNGM5Ljk5NyA5Ljk5NyA5Ljk5NyAyNi4yMDYgMCAzNi4yMDRsLTI5NC40IDI5NC40MDFjLTkuOTk4IDkuOTk3LTI2LjIwNyA5Ljk5Ny0zNi4yMDQtLjAwMXoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=); }

.sq-svg-icon--small {
	display: inline-block;
	height: 12px;
	margin: 0 auto;
	width: 12px;
}

.sq-asset-id-list {
	margin: 0;
	list-style: none;
}

/* ASSET TAG LINE (INFO, BINOCULARS AND NAME) */
.sq-asset-tag {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	justify-content: center;
}
.sq-header-content--fixed .sq-asset-tag {
	display: flex;
	position: relative;
	width: 100%;
}
.sq-asset-tag .sq-status-square {
	margin-right: 0;
}

.sq-asset-tag .sq-status-square:hover{
	filter: brightness(0.8);
}
.sq-asset-tag__line-info,
.sq-asset-tag__binoculars,
.sq-asset-tag__asset-icon,
.sq-asset-tag__asset-name,
.sq-asset-tag__asset-id-wrapper {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-right: 4px;
	min-width: 18px;
	vertical-align: top;
}
.sq-asset-tag__asset-icon {
	margin-right: 6px;
}
.sq-asset-tag__asset-name {
	font-weight: bold;
	color: #000;
	margin-right: 6px;
	font-size: 12px;
	height: auto;
	word-break: break-all;
}
.sq-asset-tag__asset-name.restricted-asset {
	color: #888;
	font-style: italic;
	font-weight: normal;
}
.fixed-locks-header .sq-backend-section-div .sq-asset-tag__asset-name {
	display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sq-asset-tag__binoculars img {
	margin-top: 1px;
}
.sq-asset-tag__asset-id-wrapper {
	font-size: 11px;
	font-weight: 400;
	color: #777;
	max-width: 67px;
}
/* Asset tag in the header only */
.sq-header-content .sq-asset-tag__asset-id-wrapper {
	max-width: none;
	height: auto;
	word-break: break-all;
}
.sq-header-content .sq-asset-tag {
	vertical-align: middle;
}
.sq-header-content .sq-asset-tag__asset-name {
	font-size: 14px;
	color: #333;
}

.sq-new-asset-create-title,
.sq-new-asset-create-tag {
	font-size: 12px;
}
.sq-new-asset-create-tag {
	font-weight: 500;
}

/* EMAIL OPTIONS CONFIGURATION SCREEN */
.sq-email-format-wrapper { width: 100%; }
.sq-email-format-wrapper th { width: 75px; }

.sq-email-format-wrapper th,
.sq-email-format-wrapper td {
	vertical-align: top;
}

.sq-email-format-wrapper td {
	padding-bottom: 1ex;
}

.sq-email-format-wrapper td.sq-email-format-email-list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sq-email-format-body {
	border: 1px solid #ddd;
	border-radius: 4px;
}

.sq-email-format-body>tbody>tr:last-child>td {
	border-top: 1px dashed #ccc;
	padding: 0px;
}

.sq-email-format-version {
	text-align: right;
	vertical-align: middle;
}

.sq-email-format-html-body-div {
	width: 100%;
	background: none;
}

.sq-email-format-wysiwyg-wrapper { background: #fff; }
.sq-email-format-text-body-div { padding: 5px; }

/* TOGGLE OPTIONS */
.sq-toggle-option-wrapper {
	display: inline-block;
	margin: 0 3px;
}

.sq-toggle-option-wrapper a {
	color: #666;
	font-weight: 400;
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-shadow: 0 1px 0 #FFF;
	background-color: #fff;
	cursor: pointer;
	float: left;
}

.sq-toggle-option-wrapper a:not(:first-child) {
	border-left: none;
}

.sq-toggle-option-wrapper a:first-child {
	border-radius: 3px 0 0 3px;
	border-right: none;
}

.sq-toggle-option-wrapper a:last-child {
	border-radius: 0 3px 3px 0;
}

.sq-toggle-option-wrapper a:hover {
	color: #000;
	border-color: #aaa;
	text-decoration: none;
}

.sq-toggle-option-wrapper a.selected,
.sq-toggle-option-wrapper a.selected:hover {
	background-color: #3f98e1;
	border: 1px solid #3f98e1;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	color: #fff;
	cursor: default;
	font-weight: 400;
	float: left;
}

.sq-toggle-option-wrapper a.selected

/* USER INBOX AND MESSAGING SCREENS */
#sq_message_body,
#inbox_container {
	height: 250px;
	border: 1px solid #ccc;
	border-radius: 4px;
	white-space: pre;
	overflow: auto;
	margin: 0 0 20px 0;
}

#sq_message_body {
	padding: 10px;
	margin: 0 0 0 0;
	white-space: pre-wrap;
	/* CSS3 */
	white-space: -moz-pre-wrap;
	/* Firefox */
	white-space: -pre-wrap;
	/* Opera <7 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* IE */
}

#inbox_container {
	white-space: normal;
}

#inbox_container>table {
	border: none;
	margin-bottom: 0px;
}

#selected_row td {
	background: #E2E2E2;
}

.read {
	background: url(../images/icons/internal_message/message_read.png);
	height: 16px;
	width: 16px;
}

.unread {
	background: url(../images/icons/internal_message/message_unread.png);
	height: 16px;
	width: 16px;
}

.trash {
	background: url(../images/icons/internal_message/trash.png);
	height: 16px;
	width: 16px;
}

.prior1, .prior2, .prior3, .prior4, .prior5 {
	height: 16px;
	width: 16px;
	float: left;
}

.prior1 { background: url(../images/icons/internal_message/priority_1.png); }
.prior2 { background: url(../images/icons/internal_message/priority_2.png); }
.prior3 { background: url(../images/icons/internal_message/priority_3.png); }
.prior4 { background: url(../images/icons/internal_message/priority_4.png); }
.prior5 { background: url(../images/icons/internal_message/priority_5.png); }

/* Read only tweaks for code presentation */
.sq-viper-ace-editor-textarea-readonly.ace-chrome { background-color: #ebebeb; }
.sq-viper-ace-editor-textarea-readonly.ace-chrome .ace_marker-layer .ace_active-line { background: none; }
.sq-viper-ace-editor-textarea-readonly.ace-chrome .ace_cursor { display: none; }
.sq-viper-ace-editor-textarea-readonly.ace-chrome .ace_gutter-active-line { background: none; }

/* WYSIWYG EDITING & PREVIEW STYLES */
.htmlarea-toolbar,
.htmlarea-toolbar table tr { background: #EEE; }

.htmlarea-div { padding: 10px; }

/* These styles should be replicated into the /fudge/wysiwyg/core/core.js file so
 * that the preview  and editing view of the WYSIWYG content is consitent */
.sq-wysiwyg-preview-wrapper,
.with-viper {
	min-width: 500px;
	min-height: 55px;
	color: #333;
	padding: 1em 2em 2em 2em;
	line-height: 1.3em;
	font-size: 14px;
	font-family: Arial, verdana, sans-serif;
}

/* Headings */
.sq-wysiwyg-preview-wrapper h1,
.with-viper h1 {
	font-size: 37px;
	line-height: normal;
	margin: 0.83em 0;
}

.sq-wysiwyg-preview-wrapper h2,
.with-viper h2 {
	font-size: 30px;
	line-height: normal;
	margin: 0.83em 0;
}

.sq-wysiwyg-preview-wrapper h3,
.with-viper h3 {
	font-size: 24px;
	line-height: normal;
	margin: 0.83em 0;
}

.sq-wysiwyg-preview-wrapper h4,
.with-viper h4 {
	font-size: 19px;
	line-height: normal;
	margin: 0.83em 0;
}

.sq-wysiwyg-preview-wrapper h5,
.with-viper h5 {
	font-size: 16px;
	line-height: normal;
	margin: 0.83em 0;
	color: #848484;
}

.sq-wysiwyg-preview-wrapper h6,
.with-viper h6 {
	font-size: 14px;
	line-height: normal;
	margin: 0.83em 0;
	color: #9A9A9A;
}

/* Paragraphs */
.sq-wysiwyg-preview-wrapper p,
.with-viper p {
	margin: 1em 0 1.5em;
	line-height: 1.25em;
	font-size: 14px;
}

/* Horizontal Rules */
.sq-wysiwyg-preview-wrapper hr,
.with-viper hr {
	margin: 1.7em 0;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #DDD;
	padding: 0;
}

/* Lists */
.with-viper ul,
.sq-wysiwyg-preview-wrapper ul,
.with-viper ol,
.sq-wysiwyg-preview-wrapper ol {
	margin: 1.4em 3em 2em;
}

.with-viper ul ul,
.sq-wysiwyg-preview-wrapper ul ul,
.with-viper ol ol,
.sq-wysiwyg-preview-wrapper ol ol,
.with-viper ul ol,
.sq-wysiwyg-preview-wrapper ul ol,
.with-viper ol ul,
.sq-wysiwyg-preview-wrapper ol ul {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.with-viper ol ol,
.sq-wysiwyg-preview-wrapper ol ol {
	list-style-type: lower-alpha;
}

.with-viper ol ol ol,
.sq-wysiwyg-preview-wrapper ol ol ol {
	list-style-type: lower-roman;
}

.with-viper ul ul,
.sq-wysiwyg-preview-wrapper ul ul {
	list-style-type: circle;
}

/* Definition Lists */
.with-viper dl,
.sq-wysiwyg-preview-wrapper dl {
	margin: 1.4em 3em 2em;
}

.with-viper dt,
.sq-wysiwyg-preview-wrapper dt {
	font-weight: bold;
	margin: 1em 0;
}

.with-viper dd,
.sq-wysiwyg-preview-wrapper dd {
	font-style: italic;
	margin: 0 0 .5em 1em;
}

.with-viper dt::after,
.sq-wysiwyg-preview-wrapper dt::after {
	content: ":";
}

/* Tables */
.sq-wysiwyg-preview-wrapper table,
.with-viper table {
	margin: 1em 0 1.5em;
	width: 100%;
}

.sq-wysiwyg-preview-wrapper td,
.sq-wysiwyg-preview-wrapper th,
.with-viper td,
.with-viper th {
	border: 1px solid #D2D1D1 !important;
	color: #3A3A3A;
	padding: 0.6em !important;
	box-shadow: none;
}

.with-viper th,
.sq-wysiwyg-preview-wrapper th {
	background-color: #F1F1F1 !important;
	border-color: #D6D6D6 !important;
	color: #696969;
	font-weight: bold;
	text-align: center;
	text-shadow: none !important;
}

.with-viper table caption,
.sq-wysiwyg-preview-wrapper table caption {
	background-color: #F7F7F7;
	padding: 0.6em 1em;
	color: #5A5A5A;
	border-radius: 4px;
	margin-bottom: 5px;
	text-align: center;
}

/* Hyperlinks */
.sq-wysiwyg-preview-wrapper a,
.with-viper a {
	color: #2aa1fc;
	text-decoration: underline;
}

.sq-wysiwyg-preview-wrapper a:visited,
.with-viper a:visited {
	color: purple;
}

.sq-wysiwyg-preview-wrapper a:active,
.with-viper a:active {
	color: red;
}

/* Code & Pre */
.sq-wysiwyg-preview-wrapper code,
.sq-wysiwyg-preview-wrapper pre,
.with-viper code,
.with-viper pre {
	background: #f8f7c7;
	color: #454422;
	margin: 1em 0;
	overflow: auto;
	padding: .8em;
	border: 1px solid #dedda5;
	border-radius: 5px;
	font-family: Monaco,"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace!important;
	font-size: .9em;
	display: block;
}

.sq-wysiwyg-preview-wrapper code,
.with-viper code {
	display: 					inline;
	padding: 					0.1em;
}

/* Quotes */
.sq-wysiwyg-preview-wrapper blockquote,
.with-viper blockquote {
    background: #f2f2f2;
    color: #333;
    margin: 1.5em 0;
    padding: 25px 28px;
    position: relative;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.1em;
    font-family: Georgia,Times;
    font-style: italic;
}

.sq-wysiwyg-preview-wrapper blockquote::before,
.with-viper blockquote::before {
    content: "\201C";
    font-size: 40px;
    left: 8px;
    line-height: 0;
    position: absolute;
    top: 30px;
}

.sq-wysiwyg-preview-wrapper blockquote::after,
.with-viper blockquote::after {
    bottom: 4px;
    content: "\201D";
    font-size: 40px;
    line-height: 0;
    position: absolute;
    right: 13px;
}

.sq-wysiwyg-container-title {
	display: inline-block;
}

.sq-wysiwyg-preview-read-only-icon {
	position: absolute;
	right: 1px;
	top: 8px;
	display: block;
	width: 20px;
	height: 20px;
}

.sq-wysiwyg-preview-read-only .sq-wysiwyg-standalone-header,
.sq-wysiwyg-preview-read-only .sq-wysiwyg-standalone-body {
	border: 1px dashed #cecece;
}

.sq-wysiwyg-preview-read-only .sq-wysiwyg-standalone-header {
	border-bottom: none;
}

.sq-wysiwyg-preview-read-only-icon.locked {
	background: transparent url(../images/icons/locked_transparent.png) no-repeat;
}

.sq-wysiwyg-preview-read-only-icon.unlocked {
	display: none;
}

.viper-toolbar-outer-container {
	height: 36px;
	background-color: #fff;
}

/* For standalone editors such as news items and calendar events */
.sq-wysiwyg-standalone-header,
.sq-wysiwyg-standalone-body {
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
}

.sq-wysiwyg-standalone-body.with-bottom-margin {
	margin-bottom: 10px;
}

.sq-wysiwyg-standalone-header {
	padding: 10px;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	position: relative;
}

.sq-wysiwyg-standalone-header table {
	width: 100%;
}

.async-loading-wrapper {
	visibility: hidden;
}

.sq-marked-for-deletion__label {
	opacity: 0.7;
	color: #df323d;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin: 2px -5px 0px 0px;
}

.sq-marked-for-deletion__label:hover {
	opacity: 1;
}

.sq-marked-for-deletion__label .icon {
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-left: 4px;
	float: right;
	background: url(../images/bodycopy_sprite.png) 0 -40px no-repeat;
}

.sq-new-container__label {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 3px;
	color: #999;
}

/* Edit+ grey style header */
.sq-edit-bodycopy-section .sq-grey-header-wrapper,
.sq-grey-header-wrapper,
.sq-backend-table .sq-grey-header-wrapper {
	padding: 3px;
	background: #efefef;
}

.sq-grey-header-wrapper.sq-with-bottom-border {
	border-bottom: 1px solid #ddd;
}

.sq-marked-for-deletion.sq-edit-bodycopy-section {
	border: 1px solid #eebbbb;
}

.sq-marked-for-deletion.sq-edit-bodycopy-section .sq-grey-header-wrapper,
.sq-marked-for-deletion div.sq-grey-header-row {
	background: #feefef;
}

div.sq-grey-header-row,
.sq-grey-header-row td,
.sq-backend-table .sq-grey-header-row td {
	padding: 7px 7px 6px;
	background: #EFEFEF;
	color: #838080;
	border-radius: 3px;
	font-size: 12px;
}

.sq-grey-header-row .sq-content-type-name {
	line-height: 20px;
}

.sq-grey-header-row .sq-status-square {
	vertical-align: middle;
}

.sq-grey-header-row .sq-icon-wrapper {
	float: left;
	position: relative;
	padding-left: 10px;
	height: 20px;
}

.sq-grey-header-row .sq-icon-wrapper.right {
	margin-top: -1px;
	float: right;
}

.sq-grey-header-row .sq-icon-wrapper.right>.sq-bodycopy_icon,
.sq-grey-header-row .sq-icon-wrapper.right>img,
.sq-grey-header-row .sq-icon-wrapper.right .sq-status-square {
	margin: 0 0 0 7px;
}

.sq-grey-header-row .sq-icon-wrapper.left>.sq-bodycopy_icon,
.sq-grey-header-row .sq-icon-wrapper.left>img {
	margin: 0 8px 0 0;
}

.sq-grey-header-row .sq-icon-wrapper.left img.sq-icon:first-child {
	margin-left: 0;
}

/* When changes are made to a container but haven't been saved yet */
.sq-bodycopy-container-wrapper .sq-edit-bodycopy-section.sq-container-changed {
	border-color: #96D1FF;
}

.sq-bodycopy-container-wrapper[data-readonly="true"] > table {
	border: 1px dashed #cecece;
}

.sq-bodycopy-container-wrapper[data-readonly="true"] .sq-edit-bodycopy-section .sq-container_conditions,
.sq-bodycopy-container-wrapper[data-readonly="true"] .sq-edit-bodycopy-section .sq-container_properties {
	cursor: not-allowed;
}

/* CALENDAR EVENTS EDITING */
.sq-backend-data .sq-calendar-date-table tr,
.sq-backend-data .sq-calendar-date-table tr:nth-child(even) {
	background: none;
}

.sq-backend-data .sq-calendar-date-table td {
	vertical-align: middle;
	padding: 0 0 6px;
}

/* VARIOUS CONTAINER STYLES */
.sq-dashed-border-container {
	padding: 10px;
	border: 1px dashed #ccc;
	word-break: break-all;
}

/*
####################################################################################################################
PREVIEW SCREEN STYLES
####################################################################################################################
*/

.sq-preview-available-urls-show {
    padding-top: 10px;
}
.sq-preview-available-urls {
    display:none;
}
.sq-preview-conditions {
    display:none;
}
.sq-preview-conditions-show {
    padding-bottom: 10px;
}
.sq-preview-condition-radio-group label {
    padding-right: 28px;
}


/*
####################################################################################################################
LIMBO OUTPUTTER (SIMPLE EDIT MODE)
####################################################################################################################
*/

.limbo-section-heading {
	border-bottom: 1px solid black;
}
.sq-limbo-field {
	vertical-align: top;
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
}

/*
####################################################################################################################
MAINTENANCE WARNING
####################################################################################################################
*/
.sq-backend-warning-table {
	border: 1px solid #e0d3a2 !important;
}
.sq-backend-warning-table th{
	border-bottom: 1px solid #e0d3a2 !important;
	background:	#fff1bb;
	color: #000;
	text-shadow: none;
}
.sq-backend-warning-table .sq-backend-warning-header{
	background:	#fff1bb url(../images/warning.png) no-repeat 5px 6px !important;
	padding-left: 35px;
	border-right: none;
}
.sq-backend-warning-table td{
	background:#fff1bb !important;
}
.sq-backend-warning-table img{
	vertical-align: top;
}
.sq-backend-warning-table {
	color: #000;
	font-size: 12px;
}

/*
####################################################################################################################
CONTAINER TEMPLATE
####################################################################################################################
*/
.content_template_custom_layout .metadata_value_table {
	width: 100%;
}

.content_template_custom_layout .metadata_value_table .sq-backend-section-inner-table-wrapper{
	padding: 15px;
}

.content_template_custom_layout .metadata_value_table .sq-backend-section-table .sq-backend-section-subheading{
  width: 100%;
  background-color: #f2f7fd;
  border-bottom: 1px solid #dce3ec;
  border-top: 1px solid #dce3ec;
  font-weight: bold;
  padding: 11px 15px 11px 15px;
  font-size: 14px;
  color: #31435a;
}

.content_template_custom_layout .metadata_value_table .sq-backend-section-table .sq-backend-section-table-inner .sq-backend-section-subheading{
  font-weight: bold;
  text-align: left;
  color: #0090bf;
  padding-bottom: 10px;
  background-color: inherit;
  border: none;
}



/*
####################################################################################################################
 asset builder asset
####################################################################################################################
*/
table.asset-builder-customisation-table td:first-child{
	width:46%;
}
select.asset-builder-required-attributes {
	margin: 10px;
}
/* Multi asset picker draggable field */
.sq-draggable-item {
	display: inline-block;
	width:		28px;
	height: 	20px;
	min-width:	28px;
	vertical-align: middle;
}
/* Sortable table draggable field */
.sq-draggable-column.sq-backend-table-header {
	min-width:	20px;
	width:		20px;
}
.sq-draggable-item,
td.sq-draggable-column:not(.sq-backend-table-header){
	background:	url(../images/drag-move.png) 50% 50% no-repeat;
	text-align:	center;
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
/* al) Apply a "closed-hand" cursor during drag operation. */
.ui-sortable-helper .sq-draggable-item,
.ui-sortable-helper td.sq-draggable-column{
	cursor: grabbing;
	cursor: -moz-grabbing;
	/* cursor: -webkit-grabbing;  // commented out until Chrome fixes the grabbing :active bug; */
}
tbody .sq-sortable-placeholder {
	background-color: #F0F0F0;
}
tbody .sq-sortable-dragging {
	border-top: 1px solid #CCCCCC;
}

/* Rows marked for deletion */
tr.sq-marked-for-deletion, tr.sq-marked-for-deletion:hover {
	background-size: 8px 8px;
	background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 46%,  #ff210030 50%, rgba(255, 255, 255, 0) 50%);
	background-color: #ff7e7e21;
}

/*
####################################################################################################################
Contexualisation Option
####################################################################################################################
*/

/* Whole Scren Context Bar */

#sq-contextualise_asset .sq-backend-table {
	margin-bottom: 4px;
	border: none;
}

#sq-contextualise_asset .sq-backend-table td {
	border-right: none;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
}

#sq-contextualise_asset .sq-backend-table.contextualised td {
	background-color: #925c9a;
	color: #FFF;
	border-right: none;
	border-color: #925c9a;
}

#sq-contextualise_asset .sq-backend-table.contextualised.revert td {
	background-color: #d44546;
	border-color: #d44546;
}

#sq-contextualise_asset .sq-backend-table td.icon {
	background-color: #925c9a;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #925c9a;
}

#sq-contextualise_asset .sq-backend-table.contextualised td.icon {
	width: 1%;
	padding-left: 0;
}

#sq-contextualise_asset .sq-backend-table td.icon::before {
	content: "";
	display: inline-block;
	background: transparent url(../images/bodycopy_sprite.png) 0 -320px no-repeat;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-bottom: -2px;
}

#sq-contextualise_asset .sq-backend-table.contextualised td.icon::before {
	width: 0;
	opacity: 0;
}

#sq-contextualise_asset td.checkbox {
	text-align: right;
	border-right: 1px solid #e5e5e5;
}

#sq-contextualise_asset .sq-backend-table label,
#sq-contextualise_asset .sq-backend-table input {
	cursor: pointer;
}

/* Content Block Context Button */

.sq-contextualise_option {
	display: inline-block;
	vertical-align: top;
	margin: 2px -5px 0px 0px;;
}

.sq-contextualise_option label {
	pointer-events: inherit;
	padding: 7px 8px 7px 8px;
	border-radius: 3px;
	cursor: pointer;
	background-color: white;
}

.sq-contextualise_option.read-only label {
	cursor: default;
}

.sq-contextualise_option label input[type="checkbox"] {
	margin-left: 8px;
}

.contextualised .sq-contextualise_option label {
	background-color: #925c9a;
	color: #FFF;
}

.contextualised.revert .sq-contextualise_option label {
	background-color: #f75b5c;
}

/* Tool Tip */
.matrixToolTip {
	/* positioned left/top dynamically by tooltip class */
	position: absolute;
	z-index: 1090; /* Place above the Viper toolbar and quick search box */
	float: left;
	/* give width for IE - override for specific tooltips where required */
	width: 250px;
	text-align: center;
	display: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}

.matrixToolTipDiv {
	/* positioned left/top dynamically by tooltip class */
	position: absolute;
	z-index: 1080; /* Place above the Viper toolbar */
	float: left;
	/* give width for IE - override for specific tooltips where required */
	width: 300px;
	text-align: left;
	display: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}

.matrixToolTipTable {
	width: auto;
	text-align: left;
	float: none;
}

.matrixToolTip .tooltipTitle {
	border: 1px solid #CCCCCC;
	border-bottom: none;
	color: #4b4b4b;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	background: #ffffff;
}

.matrixToolTip .tooltipContent {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #636363;
	font-size: 12px;
	padding: 0;
	border-top-color: #ddd;
}

.fixed-locks-header .matrixToolTip--scrollable {
	position: fixed;
	top: 60px !important;
}

/*=================================================================
	UI DROPDOWN
=================================================================*/
.ui-dropdown__list {
	border: 1px solid #CCCCCC;
	list-style: none;
	margin: 0;
	padding: 10px 15px;
}
.ui-dropdown {
	bottom: 1px;
	display: inline-block;
	font-size: 12px;
	padding: 0;
	position: relative;
	width: 100%;
}
.ui-dropdown__button {
	padding: 0 5px;
	text-align: left;
	height: 20px;
    line-height: 20px;
    padding: 4px 22px 4px 8px;
    width: auto;
}
.ui-dropdown__button::after {
	content: url('/__lib/web/images/icons/asset_map/add_off.png');
	position: absolute;
	right: 10px;
	top: 5px;
}

/* ---- sq_header dropdown ---- */
.ui-dropdown__body {
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	display: none;
	min-width: 160px;
	position: absolute;
	width: auto;
	z-index: 1090;
}
.ui-dropdown__title {
	border-bottom: 1px solid #e9ecef;
	color: #929292;
	cursor: default;
	display: block;
	font-size: 11px;
    font-weight: bold;
    line-height: 34px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}
.ui-dropdown__item {
	color: #636363;
	display: block;
	line-height: 16px;
	padding: 7px 30px 7px 7px;
	position: relative;
	text-align: left;
	width: auto;
	white-space: nowrap;
}
.ui-dropdown__item:hover {
	background: #f2f7fc;
	cursor: pointer;
	text-decoration: none;
}
.ui-dropdown__item.selected,
.ui-dropdown__item[selected='selected'] {
	background: #f2f7fc;
	color: #2b7fd5;
	font-weight: 700;
	width: auto;
	word-break: break-all;
}
.ui-dropdown__item.selected::after,
.ui-dropdown__item[selected='selected']::after {
	content: url('../images/tick-blue.png');
	position: absolute;
	right: 5px;
}
.dropdown-divider {
	border-top: 1px solid #e9ecef;
	height: 0;
	margin: 0.5em 0;
	overflow: hidden;
}
.divider {
	border-top: 1px solid #bfbfbf;
	margin: 18px 10px;
}

.show-dropdown          { display: block !important; }

/* ---- sq_header dropdown ---- */
.sq-header-dropdown {
	cursor: pointer;
	padding: 1px;
	position: relative;
}
.sq-navbar-btn {
	border-radius: 2px;
	display: block;
	min-height: 29px;
	min-width: 20px;
	padding: 0 10px;
	width: auto;
}
.sq-header-dropdown__wrapper {
	position: fixed;
	width: 250px;
}
.sq-header-dropdown__wrapper .ui-dropdown__item      { white-space: normal; }
.sq-navbar-btn, .default-context .button             { color: #fff; }
.sq-navbar-btn:hover, .default-context .button:hover { background-color: rgba(110, 110, 110, 0.6); }

.ui-dropdown-items__wrapper {
	max-height: 85vh;
	overflow: auto;
}

.sq-header-dropdown__wrapper .ui-dropdown__item      { white-space: normal; }
.sq-navbar-btn, .default-context .button             { color: #fff; }

.sq-navbar-btn.active,
.sq-navbar-btn:hover, .default-context .button:hover {
	background-color: rgba(110, 110, 110, 0.6);
}
/* ---- end sq_header dropdown ---- */

/*=================================================================
	LOGGED IN USER
=================================================================*/
#sq_logged_in_user .ui-dropdown__body {
	width: 200px;
	right: 0;
}

#sq_logged_in_user {
	margin-left: 16px;
	width: auto;
}

#sq_logged_in_user .sq-navbar-btn.logged-in-as-user {
	background-color: #925c9a;
}

#sq_logged_in_user.active .sq-navbar-btn.logged-in-as-user,
#sq_logged_in_user .sq-navbar-btn.logged-in-as-user:hover {
	background-color: rgba(146, 92, 154, 0.5);
}


/*=================================================================
	CONTEXT SWITCHER
=================================================================*/
#sq_context_switcher.context .sq-navbar-btn {
	background-color: #925c9a;
}

#sq_context_switcher.context.active .sq-navbar-btn,
#sq_context_switcher.context .sq-navbar-btn:hover {
	background-color: rgba(146, 92, 154, 0.5);
}

#sq_context_switcher .sq-navbar-btn {
    border-radius: 2px;
    font-weight: bold;
    position: relative;
}

#sq_context_switcher .icon {
	background: url(../images/bodycopy_sprite.png) 0 -260px no-repeat;
	height: 20px;
	margin-top: -9px;
	opacity: 0.9;
	position: absolute;
	width: 20px;
	top: 50%;
}

#sq_context_switcher .sq-navbar-btn .text {
	padding-top: 7px;
	padding-left: 25px;
}

#sq_context_switcher_body {
	width: 200px;
}

#sq_context_switcher_body .current {
	background: #f2f7fc url('../images/tick-blue.png') no-repeat 175px 9px;
	color: #2b7fd5;
	font-weight: bold;
}

#sq_context_switcher_body .current .name {
	color: #2b7fd5;
	font-weight: bold;
}

/* ---- end Context Switcher button and dialog ---- */

/*
####################################################################################################################
Bulk File Upload Tool
####################################################################################################################
*/

.sq-bulkfile-upload .status{
	height: 31px;
	position: relative;
}

.sq-bulkfile-upload .status div.icon {
	width: 100%;
	height: 30px;
	position: relative;
}

.sq-bulkfile-upload .status div.icon.progress {
	background: url(../images/icons/asset_map/spinner.gif) no-repeat center;
	top: -6px;
}

.sq-bulkfile-upload .status div.icon.remove  { background: url('../images/icons/delete.png') no-repeat center; }
.sq-bulkfile-upload .status div.icon.success { background: url('../images/tick.png') no-repeat center center; }
.sq-bulkfile-upload .status div.icon.failure { background: url('../images/cross.png') no-repeat center; }
.sq-bulkfile-upload .status div.icon.remove  { cursor: pointer; }

.sq-bulkfile-upload .progressText{
	font-size: 10px;
	position: absolute;
	bottom: 3px;
	text-align: center;
	left: 0;
	width: 100%;
}

.sq-bulkfile-upload .button {
	padding: 7px;
	border: 1px solid #cccccc;
	background-color: #f1f1f1;
	border-radius: 2px;
	cursor: pointer;
}

.sq-bulkfile-upload .button:hover { background-color: #eaeaea; }
.sq-bulkfile-upload .button span  { padding: 0 10px; }
.sq-bulkfile-upload tfoot td      { padding: 15px 8px; }

/*
####################################################################################################################
Select2
####################################################################################################################
*/

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: top;
  min-width: 190px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	appearance: none;
	-webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.select2-results { display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 4px;
  user-select: none;
  -webkit-user-select: none;
  margin-bottom: 0;
}

.select2-results__option[aria-selected]    { cursor: pointer; }
.select2-container--open .select2-dropdown { left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown .select2-search__field {
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown { display: block; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	appearance: none;
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  font-style: italic;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-style: solid;
	border-color: #ccc;
	border-width: 0 0 1px 0;
	padding: 5px;
	box-sizing: border-box;
	outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  appearance: textfield;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}

.select2-container--default .select2-dropdown.small .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-dropdown.extra-small .select2-results>.select2-results__options {
	max-height: 100px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
  margin-bottom: 4px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  	cursor: default;
  	display: block;
  	padding: 5px 6px;
	color: rgb(49, 67, 90);
	background: #f2f7fd;
	border-style: solid;
	border-color: #dce3ec;
	border-width: 1px 0;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border-style: solid #ccc;
	border-width: 0 0 1px 0;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 5px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.matrix-select-option-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	font-size: 11px;
}

.select2-results__option .select2-results__option--highlighted span.matrix-select-option-container span.matrix-select-value {
	color: #fff
}

.matrix-select-key {
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
	max-width: 14rem;
	min-width: 14rem;
	padding-right: 7px;
}

.matrix-select-value {
	color: #777;
	overflow: hidden;
	word-wrap: break-word;
}

.matrix-select-dropdown-container {
	max-height: 500px;
    min-height: 100px;
}

.matrix-select-dropdown-container .select2-results>.select2-results__options {
	max-height: 460px;
	overflow-y: auto;
}


/*
####################################################################################################################
Screen Details.
####################################################################################################################
*/
.sq-file-info {
	overflow: hidden;
}
.sq-file-info__image {
	float: left;
	width: auto;
	height: auto;
	max-height: 100px;
	max-width: 100px;
	background-color: #eee;
	background-size: 30px 30px;
	background-position: 0 0, 15px 15px;
	background-image: -webkit-linear-gradient(45deg, rgb(255,255,255) 25%, transparent 25%, transparent 75%, rgb(255,255,255) 75%, rgb(255,255,255)),
					  -webkit-linear-gradient(45deg, rgb(255,255,255) 25%, transparent 25%, transparent 75%, rgb(255,255,255) 75%, rgb(255,255,255));
	background-image: -moz-linear-gradient(45deg, rgb(255,255,255) 25%, transparent 25%, transparent 75%, rgb(255,255,255) 75%, rgb(255,255,255)),
					  -moz-linear-gradient(45deg, rgb(255,255,255) 25%, transparent 25%, transparent 75%, rgb(255,255,255) 75%, rgb(255,255,255));
	background-image: linear-gradient(45deg, rgb(255,255,255) 25%, transparent 25%, transparent 75%, rgb(255,255,255) 75%, rgb(255,255,255)),
					  linear-gradient(45deg, rgb(255,255,255) 25%, transparent 25%, transparent 75%, rgb(255,255,255) 75%, rgb(255,255,255));
}
tr[id*="thumbnail"] .sq-file-info  {
	padding-top: 10px;
}
.sq-file-info__thumbnail {
	display: block;
	float: left;
	height: 80px;
}
.sq-file-info__link {
	display: inline-block;
	border: 1px solid #ddd;
	overflow: hidden;
}
.sq-file-info__details {
	display: inline-block;
	width: 90px;
}
.sq-info-asset-version {
	display: inline-block;
	height: 16px;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	vertical-align: middle;
	color: rgb(175,175,175);
}

/* Asset navigation history bar */
.sq-history-wrapper{
    background: #fff;
}
.sq-history {
	position: relative;
    padding: 23px 50px 9px 50px;
    opacity: 0.6;
    font-size: 11px;
}
.sq-history:hover{
	opacity: 1;
}
.sq-history-icon {
	position: absolute;
    left: 50px;
    top: 24px;
}
.sq-history img{
	width: 14px;
	height: auto;
}
.sq-history .sq-history-list {
	width: 100%;
	padding-left: 30px;
}
.sq-history-list__link {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #888;
}
.sq-history:hover .sq-history-list__link {
	color: #2b8eda;
}
.sq-history-list__link img{
	filter: grayscale(100%);
}
.sq-history:hover .sq-history-list__link img {
	filter: grayscale(0%);
}
.sq-history-list__item {
	max-width: calc(20% - 26px);
}
.sq-history-list__item:not(:last-of-type) {
	margin-right: 32px;
}
.sq-history-list__item:not(:last-of-type):before {
	content: '\00276F';
	font-weight: bold;
	position: absolute;
	font-size: 8px;
	color: rgb(175,175,175);
	right: -16px;
	line-height: 20px;
}
.sq-history-list__name {
	vertical-align: middle;
}

/* Select 2 custom styles */
[class^="select2-results__level-"] {
    position: relative;
    display: block;
    padding-right: 10px;
}
[class^="select2-results__level-"] img {
    position: absolute;
    left: -19px;
    top: 0;
}
.select2-results-no-indent [class^="select2-results__level-"],
.select2-results__level-0 {
    margin-left: 18px;
}
.select2-results__level-1 {
    margin-left: 36px;
}
.select2-results__level-2 {
    margin-left: 54px;
}
.select2-results__level-3 {
    margin-left: 72px;
}

/*=================================================================
	$HELPERS
=================================================================*/

/* Padding helpers. */
.pl-0  { padding-left: 0 !important; }
.pl-5  { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pl-40 { padding-left: 40px; }
.pl-50 { padding-left: 50px; }
.pl-60 { padding-left: 60px; }

.pt-0  { padding-top: 0 !important; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }

.pr-0 { padding-right: 0 !important; }
.pr-10 { padding-right: 10px; }
.pr-20 { padding-right: 20px; }
.pr-30 { padding-right: 30px; }
.pr-40 { padding-right: 40px; }
.pr-50 { padding-right: 50px; }
.pr-60 { padding-right: 60px; }

.pb-0 { padding-bottom: 0 !important; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }

.pd-0 { padding: 0 !important; }
.pd-5 { padding: 5px; }
.pd-10 { padding: 10px; }
.pd-20 { padding: 20px; }
.pd-30 { padding: 30px; }
.pd-40 { padding: 40px; }
.pd-50 { padding: 50px; }
.pd-60 { padding: 60px; }

/* Margin helpers */
.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }
.ml-50 { margin-left: 50px; }
.ml-60 { margin-left: 60px; }

.mt-0  { margin-top: 0 !important; }
.mt-5  { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }

.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }

.mr-0 { margin-right: 0 !important; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }
.mr-60 { margin-right: 60px; }

/* Width helpers */
.wp-auto { width: auto !important; }
.wp-0  { width: 0; }
.wp-5  { width: 5%; }
.wp-10 { width: 10%; }
.wp-15 { width: 15%; }
.wp-20 { width: 20%; }
.wp-25 { width: 25%; }
.wp-30 { width: 30%; }
.wp-35 { width: 35%; }
.wp-40 { width: 40%; }
.wp-45 { width: 45%; }
.wp-50 { width: 50%; }
.wp-55 { width: 55%; }
.wp-60 { width: 60%; }
.wp-65 { width: 65%; }
.wp-70 { width: 70%; }
.wp-75 { width: 75%; }
.wp-80 { width: 80%; }
.wp-85 { width: 85%; }
.wp-90 { width: 90%; }
.wp-95 { width: 95%; }
.wp-100 { width: 100%; }

.w-max-10 { max-width: 10%; }
.w-max-20 { max-width: 20%; }
.w-max-30 { max-width: 30%; }
.w-max-40 { max-width: 40%; }
.w-max-50 { max-width: 50%; }
.w-max-60 { max-width: 60%; }
.w-max-70 { max-width: 70%; }
.w-max-80 { max-width: 80%; }
.w-max-90 { max-width: 90%; }
.w-max-100 { max-width: 100%; }

.wr-0 { width: 0rem; }
.wr-5 { width: 5rem; }
.wr-10 { width: 10rem; }
.wr-15 { width: 15rem; }
.wr-20 { width: 20rem; }
.wr-25 { width: 25rem; }
.wr-30 { width: 30rem; }
.wr-35 { width: 35rem; }
.wr-40 { width: 40rem; }
.wr-45 { width: 45rem; }
.wr-50 { width: 50rem; }
.wr-55 { width: 55rem; }
.wr-60 { width: 60rem; }
.wr-65 { width: 65rem; }
.wr-70 { width: 70rem; }
.wr-75 { width: 75rem; }
.wr-80 { width: 80rem; }
.wr-85 { width: 85rem; }
.wr-90 { width: 90rem; }
.wr-95 { width: 95rem; }
.wr-100 { width: 100rem; }

/* Text helpers */
.txt-left { text-align: left; }
.txt-center { text-align: center; }
.txt-right { text-align: right; }
.txt-upper { text-transform: uppercase; }
.txt-break-word { word-break: break-word; }
.txt-lh-0 { line-height: 0px; }
.txt-lh-10 { line-height: 10px; }
.txt-lh-20 { line-height: 20px; }
.txt-lh-30 { line-height: 30px; }
.txt-lh-40 { line-height: 40px; }
.txt-lh-50 { line-height: 50px; }
.txt-lh-60 { line-height: 60px; }
.txt-italic { font-style: italic; }
.txt-ellipsis {
	min-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.txt-no-transform { text-transform: none !important; }


/* Element Alignment helpers */
.sq-fixed { position: fixed; }
.sq-relative { position: relative; }
.sq-inline { display: inline; }
.sq-block { display: block; }
.sq-vertical-table-middle td { vertical-align: middle; }
.sq-inline-block { display: inline-block; }
.pull-right { float: right; }
.pull-left { float: left; }
.sq-text-center { text-align: center; }
.sq-flex { display: flex; }
.sq-flex--center { align-items: center; justify-content: center; }
.sq-flex--v-center { align-items: center; }
.sq-flex--h-center { justify-content: center; }
.sq-flex--space-between{ justify-content: space-between; }

/* Cursor Helpers */
.sq-cursor-alias { cursor: alias !important; }
.sq-cursor-all-scroll { cursor: all-scroll !important; }
.sq-cursor-auto { cursor: auto !important; }
.sq-cursor-cell { cursor: cell !important; }
.sq-cursor-context-menu { cursor: context-menu !important; }
.sq-cursor-col-resize { cursor: col-resize !important; }
.sq-cursor-copy { cursor: copy !important; }
.sq-cursor-crosshair { cursor: crosshair !important; }
.sq-cursor-grab { cursor: grab default !important; }
.sq-cursor-help { cursor: help !important; }
.sq-cursor-move { cursor: move !important; }
.sq-cursor-none { cursor: none !important; }
.sq-cursor-not-allowed { cursor: not-allowed !important; }
.sq-cursor-pointer { cursor: pointer !important; }
.sq-cursor-progress { cursor: progress !important; }
.sq-cursor-text { cursor: text !important; }
.sq-cursor-wait { cursor: wait !important; }
.sq-cursor-zoom-in { cursor: zoom-in !important; }
.sq-cursor-zoom-out { cursor: zoom-out !important; }
.sq-cursor-initial { cursor: initial !important; }

.button, [class*="btn"] { cursor: pointer; }

/* Background Helpers */
.bg-no-repeat { background-repeat: no-repeat; }


/*=================================================================
	$LIST STYLES
=================================================================*/
/* Default list without any list styles */
.sq-list-unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Sets the list to be horizontal */
.sq-list-horizontal {
	display: inline-block;
	vertical-align: middle;
}
.sq-list-horizontal > li {
	position: relative;
	float: left;
	margin: 0;
}

/* 2 column list */

.sq-list-two-cols {
	-moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

/* A list style to be used with any checkbox's or radio buttons. */
.sq-input-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sq-input-list li {
	position: relative;
	margin-bottom: 2px;
}
.sq-input-list li:last-of-type {
	margin-bottom: 0;
}
.sq-input-list li input[type="checkbox"],
.sq-input-list li input[type="radio"] {
	position: absolute;
	left: 0;
	top: 3px;
}
.sq-input-list li label {
	display: inline-block;
	padding-left: 15px;
}

.sq-input-list.no-wrap * {
	white-space: nowrap;
}

/* style overide to fix image list in asset type lists */

.sq-asset-type-list__icon img {
	margin-top: -1px;
}

/*=================================================================
	$WARNINGS AND ALERTS
=================================================================*/

.alert {
	padding: 10px;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-light{
	color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.tooltip-alert {
	vertical-align: -webkit-baseline-middle;
}
.tooltip-alert-body {
	position: absolute;
	z-index: 1;
	max-width: 50%;
	text-align: left;
	display: block;
	font-weight: normal;
	font-size: 12px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}

.alert a {
	text-decoration: underline;
}

.alert > p:last-child, .alert > ul:last-child, .alert > ol:last-child {
	margin-bottom: 0;
}

.sq-no-result-message {
	display: inline-block;
	margin: 0 auto;
}

.alert-info.top-margin,
.alert-danger.top-margin,
.alert-warning.top-margin {
	margin: 10px 0 0 0;
}

/*=================================================================
	$FIELD DISARM STYLES
=================================================================*/
.js_field-disarmed, .js_field-hidden {
	display: none;
}

.js-disabling-element {
	background-color: #f2dede;
}

.js_field-disarm-receiver {
	transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-webkit-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
}

.js_field-disarm-receiver.js-hiding-element {
	transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	background-color: #f2dede;
	opacity: 0;
}

.js_field-disarm-receiver.js-showing-element {
	background-color: #dff0d8;
}


/*=================================================================
	$SCREEN FIELD FILTER STYLES
=================================================================*/
.js_field-filter-hide {
	display: none;
}

/*=================================================================
	$MORE INFO ICON
=================================================================*/
.more-info-icon {
	padding: 0;
	display: inline-block;
	height: 15px;
	width: 15px;
	border: 1px solid #bbb;
	border-radius: 50%;
	position: relative;
	background: #fff;
	cursor: pointer;
	opacity: 0.7;
    color: #bbb;
}
.more-info-icon:after {
    content: "?";
    position: absolute;
    left: 4px;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

.more-info-icon:hover {
	opacity: 1;
}

.more-info-icon-danger:after,
.more-info-icon-warning:after{
    content: "!";
    left: 5.5px;
}

.more-info-icon-danger {
	border: 1px solid #ea504f;
	background-color: #ea504f;
    color: #fff;
}

.more-info-icon-warning {
	background-color: #f8e98f;
    border: 1px solid #dbca80;
    color: #a5883f;
}

.metadata-warning-icon {
	position: absolute;
    left: -23px;
    top: -1px;
}

/*=================================================================
	$MATRIX MULTI-SELECTOR LIST STYLES
=================================================================*/
.sq-multi-selector-list {
	border: 1px solid #ccc;
	border-radius: 1px;
	padding: 4px;
	width: 250px;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently supported by any browser but < IE9 */
}

.sq-multi-selector-list.read-only {
	border: none;
	padding-left: 0;
	margin-left: -6px;
}

.sq-multi-selector-list > li {
	padding: 4px;
	cursor: default;
	color: #999;
	margin: 2px;
	cursor: pointer;
	opacity: 0.8;
}

.sq-multi-selector-list > li:hover {
	background-color: #F4F4F4;
	color: #333;
}

.sq-multi-selector-list.read-only,
.sq-multi-selector-list.read-only > li {
	cursor: default;
}

.sq-multi-selector-list.read-only > li { opacity: 0.5; }
.sq-multi-selector-list.read-only > li.selected { opacity: 1; }

.sq-multi-selector-list.read-only > li:hover {
	background-color: inherit;
	color: #999;
}

.sq-multi-selector-list > li.selected {
	background-color: #d0e7f7;
	color: #333;
	opacity: 1;
}

.sq-multi-selector-list > li.selected:hover {
	background-color: #95ccf3;
}

.sq-multi-selector-list.read-only > li.selected:hover {
	background-color: #d0e7f7;
	color: #333;
}

.hidden-multi-selector-list-wrapper {
	display: none;
}

.sq-multi-selector-list-selected-tick {
	float: right;
	background: url('../images/tick-blue.png') no-repeat top left;
	display: block;
	height: 17px;
	width: 17px;
}

/*=================================================================
	$MATRIX INPUT PICKER LIST STYLES
=================================================================*/
ul.sq-input-picker-list {
	padding: 4px;
	margin-left: 0px;
	list-style:	none;
}

.sq-input-picker-list input[type="checkbox"] {
	position: relative;
	vertical-align: middle;
}

.sq-input-picker-list label {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

/*=================================================================
	ASSET PERMISSION SCREEN
=================================================================*/
.sq-add-public-permission-btn .grant {
	color: green;
}

.sq-add-public-permission-btn .deny {
	color: red;
}

.sq-add-public-permission-btn.grant .grant,
.sq-add-public-permission-btn.deny .deny {
	display: inline-block;
}

.sq-add-public-permission-btn.deny .grant,
.sq-add-public-permission-btn.grant .deny {
	display: none;
}


/*=================================================================
	$MATRIX MODALS
=================================================================*/

/* General modal styles (popup and toast) */
.swal2-popup {
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
}

div.swal2-container.swal2-shown {
	background-color: rgba(244, 244, 244, 0.7);
	z-index: 3000;
}

.matrix-modal > .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'],
.matrix-modal > .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'],
.matrix-modal > .swal2-icon.swal2-success .swal2-success-fix,
.matrix-modal > .swal2-icon.swal2-success [class^='swal2-success-circular-line'],
.matrix-modal-toast  > .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'],
.matrix-modal-toast  > .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'],
.matrix-modal-toast  > .swal2-icon.swal2-success .swal2-success-fix,
.matrix-modal-toast  > .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
	background: none !important;
	background-color: none !important;
	width: 6px;
	left: 0px;
	top: 0px;
	height: 6px;
}

/* Popup modal styles */
.swal2-container > .swal2-modal.matrix-modal {
	border-radius: 0px;
	max-height: 40rem;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .15),  0 -2px 10px rgba(0, 0, 0, .15);
	width: 700px !important;
}

.matrix-modal > .swal2-contentwrapper > #swal2-title {
	font-size: 14px;
	top: 0;
	left: 0;
	background-color: #f4f4f4;
	text-align: left;
	border-bottom: 1px solid #dddddd;
	padding: 1rem 1rem 1rem 3rem;
}

.matrix-modal__notitle > .swal2-contentwrapper > #swal2-title {
	display: none;
}

.matrix-modal.matrix-modal-info > .swal2-contentwrapper > #swal2-title {
    background-color: #33bbff;
}

.matrix-modal.matrix-modal-warning > .swal2-contentwrapper > #swal2-title {
    background-color: #f8e98f;
}

.matrix-modal.matrix-modal-error > .swal2-contentwrapper > #swal2-title {
    color: #fff;
    background-color: #e21a1a;
}

.matrix-modal.matrix-modal-success > .swal2-contentwrapper > #swal2-title {
    background-color: #69ce37;
}

.matrix-modal > .swal2-contentwrapper > #swal2-content {
	text-align: left;
	font-size: 12px;
	padding: 1rem 1rem 0 1rem;
	overflow-y: auto;
	max-height: 25rem;
	min-height: 3rem;
}

.matrix-modal.matrix-modal-error > .swal2-contentwrapper > #swal2-content {
	text-align: center;
}

.matrix-modal > .swal2-icon {
	margin: 0 auto 0 auto;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0.8rem;
	left: 0.9rem;
	z-index: 99;
}

.matrix-modal > .swal2-icon.swal2-warning,
.matrix-modal > .swal2-icon.swal2-info,
.matrix-modal > .swal2-icon.swal2-question,
.matrix-modal > .swal2-icon.swal2-error {
	line-height: 1rem;
	font-size: 15px;
}

.matrix-modal > .swal2-icon.swal2-warning {
	border-color: #b19c1f;
	color: #b19c1f;
}

.matrix-modal > .swal2-icon.swal2-info {
	border-color: #9de0f6;
	color: #9de0f6;
}

.matrix-modal-toast > .swal2-icon {
	border-width: 2px;
}

.matrix-modal > .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	height: 3px;
	width: 12px;
	top: 6px;
}

.matrix-modal > .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
	right: 1.5px;
}

.matrix-modal > .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
	left: 1.5px;
}

.matrix-modal > .swal2-buttonswrapper {
	width: 100%;
	border-top: 1px solid rgb(229, 229, 229);
	padding: 1.5rem 0.5rem;
	box-sizing: border-box;
	margin: 0;
	height: 2.5rem;
	background-color: #fafafa;
}

.matrix-modal > .swal2-buttonswrapper .swal2-confirm {
	position: absolute;
	right: 10px;
}

.matrix-modal > .swal2-buttonswrapper .swal2-confirm.center {
	position: relative;
}

.matrix-modal.matrix-modal-error > .swal2-buttonswrapper .swal2-confirm {
	position: relative;
	right: 0px;
	font-size: 12px;
}

.matrix-modal > .swal2-buttonswrapper .swal2-styled {
	padding: 0 15px;
    margin: 0;
}

.matrix-modal > .swal2-buttonswrapper .swal2-cancel {
	position: absolute;
	left: 10px;
}

.matrix-modal > button.swal2-close {
	font-size: 26px;
	height: 26px;
	line-height: 30px;
	top: 0.5rem;
	right: 0.2rem;
	color: #595959;
}

.matrix-modal-async > button.swal2-close {
	display: none !important;
}


/* Toast styles */
.swal2-container > .swal2-popup.matrix-modal-toast {
	border-radius: 0px;
	top: -1px;
	width: 10rem;
	box-shadow: 2px 2px 6px #ccc;
	overflow-y: hidden;
}

.swal2-container > .swal2-popup.matrix-modal-toast.matrix-modal-success {
	background-color: #dff0d8 !important;
	border: 1px solid #3fb33f;
}

.swal2-container > .swal2-popup.matrix-modal-toast.matrix-modal-info {
	background-color: #d9edf7 !important;
	border: 1px solid #80cbe4;
}

.swal2-container > .swal2-popup.matrix-modal-toast > .swal2-contentwrapper > #swal2-content {
	font-weight: bold;
}

.swal2-container > .swal2-popup.matrix-modal-toast.matrix-modal-success > .swal2-contentwrapper > #swal2-content {
	color: #3fb33f;
	padding-left: 28px;
}

.matrix-modal-toast-success-img {
	position: absolute;
	left: -3px;
	top: -4px;
}

.swal2-container > .swal2-popup.matrix-modal-toast.matrix-modal-info > .swal2-contentwrapper > #swal2-content {
	color: #44b3d8;
}

.swal2-container > .swal2-popup.matrix-modal-toast.matrix-modal-error {
	background-color: #f2dede !important;
}

.matrix-modal-toast.swal2-toast {
	background: none !important;
}

.matrix-modal-toast.swal2-popup.swal2-toast .swal2-icon {
	height: 15px;
	width: 15px;
	margin-right: 6px;
}

.matrix-modal-toast.swal2-popup.swal2-toast .swal2-icon.swal2-info {
	font-size: 15px;
	line-height: 15px;
	border-color: #80cbe4;
}

.matrix-modal-toast > .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	height: 3px;
}

.matrix-modal-toast.swal2-popup.swal2-toast > .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	top: 6px;
	width: 13px;
}

.matrix-modal-toast.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right']
{
	right: 1px;
}

.matrix-modal-toast.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left']
{
	left: 1px;
}

.matrix-modal > .swal2-icon.swal2-success .swal2-success-ring,
.matrix-modal-toast.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{
	height: 15px;
	width: 15px;
}

.matrix-modal > .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
	width: 11px;
	left: 3px;
	top: 6px;
}

.matrix-modal > .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
	width: 6px;
	left: 0px;
	top: 8px;
}

.matrix-modal > .swal2-icon.swal2-success [class^='swal2-success-line'],
.matrix-modal-toast > .swal2-icon.swal2-success [class^='swal2-success-line'] {
	height: 3px;
	animation: none;
}

.matrix-modal-toast.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
	height: 2px;
	width: 11px;
	right: 0px;
	top: 7px;
}

.matrix-modal-toast.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
	height: 2px;
	width: 7px;
	left: 1px;
	top: 9px;
}

.swal2-shown .swal2-toast {
	animation: easyGlideToast 1s;
}

@keyframes easyGlideToast {
	0% {
		top: -10px;
		opacity: 0;
		}

		100% {
		top: -1px;
	opacity: 1;
		}
}

/*=================================================================
	$MATRIX LOADER ELEMENT
=================================================================*/

@keyframes MatrixSpinnerAnimation {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.ees_matrixSpinner-container {
	display: block;
	position: relative;
	background: #5bb9d5;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}
.ees_matrixSpinner-element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}
.ees_matrixSpinner-element.MatrixSpinner-outside,
.ees_matrixSpinner-element.MatrixSpinner-inside {
	animation-name: MatrixSpinnerAnimation;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-timing-function: cubic-bezier(0.67, 0.23, 0.23, 0.67);
}
.ees_matrixSpinner-element.MatrixSpinner-outside {
	background-image: url(../images/icons/loader-outside.svg);
	animation-direction: normal;
	animation-delay: 200ms;
}
.ees_matrixSpinner-element.MatrixSpinner-inside {
	background-image: url(../images/icons/loader-inside.svg);
	animation-direction: reverse;
}
.ees_matrixSpinner-element.MatrixSpinner-plus {
	background-image: url(../images/icons/loader-plus.svg);
}

@keyframes spinner {
	to { transform: rotate(360deg); }
}

.spinner:after {
	content: '';
	box-sizing: border-box;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -1px;
	border: 2px solid #e5e5e5;
	border-top-color: #a4a4a4;
	border-radius: 50%;
	animation: spinner .3s linear infinite;
	vertical-align: middle;
}

.spinner.-blue::after {
	border: 2px solid #a6d2e8;
	border-top-color: #3f98e1;
}

/* Import Assets From XML tool */
.sq-file-upload-table .button {
	padding: 7px;
	border: 1px solid #cccccc;
	background-color: #f1f1f1;
	border-radius: 2px;
}

.sq-file-upload-table .button:hover { background-color: #eaeaea; }

.sq-file-upload-table .button span { padding: 0 10px; }

.sq-file-upload-table tfoot td { padding: 15px 8px; }

/*=================================================================
	LOCKS HEADER BAR
=================================================================*/
.sq-locks-header {
	border: none;
	background: #fff;
}
.sq-locks-header .sq-backend-section-div {
	min-height: 35px;
}
.sq-field-filter {
	align-items: center;
	display: flex;
}
.sq-field-filter input[type="text"]{
	margin: 0;
}

/* ---- Fixed Header on Scroll ---- */
.fixed-locks-header .sq-locks-header {
	border-bottom: 1px solid #ddd;
	position: fixed;
	top: -1px;
	width: 100%;
	z-index: 1080 !important;
}
.fixed-locks-header .sq-locks-header:not(.sq-locks-header) {
	border: 0;
}
.sq-header-content--fixed,
.fixed-locks-header.hidden-top-header .sq-header-content--fixed {
	display: none;
}
.sq-header-content--fixed .sq-icon {
	height: 16px;
	width: auto;
}
.sq-header-content--fixed .sq-backend-screen-heading {
	font-weight: bold;
	margin-top: -2px;
}
.fixed-locks-header .sq-header-content--fixed {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 50%;
}
/* ---- end Fixed Header on Scroll ---- */

/* overide default styles of icons inside of asset tags */
.sq-asset-tag img {
	height: 16px;
	width: auto;
	margin: 0;
	vertical-align: baseline;
}
.sq-icon[src*="system_config"] {
	height: 20px;
	width: 20px;
}

.sq-password-wrapper {
	line-height: 30px;
}

.http-request-password-table {
	border: 1px solid #e5e5e5;
	width: 30% !important;
}



/*=================================================================
	COMPONENTS
=================================================================*/

/* ---- Slider Bar ---- */
.slider-container {
	line-height: 26px;
	min-width: 430px; /* hopefully! */
	max-width: 600px;
	overflow: visible;
	white-space: nowrap;
	display: inline;
}
.slider-box {
	background: #ddd;
	height: 26px;
	padding: 0px 4px;
	width: 300px;
	float: left;
}
.slider-bar {
	height: 4px;
	background: #888;
	margin-top: 11px;
}
.slider {
	height: 20px;
	position: absolute;
	margin-top: -8px;
	background: #aaa;
	cursor: normal;
}
.slider-label-left {
	float: left;
	margin-right: 1ex;
	text-align: right;
}
.slider-label-right {
	float: left;
	margin-left: 1ex;
	text-align: left;
}

/* Put these down here so we don't need to add !important */
.hide,
.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}
