/* ==========================================================================
   This following CSS is a select combination of Boilerplate and Normalize css
   based on the HTML5 Boilerplate build available on 12/20/2012
   ========================================================================== */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea,
.pseudoInput {
  padding: 8px 0;
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  text-indent: .5em;
  text-align: middle;
  width: 100%;
  /*line-height:2;*/
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}
input::-webkit-input-placeholder {
  text-indent: .5em;
}
input:-moz-placeholder {
  text-indent: .5em;
}
input:-ms-input-placeholder {
  text-indent: .5em;
}
button {
  text-indent: 0;
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 20px;
  /* 3 */
  *width: 20px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.right {
  float: right;
}
.left {
  float: left;
}
.relative {
  position: relative;
}
.relativeRight {
  position: relative;
  right: 0;
}
.center-div {
  margin: 0 auto;
}
.center-text {
  text-align: center;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.zeroMargin {
  margin: 0;
}
.zeroBottomMargin {
  margin-bottom: 0;
}
.zeroTopMargin {
  margin-top: 0;
}
.zeroRightMargin {
  margin-right: 0 !important;
}
.noTextWrap {
  white-space: nowrap;
}
.regTextWrap {
  white-space: normal;
}
i.equalWidth {
  width: 20px;
  text-align: center;
  display: inline-block;
}
.width400 {
  width: 400px;
}
.width150 {
  width: 150px;
}
.width125 {
  width: 125px;
}
.width100 {
  width: 100px;
}
.width60 {
  width: 60px;
}
.width50 {
  width: 50px;
}
.hidden {
  display: none;
}
.redFont {
  color: #da2222;
}
.orangeFont {
  color: #ff823b;
}
.yellowFont {
  color: #f5f6ce;
}
.greenFont {
  color: #48a655;
}
.bold {
  font-weight: bold;
}
.grayFont {
  color: #777777;
}
.whiteFont {
  color: white;
}
body {
  -webkit-font-smoothing: antialiased;
}
html,
button,
input,
select,
textarea,
.dhtmlx_skin_dhx_web div.dhtmlx_window_active div.dhtmlx_wins_title,
div.gridbox table.obj th,
div.gridbox table.hdr td,
div.gridbox_dhx_web table.obj.row20px tr td,
div.gridbox_dhx_web .objbox tr {
  font-family: Tahoma, Verdana, Segoe, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1 {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.3em;
  margin: .2em 0 .2em 0;
}
h1.subHeading {
  font-size: .9em;
  color: #777777;
  display: block;
  margin: -4px 0 3px 0;
  position: relative;
  z-index: 2;
}
h2 {
  font-size: 1.2em;
  font-weight: normal;
  margin: .1em 0 0 0;
}
h3 {
  font-size: 1em;
  font-weight: 500;
}
h4 {
  margin: .3em 0;
  font-weight: normal;
}
p {
  line-height: 1.8em;
  margin: 0;
}
ul {
  padding: 0 10px;
  margin: 5px 0;
}
ul li {
  margin: 5px 0;
  line-height: 1.5em;
  list-style: none;
}
ul li.dashboardIcon,
ul li.dashboardIcon a,
ul li.editIcon,
ul li.editIcon a,
ul li.listIcon,
ul li.listIcon a,
ul li.addIcon a,
ul li.addIcon {
  color: #003366;
}
ul li.dashboardIcon a:hover,
ul li.editIcon a:hover,
ul li.listIcon a:hover,
ul li.addIcon a:hover {
  color: black;
}
ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
}
ul li.dashboardIcon:before {
  font-family: FontAwesome;
  content: "\f0E4";
  padding-right: 10px;
}
ul li.editIcon:before {
  font-family: FontAwesome;
  content: "\f040";
  padding-right: 10px;
  padding-left: 3px;
}
ul li.listIcon:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f022";
  padding-right: 10px;
}
ul li.addIcon:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f0fe";
  padding-left: 1px;
  padding-right: 11px;
}
ul.statusList li:before {
  font-family: FontAwesome;
  content: "\f111";
  padding-right: 10px;
}
ul.heirarchy li:before {
  color: #888888;
  width: 15px;
  display: inline-block;
  text-align: center;
  margin-left: 3px;
}
ul.heirarchy li.Global:before {
  font-family: FontAwesome;
  content: "\f0AC";
  padding-right: 10px;
}
ul.heirarchy li.Site:before {
  font-family: FontAwesome;
  content: "\f041";
  padding-right: 10px;
}
ul.heirarchy li.Customer:before {
  font-family: FontAwesome;
  content: "\f0C0";
  padding-right: 10px;
}
ul.heirarchy li.User:before {
  font-family: FontAwesome;
  content: "\f007";
  padding-right: 10px;
}
i.heirarchy {
  display: inline-block;
  width: 20px;
  text-align: center;
}
ul.noBullet li:before {
  display: none;
}
a {
  color: #3269aa;
  text-decoration: none;
}
a.current {
  color: #a9e0ff;
}
.navSubMenu a.current {
  color: #59b766;
}
.navSubMenu a:hover {
  color: #59b766;
}
a:hover {
  color: #59b766;
  cursor: pointer;
}
a:hover .icon-stack .icon-sign-blank {
  color: #59b766 !important;
}
.header a:hover {
  color: #002566;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  -webkit-box-shadow: 0 -1px 0 0 #ffffff;
  box-shadow: 0 -1px 0 0 #ffffff;
}
.divider,
.verticalDivider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  margin: 0 0 15px 0;
}
.divider {
  margin: 0 0 1em 0;
}
.divider.zeroMargin {
  margin: 0;
}
.verticalDivider {
  border: none;
  border-right: 1px solid #cccccc;
  width: 10px;
  height: 14px;
  margin: 0 10px -2px 0;
  display: inline-block;
}
button,
.pseudoButton {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #cccccc;
  background-color: #ffa45d;
  text-shadow: 2px 2px 2px #555555;
  font-size: 1em;
  color: white;
  width: auto;
  margin: 10px 0;
  padding: 4px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
button i,
.pseudoButton i {
  font-size: 14px;
}
button.iconOnly {
  padding: 0 7px 1px 5px;
  line-height: 23px;
  min-height: 23px;
  font-size: 15px;
}
button.gray {
  border-top: 1px solid #888888;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #888888;
  background-color: #999999;
}
button.green,
.psuedoGreen {
  border-top: 1px solid #59b766;
  border-right: 1px solid #379544;
  border-bottom: 1px solid #379544;
  border-left: 1px solid #59b766;
  background-color: #6ac877;
}
button.red,
.psuedoRed {
  border-top: 1px solid #da2222;
  border-right: 1px solid #b80000;
  border-bottom: 1px solid #b80000;
  border-left: 1px solid #da2222;
  background-color: #ffaaaa;
  color: black;
  text-shadow: 0.1em 0.1em 2px rgba(255, 255, 255, 0.7);
}
button.red i,
.psuedoRed i {
  color: red;
}
button.red.hoverClass,
.psuedoRed.hoverClass,
button.red:hover,
.psuedoRed:hover {
  opacity: 1;
  background-color: #da2222;
  color: white;
}
button.red.hoverClass i,
.psuedoRed.hoverClass i,
button.red:hover i,
.psuedoRed:hover i {
  color: white;
}
button.yellow {
  border-top: 1px solid darkorange;
  border-right: 1px solid darkorange;
  border-bottom: 1px solid darkorange;
  border-left: 1px solid darkorange;
  background-color: #ffe87c;
  color: black;
  text-shadow: 0.1em 0.1em 2px rgba(255, 255, 255, 0.7);
}
button.yellow i {
  color: #ff823b;
}
button.yellow.hoverClass,
button.yellow:hover {
  opacity: 1;
  background-color: darkorange;
  color: white;
}
button.yellow.hoverClass i,
button.yellow:hover i {
  color: white;
}
button:hover,
button.selected,
.pseudoButton:hover {
  cursor: pointer;
  opacity: .75;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: black;
}
button:active,
button.selected {
  -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,.25) inset, -2px -2px 7px white inset;
  -moz-box-shadow: 2px 2px 7px rgba(0,0,0,.25) inset, -2px -2px 7px white inset;
  box-shadow: 2px 2px 7px rgba(0,0,0,.25) inset, -2px -2px 7px white inset;
}
button[disabled],
button.disabled {
  border-top: 1px solid #888888;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #888888;
  background-color: #cccccc;
  color: #888888;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
button[disabled]:hover,
button.disabled:hover {
  opacity: 1;
}
button.smallTextWidth {
  width: 45px;
}
button.confirmDeny {
  margin: 0 0 5px 15px;
  width: 100px;
}
input {
  border: 1px solid #8b8b8b;
}
input.dhtmlxMatch {
  height: 20px;
  line-height: 20px;
  font-size: 9pt;
}
input.native,
select.native,
textarea,
.pseudoInput {
  height: 20px;
  border: 1px solid #666666;
  line-height: 20px;
}
input.native:hover,
select.native:hover,
textarea:hover,
.pseudoInput:hover {
  border-color: #003366;
  cursor: pointer;
}
.select-style-wrapper {
  position: relative;
  display: inline-block;
  margin: 10px 5px;
}
.select-style-wrapper .infoBubble {
  position: absolute;
  right: -35px;
  top: -1px;
  font-size: 20px;
  margin: 0;
  padding: 3px 7px;
  height: auto;
}
.select-style-wrapper .infoBubble i {
  display: block;
}
.select-style-wrapper span.value {
  margin-left: -10px;
}
input[type="radio"] {
  width: auto;
  margin: 5px 0;
}
input.native[type="radio"] {
  -webkit-appearance: radio;
}
input.inlineRadioInput {
  line-height: 16px;
  width: 45px;
  margin: 5px;
  text-indent: 3px;
}
input[type=checkbox] {
  visibility: hidden;
  width: auto;
  vertical-align: top;
}
input[type=checkbox]:before {
  visibility: visible;
  content: url(../../../lib/dhtmlx/imgs/item_chk0.gif);
  display: block;
  line-height: 1em;
  height: 13px;
  width: 13px;
  padding: 2px;
  margin: 0;
  text-indent: 0;
}
input[type=checkbox]:checked:before {
  content: url(../../../lib/dhtmlx/imgs/item_chk1.gif);
}
 .inlineCheckbox {
  margin: 1px 2px 0 3px;
}
.css-table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.css-row {
  display: table-row;
  text-align: left;
}
.css-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.css-cell.littlePadding {
  padding: 0 2px;
}
.nowrap {
  white-space: nowrap;
}
.labelAdjust {
  position: relative;
  top: -7px;
}
.label.yellow {
  background-color: #F5F6CE;
  color: black;
  border-radius: 4px;
  border: 1px solid black;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.label.green {
  color: #59B766;
  font-size: 14px;
}
.dhtmlxMebu_SubLevelArea_Tbl td {
  padding: 3px 7px;
}
.dhtmlxMebu_SubLevelArea_Tbl tr:hover {
  background-color: #acdaef;
}
.dhx_combo_list,
.dhx_combo_input {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
div.gridbox_dhx_web .xhdr {
  border-bottom: 1px solid #888888;
}
#rackLayoutGrid table.hdr td.firstColGroupHeader {
  height: 28px !important;
}
div.gridbox_dhx_web table.hdr td div.hdrcell {
  padding: 0 5px;
}
div.gridbox_dhx_web.topAlignTD table.obj tr td {
  vertical-align: top;
}
div.gridbox_dhx_web.topAlignTD table.obj tr td button {
  margin-top: 0;
}
#errors-section,
#approvals-section {
  padding-top: 0;
}
#errors-section #errors-grid table.hdr tr:nth-child(3) td,
#approvals-section #errors-grid table.hdr tr:nth-child(3) td {
  text-align: center;
  vertical-align: middle;
}
#errors-section #errors-grid table.hdr tr:nth-child(3) td input,
#approvals-section #errors-grid table.hdr tr:nth-child(3) td input {
  display: inline-block;
  margin: 0;
}
#errors-section #errors-grid table.hdr tr:nth-child(3) td input[type=checkbox],
#approvals-section #errors-grid table.hdr tr:nth-child(3) td input[type=checkbox] {
  margin-top: -2px;
  margin-left: -6px;
}
#errors-section #errors-grid table.hdr tr:nth-child(3) td input[type=radio],
#approvals-section #errors-grid table.hdr tr:nth-child(3) td input[type=radio] {
  margin-left: -2px;
}
#errors-section div.gridbox_dhx_web table.obj tr td,
#approvals-section div.gridbox_dhx_web table.obj tr td,
#errors-section div.gridbox_dhx_web table.obj.row20px tr td,
#approvals-section div.gridbox_dhx_web table.obj.row20px tr td {
  white-space: normal;
  padding: 4px;
  min-width: 0;
}
#errors-section div.gridbox_dhx_web table.hdr td div.hdrcell span,
#approvals-section div.gridbox_dhx_web table.hdr td div.hdrcell span {
  top: 1px !important;
}
#errors-section .pseudoTable,
#approvals-section .pseudoTable {
  margin: 2px 5px 2px 0;
  background-color: white;
  white-space: normal;
  min-width: 200px;
}
#errors-section .pseudoTable tr td,
#approvals-section .pseudoTable tr td {
  padding: 5px !important;
}
#errors-section .pseudoTable tr td p,
#approvals-section .pseudoTable tr td p {
  line-height: 1.2em;
  font-size: .9em;
  word-break: break-word;
  word-break: break-all;
}
#errors-section .pseudoTable .verticalTables td:nth-child(2),
#approvals-section .pseudoTable .verticalTables td:nth-child(2) {
  min-width: 50px;
}
#errors-section .pseudoTable tr:first-child td,
#approvals-section .pseudoTable tr:first-child td {
  border-top: 1px solid #888888;
}
#errors-section .pseudoTable tr:last-child td,
#approvals-section .pseudoTable tr:last-child td {
  border-bottom: 1px solid #888888;
}
#errors-section .pseudoTable tr td:first-child,
#approvals-section .pseudoTable tr td:first-child {
  border-left: 1px solid #888888;
}
#errors-section .pseudoTable tr td:last-child,
#approvals-section .pseudoTable tr td:last-child {
  border-right: 1px solid #888888;
}
table.hdr div.hdrcell input[type=checkbox] {
  margin: auto;
  display: block;
  height: 16px;
  width: 17px;
}
table.hdr div.hdrcell input[type=checkbox][disabled]:before {
  content: url('../../../lib/dhtmlx/imgs/item_chk0_dis.gif');
  position: relative;
  top: 0px;
  left: 0;
  z-index: 10;
}
div.gridbox div.ftr td {
  background-color: #a4bad6;
}
div.gridbox div.ftr {
  bottom: 0;
}
div.gridbox_dhx_web table.hdr tr td:last-child {
  border-right-color: transparent;
}
.keepRightBorder div.gridbox_dhx_web table.hdr tr td:last-child,
.rackLayoutSection div.gridbox_dhx_web table.hdr tr td:last-child {
  border-right-color: #666666;
}
div.gridbox_dhx_web table.obj tr.rowselected td,
div.gridbox_dhx_web table.obj.row20px tr.rowselected td {
  background-color: #d8eeff;
}
.pseudoGrid tr.rowSelected {
  background-color: #d8eeff !important;
}
div.gridbox_dhx_web table.obj tr td,
div.gridbox_dhx_web table.obj.row20px tr td {
  vertical-align: middle;
  height: 24px;
}
div.gridbox_dhx_web .odd_dhx_web {
  background-color: #DDD;
}
div.gridbox_dhx_web table.obj tr.rowselected td.cellselected {
  background-color: #c6dcf8;
}
.minimalBorders div.gridbox_dhx_web .even_dhx_custom_row_seperator td {
  border-top: 1px solid white !important;
}
div.rowOnly.gridbox_dhx_web table.obj tr.rowselected td.cellselected,
div.rowOnly div.gridbox_dhx_web table.obj tr.rowselected td.cellselected {
  background-color: #d8eeff;
}
div.noRowCellHighlights.gridbox_dhx_web table.obj tr.rowselected td.cellselected {
  background-color: #eeeeee;
  background-color: #d8eeff;
}
.dhtmlx_message_area {
  right: 0;
  top: 35px !important;
  margin-left: -125px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.dhtmlx-info {
  color: #444;
  font-family: Tahoma;
  margin: 0px 5px 5px 5px;
  background-color: #e1ffee;
  border: 1px solid #59b766;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dhtmlx-error {
  color: #444;
  font-family: Tahoma;
  margin: 0px 5px 5px 5px;
  background-color: #ffaaaa;
  border: 2px solid #da2222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.gridbox_dhx_web table.hdr td.disabledHeader,
.disabledHeader {
  background-color: #555555;
  color: white;
}
div.gridbox_dhx_web table.hdr td.firstColGroupHeader {
  background-color: #4f6581;
  color: white;
}
div.gridbox_dhx_web table.hdr td.secColGroupHeader {
  background-color: #8298b4;
  color: white;
}
div.gridbox_dhx_web table.hdr td.grnColGroupHeader {
  background-color: #379544;
  color: white;
}
div.gridbox_dhx_web table.hdr td.orangeHeader {
  background-color: #D48F68;
}
div.gridbox_dhx_web table.hdr td.yellowHeader {
  background-color: #D4BD68;
}
.linkCell,
div.gridbox_dhx_web table.obj tr td.linkCell,
div.gridbox_dhx_web table.obj.row20px tr td.linkCell {
  color: #3269aa;
}
.linkCell:hover,
div.gridbox_dhx_web table.obj tr td.linkCell:hover,
div.gridbox_dhx_web table.obj.row20px tr td.linkCell:hover {
  color: #59b766;
  cursor: pointer;
}
.rackLayoutSection div.gridbox_dhx_web table.hdr td {
  word-break: break-word;
}
div.gridbox_dhx_web table.hdr td div.hdrcell.filter {
  padding: 0 1px;
}
div.dhx_popup_dhx_web div.dhx_popup_arrow.dhx_popup_arrow_right {
  background-image: url('../../../lib/dhtmlx/dhxpopup_dhx_web/arrow_right.gif');
  background-position: center left;
}
div.dhx_popup_dhx_web div.dhx_popup_area {
  box-shadow: 0 0 3px #666666;
}
div.gridbox_dhx_web table.obj tr.even_dhx_custom_row_seperator,
div.gridbox_dhx_web table.obj.row20px tr.even_dhx_custom_row_seperator,
div.gridbox_dhx_web .objbox tr.div.gridbox_dhx_web .objbox tr.even_dhx_custom_row_seperator {
  border-bottom: 1px solid #dbdbdb;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  background-color: white;
}
div.gridbox_dhx_web table.obj tr.even_dhx_custom_row_seperator td,
div.gridbox_dhx_web table.obj.row20px tr.even_dhx_custom_row_seperator td,
div.gridbox_dhx_web .objbox tr.div.gridbox_dhx_web .objbox tr.even_dhx_custom_row_seperator td {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
.greenCell,
div.gridbox_dhx_web table.obj tr td.greenCell,
div.gridbox_dhx_web table.obj.row20px tr td.greenCell {
  background-color: #9dfbaa;
  border-color: white;
}
div.gridbox_dhx_web table.obj tr.greenRow,
div.gridbox_dhx_web table.obj.row20px tr.greenRow {
  background-color: #e1ffee;
  border-color: white;
}
div.gridbox_dhx_web table.obj tr.redRow,
div.gridbox_dhx_web table.obj.row20px tr.redRow {
  background-color: #ffeeee;
  border-color: white;
}
div.gridbox_dhx_web table.obj tr td.redCell,
div.gridbox_dhx_web table.obj.row20px tr td.redCell {
  background-color: #da2222;
  border-color: white;
  color: #ffffff;
}
div.gridbox_dhx_web table.obj tr td.darkYellowCell,
div.gridbox_dhx_web table.obj.row20px tr td.darkYellowCell {
  background-color: #ffe87c;
  border-color: white;
}
div.gridbox_dhx_web .deleted {
  background-color: #F17373;
  color: white;
}
div.gridbox_dhx_web table.hdr td.calculatedColumn,
.pseudoGrid .cell-head.calculatedColumn,
.calculatedColumn {
  background-color: #fff380;
  background-color: #ffffd4;
  background-color: #f5f6ce;
}
.custom_filter,
div.hdrcell.filter > input[type=text] {
  color: #333333;
  font-family: Arial;
  font-size: 9pt;
  outline: none 0;
  height: 20px;
  line-height: 20px;
  padding: 1px 2px;
  border: 1px solid #8B8B8B;
}
.dhx_combo_list {
  min-height: 20px;
  height: auto;
  max-height: 150px;
  min-width: 50px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: auto;
  white-space: nowrap;
  text-indent: 3px;
}
.dhx_combo_list div {
  overflow: visible !important;
  padding-right: 0;
  padding-left: 0;
}
.dhtmlx_skin_dhx_web div.dhtmlx_window_active div.dhtmlx_wins_body_outer {
  background-color: #3269aa;
}
.dhtmlx_skin_dhx_web div.dhtmlx_wins_icon {
  display: none;
}
.dhtmlx_skin_dhx_web div.dhtmlx_window_active div.dhtmlx_wins_title {
  left: 11px;
}
div.dhx_modal_cover_dv {
  position: fixed;
}
.dhtmlx_modal_box {
  border-color: #4f6581;
  border-width: 2px;
  box-shadow: 3px 0 2px -2px rgba(0, 0, 0, 0.2), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dhtmlx_modal_box .dhtmlx_popup_text {
  min-height: 0;
}
.dhtmlx_modal_box .dhtmlx_popup_button {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #cccccc;
  background-color: #ffa45d;
  text-shadow: 2px 2px 2px #555555;
  font-size: 1em;
  color: white;
  width: auto;
  margin: 10px 0;
  padding: 4px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  border-top: 1px solid #59b766;
  border-right: 1px solid #379544;
  border-bottom: 1px solid #379544;
  border-left: 1px solid #59b766;
  background-color: #6ac877;
  padding: 0;
  font-style: normal;
  margin: 0 5px;
}
.dhtmlx_modal_box .dhtmlx_popup_button i {
  font-size: 14px;
}
.dhx_header_cmenu {
  padding: 5px;
  background-color: #ececec;
}
.dhx_header_cmenu input[type=checkbox] {
  height: 20px;
  width: 23px;
}
.containerTableStyle td {
  padding: 0;
}
#custom_filter_list label {
  font-family: Tahoma, Verdana, Segoe, sans-serif !important;
  font-size: 12px;
  padding: 5px;
}
.containerTableStyle {
  height: auto !important;
}
.dhtmlx_validation_error {
  background-color: pink !important;
}
body,
html,
.view {
  width: 100%;
}
.view {
  padding: 15px;
  margin: 34px 15px 0 15px;
  position: relative;
  bottom: 0;
}
.spinner-modal {
  z-index: 1000000;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: wait;
  text-align: center;
}
.spinner-wrapper {
  position: absolute;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  height: 56px;
  width: 56px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 14px rgba(0,0,0,0.5);
  box-shadow: 0 0 14px rgba(0,0,0,0.5);
  background: #4f6581;
  color: white;
  font-size: 200%;
  text-align: center;
  padding-top: 6px;
}
.spinner-wrapper small {
  display: inline-block;
  font-weight: bold;
  color: #4f6581;
  color: black;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.9);
  font-size: .5em;
  white-space: nowrap;
  text-align: center;
  position: relative;
  left: -122px;
  top: 10px;
  width: 300px;
  margin: 0;
}
.showGridSpinner {
  z-index: 1000000;
  overflow: hidden;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
.pseudoTable {
  border: 1px solid #888888;
  font-size: 14px;
}
td {
  padding: 7px;
  vertical-align: top;
}
.pseudoGrid {
  border-color: #888888;
}
.pseudoGrid.pseudoCell {
  float: left;
  display: inline-block;
  border: 1px solid #888888;
  margin: 2px;
  height: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.pseudoGrid.pseudoCell.hiddenColumn .cell-head {
  box-shadow: 0 0px 10px 8px white inset;
}
.pseudoGrid.pseudoCell.hiddenColumn i {
  color: #008000;
}
.topRightIcon {
  position: absolute;
  right: 5px;
  top: 2px;
  color: #777777;
  cursor: pointer;
}
.topRightIcon:hover {
  color: black !important;
}
.pseudoGrid tr,
.pseudoGrid .cell-data {
  background-color: #ececec;
}
.pseudoGrid .cell-data {
  padding: 8px 4px;
}
.pseudoGrid.pseudoCell .cell-data {
  height: 22px;
}
.pseudoGrid th,
.pseudoGrid .cell-head {
  border: 1px solid #666666;
  border-width: 0px 1px 1px 0px;
  padding: 8px 5px 9px 5px;
  background-color: #ececec;
  font-size: 0.75em;
  vertical-align: top;
  text-align: left;
}
.pseudoGrid th:last-child {
  border-right: 0;
}
.pseudoGrid .cell-head {
  border-width: 0 0 1px 0;
}
.cell-head.darker {
  background-color: #888888;
  color: white;
}
.pseudoGrid input {
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 2px;
  color: #333333;
  font-size: 9pt;
  border: 0px;
  padding: 2px 2px 2px 2px;
  outline: none 0;
}
.pseudoGrid input[type=checkbox] {
  width: 23px;
  display: block;
  margin: 0 auto;
}
.pseudoGrid input.native {
  border: 1px solid #888888;
  padding: 0 0 0 2px;
  vertical-align: top;
  height: 22px;
}
.header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9000;
  position: fixed;
  top: 0;
  min-height: 35px;
  width: 100%;
  padding: 0 30px;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  color: white;
  background-color: #3269aa;
  display: table;
}
.header #syncSpinner {
  font-size: 12px;
  padding-left: 12px;
  width: 12px;
  line-height: 10px;
  display: inline-block;
  transform-origin: 50% 40%;
  -webkit-transform-origin: 50% 40%;
}
.header .headerButtonWrap {
  display: inline-block;
  position: relative;
  top: -1px;
}
.header button {
  min-height: 0;
  height: auto;
  padding: 3px 5px;
  margin: 0 0 0 15px;
  font-size: .75em;
}
h1.logo {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  letter-spacing: .12em;
  font-size: 1.05em;
  width: 100%;
  font-weight: bold;
  background-color: #666666;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-shadow: rgba(255, 255, 255, 0.95) 1px 1px 0px;
}
h1.logo .logoLabel {
  display: inline-block;
  padding-top: 1px;
}
h1.logo .logoLabel:hover {
  text-shadow: #002566 1px 1px 0px;
  cursor: pointer;
}
h1.logo .logoLabel:hover .small {
  color: #002566;
}
h1.logo .small {
  font-size: 10px;
  font-weight: normal;
  color: white;
  text-shadow: none;
}
h1.logo .logoLabel,
h1.logo .logoLabel .small,
.menuItem {
  -webkit-transition: all 180ms linear;
  transition: all 180ms linear;
}
.menuItem {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.9em;
  color: white;
  margin: 0 15px 0 0;
  padding: 8px 10px;
  white-space: nowrap;
}
.menuItem i {
  padding-right: 1px;
  font-size: 15px;
}
@media all and (max-width: 810px) {
  .menuItem span {
    display: none;
  }
}
.navCrumbs,
.navSubMenu {
  font-size: .8em;
  color: #888888;
}
.navCrumbs a,
.navSubMenu a {
  text-decoration: none;
}
.navCrumbs i.icon-chevron-right,
.navSubMenu i.icon-chevron-right {
  font-size: .75em;
  color: #cccccc;
  margin: 0 3px;
}
.navCrumbs .icon-stack,
.navSubMenu .icon-stack {
  width: 1em;
}
.navCrumbs .icon-stack .icon-sign-blank,
.navSubMenu .icon-stack .icon-sign-blank {
  color: #3269aa;
  font-size: 15px;
}
.navCrumbs .icon-stack .icon-caret-down,
.navSubMenu .icon-stack .icon-caret-down {
  font-size: 14px;
}
.navCrumbs {
  position: absolute;
  width: 100%;
  text-align: center;
  list-style-type: none;
}
.navSubMenu {
  display: block;
  padding: 0;
  font-weight: normal;
  font-size: .9em;
  line-height: 1em;
  list-style: none;
  margin: 0px 0 10px 0;
}
.navSubMenu .verticalDivider {
  margin-right: 5px;
  margin-left: 10px;
  width: 0;
  position: relative;
  z-index: 10;
}
.navSubMenu li {
  margin: 0;
  line-height: 1em;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.navSubMenu li i {
  margin-left: 3px;
  font-size: 14px;
}
.navSubMenu li:first-child,
.navSubMenu li:nth-child(2n+2) {
  padding-left: 0;
}
.navSubMenu li:before {
  content: "";
}
.navSubMenu a {
  text-decoration: none;
  vertical-align: top;
  position: relative;
  z-index: 15;
}
.navSubMenu ul.menu {
  background-color: white;
  position: absolute;
  z-index: 13;
  left: -9999px;
  margin: 0;
  padding: 4px 0 0 0;
  height: auto;
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 0 1px 1px;
  box-shadow: 4px -4px 0 8px #ffffff;
}
.navSubMenu ul.menu li {
  display: block;
}
.navSubMenu ul li,
.navSubMenu ul li:first-child {
  min-width: 100px;
  background-color: white;
  padding: 5px 10px 5px 10px;
  padding-left: 12px !important;
  width: 100%;
}
.navSubMenu ul li.subMenuHead,
.navSubMenu ul li:first-child.subMenuHead {
  padding: 10px;
}
.navSubMenu ul a {
  white-space: nowrap;
  display: inline-block;
}
.navSubMenu li:hover ul,
.navSubMenu li ul:hover,
.navSubMenu li.fakeHover ul {
  height: auto;
  left: -6px;
}
.navSubMenu li:hover ul a {
  text-decoration: none;
}
.navSubMenu ul.iconList {
  padding-top: 0;
  padding-left: 0;
}
.navSubMenu ul.iconList li:first-child {
  padding: 0;
}
.navSubMenu ul.iconList li:last-child {
  padding-bottom: 10px;
}
.navSubMenu ul.iconList li,
.navSubMenu ul.iconList li:first-child {
  width: auto;
  height: auto;
  padding-left: 8px;
}
.navSubMenu ul.iconList li.divider {
  height: 5px;
}
.navSubMenu ul.iconList li.subTitle {
  margin: 0 0 5px -18px;
  background-color: transparent;
}
.navSubMenu ul.regularBullets li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
}
.data {
  margin: 15px 0 0 0;
  padding-bottom: 15px;
}
.data.form label {
  margin: 10px 0 5px 0;
  display: inline-block;
}
.data.form label:first-child {
  margin-top: 0;
}
.data.form .dhx_combo_box.dhx_web .dhx_combo_input {
  font-size: 100%;
  line-height: 2;
  height: 31px;
}
.data.form .dhx_combo_box.dhx_web {
  height: 31px;
}
.data.form .dhx_combo_img {
  top: 50%;
  margin-top: -10px;
}
.gray-section.form {
  padding-right: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
  width: 500px;
}
.data th {
  font-weight: normal;
}
h3.sectionLabel {
  display: inline-block;
  white-space: nowrap;
  margin: 0 0 0 8px;
}
.section {
  margin-top: 10px;
  margin-right: 15px;
}
.gutter-right {
  margin-right: 15px;
}
.popout,
.subMenuSection {
  padding: 5px 5px 0 0;
  margin-bottom: -2px;
}
.popout .icon-external-link,
.subMenuSection .icon-external-link {
  margin-top: 5px;
  display: inline-block;
}
.red-section p, .yellow-section p, .gray-section p {
    font-size: .7rem;
    font-weight: bold;
}
.red-section {
    background-color: #da2222;
    color: white;
    border: 1px solid #888888;
    padding: 7.5px;
}
.yellow-section {
    background-color: #ffe87c;
    color: black;
    border: 1px solid #888888;
    padding: 7.5px;
}
.gray-section {
  background-color: #cccccc;
  background-color: #ececec;
  border: 1px solid #888888;
  padding: 7.5px;
}
.gray-section.no-gutters {
  padding: 7.5px 0 0 0;
}
.gray-section.lighter-section {
  background-color: white;
  padding: 5px;
  border-width: 1px;
}
.gray-section.lighter-section div {
  border-color: #666666;
}
.gray-section.lighter-section div .cell-head {
  padding-right: 28px;
}
.gray-section.lighter-section.filter-results-grid {
  padding: 0px;
  width: auto;
}
.gray-section.lighter-section.filter-results-grid div.gridbox_dhx_web {
  border-width: 0 0px 0 0;
  -webkit-box-shadow: 2px 0px 2px -2px #000000;
}
.toggleSection:hover,
.popout:hover,
.subMenuSection:hover {
  color: #ff823b;
}
.messageWrapper {
  text-align: right;
  font-size: .9em;
  position: fixed;
  right: 15px;
  width: 400px;
  z-index: 10000;
  pointer-events: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.messageArea {
  pointer-events: visible;
  background-color: transparent;
  display: inline-block;
  margin: 5px auto;
  width: auto;
  max-width: 400px;
  min-width: 0px;
  box-shadow: 3px 0 2px -2px rgba(0, 0, 0, 0.2), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 25px 7px 15px;
}
.messageArea .messageContent {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  line-height: 1.8em;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 360px;
}
.messageArea span {
  line-height: 190%;
}
.messageArea i {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  margin: 2px 6px 6px 0;
  display: inline-block;
}
.messageArea i.topRightIcon {
  font-size: 16px;
  right: -6px;
  top: -3px;
  padding: 3px;
  cursor: pointer;
  text-shadow: none;
}
.messageArea.error {
  background-color: #ffaaaa;
  border: 1px solid #da2222;
}
.messageArea.error i {
  color: #da2222;
}
.messageArea.warning {
  background-color: #ffffc3;
  border: 1px solid #ff823b;
}
.messageArea.warning i {
  color: #ff823b;
}
.messageArea.info {
  background-color: #d7edff;
  border: 1px solid #4f6581;
}
.messageArea.info i {
  color: #4f6581;
}
.messageArea.success {
  background-color: #e1ffee;
  border: 1px solid #59b766;
}
.messageArea.success i {
  color: #59b766;
}
.messageArea .error {
  background-color: #ffdddd;
  border-color: #b80000;
}
.messageArea .error i {
  color: #b80000;
}
.loginPage.relative {
  height: 100%;
  text-align: center;
}
.login {
  display: inline-block;
  position: relative;
  margin: 10% auto 0 auto;
  padding: 15px;
  width: 25%;
  min-width: 230px;
}
.login input[type="password"],
.login input[type="text"] {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  margin-bottom: 8px;
}
.login label {
  display: block;
  position: relative;
}
.login label i {
  box-sizing: border-box;
  position: absolute;
  left: 8px;
  top: 0px;
  color: #cccccc;
  padding: 10px 5px;
}
.login .rememberMe-section {
  position: absolute;
  left: 13px;
  bottom: 18px;
  display: inline-block;
}
.login .rememberMe-section input {
  display: inline-block;
  position: relative;
  top: -3px;
  left: 0px;
}
.login .rememberMe-section label {
  display: inline-block;
  position: relative;
  top: -5px;
  left: 5px;
  font-size: 0.75em;
}
.login button {
  float: right;
  margin: 7px 0px 2px 0;
}
.login button i {
  font-size: 20px;
}
.mainMenuWrap {
  vertical-align: top;
  margin-top: 20px;
}
.mainMenuWrap .section {
  font-size: .9em;
  margin-top: 5px;
  display: inline-block;
}
.mainMenuWrap .sectionLabel {
  text-align: center;
  margin-left: -20px;
  display: block;
}
.mainMenuWrap .sectionLabel i {
  padding-right: 7px;
}
.mainMenuWrap .data {
  margin: 0 15px 15px 0;
  vertical-align: top;
}
.mainMenuWrap .data .divider {
  margin: 15px 0;
  border-top: 1px solid white;
}
.mainMenuWrap .data:last-child {
  margin-right: 0;
}
.mainMenuWrap .gray-section {
  min-width: 250px;
  width: auto;
  /* max-width: 400px; */
  min-height: 240px;
}
.mainMenuWrap .extraHeight li {
  margin-bottom: 15px;
}
.subTitle {
  margin: .5em .5em .5em 7px;
}
.subHeading {
  margin: .8em .5em .8em 7px;
}
.subTitle.zeroBottomMargin {
  margin-bottom: 0;
}
.gridArea button {
  margin: 5px;
}
.gridArea .icon-circle,
.gridArea .icon-link {
  margin-left: 5px;
  margin-right: 5px;
}
.buttonWrap {
  position: relative;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #888888;
  background-color: #dbdbdb;
  box-shadow: inset 0 0 15px white;
  margin: 0;
  font-size: .8em;
}
.buttonWrap .headerText {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
}
.buttonWrap .pseudoButton,
.buttonWrap button {
  margin: 5px;
}
.buttonWrap .dividerWrap {
  display: inline;
  padding: 0 5px;
}
.buttonWrap .dividerWrap .verticalDivider {
  margin: 0px;
  padding: 0;
  width: 1px;
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 2px #666666;
  height: 100%;
  position: absolute;
}
.buttonWrap .gridCount {
  margin: 0 3px 0 7px;
}
.buttonWrap.top {
  border-bottom: none;
  border-radius: 4px 4px 0px 0px;
}
.buttonWrap.bottom {
  border-top: none;
  border-radius: 0px 0px 4px 4px;
}
#loadSum-title:after {
  content: "\F116";
}
.selectAll-wrapper {
  margin: 15px;
  float: left;
}
#sharedQuantity {
  width: 50px;
}
#sharedAutoIncrement {
  width: 80px;
}
.menuPanel {
  float: left;
  display: inline-block;
  min-height: 100px;
  background-color: white;
  border: 1px solid #7187a3;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #4f6581;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.3), inset 0 -2px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.9);
  background: #4f6581;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #93a9c5), color-stop(1, #a4bad6));
  background: -ms-linear-gradient(bottom, #93a9c5, #a4bad6);
  background: -moz-linear-gradient(center bottom, #93a9c5 0%, #a4bad6 100%);
  background: -o-linear-gradient(#a4bad6, #93a9c5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4bad6', endColorstr='#93a9c5', GradientType=0);
  margin-right: 15px;
  font-size: .8em;
}
.menuPanel .menuTitle {
  margin: 10px;
}
.menuPanel .separator {
  margin-bottom: 5px;
}
.menuPanel #filterTabs {
  min-width: 300px;
  max-width: 350px;
}
.btn-group,
.btn-group-2 {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin: 5px;
}
.btn-group-2 > .btn:first-child,
.btn-group > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-2 > .btn:last-child,
.btn-group > .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn {
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  color: #888888;
  box-shadow: inset 0 1px 0 0 white;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #cccccc, #ffffff);
  background: -moz-linear-gradient(center bottom, #cccccc 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
  border: 1px solid #888888;
}
.btn-group .btn:hover {
  color: #003366;
}
.btn-group-2 .btn {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group-2 .btn:last-child {
  margin-left: -5px;
}
.massUpdate-section table:first-child,
.sharedAttr-section table:first-child {
  margin-bottom: 10px;
}
.btn-right-margin {
  margin-right: 5px;
}
div.select-style-inline,
#equipment-list-select-type {
  min-height: 0;
  overflow: visible;
}
#filterBankMenu td {
  padding: 3px 0;
}
#filterBankMenu tr {
  border: 1px solid gray;
}
#filterBankMenu .filter-expand {
  text-align: center;
  border-left: 1px solid gray;
}
.filter-section .gray-section {
  min-width: 450px;
}
.filter-section h3 i span {
  font-style: normal;
}
.filter-table {
  min-width: 500px;
}
.filter-table label,
.filter-table .label {
  font-size: 85%;
}
.filter-table input[type=checkbox] {
  position: relative;
  top: 2px;
}
.filter-table .multipleFilter {
  max-width: 30w0px;
  white-space: normal;
}
.filter-table .multipleFilter button {
  position: relative;
  right: 0;
  margin: 1px 0 0 10px;
}
.filter-table .multipleFilter input {
  width: 80px;
  border: 1px solid #8B8B8B;
  color: #333333;
  font-family: Arial;
  font-size: 9pt;
  margin: 5px 2px;
}
.striped-table .dhx_combo_input {
  color: black;
}
.striped-table .header-row {
  height: 28px;
  border-bottom: 1px solid #666666;
}
.striped-table .css-row:nth-child(2) .css-cell {
  padding-top: 5px;
}
.striped-table .css-row {
  margin: 0 10px;
}
.striped-table .css-row .css-cell.button-cell {
  padding-top: 0;
}
.striped-table .css-row:nth-child(2n + 3) {
  background-color: rgba(255, 255, 255, 0.9);
}
.striped-table .css-cell {
  vertical-align: top;
  padding-top: 3px;
  padding-bottom: 3px;
}
.striped-table .css-cell .dhx_combo_box {
  top: 7px;
}
.striped-table .css-cell:first-child {
  padding-left: 15px;
}
.striped-table .css-cell:last-child {
  padding-right: 15px;
}
.striped-table .css-table .css-cell {
  padding-top: 8px;
  padding-bottom: 8px;
}
.striped-table .css-table .css-cell button {
  margin: 0;
  margin-top: -3px;
}
.striped-table .css-table .css-cell:first-child {
  padding-left: 5px;
}
.striped-table .divider {
  margin: 2px 0 7px 0px;
  width: 92%;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
}
.button-cell {
  max-width: 35px;
  width: 35px;
  padding: 0;
  overflow: hidden;
}
.buttons-column {
  padding-left: 10px;
  padding-right: 10px;
}
.label-cell {
  min-width: 200px;
  width: 200px;
}
#selectAllFilters {
  margin-left: 5px;
  position: relative;
  top: 6px;
}
div.select-style-inline .label,
#equipment-list-select-type .label {
  vertical-align: top;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
