<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* main settings */
* {
  margin: 0;
  padding: 0;
}
html {
	min-height: 100%;
}
img{
  border: 0;
}
table {
  border: 0; 
  border-collapse: collapse;
}
td {
  vertical-align: middle;
}
a, .asLink {
	color: #0158bb;
	text-decoration: none;
  cursor: pointer;
}
*:focus {
  outline: none;
}
/* structure */
body {
  background: url('/public/images/bg_stripes.png') repeat-x bottom left #FFF;
  font-family:  Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #323232;
  font-size: 9pt;
}
body, textarea {
  font-family:  Trebuchet MS, Helvetica, Arial, sans-serif;
}

a.help {
    position: absolute;
    height: 25px;
    width: 25px;
    right: -40px;
    top: -8px;
    background-image: url('/public/images/help-icon.png');
}

a.help:hover {
    background-image: url('/public/images/help-icon-hover.png');
}

.logoTyco {
	background: url("/public/images/logo_tyco.png") no-repeat;
	width: 61px;
	height: 21px;
	position: absolute;
	left: 4px;
	top: 17px;
	display: block;
}

.welcome {
    margin: 0px auto;
    margin-top: 70px;
    background: url('/public/images/first_logo.png') no-repeat top left;
    width: 684px;
    height: 570px;
    opacity:0.7;
    filter:alpha(opacity=70);
}

.welcomeText {
	color: #818284;
	margin: -53px 0 0 183px;
	font-size: 35px;
	font-weight: bold;
	font-family: arial;
}

.welcomeText sup {
	font-size: 14px;
	font-weight: normal;
}

