/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.datetime-ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.datetime-ui-datepicker .datetime-ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.datetime-ui-datepicker .datetime-ui-datepicker-prev, .datetime-ui-datepicker .datetime-ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.datetime-ui-datepicker .datetime-ui-datepicker-prev-hover, .datetime-ui-datepicker .datetime-ui-datepicker-next-hover {
  top: 1px; }

.datetime-ui-datepicker .datetime-ui-datepicker-prev {
  left: 2px; }

.datetime-ui-datepicker .datetime-ui-datepicker-next {
  right: 2px; }

.datetime-ui-datepicker .datetime-ui-datepicker-prev-hover {
  left: 1px; }

.datetime-ui-datepicker .datetime-ui-datepicker-next-hover {
  right: 1px; }

.datetime-ui-datepicker .datetime-ui-datepicker-prev span, .datetime-ui-datepicker .datetime-ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.datetime-ui-datepicker .datetime-ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.datetime-ui-datepicker .datetime-ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.datetime-ui-datepicker select.datetime-ui-datepicker-month-year {
  width: 100%; }

.datetime-ui-datepicker select.datetime-ui-datepicker-month,
.datetime-ui-datepicker select.datetime-ui-datepicker-year {
  width: 49%; }

.datetime-ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.datetime-ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.datetime-ui-datepicker td {
  border: 0;
  padding: 1px; }

.datetime-ui-datepicker td span, .datetime-ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.datetime-ui-datepicker .datetime-ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.datetime-ui-datepicker .datetime-ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.datetime-ui-datepicker .datetime-ui-datepicker-buttonpane button.datetime-ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.datetime-ui-datepicker.datetime-ui-datepicker-multi {
  width: auto; }

.datetime-ui-datepicker-multi .datetime-ui-datepicker-group {
  float: left; }

.datetime-ui-datepicker-multi .datetime-ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.datetime-ui-datepicker-multi-2 .datetime-ui-datepicker-group {
  width: 50%; }

.datetime-ui-datepicker-multi-3 .datetime-ui-datepicker-group {
  width: 33.3%; }

.datetime-ui-datepicker-multi-4 .datetime-ui-datepicker-group {
  width: 25%; }

.datetime-ui-datepicker-multi .datetime-ui-datepicker-group-last .datetime-ui-datepicker-header {
  border-left-width: 0; }

.datetime-ui-datepicker-multi .datetime-ui-datepicker-group-middle .datetime-ui-datepicker-header {
  border-left-width: 0; }

.datetime-ui-datepicker-multi .datetime-ui-datepicker-buttonpane {
  clear: left; }

.datetime-ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.datetime-ui-datepicker-rtl {
  direction: rtl; }

.datetime-ui-datepicker-rtl .datetime-ui-datepicker-prev {
  right: 2px;
  left: auto; }

.datetime-ui-datepicker-rtl .datetime-ui-datepicker-next {
  left: 2px;
  right: auto; }

.datetime-ui-datepicker-rtl .datetime-ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.datetime-ui-datepicker-rtl .datetime-ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.datetime-ui-datepicker-rtl .datetime-ui-datepicker-buttonpane {
  clear: right; }

.datetime-ui-datepicker-rtl .datetime-ui-datepicker-buttonpane button {
  float: left; }

.datetime-ui-datepicker-rtl .datetime-ui-datepicker-buttonpane button.datetime-ui-datepicker-current {
  float: right; }

.datetime-ui-datepicker-rtl .datetime-ui-datepicker-group {
  float: right; }

.datetime-ui-datepicker-rtl .datetime-ui-datepicker-group-last .datetime-ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.datetime-ui-datepicker-rtl .datetime-ui-datepicker-group-middle .datetime-ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.datetime-ui-helper-hidden {
  display: none; }

.datetime-ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.datetime-ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.datetime-ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.datetime-ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .datetime-ui-helper-clearfix {
  height: 1%; }

.datetime-ui-helper-clearfix {
  display: block; }

/* end clearfix */
.datetime-ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.datetime-ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.datetime-ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.datetime-ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=dddddd&bgTextureHeader=02_glass.png&bgImgOpacityHeader=35&borderColorHeader=bbbbbb&fcHeader=444444&iconColorHeader=999999&bgColorContent=c9c9c9&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=50&borderColorContent=aaaaaa&fcContent=333333&iconColorContent=999999&bgColorDefault=eeeeee&bgTextureDefault=02_glass.png&bgImgOpacityDefault=60&borderColorDefault=cccccc&fcDefault=3383bb&iconColorDefault=70b2e1&bgColorHover=f8f8f8&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=bbbbbb&fcHover=599fcf&iconColorHover=3383bb&bgColorActive=999999&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=75&borderColorActive=999999&fcActive=ffffff&iconColorActive=454545&bgColorHighlight=eeeeee&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=ffffff&fcHighlight=444444&iconColorHighlight=3383bb&bgColorError=c0402a&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=c0402a&fcError=ffffff&iconColorError=fbc856&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0pxdow=0px
 */
/* Component containers
----------------------------------*/
.datetime-ui-widget {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1.1em; }

.datetime-ui-widget .datetime-ui-widget {
  font-size: 1em; }

.datetime-ui-widget input, .datetime-ui-widget select, .datetime-ui-widget textarea, .datetime-ui-widget button {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1em; }

.datetime-ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #c9c9c9 url(images/ui-bg_inset-soft_50_c9c9c9_1x100.png) 50% bottom repeat-x;
  color: #333333; }

