@charset "UTF-8";
/*normalize.css from http://necolas.github.io/normalize.css/
 * Ensures cross-browser uniformity
 * Used under MIT License */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.ewTextField, .ewtextfield, .ewTextArea, .ewtextarea, .ewTextAreaReadOnly, .ewtextareareadonly,
.ewLabel, .ewlabel, .ewButton, .ewbutton, .ewCombo, .ewcombo, .ewImgButton, .ewimgbutton,
.ewTextFieldReadOnly, .ewtextfieldreadonly, .ewTab, .ewtab, .ewList, .ewlist, .ewcheck,
.ewCheck, .ewlabelreadonly, .ewtextareadiv, .ewcombodiv, .ewtextfielddiv, .ewbuttonreadonly {
  position: absolute; }

.ewlabel {
  color: #292929; }

.noSelect, #ctl00_TitleDisplay, #MainRow #LeftMenu, #mainbody #processTrailRow, .RadGrid, .RadToolBar, .rtWrapperContent .ewbody {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html {
  height: 100%; }
  html .ewformbody, html .theme_background {
    background-color: white; }

body {
  font: 70% "Open Sans", "Segoe UI", "Ubuntu", Tahoma, Verdana, Arial;
  overflow: auto !important; }

p, h1, h2, h3, h4, a, span, li, table, input, textarea, select {
  color: #292929; }

p, span, a, li, td, tr, input, textarea, select {
  font-weight: normal; }

h1, h2, h3, h4, th {
  font-weight: bold; }

a {
  text-decoration: none;
  color: #48433f; }
  a:hover {
    text-decoration: underline; }

input, select, textarea, .ewtextfieldreadonly {
  border: 1px solid #ccc !important;
  font-family: "Open Sans", "Segoe UI", "Ubuntu", Tahoma, Verdana, Arial;
  min-height: 18px;
  border-radius: 0; }

input[type="text"], input[type="password"], select, textarea {
  -webkit-appearance: none; }

.ewcombodiv select, .ewdatasheetcolumn select {
  visibility: hidden !important; }

.ui-selectmenu-button {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
  border: 1px solid #ccc !important;
  height: 100%;
  position: relative; }
  .ui-selectmenu-button .ui-selectmenu-text {
    padding: 2px 20px 2px 2px !important;
    color: black; }
  .ui-selectmenu-button .ui-icon {
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
    height: 100%;
    width: 20px;
    margin: 0 !important;
    background-image: url("../images/sortasc.png");
    background-position: center; }

.ui-selectmenu-open {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 150px;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 5; }
  .ui-selectmenu-open .ui-menu .ui-menu-item {
    box-sizing: border-box;
    margin: 0px !important; }
    .ui-selectmenu-open .ui-menu .ui-menu-item:hover {
      background-color: orange;
      color: black; }

.ewdatasheetcolumn .ui-selectmenu-button {
  position: absolute;
  top: 1px;
  left: 3px;
  right: 3px;
  height: auto;
  font-size: 1em !important;
  height: 24px; }
.ewdatasheetcolumn select {
  width: 100% !important;
  height: 100% !important; }

input, select, textarea, .reWrapper {
  background-color: white;
  colour: #292929; }
  input:focus, select:focus, textarea:focus, .reWrapper:focus {
    border: 1px solid gray;
    box-shadow: 0 0 2px orange;
    outline: none; }

#unsupportedBrowser {
  width: 100%;
  background-color: red;
  position: fixed;
  top: 0px;
  z-index: 2000; }
  #unsupportedBrowser .unsupportedText {
    color: white;
    font-size: 120%;
    text-align: center;
    display: block; }
  #unsupportedBrowser .unsupportedClose {
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 120%;
    cursor: pointer;
    padding-right: 3px; }

#frm_formarea {
  background-color: #f9f9f9;
  border-radius: 5px 0 0 0;
  overflow: hidden; }

#ctl00_TitleDisplay {
  position: relative;
  z-index: 2;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto 100%;
  background-color: #3a3633;
  min-height: 0px; }
  #ctl00_TitleDisplay > div > br {
    display: none; }
  #ctl00_TitleDisplay > div:first-of-type {
    text-align: right;
    margin: 17px 10px 17px 0;
    height: auto !important;
    width: auto !important;
    min-width: 0 !important; }
    #ctl00_TitleDisplay > div:first-of-type .RadButton {
      text-align: center;
      color: white;
      border: 0px;
      border-radius: 2px; }
      #ctl00_TitleDisplay > div:first-of-type .RadButton:hover {
        color: orange; }
      #ctl00_TitleDisplay > div:first-of-type .RadButton:before {
        color: inherit;
        font-size: 230%;
        font-family: FontAwesome;
        content: ""; }
      #ctl00_TitleDisplay > div:first-of-type .RadButton .rbText {
        display: none; }
    #ctl00_TitleDisplay > div:first-of-type > #loginArea {
      margin-right: 5px;
      display: inline-block;
      font-size: 1.2em;
      padding: 5px; }
      #ctl00_TitleDisplay > div:first-of-type > #loginArea > span {
        color: white; }
        #ctl00_TitleDisplay > div:first-of-type > #loginArea > span > a {
          color: white; }
          #ctl00_TitleDisplay > div:first-of-type > #loginArea > span > a:hover {
            color: orange; }
  #ctl00_TitleDisplay > div:nth-of-type(2) {
    background-image: none !important;
    color: white;
    font-size: 1.5em;
    background-color: #3a3633 !important;
    margin: 15px;
    margin-left: 18px;
    height: auto !important;
    border-bottom: 3px solid orange;
    width: auto !important;
    min-width: 0 !important; }
  #ctl00_TitleDisplay > div:nth-of-type(2):before {
    content: "iET Self Service";
    font-family: "Open Sans", "Segoe UI", "Ubuntu", Tahoma, Verdana, Arial; }
  #ctl00_TitleDisplay > div:nth-of-type(3) {
    display: none; }

#master {
  position: relative;
  width: 100% !important;
  background: #3a3633; }