.transparent {
    width: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.unitStatusRed,
.unitStatusBlue,
.unitStatusGreen {
    float: left;
    text-transform: capitalize;
    margin-left: 5px;
    font-weight: normal;
}

.unitStatusRed { 
    color: #F4545B !important;
}

.unitStatusBlue {
    color: #316BA8 !important;
}

.unitStatusGreen {
    color: #6ED478 !important;
}

.mainContainer {
  width: 1022px;
  margin: auto;
}
.Header {
    width: 994px;
    padding: 0 14px;
}
.columnMain {
  padding: 0 30px 0 25px;
}
.columnLeft {
  float: left;
  width: 141px;
  padding-left: 25px;
}
.columnRight {  
  padding: 0 30px 0 196px;
}
.columnRight .subColumnLeft {
  float: left;
  height: 31px;
  line-height: 31px;
  margin-top: 0px;
  margin-left: -156px;
}
.blockBody {
  width: 100%;
}

/* Title blocks */
.Title {
	height: 35px;
	margin: 13px 14px -13px 210px;
  position: relative;
}
.Title .menu {
	position: absolute;
  font-size: 8pt;
  right: 0;
  bottom: 11px;
  margin-right: 10px;
}
.Title .menu a,
.Title .menu span {	
  line-height: 100%;
  font-size: 8pt;
  vertical-align: baseline;
  /*margin-right: 40px;*/
}

.Title .menu span {
	padding-right: 11px;
	border-right: 1px solid #7f7f7f;
	color: #2a2a2a;
	margin-right: 10px;
}

.Title .message span span {  
  font-size: 7pt;
  font-weight: bold;
  font-family: Verdana, sans-serif;  
}

.Title .menu span .sound-trigger{
    display: inline-block;
    width: 28px;
    height: 15px;
    margin-bottom: -4px;
    background: url('/public/images/i_alarm.png') no-repeat center center;
}

.Title .menu span .sound-trigger.muted{
    background: url('/public/images/i_alarm_off.png') no-repeat center center;
}
/* Header blocks */
.Header {
	height: 54px;
	background: url('/public/images/bg_header.png') no-repeat top left;
}
.Logo {
  position: absolute;
}
.Header menu {
  list-style: none;
  padding: 21px 0 0 120px;
}
.Header menu li {
  float: left;
	margin: 0 18px;
}
.Header menu li a {
  color: #00244d;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 19px;
  line-height: 33px;	
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.Header menu li b {
  color: #FFF;
  font-size: 9pt;
}
.Header menu li.current b {
  color: #515455;
}
.Header menu li.current {
  background: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.Header menu li.current a {
 
}

.Content.unitGeneralFlexibleContentVertically {
    background: url("/public/images/diagnosticContent-bg.png") repeat-x top #e3e3e5;
    border: 1px solid #8c8c8c;
    border-top: none;
    width: 994px;
    padding: 0;
    margin: 0 13px 13px 13px;
    -moz-box-shadow: inset 0 0 1px 2px #ffffff, 0px 0px 12px #c3c3c3;
    -webkit-box-shadow: inset 0 0 1px 2px #ffffff, 0px 0px 12px #c3c3c3;
    box-shadow: inset 0 0 1px 2px #ffffff, 0px 0px 12px #c3c3c3;
    display: table;
    max-width: 994px;
    width: 994px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* Content structure blocks */
.Content {
    margin: 0 13px;
    padding: 5px 0;
    min-height: 730px;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff, #e3e3e5);
    box-shadow: 0 0 11px -2px lightgrey;
    border-radius: 0 0 10px 10px;
    border: 1px solid #a6a5a7;
    border-top: 0;
}
.short {
	background-image: url('/public/images/bg_short.png'); 
	height: 518px;
}
.parts {
	background-image: url('/public/images/bg_parts.png'); 
}

.subHeader, .subHeaderBottom {
	position: relative;
}
.subHeader {
	border-bottom: 1px solid #dfdfdf;
	padding: 11px 28px 0px 23px;
	margin: 0 2px 10px 2px;
	height: 40px;
	background-image: linear-gradient(bottom, rgb(236,239,244) 0%, rgb(254,254,254) 38%);
	background-image: -o-linear-gradient(bottom, rgb(236,239,244) 0%, rgb(254,254,254) 38%);
	background-image: -moz-linear-gradient(bottom, rgb(236,239,244) 0%, rgb(254,254,254) 38%);
	background-image: -webkit-linear-gradient(bottom, rgb(236,239,244) 0%, rgb(254,254,254) 38%);
	background-image: -ms-linear-gradient(bottom, rgb(236,239,244) 0%, rgb(254,254,254) 38%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(236,239,244)),
	color-stop(0.38, rgb(254,254,254)));
}
.subHeaderBottom {
	border-top: 1px solid #fff;
	padding: 5px 28px 28px 23px;
	margin: 16px 2px 0 2px;
}
.subHeader .breadCrumbs {
    left: 23px;
    line-height: 100%;
    position: absolute;
    top: 5px; 
}
.subHeader .breadCrumbs a {
	font-size: 8.25pt;
	margin-right: 13px;
	font-weight: bold;
}
.subHeader .caption {
	line-height: 16px;
	color: #00244d;
  	text-transform: uppercase;
	font-weight: bold;
	line-height: 29px;
	float: left;
}

.subHeader .breadCrumbs + .caption {
	margin-top: 13px;
}

.subHeader .caption span {
	color: #515455;
  text-transform: none;
}
.subHeader .menu, .subHeaderBottom .menu {
	float: right;
}

.subHeader .menu.actions{
    position: absolute;
    right: 26px;
    top: 10px;
}

.subHeader .menu .section, .subHeaderBottom .menu .section {
	float: left;
}

.subTitle {
  height: 35px;
}
.subTitle .message span span {  
  width: 260px; 
}

/* left menu panel */
.columnLeft .panel {
  width: 141px;
}
.panel .top {
  background: url('/public/images/bg_panel_tr.png') no-repeat top right;
  padding-right: 5px;
 }
.panel .top div {
  background: url('/public/images/bg_panel_tl.png') no-repeat top left;
  padding: 4px 7px 0 12px;
  color: #555;
  font-size: 10pt;
  height: 32px;
  line-height: 29px;  
}
.panel .top span, .panel .top a {
	color: #555;
  float: right;
  font-size: 9pt;
  position: relative;
}
.panel .status {
  overflow: hidden;
}
.panel .status b {
  display: inline-block;
  font-weight: normal;
  padding: 0 20px 0 10px;
  margin-left: -11px;
  border-left: 1px solid #c0c4cd;
}
.panel .status b.current {
  font-weight: bold;
  color: #000;
}
.panel .bottom {
  background: url('/public/images/bg_panel_br.png') no-repeat top right;
  padding-right: 5px;
}
.panel .bottom div {
  background: url('/public/images/bg_panel_bl.png') no-repeat top left;
  height: 5px;
}
.panel dd {
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;  
  background: #FFF;
  padding-top: 6px;  
}
.columnLeft .panel dd {
  max-height: 401px;
  overflow-x: hidden;
  overflow-y: auto;
}
.panel .section {
  padding: 0 11px;
}
.panel dd p {
  padding-left: 13px;
  margin: 6px 0;
  line-height: 100%;
}
.panel dd p.selected {
  font-weight: bold;
  background-position: 0 0;  
}
.panel .border {
  border-top: 1px solid #d4d4d4;
}
.panel select {
  color: #808080;
  margin: 6px 0 2px 0;
}

.w33 .panel {
  margin: 0 20px;
}
.w33 dt {
  text-transform: uppercase;
}
.w33 .panel dd {
  height: 490px;
  max-height: 100%;
}
.w33 .panel dd dl{
    margin:0px 13px;
}
.w33 .panel dd dt {
    text-transform:none;
    font-size: 10.5pt;
    line-height: 200%;
    padding: 3px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #c7d2df;
}

.w33 .panel dd dt:FIRST-CHILD {
	border-top: none;
}

.w33 .panel dd dt a {
	color: #0158bb !important;
}

.w33 .panel dd dd{
    height:auto;
    border:0px;
    padding:0px;
	color: #474747;
}
.w33 .panel dd ul{
    padding:0px 0px 0px 20px;
}
.short .panel dd {
  height: 230px;
}
.short .panel dd dd{
  height: auto;
}
.blockBody .panel dd.footer,
.short .panel dd.footer {
  height: auto;
  padding: 0 2px;
  margin-bottom: -2px;
  position: relative;
}
.panel .buttons {
  background: #eeeff3;
  padding-top: 6px;
  padding-bottom: 6px;
}
.blockBody .panel .wizardMultiSelect {
	width: 100%;
	border: 0 none;
	overflow: auto;
	background: none;
}

/* left menu list */
.menuList {
  border-bottom: 1px solid #FFF;
  margin: 15px 0 20px -25px;
  width: 195px;
}
.menuList dt, .menuList dd {
  border-bottom: 1px solid #d8d8d8;
}
.menuList dt {
  color: #515455;
  text-transform: uppercase;
  font-size: 10.5pt;
  padding-left: 25px;
}
.menuList dd {
  border-top: 1px solid #FFF;
  padding-left: 40px;  
  line-height: 34px;  
}
.menuList dd.current {
  color: #000;
  padding-left: 26px;
}
.menuList .current a {
  cursor: default;
  color: #000;
}
.pmaxConfigMenu .disabled a {
  cursor: default;
}

/* message */
.message {
  display: inline-block;
	background: url('/public/images/bg_message_l.png') no-repeat top left;
  margin-right: 4px;
  position: relative;
  white-space: nowrap;
}
.message span {
  display: inline-block;
  position: relative;
  margin-right: -4px;  
	background: url('/public/images/bg_message_r.png') no-repeat top right;
}
.message span span {  
  background: none;
  padding: 0 25px;
  margin: 0;
  line-height: 27px;
  text-align: right;
}
.alarm span span {
 	background-image: url('/public/images/i_alarm.png');
 	background-repeat: no-repeat;
 	background-position: 25px 50%;  
  padding-left: 57px;
  text-align: left;
}
.message .distance {
  float: left;
}

.selectionItemSelectAll.hidden {
    visibility: visible;
}
.selectionItemSelectAll.hidden .message span span {
    width: auto;
}
.selectionItemSelectAll.hidden .distance,
.selectionItemSelectAll.hidden .delim,
.selectionItemSelectAll.hidden .delim + a {
    display: none;
}

.message.panel-restriction {
    padding: 5px;
    margin: 1px 0 0 100px;
}

/* buttons */
.buttons .btn, 
.buttons .btnSimple,
.btn.dijitInline.activeLink {
  float: right;  
}

.btnSimple {
  float: left;
  display: inline-block;
  margin: 0 5px;
  line-height: 30px;
  font-weight: bold;
}
.btnBig {
  vertical-align: middle;
  font-size: 1.2em;
}
  .btnBig img{
    vertical-align: middle;
  }

/* form elemnets */
input.field, select, textarea, .search, .input {
  border: 1px solid #b8d1e5;
  background: #fff;
  font-size: 10pt;
}
.readonly {
  background: #f1f2f6 !important;
  color: #515455 !important;
  border-color: #dfdfe3 !important;
}
.searchForm .search {
  padding: 0px 0px 0 5px;
  width: 134px;
  height: 24px;
  margin-left: 25px;
  float: left;
	border: 1px solid #c0c0c0;
}
.searchForm .search a {
  float: right;
  background: url('/public/images/i_search.png') no-repeat 50% 50%;
  width: 24px;
  height: 24px;
}
.searchForm .search input {
  color: #787879;
  border: 0;
	line-height: 24px;
	height: 24px;
}
.searchForm .focus {
  background: #00244D;
  border-radius: 5px;
  width: 140px;
  position: relative;
  height: 32px;
  margin: -5px 13px;
  padding: 5px 12px 0 12px;
  line-height: 26px;
  float: left;
}
.searchForm .focus .search {
  width: 100px;
  margin-left: 0px;
}
.searchForm .focus span {
  color: #FFF;
  padding: 0 13px;    
}
.searchForm .focus a {
  color: #9ed0fe;
  float: right;
} 

/* block with scrolling content */
.block {
  background: #FFF;
  padding: 2px;
  border-top: 1px solid #a1abb5;
  border-bottom: 1px solid #a1abb5;  
  position: relative;
  margin: 0 3px;
}
.block .c {
  position: relative;  
  background: #FFF;
  padding: 0 2px;
  margin: 0 -5px;
  border-left: 1px solid #a1abb5;
  border-right: 1px solid #a1abb5;  
}

.dj_ie7 .noscroll .dojoxGridScrollbox {
    overflow-y: auto;
}

.noscroll .dojoxGridScrollbox,
.block .scroll {
  overflow: auto;
  position: relative;
}

.fullHeightGrid {
    min-height: 540px;
}

.unit-group-management .scroll{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.noscroll .dojoxGridScrollbox {
  overflow-x: hidden;
  overflow-y: hidden;
}
.block .tl, .block .tr, .block .br, .block .bl {
  position: absolute;
  background-repeat: no-repeat;
  background-position: top left;
  width: 3px;
  height: 3px;
  font-size: 0;  
}
.block .tl {
  top: -1px;
  left: -3px;
  background-image: url('/public/images/corner_tl.png');
}
.block .tr {
  top: -1px;
  right: -3px;
  background-image: url('/public/images/corner_tr.png');
}
.block .br {
  bottom: -1px;
  right: -3px;
  background-image: url('/public/images/corner_br.png');
}
.block .bl {
  bottom: -1px;
  left: -3px;
  background-image: url('/public/images/corner_bl.png');
}
.hAuto {
  margin-bottom: 15px;
}
.hFixed {
  margin-bottom: 6px;
}
.hFixed .scroll {
  height: 507px !important;
}

.cLeft {
  float: left;
  width: 240px !important;
  background: #eceff4;
  border-right: 1px solid #a2acb6;
}
.cRight {
  width: auto !important;
}

.blockTitle {
  margin-bottom: 2px;
}

/* data table */
.Table {
  width: 100%;
}
.Table td {
  padding: 7px;
  border-top: 1px solid #bec5cd;  
  background: url('/public/images/bg_table.png') repeat-x 0 1px #FFF;
  text-align: left;
  line-height: 100%;
  white-space: nowrap;
}
.Table .tHeader td, .Table .tTitle td, .blockTitle {
  background: #dbdde6;
  padding: 5px 7px;
  border-top: 0;
}
.Table .tHeader td, .Table .tHeader a, .blockTitle {
  color: #525457;
  line-height: 100%;    
}
.Table .tTitle td {
  background: #eef1f6;
  color: #515455;
}
.Table .checked td {
  background: #faf5be;
}
.Table .disabled td {
  color: #79828b;
}
.Table .new td {
  color: #00244d;
}
.Table .new .w33 {
  padding-left: 2px;
}

/* form table */
.Form {
  width: 95%;
  margin: 7px 0;
  overflow: hidden;
}
.Form td {
  vertical-align: top;
  padding: 4px 10px 4px 0;
}
.Form .textR { 
  white-space: nowrap;
  font-weight: bold;
  padding-left: 20px;
}
.Form .input {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
} 
.Form .input p {
  padding: 4px;
}

/* crop large cell width */
td.crop {
  width: 100%; 
}
td.crop div {
	position: relative;
	height: 1em;
}
td.crop div div {
  position: absolute; 
  overflow: hidden; 
  white-space: nowrap; 
  width: 100%; 
}

/* content styles */
.total {
  color: #656f7a;
}
.total b {
  font-weight: normal;
  color: #000;
}


.progress {
  display: inline-block;
  padding: 1px;
  border: 1px solid #c0c4cd;
  width: 35px;
  margin-right: 8px;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.progress span {
  display: inline-block;
  height: 8px;
  background: #92aed0;
}

/* icons */
.selected, .critical, .trouble, .info, .online, .offline {
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 13px !important;
}
.selected, .panel .top a.selected {
  background-image: url('/public/images/a_marker_p.png');
}
a.selected, p.selected {
  background-image: url('/public/images/a_marker.png');
}
.critical {
  background-image: url('/public/images/a_critical.png');
}
.trouble {
  background-image: url('/public/images/a_trouble.png');
}
.info {
  background-image: url('/public/images/a_info.png');
}
.online {
  background-image: url('/public/images/online.jpg');
}
.offline {
  background-image: url('/public/images/offline.jpg');
}

.opt, .opt_up, .opt_dw {
  padding-right: 11px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.btn .opt {
  background-image: url('/public/images/i_btn_opt.png');
  margin-right: 7px;
}
.btn:hover .opt {
  background-image: url('/public/images/i_btn_opt2.png');
}
.panel .opt {
  background-image: url('/public/images/i_menu_opt.png');
}
.Table .opt_up {
  background-image: url('/public/images/i_table_opt2.png');
}
.Table .opt_dw {
  background-image: url('/public/images/i_table_opt.png');
}

.module {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('/public/images/module.png');
}
.b {
  background-image: url('/public/images/module_b.png');
}
.b2 {
  background-image: url('/public/images/module_b2.png');
}
.g {
  background-image: url('/public/images/module_g.png');
}
.g2 {
  background-image: url('/public/images/module_g2.png');
}
.g3 {
  background-image: url('/public/images/module_g3.png');
}
.g4 {
  background-image: url('/public/images/module_g4.png');
}
.pmaxStateImage{
	display: inline-block;
	width: 34px;
    height: 33px;
    margin-right: 4px;
    float: left;
    background-repeat: no-repeat;
    background-position: top left;
}
.pmaxstateAway {
	background-image: url('/public/images/i_arm_away_on.png');
}
.pmaxstateHome {
	background-image: url('/public/images/i_arm_home_on.png');
}
.pmaxstateDisarm {
	
	background-image: url('/public/images/i_disarm_on.png');
}
.pmaxstateUnknown {}


/* Folders list*/
.folders {
  color: #000;
  position: relative;
}
.folders .folder, .folders .file {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin: 2px 0 1px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.folders .folder, .folders .file, .folders .value, .folders .ctrl {
  padding-top: 2px;
  padding-bottom: 2px;
}
.folders .icon {
  vertical-align: middle;
}
  .folders .option,
  .folders .values,
  .folders .values .value,
  .folders .values .ctrl {
    display: inline-block;
	line-height: 17px;
	vertical-align: middle;
  }
  .folders .option {
	overflow: hidden;
	width: 39%;
  }
  .folders .values {
      width: 60%;
/*    float: right;*/
/*    width: 445px;*/
  }
  .folders .values .ctrl { text-align: center }
  .folders .closed div { display: none !important }
    .diff .values .ctrl { width: 16px; }
    .diff .values .value { width: 210px; }
	.base .values .value { width: 90% }

	.columnRight .folders .option { width: 300px }
	.columnRight .folders .values { width: 440px }
  
    .permission .folders .option { width: 495px }
    .permission .folders .values { width: 415px }

.folders div .file, .folders div .folder {margin-left: 5px}
.folders div div .file, .folders div div .folder {margin-left: 25px}
.folders div div div .file, .folders div div div .folder {margin-left: 45px}
.folders div div div div .file, .folders div div div div .folder {margin-left: 65px}
.folders div div div div div .file, .folders div div div div div .folder {margin-left: 85px}
.folders div div div div div div .file, .folders div div div div div div .folder {margin-left: 105px}
.folders div div div div div div div .file, .folders div div div div div div div .folder {margin-left: 125px}
.folders div div div div div div div div .file, .folders div div div div div div div div .folder {margin-left: 145px}
.folders div div div div div div div div div .file, .folders div div div div div div div div div .folder {margin-left: 165px}
.folders div div div div div div div div div div .file, .folders div div div div div div div div div div .folder {margin-left: 185px}

a.folder  {
  background-image: url("/public/images/i_folder.gif");
}
.file  {
  color: #333;
  cursor: default;
  background-image: url("/public/images/i_file.gif");
}
.folders .changed .file {
  background-image: url("/public/images/i_file2.gif");
}

.permission .folder { background-image: url("/public/images/i_application_lock.png") }
.permission .file { background-image: url("/public/images/i_lock_off_disabled.png") }
.permission .changed .file { background-image: url("/public/images/i_lock_off.png") }
.permission .deny .file { background-image: url("/public/images/i_lock_disabled.png") }
.permission .changed .deny .file { background-image: url("/public/images/i_lock.png") }


.folders a.changed, .folders a.choosed {
  font-weight: bold;
}
.folders a.different {
  color: #ea554e;
  font-weight: bold;
}

.folders div.different {
  background: #ffe3ca;
}
.folders div.changed, .folders div.choosed {
  background: #faf5be;
}
.folders div.invalid {
  background: #ffe3ca;
}
.folders div.match {
  background: #beffca;
}
.folders div.error,
.folders div.status {
	color: #ed4622;
	font-size: 1.5em;
	padding: 7px 13px;
	position: relative;
	text-align: center;
	z-index: 3;
}
.folders div.status {
	color: #2246ed;
}
.folders div.loader {
	position: absolute;
	width: auto;
	height: auto;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	z-index: 3;
	text-align: center;
}

.botLine, .topLine {
  position: relative;
  line-height: 18px;
  padding: 3px 0;
  z-index: 2;
  font-size: 1.1em;
  background: #dbdde6;
}
  .topLine div { margin-top: 0 }
  .topLine { border-bottom: 1px solid #fff }
  .botLine { border-top: 1px solid #fff }
  .botLine label, .botLine a { display: inline; margin: 0 5px; vertical-align: baseline; }

.folders_hlp_bgr,
.folders_hlp_bgl,
.folders_hlp_r1,
.folders_hlp_r2 {
	position:absolute;
	width:auto;
	height:auto;
	top:5px;
	bottom:5px;
	left:2px;
	z-index:0;
}
.folders_hlp_bgr {
	right:2px;
	background: #f0f4fa;
}
.folders_hlp_bgl {
	width:295px;
	background: #eceff4;
}
.folders_hlp_r1,
.folders_hlp_r2 {
	width:1px;
	background: #fff;
	border-left:1px solid #d8d8d8;
	z-index:1;
}
.folders_hlp_r1 { left: 296px }
.folders_hlp_r2 { left: 525px }
.permission .folders_hlp_r1 { left: 491px }
.permission .folders_hlp_bgl { width: 491px }

/* Pop Up */
.tundra div.ipmpPageDialog{
	background: url("/public/images/bg_popup.png") repeat scroll 0 0 transparent;
    padding: 7px;
    width: 990px;
    height: 692px;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow:none;
}
.tundra div.ipmpPageDialog .dijitDialogTitleBar{
    background: none;
    padding: 10px;
}
.tundra div.ipmpPageDialog .dijitDialogPaneContent{
	background: none;
	border: 0px;
	padding:15px;
}
.tundra div.ipmpPageDialog .dijitDialogCloseIcon{
    top: 18px;
    right: 16px;
}
.tundra div.ipmpPageDialog .dijitDialogPaneContent .columnRight {
    padding-right: 0px;
}
.tundra div.ipmpPageDialog .cancelButton{
    font-weight:bold;
    color: #0158BB;
    position: absolute;
    bottom: 30px;
    right: 100px
}
.tundra div.ipmpPageDialog .submitButton{
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.ipmpPageDialog .submitButton button{
    padding: 0 11px;
}

.tundra .listPopup {
	position: absolute;
	overflow: visible;
	left: 0;
    top: 0;
	width: 100%;
	height: 100%;
}
.listPopup .container{
	margin: 100px auto auto auto;
	width: 1022px;
	padding-left: 40px;
}
.listPopup .window{
    height: 705px;
    width: 1003px;
    background: url("/public/images/bg_popup.png") no-repeat top left;
    position: relative;
}
.window h1{
    position: relative;
    padding: 8px 0 15px 25px;
    line-height: 35px;
    font-weight: bold;
    font-size: 10pt;
    margin: 0;
    border: 0;
}
.window .controls{
    position:absolute;
    bottom:25px;
    right:37px;
}
.window button{
	border:0px;
	font-size:9pt;
	font-weight:bold;
	margin:0px 5px;
}
.window .cancelButton{
    color:#0158BB;
    background:none;
    padding:8px 0px;
}
.window .submitButton{
    color:white;
    background:url("/public/images/b_orange_l.png") no-repeat scroll left top transparent !important;
}
.window .submitButton span{
    background:url("/public/images/b_orange_r.png") no-repeat scroll right top transparent !important;
    padding:8px 21px;
    display:block;
    margin:-1px -3px;
}



.floatMask {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.float {
	position: absolute;
	z-index: 101;
	width: 100%;
	top: 0;
	left: 0;
}
.float .mainContainer {
  padding-top: 100px;
  padding-left: 40px;  
}
.float .Content {
	height: 705px;
	background: url("/public/images/bg_popup.png") no-repeat top left; 
}
.float .subHeader {
	position: relative;
	padding: 8px 0 15px 25px;
  line-height: 35px;
  font-weight: bold;
  font-size: 10pt;
	margin: 0;
	border: 0;
}
.float .block {
  margin-bottom: 10px;
}
.float .block .scroll {
  height: 538px;
}
  
/* clear float */
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
	font-size: 0;
  height: .1px;
	line-height: .1px;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block; clear:both;}
/* End hide from IE-mac */

/* constants */
.textR {text-align: right !important;}
.textL {text-align: left !important;}
.textC {text-align: center !important;}

.floatR {float: right !important;}
.floatL {float: left !important;}

.w100 {width: 100% !important;}
input.w100, select.w100, textarea.w100 {width: 98% !important;}
.w50 {width: 50% !important;}
.w33 {width: 33.3% !important;}
.w25 {width: 25% !important;}
.w20 {width: 20% !important;}

.hidden {visibility: hidden;}
.m0 {margin: 0 !important; }
.p0 {padding: 0 !important; }

/* test */
.test {
  background: #999 !important;
}


/* FORM GLOBAL */
.subColumnLeft #text {
	color: #0158BB;
}

/* Unit Configuration */
.fullheight {
    height: 600px;
}
.searchSelection {
	background-color: yellow;
}
.hideByDependency {
	display: none;
}
/* / Unit Configuration */


/* Dialogs
===================== */
.tundra .dialog {
	width: 260px !important;
	border: 0 none !important;
	background: none transparent !important;
	outline: 0 none !important;
	-webkit-box-shadow: none !important;
}
.tundra .dialogWide {
	width: 330px !important;
}
.tundra .dialog .dijitDialogTitleBar,
.tundra .dialog .dijitDialogPaneContent {
	border: 0 none !important;
	background: transparent url('/public/images/bg_dialog.png') center top no-repeat !important;
}
.tundra .dialogWide .dijitDialogTitleBar,
.tundra .dialogWide .dijitDialogPaneContent {
	background: transparent url('/public/images/bg_dialog_330.png') center top no-repeat !important;
}
.tundra .dialog .dijitDialogTitleBar {
	height: 36px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
}
.tundra .dialog .dijitDialogCloseIcon {
	top: 10px;
	right: 10px;
}
.tundra .dialog .dijitDialogPaneContent {
	background-position: center bottom !important;
}
.tundra .dialog .dijitDialogPaneContent .buttons {
	background-color: #eeeff3;
}
.tundra .dijitDialogPaneContent .columnRight {
	padding-right: 5px;
    background-position: center bottom !important;
}

.tundra .dialogLoad .dijitDialogPaneContent {
	padding: 10px 5px 20px !important;
	text-align: center;
}
.tundra .dialogLoad .dijitDialogPaneContent .dijitProgressBar {
	margin: 0 auto;
	outline: 0 none !important;
}
#modalDialog .buttons .btn,
#modalDialog .buttons .btnSimple {
	margin-left: 15px;
}
#modalDialogTextBox {
	max-height: 120px;
}
#modalDialogTextBox div {
	text-indent: 16px;
	background: url("/public/images/a_trouble.png") no-repeat 0 3px;
}
#modalDialogTextBox p {
	margin: .7em 0;
}
/* / Dialogs */


/* Closer button
===================== */
.closer {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	cursor: pointer;
}
.closer img{ width: 15px; height: 15px; background: url("/public/images/i_close.png") no-repeat scroll right top transparent }
.closer:hover img{ background-image: url("/public/images/i_close_h.png") }
/* / Closer button */

/* Event Video view
===================== */
.EventVideo .subHeader { padding-left: 20px; }
.EventVideo .breadCrumbs { line-height: 24px; }
.EventVideo .blockBody .columnLeft { width: 365px; padding-left: 20px; }
.EventVideo .columnRight { padding: 0 10px 0 392px; }
.EventVideo .subTitle .pagerBox { padding-right: 10px; }
.EventVideo .searchForm #searchContainer { width: 371px !important; margin-left: 0; margin-right: 0; padding-left: 10px; padding-right: 14px; }


#videoModeContainer .dijitTab{
	display:none;
}
#videoModeContainer .dijitTab:first-child{
	display:inline-block;
}

.eventVideoPlaybackIcon {
	background-image: url("/public/images/event_video_cameraplayback.png");
	width: 12px;
	height: 13px;
}
.eventVideoLiveIcon {
	background-image: url("/public/images/event_video_cameralive.png");
	width: 17px;
	height: 11px;
}

.eventVideoThumb a {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
}

#eventVideoList .eventVideoThumb a {
	padding: 5px;
}

/**
 * Has additional features only for explorer in main_ie.css
 */
.datetimeBoxOnLiveCamera{
	background-color: #000;
	position: absolute;
	font-weight: bold;
	padding-top: 6px;
	top: 7px;
	right: 7px;
	width: 140px;
	height: 45px;
	text-align: center;
	color: #FFF;
}

.refreshButtonOnLiveCamera {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("/public/images/event_video_liverefresh.png");
	width: 66px;
	height: 17px;
	float: right;
	margin-right: 5px;
	padding-top: 2px;
	text-align: right;
	color: #0158BB;
	cursor: pointer;
	text-decoration: underline;
}

.shadowRoundedTransparentBox,
.roundedPreviewOnLiveCamera,
.shadowBox {
	-moz-box-shadow: #000 0 3px 7px;
	-webkit-box-shadow: #000 0 3px 7px;
}

.roundedPreviewOnLiveCamera {
	width: 105px;
	margin: 5px 5px;
	height: 74px;
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	background-image: url('/public/images/event_video_livenotrun.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#liveCameraMessage .refreshButtonOnLiveCamera,
#liveCameraLoading .refreshButtonOnLiveCamera {
	top: 7px;
	position: absolute;
	right: 7px;
}

.shadowRoundedTransparentBox {
 	opacity: 0.5;
    -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-opacity: 0.5; /* Mozilla 1.6 Ð¸ Ð½Ð¸Ð¶Ðµ */
    -moz-border-radius: 3px;
    behavior: url(pie.htc);
}

.refreshButtonOnLiveCamera:hover {
	text-decoration: none;
}

#eventLiveVideoList,
#eventVideoList {
  width: 363px;
  margin: 0 -5px;
  padding: 2px 0;
}
  #eventLiveVideoList UL,#eventVideoList UL {
    overflow: hidden;
    height: 185px;
  }
  .butScroll {
    display: block;
    position: relative;
    width: 36px;
    height: 18px;
    margin: 2px auto;
  }
.butScrollTop { background: url("/public/images/ar_up.gif") no-repeat center center transparent; }
.butScrollBot { background: url("/public/images/ar_down.gif") no-repeat center center transparent; }
.eventVideoThumb { 
  float: left;
  margin: 1px 1px;
  list-style-type: none;
}
.eventVideoThumb A {
  display: block;
  padding: 1px;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
}

.eventVideoThumb.c A .roundedPreviewOnLiveCamera,
.eventVideoThumb.c A:hover .roundedPreviewOnLiveCamera,
.eventVideoThumb A:hover .roundedPreviewOnLiveCamera {
	background-image: none;
}

.eventVideoThumbList .c A,
.eventVideoThumb A:hover
{
   border: 1px solid #68a;
}

.eventVideoThumbList .c A {
  background-color: #fff;
  cursor: default;
}

.eventVideoThumb img{ width: 105px; border: 1px solid #fff; }
.eventVideoThumb SPAN { display: block; width:105px; }
.eventVideoThumbList .c img,
.eventVideoThumb A:hover img{ border: 1px solid #68a; }
.eventVideoThumbList .c SPAN,
.eventVideoThumb A:hover SPAN { color: #345; }
/* // Event Video view */

/* Grid rows */
.tundra .dojoxGridRow-error td.dojoxGridCell{
	background:#e4e4e4;
  	color:#999 !important;
}  
/* Link inside grids and filters
======================== */
.gridFilterItem A,
.dojoxGridCell .gridCellLink {}
.gridFilterItem A:hover,
.dojoxGridCell .gridCellLink:hover { color: #4e4e28; text-decoration: underline; }
/* // Link inside grids and filters */
/* Plink Features */
.features{margin:80px;}
.features td {width:50%;}
.features td .dijitCheckBox{float:left;margin: 2px 6px 0px 0px;}
.features label {color:#00244d;font-size:12pt;font-weight:bold;line-height:19px}
table.features td p{padding-left:23px;}

/*Panel: process and layout widgets */
.process-shortcut .grid-container  { width: 463px; height: 500px; }

.event-shortcut .grid-container  { width: 569px; height: 500px; }

.popup-container .grid-loading { float: right; }

/*Panel info: Services*/
.services label {
	color:#00244d;
	font-size:12pt;
	font-weight:bold;
	line-height:19px
}
table.services.ip,
table.services.passwd,
table.services.features {
    margin: 10px auto 35px;
	width: 630px;
}

table.services.ip tbody tr td,
table.services.passwd tbody tr td {
	font-size: 15px;
	text-align:center;
}

table.services tbody tr:first-child {
	height: 60px;
} 

.services th  {
	color: #515455;
	font-size: 22pt;
	text-align: center;
	padding-left: 76px;
	border-bottom: 1px ridge #D8D8D8;
}

.services.features td div.img {
	float:left;
	margin-right: 15px;
	width: 32px;
	height: 32px;
}

.services.features td div.checked {
	background: url('/public/images/checked.png');
}

.services.features td div.unchecked {background: url('/public/images/unchecked.png');
}

/* Change Ip */
#changeIpForm{top:70px;left:310px;width:100%;margin-top:110px;text-align:center;}
/* Reset Password */
#resetPasswordForm{margin:70px auto;}
#resetPasswordForm fieldset{padding:15px;}
#resetPasswordForm label{display:block;float:left;clear:left;margin:2px 3px 2px 0px;width:70px;text-align:right;}
#resetPasswordForm .dijitTextBox{margin:2px 0px;}
/* Wizzard */
#wizardContent2 {height:300px; padding:80px 0 0 80px;}
#wizardContent2 h3{color:#0158bb; margin-bottom:20px;}
#wizardContent2 p{padding:0px;}

/* Permission Dialog */

.startPermissionIcon {
    background-image: url("/public/images/user_permission.png");
    width: 16px;
    height: 16px;
}

div.permissionTooltip div.iconBlock {
    float:right;
    margin-top: -27px;
}

div.permissionTooltip div.closeIcon,
div.permissionTooltip div.saveIcon {
    height: 16px;
    width: 16px;
    background-image: url("/public/images/permission/save.png");
}

div.permissionTooltip div.closeIcon {
    background: url("/js/Dojo/dijit/themes/tundra/images/tabClose.png") no-repeat scroll right top transparent;
}

div.permissionTooltip div.permissionTooltipIcon {
    float:left;
    margin-right: 5px;
    height: 16px;
    width: 16px;
}

div.permissionTooltip div.roleItem {
    width: 200px;
	font-size: 13px;
}

div.permissionTooltip div.userItem {
    margin: 5px 27px;
    width: 150px;
}

div.permissionTooltip div.userItem .dijitCheckBox,
div.permissionTooltip div.roleItem .dijitCheckBox {
    float: right;
}

div.permissionTooltip div.roleItem div.rightArrowIcon,
div.permissionTooltip div.roleItem div.downArrowIcon,
div.permissionTooltip div.roleItem div.roleIcon {
    cursor: pointer;
}

div.permissionTooltip div.userItem div.userIcon {
    background-image: url("/public/images/permission/user.png");
}
div.permissionTooltip div.roleItem div.rightArrowIcon {
    background-image: url("/public/images/permission/arrow_right.png");
}
div.permissionTooltip div.roleItem div.downArrowIcon {
    background-image: url("/public/images/permission/arrow_down.png");
}
div.permissionTooltip div.roleItem div.roleIcon {
    background-image: url("/public/images/permission/role.png");
}

div.rawTooltip, div.rawPartitions {
    font-family: monospace;
    font-weight: bold;
}
div.rawTooltip {
    color: #007700;
}

#processlist .dijitProgressBar{height:10px;}
#processlist .dijitProgressBar{font-size: 8pt;line-height: 10px;}

/*Pmax state page*/                
div.pmaxStateScreen #pmaxstatezonelist {
/*     border: 1px ridge #BEC5CD; */
    height: 488px !important; /* 538px !important; */
/*     margin: 20px auto 0; */
    width: 100%;
}

div.pmaxStateScreen #pmaxstatezonelist .dojoxGridMasterHeader {
    /*height: 0px !important;*/
}

div.pmaxStateToolbar .stateToolbar {
	width: 762px;
	height: 53px;
	border-bottom: 1px solid #C0C0C0;
	background: url("/public/images/pmaxstate/menu_local_bg.png");
	font-size: 21px;
	font-weight: lighter;
}

div.pmaxStateToolbar .stateToolbar .setStateButton {
    float: left;
    height: 53px;
    line-height: 53px;
    padding-left: 10px;
    width: 244px;
}

div.pmaxStateToolbar .stateToolbar #iAway {
    background: url("/public/images/pmaxstate/i_sprite_arm.png") no-repeat scroll -17px -17px transparent;
}

div.pmaxStateToolbar .stateToolbar .setStateButton:hover #iAway,
div.pmaxStateToolbar .stateToolbar .setStateButton #iAway.on {
	background: url("/public/images/pmaxstate/i_sprite_arm.png") no-repeat scroll -17px -83px transparent;
}

div.pmaxStateToolbar .stateToolbar #iHome {
    background: url("/public/images/pmaxstate/i_sprite_arm.png") no-repeat scroll -17px -281px transparent;
}

div.pmaxStateToolbar .stateToolbar .setStateButton:hover #iHome,
div.pmaxStateToolbar .stateToolbar .setStateButton #iHome.on {
	background: url("/public/images/pmaxstate/i_sprite_arm.png") no-repeat scroll -17px -347px transparent;
}

