﻿/*! jQuery UI - v1.9.2 - 2014-10-27
* 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, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Segoe%20UI%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=9px&bgColorHeader=%23333333&bgTextureHeader=highlight_soft&bgImgOpacityHeader=25&borderColorHeader=%23333333&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23000000&bgTextureContent=inset_soft&bgImgOpacityContent=25&borderColorContent=%23666666&fcContent=%23ffffff&iconColorContent=%23cccccc&bgColorDefault=%23231F20&bgTextureDefault=glass&bgImgOpacityDefault=20&borderColorDefault=%23231f20&fcDefault=%23eeeeee&iconColorDefault=%23cccccc&bgColorHover=%23ba272d&bgTextureHover=highlight_soft&bgImgOpacityHover=40&borderColorHover=%23ba272d&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23ba272d&bgTextureActive=glass&bgImgOpacityActive=40&borderColorActive=%23931f23&fcActive=%23ffffff&iconColorActive=%23222222&bgColorHighlight=%23eeeeee&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=80&borderColorHighlight=%23cccccc&fcHighlight=%2380B43C&iconColorHighlight=%2380B43C&bgColorError=%23e64d41&bgTextureError=glass&bgImgOpacityError=40&borderColorError=%23931f23&fcError=%23111111&iconColorError=%23931f23&bgColorOverlay=%235c5c5c&bgTextureOverlay=flat&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=%23cccccc&bgTextureShadow=flat&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* Interaction Cues
----------------------------------*/
/* Icons
----------------------------------*/
/* states and images */
/* Misc visuals
----------------------------------*/
/* Overlays */
/* workarounds */
/* without this, the menu expands to 100% in IE6 */
/* the overflow property removes extra width in IE */
/* to make room for the icon, a width needs to be set here */
/* button elements seem to need a little more width */
/*button text element */
/* no icon support for input elements, provide padding by default */
/*button icon element(s) */
/*button sets*/
/* workarounds */
/* reset extra padding in Firefox */
/* with multiple calendars */
/* RTL support */
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* icon support */
/* left-aligned */
/* right-aligned */
/* more specificity required here to overide default borders */
/* vertical centre icon */
/* TR overrides */
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* Fades and background-images don't work well together in IE6, drop the image */
/* Component containers
----------------------------------*/
/* Interaction states
----------------------------------*/
/* Interaction Cues
----------------------------------*/
/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
/* positioning */
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
/* Checkboxes */
/* ================================ Rebrand 15-02-2017 by Matt Downard ================================ */
/*#tabsAdmin #tabAreas table.gridview tr:last-child td:first-child {
    background-color: #fff;
}*/
/* ================================ end of themeing ================================ */
/* ================================ Menu restructure ================================ */
/* ================================ end of menu restructuring ================================ */
/* ================================ styling the reports ================================ */
/* ================================ end of styling the reports ================================ */
/* ================================ admin site styling ================================*/
/* ================================ end admin site styling ================================*/
/* ================================ seudo element styling ================================ */
.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 {
  zoom: 1;
}
.ui-helper-clearfix:before {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-state-disabled {
  cursor: default !important;
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url("images/ui-icons_cccccc_256x240.png");
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5c5c5c url("images/ui-bg_flat_50_5c5c5c_40x100.png") 50% 50% repeat-x;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}
.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: 0.5em 0.5em 0.5em 0.7em;
  zoom: 1;
  border-radius: 0;
  width: 100%;
  border-width: 0 0 1px 0 !important;
  border-color: #6d6d6d;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: inherit !important;
  right: 2.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
* html .ui-autocomplete {
  width: 1px;
}
* html .ui-tooltip {
  background-image: none;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
  text-decoration: none;
}
.ui-button:link {
  text-decoration: none;
}
.ui-button:visited {
  text-decoration: none;
}
.ui-button:hover {
  text-decoration: none;
}
.ui-button:active {
  text-decoration: none;
}
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-icon-only {
  width: 2.2em;
}
.ui-button-icon-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-text-icon-primary .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-primary .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
  padding: 0.4em 2.1em 0.4em 1em;
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icon-secondary .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary {
  right: 0.5em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  background-color: #fff;
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.2), 0 7px 18px 4px rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  right: 1px;
}
.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 {
  width: 49%;
}
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker button {
  border-radius: 0 !important;
}
.ui-datepicker .ui-slider-handle {
  background-color: #6d6d6d;
}
.ui-datepicker .ui-slider-handle:hover {
  background-color: #3E9EBD;
  border-color: #4199bd;
}
.ui-datepicker .ui-slider.ui-slider-horizontal.ui-widget {
  background: #7f7f7f;
}
.ui-datepicker .ui-slider {
  border: none;
  border-radius: 0;
  color: #000;
}
.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 0.4em;
}
.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-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-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: 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;
}
.ui-datepicker-cover {
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.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 {
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.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: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-dialog .ui-slider {
  border: none;
  border-radius: 0;
}
.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-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.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-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.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: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.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: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.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 a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
  cursor: pointer;
}
.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 {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input {
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget select {
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget textarea {
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget button {
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #3E9EBD;
  background: #f3f3f3;
  color: #fff;
}
.ui-widget-content a {
  color: #000;
}
.ui-widget-content .ui-state-default {
  border: 1px solid #7f7f7f;
  background: #7f7f7f;
  font-weight: bold;
  color: #eeeeee;
}
.ui-widget-content .ui-state-hover {
  border: 1px solid #3E9EBD;
  background: #3E9EBD;
  font-weight: bold;
  color: #ffffff;
}
.ui-widget-content .ui-state-focus {
  border: 1px solid #3E9EBD;
  background: #3E9EBD;
  font-weight: bold;
  color: #ffffff;
}
.ui-widget-content .ui-state-active {
  border: 1px solid #3E9EBD;
  background: #3E9EBD;
  font-weight: bold;
  color: #ffffff;
}
.ui-widget-content .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #eeeeee url("images/ui-bg_highlight-soft_80_eeeeee_1x100.png") 50% top repeat-x;
  color: #80B43C;
}
.ui-widget-content .ui-state-highlight a {
  color: #80B43C;
}
.ui-widget-content .ui-state-error {
  border: 1px solid #931f23;
  background: #e64d41 url("images/ui-bg_glass_40_e64d41_1x400.png") 50% 50% repeat-x;
  color: #111111;
}
.ui-widget-content .ui-state-error a {
  color: #111111;
}
.ui-widget-content .ui-state-error-text {
  color: #111111;
}
.ui-widget-content .ui-priority-primary {
  font-weight: bold;
}
.ui-widget-content .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-widget-content .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_cccccc_256x240.png");
}
.ui-widget-header {
  border: 1px solid #3E9EBD;
  background: #3E9EBD;
}
.ui-widget-header a {
  color: #ffffff;
}
.ui-widget-header .ui-state-default {
  border: 1px solid #7f7f7f;
  background: #7f7f7f;
  font-weight: bold;
  color: #eeeeee;
  border: 1px solid #3E9EBD;
}
.ui-widget-header .ui-state-default .ui-tabs-anchor {
  color: #FFF;
  text-shadow: 0 1px #3E9EBD;
  background: #3E9EBD;
  font-weight: normal;
  transition: background linear 0.2s, text-shadow linear 0.2s;
}
.ui-widget-header .ui-state-default .ui-tabs-anchor:hover {
  background: #7f7f7f;
  text-shadow: 0 1px #7f7f7f;
}
.ui-widget-header .ui-state-hover {
  border: 1px solid #3E9EBD;
  background: #3E9EBD;
  font-weight: bold;
  color: #ffffff;
}
.ui-widget-header .ui-state-focus {
  border: 1px solid #3E9EBD;
  background: #3E9EBD;
  font-weight: bold;
  color: #ffffff;
}
.ui-widget-header .ui-state-active {
  border: 1px solid #3E9EBD;
  background: #3E9EBD;
  font-weight: bold;
  color: #ffffff;
}
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #eeeeee url("images/ui-bg_highlight-soft_80_eeeeee_1x100.png") 50% top repeat-x;
  color: #80B43C;
}
.ui-widget-header .ui-state-highlight a {
  color: #80B43C;
}
.ui-widget-header .ui-state-error {
  border: 1px solid #931f23;
  background: #e64d41 url("images/ui-bg_glass_40_e64d41_1x400.png") 50% 50% repeat-x;
  color: #111111;
}
.ui-widget-header .ui-state-error a {
  color: #111111;
}
.ui-widget-header .ui-state-error-text {
  color: #111111;
}
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default {
  border: 1px solid #7f7f7f;
  background: #7f7f7f;
  font-weight: bold;
  color: #eeeeee;
}
.ui-state-default a {
  color: #eeeeee;
  text-decoration: none;
}
.ui-state-default a:link {
  color: #eeeeee;
  text-decoration: none;
}
.ui-state-default a:visited {
  color: #eeeeee;
  text-decoration: none;
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_cccccc_256x240.png");
}
.ui-state-hover {
  border: 1px solid ;
  background: #3E9EBD;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-hover a {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-hover a:hover {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-hover a:link {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-hover a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-focus {
  border: 1px solid #3E9EBD;
  background: #3E9EBD;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-active {
  border: 1px solid #3E9EBD;
  background: #3E9EBD;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-active a {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active a:link {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-highlight {
  border: 1px solid #cccccc;
  background: #eeeeee url("images/ui-bg_highlight-soft_80_eeeeee_1x100.png") 50% top repeat-x;
  color: #80B43C;
}
.ui-state-highlight a {
  color: #80B43C;
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_80B43C_256x240.png");
}
.ui-state-error {
  border: 1px solid #931f23;
  background: #e64d41 url("images/ui-bg_glass_40_e64d41_1x400.png") 50% 50% repeat-x;
  color: #111111;
}
.ui-state-error a {
  color: #111111;
}
.ui-state-error .ui-icon {
  background-image: url("images/ui-icons_931f23_256x240.png");
}
.ui-state-error-text {
  color: #111111;
}
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_931f23_256x240.png");
}
.ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.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 {
  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;
}
.ui-corner-all {
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  -khtml-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  -khtml-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -khtml-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -khtml-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.ui-corner-top {
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  -khtml-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  -khtml-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
}
.ui-corner-left {
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  -khtml-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -khtml-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.ui-corner-tl {
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  -khtml-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
}
.ui-corner-right {
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  -khtml-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -khtml-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.ui-corner-tr {
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  -khtml-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
}
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -khtml-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -khtml-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.ui-corner-bl {
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -khtml-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.ui-corner-br {
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -khtml-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.ui-widget-shadow {
  margin: -7px 0 0 -7px;
  padding: 7px;
  background: #cccccc url("images/ui-bg_flat_30_cccccc_40x100.png") 50% 50% repeat-x;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
input[type=checkbox] + label {
  color: #fff;
  font-style: italic;
}
input[type=checkbox]:checked + label {
  color: #ba272d;
  font-style: normal;
}
input[type=checkbox]:checked:before {
  background: #6d6d6d;
}
input[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #6d6d6d;
  border-radius: 90px;
  margin-left: -2px;
  margin-top: -2px;
}
input[type=checkbox][disabled] + label {
  color: gray;
  font-style: italic;
}
body.ui-widget-content {
  color: #fff;
  border: none;
}
.tripPlayBackPlayButton {
  vertical-align: middle;
  cursor: pointer;
}
#tabsMain .ui-layout-west {
  background-color: #7f7f7f;
}
#tabsMain #tabsMainButtons {
  z-index: 9 !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 1px 8px rgba(0, 0, 0, 0.3);
}
#tabsMain #tabsMainButtons li.ui-state-active {
  background-color: #7f7f7f;
  color: #fff;
  text-shadow: 0 1px #7f7f7f;
}
#tabsMain #tabsMainButtons li.ui-state-active a {
  background-color: #7f7f7f;
  color: #fff;
  text-shadow: 0 1px #7f7f7f;
}
.ui-layout-toggler {
  opacity: 0.6 !important;
}
#tabMap .ui-layout-pane-west {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 10px !important;
  border-top: none;
}
#tabMap .textSpan {
  color: #6d6d6d;
}
#tabVideo .ui-layout-pane-west {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 10px !important;
  border-top: none;
}
#playbackSliderBig {
  background-color: #6d6d6d;
}
#playbackSliderBig .ui-slider-handle {
  background-color: #6d6d6d;
}
#createRouteDialog {
  color: #000;
}
#createRouteDialog input {
  border-radius: 0;
  border: none;
  color: #000;
  background-color: #b1b1b1;
}
#createRouteDialog select {
  border-radius: 0;
  border: none;
  color: #000;
  background-color: #b1b1b1;
}
#createRouteDialog input.button {
  background-color: #6d6d6d;
  color: #fff;
}
#createRouteDialog input.button:hover {
  background-color: #3E9EBD;
}
#dlgCoordinates {
  color: #000;
}
.dcLabel {
  background-color: #3E9EBD !important;
  color: #fff !important;
  border-color: #4199bd !important;
  font-weight: normal !important;
  font-size: 0.8em !important;
  letter-spacing: 0.1em;
}
#txtSearchMap {
  border-radius: 0;
  border: none;
}
#btnSearchMap {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#btnSearchMap:hover {
  background-color: #3E9EBD;
}
#spnSearchMapResults {
  color: #000;
}
#spnSearchMapResults a {
  color: #000;
}
#tabsMainPanels {
  border: none;
}
.deCarta-InfoWindow-Content div {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  border-color: #6d6d6d !important;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.3), 0 5px 8px 1px rgba(0, 0, 0, 0.2);
}
.deCarta-InfoWindow-Content div span {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  border-color: #6d6d6d !important;
}
#accordionMap table {
  margin: 0 auto;
}
#accordionMap .SumoSelect {
  margin-top: 7px;
  width: 100%;
}
#accordionMap .SumoSelect .SelectBox {
  background-color: #b1b1b1;
  border-radius: 0;
  border: none;
}
#accordionMap .SumoSelect > .optWrapper.multiple {
  border-radius: 0;
}
#accordionMap .SumoSelect > .optWrapper.multiple > .options li.opt:hover {
  background-color: #3E9EBD;
  color: #fff;
}
#accordionMap .SumoSelect > .optWrapper.multiple > .options li.opt:hover label {
  color: #fff;
}
#accordionMap .SumoSelect > p.CaptionCont {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#accordionMap .MultiControls {
  background-color: #6d6d6d;
  color: #fff;
  border-radius: 0;
}
#accordionMap .MultiControls p:hover {
  background-color: #3E9EBD;
}
#accordionMap > .ui-widget-content {
  background: #fff;
  border-radius: 0;
  width: 100%;
  padding-left: 4px;
  border: none;
}
#accordionMap #divMapUnits {
  padding-right: 5px;
}
#accordionMap #divMapPlayback {
  padding-right: 5px;
}
#accordionMap u {
  display: block;
  text-align: center;
  color: #6d6d6d;
}
#accordionMap .button {
  border-radius: 0;
  margin-top: 10px;
  background-color: #6d6d6d;
}
#accordionMap .button:not(.ui-state-disabled):hover {
  background-color: #3E9EBD;
}
#accordionMap input[type="text"] {
  border-radius: 0;
  background-color: #b1b1b1;
  border: none;
  color: #000;
}
#accordionMap .hasDatepicker {
  margin-left: 50%;
  transform: translate(-50%, 0);
}
#accordionMap select {
  border-radius: 0 !important;
  border: none !important;
  background-color: #b1b1b1 !important;
  color: #000;
  padding-right: 0 !important;
}
#accordionMap .chosen-container.chosen-container-single .chosen-single {
  border-radius: 0;
  background-color: #b1b1b1;
  color: #000;
  border: none;
  width: 100%;
}
#accordionMap .chosen-container.chosen-container-single .chosen-drop {
  background-color: #fff;
}
#accordionMap .chosen-container.chosen-container-single .chosen-drop .chosen-results li {
  color: #000;
}
#accordionMap .chosen-container.chosen-container-single .chosen-drop .chosen-results li:hover {
  color: #fff;
  background-color: #3E9EBD;
}
#accordionMap .chosen-container.chosen-container-single .chosen-drop .chosen-results .highlighted {
  background-color: #3E9EBD;
  color: #fff;
}
#accordionMap span.spacing {
  color: #000;
  display: block;
  text-align: center;
  text-shadow: none !important;
}
#accordionMap label {
  color: #000;
}
#accordionMap th {
  color: #000;
}
#accordionMap .ui-slider-handle {
  background-color: #6d6d6d;
}
#accordionMap .ui-slider-handle:hover {
  background-color: #3E9EBD;
  border-color: #4199bd;
}
#accordionMap .ui-slider {
  border: none;
  border-radius: 0;
  color: #000;
}
.SumoSelect > p.CaptionCont span {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
.SumoSelect > p.CaptionCont span.placeholder {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#accordionVideo > .ui-widget-content {
  background: #fff;
  border-radius: 0;
  padding-left: 4px;
  border: none;
  width: 100%;
  padding-left: 0;
}
#accordionVideo u {
  display: block;
  text-align: center;
  color: #6d6d6d;
}
#accordionVideo .button {
  border-radius: 0;
  margin-top: 10px;
  background-color: #6d6d6d;
  width: 100%;
}
#accordionVideo .button:not(.ui-state-disabled):hover {
  background-color: #3E9EBD;
}
#accordionVideo input[type="text"] {
  border-radius: 0;
  background-color: #b1b1b1;
  border: none;
  color: #000;
}
#accordionVideo input[type="submit"] {
  margin: 10px 0 0 0;
}
#accordionVideo select {
  border-radius: 0 !important;
  border: none !important;
  background-color: #b1b1b1 !important;
  color: #000;
  padding-right: 0 !important;
}
#accordionVideo span {
  color: #000;
  display: block;
  text-align: center;
  text-shadow: none !important;
}
#accordionVideo label {
  color: #000;
}
#accordionVideo th {
  color: #000;
}
#accordionVideo td {
  color: #000;
}
#accordionVideo textarea {
  background-color: #b1b1b1 !important;
  color: #000;
}
#accordionVideo .dropdown {
  width: 100%;
}
#accordionVideo table {
  margin: 0 auto;
  text-align: center;
  max-width: 60%;
}
#accordionVideo table select {
  left: 0 !important;
}
#accordionVideo table tr {
  height: 12px;
  display: table-row;
}
#accordionVideo #TabVideo_TabVideoEvents_tblText {
  text-align: left;
}
#accordionVideo #TabVideoNearRealTime_dvRealTimeVideoProcessing {
  border-radius: 0;
  border: none;
  text-align: center;
  background-color: #fff;
}
#accordionVideo #myProgress {
  background-color: #6d6d6d;
}
#accordionVideo #myBar {
  background-color: #3E9EBD;
}
#accordionVideo #divVideoRealTimeStreaming {
  padding-right: 0;
}
#accordionVideo #qualitySpan {
  color: #6d6d6d !important;
}
#accordionVideo #TabVideoRealTimeStreaming_ctl04 table {
  max-width: 100%;
}
#accordionVideo #videoButtons input {
  width: 10%;
}
textarea {
  border-radius: 0 !important;
  border: none !important;
  background-color: #b1b1b1 !important;
  color: #000;
  padding-right: 0 !important;
}
#tabInbox select.dropdown {
  border-radius: 0 !important;
  border: none !important;
  background-color: #b1b1b1 !important;
  color: #000;
  padding-right: 0 !important;
}
#tabInbox table.ui-widget-content {
  background-color: #f3f3f3 !important;
  border: none;
  width: 100% !important;
}
#tabInbox .ui-layout-center.ui-widget-content {
  background-color: #f3f3f3 !important;
  border: none;
}
#tabInbox table tr {
  color: #6d6d6d !important;
}
#tabInbox table tr td[colspan="6"] {
  border: none;
}
#tabInbox table input.ui-widget-content {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabInbox table span:not(.borderNone) {
  color: #6d6d6d !important;
}
#tabInbox table span.ui-icon-mail-closed {
  background-image: url("/images/Mail.png");
  background-position: 0 0;
  background-size: contain;
}
#tabInbox table span.ui-icon-mail-open {
  background-image: url("/images/Open Mail.png");
  background-position: 0 0;
  background-size: contain;
}
#tabInbox .button {
  border-radius: 0;
  background-color: #6d6d6d !important;
}
#tabInbox .button:not([disabled]):hover {
  background-color: #3E9EBD !important;
}
#tabInbox .buttonActive {
  border-radius: 0;
  margin-top: 2px;
}
#tabInbox .borderNone {
  border-radius: 0;
}
#tabInbox .borderNone.ui-state-active {
  background-color: #3E9EBD !important;
  color: #fff !important;
}
#tabInbox .borderNone.ui-state-active a {
  background-color: #3E9EBD !important;
  color: #fff !important;
}
#tabInbox .gridview {
  width: 100% !important;
  display: table;
}
#tabInbox .gridview tbody {
  width: 100% !important;
}
#tabInbox .gridview .gvh th {
  background-color: #6d6d6d;
  border: none;
  text-shadow: 0 1px #6d6d6d;
  font-weight: normal !important;
}
#tabInbox .gridview .borderNone .gvr td {
  background-color: #f3f3f3;
  color: #6d6d6d;
}
#tabInbox .gridview .borderNone .gvr td a {
  color: #6d6d6d;
}
#tabInbox .gridview tr:last-child table tr td {
  background: #6d6d6d;
  color: #fff;
}
#tabInbox .gridview tr:last-child table tr td:hover {
  background: #3E9EBD;
}
#tabInbox .gridview tr.gvr:hover td:not([colspan="6"]) {
  background-color: #3E9EBD;
  color: #fff;
}
#tabInbox .gridview tr.gvr:hover td:not([colspan="6"]) a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabInbox textarea {
  color: #000;
}
#tabInbox div.ui-widget-content {
  border-radius: 0;
  border: none;
  background: #fff;
  color: #6d6d6d;
}
#tabInbox input[type=checkbox]:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  background: #fff;
  border: 1px solid #6d6d6d;
  border-radius: 0px;
  margin-left: -2px;
  margin-top: -2px;
}
#tabInbox input[type=checkbox]:checked:before {
  background: #6d6d6d;
}
select option:hover {
  background-color: #3E9EBD !important;
  background: linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
select option:focus {
  background-color: #3E9EBD !important;
  background: linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
select option:active {
  background-color: #3E9EBD !important;
  background: linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
select option:checked {
  background-color: #3E9EBD !important;
  background: linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.CharcoalGrey {
  background-image: url(/images/dots/CharcoalGreyDot.png);
}
.CharcoalGrey:hover {
  background-color: #3E9EBD !important;
  background: url(/images/dots/CharcoalGreyDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.CharcoalGrey:active {
  background-color: #3E9EBD !important;
  background: url(/images/dots/CharcoalGreyDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.CharcoalGrey:focus {
  background-color: #3E9EBD !important;
  background: url(/images/dots/CharcoalGreyDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.CharcoalGrey:checked {
  background-color: #3E9EBD !important;
  background: url(/images/dots/CharcoalGreyDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Green {
  background-image: url(/images/dots/GreenDot.png);
}
.Green:hover {
  background-color: #3E9EBD !important;
  background: url(/images/dots/GreenDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Green:active {
  background-color: #3E9EBD !important;
  background: url(/images/dots/GreenDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Green:focus {
  background-color: #3E9EBD !important;
  background: url(/images/dots/GreenDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Green:checked {
  background-color: #3E9EBD !important;
  background: url(/images/dots/GreenDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Red {
  background-image: url(/images/dots/RedDot.png);
}
.Red:hover {
  background-color: #3E9EBD !important;
  background: url(/images/dots/RedDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Red:active {
  background-color: #3E9EBD !important;
  background: url(/images/dots/RedDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Red:focus {
  background-color: #3E9EBD !important;
  background: url(/images/dots/RedDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Red:checked {
  background-color: #3E9EBD !important;
  background: url(/images/dots/RedDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Orange {
  background-image: url(/images/dots/OrangeDot.png);
}
.Orange:hover {
  background-color: #3E9EBD !important;
  background: url(/images/dots/OrangeDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Orange:active {
  background-color: #3E9EBD !important;
  background: url(/images/dots/OrangeDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Orange:focus {
  background-color: #3E9EBD !important;
  background: url(/images/dots/OrangeDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Orange:checked {
  background-color: #3E9EBD !important;
  background: url(/images/dots/OrangeDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Babyblue {
  background-image: url(/images/dots/BabyblueDot.png);
}
.Babyblue:hover {
  background-color: #3E9EBD !important;
  background: url(/images/dots/BabyblueDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Babyblue:active {
  background-color: #3E9EBD !important;
  background: url(/images/dots/BabyblueDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Babyblue:focus {
  background-color: #3E9EBD !important;
  background: url(/images/dots/BabyblueDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.Babyblue:checked {
  background-color: #3E9EBD !important;
  background: url(/images/dots/BabyblueDot.png), linear-gradient(#3E9EBD, #3E9EBD);
  color: #fff !important;
}
.dotPositioning {
  background-repeat: no-repeat !important;
  background-position: left center !important;
  padding-left: 22px;
}
.ui-datepicker-calendar {
  color: #000;
}
.ui-datepicker-title {
  color: #fff;
}
.ui-datepicker-header {
  border: none;
  border-radius: 0;
  color: #000;
}
.ui-timepicker-div {
  color: #000;
}
.ui-timepicker-div .ui-widget-header {
  border: none;
  border-radius: 0;
}
.assetType {
  margin-top: 5% !important;
}
.assetName {
  margin-top: 5% !important;
  margin-bottom: -3% !important;
}
#divMapPlayback span {
  color: #000;
}
#divMapPlayback #playbackSlider {
  background: #6d6d6d;
}
#ucTabMapAreas_upAreas > span {
  text-align: left;
  display: inline-block;
}
#ucTabMapAreas_upAreas select {
  margin-top: 10px;
}
#ucTabMapAreas_upAreas select ~ br {
  display: none;
}
#areaDialog table td {
  color: #000;
}
#areaDialog table input {
  border-radius: 0;
  border: none;
}
#areaDialog table input.button {
  background-color: #6d6d6d;
  color: #fff;
}
#areaDialog table input.button:hover {
  background-color: #3E9EBD;
}
.ui-layout-resizer.ui-layout-resizer-west {
  box-shadow: 9px 0 10px 4px rgba(0, 0, 0, 0.1), 10px 0 15px 3px rgba(0, 0, 0, 0.3);
  border-color: #7f7f7f;
  background-color: #7f7f7f;
}
.ui-layout-pane-west.ui-widget-content {
  border-color: #7f7f7f;
  border-radius: 0;
  border: none;
  padding-left: 0px !important;
}
.ui-layout-center.ui-widget-content {
  border-color: #7f7f7f;
  border-radius: 0;
  border: none;
  padding-left: 0px !important;
}
.ui-layout-pane.ui-layout-pane-center {
  border-color: #7f7f7f;
  border-radius: 0;
  border: none;
  padding-left: 0px !important;
}
.tab-panel.ui-widget-content {
  border-color: #7f7f7f;
  border-radius: 0;
  border: none;
  padding-left: 0px !important;
}
.ui-layout-toggler.ui-layout-toggler-west.ui-layout-toggler-open {
  background: #3E9EBD;
  border: 1px solid #3E9EBD;
}
.ui-dialog.ui-widget.ui-widget-content {
  border-radius: 0;
  border: none;
  background-color: #fff;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3), 0 -8px 12px rgba(0, 0, 0, 0.2);
}
.ui-dialog-titlebar {
  border-radius: 0;
}
#dvNRTProcessingTimeout {
  color: #000;
  height: 120px;
}
#dvNRTProcessingTimeout input.button {
  border-radius: 0;
  background-color: #6d6d6d;
  color: #fff;
  width: 50%;
}
#dvNRTProcessingTimeout input.button:hover {
  background-color: #3E9EBD;
}
#statusSpan {
  color: #6d6d6d !important;
}
#dvNRTProcessingComplete {
  color: #000;
}
#dvNRTProcessingComplete input.button {
  border-radius: 0;
  padding: 2px 15px 2px 15px;
  background-color: #6d6d6d;
  color: #fff;
}
#dvNRTProcessingComplete input.button:hover {
  background-color: #3E9EBD;
}
#divVideoEvents > div div {
  display: inline-block !important;
  position: relative !important;
  vertical-align: middle;
  border: none !important;
  margin: 0 !important;
  margin-left: -10% !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
}
#divVideoEvents > div #TabVideo_TabVideoEvents_dvViewChannels {
  display: none !important;
}
.spacing {
  margin: 0 auto;
}
.ui-tabs-panel .ui-widget-content .ui-corner-bottom {
  padding: 6px;
}
#TabVideoCreateEvent_pnlCreateEvent {
  display: block;
}
#tabAdminVideoEvents .ui-widget-content {
  background-color: #f3f3f3;
  color: #6d6d6d;
  border: none;
}
#tabAdminVideoEvents table.gridview {
  width: 100%;
}
#tabAdminVideoEvents table.gridview .gvh th {
  border-radius: 0;
  background-color: #6d6d6d;
  border: none;
  color: #fff;
  font-weight: normal !important;
}
#tabAdminVideoEvents table.gridview .gvh th a {
  font-weight: normal;
}
#tabAdminVideoEvents table tr td {
  background-color: #f3f3f3;
  color: #000;
  border-radius: 0 !important;
}
#tabAdminVideoEvents table tr td a {
  background-color: #f3f3f3;
  color: #000;
  border-radius: 0 !important;
}
#tabAdminVideoEvents table tr:not(:last-child) td {
  background-color: #f3f3f3;
}
#tabAdminVideoEvents table tr:not(:last-child) td a {
  background-color: #f3f3f3;
}
#tabAdminVideoEvents table tr td[colspan="17"] {
  border: none;
}
#tabAdminVideoEvents table tr td.gvp {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabAdminVideoEvents table tr td.gvp a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabAdminVideoEvents table tr td.gvp.ui-state-active {
  background-color: #3E9EBD;
  color: #fff;
}
#tabAdminVideoEvents table tr:hover:not(:last-child) td {
  background-color: #3E9EBD;
  color: #fff;
}
#tabAdminVideoEvents table tr:hover:not(:last-child) td a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabAdminVideoEvents table tr:last-child table tr td:hover {
  background-color: #3E9EBD;
}
#tabAdminVideoEvents table tr:last-child table tr td:hover a {
  background-color: #3E9EBD;
}
#tabAdminVideoEvents select.dropdown {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabAdminVideoEvents input.hasDatepicker {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabAdminVideoEvents input:not(.button):not([type="image"]) {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabAdminVideoEvents input.button {
  background-color: #6d6d6d;
  color: #fff;
}
#tabAdminVideoEvents input.button:hover {
  background-color: #3E9EBD;
}
#tabAdminVideoEvents a.chosen-single {
  border: none;
  border-radius: 0;
  background-color: #b1b1b1;
  color: #000;
}
#tabAdminVideoEvents .chosen-drop {
  background-color: #fff;
}
#tabAdminVideoEvents .chosen-drop li.no-results {
  background-color: #fff;
  color: #000 !important;
}
#tabAdminVideoEvents .chosen-drop li {
  color: #6d6d6d !important;
}
#tabAdminVideoEvents .chosen-drop li.highlighted {
  background-color: #3E9EBD;
  color: #fff !important;
}
#tabAdminVideoEvents .button {
  border-radius: 0;
}
#TabAdminVideoEvents1_pnlCreateEvent {
  color: #6d6d6d;
  text-align: left;
  margin: 0 auto;
}
#TabAdminVideoEvents1_pnlCreateEvent table tr:last-child {
  text-align: center;
}
#TabAdminVideoEvents1_pnlCreateEvent label {
  color: #6d6d6d;
}
#TabAdminVideoEvents1_pnlCreateEvent input {
  border: none;
  border-radius: 0;
}
#TabAdminVideoEvents1_pnlCreateEvent select {
  border-radius: 0;
  border: none;
}
#TabAdminVideoEvents1_pnlCreateEvent .button {
  width: 60%;
  background-color: #6d6d6d;
  border: none;
  border-radius: 0;
}
#TabAdminVideoEvents1_pnlCreateEvent .button:hover {
  background-color: #3E9EBD;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable input:not(.button) {
  background-color: #b1b1b1;
  color: #000;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable input.button {
  color: #fff;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable select {
  background-color: #b1b1b1;
  color: #000;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable textarea {
  background-color: #b1b1b1;
  color: #000;
}
#addFolderDialog input {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
}
#addFolderDialog .button {
  background-color: #6d6d6d;
}
#addFolderDialog .button:hover {
  background-color: #3E9EBD;
}
#tabReports .ui-widget-content {
  background-color: #f3f3f3;
  color: #000;
  border: none;
}
#tabLiveReports a {
  color: #000;
}
#tabScheduledReports {
  height: 97%;
}
#tabScheduledReports .gridview th {
  border-radius: 0;
  background-color: #6d6d6d;
  border: none;
}
#tabScheduledReports .gridview th a {
  font-weight: normal;
  color: #fff;
}
#tabScheduledReports .gridview tr.gvr td {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabScheduledReports .gridview tr.gvr td a {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabScheduledReports .gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
#tabScheduledReports .gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabScheduledReports .gridview tr:last-child table td {
  border-radius: 0;
}
#tabScheduledReports .gridview tr:last-child table td:not(.ui-state-active) {
  background-color: #6d6d6d;
}
#tabScheduledReports .gridview tr:last-child table td:hover {
  background-color: #3E9EBD;
}
#tabScheduledReports .gridview tr td.ui-state-active {
  background-color: #3E9EBD !important;
  color: #fff !important;
}
#tabScheduledReports .gridview td.ui-state-active a {
  background-color: #3E9EBD !important;
  color: #fff !important;
}
#tabScheduledReports table table label {
  color: #6d6d6d;
}
#tabScheduledReports table .SumoSelect .SelectBox {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
}
#tabScheduledReports table .SumoSelect .optWrapper .options .opt:hover {
  background-color: #3E9EBD;
  color: #fff;
  text-shadow: none;
}
#tabScheduledReports table .SumoSelect .optWrapper .options .opt:hover label {
  background-color: #3E9EBD;
  color: #fff;
  text-shadow: none;
}
#tabScheduledReports table .SumoSelect .optWrapper .MultiControls {
  background-color: #6d6d6d;
  color: #fff;
}
#tabScheduledReports table .SumoSelect .optWrapper .MultiControls p:hover {
  background-color: #3E9EBD;
}
#tabScheduledReports select.dropdown {
  background-color: #b1b1b1;
  border-radius: 0;
  color: #000;
  width: 50% !important;
}
#tabScheduledReports input[type="text"] {
  background-color: #b2b2b2;
  border-radius: 0;
  color: #000;
}
#tabScheduledReports input.button {
  border-radius: 0;
  background: #6d6d6d;
  color: #fff;
}
#tabScheduledReports input.button:hover:not([disabled]) {
  background: #3E9EBD;
}
#tabScheduledReports .ui-dropdownchecklist {
  border: 1px solid black;
  overflow: hidden;
  border-radius: 0;
}
#tabScheduledReports .ui-dropdownchecklist span {
  background-color: #b1b1b1;
  color: #000;
  border: none;
}
#tabScheduledReports span.ui-dropdownchecklist {
  border: none;
}
#tabScheduledReports .ui-dropdownchecklist-item {
  background-color: #fff;
  color: #6d6d6d;
  border: none;
}
#tabScheduledReports .ui-dropdownchecklist-item label {
  color: #6d6d6d !important;
}
#tabsAdmin {
  background: #f3f3f3;
  border: none;
}
#tabsAdmin > div.ui-widget-content {
  background-color: #f3f3f3;
  border: none;
}
#tabsAdmin #tabOverviewAdmin > div {
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
  color: #000;
}
#tabsAdmin #tabLogins table {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabLogins table table table a {
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabLogins table table table:hover a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabLogins input:not(.button) {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1 !important;
  background: #b1b1b1 !important;
  color: #000;
}
#tabsAdmin #tabLogins select.dropdown {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1 !important;
  background: #b1b1b1 !important;
  color: #000;
}
#tabsAdmin #tabLogins textarea {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1 !important;
  background: #b1b1b1 !important;
  color: #000;
}
#tabsAdmin #tabLogins input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabLogins input.button:not(.ui-state-disabled):hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  margin: 0 auto;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment ol > li > h2 {
  background-color: #f3f3f3;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment ol > li > h2:hover span {
  background-color: #6d6d6d;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment ol > li > h2 > span {
  background-color: #3E9EBD;
  border-radius: 0;
  text-shadow: none;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment ol > li > h2.selected {
  background: #6d6d6d;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment ol > li > h2.selected > span {
  background: #6d6d6d;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment ol > li > div {
  background-color: #f3f3f3;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment ol > li > div table {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment ol > li > div table select {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  border: 1px solid #6d6d6d;
  width: 90%;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment ol > li > div table select option {
  border-bottom: 1px solid #6d6d6d;
}
#tabsAdmin #tabLogins #ucTabLogins_dvLoginAssignment ol > li > div table select option:hover {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabUnits table {
  border-radius: 0;
  border: none;
  background: #f3f3f3;
  color: #000;
  font-weight: normal;
}
#tabsAdmin #tabUnits table table tr.gvh th {
  text-align: center;
}
#tabsAdmin #tabUnits table table tr.gvr td {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabUnits table table tr.gvr td a {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabUnits table table tr.gvr:hover td:not([colspan="18"]) {
  border-radius: 0;
  background-color: #3E9EBD !important;
  color: #fff;
}
#tabsAdmin #tabUnits table table tr.gvr:hover a {
  border-radius: 0;
  background-color: #3E9EBD !important;
  color: #fff;
}
#tabsAdmin #tabUnits table table tr.gvr td[colspan="18"] {
  border: none;
}
#tabsAdmin #tabUnits table table tr.gvs td {
  border-radius: 0;
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabUnits table table tr.gvs td a {
  border-radius: 0;
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabUnits table table tr:last-child:not(.gvr) td {
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabUnits table table tr:last-child table td {
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabUnits table table tr:last-child table td a {
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabUnits table table tr:last-child table td:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabUnits table table tr:last-child table td:hover a {
  background-color: #3E9EBD;
}
#tabsAdmin #tabUnits table table tr:last-child table td.ui-state-active {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabUnits table table th {
  color: #fff;
  background-color: #6d6d6d;
  font-weight: normal !important;
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabUnits table table th a {
  color: #fff;
  background-color: #6d6d6d;
  font-weight: normal !important;
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabUnits table table tr.aspNetDisabled.gvr:hover td.borderNone.ui-state-default.ui-state-hover {
  background-color: #f3f3f3 !important;
  color: #6d6d6d !important;
  border-color: #6d6d6d;
}
#tabsAdmin #tabUnits table table tr.aspNetDisabled.gvr:hover td.borderNone.ui-state-default.ui-state-hover a {
  background-color: #f3f3f3 !important;
  color: #6d6d6d !important;
  border-color: #6d6d6d;
}
#tabsAdmin #tabUnits > div > div > table {
  width: 100%;
  margin: 0 auto;
  display: table;
}
#tabsAdmin #tabUnits > div > div > table table.gridview.spacing {
  width: 100%;
  margin: 0 auto;
  display: table;
}
#tabsAdmin #tabUnits input:not([type="image"]) {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabUnits select.dropdown {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabUnits #ucTabUnits_cmbMarker {
  width: 248px !important;
}
#tabsAdmin #tabUnits #ucTabUnits_cmbUser {
  width: 248px !important;
}
#tabsAdmin #tabUnits input.button {
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabUnits input.button:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabUnits textarea {
  color: #000;
}
#tabsAdmin #tabUnits #ucTabUnits_wiVehiclePhoto_fmeImage label {
  border-radius: 0;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitDetail tr:last-child td {
  text-align: center !important;
  padding-left: 0 !important;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitDetail tr:last-child input {
  width: 20%;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment {
  margin-top: 3%;
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol {
  background-color: #f3f3f3;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol h2 {
  background-color: #3E9EBD;
  text-shadow: 0 1px #3E9EBD;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol h2 span {
  background-color: #3E9EBD;
  text-shadow: 0 1px #3E9EBD;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol h2:hover {
  background-color: #6d6d6d;
  text-shadow: 0 1px #6d6d6d;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol h2:hover span {
  background-color: #6d6d6d;
  text-shadow: 0 1px #6d6d6d;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol h2.selected {
  background: #6d6d6d;
  text-shadow: 0 1px #6d6d6d;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol h2.selected span {
  background: #6d6d6d;
  text-shadow: 0 1px #6d6d6d;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol div {
  background-color: #f3f3f3;
  color: #6d6d6d;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol div table {
  width: 100%;
  margin: 0 auto;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol div table tr {
  width: 100%;
  text-align: center;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol div select {
  border-radius: 0;
  border: 1px solid #6d6d6d;
  background-color: #fff;
  color: #000;
  width: 90%;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol div select option {
  border-bottom: 1px solid #6d6d6d;
}
#tabsAdmin #tabUnits #ucTabUnits_dvUnitAssignment ol div select option:hover {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabGroups table {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
}
#tabsAdmin #tabGroups table th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
}
#tabsAdmin #tabGroups table th a {
  font-weight: normal;
}
#tabsAdmin #tabGroups table tr.gvr td {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabGroups table tr.gvr td a {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabGroups table tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabGroups table tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabGroups table table tr.gvs td {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabGroups table table tr.gvs td a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabGroups table tr:last-child:not(.gvr) td {
  background-color: #f3f3f3;
}
#tabsAdmin #tabGroups table tr:last-child:not(.gvr) table td {
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabGroups table tr:last-child:not(.gvr) table td a {
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabGroups table tr:last-child table td {
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabGroups table tr:last-child table td:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabGroups table tr:last-child table td:hover a {
  background-color: #3E9EBD;
}
#tabsAdmin #tabGroups table tr:last-child table td.ui-state-active {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabGroups > div > div > table {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
  margin-left: -1%;
}
#tabsAdmin #tabGroups > div > div > table table.gridview {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
  margin-left: -1%;
}
#tabsAdmin #tabGroups input.ui-widget-content.ui-corner-all {
  background-color: #b1b1b1;
  border-radius: 0;
  border: none;
  color: #000;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment {
  margin: 0 auto;
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment ol h2 {
  background-color: #3E9EBD;
  color: #fff;
  text-shadow: 0 1px #3E9EBD;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment ol h2.selected {
  background: #6d6d6d;
  color: #fff;
  text-shadow: 0 1px #6d6d6d;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment ol div {
  background-color: #f3f3f3;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment ol div table {
  margin: 0 auto;
  width: 100%;
  color: #000;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment ol div table td {
  padding-left: 1%;
  text-align: center;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment ol div table select {
  border-radius: 0;
  border: 1px solid #6d6d6d;
  background-color: #fff;
  color: #000;
  width: 90%;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment ol div table select option {
  border-bottom: 1px solid #6d6d6d;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment ol div table select option:hover {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment ol div table input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
}
#tabsAdmin #tabGroups #ucTabGroups_dvGroupAssignment ol div table input.button:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabDrivers table {
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabDrivers table th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
#tabsAdmin #tabDrivers table th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
#tabsAdmin #tabDrivers table td {
  border-radius: 0;
}
#tabsAdmin #tabDrivers table tr.gvr td {
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabDrivers table tr.gvr td a {
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabDrivers table tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabDrivers table tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabDrivers table input.ui-widget-content {
  background-color: #b1b1b1;
  border-radius: 0;
  border: none;
  color: #000;
}
#tabsAdmin #tabDrivers table.gridview {
  width: 100%;
  margin: 0 auto;
}
#tabsAdmin #tabMessages {
  color: #6d6d6d;
}
#tabsAdmin #tabMessages table {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabMessages table select {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabAreas table {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabAreas table select {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabAreas table input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabAreas table input.button:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreas table table tr.gvr.borderNone {
  border-right: 1px solid #6b6b6b !important;
}
#tabsAdmin #tabAreas table tr th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
#tabsAdmin #tabAreas table tr th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
#tabsAdmin #tabAreas table tr:last-child > td > table tr td {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabAreas table tr:last-child > td > table tr td a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabAreas table tr:last-child > td > table tr td:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreas table tr:last-child > td > table tr td:hover a {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreas table tr:last-child > td > table tr td.ui-state-active {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreas table tr:last-child > td > table tr td.ui-state-active a {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreas table tr.gvr td {
  border-radius: 0;
  background-color: #f3f3f3 !important;
  color: #6d6d6d;
}
#tabsAdmin #tabAreas table tr.gvr td > a {
  border-radius: 0;
  background-color: #f3f3f3 !important;
  color: #6d6d6d;
}
#tabsAdmin #tabAreas table.ui-widget-content.ui-corner-all {
  width: 100% !important;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