#MainRow {
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  background-color: #f9f9f9; }
  #MainRow > div {
    position: absolute;
    top: 0px;
    bottom: 0px;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important; }
  #MainRow #MainForm {
    left: 250px;
    right: 0px;
    height: 100%;
    min-width: 0px !important;
    max-width: none !important;
    width: auto !important;
    background-color: #3a3633; }
    #MainRow #MainForm .rtbInner {
      height: 36px !important; }
  #MainRow #showHideMenu {
    position: absolute;
    top: 0px;
    left: 225px;
    bottom: 0px;
    width: 25px;
    box-sizing: border-box; }
    #MainRow #showHideMenu > #showHideBar {
      bottom: 0px;
      top: 25px;
      font-size: 200%; }
    #MainRow #showHideMenu > #pinButton {
      height: 25px;
      top: 0px;
      box-sizing: border-box;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      font-size: 130%; }
    #MainRow #showHideMenu > div {
      position: absolute;
      width: 100%;
      cursor: pointer;
      color: white; }
      #MainRow #showHideMenu > div:hover {
        color: orange; }
      #MainRow #showHideMenu > div > div {
        display: table;
        text-align: center;
        height: 100%;
        width: 100%; }
        #MainRow #showHideMenu > div > div > div {
          display: table-cell;
          vertical-align: middle; }
          #MainRow #showHideMenu > div > div > div > span {
            color: inherit;
            display: inline-block;
            z-index: 3;
            font-family: "FontAwesome"; }
  #MainRow #LeftMenu {
    min-width: 0 !important;
    max-width: none !important;
    width: 250px;
    overflow: visible;
    z-index: 3;
    background-color: #3a3633; }
    #MainRow #LeftMenu #menuWrapper {
      position: absolute;
      top: 0px;
      bottom: 0px;
      width: 100%;
      width: 225px; }
      #MainRow #LeftMenu #menuWrapper #leftMenuTbl {
        overflow: visible;
        border: 0px;
        padding-left: 10px; }
        #MainRow #LeftMenu #menuWrapper #leftMenuTbl #leftMenuContentsCell {
          border-right: 0px !important; }
    #MainRow #LeftMenu div {
      overflow: hidden; }
    #MainRow #LeftMenu .RadPanelBar {
      position: absolute;
      height: 100%; }
    #MainRow #LeftMenu > .RadButton {
      border-radius: 0 5px 0 0;
      position: absolute;
      bottom: 0px;
      border: 0px;
      text-align: center;
      background-color: gray;
      opacity: 0.5;
      color: #48433f;
      box-sizing: border-box;
      display: none;
      display: table;
      border-right: 1px solid #3a3633;
      width: 100%; }
      #MainRow #LeftMenu > .RadButton:hover {
        opacity: 0.8;
        color: orange; }
      #MainRow #LeftMenu > .RadButton:before {
        display: table-cell;
        vertical-align: middle;
        font-size: 140%;
        font-family: "FontAwesome";
        content: "";
        color: inherit;
        padding: 5px; }
      #MainRow #LeftMenu > .RadButton > span {
        display: none; }
    #MainRow #LeftMenu > .RadButton.rbDisabled {
      color: gray; }
      #MainRow #LeftMenu > .RadButton.rbDisabled:hover {
        color: gray; }

.etbFIDiv {
  position: absolute;
  background: #3a3633;
  color: orange;
  cursor: pointer;
  opacity: 0.9;
  text-align: center; }
  .etbFIDiv:hover {
    opacity: 1; }

#mainPanel > div {
  background-color: #f9f9f9;
  box-sizing: border-box; }

#StatusRow {
  display: none; }

