/* 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;
}
.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,
.unitStatusGreen {
    float: left;
    text-transform: uppercase;
}

.unitStatusRed { 
    color: red !important;
}

.unitStatusGreen { 
    color: green !important;
}

.mainContainer {
  width: 1022px;
  margin: auto;
}
.Header, .Content {
	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 {
  float: left;
  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;
}
.Title .menu a, .Title .menu span {
  margin-right: 10px;	
  line-height: 100%;
  font-size: 8pt;
  vertical-align: baseline;
}
.Title .message span span {  
  font-size: 7pt;
  font-weight: bold;
  font-family: Verdana, sans-serif;  
}

/* Header blocks */
.Header {
	height: 54px;
	background: url('/public/images/bg_header.png') no-repeat top left;
}
.Logo {
  position: absolute;
	margin-top: 11px;
}
.Header menu {
  list-style: none;
  padding: 28px 0 0 166px;
}
.Header menu li {
  float: left;
}
.Header menu li a {
  color: #00244d;
  text-transform: uppercase;
  padding: 0 20px;
  font-weight: bold;
  line-height: 26px;	
  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: url('/public/images/bg_menu_l.png') no-repeat top left;
  margin-right: 5px;    
}
.Header menu li.current a {
  background: url('/public/images/bg_menu_r.png') no-repeat top right;    
  margin-right: -5px;
}

/* Content structure blocks */
.Content {
	height: 730px;
	background: url('/public/images/bg_full.png') no-repeat top left; 
}
.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 {
	padding: 28px 28px 5px 23px;
	margin: 0 2px 16px 2px;
	border-bottom: 1px solid #dfdfdf;
}
.subHeaderBottom {
	border-top: 1px solid #fff;
	padding: 5px 28px 28px 23px;
	margin: 16px 2px 0 2px;
}
.subHeader .breadCrumbs {
	position: absolute;
	top: 13px;
	left: 23px;
	line-height: 100%;
}
.subHeader .breadCrumbs a {
	font-size: 8.25pt;
	margin-right: 13px;
	font-weight: bold;
}
.subHeader .caption {
	line-height: 16px;
	color: #113258;
  text-transform: uppercase;
	font-weight: bold;
	padding-top: 14px;
}
.subHeader .caption span {
	color: #515455;
  text-transform: none;
}
.subHeader .menu, .subHeaderBottom .menu {
	float: right;
}
.subHeader .menu .section, .subHeaderBottom .menu .section {
	float: left;
	padding-right: 5px;
	border-right: 1px solid #dcdcdc;
}

.subTitle {
  height: 40px;
}
.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;
  font-weight: bold;
  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%;
    margin:7px 0px 0px 0px;
}
.w33 .panel dd dd{
    height:auto;
    border:0px;
    padding:0px;
}
.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 50px -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;
}

/* buttons */
.buttons {
  padding-right: 20px;
}
.buttons .btn, .buttons .btnSimple {
  float: right;  
}
.btn {
	float: left;
  display: inline-block;
	margin: 0 9px 0 5px;
	background: url('/public/images/b_grey_l.png') no-repeat top left;
	font-size: 9pt;
}
.btn:hover, .onFocus {
	background-image: url('/public/images/b_orange_l.png');
}
.btn span {
  display: inline-block;
  position: relative;
  margin-right: -9px;
	background: url('/public/images/b_grey_r.png') no-repeat top right;
}
.btn:hover span, .onFocus .onFocusIn {
	background-image: url('/public/images/b_orange_r.png');
}
.btn b {
  display: inline-block;
	padding: 0 9px;
  line-height: 30px;
	color: #e3e3e3;
	cursor: pointer;
  text-align: center;
}
.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: 4px 5px 0 10px;
  width: 124px;
  height: 20px;
  float: left;
}
.searchForm .search a {
  float: right;
  background: url('/public/images/i_search.png') no-repeat 50% 50%;
  width: 16px;
  height: 16px;
}
.searchForm .search input {
  color: #7fa0bf;
  border: 0;
  width: 103px; 
}
.searchForm .focus {
	background: url('/public/images/bg_search.png') no-repeat top left;
  width: 371px;
  position: relative;
  height: 32px;
  margin: -5px 13px;
  padding: 5px 12px 0 12px;
  line-height: 26px;
}
.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-x: hidden;
  overflow-y: auto;
  max-height: 548px;
  position: relative;
}
.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: 10px;
}
.hFixed .scroll {
  height: 510px !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');
}

