<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/*
		Colors:
			
		Pantone 228 GSP Crimson:	#682145
		Process Black:				#000000
		Pantone Cool Grey 10:		#766A62 -- Dark
		Pantone Warm Gray 4:		#B7B1A9 -- Medium
									#CCB8AB -- Light	
									#FBFBFB -- Barely visible
		Pantone 320:				#009AA6 -- Dark blue		
		Pantone 5503:				#99BFC2 -- Light blue		
		Error						#FF0000
		Warning						#E1A358
		Information					#009AA6
	*/
	html { overflow: hidden; }
	body { background-color: #63666a; overflow: hidden; line-height: 1.2; }
	html, body, div, span, h1, h2, h3, h4, h5, h6, p, pre,
	a, abbr, acronym, dl, dt, dd, ol, ul, li, fieldset, label, legend,
	th, td, textarea, input, select { color: #000000; font-family: "proximanova", "Helvetica", Arial, sans-serif; font-size: 14px; cursor: default; }
	th, td { cursor: default; }
	a {	text-decoration: none; color: #000000; outline: 0; }
	a:hover { text-decoration: underline; cursor: pointer; }
	a[disabled]:hover { text-decoration: none; cursor: default; }
	a img { border: 0; }
	h1, h2, h3, h4, h5, h6 { font-weight: bold;	padding: 2px; margin: 2px; }
	h1 { font-size: 200%; }
	h2 { font-size: 175%; }
	h3 { font-size: 150%; }
	h4 { font-size: 125%; }
	h5 { font-size: 115%; }
	h6 { font-size: 10px; }
	p {	padding: 1em; line-height: 1.2; }
	b {	font-weight: bold; }
	img { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
	hr { color: #766A62; background-color: #766A62; border: 0; border-bottom: 1px solid #766A62; }
	input[type=text], input[type=password], textarea, select, input[type=file], .cblist  {
		border-top: 1px solid #CCCCCC; border-right: 1px solid #BBBBBB; border-bottom: 1px solid #A0A0A0; border-left: 1px solid #BBBBBB;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;	
		-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;
		color: #000000; display: inline-block; padding: 0px 4px 4px 4px; height: 24px; line-height: 20px;
	}
	th.vert {
		max-width: 20px;
		min-width: 20px;
		width: 20px;
		-max-height: 160px;
		-min-height: 160px;
		height: 160px;
		vertical-align: bottom;
		text-align: center;
		border: 1px solid red;
		line-height: 10px;
		padding: 0;
	}
	th.vert span {
		-webkit-transform: rotate(-90deg); 
		-moz-transform: rotate(-90deg); 
		transform: rotate(-90deg); 
		-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		white-space: nowrap;
		display: block;	
		width: 160px;
		height: 10px;
		color: #FFFFFF;
		position: relative; 
		left: -70px;
		line-height: 10px;
		border: 1px solid yellow;
	}
	.cblist { overflow-y: auto; overflow-x: hidden; height: 100px; width: 100%; }
    .validation-img-span { float: right; display: inline-block; position: absolute;	margin-left: -24px;	margin-top: -3px; cursor: pointer; padding-right: 4px; }
    .validation-input { padding-right: 24px !important; }
    .validation-drop-down { margin-top: 0 !important; }
    .validation-drop-down::before { border-bottom: 7px solid red !important}
    .validation-panel { opacity: 0.87; border-color: red !important; }
	input[type=image] { cursor: pointer; }
	input[type=image][disabled=disabled] { cursor: default; opacity: 0.5}
	select { padding: 0; }
	textarea { height: auto; }
	.YesNo { position: relative; top: -3px; white-space: nowrap; }
	.YesNo input, .radio-list input { position: relative; top: 2px; margin-left: 5px; }
	.YesNo[disabled=disabled], .radio-list[disabled=disabled] { color: #888888; }
	.radio-list td { padding: 5px 0; }	
	.radio-list td input { position: relative; top: 1px; }
	.radio-list td label { position: relative; left: 3px; }
	input { outline: 0; }
	input[type=text], input[type=password], textarea, input[type=file] { background: #FFFFFF; cursor: text; }
	select, input[type=file] { background: #FFFFFF; color: #000000; cursor: pointer; }
	input[type=button], input[type=submit], input[type=reset], .tb-deselected, .tb-selected,
        .ajax__fileupload_uploadbutton, .ajax__fileupload_selectFileButton, .ajax_fileupload_cancelbutton { 
		border-width: 1px;
		border-style: solid;
		cursor: pointer;
		margin: 0;
		overflow: visible;
		text-decoration: none !important;
		width: auto;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		padding: 0 10px;
		height: 26px;
		line-height: 24px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
		color: #FFFFFF;
		background-color: #666666 !important;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #000000));
		background-image: -webkit-linear-gradient(top, #666666 0%,#000000 100%);
		background-image: -moz-linear-gradient(top, #666666 0%,#000000 100%);
		background-image: -o-linear-gradient(top, #666666 0%,#000000 100%);
		background-image: linear-gradient(top, #666666 0%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF666666', endColorstr='#FF000000');
		border-color: #666666 !important;	
		white-space: nowrap;
		display: -moz-inline-box;
		-moz-box-orient: vertical;
		display: inline-block;
		vertical-align: middle;
}
	input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=file]:hover, .tb-deselected { 
		background-color: #999999;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #666666));
		background-image: -webkit-linear-gradient(top, #999999 0%,#666666 100%);
		background-image: -moz-linear-gradient(top, #999999 0%,#666666 100%);
		background-image: -o-linear-gradient(top, #999999 0%,#666666 100%);
		background-image: linear-gradient(top, #999999 0%,#666666 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF999999', endColorstr='#FF666666');
		border-color: #999999;	
}
	.tb-deselected, .tb-selected { padding: 2px 10px; margin-left: 2px; }

	input[type=button][disabled=disabled], input[type=submit][disabled=disabled], input[type=button][disabled=disabled]:hover, input[type=submit][disabled=disabled]:hover {
		background: #EBEBE4;
		border-color: #999999;	
		color: #999999;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
		cursor: default;
	}
	/*input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { border: 1px solid #682145; }*/
	input[disabled=disabled], span[disabled=disabled] label { color: #888888; }
	select[disabled=disabled], 
	input[type=text][disabled=disabled],
	textarea[disabled=disabled], 
	option[disabled=disabled], 
	input[type=password][disabled=disabled]
	input[type=text][disabled=disabled],
	input[type=password][disabled=disabled]:hover, 
	input[type=text][disabled=disabled]:hover {
		border-top: 1px solid #CCCCCC;  
		border-right: 1px solid #BBBBBB;  
		border-bottom: 1px solid #A0A0A0;  
		border-left: 1px solid #BBBBBB;  	
		color: #888888; 
		background: #F5F5F5;
		cursor: default;
	}
	textarea { overflow: hidden; }
	textarea:focus { overflow: auto; } 
	select[multiple] { height: auto; padding: 2px;}
	/* Calendar Control */	
	.RBL { }
	.RBL&gt;input, .RBL&gt;span&gt;input { position: relative; top: -1px;  }
	.RBL&gt;label, .RBL&gt;span&gt;label { position: relative; top: -3px; margin-right: 20px; }
	.CBL { }
	.CBL&gt;input, .CBL&gt;span&gt;input { position: relative; top: -1px !important;  }
	.CBL&gt;label, .CBL&gt;span&gt;label { position: relative; top: -3px; margin-right: 20px; }
	/*.CalExt { position: relative; z-index: 999; }
	.CalExt .ajax__calendar_container { border-top: 1px solid #3C7FB1; border-right: 1px solid #3C7FB1; border-bottom: 1px solid #3C7FB1; border-left: 1px solid #3C7FB1; background-color: #FFFFFF; color: #000000; width: 235px; height: 235px; }
	.CalExt .ajax__calendar_body, .CalExt .ajax__calendar_days, .CalExt .ajax__calendar_months, .CalExt .ajax__calendar_years { width: 235px; height: 200px; }
	.CalExt .ajax__calendar_day, .CalExt .ajax__calendar_month, .CalExt .ajax__calendar_year { color: #000000; }
	.CalExt .ajax__calendar_active .ajax__calendar_day, .CalExt .ajax__calendar_active .ajax__calendar_month, .CalExt .ajax__calendar_active .ajax__calendar_year { color: #000000; font-weight: bold; }
	*/
	.DDLExt {
		position: relative;
	}
	.DDLExt&gt;span&gt;input[tpye=text] {
		background: red !important;
	}
	.DDLExt&gt;div {
		background: #FFFFFF; color: #000000; padding: 0px; height: 200px; overflow-x: hidden; overflow-y: scroll; width: 100%;
		border-top: 1px solid #CCCCCC; border-right: 1px solid #BBBBBB; border-bottom: 1px solid #A0A0A0; border-left: 1px solid #BBBBBB;
	}
	.DDLExt td {
		padding: 0;
		line-height: 16px;
		height: 16px;
	 }
	 .DDLExt td a {
		position: relative;
		top: -4px;
		left: 4px;
	 }
	.AppBox { border-top: 1px solid #CCCCCC; border-right: 1px solid #BBBBBB; border-bottom: 1px solid #A0A0A0; border-left: 1px solid #BBBBBB; -moz-border-radius: 5px; border-radius: 5px; padding: 10px; }
	.MB { z-index: 1001; background-color: #CCCCCC; padding: 10px; }
	.MB .T { position: absolute; top: 10px; left: 10px; font-weight: bold; }
	.MB .C {
		background-color: #F0F0F0; position: absolute; top: 32px; right: 5px; bottom: 40px; left: 5px; 
		border-top: 1px solid #CCCCCC; border-right: 1px solid #BBBBBB; border-bottom: 1px solid #A0A0A0; border-left: 1px solid #BBBBBB; -moz-border-radius: 5px; border-radius: 5px;
	}
	.MB .C table { width: 100%; margin-top: 10px; }
	.MB .C table td { padding: 5px 10px; line-height: 20px; }
	.MB .C input { width: 100%; }
	.MB .B { position: absolute; bottom: 10px; right: 10px; text-align: right; }
	.MB .B input { margin-left: 10px; }
	.BO { z-index: 1000; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #000000; 
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); filter: alpha(opacity=50); -moz-opacity: 0.50; -khtml-opacity: 0.50; opacity: 0.50;
	}
	body { 
		/* IE 6 - 8 */
		scrollbar-base-color: #000000; 
		scrollbar-face-color: #000000; 
		scrollbar-highlight-color: #000000; 
		scrollbar-shadow-color: #999999; 
		scrollbar-3dlight-color: #000000; 
		scrollbar-arrow-color: #999999; 
		scrollbar-track-color: #666666; 
		scrollbar-darkshadow-color: #000000; 
		/* IE 9+ */
		-ms-scrollbar-base-color: #000000; 
		-ms-scrollbar-face-color: #000000; 
		-ms-scrollbar-highlight-color: #000000; 
		-ms-scrollbar-shadow-color: #999999; 
		-ms-scrollbar-3dlight-color: #000000; 
		-ms-scrollbar-arrow-color: #999999; 
		-ms-scrollbar-track-color: #666666; 
		-ms-scrollbar-darkshadow-color: #000000; 
	}
	/* Chrome */
	::-webkit-scrollbar { width: 20px; height: 20px; } 
	::-webkit-scrollbar-track { background: #666666; border-left: 1px solid #999999; }
	::-webkit-scrollbar-thumb { background: #000; border: 1px solid #999999; }
	::-webkit-scrollbar-button:decrement { border: 1px solid #999999; background: #666666 url(https://share.gspretail.com/common/images/scrollarrowup.gif) center center no-repeat; }
	::-webkit-scrollbar-button:increment { border: 1px solid #999999; background: #666666 url(https://share.gspretail.com/common/images/scrollarrowdn.gif) center center no-repeat; }
	
	/* Notification Control */
	.AppNotification { position: fixed; bottom: 10px; left: 50%; margin-left: -400px; width: 800px; z-index: 1700; }
	.AppNotification div { width: 100%; border: 1px solid #666666; border-top: 5px solid #666666; background: #FFFFFF;
		-webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px;
	}
	.AppNotification div.Information { border-color: #009AA6; }
	.AppNotification div.Warning { border-color: #E1A358; }
	.AppNotification div.Error { border-color: #FF0000; }
	.AppNotification div table { width: 100%; }
	.AppNotification div table td { text-align: left; padding: 0 10px; vertical-align: middle; color: #666666; }
	.AppNotification div table th { text-align: right; padding: 10px; vertical-align: middle; color: #666666; }
	.AppNotification div table th a { font-weight: bold; font-size: 30px; color: #666666; text-decoration: none; }
	.CaptureLink{
		border: 1px solid #666666;
    cursor: pointer;
		margin: 0;
		overflow: visible;
		text-decoration: none !important;
		width: auto;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		padding: 0 10px;
		height: 26px;
		line-height: 24px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
		color: #FFFFFF;
		background-color: #666666;
		white-space: nowrap;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(top, #666666 0%,#000000 100%);
}
	.CaptureLink:hover{
		background-color: #999999;
		border-color: #999999;
    background-image: linear-gradient(top, #999999 0%,#666666 100%);
}
	.scroller  {
		border-top: 1px solid #CCCCCC; 
		border-right: 1px solid #BBBBBB; 
		border-bottom: 1px solid #A0A0A0; 
		border-left: 1px solid #BBBBBB;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#ProgressBackground { z-index: 2000; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: #666666;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10); 
		filter: alpha(opacity=10);
		-moz-opacity: 0.10;
		-khtml-opacity: 0.10;
		opacity: 0.10;
	}

	.ac-list { background: #FFFFFF; border: 1px solid #7F9DB9; }
	.ac-list-item { padding: 2px; background: #FFFFFF; color: #000000; }
	.ac-list-item-hover { padding: 2px; background: #3399FF; color: #FFFFFF; }

/* INTERACT */
span.MockupNav 
{	
    display: inline;
    max-width: 300px;
    height: 35px;
    text-align: center;    
    margin: 0 auto;
    vertical-align: middle;
}


.DesignActionButton 
{
    background: #CCCCCC;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px; 
	border-radius: 5px; 
	padding: 4px;
	border-top: 1px solid #CCCCCC; 
	border-right: 1px solid #BBBBBB; 
	border-bottom: 1px solid #A0A0A0; 
	border-left: 1px solid #BBBBBB;	
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
    margin: -34px 0 0 0;
}

.DesignActionButton img 
{
    width: 28px;
}

.jon {
	border-bottom-style: none;
	border-collapse: collapse;
	border-right-style: none;
	border-top-style: none;
}

div.RollbackPanel {
    float: left;
	margin-top: 25px;
    margin-left: 5px;
    margin-bottom: 25px;
    top:225px; 
    left:800px; 
    text-align: center; 
    width:325px;     
    padding: 3em; 
    border: 1px solid darkgrey;    
}

.ApproveList
{
	border-collapse: collapse;
	margin: 5px 0 10px 5px;
}
.ApproveList th
{
	font-weight:bold;
}

.ApproveList td
{
    border: solid 1px;
    border-left: none;
    border-right: none;
	border-top :solid 1px;
	padding: 7px;
	color:Gray;
}

.ApproveList a
{
	color: #1E1E1E;
    text-decoration: none;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bvThumbsView span {
    height: 200px;
}

span#saveWarning {
    display: none;
}

.frmUpload {
    width: 100%; 
    height: 432px;
}

.frmUploadBody {
    background-color:white;
}

.ajax__fileupload {
    height: 414px;
    margin-top: 3px;
}

.ajax__fileupload_queueContainer {
    height: 188px;
    margin-top: 36px !important;
    overflow-y: auto;
}

.ajax__fileupload_dropzone {
    height: 150px !important;
    line-height: 150px !important;
    font-style: italic;
    text-transform: capitalize;
    border-top: 1px dotted #CCCCCC !important;
    border-right: 1px dotted #BBBBBB !important;
    border-bottom: 1px dotted #A0A0A0 !important;
    border-left: 1px dotted #BBBBBB !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    color: #A0A0A0 !important;
    margin-bottom: 5px !important;
}

.ajax__fileupload, .ajax__fileupload_queueContainer {
    border-top: 1px solid #CCCCCC !important;
    border-right: 1px solid #BBBBBB !important;
    border-bottom: 1px solid #A0A0A0 !important;
    border-left: 1px solid #BBBBBB !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    color: #000000 !important;
}

.ajax__fileupload_selectFileContainer, .ajax__fileupload_selectFileButton, .ajax__fileupload_uploadbutton, .ajax_fileupload_cancelbutton {
    height: 26px !important;
    width: 100px !important;
    font-weight: normal !important;
}

.ajax__fileupload_selectFileButton {
    color: white !important;
}

.ajax__fileupload_ProgressBarHolder {
    padding-top: 2px;
    margin-right: 108px !important;
    line-height: 26px !important;
}

.ajax__fileupload_progressBar {
    height: 26px !important;
    background-color: #008C95 !important;
}

.ajax__fileupload_topFileStatus {
    margin-left: 110px;
}

#FileUploadControl_FileStatusContainer {
    height: 26px !important;
    line-height: 26px !important;
    white-space: nowrap;
    width: 358px;
    overflow-x: hidden;
}

.removeButton {
    background-image: url("https://share.gspretail.com/common/images/icons/ivan/000000/delete-24.png");
    background-repeat: no-repeat;
    color: transparent !important;
    background-color: white !important;
    background-position: right;
    width: 24px !important;
}

.removeButton::selection {
    color: transparent;
}

.pendingState &gt; span, .pendingState &gt; span &gt; span {
    color: #000000;
}

.uploadedState &gt; span, .uploadedState &gt; span &gt; span {
    color: #008C95;
}

.uploadingState &gt; span, .uploadingState &gt; span &gt; span {
    color: #E1A358;
}

.errorState, .errorState &gt; span, .errorState &gt; span &gt; span {
    color: red !important;
    background-color: white !important;
}

.cancelledState &gt; span, .cancelledState &gt; span &gt; span {
    color: #990000;
}

.ajax__fileupload_fileItemInfo .filename {
    white-space: nowrap;
}

.ajax__fileupload_fileItemInfo .filetype {
    display: none;
    visibility: hidden;
}

.ajax__fileupload_fileItemInfo .filesize {
    white-space: nowrap;
}

.ajax__fileupload_fileItemInfo .uploadstatus {
    white-space: nowrap;
    text-transform: lowercase;
}
.pnlArchives select {padding: 0px 4px 4px 4px;}
.pnlArchives td {padding: 5px;}



.PoweredBy {
    bottom: 19px;
    left: 29px;
    height: 36px;
    position: absolute;
}






/* -- OVERRIDE -- */
#m192BA6DF717C9 {
    /*height: 125px !important;*/
    background-color: lime;
}</pre></body></html>