/*! jQuery UI - v1.9.2 - 2013-01-07
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
}

.ui-accordion h3.ui-accordion-header {
  padding: 9px 0px 6px 2.2em;
  background: #f4f7f9 !important;
  border: 1px solid #cbe6f4;
  border-width: 1px 0px 2px !important;
  border-bottom-color: #c9e5f1;
  color: #62666B;
  font-size: 11pt;
  font-weight: 300;
  border-radius: 0px;
}

.ui-accordion h3.ui-accordion-header .ui-icon, .ui-accordion h4.ui-accordion-header .ui-icon {
  background-image: url("images/plus.svg") !important;
  background-position: 0px 0px !important;
}

.ui-accordion h3.ui-state-active .ui-icon, .ui-accordion h4.ui-state-active .ui-icon {
  background-image: url("images/minus.svg") !important;
}

.ui-accordion h4.ui-accordion-header {
  padding: 9px 0px 6px 2.6em;
  background: #f9f9f9  !important;
  border: 1px solid #eee;
  border-width: 6px 0px 1px !important;
  border-bottom-color: #f9f9f9;
  color: #444;
  border-radius: 0px;
  font-weight: normal;
  border-top-color: #EAEAEA;
}

.ui-accordion h4.ui-state-active {
  color: #222;
  background: #F2F2F2  !important;
  border-bottom-color: #eee;
  font-weight: bold;
  border-top-color: #DFDFDF;
  border-top-width: 6px !important;
  padding: 7px 0px 8px 2.6em;
}

.ui-accordion h4.ui-accordion-header button {
  font-size: 10px;
  padding: 3px 7px 2px;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 0em 0em;
  border-top: 0;
  zoom: 1;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* vertical centre icon */
.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #1d5987;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #c5dbec;
  background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #62666B;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_469bdd_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_469bdd_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_d8e7f3_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_6da8d5_256x240.png") !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_217bc0_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_f9bd01_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 5px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/*Grid*/
.ui-jqgrid {
  position: relative;
}

.ui-jqgrid .ui-jqgrid-view {
  font-size: 11px;
  left: 0;
  padding: 0;
  position: relative;
  top: 0;
}

/* caption*/
.ui-jqgrid .ui-jqgrid-titlebar {
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  padding: 0.3em 0.2em 0.2em 0.3em;
  position: relative;
}

.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 0.1em 0 0.2em;
}

.ui-jqgrid .ui-jqgrid-titlebar-close {
  height: 18px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  top: 50%;
  width: 19px;
}

.ui-jqgrid .ui-jqgrid-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
  padding: 0;
}

/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
}

.ui-jqgrid .ui-jqgrid-hbox {
  float: left;
  padding-right: 20px;
}

.ui-jqgrid .ui-jqgrid-htable {
  margin: 0;
  table-layout: fixed;
}

.ui-jqgrid .ui-jqgrid-htable th {
  color: #444444;
  font-size: 12px;
  padding: 5px 2px 7px;
}

.ui-jqgrid .ui-jqgrid-htable th div {
  height: 17px;
  overflow: hidden;
  position: relative;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  border-bottom: 0 none;
  border-top: 1px solid #F1F1F1;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
  border-left: 0 none;
}

.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
  border-right: 0 none;
}

.ui-first-th-ltr {
  border-right: 1px solid;
}

.ui-first-th-rtl {
  border-left: 1px solid;
}

.ui-jqgrid .ui-th-div-ie {
  height: 17px;
  white-space: nowrap;
}

.ui-jqgrid .ui-jqgrid-resize {
  cursor: e-resize;
  display: inline;
  height: 20px !important;
  overflow: hidden;
  position: relative;
}

.ui-jqgrid .ui-grid-ico-sort {
  cursor: pointer !important;
  display: inline;
  overflow: hidden;
  position: absolute;
}

.ui-jqgrid .ui-icon-asc {
  height: 12px;
  margin-top: -3px;
}

.ui-jqgrid .ui-icon-desc {
  height: 12px;
  margin-top: 3px;
}

.ui-jqgrid .ui-i-asc {
  height: 16px;
  margin-top: 0;
}

.ui-jqgrid .ui-i-desc {
  height: 16px;
  margin-left: 13px;
  margin-top: 0;
}

.ui-jqgrid .ui-jqgrid-sortable {
  cursor: pointer;
}

.ui-jqgrid tr.ui-search-toolbar th {
  border-top-color: inherit !important;
  border-top-style: ridge !important;
  border-top-width: 1px !important;
}

tr.ui-search-toolbar input {
  margin: 1px 0 0;
}

tr.ui-search-toolbar select {
  margin: 1px 0 0;
}

/* body */
.ui-jqgrid .ui-jqgrid-bdiv {
  background-color: #F7F7F7;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
}

.ui-jqgrid .ui-jqgrid-btable {
  margin: 0;
  outline-style: none;
  table-layout: fixed;
}

.ui-jqgrid .ui-jqgrid-btable tr td {
  border-left: 1px dotted #DDDDDD;
  border-right: 1px dotted #DDDDDD;
}

.ui-jqgrid tr.jqgrow {
  outline-style: none;
}

.ui-jqgrid tr.jqgroup {
  outline-style: none;
}

.ui-jqgrid tr.jqgrow td {
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: normal;
  height: 22px;
  overflow: hidden;
  padding: 0 2px;
  white-space: normal;
}

.ui-jqgrid tr.jqgfirstrow td {
  border-right-style: solid;
  border-right-width: 1px;
  padding: 0 2px;
}

.ui-jqgrid tr.jqgroup td {
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: normal;
  height: 22px;
  overflow: hidden;
  padding: 0 2px;
  white-space: pre;
}

.ui-jqgrid tr.jqfoot td {
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  height: 22px;
  overflow: hidden;
  padding: 0 2px;
  white-space: pre;
}

.ui-jqgrid tr.ui-row-ltr td {
  border-right-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
}

.ui-jqgrid tr.ui-row-rtl td {
  border-left-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  text-align: right;
}

.ui-jqgrid td.jqgrid-rownum {
  border: 0 none;
  margin: 0;
  padding: 0 2px;
}

.ui-jqgrid .ui-jqgrid-resize-mark {
  background-color: #777777;
  border: 0 none;
  cursor: col-resize;
  display: none;
  height: 100px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 2px;
}

/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.ui-jqgrid .ui-jqgrid-ftable {
  margin-bottom: 0;
  table-layout: fixed;
}

.ui-jqgrid tr.footrow td {
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 1px;
  font-weight: bold;
  height: 21px;
  overflow: hidden;
  padding: 0 2px;
  white-space: nowrap;
}

.ui-jqgrid tr.footrow-ltr td {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
}

.ui-jqgrid tr.footrow-rtl td {
  border-left-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  text-align: right;
}

/* Pager*/
.ui-jqgrid .ui-jqgrid-pager {
  background: url("../jquiery-ui/themes/redmond/images/ui-bg-gray.png") repeat-x scroll center bottom #EEEEEE;
  border-bottom: 0 none !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
  color: #555555;
  font-size: 10px;
  height: 28px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  white-space: nowrap;
}

.ui-jqgrid .ui-pager-control {
  position: relative;
}

.ui-jqgrid .ui-pg-table {
  margin: 0;
  padding-bottom: 2px;
  position: relative;
  width: auto;
}

.ui-jqgrid .ui-pg-table td {
  font-weight: normal;
  padding: 1px;
  vertical-align: middle;
}

.ui-jqgrid .ui-pg-button {
  height: 19px !important;
}

.ui-jqgrid .ui-pg-button span {
  display: block;
  float: left;
  margin: 1px;
}

.ui-jqgrid .ui-pg-button:hover {
  padding: 0px;
}

.ui-jqgrid .ui-state-disabled:hover {
  padding: 1px;
}

.ui-jqgrid .ui-pg-input {
  font-size: 0.8em;
  height: 13px;
  margin: 0;
}

.ui-jqgrid .ui-pg-selbox {
  display: block;
  font-size: 0.8em;
  height: 18px;
  line-height: 18px;
  margin: 0;
}

.ui-jqgrid .ui-separator {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  float: right;
  height: 18px;
  margin: 1px;
}

.ui-jqgrid .ui-paging-info {
  font-weight: normal;
  height: 19px;
  margin-right: 4px;
  margin-top: 3px;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
  float: left;
  list-style: none outside none;
  padding: 1px 0;
  position: relative;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
  cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
  float: left;
  margin: 0 2px;
}

.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea {
  margin: 0;
}

.ui-jqgrid td textarea {
  height: auto;
  width: auto;
}

.ui-jqgrid .ui-jqgrid-toppager {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  height: 25px !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  white-space: nowrap;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
  float: left;
  padding: 1px 0;
  position: relative;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
  cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
  float: left;
  margin: 0 2px;
}

/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  display: block;
}

.ui-jqgrid .ui-subgrid {
  margin: 0;
  padding: 0;
  width: 100%;
}

.ui-jqgrid .ui-subgrid table {
  table-layout: fixed;
}

.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  height: 18px;
}

.ui-jqgrid .ui-subgrid td.subgrid-data {
  border-top: 0 none !important;
}

.ui-jqgrid .ui-subgrid td.subgrid-cell {
  border-width: 0 0 1px;
}

.ui-jqgrid .ui-th-subgrid {
  height: 20px;
}

/* loading */
.ui-jqgrid .loading {
  border-width: 2px !important;
  display: none;
  font-size: 11px;
  font-weight: bold;
  left: 45%;
  margin: 5px;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: 45%;
  width: auto;
  z-index: 101;
}

.ui-jqgrid .jqgrid-overlay {
  display: none;
  z-index: 100;
}

* html .jqgrid-overlay {
  /*width: expression(this.parentNode.offsetWidth+'px');*/
  /*height: expression(this.parentNode.offsetHeight+'px');*/
}

* .jqgrid-overlay iframe {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  /*width: expression(this.parentNode.offsetWidth+'px');*/
  /*height: expression(this.parentNode.offsetHeight+'px');*/
}

/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {
  border-left: 0 none;
  border-right: 0 none;
  height: 21px;
  overflow: hidden;
}

/*Modal Window */
.ui-jqdialog {
  display: none;
  font-size: 11px;
  overflow: visible;
  padding: 0.2em;
  position: absolute;
  width: 300px;
}

.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 0.3em 0.2em;
  position: relative;
}

.ui-jqdialog .ui-jqdialog-title {
  margin: 0.1em 0 0.2em;
}

.ui-jqdialog .ui-jqdialog-titlebar-close {
  height: 18px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  top: 50%;
  width: 19px;
}

.ui-jqdialog .ui-jqdialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
  padding: 0;
}

.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  height: auto;
  padding: 0.3em 0.2em;
}

.ui-jqdialog .ui-jqconfirm {
  border-width: 3px;
  bottom: 10px;
  display: none;
  height: 80px;
  overflow: visible;
  padding: 0.4em 1em;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 220px;
}

/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {
  margin: 0;
}

.ui-jqdialog-content .EditTable {
  margin-bottom: 0;
  width: 100%;
}

.ui-jqdialog-content .DelTable {
  margin-bottom: 0;
  width: 100%;
}

.EditTable td input, .EditTable td select, .EditTable td textarea {
  margin: 0;
}

.EditTable td textarea {
  height: auto;
  width: auto;
}

.ui-jqdialog-content td.EditButton {
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: right;
}

.ui-jqdialog-content td.navButton {
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

.ui-jqdialog-content input.FormElement {
  padding: 0.3em;
}

.ui-jqdialog-content .data-line {
  border: 0 none;
  padding-top: 0.1em;
}

.ui-jqdialog-content .CaptionTD {
  border: 0 none;
  padding: 2px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.ui-jqdialog-content .DataTD {
  border: 0 none;
  padding: 2px;
  vertical-align: top;
}

.ui-jqdialog-content .form-view-data {
  white-space: pre;
}

.fm-button {
  cursor: pointer;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0.4em 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}

.fm-button-icon-left {
  padding-left: 1.9em;
}

.fm-button-icon-right {
  padding-right: 1.9em;
}

.fm-button-icon-left .ui-icon {
  left: 0.2em;
  margin-left: 0;
  margin-top: -8px;
  position: absolute;
  right: auto;
  top: 50%;
}

.fm-button-icon-right .ui-icon {
  left: auto;
  margin-left: 0;
  margin-top: -8px;
  position: absolute;
  right: 0.2em;
  top: 50%;
}

#nData, #pData {
  float: left;
  margin: 3px;
  padding: 0;
  width: 15px;
}

/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {
  border-left: 0 none;
  font-style: normal;
}

/* inline edit actions button*/
.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span,
.ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
  margin: -1px;
}

/* Tree Grid */
.ui-jqgrid .tree-wrap {
  float: left;
  height: 18px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.ui-jqgrid .tree-minus {
  height: 18px;
  overflow: hidden;
  position: absolute;
  width: 18px;
}

.ui-jqgrid .tree-plus {
  height: 18px;
  overflow: hidden;
  position: absolute;
  width: 18px;
}

.ui-jqgrid .tree-leaf {
  height: 18px;
  overflow: hidden;
  position: absolute;
  width: 18px;
}

.ui-jqgrid .treeclick {
  cursor: pointer;
}

.jqmOverlay {
  background-color: #000000;
}

* iframe.jqm {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  /*width: expression(this.parentNode.offsetWidth+'px');*/
  /*height: expression(this.parentNode.offsetHeight+'px');*/
}

.ui-jqgrid-dnd tr td {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  height: 20px;
}

/* RTL Support */
.ui-jqgrid .ui-jqgrid-title-rtl {
  float: right;
  margin: 0.1em 0 0.2em;
}

.ui-jqgrid .ui-jqgrid-hbox-rtl {
  float: right;
  padding-left: 20px;
}

.ui-jqgrid .ui-jqgrid-resize-ltr {
  float: right;
  margin: -2px -2px -2px 0;
}

.ui-jqgrid .ui-jqgrid-resize-rtl {
  float: left;
  margin: -2px 0 -1px -3px;
}

.ui-jqgrid .ui-sort-rtl {
  left: 0;
}

.ui-jqgrid .tree-wrap-ltr {
  float: left;
}

.ui-jqgrid .tree-wrap-rtl {
  float: right;
}

.ui-jqgrid .ui-ellipsis {
  -moz-binding: url("ellipsis-xbl.xml#ellipsis");
  text-overflow: ellipsis;
}

.ui-jqgrid .ui-jqgrid-htable th {
  color: #444444;
  font-size: 12px;
  padding: 5px 2px 7px;
  background: url("../jquiery-ui/themes/redmond/images/jqgrid-bg-85.gif") repeat-x scroll 50% bottom #DFEFFC;
}

.ui-jqgrid-hdiv .ui-state-default {
  border: 0 solid #C5DBEC !important;
  color: #2E6E9E;
  font-weight: bold;
}

.ui-jqgrid-pager {
  border: none !important;
}

.ui-jqgrid-btable .ui-state-hover {
  background-image: none;
  background-color: #f4f4f4;
  color: #333;
}

.ui-jqgrid-htable .ui-state-hover {
  background: url("../jquiery-ui/themes/redmond/images/jqgrid-bg-75.png") repeat-x scroll 50% bottom !important;
  color: #333;
}

.ui-widget-content, .ui-jqgrid-hdiv {
  border: none !important;
}

.ui-jqgrid-btable .ui-state-highlight {
  border: 0px solid #fff !important;
}

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  box-shadow: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 3px !important;
}

button,
a.button,
a.modeLink,
input[type="reset"],
input[type="submit"],
input[type="button"].ui-state-default,
button[type="button"].ui-state-default {
  -webkit-appearance: none;
  border-radius: 3px !important;
  background-clip: padding-box;
  background: #5cc3ff;
  border: 1px solid;
  border-color: #5cc3ff;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font: 400 13px/1.2 "Myriad Pro";
  font-family: "Myriad Pro",Arial;
  padding: 5px 16px 4px;
  text-decoration: none;
  /*text-shadow: 0px 1px #348cf8;*/
}

button:hover,
a.button:hover,
a.modeLink:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"].ui-state-default:hover,
button[type="button"].ui-state-default:hover {
  text-decoration: none;
  border-color: #3eb8ff;
  color: #fff;
  background: #3eb8ff;
}

button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-image: linear-gradient(#dddddd, #eeeeee);
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}

button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button {
  *padding-bottom: 3px;
}

a.modeLink {
  margin-right: 1px;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input#onSearch {
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #e0e0e0;
  color: #333;
  outline: 0;
  margin: 0;
  padding: 6px 3px 4px;
  text-align: left;
  font-size: 13px;
  font-family: "Myriad Pro", Arial, "Liberation Sans", FreeSans, sans-serif;
  font-weight: 300;
}

select {
  padding: 5px 3px 3px;
}

textarea:hover,
select:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input#onSearch:hover {
  border-color: #bbb;
}

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
  font-size: 13px;
  font-family: "Myriad Pro", Arial, "Liberation Sans", FreeSans, sans-serif;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #333;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url("../images/button.png?1298351022") repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  color: #444;
  font-size: 9pt;
  font-family: arial,tahoma,sans-serif;
  border-color: #CCCCCC #CCCCCC #7F7F7F;
  padding: 3px 3px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

select > option {
  color: #666;
}

/*
input[type=checkbox]:not(old){
  width   : 20px;
  height:20px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label
{
  display      : inline-block;
  margin-left  : -27px;
  padding-left : 24px;
  background   : url('../images/checks.png') no-repeat 0 0;
  height  : 24px;
}

input[type=checkbox] + label + span  {
	display: inline-block;
    position: relative;
    top: -7px !important;
}

input[type=checkbox]:checked + label{
  background-position : 0 -24px;
}

input[type=checkbox]:hover + label{
  background-position : 0 -48px;
}

input[type=checkbox]:checked:hover + label{
  background-position : 0 -72px;
}

input[type=radio]:checked + label{
  background-position : 0 -48px;
}
*/
/*

input[type=checkbox]:not(old),
input[type=radio]:not(old){
  width   : 20px;
  height:20px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('../images/checks.png') no-repeat 0 0;
  height  : 24px;
}

input[type=checkbox] + label + span, input[type=radio] + label + span  {
	display: inline-block;
    position: relative;
    top: -5px !important;
}

input[type=checkbox]:checked + label{
  background-position : 0 -24px;
}

input[type=checkbox]:hover + label{
  background-position : 0 -48px;
}

input[type=checkbox]:checked:hover + label{
  background-position : 0 -72px;
}

input[type=radio]:checked + label{
  background-position : 0 -48px;
}

*/
/*@import url("../js/jqgrid/ui.jqgrid.css");*/
.ui-jqgrid {
  padding-bottom: 20px;
}

div.relatedListBlock .ui-jqgrid {
  padding-bottom: 5px;
}

.ui-jqgrid-sortable {
  color: #444444;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
}

