<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clickable { cursor: pointer; }
.float-right { float: right; }
.float-left { float: left; }
.margin-r-10 { margin-right: 10px; }

.admin em { font-style: italic; }
.admin .breadcrumbs
{
    font-size:12px;
    margin-bottom:10px;
}

.admin, .adminmenu
{
    background-color:#fff;
    padding:20px 20px 20px 30px;
    font-size:12px;
}
.admin-content { 
	padding: 20px 10px;
	min-height: 300px;
    font-size: 12px;
    font-family: 'Trebuchet MS',Arial,sans-serif;
}
.admin a:hover, .adminmenu a:hover
{
    color:Blue;
    text-decoration:underline;
}

.admin .simplelist, .adminmenu .simplelist
{
   padding:0px;
}
.admin li, .adminmenu li
{
   list-style-type:none;
}

.admin .settingrow
{
    width:95%;
    margin-bottom: 15px;
    clear:both;
}

.admin .settingrow input[type=text]{ width:300px; }

.admin .settingrow .RadUpload input[type="text"] { width:auto; }
.admin .settingrow .RadUpload { width:auto; }

.admin .settingrow .display-field  {
    float: left;
    width: 300px; 
    color: #393939;
    font: 100% 'Trebuchet MS',Arial,sans-serif;
}

.admin .settingrow .settinglabel
{
    width:30%;
    float:left;
    font-weight:bold;
}

.admin .settingrow .settinginfo
{
    margin-left: 30%;
}

.admin .settingrow .editor-container { float: left; }
.admin .settingrow .ajax__calendar_container { z-index:20 }

.admin table.aspcheckboxlist 
{
   width:90%;
}
.admin .settingrow .mhelp img
{
   display:inline;
}
.admin .tabSettings
{
   padding-top:20px;
}

.adminPage .warning-msg { 
    display: inline-block;
    width: 230px;
    margin: 0;
    padding: 5px;
    float: right;
    background-color: #FFF398;
    border: 1px solid #C9C943;
}

/* Multi Select Box Styles */

.admin .multiselectbox {
	float:left;
}
.admin .multiselectbox select {
    width: 200px;
    height: 400px;
}
.admin .multiselectbox img {
    display: inline !important;
}
.admin .multiselectbox label {
	width: 200px;
	padding: 0px 30px 3px 0px;
	font-weight: bold;
	display: block;
	float: left;
	text-align: center;
}
.admin .multiselectbox label.last {
	padding-right: 0px;
}

