﻿@charset "utf-8";

/* CSS RESET */
@import url('/css/reset.css');

/* @font-face IMPORT */
/* Fonts: TitilliumTextThin, TitilliumTextLight, TitilliumTextRegular, TitilliumTextMedium, TitilliumTextBold, TitilliumTextXBold */
@import url('/css/fontface.css');

/************************************************
***************  PAGE ELEMENTS  *****************
************************************************/
html { height: 100%;}
html.login{ background: url('/images/bkg-login-pattern.jpg') top center repeat;}
body.admin { background: #e0e0e0 url('/images/bkg-header.png') top center repeat-x; min-width: 900px; max-width: 1200px; height: 100%; margin: 0 auto; font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; padding: 0px 40px;}
html.login body{ background: url('/images/bkg-login.jpg') top center no-repeat; padding: 0px; width: 100%; font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; height: 100%;}

h1{}

h2{ font: 18px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #393939; text-transform: uppercase; margin-bottom: 15px;}

h3{  font: 21px 'TitilliumTextMedium', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #222; text-transform: uppercase; margin-bottom: 15px;}

h4{ font: 18px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #4a4a4a; text-transform: uppercase; margin-bottom: 15px;}

h5{ font: 16px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #262626;}

h6{}

p{ font-size: 13px; margin-bottom: 15px; line-height: 1.4em;}

a{ text-decoration: none;}
a:hover{}
a:focus{ outline: none;}

/************************************************
************  STRUCTURAL ELEMENTS  **************
************************************************/

/*-------------HEADER STYLES-------------*/
#logo 
{
    display: inline-block;
    float: left; 
    height: 60px;
    padding-left: 10px; 
    font: 26px/60px 'TitilliumTextRegular', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif;
    color: #f6f6f6;
}

#imgLogo 
{
    float: left; 
    max-height: 50px;
    vertical-align:baseline;
    padding-top: 8px;
    max-width: 140px;
}


#header{ overflow: hidden; margin-bottom: 2.5px;}

#account-options{ float: right; width: 400px; text-align: right; margin-top: 20px;}
#account-options a{color: #f5f5f5; font-size: 13px;}
#account-options>li{ display: inline; padding: 0px 0px 0px 15px; border-left: 1px solid #8a8a8a; margin-left: 10px;}
#account-options>li>a{ line-height: 16px;}
#account-options .telephoneMenuItem, #account-options .accountMenuItem{ display: inline; padding: 0px 0px 0px 15px; border-left: 1px solid #8a8a8a; margin-left: 10px;}
#account-options .telephoneMenuItem>a, #account-options .accountMenuItem>a{ line-height: 16px;}
#account-options .telephoneMenuItem, #account-options .accountMenuItem { border-left: none; background: url('/images/arrow-white.png') right 10px no-repeat; padding: 0px 15px 0px 0px; position: relative; cursor: default; }
#account-options .telephoneMenuItem>a { background: url('/images/telephone.png') 10px 0px no-repeat; line-height: 16px; padding: 0px 0px 8px 32px; }
#account-options .telephoneMenuItem.active>a { background: url('/images/telephone-active.png') 10px 0px no-repeat; line-height: 16px; padding: 0px 0px 8px 32px; }
#account-options .accountMenuItem>a { background: url('/images/icon-user.png') 10px 0px no-repeat; line-height: 16px; padding: 0px 0px 8px 32px; }
#account-options .telephoneMenuItem:hover, #account-options .accountMenuItem:hover { background-color: #FFF; color: #EEE; }
#account-options .telephoneMenuItem:hover>a { background: url('/images/telephone.png') 10px 0px no-repeat; }
#account-options .telephoneMenuItem:hover a, #account-options .accountMenuItem:hover a { color: #000; }
#account-options .telephoneMenuItem:hover ul, #account-options .accountMenuItem:hover ul { display: block; }

#account-options li ul{ display: none; position: absolute; top: 20px; right: -0.8px; width: 200px; background: #FFF; padding: 15px; text-align: left;
                        border: 1px solid #BEBEBE;
                        border-top: 0px;
                        -moz-box-shadow: 3px 3px 4px #000;
                        -webkit-box-shadow: 3px 3px 4px #000;
                        box-shadow: 3px 3px 4px #000;
                        /* For IE 8 */
                        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
                        /* For IE 5.5 - 7 */
                        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');                        
                      }
#account-options li ul a{ display: block; line-height: 1.75em; color: #000; }

#navigation{ clear: both; float: left; display: inline-block; width: 85%;}
#navigation>li{ display: inline-block; float: left; padding: 0 1px 0 1px; }
#navigation>li>a{ display: block; height: 44px; font-size: 13px; color: #252525; line-height: 44px; padding: 0px 20px;}
#navigation>li:hover{ border-right: 1px solid #fff; border-left: 1px solid #fff; padding: 0 0 0 0; }
#navigation>li>a:hover{ background-color: #fff; border-right: 1px solid #ccc; border-left: 1px solid #ccc; padding: 0px 19px;}

#btn-support{ clear: right; float: right; display: block; width: 117px; height: 28px; background: url('/images/btn-login.png') 0px 0px; text-indent: -99999px; margin-top: 7px;}
#btn-support:hover{ background-position: 0px -37px;}

#breadcrumbs{ width: 99.75%; background: #fafafa; border: 1px solid #aaa; clear: both; overflow: hidden;
			  -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0p 4px 4px; border-radius: 0px 0p 4px 4px;
			}
#breadcrumbs li{ float: left; display: inline-block; height: 35px; background: url('/images/bkg-breadcrumb.png') 0px 0px no-repeat; padding-left: 11px;}
#breadcrumbs li:first-child{ background: none; padding-left: 0px;}
#breadcrumbs li a{ font: 14px/35px 'TitilliumTextMedium', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #353535; padding: 0px 16px;}
#breadcrumbs li a.stepComplete{ font: 14px/35px 'TitilliumTextMedium', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #353535; padding: 0px 16px;}
#breadcrumbs li a.stepCurrent{ font: 15px/35px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #353535; padding: 0px 16px;}
#breadcrumbs li.hide{ display: none; background: #ffffff none none none top; padding: 0; }
#breadcrumbs #btn-home{ display: block; height: 34px; width: 16px; background: url('/images/icon-home.png') center center no-repeat; text-indent: -99999px;}

/*--------------BODY STYLES--------------*/
/* Login Styles */
#login{padding-top: 100px;}
#login-container{ background: url('/images/bkg-loginbox.png') top center repeat; padding: 5px; width: 520px; margin: 0 auto;
			       -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
				}
#login-container .contentbox{ margin-bottom: 0px; padding-bottom: 30px;}
#login-logo{ display: block; margin: 0px auto 0px;}
#login-container .form-field{ margin: 0px 0px 20px;}
#login-container .form-field a{ color: #393939; float: right; font-size: 11px;}
#login-container input[type="text"], #login-container input[type="password"]{ font-size: 16px; width: 97%;}

#login-container .btn-login{ display: block; width: 171px; height: 52px; background: url('/images/btn-mainlogin.png') 0px 0px no-repeat; text-align: center; font: 21px/52px 'TitilliumTextMedium', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #fff; text-shadow: 1px 0px 1px #000; text-transform: uppercase;}
#login-container .btn-login:hover{ background-position: 0px -60px;}

/* Dashboard Styles */
#dashboard{ float: left; width: 64%; padding-right: 25px; border-right: 1px solid #bababa; margin-right: 25px;}
#dashboard>li{ float: left; display: inline-block; width: 50%;}
#dashboard li .dashboard-messages{ padding: 20px 20px 25px 75px; border: 1px solid #bdbdbd; min-height: 125px;}
#dashboard #critical-events .dashboard-messages{ background: url('/images/dashboard-criticalevents.png') 15px 15px no-repeat; }
#dashboard #site-status .dashboard-messages{ background: url('/images/dashboard-sitestatus.png') 25px 15px no-repeat; }
#dashboard #live-cameras .dashboard-messages{ background: url('/images/dashboard-livecameras.png') 15px 15px no-repeat; }
#dashboard #updates .dashboard-messages{ background: url('/images/dashboard-updates.png') 25px 15px no-repeat; }
#dashboard #license .dashboard-messages{ background: url('/images/dashboard-license.png') 25px 15px no-repeat; }
#dashboard li li{ margin-bottom: 10px;}

#recent-news{ float: left; width: 30%; padding-top: 15px;}
#recent-news li{ border-top: 1px solid #bdbdbd; color: #666; padding: 15px 0px; line-height: 1.4em;}
#recent-news li:first-child{ border-top: none; padding: 0px 0px 15px;}
#recent-news a { color: #666; }
#recent-news a:hover { color: red; }


.dashboard-graph{ float: left; width: 29%; padding: 0px 23px;}
.dashboard-graph h5{ text-align: center; text-transform: uppercase; margin-bottom: 10px;}
.dashboard-graph img{ border: 1px solid #ccc; display: block; margin-bottom: 10px; width: 100%;}
.dashboard-graph table {width: 100%;}
.dashboard-graph td{padding: 5px 12px; color: #252525; vertical-align: middle;}
.dashboard-graph td.data{ font: 21px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; width: 15%;}
.dashboard-graph td.data-text{ font: 21px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; width: 40%;}
.dashboard-graph td.data-text span{ text-transform: uppercase; font-size: 11px;}
.dashboard-graph table tr:nth-child(odd){ background: #eee;}

/* Content Box Layouts and Styling */
.contentbox{ background: #fff; border: 1px solid #aaa; padding: 20px; overflow: hidden; font-size: 13px; color: #252525; margin-bottom: 20px;
			 -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
			}
.contentbox.has-header{background: #fff url('/images/bkg-contentbox-header.png') top center repeat-x; padding: 0px 20px 20px;}
.contentbox.has-header h2{ height: 50px; line-height: 50px;}

.contentbox.split{ width: 45%;}

.contentbox .column-2{ width: 50%; float: left; padding-bottom: 30px;}
.contentbox .column-2 .column-content{ padding-left: 30px;}
.contentbox .column-2 .column-content.first{ padding-left: 0px;}

/* Location Info - Armed and Unarmed */
.location-info{ padding: 0px 0px 25px 50px;}
.location-info.armed{ background: url('/images/icon-location-armed.png') left 10px no-repeat;}
.location-info.unarmed{ background: url('/images/icon-location-unarmed.png') left 10px no-repeat;}
.location-info .location-name{font: 24px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #393939; margin-bottom: 5px;}
.location-info .location-contact{ font-size: 16px;}

/* Alarms page */
.stats{ float: right; display: inline-block; text-align: right;}
.stats li{ display: inline; padding: 0px 0px 0px 20px;}
.stats li a{ color: #393939; font: 18px/50px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; }
.stats li a.armed-link-small{ color: #2a7314;}
.stats li a.disarmed-link-small{ color: #b11d29;}
.stats li a.ecare-link-small
{
    color: #D79100;
}

/* File Browser */
.file-browser-container{ width: 40%; border: 1px solid #aaa; height: 300px; overflow-y: scroll;}

/* Vertical Tab Styling */
.vertical-tabs-nav{ float: left; width: 20%; margin-top: 50px; position: relative; left: 1px; z-index: 10;}
.vertical-tabs-nav a{ display: block; height: 46px; background: url('/images/bkg-vtab.png') top center repeat-x; font: 18px/46px 'TitilliumTextMedium', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; border: 1px solid #aaa; border-top: none; color: #505050; padding-left: 15px; position: relative; top: 50%;  transform: translateY(-50%);}
.vertical-tabs-nav li:first-child a{ border-top: 1px solid #aaa;}
.vertical-tabs-nav .selected a{ background: #fff; border-right: 1px solid #fff; color: #002555;}
.tab-content-container{ float: left; width: 80%;}
.tab-content{ min-height: 300px; background: #fff;}
.tab-content h5{ font: 21px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; margin-bottom: 15px;}
.ui-state-disabled a { cursor: default !important; }

/* Horizontal Tab Styling */
.horizontal-tabs{ float: left; width: 80%;}
.side-buttons{ float: right;}

/* Form Styling */
.form-field{ margin: 0px 15px 15px 0px;}
.form-field input[type="text"], .form-field input[type="password"], .form-field textarea{ padding: 6px; border: 1px solid #bcbcbc; background: #fcfcfc; width: 94%; color: #565656;
																						  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
																						}
.form-field input[type="text"]:disabled{
  background-color: #eeeeee;
	color: #777777;
}
.form-field label{ line-height: 1.8em;}
.form-field.dynamic{ overflow: hidden;}
.form-field.dynamic label{ display: block; }
.form-field.small{ width: 18%;}
.form-field.small.dynamic input{ width: 75%; float: left; margin-right: 8px;}
.form-field.medium.dynamic input, .form-field.large.dynamic input{ width: 85%; float: left; margin-right: 8px;}
.form-field.medium{ width: 30%;}
.form-field.large{ width: 45%;}
.form-field.inline{ display: inline-block; float: left;}
.form-field.inline label{ display: block;}

.form-note{ font-size: 11px; color: #909090; padding: 4px 0px;}

.btn-add{ display: inline-block; width: 16px; height: 30px; float: left; background: url('/images/icon-add.png') center center no-repeat; text-indent: -99999px;}
.btn-remove{ display: inline-block; width: 16px; height: 30px; float: left; background: url('/images/icon-remove.png') center center no-repeat; text-indent: -99999px;}

/* Table Styling */
.data-table{ width: 100%; border: 1px solid #777;}
.data-table th{ text-align: left; background: #ccc; border-bottom: 1px solid #777; padding: 10px 15px; font: 14px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; text-transform: uppercase; text-shadow: 1px 1px 1px #e5e5e5;}
.data-table td{ padding: 8px 15px; letter-spacing: -.010em;}
.data-table .time{ width: 23%;}

.data-table tr:nth-child(even) { background: #eee;}
.data-table tr.inheritedSetting { background: #ddd;}
.selected-table-row { background: blue; }

/* System Log Table Styling */
.systemLog-data-table{ width: 100%; border: 1px solid #777; max-height: 400px; overflow: auto; }
.systemLog-data-table th{ text-align: left; background: #ccc; border-bottom: 1px solid #777; padding: 10px 15px; font: 14px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; text-transform: uppercase; text-shadow: 1px 1px 1px #e5e5e5;}
.systemLog-data-table td{ padding: 8px 15px; letter-spacing: -.010em;}
.systemLog-data-table .time{ width: 23%;}

/*.systemLog-data-table tr:nth-child(1n){ background: #eee;}
.systemLog-data-table tr:nth-child(2n){ background: #fff;}
.systemLog-data-table tr:nth-child(3n){ background: #ddd;}
.systemLog-data-table tr:nth-child(4n){ background: #fff;}*/

.invisible { display: none; }

.timeBoxWrapper
{
    padding: 0; 
    display:inline-block;
    border: 1px solid #bcbcbc; 
    background: #fcfcfc; 
    color: #565656;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px; 
    width: 100%;
    text-align: center;
}

/************************************************
**************  GLOBAL CLASSES  *****************
************************************************/

/***** POSITIONING STYLING *****/
.left{float: left;}
.right{float: right;}
.clear{clear: both;}

.clearfix{visibility: hidden; clear: both; height: 0px; margin: 0px;}

.margin-top-30{ margin-top: 30px;}
.margin-right-30{ margin-right: 30px;}
.margin-bottom-30{ margin-bottom: 30px;}
.margin-left-30{ margin-left: 30px;}


/***** FONT STYLING *****/
.textleft{text-align: left;}
.textright{text-align: right;}
.textcenter{text-align: center;}

.blue-text{ color: #004fa2;}
.red-text{ color: #b11d29;}
a.blue-text, a.red-text{ font-weight: bold;}

.action-link{ font: 18px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #004fa2;}

/** Links with Icons **/
.armed-link-small{ background: url('/images/icon-armed-small.png') left center no-repeat; line-height: 16px; padding-left: 21px; color: #2a7314;}
.disarmed-link-small{ background: url('/images/icon-disarmed-small.png') left center no-repeat; line-height: 16px; padding-left: 21px; color: #b11d29;}
.test-link-small{ background: url('/images/icon-test-small.png') left center no-repeat; line-height: 16px; padding-left: 21px; color: #252525;}
.ecare-link-small{ background: url('/images/icon-ecare-small.png') left center no-repeat; line-height: 16px; padding-left: 21px; color: #D79100;}

.icon-pdf{  background: url('/images/icon-pdf.png') left center no-repeat; line-height: 16px; padding: 2px 0px 2px 22px; color: #222;}
.icon-word{  background: url('/images/icon-word.png') left center no-repeat; line-height: 16px; padding: 2px 0px 2px 22px; color: #222;}
.icon-ppt{  background: url('/images/icon-ppt.png') left center no-repeat; line-height: 16px; padding: 2px 0px 2px 22px; color: #222;}
.icon-excel{  background: url('/images/icon-excel.png') left center no-repeat; line-height: 16px; padding: 2px 0px 2px 22px; color: #222;}
.icon-video{  background: url('/images/icon-video.png') left center no-repeat; line-height: 16px; padding: 2px 0px 2px 22px; color: #222;}
.icon-zip{  background: url('/images/icon-zip.png') left center no-repeat; line-height: 16px; padding: 2px 0px 2px 22px; color: #222;}
.icon-image{  background: url('/images/icon-image.png') left center no-repeat; line-height: 16px; padding: 2px 0px 2px 22px; color: #222;}
.icon-document{  background: url('/images/icon-document.png') left center no-repeat; line-height: 16px; padding: 2px 0px 2px 22px; color: #222;}

/***** DIVIDER STYLING *****/
.section-divider{ clear: both; height: 1px; border: 0px; color: #ccc; background-color: #ccc; width: 100%; margin: 15px 0px;}


/***** MESSAGE STYLING *****/
.btn-hide{ display: block; height: 16px; width: 16px; background: url('/images/icon-close.png') 0px 0px no-repeat; text-indent: -99999px; float: right;}
.btn-clear{ padding-left: 20px; height: 16px; background: url('/images/icon-close.png') 0px 0px no-repeat; text-indent: -99999px; }
.btn-filter{ padding-left: 20px; height: 16px; background: url('/images/filter.png') 0px 0px no-repeat; text-indent: -99999px; }
.warning-message{ background: #f8f7d8 url('/images/icon-warning.png') 16px center no-repeat; border: 1px solid #ddd748; padding: 15px 20px 15px 46px; margin-bottom: 15px; font-weight: bold; line-height: 16px; letter-spacing: -.015em;
				  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
				  margin-top: 15px;
				}
.error-message{ background: #fde6e6 url('/images/icon-error.png') 16px center no-repeat; border: 1px solid #f79d9d; padding: 15px 20px 15px 46px; margin-bottom: 15px; font-weight: bold; line-height: 16px; letter-spacing: -.015em; color: #c71612;
				  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
				  margin-top: 15px;
				}
.success-message{ background: #e5f6cb url('/images/icon-success.png') 16px center no-repeat; border: 1px solid #9ac25c; padding: 15px 20px 15px 46px; margin-bottom: 15px; font-weight: bold; line-height: 16px; letter-spacing: -.015em; color: #589100;
				  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
				  margin-top: 15px;
				}
.information-message{ background: #e7f4fa url('/images/icon-informational.png') 16px center no-repeat; border: 1px solid #a2c6d6; padding: 15px 20px 15px 46px; margin-bottom: 15px; font-weight: bold; line-height: 16px; letter-spacing: -.015em; color: #368bb2;
				  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
				  margin-top: 15px;
				}
				
.schedule-information-message{ background: #e7f4fa url('/images/icon-informational.png') 16px center no-repeat; border: 1px solid #a2c6d6; padding: 15px 20px 15px 46px; margin-bottom: 15px; font-weight: bold; line-height: 16px; letter-spacing: -.015em; color: #368bb2;
				  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
				  margin-top: 15px; width:674px; text-align:left;
				}
		
			
/*----------BUTTONS----------*/
.btn-blue{ display: inline-block; height: 39px; padding-left: 30px; background: #fff url('/images/btn-large-sprite.png') top left no-repeat; font: 16px/39px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #f3f9ff; text-shadow: 1px 0px 1px #003b77; text-transform: uppercase; letter-spacing: 1px;}
.btn-blue span{ display: block; padding-right: 30px; background: #fff url('/images/btn-large-sprite.png') top right no-repeat; line-height: 39px; cursor: pointer;}
.btn-blue:hover{ background-position: left -45px;}
.btn-blue:focus{ background-position: left -45px;}
.btn-blue:hover span{ background-position: right -45px;}
.btn-blue:focus span{ background-position: right -45px;}

.btn-blue-small{ display: inline-block; height: 29px; padding-left: 20px; background: #fff url('/images/btn-small-sprite.png') top left no-repeat; font: 13px/30px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #f3f9ff; !important; text-shadow: 1px 0px 1px #003b77; text-transform: uppercase; letter-spacing: .05em;}
.btn-blue-small span{ display: block; padding-right: 20px; background: #fff url('/images/btn-small-sprite.png') top right no-repeat; line-height: 30px; cursor: pointer;}
.btn-blue-small:hover{ background-position: left -34px;}
.btn-blue-small:focus{ background-position: left -34px;}
.btn-blue-small:hover span{ background-position: right -34px;}
.btn-blue-small:focus span{ background-position: right -34px;}

.btn-yellow{ display: inline-block; height: 39px; padding-left: 30px; background: #fff url('/images/btn-large-sprite.png') left -89px no-repeat; font: 16px/39px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #4d3d03; text-shadow: 1px 0px 1px #f0dc94; text-transform: uppercase; letter-spacing: 1px;}
.btn-yellow span{ display: block; padding-right: 30px; background: #fff url('/images/btn-large-sprite.png') right -89px no-repeat; line-height: 39px; cursor: pointer;}
.btn-yellow:hover{ background-position: left -133px;}
.btn-yellow:focus{ background-position: left -133px;}
.btn-yellow:hover span{ background-position: right -133px;}
.btn-yellow:focus span{ background-position: right -133px;}

.btn-yellow-small{ display: inline-block; height: 29px; padding-left: 20px; background: #fff url('/images/btn-small-sprite.png') left -68px no-repeat; font: 13px/30px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #4d3d03; text-shadow: 1px 0px 1px #f0dc94; text-transform: uppercase; letter-spacing: .05em;}
.btn-yellow-small span{ display: block; padding-right: 20px; background: #fff url('/images/btn-small-sprite.png') right -68px no-repeat; line-height: 30px; cursor: pointer;}
.btn-yellow-small:hover{ background-position: left -102px;}
.btn-yellow-small:focus{ background-position: left -102px;}
.btn-yellow-small:hover span{ background-position: right -102px;}
.btn-yellow-small:focus span{ background-position: right -102px;}

.btn-gray{ display: inline-block; height: 39px; padding-left: 30px; background: #fff url('/images/btn-large-sprite.png') left -177px no-repeat; font: 16px/39px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #3d3d3d; text-shadow: 1px 0px 1px #f8f8f8; text-transform: uppercase; letter-spacing: 1px;}
.btn-gray span{ display: block; padding-right: 30px; background: #fff url('/images/btn-large-sprite.png') right -177px no-repeat; line-height: 39px; cursor: pointer;}
.btn-gray:hover{ background-position: left -221px;}
.btn-gray:focus{ background-position: left -221px;}
.btn-gray:hover span{ background-position: right -221px;}
.btn-gray:focus span{ background-position: right -221px;}

.btn-gray-small{ display: inline-block; height: 29px; padding-left: 20px; background: #fff url('/images/btn-small-sprite.png') left -136px no-repeat; font: 13px/30px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #3d3d3d; text-shadow: 1px 0px 1px #f8f8f8; text-transform: uppercase; letter-spacing: .05em;}
.btn-gray-small span{ display: block; padding-right: 20px; background: #fff url('/images/btn-small-sprite.png') right -136px no-repeat; line-height: 30px; cursor: pointer;}
.btn-gray-small:hover{ background-position: left -170px;}
.btn-gray-small:focus{ background-position: left -170px;}
.btn-gray-small:hover span{ background-position: right -170px;}
.btn-gray-small:focus span{ background-position: right -170px;}

.btn-manualpatrol{ display: block; width: 152px; height: 28px; background: url('/images/btn-manualpatrol.png') 0px 0px no-repeat; text-align: center; padding-top: 64px; font: 16px 'TitilliumTextMedium', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; letter-spacing: 0.025em; color: #393939; text-transform: uppercase; margin-bottom: 15px;}
.btn-manualpatrol:hover{ background-position: 0px -101px;}
.btn-manualpatrol:focus{ background-position: 0px -101px;}

.btn-sitecheck{ display: block; width: 152px; height: 28px; background: url('/images/btn-sitecheck.png') 0px 0px no-repeat; text-align: center; padding-top: 64px; font: 16px 'TitilliumTextMedium', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; letter-spacing: 0.025em; color: #393939; text-transform: uppercase; margin-bottom: 15px;}
.btn-sitecheck:hover{ background-position: 0px -103px;}
.btn-sitecheck:focus{ background-position: 0px -103px;}

.btn-processalarm{ display: block; width: 152px; height: 28px; background: url('/images/btn-process_alarms.png') 0px 0px no-repeat; text-align: center; padding-top: 64px; font: 16px 'TitilliumTextMedium', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; letter-spacing: 0.025em; color: #393939; text-transform: uppercase; margin-bottom: 15px;}
.btn-processalarm:hover{ background-position: 0px -103px;}
.btn-processalarm:focus{ background-position: 0px -103px;}

.btn-manual-raise{ display: block; width: 152px; height: 28px; background: url('/images/btn-manual-raise.png') 0px 0px no-repeat; text-align: center; padding-top: 64px; font: 16px 'TitilliumTextMedium', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; letter-spacing: 0.025em; color: #393939; text-transform: uppercase; margin-bottom: 15px;}
.btn-manual-raise:hover{ background-position: 0px -103px;}
.btn-manual-raise:focus{ background-position: 0px -103px;}

.eventold
{
    background: url("/images/event-old.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 0px 0px 0px 22px;
}

.eventviewed 
{
	background: url("/images/event-viewed.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 0px 0 0px 22px;
}

.eventnotviewed {
	line-height: 16px;
}

.innerScheduleDetailsHolderLeft { width:300px; float:left; }
.innerScheduleDetailsHolderLeft div { margin-bottom:5px; }
.innerScheduleDetailsHolderRight { width:346px; display:inline-block; margin-left:10px; } 
.scheduleDetailsHolder { position:relative; }   
.scheduleDaySpanContainerInnerLeft { float:left; width:165px; }
.scheduleDaySpanContainerInnerRight { float:left; width:165px; }

.errorPageDescription{ font-weight:bold; }
.errorPageContentBox{ margin-top:150px; }
body.errorPageBody{ background:#E0E0E0; }

/*----Multi-Window Alarm Processing----*/
.multiWindowLockOutContainer
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: url('/images/bkg-login-pattern.jpg') top center repeat;
    z-index:2000;
}

.multiWindowLockOutContainerInner
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: url('/images/bkg-login.jpg') top center no-repeat;
}

.multiWindowLockOutBoxTop
{
    top:0px;
    left:0px;
    position:fixed;
    background-color:#FFFFFF;
    height:auto;
    width:100%;
    font-size:20px;
    padding:17px;
    color:#000000;
    border-bottom:1px solid #000000;
    text-align:center;
    z-index:2001;
}

.multiWindowLockOutBox
{
    position:relative;
    margin:300px auto;
    background-color:#FFFFFF;
    height:auto;
    width:450px;
    font: 30px 'TitilliumTextMedium', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif;
    padding:20px;
    color:#000000;
    border:1px solid #000000;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    text-align:center;
}

.multiWindowLockOutContainerOpacity
{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

    /* IE 5-7 */
    filter: alpha(opacity=30);

    /* Netscape */
    -moz-opacity: 0.3;

    /* Safari 1.x */
    -khtml-opacity: 0.3;

    /* Good browsers */
    opacity: 0.3;
}

ul.alarm-settings{
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	right:9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	/*padding:0px 10px;*/
	text-align:left;
	background-color:#FFFFFF; 
	border:1px solid #000000; 
	z-index:-1; 
	top:35px;
	padding-bottom:10px;
}
ul.alarm-settings li{
	/*padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	line-height:10px;
	display:block;
	padding:0px;
}
ul.alarm-settings a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
ul.stats li:hover ul.alarm-settings{ /* Display the dropdown on hover */
	right:34px; /* Bring back on-screen when needed */
}
        
ul.stats li.alarm-settings-container a
{
    padding:0px 12px; 
    border:1px solid transparent;  
    z-index:5;
    background:url('/images/cog.png') no-repeat 5px 3px; 
}
ul.stats li.alarm-settings-container:hover a
{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	z-index:10;
	background-color:#FFFFFF;
	border:1px solid #000000; 
	border-bottom:none;
}
ul.stats li:hover ul a
{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
ul.stats li:hover ul li a:hover
{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}
        
ul.stats li.alarm-help-container, ul.stats li.alarm-settings-container
{
    padding-left:6px;
}
ul.stats
{
    position:relative;
    z-index:10;
}
        
#MainContent_pnlMultiWindowAlarmProcessing, #MainContent_pnlAutoProcess
{
    width:300px;
    padding:10px 10px 0px;
    line-height:10px;
}

.refShotHolder {
	width: 200px;
}

.refShotImageHolder {
	padding-top: 20px;
}

.wrapper
{
    width: auto;
}
        
.leftColumn
{
    float: left;
    width: 100px;
}

#tabs-sysadmin #siteTree li:hover
{
    cursor:pointer;
    background-color:#EEEEEE;
}

.systemAdminHolder {
	min-width: 1100px;
}

/* Event Forwarding Error page */
.errorWindowContainer
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: url('/images/bkg-login-pattern.jpg') top center repeat;
    z-index:2000;
}

.errorWindowContainerInner
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: url('/images/bkg-login.jpg') top center no-repeat;
}

.errorWindowBox
{
    position:relative;
    margin:300px auto;
    background-color:#FFFFFF;
    height:auto;
    width:750px;
    font-size:30px;
    padding:20px;
    color:#000000;
    border:1px solid #000000;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    text-align:center;
    font-family: "Lucida Sans" , "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    line-height: 1;
}

.get-config-item
{
    margin-bottom:3px;
    width:100%;
}

.get-config-item .selection
{
    float:left; 
    line-height:20px;
    margin-right:5px;
    height:20px;
}

.get-config-item .details
{
    line-height:18px; 
    padding-top:1px; 
    margin-left:40px;
}

#CameraList, #AudioList, #RelayList, #AlarmList
{
    overflow-y:auto;
    max-height:400px;
}

.tightHeader{ font: 18px 'TitilliumTextBold', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, sans-serif; color: #393939; text-transform: uppercase; line-height: 35px;}

#mapFilter
{
    width: 250px;
    height: 25px;
    float: right;
    background-image: url('/images/filter.png');
    background-repeat: no-repeat;
    background-position: 230px 4.5px;
}

#mapFilter .mapFilterDropdown {
    width: 250px;
    height: 250px;
    background-color: #EEEEEE;
    z-index: 99999999;
    position: relative;
    top: 0px;
    right: -1px;
    display: none;
    padding: 10px;
    box-sizing: border-box;
    overflow-x: auto;
    border: 1px solid #CCCCCC;
    border-top: none;
}

#mapFilter:hover .mapFilterDropdown {
    display:block;
}

#mapFilter .mapFilterDropdown div {
    margin-bottom: 5px;
}

#mapFilter .mapFilterDropdown a {
    cursor: pointer;
    text-transform: uppercase;
    color: blue;
}

#mapFilter .mapFilterDropdown .showHideButtonsContainer {
    padding: 0px 01px 10px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
}

#mapFilter .mapFilterDropdown .label {
    width: 180px;
    float: left;
    line-height: 20px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 25px;
    box-sizing: border-box;
}


#mapFilter .mapFilterDropdown .checker {
    float:left;
} 

#mapFilter .mapFilterTitle {
    margin-right: 20px;
    float:right;
    padding: 6px;
    cursor: pointer;
}

/* ************************* */
/* Alarm Queue Colour Coding */
/* ************************* */


.data-table tr.colourCodedAlarm1-50
{
	background-color:rgba(255,255,0,0.75);
}

.data-table tr.colourCodedAlarm51-100
{
	background-color:rgba(255,242,0,0.75);
}

.data-table tr.colourCodedAlarm101-150
{
	background-color:rgba(255,229,0,0.75);
}

.data-table tr.colourCodedAlarm151-200
{
	background-color:rgba(255,216,0,0.75);
}

.data-table tr.colourCodedAlarm201-250
{
	background-color:rgba(255,204,0,0.75);
}

.data-table tr.colourCodedAlarm251-300
{
	background-color:rgba(255,191,0,0.75);
}

.data-table tr.colourCodedAlarm301-350
{
	background-color:rgba(255,178,0,0.75);
}

.data-table tr.colourCodedAlarm351-400
{
	background-color:rgba(255,165,0,0.75);
}

.data-table tr.colourCodedAlarm401-450
{
	background-color:rgba(255,153,0,0.75);
}

.data-table tr.colourCodedAlarm451-500
{
	background-color:rgba(255,140,0,0.75);
}

.data-table tr.colourCodedAlarm501-550
{
	background-color:rgba(255,127,0,0.75);
}

.data-table tr.colourCodedAlarm551-600
{
	background-color:rgba(255,114,0,0.75);
}

.data-table tr.colourCodedAlarm601-650
{
	background-color:rgba(255,102,0,0.75);
}

.data-table tr.colourCodedAlarm651-700
{
	background-color:rgba(255,89,0,0.75);
}

.data-table tr.colourCodedAlarm701-750
{
	background-color:rgba(255,76,0,0.75);
}

.data-table tr.colourCodedAlarm751-800
{
	background-color:rgba(255,63,0,0.75);
}

.data-table tr.colourCodedAlarm801-850
{
	background-color:rgba(255,51,0,0.75);
}

.data-table tr.colourCodedAlarm851-900
{
	background-color:rgba(255,38,0,0.75);
}

.data-table tr.colourCodedAlarm901-950
{
	background-color:rgba(255,25,0,0.75);
}

.data-table tr.colourCodedAlarm951-1000
{
	background-color:rgba(255,12,0,0.75);
}

.data-table tr.colourCodedAlarm1001-1050
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1051-1100
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1101-1150
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1151-1200
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1201-1250
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1251-1300
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1301-1350
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1351-1400
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1401-1450
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1451-1500
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1501-1550
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1551-1600
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1601-1650
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1651-1700
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1701-1750
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1751-1800
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1801-1850
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1851-1900
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarm1901-1950
{
	background-color:rgba(255,255,255,255);
}

.data-table tr.colourCodedAlarm1951-2000
{
	background-color:rgba(255,0,0,0.7);
}

.data-table tr.colourCodedAlarmMaxValue
{
    background-color:rgba(255,0,0,0.7)
}

.phone-number
{
    cursor: pointer;
}

.syncIdentifierColumn
{
    max-width: 700px;
    word-wrap: break-word;
}

.syncSystemTitleColumn
{
    max-width: 150px;
    word-wrap: break-word;
}

.wrapTitleText 
{
    word-wrap:normal; 
    word-break:break-all;
}

.truncateTitle
{
    display:inline-block; 
    text-overflow:ellipsis; 
    overflow:hidden; 
    max-height: 30px; 
    max-width:400px;
}

/*Alarm Queue Filters*/

.alarm-queue-filter-icon
{
     background: url('/images/AlarmQueueFilter/FilterIcon.png')left center no-repeat;
     background-size: contain;      
     padding-left: 21px;
     padding-right: 8px;     
}

.alarm-queue-filter-save-icon
{
    background: url('/images/save-shadow.png')left center no-repeat;
    background-size: contain; 
    padding-left: 17px;
    float:right;
    height:20px;
    padding-right:5px;
}

.alarm-queue-filter-delete-icon
{
    background: url('/images/delete.png')left center no-repeat;
    background-size: contain; 
    padding-left: 17px;
    float:right;
    height:20px;
    padding-right:5px;
}

.alarm-queue-filter-delete-icon:hover
{
    background: url('/images/colour-icons/delete-red-icon.png')left center no-repeat;
    background-size: contain; 
    padding-left: 17px;
    float:right;
    height:20px;
    padding-right:5px;
}

.add-edit-alarm-filters
{
    background: url('/images/icon-add.png') center center no-repeat;
    background-size: contain; 
    line-height: 18px; 
    padding-left: 31px;
}

.add-alarm-filter-criteria
{
    background: url('/images/icon-add.png') center center no-repeat;
    background-size: contain;
    line-height: 18px; 
    padding-left: 31px;
}

.remove-alarm-filter-criteria
{
    background: url('/images/colour-icons/delete-red-icon.png') center center no-repeat;
    background-size: contain;
    line-height: 18px; 
    padding-left: 31px;
}

#divEventRecordsFilterContainer 
{
	padding: 5px;
	border: 1px gray solid;	
}

.eventRecordTypeMultipleSelect {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    margin-top: 11px;
}

#divEventRecordsFilterButtonBar {
	padding: 5px;
}

#divEventRecordsFilterButtonBar a {
	color: blue;
}

.filter-applied {
	background: #e2ffe5;
}