.datetime-ui-widget-content a {
  color: #333333; }

.datetime-ui-widget-header {
  border: 1px solid #bbbbbb;
  background: #dddddd url(images/ui-bg_glass_35_dddddd_1x400.png) 50% 50% repeat-x;
  color: #444444;
  font-weight: bold; }

.datetime-ui-widget-header a {
  color: #444444; }

/* Interaction states
----------------------------------*/
.datetime-ui-state-default, .datetime-ui-widget-content .datetime-ui-state-default, .datetime-ui-widget-header .datetime-ui-state-default {
  border: 1px solid #cccccc;
  background: #eeeeee url(images/ui-bg_glass_60_eeeeee_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #3383bb; }

.datetime-ui-state-default a, .datetime-ui-state-default a:link, .datetime-ui-state-default a:visited {
  color: #3383bb;
  text-decoration: none; }

.datetime-ui-state-hover, .datetime-ui-widget-content .datetime-ui-state-hover, .datetime-ui-widget-header .datetime-ui-state-hover, .datetime-ui-state-focus, .datetime-ui-widget-content .datetime-ui-state-focus, .datetime-ui-widget-header .datetime-ui-state-focus {
  border: 1px solid #bbbbbb;
  background: #f8f8f8 url(images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #599fcf; }

.datetime-ui-state-hover a, .datetime-ui-state-hover a:hover {
  color: #599fcf;
  text-decoration: none; }

.datetime-ui-state-active, .datetime-ui-widget-content .datetime-ui-state-active, .datetime-ui-widget-header .datetime-ui-state-active {
  border: 1px solid #999999;
  background: #999999 url(images/ui-bg_inset-hard_75_999999_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff; }

.datetime-ui-state-active a, .datetime-ui-state-active a:link, .datetime-ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

.datetime-ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.datetime-ui-state-highlight, .datetime-ui-widget-content .datetime-ui-state-highlight, .datetime-ui-widget-header .datetime-ui-state-highlight {
  border: 1px solid #ffffff;
  background: #eeeeee url(images/ui-bg_flat_55_eeeeee_40x100.png) 50% 50% repeat-x;
  color: #444444; }

.datetime-ui-state-highlight a, .datetime-ui-widget-content .datetime-ui-state-highlight a, .datetime-ui-widget-header .datetime-ui-state-highlight a {
  color: #444444; }

.datetime-ui-state-error, .datetime-ui-widget-content .datetime-ui-state-error, .datetime-ui-widget-header .datetime-ui-state-error {
  border: 1px solid #c0402a;
  background: #c0402a url(images/ui-bg_flat_55_c0402a_40x100.png) 50% 50% repeat-x;
  color: #ffffff; }

.datetime-ui-state-error a, .datetime-ui-widget-content .datetime-ui-state-error a, .datetime-ui-widget-header .datetime-ui-state-error a {
  color: #ffffff; }

.datetime-ui-state-error-text, .datetime-ui-widget-content .datetime-ui-state-error-text, .datetime-ui-widget-header .datetime-ui-state-error-text {
  color: #ffffff; }

.datetime-ui-priority-primary, .datetime-ui-widget-content .datetime-ui-priority-primary, .datetime-ui-widget-header .datetime-ui-priority-primary {
  font-weight: bold; }

.datetime-ui-priority-secondary, .datetime-ui-widget-content .datetime-ui-priority-secondary, .datetime-ui-widget-header .datetime-ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.datetime-ui-state-disabled, .datetime-ui-widget-content .datetime-ui-state-disabled, .datetime-ui-widget-header .datetime-ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.datetime-ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_999999_256x240.png); }

.datetime-ui-widget-content .datetime-ui-icon {
  background-image: url(images/ui-icons_999999_256x240.png); }

.datetime-ui-widget-header .datetime-ui-icon {
  background-image: url(images/ui-icons_999999_256x240.png); }

.datetime-ui-state-default .datetime-ui-icon {
  background-image: url(images/ui-icons_70b2e1_256x240.png); }

.datetime-ui-state-hover .datetime-ui-icon, .datetime-ui-state-focus .datetime-ui-icon {
  background-image: url(images/ui-icons_3383bb_256x240.png); }

.datetime-ui-state-active .datetime-ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.datetime-ui-state-highlight .datetime-ui-icon {
  background-image: url(images/ui-icons_3383bb_256x240.png); }

.datetime-ui-state-error .datetime-ui-icon, .datetime-ui-state-error-text .datetime-ui-icon {
  background-image: url(images/ui-icons_fbc856_256x240.png); }

/* positioning */
.datetime-ui-icon-carat-1-n {
  background-position: 0 0; }

.datetime-ui-icon-carat-1-ne {
  background-position: -16px 0; }

.datetime-ui-icon-carat-1-e {
  background-position: -32px 0; }

.datetime-ui-icon-carat-1-se {
  background-position: -48px 0; }

.datetime-ui-icon-carat-1-s {
  background-position: -64px 0; }

.datetime-ui-icon-carat-1-sw {
  background-position: -80px 0; }

.datetime-ui-icon-carat-1-w {
  background-position: -96px 0; }

.datetime-ui-icon-carat-1-nw {
  background-position: -112px 0; }

.datetime-ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.datetime-ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.datetime-ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.datetime-ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.datetime-ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.datetime-ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.datetime-ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.datetime-ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.datetime-ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.datetime-ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.datetime-ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.datetime-ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.datetime-ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.datetime-ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.datetime-ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.datetime-ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.datetime-ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.datetime-ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.datetime-ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.datetime-ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.datetime-ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.datetime-ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.datetime-ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.datetime-ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.datetime-ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.datetime-ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.datetime-ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.datetime-ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.datetime-ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.datetime-ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.datetime-ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.datetime-ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.datetime-ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.datetime-ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.datetime-ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.datetime-ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.datetime-ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.datetime-ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.datetime-ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.datetime-ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.datetime-ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.datetime-ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.datetime-ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.datetime-ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.datetime-ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.datetime-ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.datetime-ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.datetime-ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.datetime-ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.datetime-ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.datetime-ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.datetime-ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.datetime-ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.datetime-ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.datetime-ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.datetime-ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.datetime-ui-icon-arrow-4 {
  background-position: 0 -80px; }

.datetime-ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.datetime-ui-icon-extlink {
  background-position: -32px -80px; }

.datetime-ui-icon-newwin {
  background-position: -48px -80px; }

.datetime-ui-icon-refresh {
  background-position: -64px -80px; }

.datetime-ui-icon-shuffle {
  background-position: -80px -80px; }

.datetime-ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.datetime-ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.datetime-ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.datetime-ui-icon-folder-open {
  background-position: -16px -96px; }

.datetime-ui-icon-document {
  background-position: -32px -96px; }

.datetime-ui-icon-document-b {
  background-position: -48px -96px; }

.datetime-ui-icon-note {
  background-position: -64px -96px; }

.datetime-ui-icon-mail-closed {
  background-position: -80px -96px; }

.datetime-ui-icon-mail-open {
  background-position: -96px -96px; }

.datetime-ui-icon-suitcase {
  background-position: -112px -96px; }

.datetime-ui-icon-comment {
  background-position: -128px -96px; }

.datetime-ui-icon-person {
  background-position: -144px -96px; }

.datetime-ui-icon-print {
  background-position: -160px -96px; }

.datetime-ui-icon-trash {
  background-position: -176px -96px; }

.datetime-ui-icon-locked {
  background-position: -192px -96px; }

.datetime-ui-icon-unlocked {
  background-position: -208px -96px; }

.datetime-ui-icon-bookmark {
  background-position: -224px -96px; }

.datetime-ui-icon-tag {
  background-position: -240px -96px; }

.datetime-ui-icon-home {
  background-position: 0 -112px; }

.datetime-ui-icon-flag {
  background-position: -16px -112px; }

.datetime-ui-icon-calendar {
  background-position: -32px -112px; }

.datetime-ui-icon-cart {
  background-position: -48px -112px; }

.datetime-ui-icon-pencil {
  background-position: -64px -112px; }

.datetime-ui-icon-clock {
  background-position: -80px -112px; }

.datetime-ui-icon-disk {
  background-position: -96px -112px; }

.datetime-ui-icon-calculator {
  background-position: -112px -112px; }

.datetime-ui-icon-zoomin {
  background-position: -128px -112px; }

.datetime-ui-icon-zoomout {
  background-position: -144px -112px; }

.datetime-ui-icon-search {
  background-position: -160px -112px; }

.datetime-ui-icon-wrench {
  background-position: -176px -112px; }

.datetime-ui-icon-gear {
  background-position: -192px -112px; }

.datetime-ui-icon-heart {
  background-position: -208px -112px; }

.datetime-ui-icon-star {
  background-position: -224px -112px; }

.datetime-ui-icon-link {
  background-position: -240px -112px; }

.datetime-ui-icon-cancel {
  background-position: 0 -128px; }

.datetime-ui-icon-plus {
  background-position: -16px -128px; }

.datetime-ui-icon-plusthick {
  background-position: -32px -128px; }

.datetime-ui-icon-minus {
  background-position: -48px -128px; }

.datetime-ui-icon-minusthick {
  background-position: -64px -128px; }

.datetime-ui-icon-close {
  background-position: -80px -128px; }

.datetime-ui-icon-closethick {
  background-position: -96px -128px; }

.datetime-ui-icon-key {
  background-position: -112px -128px; }

.datetime-ui-icon-lightbulb {
  background-position: -128px -128px; }

.datetime-ui-icon-scissors {
  background-position: -144px -128px; }

.datetime-ui-icon-clipboard {
  background-position: -160px -128px; }

.datetime-ui-icon-copy {
  background-position: -176px -128px; }

.datetime-ui-icon-contact {
  background-position: -192px -128px; }

.datetime-ui-icon-image {
  background-position: -208px -128px; }

.datetime-ui-icon-video {
  background-position: -224px -128px; }

.datetime-ui-icon-script {
  background-position: -240px -128px; }

.datetime-ui-icon-alert {
  background-position: 0 -144px; }

.datetime-ui-icon-info {
  background-position: -16px -144px; }

.datetime-ui-icon-notice {
  background-position: -32px -144px; }

.datetime-ui-icon-help {
  background-position: -48px -144px; }

.datetime-ui-icon-check {
  background-position: -64px -144px; }

.datetime-ui-icon-bullet {
  background-position: -80px -144px; }

.datetime-ui-icon-radio-off {
  background-position: -96px -144px; }

.datetime-ui-icon-radio-on {
  background-position: -112px -144px; }

.datetime-ui-icon-pin-w {
  background-position: -128px -144px; }

.datetime-ui-icon-pin-s {
  background-position: -144px -144px; }

.datetime-ui-icon-play {
  background-position: 0 -160px; }

.datetime-ui-icon-pause {
  background-position: -16px -160px; }

.datetime-ui-icon-seek-next {
  background-position: -32px -160px; }

.datetime-ui-icon-seek-prev {
  background-position: -48px -160px; }

.datetime-ui-icon-seek-end {
  background-position: -64px -160px; }

.datetime-ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.datetime-ui-icon-seek-first {
  background-position: -80px -160px; }

.datetime-ui-icon-stop {
  background-position: -96px -160px; }

.datetime-ui-icon-eject {
  background-position: -112px -160px; }

.datetime-ui-icon-volume-off {
  background-position: -128px -160px; }

.datetime-ui-icon-volume-on {
  background-position: -144px -160px; }

.datetime-ui-icon-power {
  background-position: 0 -176px; }

.datetime-ui-icon-signal-diag {
  background-position: -16px -176px; }

.datetime-ui-icon-signal {
  background-position: -32px -176px; }

.datetime-ui-icon-battery-0 {
  background-position: -48px -176px; }

.datetime-ui-icon-battery-1 {
  background-position: -64px -176px; }

.datetime-ui-icon-battery-2 {
  background-position: -80px -176px; }

.datetime-ui-icon-battery-3 {
  background-position: -96px -176px; }

.datetime-ui-icon-circle-plus {
  background-position: 0 -192px; }

.datetime-ui-icon-circle-minus {
  background-position: -16px -192px; }

.datetime-ui-icon-circle-close {
  background-position: -32px -192px; }

.datetime-ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.datetime-ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.datetime-ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.datetime-ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.datetime-ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.datetime-ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.datetime-ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.datetime-ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.datetime-ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.datetime-ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.datetime-ui-icon-circle-check {
  background-position: -208px -192px; }

.datetime-ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.datetime-ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.datetime-ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.datetime-ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.datetime-ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.datetime-ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.datetime-ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.datetime-ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.datetime-ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.datetime-ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.datetime-ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.datetime-ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Overlays */
.datetime-ui-widget-overlay {
  background: #eeeeee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
  opacity: .80;
  filter: Alpha(Opacity=80); }

.datetime-ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .60; }

.datetime-ui-resizable {
  position: relative; }

.datetime-ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.datetime-ui-resizable-disabled .datetime-ui-resizable-handle, .datetime-ui-resizable-autohide .datetime-ui-resizable-handle {
  display: none; }

.datetime-ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.datetime-ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.datetime-ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.datetime-ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.datetime-ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.datetime-ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.datetime-ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.datetime-ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.datetime-ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.datetime-ui-accordion {
  width: 100%; }

.datetime-ui-accordion .datetime-ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.datetime-ui-accordion .datetime-ui-accordion-li-fix {
  display: inline; }

.datetime-ui-accordion .datetime-ui-accordion-header-active {
  border-bottom: 0 !important; }

.datetime-ui-accordion .datetime-ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

.datetime-ui-accordion-icons .datetime-ui-accordion-header a {
  padding-left: 2.2em; }

.datetime-ui-accordion .datetime-ui-accordion-header .datetime-ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.datetime-ui-accordion .datetime-ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.datetime-ui-accordion .datetime-ui-accordion-content-active {
  display: block; }

.datetime-ui-autocomplete {
  position: absolute;
  cursor: default; }

/* workarounds */
* html .datetime-ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
.datetime-ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.datetime-ui-menu .datetime-ui-menu {
  margin-top: -3px; }

.datetime-ui-menu .datetime-ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.datetime-ui-menu .datetime-ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.datetime-ui-menu .datetime-ui-menu-item a.datetime-ui-state-hover,
.datetime-ui-menu .datetime-ui-menu-item a.datetime-ui-state-active {
  font-weight: normal;
  margin: -1px; }

/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.datetime-ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.datetime-ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.datetime-ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.datetime-ui-button-icons-only {
  width: 3.4em; }

button.datetime-ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.datetime-ui-button .datetime-ui-button-text {
  display: block;
  line-height: 1.4; }

.datetime-ui-button-text-only .datetime-ui-button-text {
  padding: .4em 1em; }

.datetime-ui-button-icon-only .datetime-ui-button-text, .datetime-ui-button-icons-only .datetime-ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.datetime-ui-button-text-icon-primary .datetime-ui-button-text, .datetime-ui-button-text-icons .datetime-ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.datetime-ui-button-text-icon-secondary .datetime-ui-button-text, .datetime-ui-button-text-icons .datetime-ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.datetime-ui-button-text-icons .datetime-ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.datetime-ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.datetime-ui-button-icon-only .datetime-ui-icon, .datetime-ui-button-text-icon-primary .datetime-ui-icon, .datetime-ui-button-text-icon-secondary .datetime-ui-icon, .datetime-ui-button-text-icons .datetime-ui-icon, .datetime-ui-button-icons-only .datetime-ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.datetime-ui-button-icon-only .datetime-ui-icon {
  left: 50%;
  margin-left: -8px; }

.datetime-ui-button-text-icon-primary .datetime-ui-button-icon-primary, .datetime-ui-button-text-icons .datetime-ui-button-icon-primary, .datetime-ui-button-icons-only .datetime-ui-button-icon-primary {
  left: .5em; }

.datetime-ui-button-text-icon-secondary .datetime-ui-button-icon-secondary, .datetime-ui-button-text-icons .datetime-ui-button-icon-secondary, .datetime-ui-button-icons-only .datetime-ui-button-icon-secondary {
  right: .5em; }

.datetime-ui-button-text-icons .datetime-ui-button-icon-secondary, .datetime-ui-button-icons-only .datetime-ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.datetime-ui-buttonset {
  margin-right: 7px; }

.datetime-ui-buttonset .datetime-ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.datetime-ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.datetime-ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.datetime-ui-dialog .datetime-ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.datetime-ui-dialog .datetime-ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0; }

.datetime-ui-dialog .datetime-ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.datetime-ui-dialog .datetime-ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.datetime-ui-dialog .datetime-ui-dialog-titlebar-close:hover, .datetime-ui-dialog .datetime-ui-dialog-titlebar-close:focus {
  padding: 0; }

.datetime-ui-dialog .datetime-ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.datetime-ui-dialog .datetime-ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.datetime-ui-dialog .datetime-ui-dialog-buttonpane .datetime-ui-dialog-buttonset {
  float: right; }

.datetime-ui-dialog .datetime-ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.datetime-ui-dialog .datetime-ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.datetime-ui-draggable .datetime-ui-dialog-titlebar {
  cursor: move; }

/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.datetime-ui-slider {
  position: relative;
  text-align: left; }

.datetime-ui-slider .datetime-ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.datetime-ui-slider .datetime-ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.datetime-ui-slider-horizontal {
  height: .8em; }

.datetime-ui-slider-horizontal .datetime-ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.datetime-ui-slider-horizontal .datetime-ui-slider-range {
  top: 0;
  height: 100%; }

.datetime-ui-slider-horizontal .datetime-ui-slider-range-min {
  left: 0; }

.datetime-ui-slider-horizontal .datetime-ui-slider-range-max {
  right: 0; }

.datetime-ui-slider-vertical {
  width: .8em;
  height: 100px; }

.datetime-ui-slider-vertical .datetime-ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.datetime-ui-slider-vertical .datetime-ui-slider-range {
  left: 0;
  width: 100%; }

.datetime-ui-slider-vertical .datetime-ui-slider-range-min {
  bottom: 0; }

.datetime-ui-slider-vertical .datetime-ui-slider-range-max {
  top: 0; }

/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.datetime-ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.datetime-ui-tabs .datetime-ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.datetime-ui-tabs .datetime-ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.datetime-ui-tabs .datetime-ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.datetime-ui-tabs .datetime-ui-tabs-nav li.datetime-ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

.datetime-ui-tabs .datetime-ui-tabs-nav li.datetime-ui-tabs-selected a, .datetime-ui-tabs .datetime-ui-tabs-nav li.datetime-ui-state-disabled a, .datetime-ui-tabs .datetime-ui-tabs-nav li.datetime-ui-state-processing a {
  cursor: text; }

.datetime-ui-tabs .datetime-ui-tabs-nav li a, .datetime-ui-tabs.datetime-ui-tabs-collapsible .datetime-ui-tabs-nav li.datetime-ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.datetime-ui-tabs .datetime-ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.datetime-ui-tabs .datetime-ui-tabs-hide {
  display: none !important; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.datetime-ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.datetime-ui-progressbar {
  height: 2em;
  text-align: left; }

.datetime-ui-progressbar .datetime-ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.datetime-ui-datepicker select.datetime-ui-datepicker-month,
.datetime-ui-datepicker select.datetime-ui-datepicker-year {
  width: 47%;
  display: inline; }

.datetime-ui-datepicker .datetime-ui-datepicker-title select {
  font-size: 1em;
  margin: 0 3% 0 0; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

.clearfix:before, .video-wrapper:before, .video-iframe:before,
.clearfix:after,
.video-wrapper:after,
.video-iframe:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }


.clearfix:after,
.video-wrapper:after,
.video-iframe:after {
  clear: both; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Breakpoints */
/* Colors */
/* fonts */
div.banner + div.promo, div.main-nav + div.promo {
  width: calc(100% + 30px);
  padding-left: 0 !important;
  max-height: 250px; }
  @media only screen and (min-width: 970px) {
    div.banner + div.promo, div.main-nav + div.promo {
      max-height: none; } }

.mobileBanner {
  display: block !important; }

@media only screen and (max-width: 780px) {
  .col-xs-12.promo.mobileBanner > img {
    height: auto;
    width: 100%; } }

.button-wrapper {
  margin: 0 auto;
  width: 100%;
  margin-top: 0px;
  float: left; }

@media only screen and (min-width: 990px) {
  .button-wrapper {
    position: absolute;
    width: 270px;
    top: 45px;
    left: 125px; }
  .button-wrapper__desktop-centerer {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 0px; }
  .form-horizontal .checkbox {
    width: 100%; } }

.form-horizontal .checkbox {
  padding-top: 0px !important; }

.multiStepFormBizForm span {
  width: 100%;
  text-align: left;
  margin-top: 5px;
  padding-left: 5px;
  float: left; }

.multiStepFormBizForm .form-control {
  font-family: 'Lato', sans-serif; }

.cta-button {
  box-sizing: border-box;
  font-size: 18px;
  background-color: #0c4e76;
  color: #ffffff;
  border: 2px solid #fff;
  line-height: 18px;
  padding: 17px 30px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin: 0; }
  .cta-button:hover {
    color: #ffffff;
    text-decoration: none; }

.form-table-value-cell {
  display: none; }

@media only screen and (max-width: 989px) {
  .form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
    width: 50%;
    display: inline-block; } }

.thirdPrevious input[type="submit"] {
  text-align: center !important;
  width: 48% !important;
  font-family: 'Lato', Arial, sans-serif;
  padding: 10px 20px;
  background: #0c4e76;
  color: #fff;
  border: none;
  border-radius: 0;
  text-shadow: 0 0 0 !important;
  float: right;
  margin-left: 0 !important;
  font-weight: 400 !important;
  font-size: 20px;
  clear: inherit !important;
  display: inline-block !important;
  margin-top: 5px; }
  @media only screen and (min-width: 970px) {
    .thirdPrevious input[type="submit"] {
      width: 269px !important;
      display: block !important; } }

span.next1.checkbox {
  width: 100%; }

.multiStepFormBizForm .form-group > label {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .multiStepFormBizForm .form-group > label {
      width: 23%; } }

@media only screen and (min-width: 688px) {
  .multiStepFormBizForm span {
    width: 23%; } }

.multiStepFormBizForm .third .col-md-6.dotsRight {
  padding-top: 0px; }
  @media only screen and (min-width: 970px) {
    .multiStepFormBizForm .third .col-md-6.dotsRight {
      padding-top: 50px; } }

.second .country-selector select.DropDownField.form-control {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/App_Themes/Rexnord/img/custom-select.svg) no-repeat right #ffffff;
  background-size: 31px 32px;
  cursor: pointer; }

.second .previous2 label, .second .previous3 label {
  text-align: center !important;
  width: 100%;
  font-family: 'Lato', Arial, sans-serif;
  padding: 8px 20px;
  border-radius: 0;
  text-shadow: 0 0 0 !important;
  float: left;
  margin-top: 6px;
  color: #0c4e76;
  border: 2px solid #0c4e76;
  background: none; }

.third .customErrorLabel {
  position: absolute;
  width: 100%;
  top: 260px;
  left: 16px;
  font-size: 12px !important;
  line-height: 12px;
  bottom: auto; }

.third .col-sm-8 {
  padding: 0 !important; }

.third label {
  margin: 4px 0 0 0;
  padding: 0; }

.third span {
  margin: 0;
  padding: 0; }

.third .create-account span {
  width: auto; }

.third textarea {
  max-width: 469px; }

.third .previous2 label, .third .previous3 label {
  text-align: center !important;
  width: 100%;
  font-family: 'Lato', Arial, sans-serif;
  padding: 8px 20px;
  border-radius: 0;
  text-shadow: 0 0 0 !important;
  float: left;
  margin-top: 6px;
  color: #0c4e76;
  border: 2px solid #0c4e76;
  background: none; }

.third .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important; }
  .third .form-group select.DropDownField.form-control {
    width: 100%;
    padding: 6px 37px 6px 8px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url(/App_Themes/Rexnord/img/custom-select.svg) no-repeat right #ffffff;
    background-size: 31px 32px;
    cursor: pointer; }

.third .state-select {
  display: inline-block;
  width: 45%;
  font-size: 15px; }
  .third .state-select label {
    display: block; }

.third .zip-code {
  display: inline-block;
  width: 45%;
  padding-left: 5%; }
  @media only screen and (min-width: 970px) {
    .third .zip-code {
      width: 30%;
      max-width: 325px;
      padding-left: 3%; } }
  .third .zip-code label {
    display: block;
    width: 100%;
    max-width: 308px; }

.third hr {
  border-top: 1.5px solid #ced6d8 !important;
  margin: 23px 0 15px;
  width: 100%; }

.third .field-heading {
  margin: 10px 0px;
  padding: 0;
  font-size: 24px;
  width: 100%;
  display: block; }
  .third .field-heading h5 {
    font-size: 14px;
    text-transform: none;
    margin: 0 0 5px 0; }
  .third .field-heading textarea.form-control {
    min-height: 150px; }

.third .product-amount .autoComplete {
  display: block;
  height: 30px; }

.third .product-amount label {
  padding: 0;
  font-size: 24px;
  width: 100%;
  display: block; }

.third .product-amount select {
  width: 67px !important;
  padding: 6px 37px 6px 8px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url(/App_Themes/Rexnord/img/custom-select.svg) no-repeat right #ffffff;
  background-size: 31px 32px;
  cursor: pointer; }
  @media only screen and (min-width: 970px) {
    .third .product-amount select {
      position: relative; } }

.third .not-installed {
  /*label:first-of-type {
            margin-top: 15px;
        }*/ }
  .third .not-installed label {
    width: 100%;
    position: relative;
    left: 25px;
    bottom: 5px; }
  .third .not-installed .checkbox {
    float: none; }
  .third .not-installed input[type="checkbox"] {
    margin-left: 0;
    position: relative;
    bottom: 27px;
    width: 19px;
    height: 19px; }

.third .company-address {
  margin-bottom: 0; }
  .third .company-address label {
    width: 100%;
    position: relative;
    left: 25px;
    bottom: 5px; }
  .third .company-address input[type="checkbox"] {
    margin-left: 0;
    position: relative;
    bottom: 27px;
    right: 3px;
    width: 19px;
    height: 19px; }

.third .useCompanyAddress {
  height: 10px; }

.third .register-product .form-group {
  margin: 0; }

.third .register-product label {
  width: 100%; }

.third .register-product .install-date {
  width: 130px;
  display: inline-block;
  float: left;
  margin: -15px 0 2px 0; }
  .third .register-product .install-date .form-group label {
    margin-bottom: 0; }
  .third .register-product .install-date .date-time-picker {
    width: 130px;
    position: relative; }
    .third .register-product .install-date .date-time-picker button {
      width: 32px;
      height: 32px;
      position: absolute;
      top: 25px;
      right: -1px;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(/App_Themes/Rexnord/img/custom-select.svg) no-repeat right #ffffff;
      background-size: 32px 32px;
      cursor: pointer; }
    .third .register-product .install-date .date-time-picker span {
      width: 100%;
      padding-left: 0 !important;
      margin-left: 0px; }
      @media only screen and (min-width: 970px) {
        .third .register-product .install-date .date-time-picker span {
          margin-left: 0; } }

.third .install-date__use-all-checkbox {
  display: inline-block;
  width: 130px;
  position: relative;
  left: 20px;
  height: 30px;
  padding-top: 15px; }
  .third .install-date__use-all-checkbox label {
    width: 100%;
    position: relative;
    left: 25px;
    bottom: 5px; }
  .third .install-date__use-all-checkbox input[type="checkbox"] {
    margin-left: 0;
    position: relative;
    bottom: 27px;
    right: 3px;
    width: 19px;
    height: 19px; }

.third .product-number-label {
  margin: 0 0 3px 0; }

.mobile-padding-5 {
  padding-top: 5px; }
  @media only screen and (min-width: 970px) {
    .mobile-padding-5 {
      padding-top: 0px; } }

.connected-ux-landing {
  margin: 92px 0 0 -15px;
  width: calc(100% + 30px); }

.connected-ux__register-link, .connected-ux__reorder-link {
  width: 100%;
  display: block;
  border: 1px solid #7d838d;
  background-color: #e1eeff;
  box-sizing: border-box;
  padding: 15px 35px;
  text-align: center; }
  .connected-ux__register-link a:hover, .connected-ux__reorder-link a:hover {
    text-decoration: none; }
  .connected-ux__register-link h2, .connected-ux__reorder-link h2 {
    color: #19618b;
    margin: 0;
    font-size: 18px !important; }
    .connected-ux__register-link h2:after, .connected-ux__reorder-link h2:after {
      border-style: solid;
      border-width: 1px 1px 0 0;
      content: '';
      display: inline-block;
      position: relative;
      top: -3px;
      width: 5px;
      height: 5px;
      left: 7px;
      transform: rotate(45deg); }
  .connected-ux__register-link p, .connected-ux__reorder-link p {
    color: #3e464d;
    margin: 3px 0 0 0;
    font-size: 12px !important;
    line-height: 14px; }
  .connected-ux__register-link label, .connected-ux__reorder-link label {
    font-weight: 100 !important; }

.connected-ux__reorder-link {
  border-top: 0; }

.connected-ux-accordion {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 !important; }

.connected-ux-accordion__tab ul {
  padding: 0;
  margin: 0; }

.connected-ux-accordion__tab ul li ul {
  width: 100%; }

.connected-ux-accordion__tab li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none; }

.connected-ux-accordion__tab input[type=checkbox] {
  position: absolute;
  opacity: 0; }

.connected-ux-accordion__tab input[type=checkbox]:checked + label + ul,
.connected-ux-accordion__tab input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block; }

.connected-ux-accordion__tab {
  width: 100%;
  display: block;
  border-right: 1px solid #7d838d;
  border-left: 1px solid #7d838d;
  border-bottom: 1px solid #7d838d;
  background-color: #e1eeff;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  position: relative; }
  .connected-ux-accordion__tab label {
    cursor: pointer;
    width: 100%;
    padding: 15px 35px;
    margin: 0;
    min-height: 82px; }
  .connected-ux-accordion__tab a {
    box-sizing: border-box;
    border-top: 1px solid #7d838d;
    padding: 15px 35px;
    background-color: #f3f8fe;
    position: relative;
    display: block;
    font-size: 16px;
    color: #19618b;
    text-align: center;
    cursor: pointer; }
    .connected-ux-accordion__tab a:last-of-type {
      border-bottom: none; }
    .connected-ux-accordion__tab a:after {
      border-style: solid;
      border-width: 1px 1px 0 0;
      content: '';
      display: inline-block;
      position: relative;
      top: -2px;
      width: 5px;
      height: 5px;
      left: 7px;
      transform: rotate(45deg); }
    .connected-ux-accordion__tab a:hover {
      text-decoration: none; }
  .connected-ux-accordion__tab h3 {
    color: #2e2f33;
    margin: 0;
    font-size: 18px !important;
    position: relative;
    text-align: center; }
    .connected-ux-accordion__tab h3:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #000;
      position: relative;
      top: 0px;
      left: 8px;
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s; }
  .connected-ux-accordion__tab span {
    color: #3e464d;
    margin: 3px 0 0 0;
    font-size: 12px !important;
    line-height: 14px;
    text-align: center !important;
    display: block; }

.connected-ux-accordion__tab input[type=checkbox]:checked + label h3:after, .connected-ux-accordion__tab input[type=checkbox]:hover + label h3:after, li:hover h3:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.connected-ux-accordion.animated label::before {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.conntected__nested-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none; }

.video-wrapper {
  margin: 35px auto 0 auto; }

.video-iframe {
  position: relative;
  width: 100%;
  padding: 0;
  max-width: 650px;
  margin: 0 auto;
  width: 96%;
  margin: 0 auto; }
  @media only screen and (min-width: 480px) {
    .video-iframe {
      width: 96%; } }
  @media only screen and (min-width: 970px) {
    .video-iframe {
      width: 100%; } }
  .video-iframe .ratio {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
  .video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.background-gray {
  background-color: #e7edf1; }

.background-white {
  background-color: #fff; }

.connected-ux__thank-you-wysiwyg {
  box-sizing: border-box;
  padding: 20px 15px 10px 15px;
  margin: 20px 0 0 0;
  width: calc(100% + 30px);
  margin-left: -15px; }

.connected-ux__cta-section {
  box-sizing: border-box;
  padding: 15px 15px 10px 15px;
  margin: 0;
  width: calc(100% + 30px);
  margin-left: -15px;
  background-color: #e7edf1; }

.darkBlueButton {
  padding: 10px 20px;
  background: #0c4e76;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300 !important;
  text-shadow: 0 0 0 !important;
  width: 100%;
  text-align: center !important;
  max-width: 320px;
  display: block;
  margin: 0 auto 10px auto; }
  .darkBlueButton:hover {
    color: #fff; }
  .darkBlueButton:focus {
    color: #fff; }
  @media only screen and (min-width: 970px) {
    .darkBlueButton {
      display: inline-block;
      max-width: 31%;
      margin: 0 1% 0 1%; } }

.col-xs-12.promo.mobileBanner {
  display: block !important; }

.single-column__button-wrapper {
  width: 100%;
  display: block; }

.multiStepFormBizForm .third .col-md-6.dotsRight {
  padding-left: 10px; }
  @media only screen and (min-width: 970px) {
    .multiStepFormBizForm .third .col-md-6.dotsRight {
      padding-left: 40px;
      padding-bottom: 40px; } }

.mobile-row-spacer {
  height: 10px;
  width: 100%; }
  @media only screen and (min-width: 970px) {
    .mobile-row-spacer {
      display: none; } }

.form-group {
  margin-bottom: 10px; }

.promo .teaser {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

@media only screen and (min-width: 768px) and (max-width: 1104px) {
  div.banner + div.promo, div.main-nav + div.promo {
    width: calc(100% + 30px); } }

.dotsRight {
  border-right: 0 !important; }
  @media only screen and (min-width: 970px) {
    .dotsRight {
      border-right: 3px dotted #dadada !important; } }

.connectedUxBanner__second-banner, .connectedUxBanner__third-banner {
  width: 100%;
  max-height: 100px; }
  @media only screen and (min-width: 970px) {
    .connectedUxBanner__second-banner, .connectedUxBanner__third-banner {
      max-height: none; } }

.col-xs-12.promo.mobileBanner {
  padding-right: 0px !important; }

#ctl00_ContentPlaceHolderMain_CMSPagePlaceholder1_lt_zoneMain_RegisterProductForm_plcUp_registerBiz_pM_lE {
  position: absolute;
  width: 92%;
  top: 260px !important;
  left: 16px;
  font-size: 12px !important;
  line-height: 12px;
  bottom: auto; }
  @media only screen and (min-width: 970px) {
    #ctl00_ContentPlaceHolderMain_CMSPagePlaceholder1_lt_zoneMain_RegisterProductForm_plcUp_registerBiz_pM_lE {
      width: 32%;
      top: 50px !important;
      left: 60px; } }

.date-time-picker {
  width: 130px;
  position: relative; }
  .date-time-picker button {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 25px;
    right: -1px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/App_Themes/Rexnord/img/custom-select.svg) no-repeat right #ffffff;
    background-size: 32px 32px;
    cursor: pointer; }
  .date-time-picker span {
    width: 100%;
    padding-left: 0 !important;
    margin-left: 0px; }
    @media only screen and (min-width: 970px) {
      .date-time-picker span {
        margin-left: 0; } }

.multiStepFormBizForm .phone {
  background: #fff;
  padding: 6px 12px;
  background-image: none; }

.multiStepFormBizForm .country {
  float: left;
  width: 23%;
  text-align: left;
  margin-top: 5px;
  padding-left: 5px; }

.multiStepFormBizForm h2.title {
  text-align: center; }

.multiStepFormBizForm small {
  margin-left: 22%;
  margin-bottom: 5px; }

.multiStepFormBizForm .col-md-6.dotsRight {
  padding-left: 40px; }

.multiStepFormBizForm fieldset.form-horizontal.blue {
  min-height: 430px; }

.dotsRight {
  border-right: none;
  min-height: 200px; }

@media only screen and (min-width: 992px) {
  .dotsRight {
    border-right: 3px dotted #dadada;
    min-height: 200px; } }

.multiStepFormBizForm .third .col-md-6.dotsRight {
  padding-left: 40px;
  padding-top: 40px;
  min-height: 355px; }

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  padding: 0px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

#progressbar li {
  list-style-type: none;
  color: #777;
  font-size: 9px;
  width: 33%;
  float: left;
  position: relative;
  text-align: center; }

#progressbar li:before {
  content: '';
  counter-increment: step;
  width: 0px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 0px;
  margin: 0 auto 5px auto;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  transition: background-color 0.8s ease; }

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/ }

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; }

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before {
  background: #27366d;
  color: white; }

#progressbar li.active:after {
  background: #ccc;
  color: white; }

#progressbar li.past:before, #progressbar li.past:after {
  background: #ccc; }

.hide {
  display: none; }

.error {
  font-size: 11px !important;
  line-height: 0;
  padding-left: 3px;
  color: red !important;
  position: relative !important;
  right: 0px !important; }

/*.next1 label:before {
content: "Next";
font-size: 20px;
text-shadow: none;
position: absolute;
left: 19%;
bottom: 17%;
}*/
.buttonContainer {
  width: 50%;
  float: left; }

fieldset .col-sm-6 {
  padding-left: 15px; }

.multiStepFormBizForm .EditingFormErrorLabel {
  line-height: 1; }

.accountLightbox a, .accountLightbox p {
  text-align: center; }

.loadingImageContainer {
  display: none; }

.sfAccount {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer; }

a.companyNotListed {
  text-align: center;
  /* margin-left: 30%; */
  bottom: 25px;
  position: absolute;
  left: 33%; }

.sfAccountsLightbox-bg {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }

.sfAccountsLightbox {
  position: fixed;
  background: #fff;
  top: 25%;
  left: 35%;
  z-index: 1000;
  width: 500px;
  height: 50%;
  min-height: 515px;
  padding: 8px; }

.next2AccessForm input {
  visibility: hidden; }

.sfAccountsLightbox .lightbox-inner {
  height: 80%; }

.sfAccountsContainer {
  height: 75%;
  overflow: overlay; }

.lightboxClose {
  cursor: pointer; }

.multiStepFormBizForm .ms-drop ul > li {
  clear: both; }

.multiStepFormBizForm label {
  float: left;
  width: 23%;
  text-align: left;
  margin-top: 5px; }

/*# Next/Previous Labels */
.next1 label, .next2 label, .next2AccessForm label {
  padding: 10px 20px;
  background: #0c4e76;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  text-shadow: 0 0 0 !important;
  width: 100%;
  text-align: center !important; }

.next1 input, .next2 input, next2AccessForm input {
  visibility: hidden; }

.next1Label, .next2Label {
  display: none; }

.next1 label:before, .next2 label:before, .next2AccessForm label:before {
  content: "Next";
  font-size: 20px;
  text-shadow: none; }

.previous2 input, .previous3 input {
  visibility: hidden; }

.previous2Label, .previous3Label {
  display: none; }

.previous2 label:before, .previous3 label:before {
  content: "Previous";
  font-size: 20px;
  margin-left: 10px;
  text-shadow: none; }

/*.firstNext {
width: 30%;
margin-left: 30%;
margin-top: 25%;
}*/
.secondNext {
  width: 31%;
  margin-left: 30%;
  margin-top: -5%;
  clear: both; }

.secondPrevious, .thirdPrevious {
  width: inherit;
  margin-left: 0;
  margin-top: 0; }

.previous2 label, .previous3 label {
  padding: 10px 20px;
  background: #0c4e76;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  text-shadow: 0 0 0 !important;
  width: 100%;
  text-align: center; }

/*# Submit Button */
.secondSubmit {
  margin-left: 30%; }

.multiStepFormBizForm input[type="submit"] {
  padding: 10px 20px;
  background: #0c4e76;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  text-shadow: 0 0 0 !important;
  font-size: 20px;
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
  margin-left: 20px;
  font-weight: 100 !important; }

span.next1.checkbox {
  padding-left: 10px; }

select {
  padding: 6px 37px 6px 8px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url(/App_Themes/Rexnord/img/custom-select.svg) no-repeat right #ffffff;
  background-size: 31px 32px;
  cursor: pointer; }
  select::-ms-expand {
    display: none; }

.DropDownField.form-control {
  padding: 6px 30px 6px 12px; }

.third .not-installed .editing-form-control-nested-control label {
  display: none; }

.batch-registration__modal {
  text-align: center;
  z-index: 2000;
  position: relative; }
  .batch-registration__modal h2 {
    font-weight: bold; }
  .batch-registration__modal .batch-header {
    min-height: 90px;
    width: 100%;
    background: #ccc;
    padding: 10px;
    margin-bottom: 0;
    position: relative; }
    .batch-registration__modal .batch-header h2 {
      margin: 20px auto !important; }
  .batch-registration__modal .lightbox-button {
    float: right !important; }
  .batch-registration__modal .ghost-button {
    float: left !important; }

table.batch-zebra-stripe {
  text-align: left;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  table.batch-zebra-stripe th {
    background-color: #1a2552;
    color: #fff;
    font-weight: bold;
    padding: .25rem; }
  table.batch-zebra-stripe td {
    padding: .25rem; }
  table.batch-zebra-stripe tr:nth-of-type(even) {
    background-color: #e8edf1; }

.lightbox iframe {
  min-height: 480px; }

.generic-banner-img {
  margin-bottom: 100px; }

.smart-products {
  position: absolute;
  right: 32%;
  bottom: 0; }

.connected-ux__desktop-searchbox.smart-products {
  position: relative;
  right: 0;
  bottom: 0; }

.blue-box-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }

.blue-box {
  width: 48%;
  float: left;
  margin: 10px;
  background-color: #e7edf1;
  padding: 0 20px 20px 20px;
  border: 1px solid #c0c0c0; }

.blue-box .register-product__thank-you--create-account-btn {
  width: auto;
  margin: auto; }

.blue-box .lightBlueButton-noShadow {
  padding: 10px 20px;
  background: #4F91CD;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300 !important;
  text-shadow: 0 0 0 !important;
  width: 100%;
  text-align: center !important;
  max-width: 320px;
  display: block;
  margin: 0 auto auto auto;
  white-space: normal; }

.blue-box .darkBlueButton {
  max-width: none;
  width: auto;
  margin-left: 0px; }

.registeredProductsCta {
  cursor: pointer; }

.short-header {
  height: auto !important; }

.short-header h2 {
  font-size: 21px; }

.create-account-box__on-form {
  background-color: #4F91CD;
  padding: 0 10px 10px;
  color: white;
  text-shadow: none; }

@media only screen and (min-width: 970px) {
  .connected-ux-accordion__second-ul {
    width: 100% !important;
    position: absolute !important;
    background-color: #888E96; } }

@media only screen and (min-width: 970px) {
  .connected-ux-accordion__third-ul {
    width: 100% !important;
    position: relative !important;
    background-color: #888E96; } }

li.connected-ux-accordion__tab,
.connected-ux__reorder-link,
.connected-ux__register-link {
  border: none !important; }

.connected-ux-accordion__tab .connected-ux-accordion__second-ul label,
.connected-ux-accordion__tab .connected-ux-accordion__second-ul li,
.connected-ux-accordion__tab .connected-ux-accordion__third-ul li,
ul.connected-ux-accordion .connected-ux-accordion__third-ul li:first-of-type, .connected-ux-accordion__tab .connected-ux-accordion__second-ul a {
  border: none !important; }

@media only screen and (min-width: 970px) {
  .connected-ux-accordion__tab.has-children:hover {
    height: 500px;
    z-index: 100;
    background: transparent; }
    .connected-ux-accordion__tab.has-children:hover > .connected-ux-accordion__second-ul {
      display: block !important; } }

@media only screen and (min-width: 970px) {
  .connected-ux-accordion__second-ul > li:not(.no-children):hover > .connected-ux-accordion__third-ul {
    max-height: 350px; }
  .connected-ux-accordion__second-ul > li:not(.no-children) > .connected-ux-accordion__third-ul {
    display: block !important;
    overflow: hidden;
    max-height: 0;
    transition: all 500ms ease-in-out; } }

.connected-ux__wrapper {
  min-height: 82px;
  position: absolute;
  top: 0;
  z-index: 100; }

.overviewContainer {
  margin-bottom: 18px; }

.connected-ux__desktop-searchbox input {
  color: #080808; }

.blue-box--full-width {
  width: 100%;
  float: left;
  margin: 10px;
  background-color: #e7edf1;
  padding: 0 20px 20px 20px;
  border: 1px solid #c0c0c0; }
  .blue-box--full-width .btn--wrap {
    white-space: normal !important; }

.connected-ux__video-button-wrapper {
  width: 100%;
  float: left; }
  @media only screen and (min-width: 970px) {
    .connected-ux__video-button-wrapper {
      width: 33%; } }
  .connected-ux__video-button-wrapper a.btn {
    max-width: 100%; }
  .connected-ux__video-button-wrapper h2 {
    text-align: center; }

.connected-ux-lightbox {
  min-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 25%; }

.account-registration__alert-modal .lightbox-header {
  width: 100%;
  background: #ccc;
  padding: 10px;
  height: 90px;
  margin-bottom: 0;
  position: relative; }

.account-registration__alert-modal .lightboxClose {
  color: #a9a9a9;
  position: absolute;
  top: 0px;
  right: 6px;
  font-size: 18px;
  width: 20px !important;
  cursor: pointer;
  padding: 5px;
  margin: 0; }

.account-registration__alert-modal .alert-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.account-registration__alert-modal .lightbox-inner {
  padding: 15px; }

.account-registration__alert-modal h2 {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0 10px 20px 10px; }

.account-registration__alert-modal .lightbox-button-wrapper {
  width: 95%;
  max-width: 450px;
  margin: 10px auto 0 auto;
  position: relative;
  height: 45px;
  display: block; }

.account-registration__alert-modal .lightbox-button {
  display: inline-block;
  padding: 10px 20px;
  background: #0c4e76;
  color: #fff;
  border-radius: 0;
  border: 2px solid #0c4e76;
  text-shadow: 0 0 0 !important;
  width: 49%;
  height: 45px;
  text-align: center !important;
  float: left;
  cursor: pointer; }
  .account-registration__alert-modal .lightbox-button:hover {
    text-decoration: none; }

.account-registration__alert-modal .ghost-button {
  color: #0c4e76;
  border: 2px solid #0c4e76;
  background: none;
  float: right; }

.connected-ux__desktop-searchbox {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px auto; }
  .connected-ux__desktop-searchbox .serial-number-input {
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    width: calc(100% - 160px); }
  .connected-ux__desktop-searchbox .submit-button {
    text-align: center !important;
    font-family: 'Lato', Arial, sans-serif;
    padding: 8px 20px;
    background: #4F91CD;
    color: #fff;
    border: none;
    border-radius: 0;
    text-shadow: 0 0 0 !important;
    float: right;
    margin-left: 0;
    font-weight: 400 !important;
    display: inline-block !important;
    width: 160px; }
  .connected-ux__desktop-searchbox input::placeholder {
    color: #757575 !important; }

.Smart-Tagged-Product-Lookup .register-product__error-container {
  margin-top: -40px;
  background-color: #F5F5F5; }
  .Smart-Tagged-Product-Lookup .register-product__error-container .error-container__header {
    background: none; }
  .Smart-Tagged-Product-Lookup .register-product__error-container .error-container__inner {
    background: none; }
    .Smart-Tagged-Product-Lookup .register-product__error-container .error-container__inner p {
      font-size: 16px;
      line-height: 22px; }
    .Smart-Tagged-Product-Lookup .register-product__error-container .error-container__inner .support-button {
      background: -moz-linear-gradient(top, #77bbfa 0%, #2092fa 100%);
      background: -webkit-linear-gradient(top, #77bbfa 0%, #2092fa 100%);
      background: linear-gradient(to bottom, #77bbfa 0%, #2092fa 100%);
      border-radius: 5px;
      position: relative;
      z-index: 1;
      color: #fff;
      border: none; }

.register-product__error-container {
  width: calc(100% + 30px);
  margin-top: 90px;
  margin-left: -15px;
  margin-right: -15px; }
  .register-product__error-container .error-container__header {
    width: 100%;
    background: #ccc;
    padding: 10px;
    height: 60px;
    margin-bottom: 0;
    position: relative; }
  .register-product__error-container .alert-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .register-product__error-container .error-container__inner {
    padding: 20px 15px;
    background-color: #e8edf1; }
    .register-product__error-container .error-container__inner h2 {
      margin: 0 0 10px 0;
      text-align: center; }
    .register-product__error-container .error-container__inner p {
      text-align: center;
      max-width: 500px;
      margin: 0 auto 20px auto;
      color: #080808; }
  .register-product__error-container .support-button {
    display: block;
    padding: 10px 20px;
    background: #0c4e76;
    color: #fff;
    border-radius: 0;
    border: 2px solid #0c4e76;
    text-shadow: 0 0 0 !important;
    height: 45px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center !important;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto; }
    .register-product__error-container .support-button:hover {
      text-decoration: none; }

.create-account span {
  width: 100% !important; }

.create-account input {
  margin-left: 0 !important;
  width: 19px;
  height: 19px; }

.create-account label {
  margin: 5px; }

.not-installed {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }
  .not-installed input[type="checkbox"] {
    margin-left: 0 !important;
    width: 19px;
    height: 19px;
    bottom: 0 !important; }
  .not-installed .EditingFormLabel {
    width: 100%; }
  .not-installed input {
    width: 19px;
    height: 19px;
    margin: 5px;
    margin-left: 0 !important; }
  .not-installed label {
    display: block !important;
    float: left !important;
    left: 0 !important;
    bottom: 0px !important;
    width: 15% !important; }
  .not-installed span.radio {
    width: 100% !important;
    margin-bottom: 10px; }
    .not-installed span.radio br {
      display: none; }

/*.register-product {
    opacity:1;
    transition: opacity 300ms ease-in-out;
}

.register-product--init-display{
    opacity: 0;
}*/
.register-product .form-group {
  transition: opacity 300ms ease-in-out; }

.form-group--hidden, .install-group--hidden {
  display: none;
  opacity: 0; }

.errorInstall {
  display: inline; }

.main-navigation ul {
    margin: 0;
}