div.pmaxStateToolbar .stateToolbar #iDisarm {
    background: url("/public/images/pmaxstate/i_sprite_arm.png") no-repeat scroll -17px -413px transparent;
}

div.pmaxStateToolbar .stateToolbar .setStateButton:hover #iDisarm, 
div.pmaxStateToolbar .stateToolbar .setStateButton #iDisarm.on {
    background: url("/public/images/pmaxstate/i_sprite_arm.png") no-repeat scroll -17px -479px transparent;
}

div.pmaxStateToolbar .stateToolbar .setStateButton &gt; a {
    border-right: 1px solid #D1D1D1;
    color: #676C70;
    cursor: pointer;
    display: block;
    line-height: 33px;
    margin-top: 11px;
    text-decoration: none;
    text-indent: 38px;
    white-space: nowrap;
    width: 243px;
    text-align: center;
}

div.pmaxStateToolbar .stateToolbar .setStateButton &gt; a#iDisarm {
	border-right: none;
}

div.pmaxStateToolbar .stateToolbar .subToolbar {
    background: url("/public/images/pmaxstate/menu_bg.png") repeat-x #ffffff;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    display: none;
    font-size: 15px;
    margin: 9px 0 0 -10px;
    width: 252px;
    position: relative;
    z-index: 100;
}
div.pmaxStateToolbar .stateToolbar #iAway + .subToolbar {
	border-left: none;
}