#mainbody {
  background-color: #3a3633;
  height: 100%;
  margin: 0;
  bottom: 0;
  border-radius: 0px;
  min-height: 100%; }
  #mainbody #main_form {
    height: 100%; }
    #mainbody #main_form .RadMenu_Context > ul > li {
      display: none; }
    #mainbody #main_form .RadMenu_Context > ul > .rmItem {
      display: list-item;
      padding: 0px; }
      #mainbody #main_form .RadMenu_Context > ul > .rmItem > a > img + span {
        padding-left: 20px !important; }
    #mainbody #main_form .rmLink {
      padding: 0px; }
      #mainbody #main_form .rmLink:hover {
        text-decoration: none; }
    #mainbody #main_form .rmText {
      display: list-item;
      margin: 0px;
      padding: 2px 5px 2px 5px;
      background-color: #48433f;
      color: white; }
    #mainbody #main_form .rmText:hover {
      background-color: #ffb733;
      color: black; }
    #mainbody #main_form .rmActive {
      border: 1px solid black;
      padding: 0px; }
    #mainbody #main_form #controlsRow {
      padding: 0 10px 10px 10px;
      background-color: #f9f9f9;
      position: absolute;
      bottom: 40px;
      top: 35px;
      box-sizing: border-box;
      height: auto !important; }
      #mainbody #main_form #controlsRow #ewform {
        font-size: 90%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 100% !important;
        padding: 0px;
        box-sizing: border-box; }
        #mainbody #main_form #controlsRow #ewform #formHtmlCtrls {
          display: none;
          position: absolute;
          top: 0px;
          bottom: 0px;
          left: 0px;
          right: 0px;
          z-index: 1; }
          #mainbody #main_form #controlsRow #ewform #formHtmlCtrls input[type=text], #mainbody #main_form #controlsRow #ewform #formHtmlCtrls input[type=password], #mainbody #main_form #controlsRow #ewform #formHtmlCtrls textarea {
            /* Needed for iOS otherwise text fields appear too large */
            pointer-events: all;
            padding: 1px; }
          #mainbody #main_form #controlsRow #ewform #formHtmlCtrls .ewtab {
            pointer-events: none;
            z-index: 5; }
          #mainbody #main_form #controlsRow #ewform #formHtmlCtrls .ewcombo {
            pointer-events: all;
            z-index: 4; }
          #mainbody #main_form #controlsRow #ewform #formHtmlCtrls .ewcontainer {
            pointer-events: none;
            z-index: 3; }
          #mainbody #main_form #controlsRow #ewform #formHtmlCtrls * {
            pointer-events: all;
            z-index: 3; }
        #mainbody #main_form #controlsRow #ewform #formDataCtrls {
          position: absolute;
          top: 0px;
          bottom: 0px;
          left: 0px;
          right: 0px;
          z-index: 2;
          height: 100%; }
          #mainbody #main_form #controlsRow #ewform #formDataCtrls * {
            pointer-events: all;
            z-index: 4; }
    #mainbody #main_form > span {
      left: 25px; }
  #mainbody #processTrailRow {
    height: 35px;
    position: relative;
    background-color: #f9f9f9;
    padding-top: 5px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden; }
    #mainbody #processTrailRow > div {
      position: relative;
      left: 6px;
      height: 30px !important;
      background-color: white;
      color: #292929;
      font-size: 1.3em;
      padding: 3px 20px 3px 30px;
      border-top: 1px solid #292929 !important;
      border-bottom: 1px solid #292929 !important;
      cursor: pointer;
      box-sizing: border-box;
      display: block !important;
      float: left; }
      #mainbody #processTrailRow > div:hover {
        text-decoration: underline;
        background-color: #ffb733;
        color: black; }
        #mainbody #processTrailRow > div:hover:after {
          border-left-color: #ffb733; }
      #mainbody #processTrailRow > div:after {
        content: " ";
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 15px solid white;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 2; }
      #mainbody #processTrailRow > div:before {
        content: " ";
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 16px solid #292929;
        position: absolute;
        top: -1px;
        left: 0;
        z-index: 1; }
    #mainbody #processTrailRow > .p-trail-active {
      background-color: orange !important;
      color: black; }
      #mainbody #processTrailRow > .p-trail-active:after {
        content: " ";
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 15px solid orange !important;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 2; }
    #mainbody #processTrailRow > div:last-of-type {
      border-right: 1px solid #292929 !important;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      #mainbody #processTrailRow > div:last-of-type:after {
        content: none; }
    #mainbody #processTrailRow > div:first-of-type {
      border-left: 1px solid #292929 !important;
      padding-left: 20px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
      #mainbody #processTrailRow > div:first-of-type:before {
        content: none; }
  #mainbody #buttonsRowWrapper {
    background-color: #3a3633;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    height: 40px;
    width: 100%;
    display: table;
    text-align: right; }
    #mainbody #buttonsRowWrapper > div {
      display: table-cell;
      vertical-align: middle;
      padding: 4px;
      box-sizing: border-box; }
      #mainbody #buttonsRowWrapper > div div {
        height: 100%;
        padding-right: 0px !important;
        padding: 0 3px; }
        #mainbody #buttonsRowWrapper > div div .RadButton {
          height: 100%; }
          #mainbody #buttonsRowWrapper > div div .RadButton > .rbDecorated {
            box-sizing: border-box;
            border: 1px solid white !important;
            background-color: #48433f;
            padding: 0 20px;
            border-radius: 3px;
            height: 100%;
            color: white; }
            #mainbody #buttonsRowWrapper > div div .RadButton > .rbDecorated:hover {
              background-color: orange;
              color: black; }
  #mainbody #CalendarPickUpDiv {
    border-right: 1px solid black !important; }
    #mainbody #CalendarPickUpDiv #CalendarPickUp_Title {
      color: black; }
    #mainbody #CalendarPickUpDiv th {
      color: black;
      background-color: white;
      text-align: center; }
    #mainbody #CalendarPickUpDiv .rcSelected {
      background-color: orange;
      color: black; }
    #mainbody #CalendarPickUpDiv .rcOtherMonth a {
      color: gray; }
  #mainbody #CalendarPickUpTimeDiv {
    padding-top: 10px;
    width: 220px !important;
    border: 1px solid black;
    background-color: white; }
    #mainbody #CalendarPickUpTimeDiv center {
      margin-top: 5px; }
      #mainbody #CalendarPickUpTimeDiv center a {
        padding: 3px 10px;
        background-color: orange;
        border-radius: 3px;
        color: black; }
        #mainbody #CalendarPickUpTimeDiv center a:hover {
          background-color: #ffb733;
          color: black; }
    #mainbody #CalendarPickUpTimeDiv span > input {
      border: 1px solid black !important; }
    #mainbody #CalendarPickUpTimeDiv .riDown {
      position: relative;
      background-position: center top;
      background-image: url("../images/sortasc.png");
      background-size: 8px 5px;
      background-repeat: no-repeat; }
    #mainbody #CalendarPickUpTimeDiv .riUp {
      position: relative;
      background-position: center bottom;
      background-image: url("../images/sortdesc.png");
      background-size: 8px 5px;
      background-repeat: no-repeat; }
    #mainbody #CalendarPickUpTimeDiv .rcbReadOnly {
      color: black !important;
      background-color: white; }
      #mainbody #CalendarPickUpTimeDiv .rcbReadOnly input {
        color: black !important; }

.rcRow .rcSelected {
  background-color: orange; }

#aspnetForm > .RadMenu > .rmActive {
  background-color: #48433f;
  padding: 0px !important;
  border: 1px solid black; }
  #aspnetForm > .RadMenu > .rmActive * {
    background-color: transparent; }
  #aspnetForm > .RadMenu > .rmActive > .rmItem {
    width: 100%;
    box-sizing: border-box;
    color: white;
    padding: 2px; }
    #aspnetForm > .RadMenu > .rmActive > .rmItem:hover {
      background-color: #ffb733;
      color: #292929; }
    #aspnetForm > .RadMenu > .rmActive > .rmItem > .rmLink, #aspnetForm > .RadMenu > .rmActive > .rmItem .rmLink:hover {
      color: inherit;
      text-decoration: none; }
      #aspnetForm > .RadMenu > .rmActive > .rmItem > .rmLink > .rmText, #aspnetForm > .RadMenu > .rmActive > .rmItem .rmLink:hover > .rmText {
        color: inherit;
        background-color: transparent !important;
        padding-left: 20px; }