.ui-widget-content {
  color: #555;
  font-size: 9pt;
}

/*remove vertical grid*/
.ui-jqgrid tr.ui-row-ltr td {
  border-right-style: dotted;
}

/*pager current page input*/
.ui-jqgrid .ui-pg-input {
  height: 20px;
}

/*pager font*/
.ui-pg-table {
  font-size: 12px;
}

/*sorting arrows*/
span.s-ico {
  position: absolute;
  right: 12px;
}

.ui-icon-asc {
  margin-left: 1px;
}

/*.ui-icon-triangle-1-n {*/
/*background-position-x:1px;*/
/*}*/
.ui-jqgrid .ui-jqgrid-htable {
  table-layout: auto;
}

td[role="gridcell"]:hover, span.gird-edit:hover {
  cursor: pointer;
  text-decoration: underline;
}

.ui-jqgrid-sortable .ui-icon-triangle-1-n {
  background-position: -98px -211px;
  margin-top: 2px;
}

.ui-jqgrid-sortable .ui-icon-triangle-1-s {
  background-position: -116px -210px;
  margin-top: 2px;
}

.ui-jqgrid-sortable .ui-state-disabled {
  display: none;
}

td#next_pager.ui-pg-button.ui-state-hover, td#last_pager.ui-pg-button.ui-state-hover {
  border: none;
  border-right: 2px solid #d0e5f5;
  border-left: 1px solid #d0e5f5;
  background: #d0e5f5 url(../js/jquiery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}

td#first_pager.ui-pg-button.ui-state-hover, td#prev_pager.ui-pg-button.ui-state-hover {
  border: none;
  background: #d0e5f5 url(../js/jquiery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}

.ui-jqgrid .ui-pg-selbox {
  line-height: normal;
}

.ui-jqgrid-view .jqgrow {
  height: 34px;
}

.ui-jqgrid .ui-jqgrid-hbox {
  border-bottom: 1px solid #c0cfde !important;
  background-color: #fff;
}

.ui-jqgrid-view .jqgrow.ui-state-hover {
  background: #f9f9f9 !important;
  font-weight: 400 !important;
  color: #222 !important;
}

.ui-jqgrid-view .jqgrow.ui-state-hover td {
  border-bottom: 1px solid #ddd !important;
}

.ui-jqgrid-view tr td {
  padding: 6px 0px 4px 8px !important;
  font-size: 13px;
}

.ui-jqgrid-view tr th .ui-jqgrid-sortable {
  font-size: 11px;
  color: #666;
  font-weight: 600;
  text-transform: none;
}

.ui-jqgrid .ui-jqgrid-htable th {
  border-top: 0px solid #d9f1f8 !important;
  padding: 10px 2px 4px 8px !important;
  /* border-bottom:1px solid #c9e5f1 !important; */
}

.ui-jqgrid .ui-jqgrid-pager {
  background: #f7f7f7;
  border-bottom: 1px solid #f5f5f5 !important;
  border-top: 1px solid #fff !important;
  height: 37px !important;
  padding-top: 1px;
}

.ui-jqgrid .ui-pg-table td {
  font-size: 11px;
  color: #666;
  font-weight: 400;
}

.ui-jqgrid {
  padding-bottom: 0px !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-jqgrid-view .jqgrow.ui-state-highlight.ui-state-hover {
  background: #f7fafc !important;
}

.ui-datepicker-today .ui-state-default.ui-state-highlight {
  border-color: #a9d7ff;
  background: #e9f1f8  !important;
}

.ui-jqgrid tr.jqgrow.ui-state-highlight td {
  border-bottom: 1px solid #d1e2f1 !important;
}

.ui-jqgrid tr.ui-row-ltr td, .ui-jqgrid tr.jqgfirstrow td {
  border-right-width: 0px !important;
  border-left-width: 0px !important;
}

.ui-jqgrid tr.jqgrow td {
  border-bottom: 1px solid #eaeaea !important;
  border-top: none !important;
}

.ui-jqgrid-htable .ui-state-hover {
  color: #000 !important;
}

.ui-jqgrid .ui-jqgrid-htable th {
  background: #fff !important;
  border-top: 1px solid #fafdff !important;
}

.jqgfirstrow {
  background: #fff;
}

.ui-jqgrid .ui-jqgrid-pager {
  background: #f5f5f5 !important;
}

.ui-jqgrid-view tr.jqgfirstrow td {
  padding: 2px 0px 2px 8px !important;
}

.ui-jqgrid-resize {
  float: left;
}

.cell-wrapperleaf, .cell-wrapper {
  line-height: 16px;
}

.tree-wrap {
  padding-top: 1px;
}

.ui-jqgrid .ui-state-default.loading {
  border: 1px solid #b7cbdd !important;
  padding: 9px 43px;
  font-weight: 400;
  font-size: 12px;
  color: #37a1fb;
  background: #fff;
  top: 42%;
}

body {
  background-color: #FFFFFF;
  margin: 0;
}

h3 {
  color: #666666;
}

li {
  padding-top: 10px;
}

#DragableWidget {
  border: 1px solid #e8e8e8 !important;
  background: #eee !important;
  color: #777 !important;
  font-weight: normal !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
  padding: 4px 13px !important;
}

.active {
  color: #0B8CDE !important;
}

.ui-jqgrid .drag-event .ui-state-hover .cell-wrapper,
.ui-jqgrid .drag-event .ui-state-hover .cell-wrapperleaf {
  color: #999;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-decoration: none !important;
}

.ui-jqgrid .drag-event td {
  color: #999;
}

.gridRow {
  font-size: 7pt;
  height: 16px;
  text-decoration: none;
}

#scrollingContainer {
  overflow: auto;
}

.listRow {
  cursor: pointer;
  font-size: 7pt;
  height: 16px;
  text-decoration: none;
}

.formAreaBg {
  border-style: solid;
  border-width: 0 0 0 1px;
}

.formBody {
  font-size: 7pt;
}

.formBodyInfo {
  font-size: 12px;
  padding-bottom: 3px;
}

.menuBg {
  height: 900px;
}

.nodeBulletText {
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

.formInfo {
  background: url("../images/icon-info-small.png") no-repeat scroll 5px 7px #FFFFFF;
  border: 1px solid #e1f1ff;
  color: #333 !important;
  display: block;
  font-size: 12px !important;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 2px;
  padding: 9px 25px 7px;
  text-align: left !important;
}

.formText {
  padding-right: 10px;
}

textarea.formText {
  width: 100% !important;
}

.formTextReadOnly {
  width: 100% !important;
}

.advSearchText {
  cursor: pointer;
  padding: 3px;
  text-decoration: underline;
}

.button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: verdana,arial,sans-serif;
  font-size: 8pt;
  margin-right: 5px;
  padding: 1px;
}

.fieldInfo {
  font-size: 7pt;
  text-align: left;
}

.formError {
  color: #ED0000;
  font-size: 9pt;
  text-align: left;
}

.fieldError {
  color: #ED0000;
  display: block;
  font-size: 9pt;
  padding-left: 5px;
  vertical-align: middle;
}

.summary {
  background: url("../images/icon-err-small.png") no-repeat scroll 5px 7px #fff;
  border: 1px solid #f3b09b;
  color: #ff683a;
  padding: 9px 25px 7px;
  font-weight: 400;
}

.summary b {
  font-weight: 400;
  font-size: 12px;
}

div.crudForm table#formContainer tr[id$='_ROW'] > td.recordDtlFont span.help,
div.crudForm tr[id$='_ROW'] > td.recordLabel span.help,
div.crudForm tr[id$='_ROW'] td.dividerText span.help {
  background: url("../images/help-ico.png") no-repeat scroll 0 0 transparent;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 12px;
  margin: -14px -15px 0;
  padding: 0;
  position: relative;
  top: 15px;
  vertical-align: baseline;
  width: 12px;
  color: #6D7B8C;
}

div.crudForm tr[id$='_ROW'] td.recordLabel span.text {
  position: relative;
  top: 3px;
}

div.crudForm tr[id$='_ROW'] td.dividerText span.help {
  margin: -14px -14px 0;
  top: 9px;
}

div.crudForm table#formContainer tr[id$='_ROW'] > td.recordDtlFont span.help:hover,
div.crudForm tr[id$='_ROW'] > td.recordLabel span.help:hover {
  background: url("../images/help-ico.png") no-repeat scroll 0 -12px transparent;
}

.formHelp {
  border: 1px solid;
  cursor: pointer;
  font-size: 7pt;
  font-weight: normal;
  padding: 0 3px;
  text-decoration: none;
}

.tip, div#formHelp-description {
  background-color: #f7fafc;
  border: 1px solid #a0d3ff;
  border-radius: 0px;
  color: #666;
  padding: 5px;
  text-align: left;
  width: 350px;
  padding: 22px 25px 25px;
  font: 12px "Myriad Pro", Helvetica, Arial;
  line-height: 17px;
  z-index: 20000;
}

.tip .tipHeader, div#formHelp-description h2 {
  color: #281806;
  font-weight: 300;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNCM0NFNTFCNzExMzExRTU4M0Q0QjlGRDk1MTk3RTQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNCM0NFNTFDNzExMzExRTU4M0Q0QjlGRDk1MTk3RTQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0IzQ0U1MTk3MTEzMTFFNTgzRDRCOUZEOTUxOTdFNDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0IzQ0U1MUE3MTEzMTFFNTgzRDRCOUZEOTUxOTdFNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4M7W4jAAAAWElEQVR42mL8//8/AyWAcdSAQWAAEymKg1Z9k6fIACA4DjQknBIDOIF4OdCQdnINAIcbEFcADZlDrgEwEEWJAd+BWJNcA8Ca14VxPSTHgIvImqmSkAACDAB4UyrEMo4bWwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  padding-left: 12px;
  background-position: -10px -3px;
  font-size: 16px;
}

div#formHelp-description h2 {
  background-position: -10px 3px;
}

div#formHelpHolder {
  position: absolute;
  top: 31px;
  left: 700px;
}

div#formHelp-description div {
  padding-bottom: 10px;
}

div#formHelp-description ul, div#formHelp-description ol, .tip ul, .tip ol {
  padding-left: 14px;
}

.tip hr, div#formHelp-description hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #a0d3ff -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
  display: block;
  height: 1px;
  margin: 5px 0;
  padding: 0;
  color: #a0d3ff;
}

body .ui-tooltip {
  box-shadow: 1px 1px 2px #eee;
  max-width: 400px;
}

body .ui-tooltip ul {
  padding-left: 15px;
}

.tipHeader {
  font-weight: 600;
}

.loginBorder {
  border-color: #9AAEC6;
  border-style: solid;
  border-width: 1px;
}

.loginHeader {
  background-color: white;
  background-image: url("/rnimages/copper/boxHeaderBg.gif");
  background-repeat: repeat-x;
  color: #264151;
  font-size: 9pt;
  font-weight: 600;
  height: 20px;
}

.loginBody {
  color: #6D7B8C;
}

.loginInfo {
  background-color: #FFFFFF;
  color: #6D7B8C;
  font-size: 9pt;
  text-align: center;
}

.loginError {
  background-color: #FFFFFF;
  color: #CC0000;
  font-size: 9pt;
  text-align: left;
}

.loginFormItemDescr {
  border: 0 none;
  color: #6D7B8C;
  font-size: 9pt;
  text-align: right;
}

.loginFormItem {
  border: 0 none;
  color: #6D7B8C;
  font-size: 9pt;
  text-align: left;
}

.loginButton {
  background-color: #F4F4F3;
  background-image: url("rnimages/copper/boxHeaderBg.gif");
  background-repeat: repeat-x;
  border-color: #6D7B8C;
  color: #6D7B8C;
  font-size: 9pt;
  height: 18px;
  text-align: center;
}

a.page {
  color: blue;
  font-size: 8pt;
  margin: 4px;
  padding: 2px;
  text-decoration: none;
}

.customEmbeddedEditable td.activeGridHeaderCell {
  white-space: nowrap !important;
}

.customEmbeddedEditable td.gridRow:nth-child(2) {
  width: 160px;
}

.customEmbeddedEditable td.gridRow {
  height: 22px;
}

.customEmbeddedEditable {
  width: 100%;
}

.customEmbeddedEditable tbody tr td.gridRow {
  padding-bottom: 0px;
}

.customEmbeddedEditable tbody tr td.gridRow.rowActionCell {
  border: none;
  background: #fff !important;
}

.listRow {
  border-bottom: 1px solid #6D7B8C;
  color: #6D7B8C;
  cursor: pointer;
  font-size: 9pt;
}

.listCell {
  border-bottom: 1px solid #CCCCCC;
}

.formAreaBg {
  border-top: 0 none;
}

/*SLIDER*/
.ui_tpicker_unit_hide {
  display: none;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*SLIDER*/
.formHeader span {
  color: #444444;
  text-align: left;
  font-size: 14pt;
}

.header-item .formHeader {
  color: #343434;
  cursor: pointer;
  text-decoration: none;
  background: url(../images/icosearch-bg.png) 12px -22px no-repeat;
}

.header-item a {
  color: #999;
  cursor: pointer;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  padding: 13px 13px 10px 33px;
  border-left: 1px solid #eee;
}

.header-item {
  float: left;
  padding-top: 13px;
}

.crudForm {
  clear: both;
}

.formButton {
  font-size: 9.5px;
}

.formBody {
  background-color: transparent;
  border: medium none;
  color: #555;
  font-size: 9pt;
  background-color: #fff;
}

.recordBody .formBody {
  background: #fff;
}

.formBody table {
  border-collapse: separate;
}

table.topBar {
  margin-top: 0px;
}

.recordBody {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border: none;
  color: #6D7B8C;
  font-size: 9pt;
}

.formBodyInfo {
  color: #666;
  background: none;
  padding-left: 20px;
  padding-bottom: 0px;
}

.recordDtlFont {
  color: #666;
  font-size: 9pt;
  font-weight: normal;
  padding: 4px 10px 4px 0;
}

.formData .recordDtlFont {
  background-color: #f9f9f9 !important;
}

.recordLabel {
  color: #555;
  font-size: 12px;
  font-weight: normal;
  padding: 8px 17px 4px 5px;
}

div.crudForm td.recordBody tr.recordDtlRow td.recordData {
  background-color: #fff;
}

div.crudForm td.recordBody tr.recordDtlRow td.recordData td.recordData {
  background-color: #f9f9f9;
}

.recordData .recordData {
  padding-left: 0;
}

.dashboardDetailFont td {
  color: #444444;
  font-size: 8pt;
  background-color: transparent !important;
}

#tblMessages .formBody .message-col {
  padding: 0 10px 0 27px;
  font-size: 8pt;
  color: #444;
  background: url(../images/ico-message.png) no-repeat scroll 5px center;
  text-align: left;
  width: 80%;
}

#tblMessages .formBody .message-col a {
  padding-left: 4px;
  font-size: 8pt;
}

#tblMessages .formBody .recordDtlFont {
  font-weight: bold;
  color: #666;
}

#tblMessages .formBody hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-left: 0 none;
  border-right: 0 none;
  border-top-style: none;
  border-bottom: 1px dotted #e8f0f3 !important;
  border-width: 1px 0;
  display: block;
  height: 1px;
  margin: 5px 0;
  padding: 0;
}

.searchTypeCell {
  padding: 5px;
}

.searchTypeCell input {
  margin-left: 15px;
}

.formData {
  color: #444444;
  font-size: 8pt;
}

.formInfo {
  color: #444444;
}

.fieldInfo {
  color: #444444;
}

.formItem {
  color: black;
  padding-right: 5px;
}

table.changed {
  border: 5px solid #f18d80;
}

tr.recordDtlRow.changed {
  background-color: #f18d80;
  color: #f5f5f5;
}

div.historyLegend {
  width: 140px;
  position: absolute;
  bottom: 0;
  right: 35px;
  display: inline;
}

div.historyLegend > span:first-child {
  background-color: #f18d80;
  height: 100%;
  width: 20px;
  position: absolute;
}

div.historyLegend > span:last-child {
  float: right;
  font-size: 11px;
  color: #444444;
}

.formHelp {
  color: #798b96;
  border: none;
  font-size: 12px;
  padding: 2px 0px 3px 18px;
  display: inline;
  text-decoration: underline;
  margin-bottom: 3px;
  background: url(../images/help-ico-top.png) no-repeat scroll left center;
}

select.formText.inputControl, input.formText.inputControl, textarea.formText.inputControl {
  border: 0 solid #EEEEEE;
  font-size: 8pt;
  height: 26px;
  outline: medium none;
  width: 96%;
  padding-right: 1px;
}

.gridRow, .formBody table tr td.gridRow {
  /* background-color: #FFFFFF; */
  font-weight: normal;
  /* background-color:#FFFFFF; */
  font-size: 13px;
  padding-left: 3px;
}

form {
  margin: 0 20px 0 0;
}

INPUT.button {
  background: url("rnimages/brm/buttonsubcan.png") no-repeat scroll 0 0 #FFFFFF;
  border-color: -moz-use-text-color;
  border-style: none;
  border-width: 0 medium 0 0;
  color: #666666;
  cursor: pointer;
  height: 22px;
  padding-bottom: 3px;
  position: relative;
  width: 83px;
}

.button {
  border: 2px solid #DBDBDB;
  color: #009933;
  font-style: italic;
  font-weight: bold;
  padding: 5px;
}

.buttonEnding {
  background: url("rnimages/brm/end.gif") no-repeat scroll 0 0 transparent;
  display: inline;
  height: 22px;
  margin-left: -10px;
  position: absolute;
  width: 7px;
}

#content {
  clear: left;
}

.nav {
  color: #000000;
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.75em;
  padding: 3px 10px 0 5px;
  text-align: right;
}