div.pmaxStateToolbar .stateToolbar .setStateButton:hover .subToolbar,
div.pmaxStateToolbar .stateToolbar .setStateButton.hover .subToolbar {
	display: block;
}

div.pmaxStateToolbar .stateToolbar .subToolbar a {
	width: 188px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #C0C0C0;
	margin: 0 32px;
}

div.pmaxStateToolbar .stateToolbar .subToolbar a:FIRST-CHILD {
	border-top: none;
}

div.pmaxStateToolbar .stateToolbar .subToolbar a:hover {
	background: url("/public/images/pmaxstate/btn-bg.png");
}


/*Global pmaxStatus*/
.pmaxStatusHeader {
    height: 30px;
    display: block;
    position: relative;
    padding-top: 4px;
    width: 360px;
}

.pmaxStatusHeader .pmaxStatus {
	
}

.pmaxStatusHeader .linkRefresh {
    position:absolute;
    right:130px;
    margin-top: 15px;
}

.pmaxStatusHeader .linkRefresh a {
    bottom: 0;
    margin-top: 15px;
}

.pmaxStatus .status {
	width: 200px;
	height: 29px;
}

.pmaxStatus .status .txt {
    font-size: 12px;
    height: 35px;
    line-height: 23px;
    padding-left: 10px;
    text-indent: 0;
    width: 170px;
    text-transform: capitalize;
}