/* Bulk Customer Importer */
.admin .summaryTable {
    border: 1px solid #58595B;
    float: left;
	margin: 15px 15px 0 0;
}
.admin .summaryTable th,
.admin .summaryTable td {
    padding: 2px 10px 2px 10px;
    border-bottom: 1px solid #58595B;
}
.admin .summaryTable th {
    font-weight: bold;
}
.admin .summaryTable .error {
    color: Red;
}
.admin .summaryTable .success {
    color: #00910E;
}
.admin .reviewContainer {
	width: 100%;
	height: 400px;
	overflow: scroll;			
	margin: 20px 0;
	border: 1px solid #58595B;
}	
.admin .reviewTable td,
.admin .reviewTable th {
    border: 1px solid #FFF;
	padding: 3px 5px;
}
.admin .reviewTable th {
	background-color: #58595B;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}
.admin .reviewTable th.error {
	background-color: #B51923;
}
.admin .reviewTable th.success {
	background-color: #00910E;
}
.admin .reviewTable tr.error {
	background-color: #FFAAAA;
}
.admin .reviewTable tr.success {
	background-color: #CEFFD0;
}
.admin .reviewTable .warningSummary,
.admin .reviewTable .errorSummary,
.admin .reviewTable .successSummary {
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
}
.admin .reviewTable .warningSummary {		    
	background: transparent url('warning-icon.png') no-repeat 0 0;		    
}
.admin .reviewTable .errorSummary {		    
	background: transparent url('RejectChanges.gif') no-repeat 0 0;		    
}
.admin .reviewTable .successSummary {		    
	background: transparent url('ApproveChanges.gif') no-repeat 0 0;  
}	
.admin .summaryNavigation {
	margin: 15px 0 0 0;
}		
.admin .summaryNavigation .rowIndex {
	padding: 3px;
	color: red;
	font-weight: bold;
}
.admin .summaryNavigation .problemBox {
	font-size: 14px;
	color: red;
}
.admin .summaryNavigation .problemBox li {
	list-style-type: disc;
	list-style-position: inside;
}

.adminPage .list-buttons {
	list-style: none;
	margin: 0 0 10px 0;
    float: left;
}
.adminPage .list-buttons li {
	float: left;
	margin: 0 15px 0 0;
}
.adminPage .list-buttons li span,
.adminPage .list-buttons li a {
	margin: 4px 0 0 0;
	display: inline-block;
}

/***** Rad Grid CSS *****/
.admin .GridImageButton {
    cursor: pointer;
}

/***** Tool Tip CSS *****/
.admin .tooltip span {
	display: none;
	position: absolute;
	width: 180px;
	height: auto;
	top: 0px;
	left: 15px;
	background: #FBFCE8;
	border: 1px solid #58595B;
	font-size: 11px;
	padding: 5px;
}
.admin .tooltip span ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.admin .tooltip:hover span {
	display: block;
}

/***** Maintain Image CSS *****/

.admin .imagePreviewPane {
    background: transparent url('../../Data/SiteImages/Backgrounds/bg-image-editor.gif') repeat 0 0; 
    width: 430px;
    height: 430px;
    overflow: hidden;
	border: 1px solid #000;
	float: left;
}
.admin .imagePresetSizes {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.admin .imagePresetSizes li {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
}
.admin .imagePresetSizes li:hover {
	left: -1px;
}
.admin .imagePresetSizes li.missing a {
	background-color: #ffd6d6;
	color: #b41b1b;
}
.admin .imagePresetSizes li.active {
	left: -1px;
}
.admin .imagePresetSizes li.active a {
	background-color: #CDE69C;
	padding-left: 21px;
	color: #638421;
}
.admin .imagePresetSizes a {
	display: block;
	padding: 10px 0 10px 20px;
	width: 140px;
	background-color: #FFF;
	border: 1px solid #000;
	border-left: none;
	color: #666666;
}
.admin .imagePresetSizes a:hover {
    font-weight: normal;
    padding-left: 21px;
    background-color: #F4F4F4;
}
.admin .imagePresetSizes.disabled a,
.admin .imagePresetSizes.disabled a:hover,
.admin .imagePresetSizes.disabled li.active a {
	font-weight: normal;
	padding-left: 20px;
    background-color: #F4F4F4;
    color: #666666;
    cursor: default;
}
.admin .imagePresetSizes.disabled li,
.admin .imagePresetSizes.disabled li:hover,
.admin .imagePresetSizes.disabled li.active {
    left: 0px;
}

/****************************/

.adminPage .clearfix:before,
.adminPage .clearfix:after {
    content: "";
    display: table;
} 
.adminPage .clearfix:after { clear: both; }
.adminPage .clearfix { zoom: 1; }

.adminPage .hide {display:none;}
.adminPage .hidden {visibility:hidden; display:inherit;}
.adminPage .visible {visibility:visible; display:inherit;}

.adminPage .transparent {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.adminPage .opaque {
	zoom: 1;
	filter: alpha(opacity=1);
	opacity: 1;
}

.adminPage fieldset legend {display:none;}

.adminPage h1 { font-size:20px; margin: 10px; }
.adminPage h2 { font-size:16px; margin: 0 0 10px 0; font-weight: bold; }
.adminPage p.intro-text { margin: 10px;font-size:14px; }

.adminPage .settingrow { padding: 4px 0px 4px 0px; clear:left; width: 100%; }
.adminPage .settingrow-html { height:470px; padding: 4px 0px 4px 0px; clear:left; }
.adminPage .settingrow-html .editor-container{ float:left; }
.adminPage .settinglabel { float:left; clear:left; width:20em; padding: 1px; }

.adminPage input[type="submit"]:disabled { color: #bababa; }

/******** Sortable List **********/
.adminPage .sortable-header {
    border: 1px solid #828282;
    background-color: #EEE;
	list-style: none;
	text-align:left;
	color: #333;	
	padding: 0.3em 30px;
	font-size: 12px;
}
.adminPage .sortable-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.adminPage .sortable-list li {
	display: block;
    height: 35px;
    font-size: 12px;
	line-height: 35px;    
    background: #FFF url('../../Data/SiteImages/FeatureIcons/sort.png') no-repeat 8px 10px;
    border: 1px solid #828282;
    border-top: none;
    padding: 0 0 0 30px;
    cursor: n-resize;    
}
.adminPage .sortable-list li.ui-sortable-helper {
    border-top: 1px solid #828282;
}
.adminPage .sortable-list li.sortable-placeholder {
	background-color: #DDD;
    background-image: none;	
}
.adminPage .sortable-list li a {
	float: right;
	text-decoration: underline;
	margin: 0 10px 0 0;
}

/******** Sortable Page Tree **********/
.adminPage .sortable-pages {
    list-style: none outside none;
    padding: 0;
    margin: 0 10px 10px 0;
    border-top: 1px solid #828282; 
}
.adminPage .sortable-pages.alt { margin: 0 0 20px 0; }

.adminPage .sortable-pages.numbered li { 
    list-style: decimal inside none;
    display: list-item;
    padding-left: 10px; 
}
.adminPage .sortable-pages li {
    border: 1px solid #828282;
    border-top: none;
    cursor: n-resize;
    display: block;
    font-size: 12px;
    line-height: 35px;
    padding: 0 0 0 30px;
    position: relative;
    background: #FFF;
}
.adminPage .sortable-pages li.processing { background-color: #FFFDCF; }
.adminPage .sortable-pages li:first-child {  }

.adminPage .sortable-pages li .expandable {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-indent: -9999em;
    position: absolute;
    left: 8px;
    top: 11px;
}
.adminPage .sortable-pages li.closed &gt; .expandable { background: url("../../Data/SiteImages/plus2.gif") no-repeat scroll 0 0 #FFFFFF; }
.adminPage .sortable-pages li.opened &gt; .expandable { background: url("../../Data/SiteImages/minus2.gif") no-repeat scroll 0 0 #FFFFFF; }

.adminPage .sortable-pages.alt li.closed &gt; .expandable,
.adminPage .sortable-pages.alt li.opened &gt; .expandable,
.adminPage .sortable-pages.alt li .expandable {
    text-indent: 0;
    background: none;
}

.adminPage .sortable-pages li &gt; ol { display:none; }

.adminPage .sortable-pages li &gt; .expandable-content {
    padding: 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #828282;
    cursor: default;
    min-width: 800px;
}

/*.adminPage .sortable-pages li.opened &gt; ol { display:block; }*/
.adminPage .sortable-pages li.ui-sortable-helper {
    border-top: 1px solid #828282;
}
.adminPage .sortable-pages li.ui-sortable-placeholder,
.adminPage .sortable-pages li.sortable-placeholder {
    background-color: #DDDDDD;
    background-image: none;
    list-style-type: none;
    visibility: visible !important;
}
.adminPage .sortable-pages li a.action {
    float: right;
    margin: 0 10px 0 0;
    text-decoration: underline;
}

.adminPage .sortable-pages li a.page-name
{
    margin: 0 10px 0 0;
    text-decoration: underline;
    font-weight:bold;
}

.adminPage .sortable-pages ul.data-items { 
    margin: 0 0 10px 0;
    overflow: hidden;
}
.adminPage .sortable-pages ul.data-items &gt; li {
    border: none;
    cursor: default;
    display: block;
    font-size: 12px;
    line-height: 24px;
    min-height: 24px;
    width: 200px;
    float: left;
    padding: 0 15px 0 0;
}
.adminPage .sortable-pages ul.data-items &gt; li &gt; a.action { float: left; }

/******** Status List Style **********/
.adminPage .status-container {
    width: 40px;
    height: 16px;
    margin: 0 auto;
}
.adminPage .status-container .approve,
.adminPage .status-container .reject {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    text-indent: -9999em;
    background: transparent url('../../Data/SiteImages/AwaitingReview.png') no-repeat 0 0;
}
.adminPage .status-container .approve.active,
.adminPage .status-container .approve:hover {
    background-image: url('../../Data/SiteImages/ApproveChanges.gif');
}
.adminPage .status-container .reject.active,
.adminPage .status-container .reject:hover {
    background-image: url('../../Data/SiteImages/RejectChanges.gif');
}
.adminPage .status-container .active {
    cursor: default;
}
.adminPage .status-container.processing {
    background: transparent url('../../Data/SiteImages/Loaders/ajax-loader-small.gif') no-repeat center center;
}
.adminPage .status-container.processing .approve,
.adminPage .status-container.processing .reject {
    visibility: hidden;
}

/******** Edit Modules Style **********/
.adminPage .module-list-wrapper {
    width: 430px;
    margin: 0 auto;
}
.adminPage .module-list-wrapper h2 { text-align: center; }
.adminPage .module-list-wrapper .list-container { overflow: hidden; }
.adminPage .module-list-wrapper .list-container select  {
    width: 400px;
    float: left;
}
.adminPage .module-list-wrapper .list-container ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
    width: 16px;
    float: left
}
.adminPage .module-list-wrapper .list-container ul li { height: 16px; }

/******** Checkbox List **********/
.adminPage .checkbox-list { margin: 20px 0; overflow: hidden; }
.adminPage .checkbox-list .checkbox-header {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 1.2em;
    display: block;
}
.adminPage .checkbox-list td { padding: 5px 0 0 0; }
.adminPage .checkbox-list input[type="checkbox"] { margin: 0 10px 0 0; }
.adminPage .checkbox-list .related7column span,
.adminPage .checkbox-list .related3column span {
	float: left;
	width: 33%;
	padding: 5px 0;
}
.adminPage .checkbox-list .related7column span { width: 14%; }
.adminPage .checkbox-list ul { margin: 0 0 0 10px;  }
.adminPage .checkbox-list ul li { padding: 0 0 10px 0; }

.adminPage .checkbox-row &gt; span { padding-right: 20px; }

/******** Time Range Slider **********/
.adminPage .time-range &gt; span {
    width: 85px;
    display: inline-block;
}
.adminPage .time-range .ui-slider {
    display: inline-block;
    width: 530px;
}
/********* Sortable Gallery List *************/
.adminPage .sortable-gallery {
    position: relative;
    min-height: 150px;
}
.adminPage .sortable-gallery .ui-sortable {
    margin: 0 0 10px 0;
    list-style-type: none;
}
.adminPage .sortable-gallery li.sortable-placeholder,
.adminPage .sortable-gallery li.sortable-item { 
    clear:both;
    margin-top:10px;
    overflow:hidden;
    border: 1px solid #828282;
    cursor: n-resize;
    padding: 20px;
    background-color: #FFF;
}
.adminPage .sortable-gallery li.sortable-item .gallery-image { 
    float:left;
    border: 1px solid #DDD;
}
.adminPage .sortable-gallery li.sortable-item .gallery-image img { display: block; }
.adminPage .sortable-gallery li.sortable-item .gallery-actions { float: right; }
.adminPage .sortable-gallery li.sortable-item .gallery-details {
    margin-left:10px;
    float:left;
    width: 600px;
}
.adminPage .sortable-gallery li.sortable-item .gallery-details p { margin: 0 0 5px 0; }
.adminPage .sortable-gallery li.sortable-placeholder { background-color: #DDDDDD; }

.adminPage .sortable-gallery .loading-panel.show {display: block;}
.adminPage .sortable-gallery .loading-panel {
	display: none; 
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.adminPage .sortable-gallery .loading-panel span {
	display: block;
	padding: 60px;		
	background: #F1E7E7 url('../../Data/SiteImages/ajax-loader.gif') no-repeat center center;		 
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -60px;
	border-radius: 15px;
}

/********* Articles Menu *************/
.articles-menu-item {
    width:260px;
    height: 100px;
    border: 1px solid #666;
    background: #F3F3F3;
    padding: 20px;   
    margin-left:10px; 
    margin-bottom:10px;       
    float:left;
    border-radius: 10px;
}
.articles-menu-item .badge {
    width: 58px;
    height: 52px;
    padding: 6px;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.articles-menu-item .options {
    float: left;
    width: 170px;
}
.articles-menu-item .options .title {
    text-align:center;
    width: 170px;
    background: #666;
    color: #fff;  
    margin-bottom:3px;          
}

.page-admin
{
    font-size: 12px;
    padding: 20px 20px 20px 30px;
}

.page-admin .section-header .title {
    display: inline-block;
    margin-left: -20px;
    background-position: -1000px -1000px;
    padding-left: 20px;
    position: relative;
    cursor:pointer;
}

    .page-admin .expanded .section-header .title
    {
        background-image: url("PageSetup/drop-down.png");
        background-repeat:no-repeat;
    }

    .page-admin .collapsed .section-header .title
    {
        background-image: url("PageSetup/drop-down-collapsed.png");
        background-repeat:no-repeat;
    }

    .page-admin .section-header .title:hover
    {
        background-position: 3px 0px;
    }

    .page-admin .section &gt; .section-header
    {
        background: url("PageSetup/section-underline.png") repeat-x scroll 0 10px;
    }

    .page-admin h2
    {
        font-size: 18px;
    }

    .page-admin h3
    {
        background-color: #fff;
        font-size: inherit;
        font-weight: bold;
        padding-right: 5px;
    }

    .page-admin .section
    {
        box-sizing: border-box;
        margin-top: 25px;
        width:550px;
    }
        .page-admin .section:before,
        .page-admin .section:after
        {
            content: " ";
            display: table;
        }
        .page-admin .section:after
        {
            clear: both;
        }
        .page-admin .section:first-child
        {
            margin-top: 0;
        }
        .page-admin .section &gt; .section-header:before,
        .page-admin .section &gt; .section-header:after
        {
            content: " ";
            display: table;
        }
        .page-admin .section &gt; .section-header:after
        {
            clear: both;
        }

        .page-admin .section &gt; .section-header &gt; h3
        {
            margin-top: 3px;
        }
        .page-admin .section &gt; .section-header + .section-content
        {
            margin-top: 10px;
        }
        .page-admin .section &gt; .section-content:before,
        .page-admin .section &gt; .section-content:after
        {
            content: " ";
            display: table;
        }
        .page-admin .section &gt; .section-content:after
        {
            clear: both;
        }

        .page-admin .collapsed &gt; .section-content
        {
            display:none;
        }

    .page-admin .section + .section
    {
        margin-top: 25px;
        padding-top: 25px;
    }

    .page-admin .section-content
    {
        color:#5e5e5e;
    }

    .page-admin .label
    {
        display:inline-block;
        width:250px;
        font-weight:bold;
    }

    .page-admin .add-icon
    {
        background-image: url("PageSetup/add.png");
        display: inline-block;
        height: 16px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        text-align: left;
        text-indent: -999em;
        vertical-align: text-top;
        width: 16px;
    }
        .page-admin .add-icon span
        {
            display: none;
            text-indent: -9000px;
        }

.page-admin .section-header #add-vanity-url
{
    float: right;
    background-color: #fff;
    margin-top: 2px;
}

    .page-admin #vanity-urls
    {
        list-style: none;
    }
        .page-admin #vanity-urls li
        {
            padding: 5px 5px 5px 20px;
        }

        .page-admin #vanity-urls:after
        {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
        }

        .page-admin #vanity-urls li:before,
        .page-admin #vanity-urls li:after
        {
            content: " ";
            display: table;
        }
        .page-admin #vanity-urls li:after
        {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
        }


        .page-admin #vanity-urls li:nth-child(even)
        {
            background: #efefef;
        }
        .page-admin #vanity-urls li:nth-child(odd)
        {
            background: #fff;
        }
        .page-admin #vanity-urls li:hover
        {
            background: #ccc;
        }


        .page-admin #vanity-urls .vanity-delete {
            visibility: hidden;
        }

        .page-admin #vanity-urls dt {
            float: left;
        }

        .page-admin #vanity-urls dd {
            float: right;
            margin: 0;
        }

        .page-admin #vanity-urls .vanity-delete {
            padding-left: 5px;
            width: 20px;
        }

            .page-admin #vanity-urls .vanity-delete .action-delete
            {
                background-image: url("PageSetup/delete.png");
                display: inline-block;
                height: 16px;
                margin: 0;
                overflow: hidden;
                padding: 0;
                text-align: left;
                text-indent: -999em;
                vertical-align: text-top;
                width: 16px;
            }
            .page-admin #vanity-urls .vanity-delete .action-delete span
            {
                display:none;
            }

            .page-admin #vanity-urls li:hover .vanity-delete
            {
                visibility: visible;
            }

/********* Retail Opening Hours *********/
.adminPage .retail-opening-hours { width: 100%; }
.adminPage .retail-opening-hours .fixed-section {
	position: absolute;
	background-color: #FFF;
	width: 940px;
	padding: 10px 0 0 0;
	top: 20px;
}
.adminPage .retail-opening-hours .fixed-section.fixed {
	position: fixed;
	top: 0;
}
.adminPage .retail-opening-hours .header {
    border-bottom: 3px solid #333;
    clear: both;
	overflow: hidden;
}
.adminPage .retail-opening-hours .rows-wrapper { padding: 95px 0 0 0; }
.adminPage .retail-opening-hours .row {
    border-bottom: 1px solid #d8d8d8;
    clear: both;
}
.adminPage .retail-opening-hours .row.disable .days { color: #bababa; }
.adminPage .retail-opening-hours .store {
    text-align: left;
    width: 95px;
    float: left;
    padding: 10px 0;
	line-height: 20px;
    box-sizing: border-box;
}
.adminPage .retail-opening-hours .store input { float: left; }
.adminPage .retail-opening-hours .store span {
    display: block;
    width: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adminPage .retail-opening-hours .store.clickable { 
	background-color: #8FB6BD;
	color: #FFF;
	cursor: pointer;
}
.adminPage .retail-opening-hours .store.clickable:hover { background-color: #3a87ad; }
.adminPage .retail-opening-hours .source {
    float: left;
    text-align:center;
    width: 75px;
    padding: 10px 2px;
	line-height: 20px;
    box-sizing: border-box;
}
.adminPage .retail-opening-hours .source select { width: 70px; }
.adminPage .retail-opening-hours .days {
    list-style: none;
    margin: 0;
}
.adminPage .retail-opening-hours .days li:nth-child(odd) { background-color: #f2f2f2; }
.adminPage .retail-opening-hours .days li {
    float: left;
    text-align:center;
    width: 110px;
}
.adminPage .retail-opening-hours .days li .label {
    padding: 10px 2px;
	line-height: 20px;
    display: block;
}
.adminPage .retail-opening-hours .days .clickable { cursor: pointer; }
.adminPage .retail-opening-hours .days .clickable:hover {
	background-color: #3a87ad;
	color: #FFF;
}
.adminPage .inline-popup { z-index: 2; }
.adminPage .inline-popup .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.3);
	z-index: 1;
}
.adminPage .inline-popup .pop-up-form {
    width: 185px;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #d8d8d8;
    margin: -45px 0 0 -50px;
    text-align: left;
    padding: 10px;
	z-index: 1;
}
.adminPage .inline-popup .pop-up-form .settinglabel {
    width: 85px;
    padding: 0;
}

.adminPage .filter-search {
    float: right;
    margin: 0 0 20px 0;
    position: relative;
}
.adminPage .filter-search input {
    width: 150px;
	border: 1px solid #999;
	padding: 3px 25px 3px 5px;
}
.adminPage .filter-search .clear-button {
    background: transparent url('../../Data/SiteImages/close_15px.png') no-repeat 0 0;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 4px;
    text-indent: -9999em;
    cursor: pointer;
}
.adminPage .filter-search select {
    padding: 2px 5px 2px 5px;
    border: 1px solid #999;
    margin: 0 10px 0 0;
}
.adminPage .filter-search ul.legend {
	position: absolute;
	left: -200px;
	width: 150px;
}

.adminPage .no-data {
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 50px 0 0 0;
}

/********* Legend *********/
.adminPage ul.legend  { 
	list-style-type: none;
	margin: 0 0 0 30px;
}
.adminPage ul.legend li {
	position: relative;
	padding: 2px 0;
}
.adminPage ul.legend li:before {
	position: absolute;
	border: 1px solid #333;
	content: '';
	width: 11px;
	height: 11px;
	left: -20px;
}
.adminPage ul.legend li.cal-default:before { background-color: #DDD; }
.adminPage ul.legend li.cal-exception:before { background-color: #3a87ad; }
.adminPage ul.legend li.cal-public-holiday:before { background: #008000 url('../../Data/SiteImages/Backgrounds/bg-stripe.png') repeat 0 0; }
.adminPage ul.legend li.special-exception:before { background-color: #8FB6BD; } 

/********* Calendar *********/
.adminPage .fc-day-grid-event .fc-time { display: block; }
.adminPage .fc-day-grid-event .fc-content { white-space: normal; }
.adminPage .fc-event-container .default,
.adminPage .fc-event-container .exception { cursor: pointer; }
.adminPage .fc-event-container .exception { background-color: #3a87ad; }
.adminPage .fc-event-container .default:hover,
.adminPage .fc-event-container .default {
    background-color: #DDD;
    border-color: #DDD;
    color: #333;
}
.adminPage .fc-event-container .public-holiday {
	background: #008000 url('../../Data/SiteImages/Backgrounds/bg-stripe.png') repeat 0 0;
}

/********* Pop Up Form *********/

.no-dialog-title .ui-dialog-titlebar {display:none}
.adminPage .pop-up-form { width: 500px; }
.adminPage .pop-up-form.large { width: 100%; }
.adminPage .pop-up-form  h1 { margin: 10px 0; }
.adminPage .pop-up-form .buttonrow { padding: 15px 0; clear: both; }
.adminPage .pop-up-form .settingrow:before,
.adminPage .pop-up-form .settingrow:after { content: ""; display: table; } 
.adminPage .pop-up-form .settingrow:after { clear: both; }
.adminPage .pop-up-form .settingrow { zoom: 1; }
.adminPage .pop-up-form .settinglabel { width: 210px; padding: 5px 0; }
.adminPage .pop-up-form .settingdisplay { padding: 5px 0; }
.adminPage .pop-up-form .settingInput {
	width: 235px;
	border: 1px solid #999;
	padding: 3px 5px;
}
.adminPage .pop-up-form .ui-datepicker-trigger { margin: 0 5px; }
.adminPage .pop-up-form .inputWrapper {
	position: relative; 
	float: left;
	padding: 0 0 0 5px;
}
.adminPage .pop-up-form input[type="color"] { width: 23px; height: 23px; }
.adminPage .pop-up-form .settingrow.half {
	float: left;
    width: 50%;
	clear: none;
	box-sizing: border-box;
}
.adminPage .pop-up-form .settingrow.half.first-half {
    padding-right: 10px;
    clear: left;
}
.adminPage .pop-up-form .settingrow.half .settingInput {
    width: 200px;
    box-sizing: border-box;
}
.adminPage .pop-up-form .textAreaPreview {
	border: 1px solid #a9a9a9;
	height: 200px;
    clear: left;
    padding: 10px;
    overflow: auto;
    box-sizing: border-box;
	word-wrap: break-word;
}
.adminPage .pop-up-form .validationElement { border: 1px solid #B51717; }
.adminPage .pop-up-form .validationMessage {
	position: absolute;
	left: 0;
	top: -27px;
	background-color: #ECB3B3;
	padding: 0 3px;
	border: 1px solid #B51717;
	color: #B51717;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	min-width: 135px;
	text-align: center;
    white-space: nowrap;
}
.adminPage .pop-up-form .validationMessage:before,
.adminPage .pop-up-form .validationMessage:after {
	position: absolute;
	content: '';
	display: block;
	bottom: -5px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 0 8px;
	border-color: #ecb3b3 transparent transparent transparent;
}
.adminPage .pop-up-form .validationMessage:before {
	bottom: -6px;
	left: 4px;
	border-width: 6px 9px 0 9px;
	border-top-color: #B51717;
}

.adminPage .pop-up-form .form-table {
	width: 100%;
	text-align: left;
}
.adminPage .pop-up-form .form-table ul {
	margin: 0;
	list-style: none;
}
.adminPage .pop-up-form .form-table li {
	padding: 4px 0;
	text-align: center;
	float: left;
	width: 125px;
}
.adminPage .pop-up-form .form-table li.medium { width: 100px; }
.adminPage .pop-up-form .form-table li.small { width: 25px; }
.adminPage .pop-up-form .form-table .header li { font-weight: bold; }
.adminPage .pop-up-form .form-table .left { text-align: left; }
.adminPage .pop-up-form .form-table .settingInput {
	width: 100px;
	padding: 1px 5px;
}
.adminPage .pop-up-form .form-table .inputWrapper {
	position: relative;
	display: inline;
	float: none;
	padding: 0;
}
.adminPage .pop-up-form .add-button,
.adminPage .pop-up-form .remove-button {
	display: block;
	text-indent: -9999em;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: transparent none no-repeat 0 0;
	float: right;
}
.adminPage .pop-up-form .add-button { background-image: url('../../Data/SiteImages/PageSetup/add.png'); }
.adminPage .pop-up-form .remove-button { background-image: url('../../Data/SiteImages/PageSetup/remove.png'); }
.adminPage .pop-up-form .floorplan-container { height: 400px; }
.adminPage .pop-up-form .mainMasthead.getting-here.map { padding-bottom: 10px; }

/*********** Upload Area ***********/
.adminPage .upload-area {
	position: relative;
	clear: both;
	overflow: hidden;

}
.adminPage .upload-area .drop-box {
    -webkit-transition: border-color 500ms ease 0s, color 500ms ease 0s, background-color 500ms ease 0s;
    -moz-transition: border-color 500ms ease 0s, color 500ms ease 0s, background-color 500ms ease 0s;
    -o-transition: border-color 500ms ease 0s, color 500ms ease 0s, background-color 500ms ease 0s;
    transition: border-color 500ms ease 0s, color 500ms ease 0s, background-color 500ms ease 0s;
    border: #555 dashed 2px;
	margin: 10px auto 20px;
    padding: 25px 0;
    font: 14px/18px 'robotolight', Arial, Helvetica, sans-serif;
    text-align: center;
    color: #333;
    cursor: pointer;
    position: relative;
    clear: both;
	background-color: #E5E5E5;
	box-sizing: border-box;
}
.adminPage .upload-area .drop-box .button {
	  margin: 25px auto 0;
	  float: none;
	  display: block;
}
.adminPage .upload-area .drop-box.drag {
    border-color: #6B9ADB;
	color: #6B9ADB;
	background-color: #F0F0F0;
}
.adminPage .upload-area .progress {
    display: none;
    margin: -10px -100px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.adminPage .upload-area .uploading { cursor: default; }
.adminPage .upload-area .uploading .progress { display: block; }
.adminPage .upload-area .uploading .button,
.adminPage .upload-area .uploading .drop-text { visibility: hidden; }
.adminPage .upload-area .drop-box &gt; * { pointer-events: none; }
.adminPage .upload-area .hidden-input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.adminPage .upload-area .upload-preview {
	position: relative;
	float: left;
	cursor: pointer;
}
.adminPage .upload-area.locked .upload-preview { cursor: default; }
.adminPage .upload-area .upload-preview &gt; * { pointer-events: none; }
.adminPage .upload-area .upload-preview img { display: block; }
.adminPage .upload-area .drop-box-overlay {
	-webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    transition: opacity 500ms ease 0s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	color: #333;
	text-align: center;
	opacity: 0;
}
.adminPage .upload-area:not(.locked) .upload-preview:hover .drop-box-overlay,
.adminPage .upload-area:not(.locked) .upload-preview.drag .drop-box-overlay { opacity: 0.7; }
.adminPage .upload-area .drop-box-overlay p {
	position: absolute;
	top: 50%;
	width: 100%;
	font: 18px/22px 'robotomedium', Arial, Helvetica, sans-serif;
	margin: -11px;
	pointer-events: none;
}

/*********** Progress Bar ************/
@-webkit-keyframes move {
	0% { background-position: 0 0; }
	100% { background-position: 50px 50px; }
}
@-moz-keyframes move {
	0% { background-position: 0 0; }
	100% { background-position: 50px 50px; }
}
@keyframes move {
	0% { background-position: 0 0; }
	100% { background-position: 50px 50px; }
}

.adminPage .progress {
    width: 200px;
    height: 20px;
    border: #333 solid 1px;
    text-align: center;
    position: relative;
}
.adminPage .progress .bar {
    -webkit-transition: width 250ms ease 0s, background-color 500ms ease 0s;
    -moz-transition: width 250ms ease 0s, background-color 500ms ease 0s;
    -o-transition: width 250ms ease 0s, background-color 500ms ease 0s;
    transition: width 250ms ease 0s, background-color 500ms ease 0s;
    background: #55a3e3 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #55a3e3 0%, #6e99da 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55a3e3), color-stop(100%,#6e99da));
	background: -webkit-linear-gradient(top, #55a3e3 0%,#6e99da 100%);
	background: -o-linear-gradient(top, #55a3e3 0%,#6e99da 100%);
	background: -ms-linear-gradient(top, #55a3e3 0%,#6e99da 100%);
	background: linear-gradient(to bottom, #55a3e3 0%,#6e99da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a3e3', endColorstr='#6e99da',GradientType=0 );
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.adminPage .progress .info {
    position: relative;
    line-height: 20px;
    text-shadow: -1px 1px 1px #CCC;
}
.adminPage .progress.low .bar { background: #B85A5A none; filter: none; }
.adminPage .progress.medium .bar { background: #DA9933 none; filter: none; }
.adminPage .progress.high .bar { background: #61A768 none; filter: none; }

.adminPage .progress .twirl:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
	background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
	overflow: hidden;
}

/********* Metro Notifications *********/
.mnSmallBox { padding: 10px; }

/********* Audit Viewer *********/
.adminPage .audit-viewer .audit-actions {
	border-bottom: 1px solid #999;
	background-color: #FFF;
    margin: 20px 0 5px 0;
}
.adminPage .audit-viewer .audit-actions &gt; li {
	border: 1px solid #999;
	border-bottom: none;
    padding: 7px;
}
.adminPage .audit-viewer .audit-actions li  { position: relative; }
.adminPage .audit-viewer .audit-actions li span {
	padding: 6px 6px;
    display: block;
    cursor: pointer;
	position: relative;
}
.adminPage .audit-viewer .audit-actions &gt; li &gt; span:after {
	content: '';
	width: 0;
	height: 0;
	display:block;
	position: absolute;
	right: 5px;
    top: 5px;
	border-style: solid;
	border-width: 7px 10px 7px 0;
	border-color: transparent #666 transparent transparent;
}
.adminPage .audit-viewer .audit-actions &gt; li &gt; span.expanded:after {
	border-width: 10px 7px 0 7px;
	border-color: #666 transparent transparent transparent;
}
.adminPage .audit-viewer .audit-actions &gt; li &gt; span.loading:after {
	border: none;
	background: transparent url('../../Data/SiteImages/Loaders/ajax-loader-small.gif') no-repeat 0 0;
	width: 16px;
	height: 16px;
    top: 2px;
}

.adminPage .audit-viewer .audit-actions q {
	border: 1px solid #999;
    background-color: #ECECEC;
    padding: 3px;
}
.adminPage .audit-viewer .audit-actions li &gt; span:hover &gt; em { text-decoration: underline; }
.adminPage .audit-viewer .audit-details { margin: 0 0 0 10px; }
.adminPage .audit-viewer .audit-details li &gt; span { padding-left:34px; }
.adminPage .audit-viewer .audit-details li span:after {
	background: transparent url('../../Data/SiteImages/FeatureIcons/search.png') no-repeat 0 0;
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 5px;
    left: 15px;
}
.adminPage .audit-viewer .audit-details li:before, 
.adminPage .audit-viewer .audit-details li:after {
    content: '';
    position: absolute;
    left: 0;
}
.adminPage .audit-viewer .audit-details li:before {
    border-top: 1px solid #666;
    width: 8px;
    top: 12px;
	left: 2px;
    height: 0;
} 
.adminPage .audit-viewer .audit-details li:after{
    border-left: 1px solid #666;
    height: 100%;
    width: 0;
    top: -5px;
    left: 2px;
}
.adminPage .audit-viewer .audit-details li:last-child:after{ height:18px; }
.adminPage .audit-viewer .no-details { padding: 6px; }

/********* Drill Down **********/

.adminPage .drill-down {
	border: 1px solid #999;
	background-color: #FFF;
    margin: 20px 0 5px 0;
	font-size: 14px;
}
.adminPage .drill-down &gt; li &gt; span {
	padding: 10px 0 10px 40px;
	display: block;
	cursor: pointer;
	position: relative;
}
.adminPage .drill-down &gt; li &gt; span:hover { 	background-color: #e8e8e8; }
.adminPage .drill-down &gt; li &gt; span:before {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
    left: 19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #000;
}
.adminPage .drill-down &gt; li &gt; span.expanded {
	background-color: #999;
	color: #FFF;
}
.adminPage .drill-down &gt; li &gt; span.expanded:before {
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
	top: 14px;
    left: 16px;
}
.adminPage .drill-down &gt; li &gt; span.loadingBar:before {
	background: transparent url('../../Data/SiteImages/Loaders/ajax-loader-horizontal-small.gif') no-repeat center center;
	border: none;
	width: 16px;
	height: 11px;
	top: 12px;
    left: 12px;
}
.adminPage .drill-down ul { margin: 0; }
.adminPage .drill-down ul li {
	background-color: #e8e8e8;
	padding: 10px;
    overflow: hidden;
	position: relative;
}
.adminPage .drill-down ul li.alt { background-color: #d6d5d5; }
.adminPage .drill-down ul li img {
	float: left;
	margin: 0 20px 0 0;
}
.adminPage .drill-down ul li .actions { margin: 40px 0 0 0; }
.adminPage .drill-down ul li .actions .buttons {
	float: right;
	margin-top: -15px;
}
.adminPage .drill-down ul li .actions .buttons a {
	background-color: #999;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 10px 15px;
    float: left;
    margin: 0 0 0 10px;
}
.adminPage .drill-down .drop-down-paging {
	border-bottom: 1px solid #999;
	padding: 10px 0;
}
.adminPage .drill-down .drop-down-paging .paging-wrapper {
	width: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.adminPage .drill-down .drop-down-paging .prev { float: left; cursor: pointer; }
.adminPage .drill-down .drop-down-paging .next { float: right; cursor: pointer; }

/********* Auto Complete *********/
.adminPage .auto-complete { 
    margin: 10px 0;
    float: left; 
}
.adminPage .settingrow .auto-complete { margin: 0; }
.adminPage .auto-complete &gt; p { margin: 10px 0 0 0; }
.adminPage .settingrow .auto-complete .search-field,
.adminPage .auto-complete .search-field {
    width: 400px;
    padding: 2px 5px;
    border: 1px solid #999;
    box-sizing: border-box;
}
.adminPage .auto-complete .results {
    position: absolute;
    width: 400px;
    min-height: 40px;
    background-color: #FFF;
    border: 1px solid #999;
    box-sizing: border-box;
    z-index: 100;
}
.adminPage .auto-complete .results ul { margin: 0; }
.adminPage .auto-complete .results ul li:hover { background-color: #e8e8e8; }
.adminPage .auto-complete .results ul li {
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
    font-weight: bold;
}
.adminPage .auto-complete .results ul li img {
    width: 50px;
    float: left;
    padding: 0 10px 0 0; 
}
.adminPage .auto-complete .results .empty-msg {
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

/********* CSS3 Loader *********/
.adminPage .ajax-content { position: relative; }
.adminPage .loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
}
.adminPage .loader.small-loader {
	background-image: url('../../Data/SiteImages/Loaders/ajax-loader-small.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.adminPage .loader .fountain-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -120px;
}
.adminPage .fountain-loader {
	position:relative;
	width:240px;
	height:29px
}
.adminPage .fountainG {
	position:absolute;
	top:0;
	background-color:#999999;
	width:29px;
	height:29px;
	-moz-animation-name:bounce_fountainG;
	-moz-animation-duration:1.3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:normal;
	-moz-transform:scale(.3);
	-moz-border-radius:19px;
	-webkit-animation-name:bounce_fountainG;
	-webkit-animation-duration:1.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-webkit-transform:scale(.3);
	-webkit-border-radius:19px;
	-ms-animation-name:bounce_fountainG;
	-ms-animation-duration:1.3s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:normal;
	-ms-transform:scale(.3);
	-ms-border-radius:19px;
	-o-animation-name:bounce_fountainG;
	-o-animation-duration:1.3s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:normal;
	-o-transform:scale(.3);
	-o-border-radius:19px;
	animation-name:bounce_fountainG;
	animation-duration:1.3s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	transform:scale(.3);
	border-radius:19px;
}
.adminPage .fountainG_1 {
	left:0;
	-moz-animation-delay:0.52s;
	-webkit-animation-delay:0.52s;
	-ms-animation-delay:0.52s;
	-o-animation-delay:0.52s;
	animation-delay:0.52s;
}
.adminPage .fountainG_2 {
	left:30px;
	-moz-animation-delay:0.65s;
	-webkit-animation-delay:0.65s;
	-ms-animation-delay:0.65s;
	-o-animation-delay:0.65s;
	animation-delay:0.65s;
}
.adminPage .fountainG_3 {
	left:60px;
	-moz-animation-delay:0.78s;
	-webkit-animation-delay:0.78s;
	-ms-animation-delay:0.78s;
	-o-animation-delay:0.78s;
	animation-delay:0.78s;
}
.adminPage .fountainG_4 {
	left:90px;
	-moz-animation-delay:0.91s;
	-webkit-animation-delay:0.91s;
	-ms-animation-delay:0.91s;
	-o-animation-delay:0.91s;
	animation-delay:0.91s;
}
.adminPage .fountainG_5 {
	left:120px;
	-moz-animation-delay:1.04s;
	-webkit-animation-delay:1.04s;
	-ms-animation-delay:1.04s;
	-o-animation-delay:1.04s;
	animation-delay:1.04s;
}
.adminPage .fountainG_6 {
	left:150px;
	-moz-animation-delay:1.17s;
	-webkit-animation-delay:1.17s;
	-ms-animation-delay:1.17s;
	-o-animation-delay:1.17s;
	animation-delay:1.17s;
}
.adminPage .fountainG_7 {
	left:180px;
	-moz-animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
	-ms-animation-delay:1.3s;
	-o-animation-delay:1.3s;
	animation-delay:1.3s;
}
.adminPage .fountainG_8 {
	left:210px;
	-moz-animation-delay:1.43s;
	-webkit-animation-delay:1.43s;
	-ms-animation-delay:1.43s;
	-o-animation-delay:1.43s;
	animation-delay:1.43s;
}

@-moz-keyframes bounce_fountainG {
	0% { -moz-transform:scale(1); background-color:#999999; }
	100% { -moz-transform:scale(.3); background-color:#FFFFFF; }
}
@-webkit-keyframes bounce_fountainG {
	0% { -webkit-transform:scale(1); background-color:#999999; }
	100% { -webkit-transform:scale(.3); background-color:#FFFFFF; }
}
@-ms-keyframes bounce_fountainG {
	0% { -ms-transform:scale(1); background-color:#999999; }
	100% { -ms-transform:scale(.3); background-color:#FFFFFF; }
}
@-o-keyframes bounce_fountainG {
	0% { -o-transform:scale(1); background-color:#999999; }
	100% { -o-transform:scale(.3); background-color:#FFFFFF; }
}
@keyframes bounce_fountainG {
	0% { transform:scale(1); background-color:#999999; }
	100% { transform:scale(.3); background-color:#FFFFFF;}
}</pre></body></html>