.popupDiv {
  display: none; }

.PDataPanel {
  display: none; }

.rcbReadOnly {
  position: relative;
  color: white; }
  .rcbReadOnly:hover {
    color: orange !important; }
  .rcbReadOnly .rcbInputCell {
    border: 1px solid #48433f !important; }
    .rcbReadOnly .rcbInputCell > input {
      border: 0 !important; }
  .rcbReadOnly .rcbInput:focus {
    box-shadow: none; }
  .rcbReadOnly .rcbArrowCell {
    color: inherit;
    border: 1px solid #48433f !important;
    border-collapse: collapse; }
    .rcbReadOnly .rcbArrowCell > a {
      color: inherit; }
  .rcbReadOnly .rcbArrowCell:before {
    color: inherit;
    margin-left: 4px;
    margin-top: 3px;
    content: "Ôû╝";
    font-size: 0.8em;
    position: absolute;
    z-index: 0; }

.rcbItem, .rcbInput {
  color: white;
  border: 0; }

.rcbItem {
  background-color: #48433f;
  margin: 0 !important; }

li.rcbHovered {
  color: orange;
  background-color: #3a3633;
  margin: 0 !important; }

.RadComboBoxDropDown {
  border: 1px solid black !important; }

.rcbFocused {
  box-shadow: 0 0 15px orange;
  color: orange; }

.RadComboBox .rcbHovered .rcbInput {
  color: orange; }

.RadPanelBar {
  background-color: #3a3633; }

.rpRootGroup {
  border: 0px !important;
  background-color: #3a3633 !important;
  padding-bottom: 25px !important; }
  .rpRootGroup .rpText {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: inherit;
    font-family: "Open Sans", "Segoe UI", "Ubuntu", Tahoma, Verdana, Arial;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px; }
  .rpRootGroup > .rpFirst > a {
    border-top: 0 !important; }
  .rpRootGroup > .rpLast > a {
    border-bottom: 0 !important; }
  .rpRootGroup .rpItem {
    cursor: auto;
    position: relative !important;
    background-color: #3a3633; }
    .rpRootGroup .rpItem .rpLink * {
      color: white; }
      .rpRootGroup .rpItem .rpLink *:hover {
        color: #ffb733;
        text-decoration: underline; }
    .rpRootGroup .rpItem .rpLink.rpSelected .rpText {
      font-weight: 600;
      color: orange; }
    .rpRootGroup .rpItem .rpItem {
      background-color: #48433f; }
      .rpRootGroup .rpItem .rpItem .rpLink * {
        color: white; }
        .rpRootGroup .rpItem .rpItem .rpLink *:hover {
          color: #ffb733;
          text-decoration: underline; }
      .rpRootGroup .rpItem .rpItem .rpLink.rpSelected .rpText {
        font-weight: 600;
        color: orange; }
    .rpRootGroup .rpItem .itemCount {
      position: absolute;
      padding: 0 5px;
      top: 10px;
      right: 15px;
      width: auto;
      height: 20px;
      border-radius: 20px;
      color: black;
      font-weight: bold;
      text-align: center;
      background-color: #ffb733; }
  .rpRootGroup > .rpItem > .rpLink > .rpOut {
    border-bottom: 0; }
  .rpRootGroup > .rplink:first-of-type {
    border-top: 0; }
  .rpRootGroup .rpLink {
    border-bottom: 1px solid black !important;
    border-top: 1px solid #554f4b !important;
    height: 24px;
    padding: 10px 0 10px 0;
    margin: 0 10px 0 10px; }
  .rpRootGroup .rpExpandable .rpExpandHandle {
    margin-top: 3px !important;
    color: inherit;
    text-decoration: none !important; }
    .rpRootGroup .rpExpandable .rpExpandHandle:before {
      font-family: FontAwesome !important;
      font-size: 1rem !important;
      content: "";
      color: inherit; }
  .rpRootGroup .rpExpanded .rpExpandHandle {
    margin-top: 3px !important;
    color: inherit;
    text-decoration: none !important; }
    .rpRootGroup .rpExpanded .rpExpandHandle:before {
      font-family: FontAwesome !important;
      font-size: 1rem !important;
      content: "";
      color: inherit; }
  .rpRootGroup .rpGroup {
    background-color: #48433f; }
    .rpRootGroup .rpGroup .rpText {
      color: inherit;
      padding-left: 30px; }
  .rpRootGroup .rpFirst, .rpRootGroup .rpLast {
    padding: 0 !important; }

.RadCalendar, .RadCalendarFastNavPopup {
  font-size: 140%;
  background-color: white; }
  .RadCalendar > thead:first-of-type, .RadCalendarFastNavPopup > thead:first-of-type {
    background-color: orange; }
    .RadCalendar > thead:first-of-type .rcNext, .RadCalendar > thead:first-of-type .rcFastNext, .RadCalendar > thead:first-of-type .rcFastPrev, .RadCalendar > thead:first-of-type .rcPrev, .RadCalendarFastNavPopup > thead:first-of-type .rcNext, .RadCalendarFastNavPopup > thead:first-of-type .rcFastNext, .RadCalendarFastNavPopup > thead:first-of-type .rcFastPrev, .RadCalendarFastNavPopup > thead:first-of-type .rcPrev {
      background-size: auto 70%;
      background-position: center; }
    .RadCalendar > thead:first-of-type .rcNext, .RadCalendarFastNavPopup > thead:first-of-type .rcNext {
      background-image: url("../images/nextwhite.png"); }
    .RadCalendar > thead:first-of-type .rcFastNext, .RadCalendarFastNavPopup > thead:first-of-type .rcFastNext {
      background-image: url("../images/lastwhite.png"); }
    .RadCalendar > thead:first-of-type .rcFastPrev, .RadCalendarFastNavPopup > thead:first-of-type .rcFastPrev {
      background-image: url("../images/firstwhite.png"); }
    .RadCalendar > thead:first-of-type .rcPrev, .RadCalendarFastNavPopup > thead:first-of-type .rcPrev {
      background-image: url("../images/prevwhite.png"); }
  .RadCalendar td, .RadCalendarFastNavPopup td {
    border-width: 1px 0 0 1px !important; }
    .RadCalendar td a, .RadCalendarFastNavPopup td a {
      color: black; }
      .RadCalendar td a:hover, .RadCalendarFastNavPopup td a:hover {
        background-color: #ffb733;
        color: black; }
  .RadCalendar .rcSelected > a, .RadCalendarFastNavPopup .rcSelected > a {
    color: black; }

.ewbutton, .ewimgbutton {
  border-radius: 3px;
  padding: 0px;
  text-align: center;
  box-sizing: content-box; }
  .ewbutton:hover, .ewimgbutton:hover {
    background: #ffb733;
    cursor: pointer;
    color: black !important; }

.ewimgbutton, .ewimgbutton:hover {
  background-repeat: no-repeat; }

input:disabled, select:disabled, textarea:disabled, .ewtextfieldreadonly, .ewtextareareadonly {
  background-color: #ddd; }

.RadAjaxPanel {
  height: 100%;
  width: 100%; }

.RadGrid {
  font-family: "Open Sans", "Segoe UI", "Ubuntu", Tahoma, Verdana, Arial;
  position: relative;
  background: formBackground;
  box-sizing: border-box;
  border: 1px solid #48433f; }
  .RadGrid * {
    border: 0px;
    font-family: "Open Sans", "Segoe UI", "Ubuntu", Tahoma, Verdana, Arial; }
  .RadGrid > table:first-of-type {
    position: absolute;
    bottom: 0px; }
  .RadGrid .rgHeader *, .RadGrid .rgRow *, .RadGrid .rgAltRow * {
    font-size: 1.15em; }
  .RadGrid .rgHeader, .RadGrid .rgHeader * {
    color: white; }
  .RadGrid .rgFilterRow td {
    background: #f9f9f9; }
    .RadGrid .rgFilterRow td:first-of-type {
      background: #48433f; }
    .RadGrid .rgFilterRow td:last-of-type {
      border-right: 0px; }
    .RadGrid .rgFilterRow td input, .RadGrid .rgFilterRow td div {
      height: 21px;
      width: 100% !important; }
    .RadGrid .rgFilterRow td .rgFilter {
      display: none; }
  .RadGrid .rgFilterRow .rdfd_ {
    display: none !important; }
  .RadGrid .rgRow {
    background-color: white;
    color: black; }
  .RadGrid .rgAltRow {
    background-color: white;
    color: black; }
  .RadGrid .rgRow, .RadGrid .rgAltRow {
    border: 0px; }
    .RadGrid .rgRow td, .RadGrid .rgAltRow td {
      position: relative;
      border: 0; }
      .RadGrid .rgRow td .ewcelllabel, .RadGrid .rgAltRow td .ewcelllabel {
        color: inherit; }
      .RadGrid .rgRow td > nobr, .RadGrid .rgAltRow td > nobr {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden; }
    .RadGrid .rgRow .ewcellrownum, .RadGrid .rgAltRow .ewcellrownum {
      background: #48433f;
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
      .RadGrid .rgRow .ewcellrownum span, .RadGrid .rgAltRow .ewcellrownum span {
        font-size: 75%; }
    .RadGrid .rgRow:hover, .RadGrid .rgAltRow:hover {
      background-color: #ffd280;
      color: black; }
  .RadGrid .rgSelectedRow, .RadGrid .rgActiveRow, .RadGrid .rgSelectedRow:hover, .RadGrid .rgActiveRow:hover {
    background-color: #ffc04d;
    color: black !important; }
  .RadGrid .rgPager {
    background: #48433f; }
    .RadGrid .rgPager .rgPagerCell {
      color: white;
      border: 0px; }
      .RadGrid .rgPager .rgPagerCell * {
        color: inherit; }
    .RadGrid .rgPager .rgPageNext, .RadGrid .rgPager .rgPagePrev, .RadGrid .rgPager .rgPageFirst, .RadGrid .rgPager .rgPageLast {
      background-color: transparent;
      border: 0 !important;
      border-radius: 2px;
      background-size: auto 60%;
      background-position: center; }
      .RadGrid .rgPager .rgPageNext:hover, .RadGrid .rgPager .rgPagePrev:hover, .RadGrid .rgPager .rgPageFirst:hover, .RadGrid .rgPager .rgPageLast:hover {
        background-color: orange !important; }
    .RadGrid .rgPager .rgPageNext {
      background-image: url("../images/nextwhite.png"); }
    .RadGrid .rgPager .rgPageLast {
      background-image: url("../images/lastwhite.png"); }
    .RadGrid .rgPager .rgPageFirst {
      background-image: url("../images/firstwhite.png"); }
    .RadGrid .rgPager .rgPagePrev {
      background-image: url("../images/prevwhite.png"); }
    .RadGrid .rgPager .rgNumPart .rgCurrentPage span {
      font-weight: bold;
      text-decoration: none; }
      .RadGrid .rgPager .rgNumPart .rgCurrentPage span:hover {
        color: white;
        text-shadow: none; }
    .RadGrid .rgPager .rgNumPart * {
      background: none; }
    .RadGrid .rgPager .rgNumPart span {
      background: none;
      text-decoration: underline; }
      .RadGrid .rgPager .rgNumPart span:hover {
        color: orange; }
  .RadGrid .rgHeaderWrapper {
    background-color: #48433f; }
    .RadGrid .rgHeaderWrapper thead th {
      background-color: #48433f;
      position: relative;
      padding: 0px;
      height: 35px;
      box-sizing: border-box;
      border-right: 1px solid #554f4b; }
      .RadGrid .rgHeaderWrapper thead th:last-of-type {
        border: 0px; }
      .RadGrid .rgHeaderWrapper thead th a {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        position: absolute;
        top: 9px;
        left: 5px;
        right: 5px; }
    .RadGrid .rgHeaderWrapper thead .rgSorted {
      border-top: 3px solid orange; }
      .RadGrid .rgHeaderWrapper thead .rgSorted a {
        right: 20px;
        top: 6px; }
    .RadGrid .rgHeaderWrapper thead * {
      font-weight: 600; }
    .RadGrid .rgHeaderWrapper input {
      box-sizing: border-box;
      height: 20px;
      color: black; }
    .RadGrid .rgHeaderWrapper td {
      position: relative; }
      .RadGrid .rgHeaderWrapper td .rcCalPopup {
        background-color: #afa8a4;
        border-radius: 5px;
        position: relative;
        background-image: url("../images/calendariconsmall.png");
        background-position: center;
        background-size: 15px 15px; }
        .RadGrid .rgHeaderWrapper td .rcCalPopup:hover {
          background-color: orange; }
  .RadGrid .rgSortAsc, .RadGrid .rgSortDesc {
    float: right;
    background-position: center;
    border: 0px !important; }
  .RadGrid .rgSortAsc {
    background-image: url("../images/sortascwhite.png"); }
  .RadGrid .rgSortDesc {
    background-image: url("../images/sortdescwhite.png"); }
  .RadGrid .rgCollapse {
    background-image: url("../images/sortascwhite.png"); }
  .RadGrid .rgExpand {
    background-image: url("../images/nextwhite.png"); }
  .RadGrid .rgExpand, .RadGrid .rgCollapse {
    background-position: center;
    background-size: 50% 50%;
    border: 0 !important;
    border-radius: 2px;
    margin-bottom: 2px; }
  .RadGrid .rgGroupHeader, .RadGrid .rgGroupCol {
    background-color: #48433f;
    color: white; }
  .RadGrid .rgGroupHeader {
    border-style: none; }
  .RadGrid .rgDataDiv {
    height: auto !important;
    position: absolute !important; }
  .RadGrid .rgGroupPanel {
    background-color: #48433f; }
    .RadGrid .rgGroupPanel td {
      color: white !important; }
    .RadGrid .rgGroupPanel .rgGroupItem {
      position: relative;
      color: white;
      background-color: orange;
      border-radius: 3px;
      padding-right: 20px; }
      .RadGrid .rgGroupPanel .rgGroupItem .rgSortAsc, .RadGrid .rgGroupPanel .rgGroupItem .rgSortDesc {
        position: absolute;
        right: 0px; }

#LIST {
  height: 100% !important;
  width: 100% !important; }

#attach_bar {
  border-bottom: 1px solid #c9c9c9;
  padding: 5px;
  box-sizing: border-box;
  height: 40px;
  font-size: 1.2em;
  overflow: auto; }
  #attach_bar #attachList span {
    display: inline-block;
    padding: 5px 3px 1px 3px;
    margin-bottom: 2px;
    border-radius: 3px; }
    #attach_bar #attachList span:hover {
      background-color: #ffb733;
      color: black;
      cursor: pointer; }

.rtbSlide {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important; }
  .rtbSlide * {
    border: 0 !important; }
  .rtbSlide .rtbScrollWrap {
    border: 1px solid #ccc !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 3px;
    background-color: #f9f9f9; }
    .rtbSlide .rtbScrollWrap .rtbItem {
      padding: 0px; }
      .rtbSlide .rtbScrollWrap .rtbItem .rtbWrap {
        height: 25px !important; }
        .rtbSlide .rtbScrollWrap .rtbItem .rtbWrap:hover {
          background-color: orange; }
          .rtbSlide .rtbScrollWrap .rtbItem .rtbWrap:hover * {
            color: black; }

.RadToolBar {
  padding: 5px !important;
  box-sizing: border-box; }
  .RadToolBar * {
    border: 0px; }
  .RadToolBar > .rtbOuter {
    border: 1px solid #c9c9c9;
    border-radius: 3px; }
    .RadToolBar > .rtbOuter > .rtbMiddle {
      background: none;
      border: 0px; }
  .RadToolBar .rtbText {
    color: inherit;
    font-size: 1.3em; }
  .RadToolBar .rtbOut:hover {
    background-color: #ffb733;
    border-radius: 3px; }
    .RadToolBar .rtbOut:hover * {
      color: black; }

.rtWrapperContent .ewbody {
  border: 1px solid gray; }

.RadEditor {
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: Tahoma; }
  .RadEditor * {
    border: 0px;
    background-color: auto; }
  .RadEditor td, .RadEditor div {
    border: 0px;
    padding: 0px; }

.reToolbarWindow {
  border: 2px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px orange;
  background-color: white;
  width: auto !important; }
  .reToolbarWindow > table > tbody > * {
    display: none; }
  .reToolbarWindow > table > tbody > .rwContentRow {
    display: block; }
    .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent {
      border: 0; }
      .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent li {
        border-left: 1px solid #ccc;
        padding-left: 2px; }
      .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reDropdown {
        border: 1px solid black;
        color: black !important;
        position: relative; }
        .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reDropdown::after {
          font-family: fontawesome;
          content: "";
          position: absolute;
          right: 2px;
          top: 5px; }
      .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool {
        height: 21px !important;
        box-sizing: border-box;
        padding: 1px;
        border-radius: 3px;
        position: relative;
        color: #48433f; }
        .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool:hover {
          background-color: #ffb733; }
        .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool span {
          height: 100% !important;
          box-sizing: border-box;
          margin: 0px;
          text-align: center;
          position: static; }
          .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool span::after {
            font-size: 1.6em;
            top: 2px; }
        .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool .ForeColor::after {
          font-family: "serif";
          font-weight: bold;
          content: "A"; }
        .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool .split_arrow::after {
          font-size: 1em;
          font-family: fontawesome;
          content: ""; }
        .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool .BackColor {
          overflow: hidden; }
          .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool .BackColor::after {
            font-family: "serif";
            font-weight: bold;
            content: "A";
            background-color: yellow; }
        .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool .Bold::after {
          font-family: "serif";
          font-weight: bolder;
          content: "B"; }
        .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool .Italic::after {
          font-family: "serif";
          font-style: italic;
          font-weight: bold;
          content: "I"; }
        .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool .insert_etb_image::after {
          position: relative;
          right: 3px;
          font-family: fontawesome;
          content: ""; }
        .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool .LinkManager::after {
          position: relative;
          right: 1px;
          font-family: fontawesome;
          content: ""; }
      .reToolbarWindow > table > tbody > .rwContentRow > .rwWindowContent .reTool_selected {
        background-color: orange; }

.reDropDownBody {
  border: 1px solid black !important; }
  .reDropDownBody tr:hover {
    background-color: orange; }

.rwWindowContent {
  border: 1px solid #48433f;
  padding: 5px;
  box-sizing: border-box; }

.reToolbar .reDropdown {
  color: white; }
  .reToolbar .reDropdown span {
    color: inherit; }
  .reToolbar .reDropdown:hover {
    color: orange; }

.RadButton {
  padding: 0px !important; }
  .RadButton > .rbDecorated, .RadButton .rbText {
    background-color: white;
    color: black;
    padding: 0 5px; }
    .RadButton > .rbDecorated:hover, .RadButton .rbText:hover {
      background-color: #ffb733;
      color: black; }

.RadToolTip .rtbOuter {
  height: 28px; }

.ewtab > .ewtab {
  height: 24px;
  background-color: #48433f;
  box-sizing: border-box;
  border: 1px solid #48433f;
  border-bottom: 0;
  z-index: 5 !important;
  width: auto !important;
  left: 0px;
  right: 0px; }

.ewcontainer {
  position: absolute;
  background-color: none !important;
  border: 1px solid #48433f;
  border-top: 0px;
  box-sizing: border-box; }
  .ewcontainer .ewtablayer {
    position: absolute;
    border: 0px; }

.ewtabbutton .ewtabbuttontitle, .ewtabactivebutton .ewtabbuttontitle {
  padding: 3px 5px;
  color: #978f89;
  cursor: pointer; }
  .ewtabbutton .ewtabbuttontitle:hover, .ewtabactivebutton .ewtabbuttontitle:hover {
    color: #ffc966;
    border-bottom: 2px solid #ffc966; }

.ewtabactivebutton > .ewtabbuttontitle {
  border-bottom: 2px solid orange;
  color: orange; }

.tabli {
  width: auto !important; }

.RadListBox .rlbGroup {
  background-color: white;
  box-sizing: border-box;
  border: 1px solid gray; }
.RadListBox .rlbSelected {
  background-color: orange; }
.RadListBox .rlbHovered {
  background-color: #ffb733; }

.ui-autocomplete {
  background-color: White;
  border: 1px;
  border-style: solid;
  border-color: black;
  z-index: 9000 !important; }
  .ui-autocomplete .ui-menu-item {
    display: block !important;
    margin: 0px !important;
    border: 0px;
    border-top: 1px;
    border-style: solid;
    border-color: gray;
    border-collapse: collapse;
    padding-top: 0px !important;
    paddding-bottom: 0px !important;
    height: 35px; }
  .ui-autocomplete .ui-state-focus {
    background-color: #ffb733;
    color: white; }

.rwWindowContent html {
  background-color: #f9f9f9 !important;
  height: 100%; }

.rwTitlebar {
  background-color: #48433f;
  border-right: 1px solid #48433f !important;
  padding-left: 10px !important; }
  .rwTitlebar td:first-of-type, .rwTitlebar td:last-of-type {
    display: none; }
  .rwTitlebar em {
    color: white !important;
    padding-top: 2px !important; }

#fileUploads {
  height: 100%;
  width: 100%; }
  #fileUploads > #buttonBar {
    position: absolute;
    bottom: 0px; }
  #fileUploads > #ErrorDiv {
    position: absolute;
    bottom: 25px; }
  #fileUploads > fieldset {
    margin: 0px !important;
    box-sizing: border-box;
    position: absolute;
    bottom: 40px;
    top: 0px;
    left: 0px;
    right: 0px; }
    #fileUploads > fieldset > #ietFileUpload {
      width: 100% !important;
      margin: 0px !important; }
      #fileUploads > fieldset > #ietFileUpload li:first-of-type .ruFileWrap {
        width: 100%; }
        #fileUploads > fieldset > #ietFileUpload li:first-of-type .ruFileWrap input[type=text] {
          display: none; }
        #fileUploads > fieldset > #ietFileUpload li:first-of-type .ruFileWrap input[type=button] {
          margin: 0px;
          box-sizing: border-box;
          height: 100%;
          width: 100%; }
        #fileUploads > fieldset > #ietFileUpload li:first-of-type .ruFileWrap input[type=file] {
          width: 100%;
          height: 100%;
          box-sizing: border-box; }
        #fileUploads > fieldset > #ietFileUpload li:first-of-type .ruFileWrap .ruButtonHover {
          background-color: #ffb733; }
      #fileUploads > fieldset > #ietFileUpload li {
        height: 25px;
        position: relative; }
        #fileUploads > fieldset > #ietFileUpload li .ruFileWrap {
          position: absolute;
          left: 0px;
          right: 80px; }
          #fileUploads > fieldset > #ietFileUpload li .ruFileWrap > span {
            overflow: hidden;
            text-overflow: ellipsis; }
        #fileUploads > fieldset > #ietFileUpload li input[type=button] {
          position: absolute;
          right: 0px;
          width: 80px; }

#optionsPane {
  position: absolute;
  right: 0px;
  top: 60px;
  padding: 10px;
  z-index: 1;
  width: 300px;
  overflow: hidden;
  background-color: #3a3633;
  border-radius: 0 0 0 5px; }
  #optionsPane span, #optionsPane h2 {
    font-style: "Open Sans", "Segoe UI", "Ubuntu", Tahoma, Verdana, Arial; }
  #optionsPane * {
    background-color: transparent;
    border: 0px; }
  #optionsPane .optionsSection {
    background-color: #48433f;
    margin-bottom: 5px;
    padding: 10px; }
    #optionsPane .optionsSection * {
      color: white; }
    #optionsPane .optionsSection a {
      color: orange; }
    #optionsPane .optionsSection .iconHeader {
      position: relative;
      height: 45px;
      width: 100%; }
      #optionsPane .optionsSection .iconHeader i {
        position: absolute;
        top: 0px;
        left: 0px;
        color: #2c2927; }
      #optionsPane .optionsSection .iconHeader h2 {
        font-weight: normal;
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 20px;
        color: white;
        margin: 0px; }
    #optionsPane .optionsSection #loginPane {
      font-size: 1.2em; }
      #optionsPane .optionsSection #loginPane .loginButton, #optionsPane .optionsSection #loginPane .logoutButton {
        color: black;
        cursor: pointer;
        width: auto;
        display: inline-block;
        clear: both;
        padding: 5px;
        text-align: center;
        border-radius: 3px;
        width: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        background-color: orange; }
        #optionsPane .optionsSection #loginPane .loginButton:hover, #optionsPane .optionsSection #loginPane .logoutButton:hover {
          background-color: #ffb733;
          color: black; }
    #optionsPane .optionsSection #languagePane {
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
      #optionsPane .optionsSection #languagePane #languageButtons {
        width: 100%;
        overflow: auto;
        display: table;
        table-layout: fixed;
        height: 35px; }
        #optionsPane .optionsSection #languagePane #languageButtons > .buttonContainer {
          display: table-cell;
          box-sizing: border-box;
          position: relative;
          padding: 3px;
          height: 35px; }
          #optionsPane .optionsSection #languagePane #languageButtons > .buttonContainer > input {
            padding: 0px;
            background-size: contain;
            display: block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            border: 0px !important;
            background-color: gray; }
            #optionsPane .optionsSection #languagePane #languageButtons > .buttonContainer > input:disabled {
              background-color: orange; }
            #optionsPane .optionsSection #languagePane #languageButtons > .buttonContainer > input:hover {
              background-color: #ffb733; }