.pmaxStatus .status.green .txt {
    color: #6ED478;
}
.pmaxStatus .status.red .txt {
    /*background: url("/public/images/pmaxstate/security_not_ready.png") no-repeat scroll left -16px transparent;*/
    color: #FD7578;
}

.caption .unitTitle {
    float: left;
    height: 20px;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* Pmaxuser Add/Edit Form*/

.blockBody.pmaxuserManagement .subTitle.clear .subTitle.clear {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
}

.blockBody.pmaxuserManagement .columnRight .blockBody .columnMain {
    padding: 0px;
}

.blockBody.pmaxuserManagement .columnRight .blockBody .columnMain .hFixed .scroll {
	height: 538px !important;
}

.Header menu {
	position: relative;
}

.Header menu .productVersion {
    margin: 0 25px 0 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 33px;
    font-weight: bold;
	position: absolute;
	right: 0;
}

/*****ProgressBar*****/

.riResultColumnProgress .dijitProgressBar.dijitProgressBarEmpty.riResultColumnProgressBar{
	background: #c3cbc3;
	background-image: linear-gradient(bottom, rgb(195,203,195) 1%, rgb(171,177,171) 100%);
	background-image: -o-linear-gradient(bottom, rgb(195,203,195) 1%, rgb(171,177,171) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(195,203,195) 1%, rgb(171,177,171) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(195,203,195) 1%, rgb(171,177,171) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(195,203,195) 1%, rgb(171,177,171) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(195,203,195)),
		color-stop(1, rgb(171,177,171)));
	height: 5px;
	border: 1px solid #bdbfc6;
	-moz-box-shadow: inset 0 0 0px 2px #dbdde6;
	-webkit-box-shadow: inset 0 0 0px 2px #dbdde6;
	box-shadow: inset 0 0 0px 2px #dbdde6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
	position: relative;
	margin-right: 25px;
	overflow: visible;
}

