﻿
/** Setup Manager **/
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

.blockedBorder
{
	border: 1px solid #CCCCCC;
}

.paddedBlockedBorder
{
	border: 1px solid #CCCCCC;
	padding: 30px;
}

.buttonBar
{
	text-align: right;
	padding: .2em .1em .2em .2em;
	margin-bottom: 0px;
	min-width: 40px;
}

.paddedButtonBar
{
	text-align: right;
	padding: 10px;
	vertical-align: top !important;
}

.inline
{
	display: inline;
	width: 100%;
}

.inline-icon
{
	display: inline !important;   
}

.table-display
{
	display: table;
}

div.imagePreview
{
	width: 160px;
	padding: 0px 0px 5px 10px;
}

span.description
{
	width: 15em;
	display: inline-block;
	vertical-align: top;
}

span.descriptionInline {
	display: inline;
	vertical-align: top;
}
span.descriptionBlock
{
	width: 15em;
	display: block;
	vertical-align: top;
}

span.prefDescription
{
	width: 30em;
	display: inline-block;
	vertical-align: top;
}

div.treeSearchField
{
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#divTreeHolder
{
	max-height: 400px;
	overflow: auto;
}

.treeSearchField input[type="text"]
{
	min-width: 350px;
}

/** Narrow **/
span.descriptionNarrow
{
	width: 12em;
	display: inline-block;
	vertical-align: top;
}

/**End Narrow **/
.userRoles.right
{
	width: 190px;
}

.userRoles.middle
{
	width: 190px;
}

.userRoles.left
{
	width: 300px;
}

/* WIZARD */
.stepNotCompleted
{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
.stepCompleted
{
	color: #BBBBBB;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
.stepCurrent
{
}

.stepBreak
{
	width: 3px;
	background-color: Transparent;
}

.wizardProgress
{
	padding-right: 10px;
	font-family: Arial;
	color: #333333;
	font-size: 12px;
}
.wizardTitle
{
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
}

.next-icon
{

}

.prev-icon
{
	background: url("/images/setupmanager/prev-blue-icon.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 18px;
	color: #1C2C5C;
}

.page-next
{
	background: url("/images/setupmanager/controller-forward.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 18px;
	color: #1C2C5C;
}

.page-prev
{
	background: url("/images/setupmanager/controller-rewind.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 18px;
	color: #1C2C5C;
}

.page-first
{
	background: url("/images/setupmanager/controller-first.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 18px;
	color: #1C2C5C;
}

.page-last
{
	background: url("/images/setupmanager/controller-last.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 18px;
	color: #1C2C5C;
}

.nav-finish
{
	padding: 2px 0 2px 2px;
	color: #1C2C5C;
}

#divNavDupliation
{
	position: relative;
	float: right; 
	right: 0px; 
	top: 5px;
}

#divSiteAuditHolder
{
	height: 700px;
	overflow: auto;
}

body.siteAudit
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}

/** Additional JQuery Styles **/

/* Vertical Tabs */
.ui-tabs-vertical
{
	/*width: 55em;*/
}
.ui-tabs-vertical .ui-tabs-nav
{
	padding: .2em .1em .2em .2em;
	float: left;
	width: 12em;
}
.ui-tabs-vertical .ui-tabs-nav li
{
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 0 !important;
	margin: 0 -1px .2em 0;
}
.ui-tabs-vertical .ui-tabs-nav li a
{
	display: block;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected
{
	padding-bottom: 0;
	padding-right: .1em;
	border-right-width: 1px;
	border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-panel
{
	border: 1px solid #DDDDDD;
	padding: 1em;
	float: right;
	width: 51.5em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-right: 1.4em;
}

/* MAP EDITING */

.paramSelectDropDownOpener
{
	width: 100%;
	height: 30px;
}

.paramMenu
{
	border: 1px solid #808080;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 125px;
	overflow: auto;
}
.paramSelectDropDownOpener a
{
	display: block;
	color: #000000;
	cursor: pointer;
	padding: 1px;
}
.paramSelectDropDownOpener a:hover
{
	background-color: #CCCCCC;
}
a.selectedParam
{
	background-color: #CC0000 !important;
	color: #FFFFFF !important;
}

/*
* Script Styles
*/

.icon-script-camera
{
	background: url("/images/script-icons/check-camera.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 22px;
}
.icon-script-yesno
{
	background: url("/images/script-icons/yes-no.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 22px;
}
.icon-script-input
{
	background: url("/images/script-icons/ask-for-input.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 22px;
}
.icon-script-call
{
	background: url("/images/script-icons/call-contact.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 22px;
}
.icon-script-display
{
	background: url("/images/script-icons/information.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 22px;
}
.icon-script-remotesync
{
	background: url("/images/script-icons/information.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 22px;
}

.icon-script-dispatch
{
	background: url("/images/script-icons/shield.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 22px;
}

.icon-script-timer
{
    background: url("/images/clock.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 0 2px 22px;
}

.icon-script-notification
{
	background: url("/images/script-icons/transmit-blue.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 22px;
}

.icon-script-multiview
{
	background: url("/images/script-icons/open-multiview.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 22px;
}

ul.scriptAddStepType
{
	margin: 5px;
	list-style-type: none;
	text-align: center;
	padding: 5px;
}

.scriptAddStepType li
{
	margin: 10px;
	display: inline-block;
	padding: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #AAAAAA;
}

.scriptHeaderTable td tr
{
	padding: 10px 10px 10px 10px !important;
	margin-right: 100px;
}


.btn-add-icon
{
	background: url("/images/icon-add.png") no-repeat scroll left center transparent;
	line-height: 20px;
	padding: 2px 0 2px 21px;
}

.btn-edit-icon
{
	background: url("/images/colour-icons/pencil-yellow-icon.png") no-repeat scroll left center transparent;
	line-height: 20px;
	padding: 2px 0 2px 21px;
}

.btn-script-edit-icon
{
	background: url("/images/colour-icons/script-small.png") no-repeat scroll left center transparent;
	line-height: 20px;
	padding: 2px 0 2px 21px;
}

.btn-delete-icon
{
	background: url("/images/colour-icons/delete-red-icon.png") no-repeat scroll left center transparent;
	line-height: 20px;
	padding: 2px 0 2px 21px;
}

.btn-print-icon
{
	background: url("/images/colour-icons/print-icon.png") no-repeat scroll left center transparent;
	line-height: 20px;
	padding: 2px 0 2px 21px;
}

.btn-save-icon
{
	background: url("/images/colour-icons/save-icon.png") no-repeat scroll left center transparent;
	line-height: 20px;
	padding: 2px 0 2px 21px;
}

.btn-email-icon
{
	background: url("/images/colour-icons/email-icon.png") no-repeat scroll left center transparent;
	line-height: 20px;
	padding: 2px 0 2px 21px;
}

.btn-up-icon
{
	background: url("/images/colour-icons/up-blue-icon.png") no-repeat scroll left center transparent;
	line-height: 8px;
	padding: 0px 0px 0px 6px;
}

.btn-down-icon
{
	background: url("/images/colour-icons/down-blue-icon.png") no-repeat scroll left bottom transparent;
	line-height: 8px;
	padding: 0px 0px 0px 6px;
}

.btn-user-icon {
    line-height: 20px;
    padding: 0px 0px 0px 16px;
}

.btn-user-icon-text:hover 
{
	color: red;
}

.btn-rotate-icon
{
    background: url("/css/images/replay.png") no-repeat scroll left center transparent;
    line-height: 20px;
    padding: 2px 0 2px 21px;
}

div.upDownHolder
{
	display: inline-block;
	width: 25px;
}

div.upDownHolder div
{
	width: 10px;
	height: 7px;
	font-size: 4px;
}

div.upDownHolder div.up
{
	padding: 1px 1px 1px 1px;
}
div.upDownHolder div.down
{
	padding: 1px 1px 1px 1px;
}

div.upDownHolder div.spacer
{
	padding-left: 1px;
	font-size: 7px;
	padding-bottom: 0px;
}

/* Setup Manager home panels */
#setupManagerPanel
{
	float: left;
	width: 100%;
	padding-right: 25px;
	margin-right: 25px;
}
#setupManagerPanel > li
{
	float: left;
	display: inline-block;
	width: 25%;
}
#setupManagerPanel li .setup-panel
{
	padding: 20px 20px 25px 75px;
	border: 1px solid #bdbdbd;
	min-height: 90px;
}

#setupManagerPanel #sites .setup-panel
{
	background: url('/images/colour-icons/home-grey-setup.png') 15px 15px no-repeat;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
#setupManagerPanel #users .setup-panel
{
	background: url('/images/colour-icons/user-blue-setup.png') 25px 15px no-repeat;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
#setupManagerPanel #scripts .setup-panel
{
	background: url('/images/colour-icons/script-red-setup.png') 15px 15px no-repeat;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
#setupManagerPanel #settings .setup-panel
{
	background: url('/images/colour-icons/setting-yellow-setup.png') 25px 15px no-repeat;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
}

#setupManagerPanel li li
{
	margin-bottom: 10px;
}

.innerList ul
{
	list-style-type: circle;
	list-style-position: outside;
	padding: 0 0 6px 30px;
}

.innerList li
{
	padding: 2px 0px 2px 0px;
}

/** Edit Site buttons **/
.btn-devices-icon
{
	background: url("/images/camera.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.btn-map-icon
{
	background: url("/images/edge.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.btn-setupaudit-icon
{
	background: url("/images/archive.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.btn-schedule-icon
{
	background: url("/images/clock.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.btn-disarmschedule-icon
{
	background: url("/images/icon-disarmed-small-gray.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.btn-edit-site-icon
{
	background: url("/images/write-note-icon.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.btn-summary-icon
{
	background: url("/images/page.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.btn-outcome-icon
{
	background: url("/images/outcome.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.btn-branding-icon
{
	background: url("/images/branding-icon.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.btn-reorder-icon
{
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

a.alarms-link, a.alarms-link:visited
{
	color: Blue;
	font-style: normal !important;
}

.gridRow:hover a.alarms-link, .gridRow:hover a.alarms-link:visited, .altGridRow:hover a.alarms-link, .altGridRow:hover a.alarms-link:visited
{
	color: White;
	font-style: normal !important;
}


a.alarms-link:hover
{
	color: White;
	font-style: normal !important;
}

.alarmOutcome 
{
	text-align: right;
	font-style: italic;
}


/** Summary Styles **/
.summaryContent
{
	padding: 3px 0 5px 5px;
}

.summaryBody
{
	max-width: 1100px;
	font-family: "Lucida Sans" , "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
	padding: 0px 40px;
}

.mapDescriptionText
{
	vertical-align: middle;
}


.data-list .even { background: #eee;}
.data-list .odd { background: #ddd;}
.data-list li table   
{
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}
.data-list .last table   { 
	border-bottom: 1px solid #777;
}
.data-list li table td {  padding: 8px 20px; letter-spacing: -.010em;}

.camera-icon
{
	background-position: 5px center;
	background-image: url('../images/camera.png');
	background-repeat: no-repeat;
	line-height: 16px;
	padding: 2px 0 2px 28px;
	font-weight: bold;
}
.audio-icon
{
	background-position: 5px center;
	background-image: url('../images/audio.png');
	background-repeat: no-repeat;
	line-height: 16px;
	padding: 2px 0 2px 28px;
	font-weight: bold;
}
.relay-icon
{
	background-position: 5px center;
	background-image: url('../images/relay.png');
	background-repeat: no-repeat;
	line-height: 16px;
	padding: 2px 0 2px 28px;
	font-weight: bold;
}
.alarm-icon
{
	background-position: 5px center;
	background-image: url('../images/setupmanager/alarm.png');
	background-repeat: no-repeat;
	line-height: 16px;
	padding: 2px 0 2px 28px;
	font-weight: bold;
}

.config-head
{
	padding-bottom: 20px;
}

.invalid-row
{
	background-color: #E38888 !important;   
}

.centered-row td
{
	vertical-align: middle;
}

.padded-panel
{
	padding-top: 10px;
	padding-bottom: 10px;
}

	.data-area
	{
		max-height: 500px; 
		overflow: auto;
	}
	.invalid-row
	{
		background-color: #E38888 !important;   
	}
	.invalid-row TD
	{
		background-color: #E38888 !important;   
	}
	
	ol.structured 
	{
		list-style-type: decimal;
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		vertical-align: baseline;
	}
	
	ol.structured li 
	{
		padding-bottom: 5px;
	}
	
	ol.structuredInner 
	{
		list-style-type: lower-alpha;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		vertical-align: baseline;
	}
	
	.sync-update
{
	background: url("/images/ajax-loader-new.gif") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.sync-success
{
	background: url("/images/icon-success.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

.page-number
{
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8;
	text-align: center;
	cursor: pointer;
	background: #eee;
	color: #000;
	margin-right: 0.5em;
	border: 1px solid #000;
}

span.active {
	background: #c00;
	color: #FFF;    
}

tr.dataImportRow 
{
	vertical-align: top;
}

td.dataImportColumn {
	-moz-min-width: 200px;
	-ms-min-width: 200px;
	-o-min-width: 200px;
	-webkit-min-width: 200px;
	min-width: 200px;
}

.scriptInlineEditHolder
{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background-image: url(../images/prettyPhoto/dark_square/contentPattern.png);
}

#divScriptInlineEdit
{
	position: fixed;
	top: 200px;
	left: 30%;
	width: 40%;
	padding: 15px;
	background: #fff; /* Default minimise animation */
	-webkit-animation: minimise 500ms linear;
	-moz-animation: minimise 500ms linear; /* Prettify */
	border: 1px solid whitesmoke;
	border-radius: 7px;
	box-shadow: 0 3px 20px rgba(0,0,0,0.9);
	background: #fff;
	background: -moz-linear-gradient(#fff, #ccc);
	background: -webkit-linear-gradient(#fff, #ccc);
	background: -o-linear-gradient(#fff, #ccc);
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
	max-height: 600px;
	overflow: auto;
}

.noStartStep 
{
	background-color: #fde6e6;
	color: red;
	font-weight: bold;
	border-top: 2px solid #f79d9d;
	border-bottom: 2px solid #f79d9d;
}

.btn-is-default {
    line-height: 16px;
    padding: 2px 0 2px 0;
}
.btn-make-default
{
	background: url("/images/favorite-add.png") no-repeat scroll left center transparent;
	line-height: 16px;
	padding: 2px 0 2px 20px;
}

#divObjectSearchResultHolder
{
	max-height: 300px;
	min-height: 300px;
	min-width: 356px;
	margin-top: 0;
	overflow: auto;
	border: 1px solid #aaaaaa;
	margin-right: 9px;
}

#divMapSitesResultsHolder
{
	max-height: 300px;
	min-height: 300px;
	min-width: 356px;
	margin-top: 0;
	overflow: auto;
	border: 1px solid #aaaaaa;
	margin-right: 9px;
}

::-ms-clear {
	display: none !important;
}

#divNotificationsUserHolder
{
	border: 1px solid grey;
	padding: 20px;
	max-width: 450px;
	position: relative;
}

#divNotificationUserCheckUncheck
{
	line-height: 20px;
}

#divUserSearchHolder
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1002;
	background-image: url(../images/prettyPhoto/dark_square/contentPattern.png);
}

#divUserSearch
{
	position: fixed;
	top: 200px;
	left: 30%;
	width: 40%;
	padding: 15px;
	background: #fff; /* Default minimise animation */
	-webkit-animation: minimise 500ms linear;
	-moz-animation: minimise 500ms linear; /* Prettify */
	border: 1px solid whitesmoke;
	border-radius: 7px;
	box-shadow: 0 3px 20px rgba(0,0,0,0.9);
	background: #fff;
	background: -moz-linear-gradient(#fff, #ccc);
	background: -webkit-linear-gradient(#fff, #ccc);
	background: -o-linear-gradient(#fff, #ccc);
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
	max-height: 600px;
	overflow: auto;
}

.content-withvisibleoverflow
{
	overflow: visible;
}

#txtParametersContainer
{
	padding: 6px;
	border: 1px solid #BCBCBC;
	background: #FCFCFC none repeat scroll 0% 0%;
	width: 94%;
	color: #565656;
	border-radius: 3px;
	cursor:text;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius:0px;
}

#txtParametersContainer #txtParametersInnerContainer .parameter
{
	font-size: 11px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	line-height: 18px;
	cursor: pointer;
	margin: 0px 3px 3px 0px;
	padding: 2px 6px;
	background-color: #F2F2F2;
	color: #303030;
	border: 0px solid #D0D0D0;
	position: relative;
	padding-right: 24px !important;
	vertical-align: baseline;
	display: inline-block;
}

#txtParametersContainer #txtParametersInnerContainer .parameter a
{
	border-color: rgba(0, 0, 0, 0.05);
	color: #999;
	font-size: 9px;
	z-index: 1;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 17px;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 0px 0px;
	border-left: 1px solid #D0D0D0;
	border-radius: 0px 2px 2px 0px;
	box-sizing: border-box;
}

#txtParametersContainer #txtParametersInnerContainer .parameter a:hover
{
	background-color: rgba(0, 0, 0, 0.03);
}

.form-field #txtParametersContainer input[type="text"]
{
	border:none;
	padding:2px 0px;
	width:100%;
}
 
 
#txtParametersContainer[disabled="disabled"],
#txtParametersContainer[disabled="disabled"] #txtParametersInnerContainer .parameter
{
	cursor:default;
}

#txtParametersContainer[disabled="disabled"] #txtParametersInnerContainer .parameter a:hover
{
	background-color: rgba(0, 0, 0, 0.00);
}

#txtParametersOuterContainer
{
	position:relative;
}

#parametersPanel
{
	position:relative;
}

#parameterSuggestionsOuterContainer
{
	position:absolute;
	top:33px;
	left:0px;
	width:94%;
	padding:6px;
	background-color:#FFFFFF;
	border-width: 0px 1px 1px;
	border-style: none solid solid;
	border-color: -moz-use-text-color #D0D0D0 #D0D0D0;
	z-index:5;
}

#parameterSuggestionsOuterContainer #parameterSuggestionsInnerContainer
{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100px;
	box-sizing: border-box;
}

#parameterSuggestionsOuterContainer #parameterSuggestionsInnerContainer .option
{
	position: relative;
	padding: 5px 24px 5px 8px;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
}

#parameterSuggestionsOuterContainer #parameterSuggestionsInnerContainer .selected,
#parameterSuggestionsOuterContainer #parameterSuggestionsInnerContainer .option:hover
{
	background-color:#EEEEEE;
}

.notificationItemTable
{
	width:50%;
}

.notificationItemTable th
{
	width:200px;
	text-align:left;
	vertical-align:top;
	padding-top:5px;
}

.notificationItemTable td
{
	padding:5px 0px 3px 0px;
}

.connectioncheck
{
    position: absolute;
    margin: 5px;
    width: 16px;
    height: 16px;
}

.fakeLink
{
    cursor: pointer !important;
}

#txtMessage.disabled 
{
	background: #EEEEEE;
}

#StartDateTextBox, #EndDateTextBox
{
	width: 255px;            
}
	
.timebox
{
	border:1px solid gray;
	padding:1px;            
}
		
.time
{
	border:none;
	text-align:center;
	width:15px;
}
		
.timecontainer
{
	float:left;
	padding-left:20px;
}
		
.datecontainer
{
	float:left;
}
		
.clearbutton
{
	float:left;
	padding-left:16px;
}