#zoomSplitter {
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  transform: 0; }
  #zoomSplitter > div {
    width: 100% !important;
    height: 100% !important; }
    #zoomSplitter > div > table {
      width: 100% !important;
      height: 100% !important; }

.rspPane {
  position: relative;
  height: 100%; }

#LISTdiv {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: auto !important;
  width: auto !important;
  margin: 5px; }

.popupDialog {
  background-color: #f9f9f9;
  border: 1px solid #48433f;
  padding: 0px !important; }
  .popupDialog > .ui-dialog-titlebar {
    background-color: #48433f; }
    .popupDialog > .ui-dialog-titlebar span {
      color: white;
      font-size: 1.2em;
      font-weight: bold;
      width: 100%; }
    .popupDialog > .ui-dialog-titlebar .ui-dialog-titlebar-close {
      display: none; }
  .popupDialog .ui-dialog-content {
    max-height: 600px !important; }
  .popupDialog .ui-dialog-buttonpane {
    text-align: center !important; }
    .popupDialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: none !important; }
      .popupDialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
        background: orange;
        border: 1px solid black;
        border-radius: 3px;
        color: black; }
        .popupDialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
          background: #ffb733;
          color: black; }
        .popupDialog .ui-dialog-buttonpane .ui-dialog-buttonset button span {
          color: inherit;
          padding: 0.3em 0.8em; }
  .popupDialog .infoList p {
    text-indent: -30px;
    padding-left: 30px; }