.riResultColumnProgress .dijitProgressBar .dijitProgressBarFull {
	border: none;
	height: 5px;
	position: inherit;
}

.riResultColumnProgress .dijitProgressBar .dijitProgressBarLabel {
	position: absolute;
	right: -25px;
	width: auto;
	top: 0;
	font-size: 8px;
	height: 8px;
	line-height: 8px;
}

.riResultColumnProgress .dijitProgressBar .dijitProgressBarFull .dijitProgressBarTile {
	background: #47dd3e;
	background-image: linear-gradient(bottom, rgb(29,153,27) 1%, rgb(70,221,62) 100%);
	background-image: -o-linear-gradient(bottom, rgb(29,153,27) 1%, rgb(70,221,62) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(29,153,27) 1%, rgb(70,221,62) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(29,153,27) 1%, rgb(70,221,62) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(29,153,27) 1%, rgb(70,221,62) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.01, rgb(29,153,27)),
	color-stop(1, rgb(70,221,62)));
}

/*****LOCATIONS*****/

.locations .locationsDefaultContainer .locationsItem.dijitLayoutContainer-child {
	float: left;
	width: 344px;
	margin: 5px 20px;
}

.locations .locationsDefaultContainer .locationsItem.dijitLayoutContainer-child .locationOriginal {
	width: 150px;
	float: left;
	overflow: hidden;
}