.collapseTab {
  background-image: url("rnimages/brm/horizColapseBtn.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
}

.expandTab {
  background-image: url("rnimages/brm/horizExpandBtn.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
}

.selectedTabMid {
  background: url("../images/menu-bg-sel.png") repeat-x scroll 0 0 transparent;
  color: #056099;
  font-weight: bold;
}

.menuBg {
  background: #f0f3f6;
  border-right: 1px solid #e9e9e9;
  vertical-align: top;
}

.nodeBulletText {
  color: #B5B8DB;
}

a {
  color: #0B8CDE;
}

a:hover {
  color: #006eb4;
}

a.disabledButton {
  pointer-events: none;
  cursor: default;
  background-color: #ddd;
  border-color: #d7d7d7;
}

.return-btn {
  position: relative;
  top: initial;
  transform: initial;
  color: #006eb4;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  margin: 0 10px 0 0px;
  padding: 0px 6px 0 0px;
  line-height: 28px;
  width: 18px;
  background: url("../images/ico-return.png") no-repeat scroll 0px 6px transparent;
  text-decoration: none;
}

.relatedListHeader .return-btn {
  top: 7px;
}

.dashboard-btn {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #0B8CDE;
  cursor: pointer;
  /* display: block; */
  font: normal 11px/20px "Myriad Pro", Arial,Helvetica,sans-serifial;
  text-decoration: none;
  padding-left: 24px;
  background: url("../images/icoDashboard.png") no-repeat scroll 8px 0px transparent;
}

.dashboard-btn:hover {
  color: #006eb4;
}

.recordData a {
  color: #0B8CDE;
}

.gird-edit {
  color: #0B8CDE !important;
}

.additional-options {
  margin-right: 20px;
}

.scrollingContainer span.addInner {
  margin-left: -10px;
}

.scrollingContainer span.delInner {
  margin-left: -8px;
  float: left;
}

.scrollingContainer span.add {
  margin-left: -10px;
}

.scrollingContainer span.del {
  margin-left: -8px;
  float: left;
}

.formBody .description {
  padding: 5px 9px;
  background-color: #fff !important;
  border-bottom: 1px dotted #ddd;
}

.formBody .recordDtlFont {
  background-color: #f9f9f9;
  padding-bottom: 5px;
  padding-right: 18px;
  height: 18px;
  line-height: 18px;
}

.formBody .formData a.recordDtlFont {
  color: #0B8CDE !important;
  font-size: 9pt;
  margin: 0px;
  display: block;
}

.formBody .formData {
  padding-left: 5px;
  font-size: 9pt;
}

.formBody .formData .recordDtlFont {
  padding-bottom: 4px;
  vertical-align: top;
  border: none;
}

.formButtons tr td {
  height: 22px;
  padding: 5px 15px 5px;
  background-color: transparent !important;
}

#tblMessages .formBody {
  padding-top: 5px;
}

.errorMessage {
  position: absolute;
  top: 30%;
  left: 24%;
  font-size: 22px;
  font-weight: bold;
  color: red;
  text-align: center;
}

.google-visualization-table-table {
  font-size: 8pt !important;
}

.google-visualization-table-sorthdr {
  text-align: left !important;
  line-height: 13px;
}

.start-search #search_form .formBody {
  padding-top: 0;
}

.start-search {
  background: #f4f4f4;
  margin-bottom: 10px;
  border: 1px solid #eee;
  width: 100%;
}

.start-search #search_form table tr td table {
  background: none repeat scroll 0 0 transparent !important;
}

.start-search #search_form .formBody table {
  background: url("../images/start-mag.png") no-repeat scroll 18px 13px transparent;
}

.start-search #search_form .formBody .searchTypeCell, .start-search #search_form .formBody .fieldError {
  padding: 0;
}

.start-search #search_form .formBody .searchTypeCell select {
  width: 200px;
}

.ui-widget {
  font: 13px "Myriad Pro", Arial, Helvetica;
}

.ui-dialog {
  color: #444444;
  font: 13px "Myriad Pro", Arial, Helvetica;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px #ccc;
}

.ui-dialog .ui-widget-content {
  font-size: 13px;
  overflow: overlay;
  clear: both;
}

.ui-dialog .ui-dialog-titlebar {
  font-weight: 300;
  font-size: 22px;
  border-bottom: 1px solid #eee;
  padding: 0.4em 1em 0.1em;
  margin-bottom: 10px;
}

.dialog-lookup {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  box-shadow: 0px 2px 4px #aaa;
  padding-bottom: 10px;
}

.dialog-lookup .ui-widget-header, .ui-widget-header {
  background: none;
  border: none;
  color: #444444;
  font-size: 18px;
  height: 37px;
  margin: 5px 0 5px;
  font-weight: normal;
}

.rateLookup {
  background: url("../images/app-icons/icoManageRateClasses.png") no-repeat scroll left top transparent;
  height: 27px;
  display: block;
  padding: 8px 48px 8px 48px;
}

.icoLookup {
  background: url("../images/app-icons/icoLookup.png") no-repeat scroll left top transparent;
  height: 27px;
  display: block;
  padding: 8px 48px 8px 48px;
  font-weight: 300;
  font-size: 22px;
}

.dialog-lookup .ui-widget-header .ui-icon, .ui-widget-header .ui-icon-closethick {
  background: url("../images/modal-close.png") no-repeat scroll left top transparent;
  display: block;
  width: 25px;
  height: 23px;
}

.dialog-lookup .ui-state-hover .ui-icon.ui-icon-closethick, .ui-state-focus .ui-icon {
  background: url("../images/modal-close.png") no-repeat scroll left -22px transparent;
  cursor: pointer !important;
}

.dialog-lookup .ui-dialog-titlebar .ui-state-hover {
  background: none;
  border: none;
}

.dialog-lookup .ui-dialog-titlebar-close {
  margin: -15px 10px 0 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  top: 25%;
  height: auto;
  width: auto;
}

.lookup-name {
  font-weight: bold;
  padding-right: 10px;
  font-size: 11px;
  text-align: right;
}

.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #fff;
}

.lookup-form {
  margin-bottom: 15px;
}

.lookup-clear {
  background: url("../images/clear-left.png") no-repeat scroll left top transparent;
  padding: 2px 12px 2px 10px;
  width: 16px;
  height: 16px;
  display: inline;
  margin-left: -27px;
  cursor: pointer;
}

.lookup-clear:hover {
  background-position: left -18px;
  cursor: pointer;
}

.fileupload .lookup-clear {
  margin-left: 4px;
}

input.disableit {
  color: #444;
  background: #f6f6f6 !important;
  border-color: #e0e0e0;
}

.history-option {
  background: url("../images/history-ico.png") no-repeat scroll right top transparent;
  padding: 2px 4px 0px 6px;
  margin-top: 2px;
  float: right;
  margin-right: 4px;
}

.icoHistory {
  background: url("../images/icoHistory.png") no-repeat scroll left top transparent;
  height: 27px;
  display: block;
  padding: 8px 48px 8px 48px;
}

.history-option:hover {
  background-position: right -19px;
}

.up-icon {
  background: url("../images/batch-arrow-up.png") no-repeat scroll 5px 4px transparent;
}

#menu-recycle {
  position: fixed;
  bottom: 0px;
  background: url("../images/lm-left-g.png") no-repeat scroll left 8px #efefef;
  width: 315px;
  padding-bottom: 5px;
  border-top: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
}

#menu-recycle a {
  padding: 7px 0 7px 47px;
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #555;
  background: url("../images/menu-icons/icoRecycleBin.png") no-repeat 14px top;
}

#menu-recycle a:hover {
  background-position: 14px -28px;
  color: #333;
}

#app-main-content .RecycleBin {
  background: url("../images/app-icons/icoRecycleBin.png") no-repeat scroll left top transparent !important;
}

.returnToList {
  width: 10%;
  vertical-align: top;
}

.totalRow {
  font-weight: bold;
  background: #e7ffdc none !important;
}

.totalRow td {
  font-weight: bold !important;
}

.button-area {
  position: relative;
  margin-left: -1%;
  margin-top: -21px;
  text-align: center;
}

td.button-area {
  width: 94%;
}

td.return-btn {
  text-align: right;
  background-image: none;
  /*width: 16%;*/
  padding: 0 0 0 40px;
}

td.return-btn a.return-btn {
  color: gray;
  padding: 0;
  background-position: 8px;
  padding: 0px 6px 0 0px;
}

table.relatedListHeader {
  margin-top: -26px;
  width: 100%;
}

.specialLink {
  padding: 6px 15px 4px 10px !important;
}

.specialLink span, .specialLink span:hover {
  background: url("../images/btn-ico-asso.png") no-repeat !important;
  color: #444;
  padding-left: 16px;
}

.mail-info {
  /*width: 600px;*/
  clear: both;
  color: #444;
}

.mail-info .iTitle {
  font-size: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #CECECE;
  min-height: 27px;
  margin-top: 8px;
}

.mail-info .iTitle label {
  display: block;
  float: left;
  width: 100px;
  padding-top: 0px;
  clear: both;
}

.mail-info .iTitle span {
  display: block;
  position: relative;
  font-weight: bold;
  border: none;
  background: none;
  width: 84%;
  padding-bottom: 4px;
}

.mail-info .iEmail {
  clear: both;
  min-height: 15px;
  border-bottom: 1px dotted #CECECE;
  padding-bottom: 5px;
}

.mail-info .iEmail label {
  display: block;
  float: left;
  width: 100px;
  font-size: 11px;
  margin-top: 2px;
}

.mail-info .iEmail span {
  display: block;
  position: relative;
  width: 84%;
  margin-top: 6px;
  font-size: 12px;
}

.mail-content {
  padding: 15px 5px;
  line-height: 18px;
  font-size: 13px;
  color: #444;
  border-bottom: 1px solid #CECECE;
}

.ui-widget-content {
  border: none !important;
}

.ui-button-text-only .ui-button-text {
  padding: 0 !important;
}

.ui-jqgrid .ui-pg-input {
  font-size: 1em !important;
}

div#app-main div#searchForm {
  padding-bottom: 0px;
}

.ui-jqgrid tr.jqgrow {
  background: #fff;
}

/*** INSERT FIELD ***/
#selectedField:before {
  content: '\A';
}

.field-options {
  background-color: #ececec;
  padding: 3px 0px 1px 6px;
}

a.insert, a.operator, a.function, a.syntax {
  padding: 2px 8px;
}

a.insert:hover, a.operator:hover, a.function:hover, a.syntax:hover {
  color: #444;
}

a.insert span {
  background: url("../images/ico-plus-btn.png") no-repeat left center !important;
  padding-left: 12px;
}

a.operator span {
  background: url("../images/ico-operator-btn.png") no-repeat left center !important;
  padding-left: 14px;
}

a.function span {
  background: url("../images/ico-fun-btn.png") no-repeat left center !important;
  padding-left: 15px;
}

a.syntax span {
  background: url("../images/ico-syntax-btn.png") no-repeat left center !important;
  padding-left: 12px;
}

input.join {
  padding-left: 13px;
}

/**INSERT FIELD*/
.tree-leaf.treeclick {
  background-image: url(../images/tree-leaf.png);
  background-position: 3px 0px;
}

td.joined {
  white-space: nowrap;
  overflow: hidden;
}

td.joined textarea.formText.inputControl {
  outline: none;
  box-shadow: none;
  resize: none;
  color: #333;
}

.uk-htmleditor-navbar {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/*
 * Micro clearfix
 */
.uk-htmleditor-navbar:before,
.uk-htmleditor-navbar:after {
  content: "";
  display: table;
}

.uk-htmleditor-navbar:after {
  clear: both;
}

/* Sub-object `uk-htmleditor-navbar-nav`
 ========================================================================== */
.uk-htmleditor-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.uk-htmleditor-navbar-nav > li {
  float: left;
}

/*
 * 1. Dimensions
 * 2. Style
 */
.uk-htmleditor-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 41px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #444444;
  font-size: 11px;
  cursor: pointer;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  text-shadow: 0 1px 0 #ffffff;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-htmleditor-navbar-nav > li:hover > a,
.uk-htmleditor-navbar-nav > li > a:focus {
  background-color: #fafafa;
  color: #444444;
  outline: none;
  /* 2 */
  position: relative;
  z-index: 1;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* OnClick */
.uk-htmleditor-navbar-nav > li > a:active {
  background-color: #eeeeee;
  color: #444444;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* Active */
.uk-htmleditor-navbar-nav > li.uk-active > a {
  background-color: #fafafa;
  color: #444444;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* Sub-object: `uk-htmleditor-navbar-flip`
 ========================================================================== */
.uk-htmleditor-navbar-flip {
  float: right;
}

/* Sub-object for special buttons
 ========================================================================== */
[data-mode='split'] .uk-htmleditor-button-code,
[data-mode='split'] .uk-htmleditor-button-preview {
  display: none;
}

/* Sub-object `uk-htmleditor-content`
 ========================================================================== */
.uk-htmleditor-content {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*
 * Micro clearfix
 */
.uk-htmleditor-content:before,
.uk-htmleditor-content:after {
  content: "";
  display: table;
}

.uk-htmleditor-content:after {
  clear: both;
}

/* Modifier `uk-htmleditor-fullscreen`
 ========================================================================== */
.uk-htmleditor-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}

.uk-htmleditor-fullscreen .uk-htmleditor-content {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
}

.uk-htmleditor-fullscreen .uk-icon-expand:before {
  content: "\f066";
}

/* Sub-objects `uk-htmleditor-code` and `uk-htmleditor-preview`
 ========================================================================== */
.uk-htmleditor-code,
.uk-htmleditor-preview {
  box-sizing: border-box;
  font-size: 13px;
}

.uk-htmleditor-preview {
  padding: 20px;
  overflow-y: scroll;
  position: relative;
}

/*
 * Tab view
 */
[data-mode='tab'][data-active-tab='code'] .uk-htmleditor-preview,
[data-mode='tab'][data-active-tab='preview'] .uk-htmleditor-code {
  display: none;
}

/*
 * Split view
 */
[data-mode='split'] .uk-htmleditor-code,
[data-mode='split'] .uk-htmleditor-preview {
  float: left;
  width: 50%;
}

[data-mode='split'] .uk-htmleditor-code {
  border-right: 1px solid #eeeeee;
}

/* Sub-object `uk-htmleditor-iframe`
 ========================================================================== */
.uk-htmleditor-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CodeMirror modifications
 ========================================================================== */
.uk-htmleditor .CodeMirror {
  padding: 10px;
  box-sizing: border-box;
}

/*
     * Apply same `border-radius` as `uk-htmleditor-navbar`
     */
.uk-htmleditor-navbar-nav:first-child > li:first-child > a {
  border-top-left-radius: 4px;
}

/*
     * Sub-modifier `uk-htmleditor-navbar-flip`
     */
/* Collapse border */
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav > li > a {
  margin-left: 0;
  margin-right: -1px;
}

/* Apply same `border-radius` as `uk-htmleditor-navbar` */
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:first-child > li:first-child > a {
  border-top-left-radius: 0;
}

.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:last-child > li:last-child > a {
  border-top-right-radius: 4px;
}

/*
     * Sub-modifier `uk-htmleditor-fullscreen`
     */
.uk-htmleditor-fullscreen .uk-htmleditor-navbar {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.uk-htmleditor-fullscreen .uk-htmleditor-content {
  border: none;
  border-radius: 0;
}

.uk-htmleditor-fullscreen .uk-htmleditor-navbar-nav > li > a {
  border-radius: 0 !important;
}

.relatedFormEditButton, .relatedFormCopyButton, .relatedFormDeleteButton, .relatedFormSubmitButton, .relatedFormNewButton, .relatedFormCancelButton {
  float: right;
}

.relatedGroup {
  width: 100%;
}

#relatedGroupPopup {
  overflow: hidden;
}

.centerDivCollapsingPopupUp {
  display: table;
  margin: 0 auto;
  margin-top: 40px;
}

.centerDivCollapsingPopupDown {
  display: table;
  margin: 0 auto;
  margin-top: -47px;
}

.relatedForms .subheader {
  display: block;
  font-size: 11px;
  color: #777;
}

.left-side {
  float: left;
  width: 23%;
}

.right-side {
  float: right;
  width: 75%;
}

.tree-add-btn-rates {
  width: 19px;
  height: 19px;
  background: url("../images/tree-add-btn-rates.png") no-repeat left -19px;
  display: block;
  margin: auto;
}

.tree-add-btn-rates:hover {
  background: url("../images/tree-add-btn-rates.png") no-repeat left top;
  display: block;
  margin: auto;
}

.tree-add-btn {
  width: 19px;
  height: 19px;
  background: url("../images/tree-add-btn.png") no-repeat left top;
  display: block;
  margin: auto;
}

.tree-add-btn:hover {
  background: url("../images/tree-add-btn.png") no-repeat left -19px;
  display: block;
  margin: auto;
}

.treeViewOptions, .treeViewSecOptions {
  padding: 3px 0 4px 6px;
  font-size: 11px;
  color: #444;
}

.treeViewOptions input[type="radio"] {
  top: 3px;
  position: relative;
  margin-left: 10px;
}

.treeViewSecOptions {
  background-color: #ECF4F9;
}

.ui-jqgrid .darker-bg tr.jqgrow {
  background: #fafafa;
}

.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.ui-datepicker-close, .ui-datepicker-current {
  margin-bottom: 5px !important;
}

.formBody table tr td table tr td.recordDtlFont.edit-row {
  background: #fff;
}

.formBody .formData a.recordDtlFont {
  background-color: #fff !important;
  margin-top: -24px;
  display: block;
  font-size: 13px;
}

.formBody .recordDtlFont {
  background: #fff;
}

.formBody table tr td table tr td.edit-row input, .formBody table tr td table tr td.edit-row select {
  margin-left: 5px;
}

.ui-jqgrid .ui-pg-selbox {
  line-height: 13px !important;
  height: 25px !important;
}

.recordDtlFont input[type="radio"] {
  margin-top: 3px;
}

/* CALENDAR */
.ui-datepicker.ui-widget-content {
  width: 25em;
  box-shadow: 0px 2px 2px #ccc;
  background-color: #fafafa;
}

.ui-corner-all {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.ui-datepicker-header.ui-datepicker-title {
  background: #fff;
  font-weight: 300;
}

.ui-datepicker-calendar .ui-state-default {
  background: #fff;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  padding: 6px;
}

.ui-datepicker .ui-datepicker-title span {
  font-weight: 300;
}

.ui-datepicker-calendar > thead > tr {
  background-color: #f4f4f4;
}

.ui-datepicker .ui-datepicker-prev span.ui-icon-circle-triangle-w {
  background-image: url("../images/calendar-arrow-left.png");
  background-position: 11px 9px;
  width: 100%;
  height: 100%;
  padding: 7px;
  margin: 0px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span.ui-icon-circle-triangle-e {
  background-image: url("../images/calendar-arrow-right.png");
  background-position: 11px 9px;
  width: 100%;
  height: 100%;
  padding: 7px;
  margin: 0px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.ui-datepicker a.ui-datepicker-next, .ui-datepicker a.ui-datepicker-prev {
  border-color: #eee;
}

.ui-datepicker .ui-datepicker-next span.ui-icon-circle-triangle-e:hover, .ui-datepicker .ui-datepicker-prev span.ui-icon-circle-triangle-w:hover {
  background-position: 11px -31px;
}

.ui-widget-content .ui-timepicker-div select.ui-state-default {
  border: 1px solid #ddd;
  font-weight: 300;
  color: #666;
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
}

.ui-timepicker-div dt {
  font-weight: 400;
  font-size: 12px;
}

.formHeader span {
  color: #444444;
  text-align: left;
  font-size: 14pt;
}

.crudForm {
  clear: both;
}

.formButton {
  font-size: 9.5px;
}

.formBody {
  background-color: transparent;
  border: medium none;
  color: #555;
  font-size: 9pt;
  background-color: #fff;
}

.recordBody .formBody {
  background: #fff;
}

.formBody table {
  border-collapse: separate;
}

table.topBar {
  margin-top: 0px;
}

.recordBody {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border: none;
  color: #6D7B8C;
  font-size: 9pt;
}

.divider {
  /*padding: 15px 0px 8px 0px;
    background-color:#fff !important;*/
}

.dividerText, .recordDtlRow td table tr td.dividerText, .ui-accordion h3.ui-accordion-header {
  color: #444;
  font-size: 17px;
  font-weight: 300;
  padding: 11px 11px 5px 8px;
  text-align: left;
  background-color: #fff !important;
  border: 1px solid #a9d5ff;
  border-width: 0px 0px 1px;
  border-top-color: #e3ecf3;
  text-transform: none;
}

.ui-accordion h3.ui-accordion-header {
  border-top: none;
  padding-top: 23px;
}

.divider .dividerText, .recordDtlRow td.divider table tr td.dividerText, .ui-accordion h3.ui-accordion-header {
  border-width: 0px 0px 2px;
  font-weight: 300;
  padding-top: 23px;
  padding-bottom: 6px;
  font-size: 19px;
  color: #111;
}

.recordDtlRow td.divider {
  padding-bottom: 0px;
}

.recordDtlRow td.divider {
  border-bottom: 0px solid #fff;
}

.embedded {
  background: url(../images/ico-object.png) left 14px no-repeat;
  padding-left: 21px !important;
  font-size: 16px;
  font-weight: 300;
}

.divider.details {
  padding: 15px 0px 0px 0px;
}

.formBodyInfo {
  color: #666;
  background: none;
  padding-left: 20px;
  padding-bottom: 0px;
}

.recordDtlFont {
  color: #666;
  font-size: 9pt;
  font-weight: normal;
  padding: 4px 10px 4px 0;
}

.formData .recordDtlFont {
  background-color: #f9f9f9 !important;
}

.recordLabel {
  color: #555;
  font-size: 12px;
  font-weight: normal;
  padding: 8px 17px 4px 5px;
}

div.crudForm td.recordBody tr.recordDtlRow td.recordData {
  background-color: #fff;
}

div.crudForm td.recordBody tr.recordDtlRow td.recordData td.recordData {
  background-color: #f9f9f9;
}

.recordData .recordData {
  padding-left: 0;
}

.dashboardDetailFont td {
  color: #444444;
  font-size: 8pt;
  background-color: transparent !important;
}

#tblMessages .formBody .message-col {
  padding: 0 10px 0 27px;
  font-size: 8pt;
  color: #444;
  background: url(../images/ico-message.png) no-repeat scroll 5px center;
  text-align: left;
  width: 80%;
}

#tblMessages .formBody .message-col a {
  padding-left: 4px;
  font-size: 8pt;
}

#tblMessages .formBody .recordDtlFont {
  font-weight: bold;
  color: #666;
}

#tblMessages .formBody hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-left: 0 none;
  border-right: 0 none;
  border-top-style: none;
  border-bottom: 1px dotted #e8f0f3 !important;
  border-width: 1px 0;
  display: block;
  height: 1px;
  margin: 5px 0;
  padding: 0;
}

.searchTypeCell {
  padding: 5px;
}

.searchTypeCell input {
  margin-left: 15px;
}

.formData {
  color: #444444;
  font-size: 8pt;
}

.formInfo {
  color: #444444;
}

.fieldInfo {
  color: #444444;
}

.formItem {
  color: black;
  padding-right: 5px;
}

.recordDtlRow {
  height: 10pt;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f9f9f9;
}

.recordDtlRow td {
  border-bottom: 1px solid #e9e9e9;
}

.recordDtlRow td table tr td {
  border-bottom: none;
}

.recordDtlRow td table tr td {
  border-bottom: inherit;
}

table.changed {
  border: 5px solid #f18d80;
}

tr.recordDtlRow.changed {
  background-color: #f18d80;
  color: #f5f5f5;
}

div.historyLegend {
  width: 140px;
  position: absolute;
  bottom: 0;
  right: 35px;
  display: inline;
}

div.historyLegend > span:first-child {
  background-color: #f18d80;
  height: 100%;
  width: 20px;
  position: absolute;
}

div.historyLegend > span:last-child {
  float: right;
  font-size: 11px;
  color: #444444;
}

.formHelp {
  color: #798b96;
  border: none;
  font-size: 12px;
  padding: 2px 0px 3px 18px;
  display: inline;
  text-decoration: underline;
  margin-bottom: 3px;
  background: url(../images/help-ico-top.png) no-repeat scroll left center;
}

div#formHelp-description {
  min-width: 250px;
  max-width: 500px;
}

select.formText.inputControl, input.formText.inputControl, textarea.formText.inputControl {
  border: 0 solid #EEEEEE;
  font-size: 8pt;
  height: 26px;
  outline: medium none;
  width: 96%;
  padding-right: 1px;
}

.gridRow, .formBody table tr td.gridRow {
  /* background-color: #FFFFFF; */
  font-weight: normal;
  /* background-color:#FFFFFF; */
  font-size: 13px;
  padding-left: 3px;
}

form {
  margin: 0 20px 0 0;
}

INPUT.button {
  background: url("rnimages/brm/buttonsubcan.png") no-repeat scroll 0 0 #FFFFFF;
  border-color: -moz-use-text-color;
  border-style: none;
  border-width: 0 medium 0 0;
  color: #666666;
  cursor: pointer;
  height: 22px;
  padding-bottom: 3px;
  position: relative;
  width: 83px;
}

.button {
  border: 2px solid #DBDBDB;
  color: #009933;
  font-style: italic;
  font-weight: bold;
  padding: 5px;
}

.buttonEnding {
  background: url("rnimages/brm/end.gif") no-repeat scroll 0 0 transparent;
  display: inline;
  height: 22px;
  margin-left: -10px;
  position: absolute;
  width: 7px;
}

#content {
  clear: left;
}

.nav {
  color: #000000;
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.75em;
  padding: 3px 10px 0 5px;
  text-align: right;
}

.collapseTab {
  background-image: url("rnimages/brm/horizColapseBtn.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
}

.expandTab {
  background-image: url("rnimages/brm/horizExpandBtn.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
}

.selectedTabMid {
  background: url("../images/menu-bg-sel.png") repeat-x scroll 0 0 transparent;
  color: #056099;
  font-weight: bold;
}

.menuBg {
  background: #f6f6f6;
  border-right: 1px solid #e9e9e9;
  vertical-align: top;
}

.nodeBulletText {
  color: #B5B8DB;
}

a {
  color: #0B8CDE;
}

a:hover {
  color: #006eb4;
}

.return-btn:hover {
  background-position: 0px -18px;
}

.dashboard-btn {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #0B8CDE;
  cursor: pointer;
  /* display: block; */
  font: normal 11px/20px "Myriad Pro", Arial,Helvetica,sans-serifial;
  text-decoration: none;
  padding-left: 24px;
  background: url("../images/icoDashboard.png") no-repeat scroll 8px 0px transparent;
}

.dashboard-btn:hover {
  color: #006eb4;
}

.recordData a {
  color: #0B8CDE;
}

.gird-edit {
  color: #0B8CDE !important;
}

.additional-options {
  margin-right: 20px;
}

.scrollingContainer span.add {
  margin-left: -10px;
}

.scrollingContainer span.del {
  margin-left: -8px;
  float: left;
}

.formBody .description {
  padding: 5px 9px;
  background-color: #fff !important;
  border-bottom: 1px dotted #ddd;
}

.formBody .recordDtlFont {
  background-color: #f9f9f9;
  padding-bottom: 5px;
  padding-right: 18px;
  height: 18px;
  line-height: 18px;
}

.formBody .formData a.recordDtlFont {
  color: #0B8CDE !important;
  font-size: 9pt;
  margin: 0px;
  display: block;
}

.formBody .formData {
  padding-left: 5px;
  font-size: 9pt;
}

.formBody .formData .recordDtlFont {
  padding-bottom: 4px;
  vertical-align: top;
  border: none;
}

.formButtons tr td {
  height: 22px;
  padding: 5px 15px 5px;
  background-color: transparent !important;
}

#search_form .formBody {
  background: none repeat scroll 0 0 transparent;
}

#search_form .formBody table {
  background-color: #fff;
  padding-bottom: 3px;
}

#tblMessages .formBody {
  padding-top: 5px;
}

