.cntrClass {
  border: 2px;
  border-style: outset;
  border-color: #fff;
  }
.cntrMain {
  box-shadow: 0 0 33px -6px rgba(0, 0, 0, 0.8);
  }
.cntrTitle {
  background-color: #163252;
  font-weight: 300;
  color: white;
  height: 35px;
  max-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
  
.rptHelp p {
  font-family: Roboto, Arial, sans-serif;
  font-size: 11pt;
  color: #163252;
  padding-left: 20px;
}
  
.nBpletDlg .cntrTitle {
  background-color: #163252;
  height: 35px;
}

.cntrTitle span {
  font-family: Roboto, Arial, sans-serif;
  font-size: 15pt;
  color: white;
  float: left;
  margin-left: 8px;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  }
.cntrTitleText {
  font-family: Roboto, Arial, sans-serif;
  font-size: 10pt;
  text-overflow: ellipsis;
  }
.cntrBody {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  background-color: #c6cdd4;
  clear: both;
  overflow: auto;
  }
  
.cntrClose {
  width: 18px;
  height: 18px;
  float: right;
  margin: 2px 9px 0px 0px;
  color: white;
  font-size: 18pt;
  cursor: default;
  line-height: 30px;
}
.cntrClose:before {
  font-family: apex-5-icon-font;
  content: "\E0A2";
  /*font-size: 19pt; don't do this!!! */
  }
  
.cntrClose:hover {
  color: #43b4e4;
}

.cntrMinimise::before {
  font-family: FontAwesome;
  content: "\f066";
}

.cntrMaximise::before {
  font-family: FontAwesome;
  content: "\f065";
}

.cntrMinimise, .cntrMaximise {
  width:  18px;
  height: 18px;
  float: right;
  margin: 7px 0px 0px 0px;
  color: white;
  font-size: 11pt;
  cursor: default;
  
  /*background-color: transparent;
  background-image: url(/common/iface/images/cntrMinimise.png);*/
  background-repeat: no-repeat;
  }
  

  
  
.cntrMinimise:hover, .cntrMaximise:hover {
  /*background-image: url(/common/iface/images/cntrMinimiseHover.png);*/
  color: #43b4e4;
  }
  
  
.cntrTLResize {
  width: 3px;
  height : 3px;
  cursor: nw-resize;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999999999;
  }
.cntrTResize {
  height : 3px;
  cursor: n-resize;
  position: absolute;
  top: 0px;
  left: 3px;
  right: 3px;
  z-index: 999999999;
  }
.cntrTRResize {
  width: 3px;
  height : 3px;
  cursor: ne-resize;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999999999;
  }
.cntrRResize {
  width: 3px;
  cursor: e-resize;
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 0px;
  z-index: 999999999;
  }
.cntrBRResize {
  width: 5px;
  height : 5px;
  cursor: se-resize;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 999999999;
  }
.cntrBResize {
  height : 3px;
  cursor: s-resize;
  position: absolute;
  bottom: 0px;
  left: 3px;
  right: 3px;
  z-index: 999999999;
  }
.cntrBLResize {
  width: 3px;
  height : 3px;
  cursor: sw-resize;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999999999;
  }
.cntrLResize {
  width: 3px;
  cursor: w-resize;
  position: absolute;
  top: 3px;
  left: 0px;
  bottom: 3px;
  z-index: 999999999;
  }

.cntrModalBackground, .cntrModalBackgroundMain {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #163252;
  display: none;
  opacity: 0.40;
  filter: alpha(opacity=40);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cntrModalBackgroundMain {
  /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A2ADBA), to(#FFFFFF));
  /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #A2ADBA, #FFFFFF);
  /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #A2ADBA, #FFFFFF);
  /* IE 10 */ background: -ms-linear-gradient(top, #A2ADBA, #FFFFFF);
  /* Opera 11.10+ */ background: -o-linear-gradient(top, #A2ADBA, #FFFFFF);
  /* IE 9 */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A2ADBA', endColorstr='#FFFFFF',GradientType=0 );
}