/******* USR GROUPS TOOLTIP FIX *******/
[id^='app_widget_tooltip_RoleList'] .roleItem a {
    width: 100px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/******  EDIT GROUPS   ******/
div#pmaxstatezonelist {
    overflow:hidden;
}

.central_station_form .panel dd.clear {
    height: 220px;
}
    .central_station_form .panel dd.clear .dojoxMultiSelect {
        background: none;
        height: 75px;
    }
    .central_station_form .panel dd.clear textarea {
        height: 75px;
    }

.tundra .unit-group-management .dijitTabContainerTop-tabs {
    padding: 0 15px;
    border-color: #A3ABB6;
}

.tundra .unit-group-management .dijitTab {
    background: #ffffff;
    border-color: #a3abb6;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    height: 32px;
    font-weight: bold;
    font-size: 13px;
    color: #9fa1a1;
}

.tundra .unit-group-management .dijitTab.dijitTabChecked {
    border-bottom-color: #f8f8f9;
    color: #365374;
}

.tundra .unit-group-management .dijitTab .dijitTabInnerDiv {
    height: 30px;
    padding: 0px 6px;
    margin: 2px 2px 0px 2px;
    background: #f8f8f9;
    line-height: 30px;
}

.tundra .unit-group-management .dijitTab .dijitTabInnerDiv .dijitTabButtonIcon {
    display: none;
}