.errorMessage {
  position: absolute;
  top: 30%;
  left: 24%;
  font-size: 22px;
  font-weight: bold;
  color: red;
  text-align: center;
}

.google-visualization-table-table {
  font-size: 8pt !important;
}

.google-visualization-table-sorthdr {
  text-align: left !important;
  line-height: 13px;
}

.start-search #search_form .formBody {
  padding-top: 0;
}

.start-search {
  background: #f4f4f4;
  margin-bottom: 10px;
  border: 1px solid #eee;
  width: 100%;
}

.start-search #search_form table tr td table {
  background: none repeat scroll 0 0 transparent !important;
}

.start-search #search_form .formBody table {
  background: url("../images/start-mag.png") no-repeat scroll 18px 13px transparent;
}

.start-search #search_form .formBody .searchTypeCell, .start-search #search_form .formBody .fieldError {
  padding: 0;
}

.start-search #search_form .formBody .searchTypeCell select {
  width: 200px;
}

.ui-widget {
  font: 13px "Myriad Pro", Arial, Helvetica;
}

.ui-dialog {
  color: #444444;
  font: 13px "Myriad Pro", Arial, Helvetica;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px #ccc;
}

.ui-dialog .ui-widget-content {
  font-size: 13px;
  overflow: overlay;
  clear: both;
}

.ui-dialog .ui-dialog-titlebar {
  font-weight: 300;
  font-size: 22px;
  border-bottom: 1px solid #eee;
  padding: 0.4em 1em 0.1em;
  margin-bottom: 10px;
}

.dialog-lookup {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  box-shadow: 0px 2px 4px #aaa;
  padding-bottom: 10px;
}

.dialog-lookup .ui-widget-header, .ui-widget-header {
  background: none;
  border: none;
  color: #444444;
  font-size: 18px;
  height: 37px;
  margin: 5px 0 5px;
  font-weight: normal;
}

.dialog-lookup #packageOrProduct {
  margin-top: -8px;
}

.dialog-lookup #searchLabel {
  padding-right: 10px;
  font-size: 12px;
}

.dialog-lookup .treeViewOptions {
  padding-left: 15px;
}

.rateLookup {
  background: url("../images/app-icons/icoManageRateClasses.png") no-repeat scroll left top transparent;
  height: 27px;
  display: block;
  padding: 8px 48px 8px 48px;
}

.icoLookup {
  background: url("../images/app-icons/icoLookup.png") no-repeat scroll left top transparent;
  height: 37px;
  display: block;
  padding: 8px 48px 9px 48px;
  font-weight: 300;
  font-size: 22px;
}

.dialog-lookup .ui-widget-header .ui-icon, .ui-widget-header .ui-icon-closethick {
  background: url("../images/modal-close.png") no-repeat scroll left top transparent;
  display: block;
  width: 25px;
  height: 23px;
}

.dialog-lookup .ui-state-hover .ui-icon.ui-icon-closethick, .ui-state-focus .ui-icon {
  background: url("../images/modal-close.png") no-repeat scroll left -22px transparent;
  cursor: pointer !important;
}

.dialog-lookup .ui-dialog-titlebar .ui-state-hover {
  background: none;
  border: none;
}

.dialog-lookup .ui-dialog-titlebar-close {
  margin: -15px 10px 0 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  top: 25%;
  height: auto;
  width: auto;
}

.lookup-name {
  font-weight: bold;
  padding-right: 10px;
  font-size: 11px;
  text-align: right;
}

.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #fff;
}

.lookup-form {
  margin-bottom: 15px;
}

.lookup-clear {
  background: url("../images/clear-left.png") no-repeat scroll left top transparent;
  padding: 4px 12px 2px 10px;
  width: 16px;
  height: 16px;
  display: inline;
  margin-left: -27px;
  cursor: pointer;
}

.lookup-clear:hover {
  background-position: left -18px;
  cursor: pointer;
}

input.disableit {
  color: #444;
  background: #f6f6f6 !important;
  border-color: #e0e0e0;
}

.history-option {
  background: url("../images/history-ico.png") no-repeat scroll right top transparent;
  padding: 3px 4px 0px 6px;
  margin-top: 2px;
  float: right;
  margin-right: 4px;
}

.icoHistory {
  background: url("../images/icoHistory.png") no-repeat scroll left top transparent;
  height: 36px;
  display: block;
  padding: 8px 48px 8px 48px;
}

.history-option:hover {
  background-position: right -19px;
}

.lookup-option img {
  border: none;
}

.batch-actions {
  display: block;
  padding-left: 24px;
  background: url("../images/batch-arrow.png") no-repeat scroll 5px 9px transparent;
}

.up-icon {
  background: url("../images/batch-arrow-up.png") no-repeat scroll 5px 4px transparent;
}

#menu-recycle {
  position: fixed;
  bottom: 0px;
  background: #f2f2f2;
  width: 290px;
  padding: 3px 0px 4px;
  border-top: 1px solid #c9d4dc;
  border-right: 1px dotted #ddd;
}

#menu-recycle a {
  padding: 7px 0 7px 42px;
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #555;
  background: url("../images/menu-icons/icoRecycleBin.png") no-repeat 14px top;
  font-size: 14px;
}

#menu-recycle a:hover {
  background-position: 14px -28px;
  color: #333;
}

#app-main-content .RecycleBin {
  background: url("../images/app-icons/icoRecycleBin.png") no-repeat scroll left top transparent !important;
}

.returnToList {
  width: 10%;
  vertical-align: top;
}

.totalRow {
  font-weight: bold;
  background: #e7ffdc none !important;
}

.totalRow td {
  font-weight: bold !important;
}

.button-area {
  position: relative;
  margin-left: -1%;
  margin-top: -21px;
  text-align: center;
}

td.button-area {
  width: 94%;
}

td.return-btn {
  text-align: right;
  background-image: none;
  /*width: 16%;*/
  padding: 0 0 0 40px;
}

td.return-btn a.return-btn {
  color: gray;
  padding: 0;
  background-position: 8px;
  padding: 0px 6px 0 0px;
}

table.relatedListHeader {
  margin-top: -26px;
  width: 100%;
}

.specialLink {
  padding: 6px 15px 4px 10px !important;
  background: #f9f9f9 !important;
  color: #777 !important;
  border-color: #ccc !important;
}

.specialLink:hover {
  border-color: #aaa !important;
  color: #444 !important;
  background: #fafafa !important;
}

.specialLink span, .specialLink span:hover {
  background: url("../images/btn-ico-asso.png") no-repeat !important;
  color: #444;
  padding-left: 16px;
}

.mail-info {
  /*width: 600px;*/
  clear: both;
  color: #444;
}

.mail-info .iTitle {
  font-size: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #CECECE;
  min-height: 27px;
  margin-top: 8px;
}

.mail-info .iTitle label {
  display: block;
  float: left;
  width: 100px;
  padding-top: 0px;
  clear: both;
}

.mail-info .iTitle span {
  display: block;
  position: relative;
  font-weight: bold;
  border: none;
  background: none;
  width: 84%;
  padding-bottom: 4px;
}

.mail-info .iEmail {
  clear: both;
  min-height: 15px;
  border-bottom: 1px dotted #CECECE;
  padding-bottom: 5px;
}

.mail-info .iEmail label {
  display: block;
  float: left;
  width: 100px;
  font-size: 11px;
  margin-top: 2px;
}

.mail-info .iEmail span {
  display: block;
  position: relative;
  width: 84%;
  margin-top: 6px;
  font-size: 12px;
}

.mail-content {
  padding: 15px 5px;
  line-height: 18px;
  font-size: 13px;
  color: #444;
  border-bottom: 1px solid #CECECE;
}

.ui-widget-content {
  border: none !important;
}

.ui-button-text-only .ui-button-text {
  padding: 0 !important;
}

.ui-jqgrid .ui-pg-input {
  font-size: 1em !important;
}

div#app-main div#searchForm {
  padding-bottom: 0px;
}

.ui-jqgrid tr.jqgrow {
  background: #fff;
}

/*** INSERT FIELD ***/
#selectedField {
  line-height: 20px;
}

#selectedField:before {
  content: '\A';
}

.field-options {
  background-color: #ececec;
  padding: 3px 0px 1px 6px;
}

a.insert, a.operator, a.function, a.syntax {
  padding: 2px 8px;
}

a.insert:hover, a.operator:hover, a.function:hover, a.syntax:hover {
  color: #444;
}

a.insert span {
  background: url("../images/ico-plus-btn.png") no-repeat left center !important;
  padding-left: 12px;
}

a.operator span {
  background: url("../images/ico-operator-btn.png") no-repeat left center !important;
  padding-left: 14px;
}

a.function span {
  background: url("../images/ico-fun-btn.png") no-repeat left center !important;
  padding-left: 15px;
}

a.syntax span {
  background: url("../images/ico-syntax-btn.png") no-repeat left center !important;
  padding-left: 12px;
}

input.join {
  padding-left: 13px;
}

/**INSERT FIELD*/
.tree-leaf.treeclick {
  background-image: url(../images/tree-leaf.png);
  background-position: 3px 0px;
}

td.joined {
  white-space: nowrap;
  overflow: hidden;
}