.ui-widget-overlay {
  background-color: black;
  opacity: 0.5; }

.gridInfo {
  padding-bottom: 40px; }

.reDiv .reWrapper {
  height: 100% !important;
  overflow: auto; }
.reDiv * {
  height: auto !important; }

#spinnerContainer {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center; }
  #spinnerContainer #faSpinner {
    display: table-cell;
    vertical-align: center;
    color: lightgray; }

.RadAjax_UpdatingSkin {
  display: none !important; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.ewformbody {
  background-color: #f9f9f9 !important; }

.RadForm {
  border-radius: 5px 0 0 0;
  background-color: #3a3633; }

#mainContentWrapper {
  margin-left: auto;
  margin-right: auto;
  font-size: 120%;
  width: 80%;
  min-width: 250px;
  max-width: 900px;
  padding: 10px; }
  #mainContentWrapper h1, #mainContentWrapper h2, #mainContentWrapper p, #mainContentWrapper a {
    font-family: "Open Sans", "Segoe UI", "Ubuntu", Tahoma, Verdana, Arial; }

#mainTiles {
  height: auto;
  width: 100%;
  overflow: hidden; }

.tileContent {
  position: relative;
  padding: 30px 25px 25px 25px;
  box-sizing: border-box;
  color: #333;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .tileContent > i {
    position: absolute;
    top: 10px;
    left: 10px; }
  .tileContent > h1, .tileContent > h2 {
    padding-left: 10px;
    position: relative;
    z-index: 2;
    margin: 0px;
    font-weight: 600; }

#topTile {
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  padding: 3px; }
  #topTile > .tileContent {
    background-color: #3a3633; }
    #topTile > .tileContent > i {
      color: #7e756f; }
    #topTile > .tileContent > h1 {
      text-shadow: 0 0 10px black;
      color: white; }
    #topTile > .tileContent > p {
      color: white; }

.tile {
  float: left;
  box-sizing: border-box;
  padding: 3px; }
  .tile > .tileContent {
    box-sizing: border-box;
    background-color: #852c38; }
    .tile > .tileContent > i {
      color: #381318; }
    .tile > .tileContent > h2 {
      font-size: 1.8em;
      padding-top: 0px;
      color: white;
      text-shadow: 0 0 10px black; }
    .tile > .tileContent > p > a {
      font-size: 130%;
      color: #ccc;
      text-decoration: none; }
      .tile > .tileContent > p > a:hover {
        color: orange;
        text-shadow: 0 0 10px orange;
        text-decoration: underline; }