.tundra .unit-group-management .dijitTab .dijitTabInnerDiv .notviewedButton,
.tundra .unit-group-management .dijitTab .dijitTabInnerDiv .viewedButton {
    background: url("/public/images/generalMenuReviewButton.png") no-repeat 0 0;
    width: 7px;
    height: 7px;
    display: inline-block;
}

.tundra .unit-group-management .dijitTab .dijitTabInnerDiv .viewedButton {
    background-position: 0 -7px;
}

.tundra .dijitTabPaneWrapper.dijitTabContainerTop-container {
    background: none;
    border: none;
}

.tundra .dijitContentPane.dijitTabContainerTop-dijitContentPane {
    background: none;
}

.tundra .unit-group-management .dijitTabPaneWrapper.dijitTabContainerTop-container .dijitContentPane.dijitTabPane.dijitTabContainerTop-dijitContentPane  {
    padding: 0;
}

.tundra .unit-group-management form&gt;table {
    width: 100%;
}

.tundra .unit-group-management .central_station {
    overflow: hidden;
}

.tundra .unit-group-management .central_station &gt; div.central_station_form_container {
    height: 35px;
    width: 100%;
    padding: 10px 10px;
}
    .tundra .unit-group-management .central_station &gt; div.central_station_form_container #central_station {
        height: 35px;
        width: 100%;
        padding: 10px 15px;
        border: 0px;
        overflow: hidden;
    }
        .tundra .unit-group-management .central_station &gt; div.central_station_form_container &gt; form &gt; div {
            margin: 5px 0px;
            overflow: hidden;
            display: inline-block;
            float: none;
        }
            .tundra .unit-group-management .central_station &gt; div.central_station_form_container &gt; form &gt; .btn{
                display: inline-block;
                float: none;
            }


.tundra .unit-group-management .central_station &gt; div.dojoxGrid{
    width: 960px;
    height: 452px;
    margin: 0 auto;
    border: 1px solid #808080;
    border-radius: 3px;
    margin-top: 10px;
    overflow: hidden;
}

    .tundra .unit-group-management .central_station &gt; div.dojoxGrid .dojoxGridMasterHeader{
        display: none !important;
    }

    .tundra .unit-group-management .central_station &gt; div.dojoxGrid .dojoxGridMasterView{
        overflow: hidden;
        height: inherit;
    }

        .tundra .unit-group-management .central_station &gt; div.dojoxGrid .dojoxGridMasterView .dojoxGridContent &gt; div {
            width: inherit;
        }

            .tundra .unit-group-management .central_station &gt; div.dojoxGrid .dojoxGridMasterView .dojoxGridContent &gt; div .dojoxGridRow{
                width: inherit;
            }

                .tundra .unit-group-management .central_station &gt; div.dojoxGrid .dojoxGridMasterView .dojoxGridContent &gt; div .dojoxGridRow table{
                    width: 100%;
                    height: 30px;
                }
                .tundra .unit-group-management .central_station .pagerBox{
                    float: none;
                    position: absolute;
                    right: 30px;
                }

/******* PMAX GRID FIX *******/
div#pmaxstatezonelist {
    overflow:hidden;
}

/******* REPORT FIX *******/
.reportContainerMessage{
    text-align: center;
    margin-top: 27%;
}

/******* PAGINATOR INPUT FIX FOR ALL GRIDS *******/
.dijitPaginatorShowRange input {
    width: 80px!important;
    text-align: right;
}

/******* SEARCH FIELD FIX*******/
div#widget_searchField {
    width: 106px!important;
}

#searchContainer.focus div#widget_searchField{
    width: 70px!important;
}

div#retNameBlock_valueBoxId{
    width: 121px;
}

div[id^='ipmp_widget_unit_ProcessGrid'] .dojoxGridScrollbox {
    overflow-x: hidden;
}

.diagnosticVideoPlayerPane{

}

.statusLine {
    float:left;
    margin-top: -10px;
    margin-left: 15px;
}

.status-bullet{
    float: left;
}

.statusMsg{
    float:left !important;
    border-left: 1px solid #d3d3d3;
    margin-left: 15px;
    margin-top: -11px;
    height: 51px;
    width: 360px;
}

.refreshPmaxStatus {
    color: #9facbe;
    font-size: 10px;
    float: left;
    margin-left: 15px;
    margin-top: -5px;
    padding-bottom: 5px;
}

.refreshPmaxStatus&gt;span{
    color: #1661a6;
    font-weight: normal;
    font-size: 10px;
    cursor: pointer;
    padding-left: 14px;
    background: url("/public/images/refresh_icon.png") no-repeat ;
}

.refreshPmaxStatus&gt;span&gt;span{
    border-bottom: 1px dotted #1661a6;
}

.textNotSelectable{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dojoDndItemAnchor{
    background: #DBDDE6;
    font-weight: normal;
    border: 1px dotted #555 !important;
}
</pre></body></html>