.uk-htmleditor-navbar {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/*
 * Micro clearfix
 */
.uk-htmleditor-navbar:before,
.uk-htmleditor-navbar:after {
  content: "";
  display: table;
}

.uk-htmleditor-navbar:after {
  clear: both;
}

/* Sub-object `uk-htmleditor-navbar-nav`
 ========================================================================== */
.uk-htmleditor-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.uk-htmleditor-navbar-nav > li {
  float: left;
}

/*
 * 1. Dimensions
 * 2. Style
 */
.uk-htmleditor-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 41px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #444444;
  font-size: 11px;
  cursor: pointer;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  text-shadow: 0 1px 0 #ffffff;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-htmleditor-navbar-nav > li:hover > a,
.uk-htmleditor-navbar-nav > li > a:focus {
  background-color: #fafafa;
  color: #444444;
  outline: none;
  /* 2 */
  position: relative;
  z-index: 1;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* OnClick */
.uk-htmleditor-navbar-nav > li > a:active {
  background-color: #eeeeee;
  color: #444444;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* Active */
.uk-htmleditor-navbar-nav > li.uk-active > a {
  background-color: #fafafa;
  color: #444444;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* Sub-object: `uk-htmleditor-navbar-flip`
 ========================================================================== */
.uk-htmleditor-navbar-flip {
  float: right;
}

/* Sub-object for special buttons
 ========================================================================== */
[data-mode='split'] .uk-htmleditor-button-code,
[data-mode='split'] .uk-htmleditor-button-preview {
  display: none;
}

/* Sub-object `uk-htmleditor-content`
 ========================================================================== */
.uk-htmleditor-content {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*
 * Micro clearfix
 */
.uk-htmleditor-content:before,
.uk-htmleditor-content:after {
  content: "";
  display: table;
}

.uk-htmleditor-content:after {
  clear: both;
}

/* Modifier `uk-htmleditor-fullscreen`
 ========================================================================== */
.uk-htmleditor-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}

.uk-htmleditor-fullscreen .uk-htmleditor-content {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
}

.uk-htmleditor-fullscreen .uk-icon-expand:before {
  content: "\f066";
}

/* Sub-objects `uk-htmleditor-code` and `uk-htmleditor-preview`
 ========================================================================== */
.uk-htmleditor-code,
.uk-htmleditor-preview {
  box-sizing: border-box;
  font-size: 13px;
}

.uk-htmleditor-preview {
  padding: 20px;
  overflow-y: scroll;
  position: relative;
}

/*
 * Tab view
 */
[data-mode='tab'][data-active-tab='code'] .uk-htmleditor-preview,
[data-mode='tab'][data-active-tab='preview'] .uk-htmleditor-code {
  display: none;
}

/*
 * Split view
 */
[data-mode='split'] .uk-htmleditor-code,
[data-mode='split'] .uk-htmleditor-preview {
  float: left;
  width: 50%;
}

[data-mode='split'] .uk-htmleditor-code {
  border-right: 1px solid #eeeeee;
}

/* Sub-object `uk-htmleditor-iframe`
 ========================================================================== */
.uk-htmleditor-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CodeMirror modifications
 ========================================================================== */
.uk-htmleditor .CodeMirror {
  padding: 10px;
  box-sizing: border-box;
}

/*
     * Apply same `border-radius` as `uk-htmleditor-navbar`
     */
.uk-htmleditor-navbar-nav:first-child > li:first-child > a {
  border-top-left-radius: 4px;
}

/*
     * Sub-modifier `uk-htmleditor-navbar-flip`
     */
/* Collapse border */
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav > li > a {
  margin-left: 0;
  margin-right: -1px;
}

/* Apply same `border-radius` as `uk-htmleditor-navbar` */
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:first-child > li:first-child > a {
  border-top-left-radius: 0;
}

.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:last-child > li:last-child > a {
  border-top-right-radius: 4px;
}

/*
     * Sub-modifier `uk-htmleditor-fullscreen`
     */
.uk-htmleditor-fullscreen .uk-htmleditor-navbar {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.uk-htmleditor-fullscreen .uk-htmleditor-content {
  border: none;
  border-radius: 0;
}

.uk-htmleditor-fullscreen .uk-htmleditor-navbar-nav > li > a {
  border-radius: 0 !important;
}

.relatedFormEditButton, .relatedFormCopyButton, .relatedFormDeleteButton, .relatedFormSubmitButton, .relatedFormNewButton, .relatedFormCancelButton {
  float: right;
}

#relatedGroupPopup {
  overflow: hidden;
}

.centerDivCollapsingPopupUp {
  display: table;
  margin: 0 auto;
  margin-top: 40px;
}

.centerDivCollapsingPopupDown {
  display: table;
  margin: 0 auto;
  margin-top: -47px;
}

.relatedForms .subheader {
  display: block;
  font-size: 11px;
  color: #777;
}

.left-side {
  float: left;
  width: 23%;
}

.right-side {
  float: right;
  width: 75%;
}

.tree-add-btn {
  width: 19px;
  height: 19px;
  background: url("../images/tree-add-btn.png") no-repeat left top;
  display: block;
  margin: auto;
}

.tree-add-btn:hover {
  background: url("../images/tree-add-btn.png") no-repeat left -19px;
  display: block;
  margin: auto;
}

.treeViewOptions, .treeViewSecOptions {
  padding: 3px 0 4px 6px;
  font-size: 11px;
  color: #444;
}

.treeViewOptions input[type="radio"] {
  top: 3px;
  position: relative;
  margin-left: 10px;
}

.treeViewSecOptions {
  background-color: #ECF4F9;
}

.ui-jqgrid .darker-bg tr.jqgrow {
  background: #fafafa;
}

.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#editor-tabs .ui-widget-header {
  height: 28px;
}

#editor-tabs.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
  max-width: 90%;
}

#editor-tabs.ui-tabs a.add-file {
  display: block;
  color: #555;
  font-weight: normal;
  text-decoration: none;
  padding: 7px 0 0 10px;
  float: left;
}

#editor-tabs.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
  background: #e5e5e5;
  border: none;
  border-radius: 0;
}

#editor-tabs.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 2px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: none;
  background: #f7f7f7;
}

#editor-tabs.ui-tabs .ui-tabs-nav li:nth-child(1) {
  margin-left: 23px;
  margin-right: 10px;
}

#editor-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .4em 1.2em 0.3em;
  text-decoration: none;
  color: #777;
  font-size: 13px;
  font-weight: normal;
}

#editor-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
  color: #000;
}

#editor-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  border: none;
  background: #fff;
}

#editor-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
#editor-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
#editor-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
  color: #0b8cde;
}

#editor-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

#editor-tabs.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

#editor-tabs.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

.ui-datepicker-close, .ui-datepicker-current {
  margin-bottom: 5px !important;
}

.formBody table tr td table tr td.recordDtlFont.edit-row {
  background: #fff;
}

.formBody .formData a.recordDtlFont {
  background-color: #fff !important;
  margin-top: -24px;
  display: block;
  font-size: 13px;
}

.formBody .recordDtlFont {
  background: #fff;
}

.formBody table tr td table tr td.edit-row input, .formBody table tr td table tr td.edit-row select {
  margin-left: 5px;
}

.ui-jqgrid .ui-pg-selbox {
  line-height: 13px !important;
  height: 25px !important;
}

.recordDtlFont input[type="radio"] {
  margin-top: 3px;
}

.ui-widget-content .ui-state-highlight, .ui-state-highlight.ui-state-default.ui-state-hover {
  background: #dcf4fc !important;
  color: #333;
}

.ui-state-default.ui-state-hover {
  background: #bacad8;
  color: #fff;
}

.ui-widget-content .ui-state-highlight, .ui-state-highlight.ui-state-default.ui-state-hover {
  background: #dcf4fc !important;
  color: #333;
}

.crudForm tr[id$='_ROW'] > td > input[type="checkbox"],
tr.recordDtlRow > td.recordData > input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.top-button-bar {
  min-height: 41px;
}

.bottom-button-bar {
  margin-top: 10px;
}

.scrollingContainer table tr.groupRow {
  background-color: #e6f2fe;
}

.scrollingContainer table tr.groupRow td {
  font-weight: 600 !important;
}

.scrollingContainer table .gridRow div {
  float: left;
}

.scrollingContainer table .gridRow.unlimited a {
  display: block;
  width: 12%;
  float: left;
  background: url("../images/ico-unlimited.png") no-repeat left 8px;
  text-decoration: none;
  padding-top: 5px;
  height: 20px;
}

.scrollingContainer table .gridRow.unlimited div {
  width: 88%;
}

div.crudForm .formBody .edit-form tr.groupRow .gridRow:hover {
  background-color: #eff7ff !important;
}

div.crudForm .formBody .edit-form table tr.groupRow td.gridRow.rowActionCell {
  background: #fff !important;
}

/*Account Contract - embedded list - BulkRete Management*/
.row-package div {
  padding-left: 40px;
  background-position: 0px -1px;
  background-repeat: no-repeat;
  min-height: 17px;
}

.row-package.open div {
  background-image: url(../images/ico-package-open.png);
}

.row-package.closed div {
  background-image: url(../images/ico-package-closed.png);
}

.row-product div {
  background-position: 0px -1px;
  background-repeat: no-repeat;
  padding-left: 40px;
  min-height: 17px;
}

.row-product.open div {
  background-image: url(../images/ico-product-open.png);
  padding-left: 40px;
}

.row-product.closed div {
  background-image: url(../images/ico-product-closed.png);
  padding-left: 40px;
}

.row-product div {
  background-image: url(../images/ico-product.png);
  padding-left: 25px;
}

.row-rates div {
  padding-left: 40px;
  margin-top: -2px;
  padding-bottom: 3px;
}

.row-rates.open div {
  background: url(../images/ico-inter-open.png) 0px 5px no-repeat;
}

.row-rates.closed div {
  background: url(../images/ico-inter-closed.png) 0px 5px no-repeat;
}

td.row-product.child input.formText.inputControl {
  width: 82% !important;
}

td.row-product.child input.formText.inputControl {
  background: url(../images/ico-product-leaf.png) 0px 3px no-repeat;
  padding-left: 40px;
}

td.row-rates.child input.formText.inputControl {
  width: 74% !important;
}

td.row-rates.child input.formText.inputControl {
  background: url(../images/ico-inter.png) 0px 3px no-repeat;
  padding-left: 40px;
}

td.row-rates.child.nopackage input.formText.inputControl {
  width: 86% !important;
}

.add-group {
  background: #fff;
  padding-bottom: 3px !important;
}

.embeddList td.row-product.child div {
  padding-left: 14px;
  background: url(../images/tree-leaf.png) 0px 4px no-repeat;
}

.embeddList td.row-rates.child div {
  padding-left: 16px;
  background: url(../images/tree-leaf.png) 0px 4px no-repeat;
}

body.wysiwyg {
  padding: 10px;
  font-family: monospace;
}

#app-left-menu ul li.groupless a.open {
  background-position: 10px 15px;
  border-top: 1px solid #e7e7e7;
}

div#app-left-menu ul#accMenu.leftnav li.recycled.last-child, div#app-left-menu ul#accMenu.leftnav li.groupless.last-child {
  color: #555555;
  font-size: 14px;
}

div#app-left-menu li.groupless.last-child {
  background: #f4f4f4 !important;
}

#app-left-menu ul li.groupless {
  background-position: 10px 15px;
  background-color: #f4f4f4;
  color: #FFFFFF;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#app-left-menu ul li.groupless a#current.open {
  color: #4b4b4b !important;
  background-color: white !important;
  padding-left: 25px;
  font-weight: 400 !important;
}

#app-left-menu ul li.groupless a.open {
  background-color: #fff !important;
  font-weight: 400 !important;
}

#app-left-menu ul li.groupless a.open label {
  color: #555;
  font-weight: 300 !important;
}

div#app-left-menu ul#accMenu.leftnav li.groupless.last-child {
  background-color: #f4f4f4 !important;
  background-image: none !important;
}

div#app-left-menu li.groupless:hover {
  background-color: #eee !important;
}

div#app-left-menu ul#accMenu.leftnav li.groupless.last-child:hover {
  background-color: #eee !important;
  background-image: none;
}

#app-left-menu ul li.recycled a, #app-left-menu ul li.groupless a {
  color: #555555;
  padding-left: 25px;
  font-weight: 300 !important;
  font-size: 14px;
}

#app-left-menu ul li.groupless a {
  border-top: 1px solid #f4f4f4;
}

#app-left-menu ul li.groupless ul li a {
  border: none !important;
  font-size: 13px;
}

#app-left-menu ul li.groupless ul li a#current.open {
  font-weight: 300 !important;
}

#app-left-menu .groupless .last-child a {
  background: none !important;
}

#app-left-menu ul li.groupless ul li ul li.last-child a {
  padding: 7px 0 7px 55px;
}

.form-horizontal .field-options a.button {
  color: #fff;
}

body {
  background: #fff;
  color: #444444;
  font: 13px "Myriad Pro", Arial, Helvetica;
  height: 100%;
  margin: 0;
}

#login-page {
  margin: 0 auto;
}

#login-page #content-bg {
  width: 100%;
}

.overrideAttribute {
  display: inline-block;
  font-size: 9pt;
  border-left: 1px solid #32ba6f;
  padding-left: 10px;
  margin-left: 4px;
  padding-top: 2px;
  position: relative;
  top: 2px;
}

.overrideAttribute.overrideView {
  line-height: 14px;
  margin-left: 11px;
}

.overrideAttribute dn {
  position: relative;
  top: -2px;
  color: #32ba6f;
}

#login-page #content {
  background: url("../images/start-login-bg.jpg") no-repeat scroll 0 0 transparent;
  height: 494px;
  left: 50%;
  margin: 8% 0 0 -466px;
  padding: 0;
  position: relative;
  top: 50%;
  width: 930px;
}

#login-page #logo {
  width: 379px;
  height: 106px;
  overflow: hidden;
  float: left;
  height: 100%;
  text-align: center;
}

#login-page #logo img {
  padding-top: 185px;
}

#login-page #main-area {
  min-height: 245px;
  float: left;
  padding-left: 105px;
  padding-top: 150px;
  max-width: 440px;
}

#login-page #link {
  padding-left: 67px;
  display: none;
}

#login-page a {
  color: #FFFFFF;
  text-decoration: none;
}

#login-page #message {
  color: #fff;
  font-weight: 300;
  height: 26px;
  line-height: 26px;
  padding-top: 20px;
  font-size: 17px;
}

#login-page .error-message {
  background: url("../images/error-bg.png") repeat scroll 0 0 transparent;
  border: 1px solid #aaa;
  color: #fff;
  padding: 13px 11px;
  width: 270px;
  line-height: 16px;
}

#login-page .error-message #icon-error {
  background: url("../images/icon-err.png") no-repeat scroll left top transparent;
  display: block;
  padding-left: 25px;
}

#login-page .field {
  height: 28px;
}

#login-page .field span {
  clear: both;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  width: 110px;
  display: none;
}

#login-page .field input[type="password"], #login-page .field input[type="text"] {
  background: url("../images/login-ico-user.png") no-repeat scroll 9px center #fff !important;
  border: medium none;
  color: #555555;
  float: left;
  font-size: 15px;
  height: 34px;
  outline: medium none;
  width: 296px;
  border: 1px solid #afb7cf;
  text-indent: 40px;
}

#login-page .field input[type="password"] {
  background: url("../images/login-ico-pass.png") no-repeat scroll 9px center #fff !important;
}

#login-page input[type='submit'],
#login-page input[type='button'] {
  background: #6ac9ff;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  margin: 7px 0 7px 0px !important;
  padding-bottom: 2px;
  text-transform: uppercase;
  width: 129px;
  height: 34px;
  font-size: 14px;
  line-height: 24px;
}

#login-page input[type='submit'] {
  margin-right: 60px !important;
}

#login-page input[type='submit']:hover,
#login-page input[type='button']:hover {
  background: #51beff;
}

#login-page #slogan {
  color: #2180c0;
  margin-top: -20px;
  width: 266px;
  height: 20px;
  font-weight: bold;
  letter-spacing: -0.06em;
  font-size: 16px;
  text-align: center;
  display: none;
}

#login-page div#question select {
  width: 195px;
  margin-top: 2px;
}

#login-page .pass-link {
  display: block;
  position: absolute;
  margin-top: 25px;
  font-size: 11px;
  text-decoration: underline;
  color: #00496e;
  right: 150px;
}

/* new styles for forgot password*/
#login-page .action-area {
  color: #fff;
  width: 395px;
  border-radius: 4px;
  background: url(../images/action-bg.png);
  margin-top: -25px;
  margin-left: -20px;
  height: 215px;
  font-size: 14px;
  line-height: 16px;
}

#login-page .action-area p {
  margin: 2px 0 8px 0;
}

#login-page .action-area input[type='submit'] {
  margin: 0px 0 7px 4px;
}

#login-page .action-area ul {
  padding: 0;
  margin: 0 0 0 20px;
  list-style-image: url("../images/action-li.png");
}

#login-page .action-area ul li {
  padding-left: 10px;
}

#login-page h3 {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: 4px 0 13px 0;
  background: url("../images/hide-bg.png") no-repeat center top;
}

#login-page .change-pass .field span {
  display: block;
  float: none;
  font-weight: 400;
}

#login-page .change-pass #action, #login-page .change-pass .error-message {
  clear: both;
}

#login-page #main-area.change-pass {
  padding-top: 100px;
}

.pwdToolTip {
  max-width: 125px;
  line-height: 12px;
  margin-left: -5px;
  font-size: 10px !important;
}

.pwdToolTip li {
  padding-top: 2px;
  margin-left: 11px;
}

#login-page input[type='submit'], #login-page input[type='button'] {
  min-width: 129px;
  width: auto;
}

#app-main {
  margin: 0 auto;
}

#app-header {
  height: 55px;
}

#app-header .logo-img {
  width: 291px;
  background: #406490;
  display: block;
  height: 55px;
  float: left;
  background: url("../images/logo-bg.png") no-repeat scroll right 0 #97b7d2;
}

#app-header-bg {
  background: url("../images/app-bg-img.png") no-repeat scroll right 0 #97b7d2;
  height: 55px;
}

#app-header-bg img {
  margin: 5px 0 0 47px;
  float: left;
}

#app-menu {
  float: left;
}

#app-menu ul {
  line-height: 53px;
  overflow: auto;
  font-size: 14px;
  font-weight: 400;
  margin-left: 30px;
}

#app-menu ul li {
  /* border-left: 1px dotted #1562b8; */
  float: left;
  list-style-type: none;
  padding: 0;
  width: auto;
  text-shadow: none;
}

#app-menu a {
  color: #fff;
  display: block;
  padding: 0 13px;
  text-decoration: none;
  padding-top: 2px;
  background: transparent;
}

#app-menu a:hover {
  background-color: #9ebed9;
  color: #fff;
}

#app-upper-right-menu {
  position: absolute;
  right: 25px;
  top: 0px;
}

#app-upper-right-menu ul {
  margin: 5px 0 0 26px;
}

#app-upper-right-menu ul li {
  float: left;
  list-style-type: none;
  padding: 0 7px;
  width: auto;
}

#app-upper-right-menu ul li.sep {
  background: url("../images/upper-right-menu-sep.png") no-repeat scroll center center transparent;
}

#app-upper-right-menu a {
  color: #FFFFFF;
  text-decoration: none;
}

#app-upper-right-menu a:hover {
  text-decoration: underline;
}

body {
  color: #444444;
  font: 13px "Myriad Pro", Arial, Helvetica;
  height: 100%;
  margin: 0;
}

#login-page {
  margin: 0 auto;
}

#login-page #content-bg {
  width: 100%;
}

#login-page #content {
  background: url("../images/start-login-bg.png") no-repeat scroll 0 0 transparent;
  height: 490px;
  left: 50%;
  margin: 100px 0 0 -420px;
  padding: 0;
  position: relative;
  top: 50%;
  width: 840px;
}

#login-page #logo {
  left: 283px;
  position: relative;
  top: 28px;
  width: 245px;
  height: 106px;
  overflow: hidden;
}

#login-page #main-area {
  margin: 75px 0 0 255px;
  min-height: 245px;
  padding: 20px 20px 125px;
}

#login-page #link {
  padding-left: 67px;
}

#login-page a {
  color: #FFFFFF;
  text-decoration: none;
}

#login-page #message {
  color: #FFDA6A;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  padding-top: 20px;
}