.btn .add {
  background: url('/public/images/i_btn_add.png') no-repeat 9px 50%;
  padding-left: 23px;
}
.btn .rem {
  background: url('/public/images/i_btn_rem.png') no-repeat 9px 50%;
  padding-left: 23px;  
}

.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: 4% }
    .diff .values .value { width: 47% }
	.base .values .value { width: 90% }

	.columnRight .folders .option { width: 300px }
	.columnRight .folders .values { width: 380px }
  
    .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;
}


/* Login Screen
==================== */
.loginContainer {
  margin: auto;  
  width: 349px;
  height: 267px;
  position: relative;
}
.loginContent {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background: url('/public/images/login_bg.png') no-repeat top left;
}
.loginContent #login_form {
  width: 170px;
  margin: auto;
	padding-top: 80px;
  position: relative;  
}
#logoVisonic {
  display: block;
	width: 85px; 
  height: 16px;
  position: absolute;
	right: 20px;
	top: 23px;
  background: url('/public/images/logo_visonic.png') no-repeat top left;
}
.loginContent .form-errors {
	margin: 0 -60px 0 -50px;
}
.loginContent .errorLogin {
	margin: 15px 0 0 90px;
	list-style-type: square;
	color: #b22;
}
/* / Login Screen */

/* 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; }
.EventVideo .pagerBox .dijitPaginatorItem { margin: 0 2px; padding: 0 4px; }


#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 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-top: 10px;
	margin-left: 80px;
	margin-right: 80px;
	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;
}

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");
}

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

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

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 > 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 > 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;
    width:500px;
}

.pmaxStatusHeader .pmaxStatus {
	position:absolute;
	left:60px;
}

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

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

.pmaxStatus .status {
	width: 410px;
	height: 53px;
	margin-left: 50px;
}

.pmaxStatus .status div {
	float: left;
}

.pmaxStatus .status .left,
.pmaxStatus .status .right {
	width: 105px;
	height: 53px;
}

.pmaxStatus .status .medium {
	width: 200px;
	height: 53px;
}

.pmaxStatus .status.green .left {
	background: url("/public/images/pmaxstate/green_bg_left.png");
}

.pmaxStatus .status.red .left {
	background: url("/public/images/pmaxstate/red_bg_left.png");
}

.pmaxStatus .status.green .right {
	background: url("/public/images/pmaxstate/green_bg_right.png");
}

.pmaxStatus .status.red .right {
	background: url("/public/images/pmaxstate/red_bg_right.png");
}

.pmaxStatus .status.green .medium {
	background: url("/public/images/pmaxstate/menu_local_green_bg.png") repeat-x;
}

.pmaxStatus .status.red .medium {
	background: url("/public/images/pmaxstate/menu_local_red_bg.png") repeat-x;
}

.pmaxStatus .status.green .medium .txt,
.pmaxStatus .status.red .medium .txt {
    background: url("/public/images/pmaxstate/security_ready.png") no-repeat scroll left top transparent;
    color: #90B65E;
    font-weight: bold;
    height: 53px;
    line-height: 53px;
    padding-left: 30px;
    text-indent: 0;
    width: 200px;
    text-transform: uppercase;
}

.pmaxStatus .status.red .medium .txt {
    background: url("/public/images/pmaxstate/security_not_ready.png") no-repeat scroll left top transparent;
    color: #C02B14;
}

.caption .unitTitle {
    float: left;
    height: 20px;
    width: 125px;
}