#tabsAdmin #tabAreas table.gridview {
  width: 100% !important;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
#tabsAdmin #tabAreas table.gridview tr.gvr:hover td {
  background-color: #3E9EBD !important;
  color: #fff;
}
#tabsAdmin #tabAreas table.gridview tr.gvr:hover td > a {
  background-color: #3E9EBD !important;
  color: #fff;
}
#tabsAdmin #tabAreas table.gridview tr.gvs td.ui-state-active {
  border-radius: 0;
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabAreas table.gridview tr.gvs td.ui-state-active > a {
  border-radius: 0;
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaInfo {
  display: table !important;
  width: 40% !important;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaInfo input:not(.button) {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaInfo select {
  color: #000;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaInfo input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d !important;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaInfo input.button:not(.ui-state-disabled):hover {
  background-color: #3E9EBD !important;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaAssignment {
  margin: 0 auto;
  margin-top: 3%;
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaAssignment ol h2 {
  background-color: #3E9EBD;
  color: #fff;
  text-shadow: 0 1px #3E9EBD;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaAssignment ol h2 span {
  background-color: #3E9EBD;
  color: #fff;
  text-shadow: 0 1px #3E9EBD;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaAssignment ol h2.selected {
  background: #6d6d6d;
  color: #fff;
  text-shadow: 0 1px #6d6d6d;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaAssignment ol h2.selected span {
  background: #6d6d6d;
  color: #fff;
  text-shadow: 0 1px #6d6d6d;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaAssignment ol div {
  background-color: #f3f3f3;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaAssignment ol div table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaAssignment ol div table select {
  background-color: #fff;
  color: #000;
  border: 1px solid #6d6d6d;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaAssignment ol div table select option {
  border-bottom: 1px solid #6d6d6d;
}
#tabsAdmin #tabAreas #ucTabAreas_dvAreaAssignment ol div table select option:hover {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabAreaGroups table {
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
  color: #000;
}
#tabsAdmin #tabAreaGroups table select {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabAreaGroups table input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabAreaGroups table input.button:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreaGroups > div > div > table {
  width: 100% !important;
}
#tabsAdmin #tabAreaGroups table.gridview {
  width: 100%;
  margin: 0 auto;
}
#tabsAdmin #tabAreaGroups table.gridview tr.gvh th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal !important;
}
#tabsAdmin #tabAreaGroups table.gridview tr td {
  border-radius: 0;
}
#tabsAdmin #tabAreaGroups table.gridview tr:not(:last-child) td.ui-state-active {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabAreaGroups table.gridview tr:not(:last-child) td.ui-state-active a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabAreaGroups table.gridview tr:last-child table td {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabAreaGroups table.gridview tr:last-child table td a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabAreaGroups table.gridview tr:last-child table td:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreaGroups table.gridview tr:last-child table td:hover a {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreaGroups table.gridview tr:last-child table td.ui-state-active {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreaGroups table.gridview tr:last-child table td.ui-state-active a {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreaGroups table.gridview tr.gvr td {
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabAreaGroups table.gridview tr.gvr td a {
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabAreaGroups table.gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabAreaGroups table.gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabAreaGroups table.griview tr.gvh th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal !important;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvNewAreaGroup {
  border-radius: 0;
  border: none;
  width: 100%;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvNewAreaGroup table {
  margin: 0 auto;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvNewAreaGroup table input {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvNewAreaGroup table input.button {
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvNewAreaGroup table input.button:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvGroupAssignment {
  margin: 0 auto;
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvGroupAssignment ol h2.selected {
  background: #6d6d6d;
  color: #fff;
  text-shadow: 0 1px #6d6d6d;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvGroupAssignment ol h2.selected span {
  background: #6d6d6d;
  color: #fff;
  text-shadow: 0 1px #6d6d6d;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvGroupAssignment ol div {
  background-color: #f3f3f3;
  border-radius: 0;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvGroupAssignment ol div table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvGroupAssignment ol div table select {
  background-color: #fff;
  color: #000;
  border: 1px solid #6d6d6d;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvGroupAssignment ol div table select option {
  border-bottom: 1px solid #6d6d6d;
}
#tabsAdmin #tabAreaGroups #ucTabAreaGroups_dvGroupAssignment ol div table select option:hover {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow table {
  border-radius: 0;
  border: none;
  margin: 0 auto;
  background-color: #f3f3f3;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow table span {
  color: #000;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow table.gridview tr th {
  font-weight: normal !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow table.gridview tr td {
  color: #000 !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow table.gridview tr:last-child td {
  background-color: #f3f3f3;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow table.gridview tr td.ui-state-active {
  color: #fff !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow table.gridview tr.gvr:hover td {
  background-color: #f3f3f3;
  border-color: #6d6d6d;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow table.gridview tr.gvr:hover td:not([colspan="7"]) {
  background-color: #3E9EBD;
  color: #fff !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow > table tr:last-child {
  text-align: center;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow > table tr:last-child input.button {
  width: 30%;
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_panelUpdateTimeWindow > table tr:last-child input.button:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabTimeWindows > div > div > table {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  width: 100%;
}
#tabsAdmin #tabTimeWindows table.gridview {
  margin: 0 auto;
}
#tabsAdmin #tabTimeWindows table.gridview tr th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
#tabsAdmin #tabTimeWindows table.gridview tr th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
#tabsAdmin #tabTimeWindows table.gridview tr td {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabTimeWindows table.gridview tr td a {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabTimeWindows table.gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabTimeWindows table.gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabTimeWindows table.gridview tr.gvs td.ui-state-active {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabTimeWindows table.gridview tr.gvs td.ui-state-active a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabTimeWindows table.gridview input.ui-widget-content {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails > div {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails > div table {
  margin: 0 auto;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails > div table select {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails > div table input.hasDatepicker {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails > div table input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails > div table input.button:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table tr span.ui-dropdownchecklist-selector-wrapper {
  border-radius: 0 !important;
  border: none;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table tr span.ui-dropdownchecklist-selector-wrapper > span {
  background: #b1b1b1;
  border: none;
  color: #000;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table tr div.ui-dropdownchecklist {
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table tr div.ui-dropdownchecklist > div div {
  background: #fff;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table tr div.ui-dropdownchecklist > div div label {
  color: #6d6d6d !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table tr div.ui-dropdownchecklist > div div:hover {
  background-color: #3E9EBD;
  color: #fff !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table tr div.ui-dropdownchecklist > div div:hover label {
  background-color: #3E9EBD;
  color: #fff !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table tr div.ui-dropdownchecklist > div div.ui-state-active {
  color: #fff !important;
  background-color: #3E9EBD !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table tr div.ui-dropdownchecklist > div div.ui-state-active label {
  color: #fff !important;
  background-color: #3E9EBD !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table tr div.ui-dropdownchecklist-dropcontainer {
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table:last-child {
  width: 20%;
  margin: 0 auto;
  margin-top: 2%;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table:last-child td[style="width: 20px;"] {
  width: 0 !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table:last-child td[style="width: 100px;"] {
  width: 0 !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table:last-child td {
  text-align: center !important;
}
#tabsAdmin #tabTimeWindows #ucTabNotificationsTimeWindow_pnlTimeWindowDetails table:last-child input.button {
  width: 100%;
}
#tabsAdmin #tabNotification {
  width: 100%;
}
#tabsAdmin #tabNotification div.ui-widget-content.ui-corner-all {
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
  color: #000;
}
#tabsAdmin #tabNotification select {
  background-color: #b1b1b1;
  border-radius: 0;
  border: none;
  color: #000;
}
#tabsAdmin #tabNotification table tr td:last-child span.ui-widget-content.ui-corner-all {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #6d6d6d;
}
#tabsAdmin #tabNotification input[type="text"] {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabNotification textarea {
  color: #000;
}
#tabsAdmin #tabNotification input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabNotification input.button:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabNotification > div > div > div {
  width: 98%;
  padding: 0 0 0 25px !important;
}
#tabsAdmin #tabNotification #ucTabNotification_updatePanelEvents {
  width: 100%;
}
#tabsAdmin #tabNotification #ucTabNotification_updatePanelEvents > div {
  width: 100%;
}
#tabsAdmin #tabNotification table.gridview {
  width: 100%;
  margin: 0 auto;
  display: table;
}
#tabsAdmin #tabNotification table.gridview tr th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal;
}
#tabsAdmin #tabNotification table.gridview tr th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal;
}
#tabsAdmin #tabNotification table.gridview tr:last-child table tr td {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabNotification table.gridview tr:last-child table tr td a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabNotification table.gridview tr:last-child table tr td:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabNotification table.gridview tr:last-child table tr td:hover a {
  background-color: #3E9EBD;
}
#tabsAdmin #tabNotification table.gridview tr:last-child table tr td.ui-state-active {
  background-color: #3E9EBD;
}
#tabsAdmin #tabNotification table.gridview tr.gvr td {
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabNotification table.gridview tr.gvr td a {
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabNotification table.gridview tr.gvr:hover td:not([colspan="6"]) {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabNotification table.gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabNotification table.gridview tr.gvr td[colspan="6"] {
  border: none;
}
#tabsAdmin #tabNotification table.gridview tr.gvs td.ui-state-active {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabNotification table.gridview tr.gvs td.ui-state-active a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabNotification #ucTabNotification_updatePanelNotificationDetails > div {
  margin-left: 50%;
  transform: translate(-50%, 0);
  color: #000;
}
#tabsAdmin #tabNotification #ucTabNotification_updatePanelNotificationDetails input[type=checkbox] + label {
  color: #000;
}
#tabsAdmin #tabNotification #ucTabNotification_updatePanelNotificationDetails table {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
}
#tabsAdmin #tabNotification #ucTabNotification_updatePanelNotificationDetails table label {
  color: #000;
}
#tabsAdmin #tabNotification #ucTabNotification_updatePanelNotificationDetails table.gridview td[colspan="4"] {
  border-radius: 0;
  border: none;
}
#tabsAdmin #tabNotification #ucTabNotification_updatePanelNotificationDetails table.gridview td {
  border-radius: 0;
}
#tabsAdmin #tabNotification #ucTabNotification_updatePanelNotificationDetails table.gridview tr:hover td:not([colspan="4"]) {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabNotification #ucTabNotification_updatePanelNotificationDetails table.gridview tr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabLogBook {
  color: #6d6d6d;
}
#tabsAdmin #tabLogBook select {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabLogBook input.hasDatepicker {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabLogBook input[type="text"] {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabLogBook textarea {
  color: #000;
}
#tabsAdmin #tabLogBook input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabLogBook input.button:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabLogBook table.gridview tr td {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabLogBook table.gridview tr td[colspan="10"] {
  border: none;
}
#tabsAdmin #tabLogBook table.gridview tr:hover td[colspan="10"] {
  background-color: #f3f3f3;
}
#tabsAdmin #tabLogBook table.gridview tr th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal !important;
}
#tabsAdmin #tabLogBook table.gridview tr th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal !important;
}
#tabsAdmin #tabLogBook table.gridview tr td.borderRight {
  border-right: none;
}
#tabsAdmin #tabLogBook table.gridview tr.gvr:hover td:not([colspan="10"]) {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabLogBook table.gridview tr.gvs td {
  background-color: #7f7f7f;
  color: #fff;
}
#tabsAdmin #tabLogBook table.gridview tr.gvs:hover td {
  background-color: #7f7f7f;
  color: #fff;
}
#tabsAdmin #tabConfiguration div > div > span {
  color: #000;
}
#tabsAdmin #tabConfiguration table {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  color: #000;
  margin: 0 auto;
}
#tabsAdmin #tabConfiguration table select {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabConfiguration table label {
  color: #000;
}
#tabsAdmin #tabConfiguration table input[type="text"] {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabConfiguration table input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabsAdmin #tabConfiguration table input.button:hover {
  background-color: #3E9EBD;
}
#tabsAdmin #tabConfiguration div.ui-widget-content.ui-corner-all {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  margin: 0 auto;
}
#tabsAdmin #tabConfiguration table.gridview tr.gvr td {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabConfiguration table.gridview tr.gvr td input[type="password"] {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#tabsAdmin #tabConfiguration table.gridview tr.gvr td a {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
#tabsAdmin #tabConfiguration table.gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabConfiguration table.gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
#tabsAdmin #tabConfiguration table.gridview tr.gvh th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
#tabsAdmin #tabConfiguration table.gridview tr.gvh th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
#configureColumnsDialog {
  background-color: #f3f3f3;
}
#configureColumnsDialog table {
  margin: 0 auto;
  color: #000;
  background-color: #f3f3f3;
}
#configureColumnsDialog table select {
  background-color: #fff;
  color: #6d6d6d;
  border-radius: 0;
  border: 1px solid #6d6d6d;
}
#configureColumnsDialog table select option {
  border-bottom: 1px solid #6d6d6d;
}
#configureColumnsDialog table select option:hover {
  background-color: #3E9EBD;
  color: #fff;
}
#configureColumnsDialog input {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#configureColumnsDialog input:hover {
  background-color: #3E9EBD;
}
#ucTabGroups_dvGroupAssignment ol h2 span {
  background-color: #3E9EBD;
  color: #fff;
  text-shadow: 0 1px #3E9EBD;
}
#ucTabGroups_dvGroupAssignment ol h2.selected span {
  background: #6d6d6d;
  color: #fff;
  text-shadow: 0 1px #6d6d6d;
}
#tabSupportNew > div > div.ui-widget-content {
  border: none;
  background-color: #f3f3f3;
}
#tabSupportNew .ui-widget-content.ui-corner-all {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
}
#tabSupportNew iframe {
  border: none;
}
#tabSupportNew #tabSupportSupport {
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
  margin: 0 auto;
}
#tabSupportNew #tabSupportSupport .ui-widget-content.ui-corner-all {
  width: 100%;
  margin: 0 auto;
}
#tabSupportNew #tabSupportSupport table {
  color: #000;
  margin: 0 auto;
}
#tabSupportNew #tabSupportSupport table input {
  background-color: #b1b1b1;
  color: #000;
}
#tabSupportNew #tabSupportSupport table textarea {
  color: #000;
}
#tabSupportNew #tabSupportSupport table input.button {
  background-color: #6d6d6d;
  border: none;
  border-radius: 0;
  color: #fff;
}
#tabSupportNew #tabSupportSupport table input.button:hover {
  background-color: #3E9EBD;
}
#tabSupportNew #upTabSupportSupport {
  margin-left: 0;
}
#tabSettings .ui-layout-center.ui-widget-content {
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
  margin: 0 auto;
}
#tabSettings .ui-widget-content.ui-corner-all {
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
  margin: 0 auto;
}
#tabSettings table {
  background-color: #f3f3f3;
  color: #000;
  margin: 0 auto;
  width: 100%;
}
#tabSettings table + table tbody tr td.fg-td {
  text-align: left !important;
}
#tabSettings select.dropdown {
  background-color: #b1b1b1 !important;
  color: #000;
}
#tabSettings input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#tabSettings input.button:hover {
  background-color: #3E9EBD;
}
.aspNetDisabled:not(.gvr) {
  display: inline-block !important;
}
.aspNetDisabled.gvr {
  opacity: 0.7;
}
#frmLogin table {
  background-color: #fff !important;
  border: none !important;
}
#frmLogin table td {
  color: #6d6d6d !important;
}
#frmLogin table td label {
  color: #6d6d6d !important;
}
#frmLogin table td a {
  color: #6d6d6d !important;
}
#frmLogin table td input:not(.button) {
  border-radius: 0;
  background-color: #b1b1b1 !important;
  color: #000;
  border: none;
}
#frmLogin table td .button {
  border-radius: 0;
  color: #fff;
  background-color: #3E9EBD !important;
  border-color: #4199bd;
}
#frmLogin table td .button:hover {
  background-color: #6d6d6d !important;
  border-color: #6d6d6d;
}
#frmLogin input[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #6d6d6d;
  border-radius: 90px;
  margin-left: -2px;
  margin-top: 3px;
}
#frmLogin input[type=checkbox]:checked:before {
  background: #6d6d6d;
}
.sectionTitle {
  color: #6d6d6d !important;
  text-decoration: underline;
  font-weight: bold;
}
.menuContainer {
  margin-top: -1px;
  width: 12%;
  float: left;
  height: 100vh;
  position: relative;
  z-index: 9;
  display: inline-block;
  vertical-align: top;
  background-color: #7f7f7f;
  padding-right: 15px;
  box-shadow: 4px 0 10px 2px rgba(0, 0, 0, 0.2), 6px 0 12px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.menuContainer ul.ui-tabs-nav {
  list-style: none;
  padding: 0 !important;
  margin-top: 0 !important;
  background-color: #7f7f7f;
  border: none;
}
.menuContainer ul li.ui-state-default {
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #6d6d6d;
  padding: 0 15px 0 0 !important;
  background-color: #7f7f7f;
  transition: background linear 0.2s;
}
.menuContainer ul li.ui-state-default a.ui-tabs-anchor {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 15px;
}
.menuContainer ul li.ui-state-default a.ui-tabs-anchor:hover {
  background-color: #3E9EBD;
  color: #fff;
}
.menuContainer ul li.ui-state-default:not(.ui-state-active) a.ui-tabs-anchor {
  background-color: #7f7f7f;
  text-shadow: 0 1px #7f7f7f;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuContainer ul li.ui-state-default:hover {
  background-color: #3E9EBD;
}
.menuContainer ul li.ui-state-default:hover a.ui-tabs-anchor {
  background-color: #3E9EBD;
}
.menuContainer ul li.ui-state-active {
  background-color: #3E9EBD;
}
.mainContentContainer {
  display: inline-block !important;
  width: 88% !important;
  float: left;
  box-sizing: border-box;
}
#divUIBlocker {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
#aReportParameters {
  margin-bottom: 2%;
  background-color: #fff;
}
#aReportParameters .ui-accordion-header {
  border-radius: 0;
  border: none;
  color: #fff;
  background-color: #3E9EBD;
}
#aReportParameters .ui-accordion-header a {
  font-weight: normal;
}
#aReportParameters > div {
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: #6d6d6d;
  padding: 0 0 0 15px;
  margin: 0;
}
#aReportParameters > div > table input[type="text"] {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#aReportParameters > div > table span.ui-dropdownchecklist {
  border-radius: 0;
  border: none;
}
#aReportParameters > div > table span.ui-dropdownchecklist span {
  background-color: #b1b1b1;
  border: none;
  color: #000;
}
#aReportParameters > div > table label {
  color: #6d6d6d;
}
#aReportParameters > div > table input.button:hover {
  background-color: #3E9EBD;
}
#aReportParameters > div table input {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#aReportParameters > div table select {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#aReportParameters > div table input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  padding: 5px;
  color: #fff;
}
#aReportParameters > div table:first-child tr:last-child td input.button {
  width: 50% !important;
}
#aReportParameters > div table#tblEmailReport td input.button {
  width: 50% !important;
}
#aReportParameters #ucReportParameters_pnlReportParameters .ui-dropdownchecklist-dropcontainer-wrapper {
  border-radius: 0;
  border: none;
  background-color: #fff;
}
#aReportParameters #ucReportParameters_pnlReportParameters .ui-dropdownchecklist-dropcontainer {
  border-radius: 0;
  border: none;
  background-color: #fff;
}
#aReportParameters .ui-dropdownchecklist-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #6d6d6d;
  color: #6d6d6d;
}
#aReportParameters .ui-dropdownchecklist-item label {
  color: #6d6d6d !important;
}
#aReportParameters .ui-dropdownchecklist-item:hover {
  background-color: #3E9EBD;
  color: #fff !important;
}
#aReportParameters .ui-dropdownchecklist-item:hover label {
  background-color: #3E9EBD;
  color: #fff !important;
}
#aReportParameters .ui-dropdownchecklist-item.ui-state-active {
  background-color: #3E9EBD;
  color: #fff !important;
}
#aReportParameters .ui-dropdownchecklist-item.ui-state-active:hover {
  background-color: #b1b1b1;
  color: #fff !important;
}
#aReportParameters .ui-dropdownchecklist-item.ui-state-active:hover label {
  background-color: #b1b1b1;
  color: #fff !important;
}
#aReportParameters .ui-dropdownchecklist-item.ui-state-active label {
  background-color: #3E9EBD;
  color: #fff !important;
}
#aReportParameters .SumoSelect > .optWrapper.multiple {
  border-radius: 0;
}
#aReportParameters .SumoSelect > .optWrapper.multiple > .options li.opt:hover {
  background-color: #3E9EBD;
  color: #fff;
}
#aReportParameters .SumoSelect > .optWrapper.multiple > .options li.opt:hover label {
  color: #fff;
}
#aReportParameters .SumoSelect > p.CaptionCont {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
#aReportParameters .MultiControls {
  background-color: #6d6d6d;
  color: #fff;
  border-radius: 0;
}
#aReportParameters .MultiControls p:hover {
  background-color: #3E9EBD;
}
#aReport {
  background-color: #fff;
}
#aReport .ui-accordion-header {
  border-radius: 0;
  border: none;
  background-color: #3E9EBD;
  color: #fff;
}
#aReport .ui-accordion-header a {
  font-weight: normal;
  color: #fff;
}
#aReport > div {
  border-radius: 0;
  border: none;
  background-color: #fff;
}
#schedulesDialog table tr th {
  border-radius: 0;
  border: none;
  background: #6d6d6d;
}
#schedulesDialog table tr th a {
  font-weight: normal;
}
#schedulesDialog table tr td {
  border-radius: 0;
  background-color: #fff;
  color: #000;
}
#schedulesDialog table tr.gvr td a {
  border-radius: 0;
  background-color: #fff;
  color: #000;
}
#schedulesDialog table.gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
#schedulesDialog table.gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
#schedulesDialog table.gridview tr.gvs td.ui-state-active {
  background-color: #3E9EBD;
  color: #fff;
}
#schedulesDialog table.gridview tr.gvs td.ui-state-active a {
  background-color: #3E9EBD;
  color: #fff;
}
#schedulesDialog table.gridview tr:last-child table tr td {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#schedulesDialog table.gridview tr:last-child table tr td a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#schedulesDialog table.gridview tr:last-child table tr td:hover {
  background-color: #3E9EBD;
}
#schedulesDialog table.gridview tr:last-child table tr td:hover a {
  background-color: #3E9EBD;
}
#schedulesDialog table.gridview tr:last-child table tr td.ui-state-active {
  background-color: #3E9EBD;
}
#schedulesDialog input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
#schedulesDialog input.button:hover {
  background-color: #3E9EBD;
}
#schedulesDialog > div > div > div > table:not(.gridview) {
  border-radius: 0;
  border: none;
}
#schedulesDialog > div > div > div > table:not(.gridview) select {
  border-radius: 0;
  border: none;
}
#schedulesDialog > div > div > div > table:not(.gridview) input[type="text"] {
  border-radius: 0;
  border: none;
}
form[action="./accessrights.aspx"] {
  color: #000;
}
form[action="./accessrights.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./accessrights.aspx"] select {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./accessrights.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./accessrights.aspx"] input.button {
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./accessrights.aspx"] input.button:hover {
  background-color: #3E9EBD;
}
form[action="./accessrights.aspx"] table {
  border-radius: 0;
  border: none;
  background-color: #fff;
}
form[action="./accessrights.aspx"] table table.ui-widget-content span {
  color: #000;
}
form[action="./accessrights.aspx"] table table.ui-widget-content select {
  background-color: #fff;
}
form[action="./accessrights.aspx"] table table.ui-widget-content select option {
  color: #000;
  border-bottom: 1px solid #6d6d6d;
}
form[action="./accessrights.aspx"] table table.ui-widget-content select option:hover {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./accessrights.aspx"] table.gridview th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal;
}
form[action="./accessrights.aspx"] table.gridview th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal;
}
form[action="./accessrights.aspx"] table.gridview tr.gvr td {
  background-color: #f3f3f3;
  color: #000;
}
form[action="./accessrights.aspx"] table.gridview tr.gvr a {
  background-color: #f3f3f3;
  color: #000;
}
form[action="./accessrights.aspx"] table.gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./accessrights.aspx"] table.gridview tr.gvr:hover a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./accessrights.aspx"] table.gridview tr.gvs ts {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./accessrights.aspx"] table.gridview tr.gvs a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./accessrights.aspx"] table.gridview table tr td {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./accessrights.aspx"] table.gridview table tr td a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./accessrights.aspx"] table.gridview table tr td:hover {
  background-color: #3E9EBD;
}
form[action="./accessrights.aspx"] table.gridview table tr td:hover a {
  background-color: #3E9EBD;
}
form[action="./accessrights.aspx"] table.gridview table tr td.ui-state-active {
  background-color: #3E9EBD;
}
form[action="./accessrights.aspx"] table.gridview table tr td.ui-state-active a {
  background-color: #3E9EBD;
}
form[action="./accessrights.aspx"] #ctl00_mainContent_gvLogins {
  width: 100%;
}
form[action="./accounts.aspx"] {
  color: #000;
}
form[action="./accounts.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./accounts.aspx"] select {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./accounts.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./accounts.aspx"] input.button {
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./accounts.aspx"] input.button:hover {
  background-color: #3E9EBD;
}
form[action="./accounts.aspx"] #ctl00_mainContent_gvAccounts {
  width: 100%;
}
form[action="./accounts.aspx"] table.gridview th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
form[action="./accounts.aspx"] table.gridview th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
form[action="./accounts.aspx"] table.gridview tr.gvr td {
  background-color: #f3f3f3;
  color: #000;
}
form[action="./accounts.aspx"] table.gridview tr.gvr td a {
  background-color: #f3f3f3;
  color: #000;
}
form[action="./accounts.aspx"] table.gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./accounts.aspx"] table.gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./accounts.aspx"] table.gridview tr.gvs td {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./accounts.aspx"] table.gridview tr.gvs td a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./accounts.aspx"] table.gridview table tr td {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./accounts.aspx"] table.gridview table tr td a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./accounts.aspx"] table.gridview table tr td:hover {
  background-color: #3E9EBD;
}
form[action="./accounts.aspx"] table.gridview table tr td:hover a {
  background-color: #3E9EBD;
}
form[action="./accounts.aspx"] table.gridview table tr td.ui-state-active {
  background-color: #3E9EBD;
}
form[action="./accounts.aspx"] table.gridview table tr td.ui-state-active a {
  background-color: #3E9EBD;
}
form[action="./accounts.aspx"] table.ui-widget-content.ui-corner-all {
  border-radius: 0;
  border: none;
  color: #000;
  margin: 0 auto;
}
form[action="./bulletin_board.aspx"] {
  color: #000;
}
form[action="./bulletin_board.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./bulletin_board.aspx"] select {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./bulletin_board.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./bulletin_board.aspx"] input.button {
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./bulletin_board.aspx"] input.button:not(.ui-state-disabled):hover {
  background-color: #3E9EBD;
}
form[action="./bulletin_board.aspx"] table.gridview td[colspan="4"] {
  border-radius: 0;
  border: none;
  background-color: #fff;
}
form[action="./clientlogin.aspx"] {
  color: #000;
}
form[action="./clientlogin.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./clientlogin.aspx"] select {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./clientlogin.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./clientlogin.aspx"] .chosen-container a {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./clientlogin.aspx"] input.button {
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./clientlogin.aspx"] input.button:hover {
  background-color: #3E9EBD;
}
form[action="./clientlogin.aspx"] .chosen-drop {
  background-color: #fff;
  color: #000;
}
form[action="./clientlogin.aspx"] .chosen-drop .chosen-search input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./clientlogin.aspx"] .chosen-drop .chosen-results li:hover {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./clientlogin.aspx"] .chosen-results {
  background-color: #fff;
  color: #000;
}
form[action="./clientlogin.aspx"] iframe {
  border-radius: 0;
  border: none;
}
form[action="./clientnotice.aspx"] {
  color: #000;
}
form[action="./clientnotice.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./clientnotice.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./clientnotice.aspx"] input.button {
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./clientnotice.aspx"] input.button:not(.ui-state-disabled):hover {
  background-color: #3E9EBD;
}
form[action="./clientnotice.aspx"] table {
  border-radius: 0;
  border: none;
}
form[action="./clientnotice.aspx"] table.gridview tr th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
form[action="./clientnotice.aspx"] table.gridview tr th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
form[action="./clientnotice.aspx"] table.gridview tr.gvr td {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  color: #000;
}
form[action="./clientnotice.aspx"] table.gridview tr.gvr td a {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  color: #000;
}
form[action="./clientnotice.aspx"] table.gridview tr.gvr:hover td:not([colspan="4"]) {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./clientnotice.aspx"] table.gridview tr.gvr:hover td:not([colspan="4"]) a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./clientnotice.aspx"] table.gridview tr.gvr td[colspan="4"] {
  background-color: #fff;
}
form[action="./clientnotice.aspx"] table.gridview tr.gvs td {
  background-color: #3E9EBD;
  color: #fff;
  border-radius: 0;
  border: none;
}
form[action="./clientnotice.aspx"] table.gridview tr.gvs a {
  background-color: #3E9EBD;
  color: #fff;
  border-radius: 0;
  border: none;
}
form[action="./clientnotice.aspx"] table.ui-widget-content.ui-corner-all {
  color: #000;
}
form[action="./logins.aspx"] {
  color: #000;
}
form[action="./logins.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./logins.aspx"] select {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./logins.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./logins.aspx"] input.button {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./logins.aspx"] input.button:not(.ui-state-disabled):hover {
  background-color: #3E9EBD;
}
form[action="./logins.aspx"] table {
  border-radius: 0;
  border: none;
  color: #000;
  background-color: #fff;
}
form[action="./logins.aspx"] table th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./logins.aspx"] table th a {
  font-weight: normal;
}
form[action="./logins.aspx"] div ~ table {
  width: 24%;
  margin: 0 auto;
}
form[action="./logins.aspx"] div ~ table tr td {
  width: 50%;
}
form[action="./logins.aspx"] table.gridview {
  width: 100%;
  margin: 0 auto;
}
form[action="./logins.aspx"] table.gridview tr.gvr td {
  background-color: #f3f3f3;
  color: #000;
}
form[action="./logins.aspx"] table.gridview tr.gvr td a {
  background-color: #f3f3f3;
  color: #000;
}
form[action="./logins.aspx"] table.gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./logins.aspx"] table.gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./logins.aspx"] table.gridview table tr td {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./logins.aspx"] table.gridview table tr td:hover {
  background-color: #3E9EBD;
}
form[action="./logins.aspx"] table.gridview table tr td.ui-state-active {
  background-color: #3E9EBD;
}
form[action="./logins.aspx"] #ctl00_mainContent_dvLoginAssignment {
  border-radius: 0;
  border: none;
  background-color: #fff;
  margin: 0 auto !important;
}
form[action="./logins.aspx"] #ctl00_mainContent_dvLoginAssignment ol h2 {
  background-color: #fff;
}
form[action="./logins.aspx"] #ctl00_mainContent_dvLoginAssignment ol div {
  background-color: #fff;
}
form[action="./logins.aspx"] #ctl00_mainContent_dvLoginAssignment ol li h2 span {
  border-radius: 0;
  border: none;
  background-color: #3E9EBD;
  text-shadow: none;
}
form[action="./logins.aspx"] #ctl00_mainContent_dvLoginAssignment ol li h2.selected {
  background: #6d6d6d;
}
form[action="./logins.aspx"] #ctl00_mainContent_dvLoginAssignment ol li h2.selected span {
  background: #6d6d6d;
}
form[action="./logins.aspx"] #ctl00_mainContent_dvLoginAssignment ol li div table {
  margin: 0 auto;
  text-align: center;
}
form[action="./logins.aspx"] #ctl00_mainContent_dvLoginAssignment ol li div table select {
  background-color: #fff;
  color: #000;
}
form[action="./logins.aspx"] #ctl00_mainContent_dvLoginAssignment ol li div table select option {
  background-color: #fff;
  border-bottom: 1px solid #6d6d6d;
}
form[action="./logins.aspx"] #ctl00_mainContent_dvLoginAssignment ol li div table select option:hover {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./markers.aspx"] {
  color: #000;
}
form[action="./markers.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./markers.aspx"] select {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./markers.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./markers.aspx"] table {
  border-radius: 0;
  border: none;
}
form[action="./markers.aspx"] table.gridview {
  width: 100%;
}
form[action="./markers.aspx"] table.gridview tr th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
form[action="./markers.aspx"] table.gridview tr th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  font-weight: normal;
}
form[action="./markers.aspx"] table.gridview tr.gvr td {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
form[action="./markers.aspx"] table.gridview tr.gvr td a {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
form[action="./markers.aspx"] table.gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./markers.aspx"] table.gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./markers.aspx"] table.gridview tr.gvs td {
  background-color: #3E9EBD;
  color: #fff;
  border-radius: 0;
}
form[action="./markers.aspx"] table.gridview tr.gvs td a {
  background-color: #3E9EBD;
  color: #fff;
  border-radius: 0;
}
form[action="./markers.aspx"] table.ui-widget-content.ui-corner-all {
  color: #000;
}
form[action="./markers.aspx"] table.ui-widget-content.ui-corner-all input {
  border: none;
}
form[action="./releasenotesEditor.aspx"] {
  color: #000;
}
form[action="./releasenotesEditor.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./releasenotesEditor.aspx"] select {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./releasenotesEditor.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./releasenotesEditor.aspx"] input.button {
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./releasenotesEditor.aspx"] input.button:hover {
  background-color: #3E9EBD;
}
form[action="./releasenotesEditor.aspx"] table.gridview {
  width: 100% !important;
  margin-bottom: 1%;
}
form[action="./releasenotesEditor.aspx"] table.gridview tr th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal;
}
form[action="./releasenotesEditor.aspx"] table.gridview tr th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal;
}
form[action="./releasenotesEditor.aspx"] table.gridview tr.gvr td {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
form[action="./releasenotesEditor.aspx"] table.gridview tr.gvr td a {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
form[action="./releasenotesEditor.aspx"] table.gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./releasenotesEditor.aspx"] table.gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./releasenotesEditor.aspx"] table.gridview tr.gvs td {
  background-color: #3E9EBD;
  color: #fff;
  border-radius: 0;
}
form[action="./releasenotesEditor.aspx"] table.gridview tr.gvs td a {
  background-color: #3E9EBD;
  color: #fff;
  border-radius: 0;
}
form[action="./releasenotesEditor.aspx"] table.ui-widget-content.ui-corner-all {
  border-radius: 0;
  border: none;
  color: #000;
}
form[action="./reports.aspx"] {
  color: #000;
}
form[action="./reports.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./reports.aspx"] select {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./reports.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./reports.aspx"] input.button {
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./reports.aspx"] input.button:hover {
  background-color: #3E9EBD;
}
form[action="./reports.aspx"] iframe {
  margin-left: 50%;
  transform: translate(-50%, 0);
  border-radius: 0;
}
form[action="./sessions.aspx"] {
  color: #000;
}
form[action="./skins.aspx"] {
  color: #000;
}
form[action="./skins.aspx"] table.gridview {
  width: 100%;
  border-collapse: collapse !important;
}
form[action="./skins.aspx"] table.gridview tr th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal;
}
form[action="./skins.aspx"] table.gridview tr th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal;
}
form[action="./skins.aspx"] table.gridview tr.gvr td {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
form[action="./skins.aspx"] table.gridview tr.gvr td a {
  border-radius: 0;
  background-color: #f3f3f3;
  color: #000;
}
form[action="./skins.aspx"] table.gridview tr.gvr:hover td {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./skins.aspx"] table.gridview tr.gvr:hover td a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./skins.aspx"] table.gridview tr.gvs td {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./skins.aspx"] table.gridview tr.gvs td a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./skins.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./skins.aspx"] select {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./skins.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b2b2b2;
  color: #000;
}
form[action="./skins.aspx"] input.button {
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./skins.aspx"] input.button:hover {
  background-color: #3E9EBD;
}
form[action="./skins.aspx"] table.ui-widget-content.ui-corner-all {
  border-radius: 0;
  border: none;
  color: #000;
  margin: 0 auto;
}
form[action="./units.aspx"] {
  color: #000;
}
form[action="./units.aspx"] input {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
form[action="./units.aspx"] select {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
form[action="./units.aspx"] textarea {
  border-radius: 0;
  border: none;
  background-color: #b1b1b1;
  color: #000;
}
form[action="./units.aspx"] input.button {
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./units.aspx"] input.button:not(.ui-state-disabled):hover {
  background-color: #3E9EBD;
}
form[action="./units.aspx"] table.gridview {
  width: 100%;
}
form[action="./units.aspx"] table.gridview tr th {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal;
}
form[action="./units.aspx"] table.gridview tr th a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: normal;
}
form[action="./units.aspx"] table.gridview tr.gvr td:not([colspan="5"]) {
  background-color: #f3f3f3;
  color: #000;
  border-radius: 0;
}
form[action="./units.aspx"] table.gridview tr.gvr td:not([colspan="5"]) a {
  background-color: #f3f3f3;
  color: #000;
  border-radius: 0;
}
form[action="./units.aspx"] table.gridview tr.gvr:hover td:not([colspan="5"]) {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./units.aspx"] table.gridview tr.gvr:hover td:not([colspan="5"]) a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./units.aspx"] table.gridview tr.gvs td {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./units.aspx"] table.gridview tr.gvs td a {
  background-color: #3E9EBD;
  color: #fff;
}
form[action="./units.aspx"] table.gridview table tr td {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./units.aspx"] table.gridview table tr td a {
  border-radius: 0;
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
form[action="./units.aspx"] table.gridview table tr td:hover {
  background-color: #3E9EBD;
}
form[action="./units.aspx"] table.gridview table tr td:hover a {
  background-color: #3E9EBD;
}
form[action="./units.aspx"] table.gridview table tr td.ui-state-active {
  background-color: #3E9EBD;
}
form[action="./units.aspx"] table.gridview table tr td.ui-state-active a {
  background-color: #3E9EBD;
}
form[action="./units.aspx"] table td[colspan="5"] {
  border-radius: 0;
  border: none;
  background-color: #fff;
}
form[action="./units.aspx"] table.ui-widget-content.ui-corner-all {
  border-radius: 0;
  border: none;
  color: #000;
}
form[action="./units.aspx"] #ctl00_mainContent_dvUnitAssignment {
  margin: 0 auto !important;
  background-color: #fff;
  border-radius: 0;
  border: none;
}
form[action="./units.aspx"] #ctl00_mainContent_dvUnitAssignment ol h2 {
  background-color: #fff;
  text-shadow: none;
}
form[action="./units.aspx"] #ctl00_mainContent_dvUnitAssignment ol h2 span {
  background: #3E9EBD;
}
form[action="./units.aspx"] #ctl00_mainContent_dvUnitAssignment ol h2.selected {
  background: #6d6d6d;
}
form[action="./units.aspx"] #ctl00_mainContent_dvUnitAssignment ol h2.selected span {
  background: #6d6d6d;
}
form[action="./units.aspx"] #ctl00_mainContent_dvUnitAssignment ol div {
  background-color: #fff;
}
form[action="./units.aspx"] #ctl00_mainContent_dvUnitAssignment ol div table {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
form[action="./units.aspx"] #ctl00_mainContent_dvUnitAssignment ol div table select {
  background-color: #fff;
}
form[action="./units.aspx"] #ctl00_mainContent_dvUnitAssignment ol div table select option {
  color: #000;
  border-bottom: 1px solid #6d6d6d;
}
form[action="./units.aspx"] #ctl00_mainContent_dvUnitAssignment ol div table select option:hover {
  background-color: #3E9EBD;
  color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #6d6d6d !important;
}
::-webkit-scrollbar-thumb:hover::-webkit-scrollbar {
  width: 20px;
}
::-webkit-input-placeholder {
  color: #6d6d6d;
}
:-moz-placeholder {
  color: #6d6d6d;
  opacity:  1;
}
::-moz-placeholder {
  color: #6d6d6d;
  opacity:  1;
}
:-ms-input-placeholder {
  color: #6d6d6d;
}