#login-page .error-message {
  background: url("../images/error-bg.png") repeat scroll 0 0 transparent;
  border: 1px solid #DFCC78;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  padding: 5px 8px;
  width: 270px;
}

#login-page .error-message #icon-error {
  background: url("../images/icon-err.png") no-repeat scroll left top transparent;
  display: block;
  padding-left: 25px;
}

#login-page .field {
  height: 28px;
}

#login-page .field span {
  clear: both;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  width: 110px;
}

#login-page .field input[type="password"], #login-page .field input[type="text"] {
  background: url("../images/input-bg.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  color: #555555;
  float: left;
  font-size: 12px;
  height: 26px;
  outline: medium none;
  text-indent: 10px;
  width: 196px;
}

#login-page input[type='submit'],
#login-page input[type='button'] {
  background: url("../images/login-btn.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  font: bold 11px Arial, Helvetica, sans-serifial;
  height: 27px;
  margin: 7px 0 7px 178px !important;
  padding-bottom: 2px;
  text-transform: uppercase;
  width: 129px;
}

#login-page #slogan {
  color: #2180c0;
  margin-top: -20px;
  width: 266px;
  height: 20px;
  font-weight: bold;
  letter-spacing: -0.06em;
  font-size: 16px;
  text-align: center;
}

#login-page div#question select {
  width: 195px;
  margin-top: 2px;
}

#login-page .pass-link {
  display: block;
  position: absolute;
  margin-top: 11px;
  font-size: 11px;
  text-decoration: underline;
  color: #00496e;
}

/* new styles for forgot password*/
#login-page .action-area {
  color: #fff;
  border: 1px solid #4398d5;
  width: 685px;
  padding: 20px 25px;
  border-radius: 4px;
  background: url(../images/action-bg.png);
  margin-left: -225px;
  margin-top: -15px;
  height: 215px;
  font-size: 13px;
  line-height: 18px;
}

#login-page .action-area p {
  margin: 2px 0 8px 0;
}

#login-page .action-area input[type='submit'] {
  margin: 0px 0 7px 4px;
}

#login-page .action-area ul {
  padding: 0;
  margin: 0 0 0 20px;
  list-style-image: url("../images/action-li.png");
}

#login-page .action-area ul li {
  padding-left: 10px;
}

#login-page h3 {
  font-weight: bold;
  color: #ffe57f;
  font-size: 20px;
  padding: 0;
  margin: 4px 0 13px 0;
  background: url("../images/hide-bg.png") no-repeat center top;
}

#app-main {
  margin: 0 auto;
}

#app-header {
  height: 55px;
}

#app-header .logo-img {
  width: 318px;
  background: #0d2d51;
  display: block;
  height: 55px;
  float: left;
}

#app-header-bg {
  background: url("../images/app-bg-img.png") no-repeat scroll right 0 #146dd1;
  height: 55px;
}

#app-header-bg img {
  margin: 4px 0 0 47px;
  float: left;
}

#app-menu {
  float: left;
}

#app-menu ul {
  line-height: 53px;
  overflow: auto;
  font-size: 15px;
  font-weight: 300;
}

#app-menu ul li {
  /* border-left: 1px dotted #1562b8; */
  float: left;
  list-style-type: none;
  padding: 0;
  width: auto;
  text-shadow: 0px 1px #008ec3;
}

#app-menu a {
  color: #f3f8fd;
  display: block;
  padding: 0 13px;
  text-decoration: none;
  padding-top: 2px;
  background: url("../images/app-menu-bg.png") repeat scroll right 0 transparent;
}

#app-menu a:hover {
  background-color: #1788e9;
  color: #fff;
}

#app-upper-right-menu {
  height: 29px;
  position: absolute;
  right: 25px;
  top: 0px;
}

#app-upper-right-menu ul {
  margin: 5px 0 0 26px;
}

#app-upper-right-menu ul li {
  float: left;
  list-style-type: none;
  padding: 0 7px;
  width: auto;
}

#app-upper-right-menu ul li.sep {
  background: url("../images/upper-right-menu-sep.png") no-repeat scroll center center transparent;
}

#app-upper-right-menu a {
  color: #FFFFFF;
  text-decoration: none;
}

#app-upper-right-menu a:hover {
  text-decoration: underline;
}

#app-main-content {
  background: #fff;
}

#app-main-content {
  padding: 15px 0 0 15px;
}

#left-menu-area {
  background: #f0f3f6;
  /* padding-top: 11px; */
}

/*********** LEFT MENU ************/
#app-left-menu {
  width: 316px;
}

/* main section level menu*/
#app-left-menu .active {
  background-color: #FFFFFF;
}

#app-left-menu a.group {
  font-weight: 300;
  color: #000;
  font-size: 14px;
  line-height: 15px;
  background: url("../images/menu-0-bg.png") no-repeat scroll left top;
}

#app-left-menu a.group:hover {
  background-position: 0px -40px;
}

#app-left-menu ul li {
  background: #f0f3f6;
  color: #FFFFFF;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#app-left-menu ul li.groupless {
  background: url("../images/lm-left-g.png") no-repeat scroll 10px 10px transparent;
  color: #FFFFFF;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#app-left-menu ul li a {
  border-bottom: none;
  color: #FFFFFF;
  display: block;
  padding: 13px 0 11px 44px;
  text-decoration: none;
  font-weight: 600;
}

#app-left-menu ul li:hover {
  background-position: 0 -32px;
}

#app-left-menu ul li a.active {
  background: #FFFFFF;
  color: #444444;
  outline: medium none;
  color: #111 !important;
}

#app-left-menu ul li a.group.active, #app-left-menu ul li a.group.open {
  border-bottom: none;
  font-weight: 600;
  border-top: 1px solid #e8e8e8;
  background: url("../images/menu-0-sel.png") no-repeat scroll left top #fff;
}

#app-left-menu ul li a.active .menuico {
  background-position: 0px 1px;
}

#app-left-menu ul li a.open {
  background: #fff;
  color: #444444;
  outline: medium none;
}

#app-left-menu ul li.groupless a.open {
  background: url("../images/lm-down-b.png") no-repeat scroll 10px 10px transparent;
  outline: none;
  color: #444;
}

#app-left-menu ul li a.open .menuico {
  background-position: 0 1px;
}

#app-left-menu .menuico {
  background: url("../images/menu-icons/default.png") no-repeat scroll 0 -28px transparent;
  display: block;
  height: 28px;
  margin: -22px -32px;
  position: absolute;
  width: 30px;
}

#app-main-content .content-header-name {
  padding: 1px 0 0 51px;
  background: url("../images/app-icons/default.png") no-repeat scroll left top transparent;
}

#app-main-content .pageSubTitle {
  color: #444444;
  font-size: 18px;
  height: 37px;
  margin: 2px 0 10px;
}

#app-main-content .breadcrumbs {
  color: #0B8CDE;
  display: block;
  font-size: 11px;
}

#app-left-menu ul li a label {
  display: block;
  font-size: 11px;
}

#app-left-menu ul li a label:hover {
  cursor: pointer;
}

/* first level menu*/
#app-left-menu ul li ul {
  background-color: #fff;
  border: medium none;
  display: none;
  padding-bottom: 10px;
}

#app-left-menu ul li ul li {
  background: #fff;
  font-size: 13px;
  margin: 0;
}

#app-left-menu ul li ul li ul {
  padding-bottom: 0px;
}

#app-left-menu ul li ul li a,
#app-left-menu ul li.groupless ul li a {
  background: url("../images/lm-left-g.png") no-repeat scroll 28px 8px transparent;
  border-bottom: none;
  /* border-top: 1px solid #eee; */
  color: #666;
  font-weight: 300;
  padding: 7px 0 7px 44px;
}

#app-left-menu ul li ul li a:hover {
  background-color: #f4f6fa !important;
}

#app-left-menu ul li ul li a.active {
  background: url("../images/lm-down-b.png") no-repeat scroll 28px 8px #FFFFFF !important;
  color: #0B8CDE !important;
  outline: medium none;
}

#app-left-menu ul li ul li a.active label {
  color: #777777;
}

#app-left-menu ul li ul li a.open {
  background: url("../images/lm-down-b.png") no-repeat scroll 28px 8px transparent;
  color: #444444;
  outline: medium none;
}

#app-left-menu ul li ul li a#current.open {
  outline: none;
  color: #0b8cde !important;
  background-color: #eef6fd;
}

#app-left-menu ul li.groupless ul li a.open,
#app-left-menu ul li.groupless ul li a#current.open {
  padding: 7px 0 7px 35px;
}

#app-left-menu ul li.groupless ul li a.open {
  background: url("../images/lm-down-b.png") no-repeat scroll 20px 10px transparent;
}

#app-left-menu ul li ul li a.open label {
  color: #777777;
}

#app-left-menu .last-child a {
  background: none repeat scroll 0 0 transparent;
}

#app-left-menu .last-child a.open {
  background-image: none !important;
}

/* second level menu */
#app-left-menu ul li ul li ul li a,
#app-left-menu ul li.groupless ul li ul li a {
  background: url("../images/lm-left-g.png") no-repeat scroll 50px 8px transparent;
  padding: 7px 0 7px 65px;
}

#app-left-menu ul li.groupless ul li ul li a#current,
#app-left-menu ul li.groupless ul li ul li a#current.open {
  background: url("../images/lm-left-g.png") no-repeat scroll 38px 8px transparent;
  padding: 7px 0 7px 55px;
}

#app-left-menu ul li ul li ul li a.active {
  background: url("../images/lm-down-b.png") no-repeat scroll 49px 8px #FFFFFF !important;
  color: #0B8CDE !important;
}

#app-left-menu ul li ul li ul li a.open {
  background: url("../images/lm-down-b.png") no-repeat scroll 49px 8px transparent;
}

#app-left-menu ul li ul li ul li a#current.open {
  background: #ffffff url(../images/lm-down-b.png) 38px 8px no-repeat;
}

/* third level menu */
#app-left-menu ul li ul li ul li ul li a,
#app-left-menu ul li.groupless ul li ul li ul li a {
  background: url("../images/lm-down-g.png") no-repeat scroll 58px 8px transparent;
  padding: 7px 0 7px 84px;
}

#app-left-menu ul li ul li ul li ul li a.active {
  background: url("../images/lm-down-b.png") no-repeat scroll 60px 8px #FFFFFF !important;
  color: #0B8CDE !important;
}

#app-left-menu ul li ul li ul li ul li a.open {
  background: url("../images/lm-down-b.png") no-repeat scroll 60px 8px transparent;
}

#app-left-menu ul li ul li ul li ul li a#current.open {
  background: #ffffff url(../images/lm-down-b.png) 60px 8px no-repeat;
}

/* forth level menu */
#app-left-menu ul li ul li ul li ul li ul li a,
#app-left-menu ul li.groupless ul li ul li ul li ul li a {
  background: url("../images/lm-down-b.png") no-repeat scroll 95px 8px transparent;
  padding: 7px 0 7px 95px;
}

#app-menu .selectedTabMid {
  background: #017de6;
  color: #fff !important;
  font-weight: 300;
  text-shadow: none;
}

#app-left-menu .last-child a#current.open {
  /*background: url("../images/menu-item-bg.png") repeat-y scroll right top transparent !important;*/
  color: #0B8CDE !important;
}

/*#app-left-menu ul li ul li ul li.last-child a#current.open {*/
/*background: #ffffff url(../images/lm-down-b.png) 38px 8px no-repeat !important;*/
/*}*/
#app-left-menu ul li ul li.last-child a#current.open {
  background: #ffffff !important;
}

#accMenu li a#current.groupless {
  color: #FFFFFF !important;
}

#app-left-menu .nodeBulletText {
  color: #b9c7d0 !important;
  cursor: default !important;
  font-size: 13px;
  font-style: normal;
}

div#app-main form {
  margin: 0 !important;
}

div#app-main div#searchForm {
  padding-top: 2px;
}

.collapseTree {
  background: url("../images/collapse.gif") no-repeat scroll right top #FFFFFF;
  cursor: pointer;
  height: 200px;
  width: 5px;
  padding-left: 3px;
}

.expandTree {
  background: url("../images/expand.gif") no-repeat scroll right top #FFFFFF;
  cursor: pointer;
  height: 200px;
  width: 5px;
  padding-left: 3px;
}

div#searchForm .recordDtlFont input[type='radio'] {
  margin-left: 10px;
}

div.crudForm .formBody input,
div.crudForm .formBody select,
div#searchForm tr#search_form input,
div#searchForm tr#search_form select {
  margin-bottom: 2px;
}

.ui-tooltip {
  padding: 0;
  position: absolute;
  z-index: 9999;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 0;
}

div#dlgExport input {
  margin-bottom: 10px;
}

div#app-left-menu ul#accMenu.leftnav li.recycled.last-child,
div#app-left-menu ul#accMenu.leftnav li.groupless.last-child {
  background: url("../images/menu-item-bg.png") repeat-y scroll right top !important;
  color: #555555;
}

#app-left-menu ul li.recycled a,
#app-left-menu ul li.groupless a {
  color: #555555;
  padding-left: 25px;
}

#app-left-menu ul li.recycled a#current {
  color: #0B8CDE;
  background-color: white !important;
  padding-left: 25px;
}

#app-left-menu ul li.groupless a#current {
  color: #0B8CDE;
  background-color: white !important;
  padding-left: 25px;
}

#app-left-menu .groupless.last-child a#current.open.show {
  color: #0B8CDE;
  background-color: white !important;
  padding-left: 25px;
}

#app-left-menu .recycled.last-child a#current.open.show,
#app-left-menu .groupless.last-child a#current.open.show {
  color: #0B8CDE;
  background-color: white !important;
  padding-left: 25px;
}

.relatedListBlock {
  /*border-bottom: solid 1px #cecece;*/
  /*border-left: solid 1px #cecece;*/
  /*border-right: solid 1px #cecece;*/
  /*border-top: solid 3px #0089AC;*/
  width: 100%;
}

.relatedListLabel {
  color: #444;
  font-size: 9pt;
  font-weight: bold;
  padding: 7px 11px 5px 5px;
  text-align: left;
}

div#bulkForm nav:last-child {
  position: relative;
  top: -10px;
}

nav table, div#searchForm table {
  width: 100%;
  border: none;
}

div#bulkForm tr#search_form td.formBody {
  padding: 12px 10px 10px;
}

div#bulkForm tr#search_form td.formBody table tr.recordData > td:nth-child(1) {
  text-align: right;
  padding: 5px;
  width: 15%;
}

div#bulkForm tr#search_form td.formBody table tr.recordData td.searchMessage {
  text-align: left;
}

div#bulkForm tr#search_form td.formBody table tr.recordData > td:nth-child(2) {
  padding: 5px;
  width: 85%;
}

table#tblMessages td.noMessages {
  text-align: center;
  font-size: 9pt;
  color: darkBlue;
  padding: 10px;
}

table#tblMessages td.other-col {
  text-align: center;
  width: 10%;
}

table#tblMessages td.formBody > div {
  height: 300px;
  overflow-y: auto;
}

table#tblMessages td.formBody > div > table {
  border: none;
  width: 100%;
}

table#tblMessages td.formBody > div > table tr td:nth-child(3) img {
  cursor: pointer;
}

table#tblMessages {
  border: none;
  width: 100%;
  padding-top: 5px;
}

table.start-search tr#search_form > td.formBody {
  padding: 0 0 10px;
  text-align: left;
}

table.start-search tr#search_form > td.formBody > table {
  border: none;
  width: 100%;
}

table.start-search tr#search_form > td.formBody > table tr td {
  padding-top: 5px;
}

table.start-search tr#search_form > td.formBody > table tr td:nth-child(1) {
  text-align: right;
  width: 15%;
}

table.start-search tr#search_form > td.formBody > table tr td:nth-child(2) {
  text-align: left;
  width: 85%;
}

table.start-search tr#search_form > td.formBody > table tr td.fieldError {
  height: 35px;
}

table#chartsContainer {
  border: none;
  width: 100%;
}

table#chartsContainer > tr > td.formBody {
  text-align: left;
  background-color: white;
}

div[id^='dlgExport'] input[type='radio'][name='export_type'] {
  margin-bottom: 8px;
}

div[id^='dlgExport'] > div {
  text-align: center;
  margin-top: 10px;
}

div#error-details {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 2px #c1c1c1 groove;
}

.formBody table tr td.gridRow.rowActionCell {
  border: 0;
  background-color: #F7F7F7;
  text-align: right;
  width: 16px;
}

table tr td.gridRow.rowActionCell span a img {
  border: 0;
  height: 15px;
}

table tr td.gridRow div[index] {
  height: 17px;
  width: 100%;
  overflow-x: hidden;
}

table tr td.gridRow input.formText.inputControl[type="text"][index],
table tr td.gridRow select.formText.inputControl[index] {
  position: relative;
  font-size: 12px;
  border: none;
  outline: none;
  width: 100%;
}

table tr td.gridRow input.formText.inputControl[type="text"][index] {
  top: 0px;
  left: 0px;
}

table tr td.gridRow select.formText.inputControl[index] {
  top: 0px;
  left: 0px;
}

table tr td.gridRow div.readOnlyCellLabel {
  white-space: normal;
}

div.crudForm td.recordBody td.recordData table td.recordData {
  padding-right: 0;
}

table#chartsContainer table#charts div.chart-section div[id^='filter_'] {
  display: inline-block;
}

td.inputChbx {
  text-align: center;
}

div.crudForm td.recordBody tr.recordDtlRow td.recordData.quickLinkCell {
  vertical-align: top;
  text-align: right;
  background-color: #f9f9f9;
}

div#treeViewOptions {
  background-color: #f7f9fa;
  padding: 8px 0 8px;
  font-size: 11px;
  color: #444;
  border-top: 1px solid #eee;
}

div#treeViewOptions input {
  position: relative;
  top: 3px;
  margin-left: 10px;
}

div#treeViewOptions div#expandCollapseControls {
  display: inline;
}

div#treeViewOptions span {
  padding-left: 7px;
}

div#treeViewOptions a {
  padding-left: 10px;
  color: #656565;
}

table#formContainer tr[id$='_ROW'] > td > input[type="checkbox"],
tr.recordDtlRow > td.recordData > input[type="checkbox"] {
  position: relative;
  top: 2px;
}

table#formContainer tr[id$='_ROW'] > td.recordDtlFont span,
div#searchForm tr#search_form td.recordDtlFont > span {
  position: relative;
  top: -2px;
}

div.tree-plus.treeclick.ui-icon {
  background: url(../images/plus.svg) no-repeat center;
  /*background-position:0 0;*/
}

div.tree-minus.treeclick.ui-icon {
  background: url(../images/minus.svg) no-repeat center;
  /*background-position:0 0;*/
}

#right-nav-wrap {
  margin: 14px 0 0 5px;
  padding-right: 0px;
  float: right;
}