#equipmentListTypeSelect {
  width: 250px;
  height: 30px;
}
.no-results-found {
  font-size: 0.9em;
  border: 1px solid #888888;
  background-color: #ffdddd;
  padding: 4px 55px 4px 45px;
}
#auditTable td {
  font-size: .9em;
  padding: 3px;
}
.activeStatus {
  color: #379544;
}
.inactiveStatus {
  color: #666666;
}
.verticalTables.verticalData {
  max-height: 100%;
  overflow: auto;
}
.verticalTables.verticalData td:nth-child(2) {
  min-width: 125px;
}
.verticalTables .pseudoTable {
  margin: 0 15px 15px 0;
}
.verticalTables .pseudoTable:first-child {
  margin-left: 0px;
}
.verticalTables h4 {
  margin: 0;
}
.verticalTables .subtitle {
  font-size: .9em;
  padding-top: 2px;
}
.verticalTables td {
  min-width: 80px;
  max-width: 400px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.verticalTables td:nth-child(2) {
  border-right: 1px solid #888888;
  margin-right: 10px;
  min-width: 230px;
  padding-right: 10px;
}
.verticalTables .shorterWidth td:nth-child(2) {
  min-width: 190px;
}
.verticalTables tr:first-child > td:nth-child(2) {
  border-right: 1px solid #888888;
}
.verticalTables td:nth-child(1) {
  border-left: 1px solid #888888;
  border-bottom: 1px solid white;
  background-color: #ececec;
  font-size: .9em;
}
.verticalTables tr:last-child td:first-child,
.verticalTables td.last {
  border-bottom: 1px solid #888888;
}
.verticalTables .css-table {
  margin: 5px;
  margin-top: 2px;
}
.verticalTables .css-cell {
  padding: 5px;
  padding-right: 15px;
}
.verticalTables .css-row:first-child {
  background-color: #ececec;
}
.verticalTables .css-row:first-child .css-cell {
  margin-top: 0;
  border-right: 3px solid white;
  padding-top: 0;
}
.verticalTables .css-row:last-child {
  border-bottom: 0;
}
.header-with-input {
  margin-top: 16px;
}
.header-with-input .display-inline-block {
  position: relative;
  top: -2px;
}
.header-with-input input {
  width: 400px;
  padding-right: 20px;
  transition: width 0.1s;
  box-sizing: content-box;
}
.header-with-input button {
  position: absolute;
  top: 1px;
  right: 12px;
}
.header-with-input button i {
  display: block;
}
.smaller-section {
  padding: 10px;
  max-width: 600px;
}
.inlineDropdown {
  width: 300px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.inlineDropdown .dhx_combo_box.dhx_web {
  width: 200px !important;
  position: absolute;
  top: 0;
  left: 100px;
}
.pseudoGrid input {
  border: 1px solid #888888;
  height: 23px;
}
.pseudoGrid input.dhx_combo_input {
  border: 0;
}
.pseudoGrid th:last-child {
  border-right: 1px solid #666666;
}
div.gridbox_dhx_web .hdr tr:last-child {
  border: 0;
}
div.objbox table.obj {
  border-collapse: separate;
}
div.gridbox_dhx_web .objbox {
  border-right: 1px solid #666666 !important;
  border-bottom: 1px solid #666666 !important;
}
div.gridbox_dhx_web .xhdr {
  border-bottom: 1px solid #666666;
}
div.gridbox_dhx_web table.obj.row20px tr td,
div.gridbox_dhx_web .objbox tr,
.pseudoGrid.headerRow tr:not(:first-child) {
  border-top: 1px solid white;
  border-left: 1px solid #EEE;
  border-bottom: 0;
  border-right: 0;
}
.mediumWidth {
  min-width: 70px;
}
div.gridbox_dhx_web .hdr td {
  border-right: 1px solid #666666;
}
.pseudoGrid.headerRow td:first-child {
  border-left: 1px solid #666666;
}
div.gridbox_dhx_web .objbox td:last-child,
.pseudoGrid.headerRow td:last-child {
  border-right: 1px solid #666666;
}
.inlineButton {
  margin: 5px;
}
.site-section td {
  min-height: 30px;
  padding: 2px 10px;
}
.site-section th {
  padding-left: 10px;
}
.site-section #siteZip {
  width: 90px;
}
.site-section #customerCountry {
  width: 50px;
}
.site-section #facilityContactURL {
  width: 250;
}
.site-section .inlineButton,
.site-section .editFacility,
.site-section .editSite,
.site-section .saveSite {
  margin: 5px;
}
.site-section .pseudoGrid {
  min-width: 1050px;
}
.project-section td {
  padding: 9px;
}
.project-section td:last-child {
  text-align: center;
}
.darkerRow td {
  padding: 15px;
  text-align: center;
}
.verticalTables .dhx_combo_input {
  font-size: .95em;
}
.statusLabel {
  width: 80px;
  display: inline-block;
}
.statusLabel i {
  float: right;
  display: none;
}
.sub-data {
  margin-top: 0px;
  padding-left: 40px;
}
.sub-data-icon {
  position: absolute;
  left: 14px;
  top: 8px;
  font-size: 20px;
}
.data#parentSection {
  margin-top: 5px;
}
.nestedRadioList .dhx_combo_box.dhx_web {
  margin-left: 16px;
  width: 200px;
}
.legend {
  padding: 3px;
}
.legend i {
  padding: 0 3px  10px 0;
}
.legend i.red {
  color: #da2222;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  margin-right: 4px;
}
.legend i.darkYellow {
  color: #ffe87c;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  margin-right: 4px;
}
.legend i.lightGray {
  color: #cccccc;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  margin-right: 4px;
}
.legend i.gray {
  color: gray;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  margin-right: 4px;
}
.legend i.lightGreen {
  color: #e3f3d7;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  margin-right: 4px;
}
.legend i.yellow {
  color: #f5f6ce;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  margin-right: 4px;
}
.legend i.lightBlue {
  color: #a6c5ea;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  margin-right: 4px;
}
.gridArea.topAlignButtons button {
  margin-top: 0;
}
button.editColumnButton {
  margin-left: -2px;
}
.checkboxFilter {
  margin: 0;
  position: absolute;
  z-index: 12000;
  padding: 0;
  background-color: white;
  border: 1px solid #666666;
  min-width: 110px;
  border-radius: 0px 0px 3px 3px;
}
.checkboxFilter .apply {
  padding: 0;
  background-color: #dbdbdb;
  font-size: small;
  border-top: 1px solid gray;
}
.checkboxFilter .apply button {
  margin: 4px;
}
.checkboxFilter ol {
  overflow: auto;
  max-height: 170px;
  white-space: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.checkboxFilter ol li {
  padding: 0;
  margin: 0;
}
.checkboxFilter ol li:hover {
  background-color: #d8eeff;
}
.checkboxFilter ol label {
  display: block;
}
.checkboxFilter ol input {
  margin-right: 10px;
}
.inputContainer .fileInput {
  display: inline-block;
  margin-top: 10px;
  width: 200px;
  font-size: .9em;
  background-color: white;
  border: 1px solid #666666;
  line-height: 35px;
  text-indent: 10px;
}
.inputContainer input[type="file"] {
  background-color: white;
  line-height: 35px;
  text-indent: 0;
  padding: 5px;
}
.inputContainer .verticalTables .pseudoTable {
  background-color: white;
  margin: 0 0 0;
  width: 200px;
  min-width: 0;
}
.inputContainer .verticalTables .pseudoTable td:nth-child(2) {
  min-width: 45px;
}
.group-section .gray-section {
  min-width: 0;
}
.pseudoTable.innerTables {
  margin-bottom: 0;
  margin-right: 0;
}
.pseudoTable.innerTables .css-row:first-child {
  background-color: white;
}
.pseudoTable.innerTables .css-row:first-child .css-cell {
  border-right: 0;
}