#right-nav-wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0 0 0 0px;
  padding: 0;
  z-index: 9999999999999;
}

#right-nav-wrap ul a {
  display: block;
  color: #555;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  padding: 0 15px;
}

#right-nav-wrap ul a:hover {
  text-decoration: none;
  color: #222;
}

#right-nav-wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 3px 5px;
  line-height: 55px;
}

#right-nav-wrap .main-level {
  width: 123px;
}

#right-nav-wrap ul li.main-level:hover {
  border-radius: 2px 2px 0 0;
  box-shadow: 1px 1px 2px #ddd;
}

#right-nav-wrap ul li.current-menu-item {
  background: #ddd;
}

#right-nav-wrap ul li:hover {
  background: #fff;
}

#right-nav-wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  box-shadow: 1px 2px 3px #ddd;
  margin-left: -93px;
  border-radius: 2px 0px 2px 2px;
}

#right-nav-wrap ul ul li {
  float: none;
  width: 213px;
  padding: 0 10px;
}

#right-nav-wrap ul ul li:hover {
  background: #f9f9f9;
}

#right-nav-wrap ul ul a {
  line-height: 120%;
  padding: 10px 15px;
}

#right-nav-wrap ul ul ul {
  top: 0;
  left: 100%;
}

#right-nav-wrap ul li:hover > ul {
  display: block;
}

#right-nav-wrap .right-nav {
  background: url("../images/right-nav.png") no-repeat 3px 2px scroll;
  height: 21px;
  width: 30px;
  float: right;
}

#app-upper-right-menu #username {
  float: right;
  font-weight: 300;
  color: #f3f8fd;
  line-height: 55px;
  padding-top: 1px;
  margin-right: 15px;
}

#app-upper-right-menu .separate {
  float: right;
  width: 1px;
  background: #378bd4;
  height: 55px;
}

#pinIcon {
  margin: -3px 10px 0 0;
}

#app-main-content {
  padding: 20px 0 0 20px;
}

#left-menu-area {
  background: #f0f3f6;
  /* padding-top: 11px; */
}

/*********** LEFT MENU ************/
#app-left-menu {
  width: 290px;
}

/* main section level menu*/
#app-left-menu .active {
  background-color: #FFFFFF;
}

#app-left-menu a.group {
  font-weight: 300;
  color: #333;
  font-size: 14px;
  line-height: 15px;
  background: #f6f6f6;
  border-top: 1px solid #f6f6f6;
}

#app-left-menu a.group:hover {
  background: #f2f2f2;
  border-top: 1px solid #e5e5e5;
  color: #000;
}

#app-left-menu ul li {
  background: #f6f6f6;
  color: #FFFFFF;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#app-left-menu ul li.groupless {
  background: url("../images/lm-left-g.png") no-repeat scroll 10px 15px #f7f7f7;
  color: #FFFFFF;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#app-left-menu ul li.groupless:hover {
  background: url("../images/lm-left-g.png") no-repeat scroll 10px 15px #eee;
  color: #FFFFFF;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#app-left-menu ul li a {
  border-bottom: none;
  color: #FFFFFF;
  display: block;
  padding: 15px 0 11px 44px;
  text-decoration: none;
  font-weight: 600;
}

#app-left-menu ul li:hover {
  background-position: 0 -32px;
}

#app-left-menu ul li a.active {
  background: #FFFFFF;
  color: #444444;
  outline: medium none;
  color: #111 !important;
}

#app-left-menu ul li a.group.active, #app-left-menu ul li a.group.open {
  border-bottom: none;
  font-weight: 600;
  border-top: 1px solid #e8e8e8;
  background: url("../images/menu-0-sel.png") no-repeat scroll left top #fff;
}

#app-left-menu ul li a.active .menuico {
  background-position-y: 0px;
}

#app-left-menu ul li a.open {
  background: #fff;
  color: #444444;
  outline: medium none;
}

#app-left-menu ul li.groupless a.open {
  background: url("../images/lm-down-b.png") no-repeat scroll 10px 15px transparent;
  outline: none;
  color: #444;
}

#app-left-menu ul li a.open .menuico {
  background-position-y: 0px;
}

#app-left-menu .menuico {
  background: url("../images/menu-icons/icoLeftMenuSet.png") no-repeat scroll -675px -29px transparent;
  display: block;
  height: 28px;
  margin: -22px -32px;
  position: absolute;
  width: 30px;
}

#app-left-menu .DataManagement {
  background: url(../images/menu-icons/icoLeftMenuSet.png) no-repeat scroll -75px -29px transparent;
}

#app-left-menu .TaxConfiguration {
  background: url(../images/menu-icons/icoLeftMenuSet.png) no-repeat scroll -125px -29px transparent;
}

#app-left-menu .WebServices {
  background: url(../images/menu-icons/icoLeftMenuSet.png) no-repeat scroll 1px -29px transparent;
}

#app-left-menu .CustomizeApplication {
  background: url(../images/menu-icons/icoCustomizeApplication.png) no-repeat scroll 0 -28px transparent;
}

#app-left-menu .ManageCompaniesGroups {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -150px -29px no-repeat;
}

#app-left-menu .ManageServices {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -175px -29px no-repeat;
}

#app-left-menu .ManageSubscriptions, #app-left-menu [class*=Campaign] {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -225px -29px no-repeat;
}

#app-left-menu .ManageInvoices {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -250px -29px no-repeat;
}

#app-left-menu .BulkAdministrationTools {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -450px -29px no-repeat;
}

#app-left-menu .AccountReceivable, #app-left-menu .AccountsReceivable {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -275px -29px no-repeat;
}

#app-left-menu .ManageProductsandServices {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -175px -29px no-repeat;
}

#app-left-menu .ManageRateClasses {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -425px -29px no-repeat;
}

#app-left-menu .CustomerSpecificReports {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -200px -29px no-repeat;
}

#app-left-menu .HierarchyReports {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -375px -28px no-repeat;
}

#app-left-menu .FinancialReports {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -300px -29px no-repeat;
}

#app-left-menu .UsageReports {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -475px -29px no-repeat;
}

#app-left-menu .AccountingReports {
  background: url(../images/menu-icons/icoLeftMenuSet.png) no-repeat scroll -550px -29px transparent;
}

#app-left-menu .ManageReports, #app-left-menu .Reports {
  background: url(../images/menu-icons/icoLeftMenuSet.png) no-repeat scroll -525px -29px transparent;
}

#app-left-menu .CompanySetup, #app-left-menu .Companysetup {
  background: url(../images/menu-icons/icoLeftMenuSet.png) no-repeat scroll -25px -29px transparent;
}

#app-left-menu .ManageTools {
  background: url(../images/menu-icons/icoLeftMenuSet.png) no-repeat scroll -500px -29px transparent;
}

#app-left-menu .PackagesManagement, #app-left-menu .PackageManagement {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -150px -28px no-repeat;
}

#app-left-menu .ProductsManagement, #app-left-menu .ProductManagement {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -175px -28px no-repeat;
}

#app-left-menu .ManageCustomers, #app-left-menu .ManageAccounts {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -350px -29px no-repeat;
}

#app-left-menu .Customizeapplication {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -100px -29px no-repeat;
}

#app-left-menu .Security {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -575px -29px no-repeat;
}

#app-left-menu .Templates {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -625px -29px no-repeat;
}

#app-left-menu .Localization {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -600px -29px no-repeat;
}

#app-left-menu .MeteredUsage {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -650px -29px no-repeat;
}

#app-left-menu .Monitoring {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -700px -29px no-repeat;
}

#app-left-menu .CardManagementReports {
  background: url(../images/menu-icons/icoLeftMenuSet.png) -726px -29px no-repeat;
}

#app-left-menu .System, #app-left-menu .Develop {
  background: url(../images/menu-icons/icoLeftMenuSet.png) no-repeat scroll -50px -29px transparent;
}

#app-left-menu .HomeDashboard {
  background: url(../images/menu-icons/icoLeftMenuSet.png) no-repeat scroll -325px -29px transparent;
}

#app-main-content .content-header-name {
  padding: 1px 0 0 51px;
  background: url(../images/app-icons/default.png) no-repeat scroll left top transparent;
}

#app-main-content .pageSubTitle {
  color: #333;
  font-size: 19px;
  height: 37px;
  margin: 2px 17px 10px 0px;
  float: left;
}

nav table {
  margin-top: 2px;
}

#app-main-content nav {
  clear: both;
}

#app-main-content [class*=Dashboard] {
  background: url(../images/app-icons/icoHome.png) no-repeat scroll left top transparent;
}

#app-main-content .DataManagement {
  background: url(../images/app-icons/icoDataManagement.png) no-repeat scroll left top transparent;
}

#app-main-content .TaxConfiguration {
  background: url(../images/app-icons/icoTaxConfiguration.png) no-repeat scroll left top transparent;
}

#app-main-content .WebServices {
  background: url(../images/app-icons/icoWebServices.png) no-repeat scroll left top transparent;
}

#app-main-content .CustomizeApplication, #app-main-content .Customizeapplication {
  background: url(../images/app-icons/icoCustomizeApplication.png) no-repeat scroll left top transparent;
}

#app-main-content .ManageCompaniesGroups {
  background: url(../images/app-icons/icoManageCompaniesGroups.png) no-repeat scroll left top transparent;
}

#app-main-content .ManageServices {
  background: url(../images/app-icons/icoProductManagement.png) no-repeat scroll left top transparent;
}

#app-main-content .ManageSubscriptions, #app-main-content [class*=Campaign] {
  background: url(../images/app-icons/icoManageSubscriptions.png) no-repeat scroll left top transparent;
}

#app-main-content .ManageInvoices {
  background: url(../images/app-icons/icoManageInvoices.png) no-repeat scroll left top transparent;
}

#app-main-content .BulkAdministrationTools {
  background: url(../images/icoBulkAdministrationTools.png) no-repeat scroll left top transparent;
}

#app-main-content .AccountReceivable, #app-main-content .AccountsReceivable {
  background: url(../images/app-icons/icoAccountReceivable.png) no-repeat scroll left top transparent;
}

#app-main-content .ManageProductsandServices {
  background: url(../images/app-icons/icoProductManagement.png) no-repeat scroll left top transparent;
}

#app-main-content .ManageRateClasses {
  background: url(../images/iapp-icons/coManageRateClasses.png) no-repeat scroll left top transparent;
}

#app-main-content .CustomerSpecificReports {
  background: url(../images/app-icons/icoCustomerSpecificReports.png) no-repeat scroll left top transparent;
}

#app-main-content .HierarchyReports {
  background: url(../images/app-icons/icoHierarchyReports.png) no-repeat scroll left top transparent;
}

#app-main-content .FinancialReports {
  background: url(../images/app-icons/icoFinancialReports.png) no-repeat scroll left top transparent;
}

#app-main-content .UsageReports {
  background: url(../images/app-icons/icoUsageReports.png) no-repeat scroll left top transparent;
}

#app-main-content .AccountingReports {
  background: url(../images/app-icons/icoAccountingReports.png) no-repeat scroll left top transparent;
}

#app-main-content .ManageReports, #app-main-content .Reports {
  background: url(../images/app-icons/icoManageReports.png) no-repeat scroll left top transparent;
}

#app-main-content .CompanySetup, #app-main-content .Companysetup {
  background: url(../images/app-icons/icoCompanySetup.png) no-repeat scroll left top transparent;
}

#app-main-content .ManageCustomers, #app-main-content .ManageAccounts {
  background: url(../images/app-icons/icoManageCustomers.png) no-repeat scroll left top transparent;
}

#app-main-content .PackagesManagement, #app-main-content .PackageManagement {
  background: url(../images/app-icons/icoPackageManagement.png) no-repeat scroll left top transparent;
}

#app-main-content .ProductsManagement, #app-main-content .ProductManagement {
  background: url(../images/app-icons/icoProductManagement.png) no-repeat scroll left top transparent;
}

#app-main-content .System, #app-main-content .Develop {
  background: url(../images/app-icons/icoSystem.png) no-repeat scroll left top transparent;
}

#app-main-content .Security {
  background: url(../images/app-icons/icoSecurity.png) no-repeat scroll left top transparent;
}

#app-main-content .Localization {
  background: url(../images/app-icons/icoLocalization.png) no-repeat scroll left top transparent;
}

#app-main-content .Templates {
  background: url(../images/app-icons/icoTemplates.png) no-repeat scroll left top transparent;
}

#app-main-content .MeteredUsage {
  background: url(../images/app-icons/icoMeteredUsage.png) no-repeat scroll left top transparent;
}

#app-main-content .Monitoring {
  background: url(../images/app-icons/icoMonitoring.png) no-repeat scroll left top transparent;
}

#app-main-content .CardManagementReports {
  background: url(../images/app-icons/icoCardManagementReports.png) no-repeat scroll left top transparent;
}

#app-main-content .Domains {
  background: url("../images/app-icons/icoDomains.png") no-repeat scroll left top transparent;
}

#app-main-content .ManageTools {
  background: url("../images/app-icons/icoManageTools.png") no-repeat scroll left top transparent;
}

#app-main-content .breadcrumbs {
  color: #999;
  display: block;
  font-size: 11px;
}

#app-left-menu ul li a label {
  display: block;
  font-size: 11px;
}

#app-left-menu ul li a label:hover {
  cursor: pointer;
}

/* first level menu*/
#app-left-menu ul li ul {
  background-color: #fff;
  border: medium none;
  display: none;
  padding-bottom: 10px;
}

#app-left-menu ul li ul li {
  background: #fff;
  font-size: 13px;
  margin: 0;
}

#app-left-menu ul li ul li ul {
  padding-bottom: 0px;
}

#app-left-menu ul li ul li a,
#app-left-menu ul li.groupless ul li a {
  background: url("../images/lm-left-g.png") no-repeat scroll 28px 8px transparent;
  border-bottom: none;
  /* border-top: 1px solid #eee; */
  color: #666;
  font-weight: 300;
  padding: 7px 0 7px 44px;
  border: none !important;
}

#app-left-menu ul li ul li a:hover {
  background-color: #f4f6fa !important;
}

#app-left-menu ul li ul li a.active {
  background: url("../images/lm-down-b.png") no-repeat scroll 28px 8px #FFFFFF !important;
  color: #0B8CDE !important;
  outline: medium none;
}

#app-left-menu ul li ul li a.active label {
  color: #777777;
}

#app-left-menu ul li ul li a.open {
  background: url("../images/lm-down-b.png") no-repeat scroll 28px 8px transparent;
  color: #444444;
  outline: medium none;
  font-size: 13px !important;
}

#app-left-menu ul li ul li a#current.open {
  outline: none;
  color: #3aa7e7 !important;
  background-color: #f2fafe;
}

#app-left-menu ul li.groupless ul li a.open,
#app-left-menu ul li.groupless ul li a#current.open {
  padding: 7px 0 7px 35px;
}

#app-left-menu ul li.groupless ul li a.open {
  background: url("../images/lm-down-b.png") no-repeat scroll 20px 10px transparent;
}

#app-left-menu ul li ul li a.open label {
  color: #777777;
}

#app-left-menu .last-child a {
  background: none repeat scroll 0 0 transparent;
}

#app-left-menu .last-child a.open {
  background-image: none !important;
}

#app-left-menu .groupless .last-child a {
  background: none !important;
  font-size: 13px !important;
  border: none !important;
}

#app-left-menu ul li.groupless ul li ul li.last-child a {
  padding: 7px 0 7px 55px;
}

/* second level menu */
#app-left-menu ul li ul li ul li a,
#app-left-menu ul li.groupless ul li ul li a {
  background: url("../images/lm-left-g.png") no-repeat scroll 50px 8px transparent;
  padding: 7px 0 7px 65px;
}

#app-left-menu ul li.groupless ul li ul li a#current,
#app-left-menu ul li.groupless ul li ul li a#current.open {
  background: url("../images/lm-left-g.png") no-repeat scroll 38px 8px transparent;
  padding: 7px 0 7px 55px;
}

#app-left-menu ul li ul li ul li a.active {
  background: url("../images/lm-down-b.png") no-repeat scroll 49px 8px #FFFFFF !important;
  color: #0B8CDE !important;
}

#app-left-menu ul li ul li ul li a.open {
  background: url("../images/lm-down-b.png") no-repeat scroll 50px 8px transparent;
}

#app-left-menu ul li ul li ul li a#current.open {
  background: #eef6fd url(../images/lm-down-b.png) 50px 8px no-repeat;
}

/* third level menu */
#app-left-menu ul li ul li ul li ul li a,
#app-left-menu ul li.groupless ul li ul li ul li a {
  background: url("../images/lm-down-g.png") no-repeat scroll 68px 8px transparent;
  padding: 7px 0 7px 84px;
}

#app-left-menu ul li ul li ul li ul li a.active {
  background: url("../images/lm-down-b.png") no-repeat scroll 68px 8px #FFFFFF !important;
  color: #0B8CDE !important;
}

#app-left-menu ul li ul li ul li ul li a.open {
  background: url("../images/lm-down-b.png") no-repeat scroll 68px 8px transparent;
}

#app-left-menu ul li ul li ul li ul li a#current.open {
  background: #eef6fd url(../images/lm-down-b.png) 68px 8px no-repeat;
}

/* forth level menu */
#app-left-menu ul li ul li ul li ul li ul li a,
#app-left-menu ul li.groupless ul li ul li ul li ul li a {
  background: url("../images/lm-down-b.png") no-repeat scroll 95px 8px transparent;
  padding: 7px 0 7px 95px;
}

#app-menu .selectedTabMid, #app-menu .selectedTabMid:hover {
  background: #62c5ff;
  color: #fff !important;
  font-weight: 400;
  text-shadow: none;
}

#app-left-menu .last-child a#current.open {
  /*background: url("../images/menu-item-bg.png") repeat-y scroll right top transparent !important;*/
  color: #0B8CDE !important;
}

/*#app-left-menu ul li ul li ul li.last-child a#current.open {*/
/*background: #ffffff url(../images/lm-down-b.png) 38px 8px no-repeat !important;*/
/*}*/
#app-left-menu ul li ul li.last-child a#current.open {
  background: #eef6fd !important;
}

#accMenu li a#current.groupless {
  color: #FFFFFF !important;
}

#app-left-menu .nodeBulletText {
  color: #b9c7d0 !important;
  cursor: default !important;
  font-size: 13px;
  font-style: normal;
}

div#app-main form {
  margin: 0 !important;
}

div#app-main div#searchForm {
  padding-top: 0px;
}

.collapseTree {
  background: url("../images/collapse.gif") no-repeat scroll right top #FFFFFF;
  cursor: pointer;
  height: 200px;
  width: 5px;
  padding-left: 3px;
}

.expandTree {
  background: url("../images/expand.gif") no-repeat scroll right top #FFFFFF;
  cursor: pointer;
  height: 200px;
  width: 5px;
  padding-left: 3px;
}

.tree-plus, .tree-minus {
  width: 56px !important;
  height: 29px !important;
  bottom: -4px !important;
  z-index: 300;
}

div#searchForm .recordDtlFont input[type='radio'] {
  margin-left: 10px;
}

div.crudForm .formBody input,
div.crudForm .formBody select,
div#searchForm tr#search_form input,
div#searchForm tr#search_form select {
  /* margin-bottom: 2px; */
}

div.crudForm .formBody .edit-form .scrollingContainer table tbody tr td {
  /*background: url('../images/edit-box.png') no-repeat scroll left 0px !important;*/
  padding-bottom: 0px;
}

div.crudForm .formBody .edit-form table tr td.gridRow.rowActionCell {
  border: none;
  background: #fff !important;
}

div.crudForm .formBody .edit-form input[type='text'], div#crudForm .formBody .edit-form textarea, div#crudForm .formBody .edit-form select {
  background-color: transparent;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 26px;
  line-height: 26px;
  font-family: "Myriad Pro", Arial;
}

div#crudForm .formBody .edit-form textarea {
  line-height: 15px;
  min-height: 15px;
  height: 15px;
  font-family: "Myriad Pro", Arial, Helvetica;
}

div#crudForm .formBody .edit-form input:focus, div#crudForm .formBody .edit-form select:focus, table tr td.gridRow div[index]:focus {
  outline-color: transparent;
  outline-style: none;
  /*-webkit-appearance: none; this one breaks checkbox in embedd grid in google chrome*/
  box-shadow: none;
}

div#crudForm .formBody .edit-form select {
  background: none;
  -moz-appearance: none;
}

div#crudForm .formBody .edit-form select::-ms-expand {
  display: none;
}

div#crudForm .formBody .edit-form select:focus {
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
  background-repeat: no-repeat;
  background-position: right center;
}

.innerGrid table {
  margin-bottom: 3px;
}

.innerGrid, div#crudForm .formBody .edit-form .gridRow.innerGrid:hover {
  background-color: #f9f9f9 !important;
}

.formBody .innerGrid {
  padding-left: 2px !important;
}

div#crudForm .formBody .edit-form .innerGrid table tr td.gridRow.rowActionCell {
  background-color: #f9f9f9 !important;
}

.innerGrid table tbody tr td.activeGridHeaderCell, .formBody .innerGrid table tr td.gridRow.rowActionCell {
  height: 16px !important;
  padding: 3px 2px 0px 10px !important;
  min-height: 16px !important;
  font-weight: 400;
}

.formBody .innerGrid table tr td.gridRow.rowActionCell {
  padding-top: 7px !important;
}

.formBody .scrollingContainer .innerGrid table tbody tr td {
  height: 16px !important;
  padding: 0px 2px 0px 10px !important;
  min-height: 16px !important;
}

.formBody .scrollingContainer .innerGrid table tbody tr td.gridRow {
  line-height: 20px;
}

.innerGrid .activeGridHeaderCell {
  background: #eee;
  border-bottom: 0px solid #e7e7e7 !important;
}

.formBody .scrollingContainer table tbody tr td.gridRow {
  vertical-align: top;
  line-height: 30px;
}

.innerGrid table tr td.gridRow div[index] {
  height: 26px;
  line-height: 26px;
}

.innerGrid .del {
  background: url("../images/BRM/web/minus-sub.png") no-repeat scroll left 0px !important;
  width: 16px;
  height: 16px;
}

.innerGrid .add {
  background: url("../images/BRM/web/plus-sub.png") no-repeat scroll left 0px !important;
  width: 16px;
  height: 16px;
  float: right;
}

.innerGrid .del a, .innerGrid .add a {
  width: 16px;
  height: 16px;
  display: block;
}

.innerGrid .del a img, .innerGrid .add a img {
  display: none;
}

.customEmbeddedEditable input:focus, .customEmbeddedEditable select:focus, .customEmbeddedEditable table tr td.gridRow div[index]:focus {
  outline-color: transparent;
  outline-style: none;
  border: 0px;
  /*-webkit-appearance: none; this one breaks checkbox in embedd grid in google chrome*/
  box-shadow: none;
}

.ui-datepicker {
  z-index: 99999999 !important;
}

.ui-datepicker-current-day {
  background-color: #808080;
}

div#crudForm .formBody .edit-form .gridRow:hover {
  background-color: #fff !important;
}

.customEmbeddedEditable .gridRow:hover {
  background-color: #fff !important;
}

div#crudForm .formBody .edit-form .gridRow.focus {
  background-color: #fff !important;
  border-bottom-color: #ccc !important;
  background-position: 0px -39px !important;
}

div#crudForm .formBody .edit-form .gridRow.readOnlyCell,
div#crudForm .formBody .edit-form .gridRow.readOnlyCell.focus,
div#crudForm .formBody .edit-form .gridRow.readOnlyCell.hover {
  border-bottom: 1px solid #e4e4e4 !important;
  background: #f9f9f9 !important;
}

.ui-tooltip {
  padding: 0;
  position: absolute;
  z-index: 9999;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 0;
}

div#app-left-menu li.groupless.last-child {
  background: #f7f7f7 !important;
}

div#app-left-menu li.groupless:hover {
  background-color: #eee !important;
}

div#app-left-menu ul#accMenu.leftnav li.recycled.last-child,
div#app-left-menu ul#accMenu.leftnav li.groupless.last-child {
  color: #555555;
  font-size: 14px;
}

#app-left-menu ul li.recycled a,
#app-left-menu ul li.groupless a {
  color: #555555;
  padding-left: 25px;
  font-weight: 300 !important;
  font-size: 14px;
  border-top: 1px solid #f4f4f4;
}

#app-left-menu ul li.recycled a#current {
  color: #0B8CDE;
  background-color: white !important;
  padding-left: 25px;
}

#app-left-menu ul li.groupless a#current {
  color: #0B8CDE;
  background-color: white !important;
  padding-left: 25px;
  font-weight: 400 !important;
}

#app-left-menu ul li.groupless a.open {
  background-color: #fff !important;
  border-top: 1px solid #e7e7e7;
}

#app-left-menu ul li.groupless a#current label {
  color: #555;
  font-weight: 300;
}

#app-left-menu .groupless.last-child a#current.open.show {
  color: #0B8CDE;
  background-color: white !important;
  padding-left: 25px;
}

#app-left-menu .recycled.last-child a#current.open.show,
#app-left-menu .groupless.last-child a#current.open.show {
  color: #0B8CDE;
  background-color: white !important;
  padding-left: 25px;
}

.relatedListBlock {
  /*border-bottom: solid 1px #cecece;*/
  /*border-left: solid 1px #cecece;*/
  /*border-right: solid 1px #cecece;*/
  /*border-top: solid 3px #0089AC;*/
  width: 100%;
}

.relatedListLabel {
  color: #444;
  font-size: 9pt;
  font-weight: bold;
  padding: 7px 11px 5px 5px;
  text-align: left;
}

div#bulkForm nav:last-child {
  position: relative;
  top: -10px;
}

nav table, div#searchForm table {
  width: 100%;
  border: none;
}

div#bulkForm tr#search_form td.formBody {
  padding: 12px 10px 10px;
}

div#bulkForm tr#search_form td.formBody table tr.recordData > td:nth-child(1) {
  text-align: right;
  padding: 5px;
  width: 15%;
}

div#bulkForm tr#search_form td.formBody table tr.recordData td.searchMessage {
  text-align: left;
}

div#bulkForm tr#search_form td.formBody table tr.recordData > td:nth-child(2) {
  padding: 5px;
  width: 85%;
}

table#tblMessages td.noMessages {
  text-align: center;
  font-size: 10pt;
  color: #999;
  padding: 10px;
  font-weight: 300;
}

table#tblMessages td.other-col {
  text-align: center;
  width: 10%;
}

table#tblMessages td.formBody > div {
  height: 300px;
  overflow-y: auto;
}

table#tblMessages td.formBody > div > table {
  border: none;
  width: 100%;
}

table#tblMessages td.formBody > div > table tr td:nth-child(3) img {
  cursor: pointer;
}

table#tblMessages {
  border: none;
  width: 100%;
  padding-top: 5px;
}

table.start-search tr#search_form > td.formBody {
  padding: 0 0 10px;
  text-align: left;
}

table.start-search tr#search_form > td.formBody > table {
  border: none;
  width: 100%;
}

table.start-search tr#search_form > td.formBody > table tr td {
  padding-top: 5px;
}

table.start-search tr#search_form > td.formBody > table tr td:nth-child(1) {
  text-align: right;
  width: 12%;
}

table.start-search tr#search_form > td.formBody > table tr td:nth-child(2) {
  text-align: left;
  width: 85%;
}

table.start-search tr#search_form > td.formBody > table tr td.fieldError {
  height: 35px;
}

table#chartsContainer {
  border: none;
  width: 100%;
}

table#chartsContainer > tr > td.formBody {
  text-align: left;
  background-color: white;
}

table#charts {
  width: 100%;
}

table#charts td.chartCell {
  padding-left: 5px;
  vertical-align: top;
}

div[id^='dlgExport'] input[type='radio'][name='export_type'] {
  margin-bottom: 8px;
}

div[id^='dlgExport'] > div {
  text-align: center;
  margin-top: 10px;
}

div#error-details {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 2px #c1c1c1 groove;
}

/*
td.gridRow div.gridValueLabel {
    height: 17px;
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
}*/
.formBody table tr td.gridRow.rowActionCell {
  border: 0;
  background-color: #fff;
  text-align: right;
  width: 16px;
}

table tr td.gridRow.rowActionCell span a img {
  border: 0;
  height: 15px;
}

table tr td.gridRow div[index] {
  height: 30px;
  width: 100%;
  line-height: 28px;
  padding-top: 1px;
  overflow-x: hidden;
}

table tr td.gridRow input.formText.inputControl[type="text"][index],
table tr td.gridRow textarea.formText.inputControl[index],
table tr td.gridRow select.formText.inputControl[index] {
  position: relative;
  font-size: 13px;
  border: none;
  outline: none;
  width: 100%;
  font-weight: normal;
}

table tr td.gridRow input.formText.inputControl[type="text"][index] {
  top: 0px;
  left: 0px;
}

table tr td.gridRow select.formText.inputControl[index] {
  top: 0px;
  left: 0px;
}

table tr td.gridRow div.readOnlyCellLabel {
  white-space: normal;
}

div#crudForm td.recordBody td.recordData table td.recordData {
  padding-right: 0;
}

table#chartsContainer table#charts div.chart-section div[id^='filter_'] {
  display: inline-block;
}

td.inputChbx {
  text-align: center;
}

div#crudForm td.recordBody tr.recordDtlRow td.recordData.quickLinkCell {
  vertical-align: top;
  text-align: right;
  background-color: #f9f9f9;
}

div#treeViewOptions {
  background-color: #f8f8f8;
  padding: 6px 0 9px;
  font-size: 11px;
  color: #444;
  border-top: 1px solid #fff;
}

div#treeViewOptions input {
  position: relative;
  top: 3px;
  margin-left: 10px;
}

div#treeViewOptions div#expandCollapseControls {
  display: inline;
}

div#treeViewOptions span {
  padding-left: 7px;
}

div#treeViewOptions a {
  padding-left: 10px;
  color: #656565;
}

table#formContainer tr[id$='_ROW'] > td > input[type="checkbox"],
tr.recordDtlRow > td.recordData > input[type="checkbox"] {
  position: relative;
  top: 2px;
}

table#formContainer tr[id$='_ROW'] > td.recordDtlFont span,
div#searchForm tr#search_form td.recordDtlFont > span {
  position: relative;
  top: -2px;
}

div.tree-plus.treeclick.ui-icon {
  background: url(../images/plus.svg) no-repeat center;
  /*background-position:0 0;*/
}

div.tree-minus.treeclick.ui-icon {
  background: url(../images/minus.svg) no-repeat center;
  /*background-position:0 0;*/
}

#right-nav-wrap {
  margin: 14px 0 0 5px;
  padding-right: 0px;
  float: right;
  max-width: 100px;
}

#right-nav-wrap ul {
  list-style: none;
  position: relative;
  float: right;
  margin: 0 0 0 0px;
  padding: 0;
  z-index: 999;
}

#right-nav-wrap ul a {
  display: block;
  color: #555;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  padding: 0 15px;
}

#right-nav-wrap ul a:hover {
  text-decoration: none;
  color: #222;
}

#right-nav-wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 3px 5px;
  line-height: 55px;
}

#right-nav-wrap ul li.main-level:hover {
  border-radius: 2px 2px 0 0;
  box-shadow: 1px 1px 2px #ddd;
}

#right-nav-wrap ul li.current-menu-item {
  background: #ddd;
}

#right-nav-wrap ul li:hover {
  background: #fff;
}

#right-nav-wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  box-shadow: 1px 2px 3px #ddd;
  /*margin-left:-23px;*/
  border-radius: 2px 0px 2px 2px;
}

#right-nav-wrap ul ul li {
  float: none;
  width: 113px;
  padding: 0 10px;
}

#right-nav-wrap ul ul li:hover {
  background: #f9f9f9;
}

#right-nav-wrap ul ul a {
  line-height: 120%;
  padding: 10px 15px;
}

#right-nav-wrap ul ul ul {
  top: 0;
  left: 100%;
}

#right-nav-wrap ul li:hover > ul {
  display: block;
}

#right-nav-wrap .right-nav {
  background: url("../images/right-nav.png") no-repeat 3px 2px scroll;
  height: 21px;
  width: 30px;
  float: right;
}

#right-nav-wrap > ul > li {
  width: 123px;
}

#app-upper-right-menu #username {
  float: right;
  font-weight: 300;
  color: #f3f8fd;
  line-height: 55px;
  padding-top: 1px;
  margin-right: 15px;
}

#app-upper-right-menu .separate {
  float: right;
  width: 0px;
  background: #378bd4;
  height: 55px;
}

#pinIcon {
  position: relative;
  top: 60px;
  float: right;
  margin-right: 17px;
}

.searchLink:hover, .dashboardLink:hover, .helpLink:hover {
  background-position: 12px -22px;
}

.topBarClicked {
  background-position: 12px -22px !important;
}

.formBody .formData a.recordDtlFont, .gird-edit, .message-col .message, .chartReport {
  color: #0098f0 !important;
}

.formBody .formData a.recordDtlFont:hover, .gird-edit:hover, .message-col .message:hover, .chartReport:hover {
  color: #12baff !important;
}

th.google-visualization-table-th.gradient {
  background: #f9f9f9;
  border-bottom-width: 0px;
  font-size: 12px;
}

.recordData .multiSelectView {
  float: left;
}

.recordData .multiSelectView:first-child {
  padding-top: 5px;
}

.recordData .multiSelectView span {
  display: block;
  line-height: 22px;
}

.overrideAttribute.overrideView.alignBottom {
  margin-bottom: 15px;
  display: block;
  margin-top: 4px;
  float: left;
  padding-top: 5px;
}

a.source-btn {
  display: inline-block;
  height: 13px;
  width: 13px;
  background: url("../images/ico-source.png") no-repeat;
}

.innerGrid table {
  margin-bottom: 3px;
}

.innerGrid, div#crudForm .formBody .edit-form .gridRow.innerGrid:hover {
  background-color: #f9f9f9 !important;
}

.formBody .innerGrid {
  padding-left: 2px !important;
}

div#crudForm .formBody .edit-form .innerGrid table tr td.gridRow.rowActionCell {
  background-color: #f9f9f9 !important;
}

.innerGrid table tbody tr td.activeGridHeaderCell, .formBody .innerGrid table tr td.gridRow.rowActionCell {
  height: 16px !important;
  padding: 3px 2px 0px 10px !important;
  min-height: 16px !important;
  font-weight: 400;
}

.formBody .innerGrid table tr td.gridRow.rowActionCell {
  padding-top: 7px !important;
}

.formBody .scrollingContainer .innerGrid table tbody tr td {
  height: 16px !important;
  padding: 0px 2px 0px 10px !important;
  min-height: 16px !important;
}

.formBody .scrollingContainer .innerGrid table tbody tr td.gridRow {
  line-height: 20px;
}

.formBody .innerGrid .scrollingContainer table thead tr td.activeGridHeaderCell {
  background: #eee;
  border-bottom: 0px solid #e7e7e7 !important;
}

.formBody .innerGrid .scrollingContainer table thead tr td {
  background: #f9f9f9;
  border-width: 0px !important;
}

.formBody .scrollingContainer table tbody tr td.gridRow {
  vertical-align: top;
  line-height: 30px;
}

.innerGrid table tr td.gridRow div[index] {
  height: 26px;
  line-height: 26px;
}

.innerGrid .del {
  background: url("../images/BRM/web/minus-sub.png") no-repeat scroll left 0px !important;
  width: 16px;
  height: 16px;
}

.innerGrid .add {
  background: url("../images/BRM/web/plus-sub.png") no-repeat scroll left 0px !important;
  width: 16px;
  height: 16px;
  float: right;
}

.innerGrid .del a, .innerGrid .add a {
  width: 16px;
  height: 16px;
  display: block;
}

.innerGrid .del a img, .innerGrid .add a img {
  display: none;
}

.separator {
  width: 1px;
  display: inline-block;
  border-right: 1px solid #ccc;
  line-height: 17px;
  margin: 0px 4px;
}

.formBody .edit-form .scrollingContainer {
  background: #fff;
}

th.ui-th-column div {
  word-wrap: break-word;
  /* IE 5.5+ and CSS3 */
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  overflow: hidden;
  height: auto !important;
  vertical-align: middle;
}

.ui-dialog td.gridRow.innerGrid input {
  z-index: 9999;
}

#packageSelector .input-group-addon {
  display: none;
}

div#treeViewOptions #packageSelector input[type="text"] {
  top: 0px;
}

#packageSelector .dropdown {
  display: inline-table;
}

#packageSelector .dropdown-menu {
  min-width: 200px;
}

#packageSelector .tab-pane.active div {
  width: 100%;
  white-space: nowrap;
  color: #444;
  font-size: 13px;
}

#packageSelector .tab-pane.active div:hover {
  background: #f4f4f4;
}

#packageSelector .tab-pane.active div span {
  font-weight: 400;
}

#packageSelector .tab-pane.active div label {
  margin: 4px 10px 3px 0px;
}

#packageSelector .tab-content {
  padding: 10px 0px;
}

#packageSelector .box-content {
  padding: 4px 10px 3px 10px;
  margin-top: 5px;
}

#packageSelector a[aria-expanded="false"] {
  background: #f4f4f4;
  border-color: #eee #eee #ddd;
}

#packageSelector a[aria-expanded="false"]:hover {
  background: #eee;
}

input[type=file], .fileupload .lookup-clear {
  display: inline-block;
  vertical-align: middle;
}

.mCSB_container {
  overflow: visible !important;
}
