﻿/*!
 * jQuery UI CSS Framework 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
 */
/* Component containers
----------------------------------*/
@import url("FontAwesome/css/fontawesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato");
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-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: -65px -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: -65px -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: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaaaaa;
  box-shadow: -8px -8px 8px #aaaaaa;
}

/*! jQuery UI - v1.12.0 - 2016-08-09
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-datepicker-trigger {
  padding: .25em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.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;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-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: -65px -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: -65px -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: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaaaaa;
  box-shadow: -8px -8px 8px #aaaaaa;
}

/*#83d3c9*/
/*#96dad1;*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

section {
  margin-bottom: 2em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
    line-height: 1;
}

#body-view {
    min-height: calc(100vh - 6rem) !important;
}

i {
  font-style: italic;
}

label i {
  color: #7D7D7D;
}

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Containers */
.container {
  margin-left: auto;
  margin-right: auto;
}

.container.\31 25\25 {
  width: 100%;
  max-width: 1750px;
  min-width: 1400px;
}

.container.\37 5\25 {
  width: 1050px;
}

.container.\35 0\25 {
  width: 700px;
}

.container.\32 5\25 {
  width: 350px;
}

.container {
  width: 1400px;
}

@media screen and (max-width: 1680px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 1500px;
    min-width: 1200px;
  }
  .container.\37 5\25 {
    width: 900px;
  }
  .container.\35 0\25 {
    width: 600px;
  }
  .container.\32 5\25 {
    width: 300px;
  }
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1280px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 1200px;
    min-width: 960px;
  }
  op .container.\37 5\25 {
    width: 720px;
  }
  .container.\35 0\25 {
    width: 480px;
  }
  .container.\32 5\25 {
    width: 240px;
  }
  .container {
    width: 960px;
  }
}

@media screen and (max-width: 980px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 118.75%;
    min-width: 95%;
  }
  .container.\37 5\25 {
    width: 71.25%;
  }
  .container.\35 0\25 {
    width: 47.5%;
  }
  .container.\32 5\25 {
    width: 23.75%;
  }
  .container {
    width: 95%;
  }
}

@media screen and (max-width: 840px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 118.75%;
    min-width: 95%;
  }
  .container.\37 5\25 {
    width: 71.25%;
  }
  .container.\35 0\25 {
    width: 47.5%;
  }
  .container.\32 5\25 {
    width: 23.75%;
  }
  .container {
    width: 95% !important;
  }
}

@media screen and (max-width: 736px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 125%;
    min-width: 100%;
  }
  .container.\37 5\25 {
    width: 75%;
  }
  .container.\35 0\25 {
    width: 50%;
  }
  .container.\32 5\25 {
    width: 25%;
  }
  .container {
    width: 100% !important;
  }
}

/* Grid */
.row {
  border-bottom: solid 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row > * {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row:after, .row:before {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.row.uniform > * > :first-child {
  margin-top: 0;
}

.row.uniform > * > :last-child {
  margin-bottom: 0;
}

.row.\30 \25 > * {
  padding: 0px 0 0 0px;
}

.row.\30 \25 {
  margin: 0px 0 -1px 0px;
}

.row.uniform.\30 \25 > * {
  padding: 0px 0 0 0px;
}

.row.uniform.\30 \25 {
  margin: 0px 0 -1px 0px;
}

.row > * {
  padding: 50px 0 0 50px;
}

.row {
  margin: -50px 0 -1px -50px;
}

.row.uniform > * {
  padding: 50px 0 0 50px;
}

.row.uniform {
  margin: -50px 0 -1px -50px;
}

.row.\32 00\25 > * {
  padding: 100px 0 0 100px;
}

.row.\32 00\25 {
  margin: -100px 0 -1px -100px;
}

.row.uniform.\32 00\25 > * {
  padding: 100px 0 0 100px;
}

.row.uniform.\32 00\25 {
  margin: -100px 0 -1px -100px;
}

.row.\31 50\25 > * {
  padding: 75px 0 0 75px;
}

.row.\31 50\25 {
  margin: -75px 0 -1px -75px;
}

.row.uniform.\31 50\25 > * {
  padding: 75px 0 0 75px;
}

.row.uniform.\31 50\25 {
  margin: -75px 0 -1px -75px;
}

.row.\35 0\25 > * {
  padding: 25px 0 0 25px;
}

.row.\35 0\25 {
  margin: -25px 0 -1px -25px;
}

.row.uniform.\35 0\25 > * {
  padding: 25px 0 0 25px;
}

.row.uniform.\35 0\25 {
  margin: -25px 0 -1px -25px;
}

.row.\32 5\25 > * {
  padding: 12.5px 0 0 12.5px;
}

.row.\32 5\25 {
  margin: -12.5px 0 -1px -12.5px;
}

.row.uniform.\32 5\25 > * {
  padding: 12.5px 0 0 12.5px;
}

.row.uniform.\32 5\25 {
  margin: -12.5px 0 -1px -12.5px;
}

.\31 2u, .\31 2u\24 {
  width: 100%;
  clear: none;
  margin-left: 0;
}

.\31 1u, .\31 1u\24 {
  width: 91.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 0u, .\31 0u\24 {
  width: 83.3333333333%;
  clear: none;
  margin-left: 0;
}

.\39 u, .\39 u\24 {
  width: 75%;
  clear: none;
  margin-left: 0;
}

.\38 u, .\38 u\24 {
  width: 66.6666666667%;
  clear: none;
  margin-left: 0;
}

.\37 u, .\37 u\24 {
  width: 58.3333333333%;
  clear: none;
  margin-left: 0;
}

.\36 u, .\36 u\24 {
  width: 50%;
  clear: none;
  margin-left: 0;
}

.\35 u, .\35 u\24 {
  width: 41.6666666667%;
  clear: none;
  margin-left: 0;
}

.\34 u, .\34 u\24 {
  width: 33.3333333333%;
  clear: none;
  margin-left: 0;
}

.\33 u, .\33 u\24 {
  width: 25%;
  clear: none;
  margin-left: 0;
}

.\32 u, .\32 u\24 {
  width: 16.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 u, .\31 u\24 {
  width: 8.3333333333%;
  clear: none;
  margin-left: 0;
}

.\31 2u\24 + *,
.\31 1u\24 + *,
.\31 0u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * {
  clear: left;
}

.\-11u {
  margin-left: 91.66667%;
}

.\-10u {
  margin-left: 83.33333%;
}

.\-9u {
  margin-left: 75%;
}

.\-8u {
  margin-left: 66.66667%;
}

.\-7u {
  margin-left: 58.33333%;
}

.\-6u {
  margin-left: 50%;
}

.\-5u {
  margin-left: 41.66667%;
}

.\-4u {
  margin-left: 33.33333%;
}

.\-3u {
  margin-left: 25%;
}

.\-2u {
  margin-left: 16.66667%;
}

.\-1u {
  margin-left: 8.33333%;
}

@media screen and (max-width: 1680px) {
  .row > * {
    padding: 40px 0 0 40px;
  }
  .row {
    margin: -40px 0 -1px -40px;
  }
  .row.uniform > * {
    padding: 40px 0 0 40px;
  }
  .row.uniform {
    margin: -40px 0 -1px -40px;
  }
  .row.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }
  .row.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }
  .row.uniform.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }
  .row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }
  .row.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }
  .row.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }
  .row.uniform.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }
  .row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }
  .row.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }
  .row.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }
  .row.uniform.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }
  .row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }
  .row.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }
  .row.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }
  .row.uniform.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }
  .row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }
  .\31 2u\28wide\29, .\31 2u\24\28wide\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }
  .\31 1u\28wide\29, .\31 1u\24\28wide\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 0u\28wide\29, .\31 0u\24\28wide\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\39 u\28wide\29, .\39 u\24\28wide\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }
  .\38 u\28wide\29, .\38 u\24\28wide\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\37 u\28wide\29, .\37 u\24\28wide\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\36 u\28wide\29, .\36 u\24\28wide\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }
  .\35 u\28wide\29, .\35 u\24\28wide\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\34 u\28wide\29, .\34 u\24\28wide\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\33 u\28wide\29, .\33 u\24\28wide\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }
  .\32 u\28wide\29, .\32 u\24\28wide\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 u\28wide\29, .\31 u\24\28wide\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\31 2u\24\28wide\29 + *,
  .\31 1u\24\28wide\29 + *,
  .\31 0u\24\28wide\29 + *,
  .\39 u\24\28wide\29 + *,
  .\38 u\24\28wide\29 + *,
  .\37 u\24\28wide\29 + *,
  .\36 u\24\28wide\29 + *,
  .\35 u\24\28wide\29 + *,
  .\34 u\24\28wide\29 + *,
  .\33 u\24\28wide\29 + *,
  .\32 u\24\28wide\29 + *,
  .\31 u\24\28wide\29 + * {
    clear: left;
  }
  .\-11u\28wide\29 {
    margin-left: 91.66667%;
  }
  .\-10u\28wide\29 {
    margin-left: 83.33333%;
  }
  .\-9u\28wide\29 {
    margin-left: 75%;
  }
  .\-8u\28wide\29 {
    margin-left: 66.66667%;
  }
  .\-7u\28wide\29 {
    margin-left: 58.33333%;
  }
  .\-6u\28wide\29 {
    margin-left: 50%;
  }
  .\-5u\28wide\29 {
    margin-left: 41.66667%;
  }
  .\-4u\28wide\29 {
    margin-left: 33.33333%;
  }
  .\-3u\28wide\29 {
    margin-left: 25%;
  }
  .\-2u\28wide\29 {
    margin-left: 16.66667%;
  }
  .\-1u\28wide\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 1280px) {
  .row > * {
    padding: 40px 0 0 40px;
  }
  .row {
    margin: -40px 0 -1px -40px;
  }
  .row.uniform > * {
    padding: 40px 0 0 40px;
  }
  .row.uniform {
    margin: -40px 0 -1px -40px;
  }
  .row.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }
  .row.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }
  .row.uniform.\32 00\25 > * {
    padding: 80px 0 0 80px;
  }
  .row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }
  .row.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }
  .row.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }
  .row.uniform.\31 50\25 > * {
    padding: 60px 0 0 60px;
  }
  .row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }
  .row.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }
  .row.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }
  .row.uniform.\35 0\25 > * {
    padding: 20px 0 0 20px;
  }
  .row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }
  .row.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }
  .row.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }
  .row.uniform.\32 5\25 > * {
    padding: 10px 0 0 10px;
  }
  .row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }
  .\31 2u\28normal\29, .\31 2u\24\28normal\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }
  .\31 1u\28normal\29, .\31 1u\24\28normal\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 0u\28normal\29, .\31 0u\24\28normal\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\39 u\28normal\29, .\39 u\24\28normal\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }
  .\38 u\28normal\29, .\38 u\24\28normal\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\37 u\28normal\29, .\37 u\24\28normal\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\36 u\28normal\29, .\36 u\24\28normal\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }
  .\35 u\28normal\29, .\35 u\24\28normal\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\34 u\28normal\29, .\34 u\24\28normal\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\33 u\28normal\29, .\33 u\24\28normal\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }
  .\32 u\28normal\29, .\32 u\24\28normal\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 u\28normal\29, .\31 u\24\28normal\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\31 2u\24\28normal\29 + *,
  .\31 1u\24\28normal\29 + *,
  .\31 0u\24\28normal\29 + *,
  .\39 u\24\28normal\29 + *,
  .\38 u\24\28normal\29 + *,
  .\37 u\24\28normal\29 + *,
  .\36 u\24\28normal\29 + *,
  .\35 u\24\28normal\29 + *,
  .\34 u\24\28normal\29 + *,
  .\33 u\24\28normal\29 + *,
  .\32 u\24\28normal\29 + *,
  .\31 u\24\28normal\29 + * {
    clear: left;
  }
  .\-11u\28normal\29 {
    margin-left: 91.66667%;
  }
  .\-10u\28normal\29 {
    margin-left: 83.33333%;
  }
  .\-9u\28normal\29 {
    margin-left: 75%;
  }
  .\-8u\28normal\29 {
    margin-left: 66.66667%;
  }
  .\-7u\28normal\29 {
    margin-left: 58.33333%;
  }
  .\-6u\28normal\29 {
    margin-left: 50%;
  }
  .\-5u\28normal\29 {
    margin-left: 41.66667%;
  }
  .\-4u\28normal\29 {
    margin-left: 33.33333%;
  }
  .\-3u\28normal\29 {
    margin-left: 25%;
  }
  .\-2u\28normal\29 {
    margin-left: 16.66667%;
  }
  .\-1u\28normal\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 980px) {
  .row > * {
    padding: 30px 0 0 30px;
  }
  .row {
    margin: -30px 0 -1px -30px;
  }
  .row.uniform > * {
    padding: 30px 0 0 30px;
  }
  .row.uniform {
    margin: -30px 0 -1px -30px;
  }
  .row.\32 00\25 > * {
    padding: 60px 0 0 60px;
  }
  .row.\32 00\25 {
    margin: -60px 0 -1px -60px;
  }
  .row.uniform.\32 00\25 > * {
    padding: 60px 0 0 60px;
  }
  .row.uniform.\32 00\25 {
    margin: -60px 0 -1px -60px;
  }
  .row.\31 50\25 > * {
    padding: 45px 0 0 45px;
  }
  .row.\31 50\25 {
    margin: -45px 0 -1px -45px;
  }
  .row.uniform.\31 50\25 > * {
    padding: 45px 0 0 45px;
  }
  .row.uniform.\31 50\25 {
    margin: -45px 0 -1px -45px;
  }
  .row.\35 0\25 > * {
    padding: 15px 0 0 15px;
  }
  .row.\35 0\25 {
    margin: -15px 0 -1px -15px;
  }
  .row.uniform.\35 0\25 > * {
    padding: 15px 0 0 15px;
  }
  .row.uniform.\35 0\25 {
    margin: -15px 0 -1px -15px;
  }
  .row.\32 5\25 > * {
    padding: 7.5px 0 0 7.5px;
  }
  .row.\32 5\25 {
    margin: -7.5px 0 -1px -7.5px;
  }
  .row.uniform.\32 5\25 > * {
    padding: 7.5px 0 0 7.5px;
  }
  .row.uniform.\32 5\25 {
    margin: -7.5px 0 -1px -7.5px;
  }
  .\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }
  .\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\39 u\28narrow\29, .\39 u\24\28narrow\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }
  .\38 u\28narrow\29, .\38 u\24\28narrow\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\37 u\28narrow\29, .\37 u\24\28narrow\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\36 u\28narrow\29, .\36 u\24\28narrow\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }
  .\35 u\28narrow\29, .\35 u\24\28narrow\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\34 u\28narrow\29, .\34 u\24\28narrow\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\33 u\28narrow\29, .\33 u\24\28narrow\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }
  .\32 u\28narrow\29, .\32 u\24\28narrow\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 u\28narrow\29, .\31 u\24\28narrow\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\31 2u\24\28narrow\29 + *,
  .\31 1u\24\28narrow\29 + *,
  .\31 0u\24\28narrow\29 + *,
  .\39 u\24\28narrow\29 + *,
  .\38 u\24\28narrow\29 + *,
  .\37 u\24\28narrow\29 + *,
  .\36 u\24\28narrow\29 + *,
  .\35 u\24\28narrow\29 + *,
  .\34 u\24\28narrow\29 + *,
  .\33 u\24\28narrow\29 + *,
  .\32 u\24\28narrow\29 + *,
  .\31 u\24\28narrow\29 + * {
    clear: left;
  }
  .\-11u\28narrow\29 {
    margin-left: 91.66667%;
  }
  .\-10u\28narrow\29 {
    margin-left: 83.33333%;
  }
  .\-9u\28narrow\29 {
    margin-left: 75%;
  }
  .\-8u\28narrow\29 {
    margin-left: 66.66667%;
  }
  .\-7u\28narrow\29 {
    margin-left: 58.33333%;
  }
  .\-6u\28narrow\29 {
    margin-left: 50%;
  }
  .\-5u\28narrow\29 {
    margin-left: 41.66667%;
  }
  .\-4u\28narrow\29 {
    margin-left: 33.33333%;
  }
  .\-3u\28narrow\29 {
    margin-left: 25%;
  }
  .\-2u\28narrow\29 {
    margin-left: 16.66667%;
  }
  .\-1u\28narrow\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 840px) {
  .row > * {
    padding: 30px 0 0 30px;
  }
  .row {
    margin: -30px 0 -1px -30px;
  }
  .row.uniform > * {
    padding: 30px 0 0 30px;
  }
  .row.uniform {
    margin: -30px 0 -1px -30px;
  }
  .row.\32 00\25 > * {
    padding: 60px 0 0 60px;
  }
  .row.\32 00\25 {
    margin: -60px 0 -1px -60px;
  }
  .row.uniform.\32 00\25 > * {
    padding: 60px 0 0 60px;
  }
  .row.uniform.\32 00\25 {
    margin: -60px 0 -1px -60px;
  }
  .row.\31 50\25 > * {
    padding: 45px 0 0 45px;
  }
  .row.\31 50\25 {
    margin: -45px 0 -1px -45px;
  }
  .row.uniform.\31 50\25 > * {
    padding: 45px 0 0 45px;
  }
  .row.uniform.\31 50\25 {
    margin: -45px 0 -1px -45px;
  }
  .row.\35 0\25 > * {
    padding: 15px 0 0 15px;
  }
  .row.\35 0\25 {
    margin: -15px 0 -1px -15px;
  }
  .row.uniform.\35 0\25 > * {
    padding: 15px 0 0 15px;
  }
  .row.uniform.\35 0\25 {
    margin: -15px 0 -1px -15px;
  }
  .row.\32 5\25 > * {
    padding: 7.5px 0 0 7.5px;
  }
  .row.\32 5\25 {
    margin: -7.5px 0 -1px -7.5px;
  }
  .row.uniform.\32 5\25 > * {
    padding: 7.5px 0 0 7.5px;
  }
  .row.uniform.\32 5\25 {
    margin: -7.5px 0 -1px -7.5px;
  }
  .\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }
  .\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\39 u\28narrower\29, .\39 u\24\28narrower\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }
  .\38 u\28narrower\29, .\38 u\24\28narrower\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\37 u\28narrower\29, .\37 u\24\28narrower\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\36 u\28narrower\29, .\36 u\24\28narrower\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }
  .\35 u\28narrower\29, .\35 u\24\28narrower\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\34 u\28narrower\29, .\34 u\24\28narrower\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\33 u\28narrower\29, .\33 u\24\28narrower\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }
  .\32 u\28narrower\29, .\32 u\24\28narrower\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 u\28narrower\29, .\31 u\24\28narrower\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\31 2u\24\28narrower\29 + *,
  .\31 1u\24\28narrower\29 + *,
  .\31 0u\24\28narrower\29 + *,
  .\39 u\24\28narrower\29 + *,
  .\38 u\24\28narrower\29 + *,
  .\37 u\24\28narrower\29 + *,
  .\36 u\24\28narrower\29 + *,
  .\35 u\24\28narrower\29 + *,
  .\34 u\24\28narrower\29 + *,
  .\33 u\24\28narrower\29 + *,
  .\32 u\24\28narrower\29 + *,
  .\31 u\24\28narrower\29 + * {
    clear: left;
  }
  .\-11u\28narrower\29 {
    margin-left: 91.66667%;
  }
  .\-10u\28narrower\29 {
    margin-left: 83.33333%;
  }
  .\-9u\28narrower\29 {
    margin-left: 75%;
  }
  .\-8u\28narrower\29 {
    margin-left: 66.66667%;
  }
  .\-7u\28narrower\29 {
    margin-left: 58.33333%;
  }
  .\-6u\28narrower\29 {
    margin-left: 50%;
  }
  .\-5u\28narrower\29 {
    margin-left: 41.66667%;
  }
  .\-4u\28narrower\29 {
    margin-left: 33.33333%;
  }
  .\-3u\28narrower\29 {
    margin-left: 25%;
  }
  .\-2u\28narrower\29 {
    margin-left: 16.66667%;
  }
  .\-1u\28narrower\29 {
    margin-left: 8.33333%;
  }
}

@media screen and (max-width: 736px) {
  .row > * {
    padding: 30px 0 0 30px;
  }
  .row {
    margin: -30px 0 -1px -30px;
  }
  .row.uniform > * {
    padding: 30px 0 0 30px;
  }
  .row.uniform {
    margin: -30px 0 -1px -30px;
  }
  .row.\32 00\25 > * {
    padding: 60px 0 0 60px;
  }
  .row.\32 00\25 {
    margin: -60px 0 -1px -60px;
  }
  .row.uniform.\32 00\25 > * {
    padding: 60px 0 0 60px;
  }
  .row.uniform.\32 00\25 {
    margin: -60px 0 -1px -60px;
  }
  .row.\31 50\25 > * {
    padding: 45px 0 0 45px;
  }
  .row.\31 50\25 {
    margin: -45px 0 -1px -45px;
  }
  .row.uniform.\31 50\25 > * {
    padding: 45px 0 0 45px;
  }
  .row.uniform.\31 50\25 {
    margin: -45px 0 -1px -45px;
  }
  .row.\35 0\25 > * {
    padding: 15px 0 0 15px;
  }
  .row.\35 0\25 {
    margin: -15px 0 -1px -15px;
  }
  .row.uniform.\35 0\25 > * {
    padding: 15px 0 0 15px;
  }
  .row.uniform.\35 0\25 {
    margin: -15px 0 -1px -15px;
  }
  .row.\32 5\25 > * {
    padding: 7.5px 0 0 7.5px;
  }
  .row.\32 5\25 {
    margin: -7.5px 0 -1px -7.5px;
  }
  .row.uniform.\32 5\25 > * {
    padding: 7.5px 0 0 7.5px;
  }
  .row.uniform.\32 5\25 {
    margin: -7.5px 0 -1px -7.5px;
  }
  .\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }
  .\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\39 u\28mobile\29, .\39 u\24\28mobile\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }
  .\38 u\28mobile\29, .\38 u\24\28mobile\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\37 u\28mobile\29, .\37 u\24\28mobile\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\36 u\28mobile\29, .\36 u\24\28mobile\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }
  .\35 u\28mobile\29, .\35 u\24\28mobile\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\34 u\28mobile\29, .\34 u\24\28mobile\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\33 u\28mobile\29, .\33 u\24\28mobile\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }
  .\32 u\28mobile\29, .\32 u\24\28mobile\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 u\28mobile\29, .\31 u\24\28mobile\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\31 2u\24\28mobile\29 + *,
  .\31 1u\24\28mobile\29 + *,
  .\31 0u\24\28mobile\29 + *,
  .\39 u\24\28mobile\29 + *,
  .\38 u\24\28mobile\29 + *,
  .\37 u\24\28mobile\29 + *,
  .\36 u\24\28mobile\29 + *,
  .\35 u\24\28mobile\29 + *,
  .\34 u\24\28mobile\29 + *,
  .\33 u\24\28mobile\29 + *,
  .\32 u\24\28mobile\29 + *,
  .\31 u\24\28mobile\29 + * {
    clear: left;
  }
  .\-11u\28mobile\29 {
    margin-left: 91.66667%;
  }
  .\-10u\28mobile\29 {
    margin-left: 83.33333%;
  }
  .\-9u\28mobile\29 {
    margin-left: 75%;
  }
  .\-8u\28mobile\29 {
    margin-left: 66.66667%;
  }
  .\-7u\28mobile\29 {
    margin-left: 58.33333%;
  }
  .\-6u\28mobile\29 {
    margin-left: 50%;
  }
  .\-5u\28mobile\29 {
    margin-left: 41.66667%;
  }
  .\-4u\28mobile\29 {
    margin-left: 33.33333%;
  }
  .\-3u\28mobile\29 {
    margin-left: 25%;
  }
  .\-2u\28mobile\29 {
    margin-left: 16.66667%;
  }
  .\-1u\28mobile\29 {
    margin-left: 8.33333%;
  }
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body, input, select, textarea {
  color: #616465;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.75em;
}

a {
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  color: #3fb1a3;
  text-decoration: none;
  /*border-bottom: dotted 1px; */
}

a:hover {
  border-bottom-color: transparent;
}

strong, b {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: 300;
  line-height: 1.75em;
  margin-bottom: 0.4em;
  text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
  border: 0;
}

h2 {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 1.15em;
  letter-spacing: 0.025em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border-top: solid 1px rgba(124, 128, 129, 0.2);
  border: 0;
  margin-bottom: 1.5em;
}

blockquote {
  border-left: solid 0.5em rgba(124, 128, 129, 0.2);
  font-style: italic;
  padding: 1em 0 1em 2em;
}

/* Section/Article */
section.special, article.special {
  text-align: center;
}

#logo {
  background: url(Images/S-Dealer-White-small.png) no-repeat;
  background-size: contain;
  min-height: 22px;
  min-width: 100px;
  height: 22px;
  width: 100px;
  margin-top: .5em;
}

#logo > a {
  display: inline-block;
  width: 100%;
}

header.major {
  padding-bottom: 2em;
}

header.special {
  margin-bottom: 5em;
  padding-top: 7em;
  position: relative;
  text-align: center;
}

header.special:before, header.special:after {
  border-bottom: solid 1.5px;
  border-top: solid 1.5px;
  content: '';
  height: 7px;
  opacity: 0.1;
  position: absolute;
  top: 1.75em;
  width: 43%;
}

header.special:before {
  left: 0;
}

header.special:after {
  right: 0;
}

header.special h2 {
  margin-bottom: 0;
}

header.special h2 + p {
  margin-bottom: 0;
  padding-top: 1.5em;
}

header.special .icon {
  cursor: default;
  height: 7em;
  left: 0;
  position: absolute;
  text-align: center;
  top: 1em;
  width: 100%;
}

header.special .icon:before {
  font-size: 3.5em;
  opacity: 0.35;
}

footer > :last-child {
  margin-bottom: 0;
}

footer.major {
  padding-top: 3em;
}

/* Form */
select,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
button {
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background: none;
  border: solid 1px rgba(124, 128, 129, 0.4);
  color: inherit;
  display: block;
  padding: 0.55em;
  text-decoration: none;
  width: 100%;
  outline: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
button:focus {
  border-color: #527eab;
}

select:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
textarea:focus {
  background-color: #eee;
  border-color: #ddd;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
  line-height: 1em;
}

select {
  color: #666;
  height: 2.5em;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
  position: relative;
  top: 3px;
}

:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.formerize-placeholder {
  color: rgba(124, 128, 129, 0.5) !important;
}

/* Image */
.image {
  border: 0;
  position: relative;
}

.image:before {
  background: url("images/overlay.png");
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image.fit {
  display: block;
}

.image.fit img {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  margin: 0 0 2em 0;
}

.image.featured img {
  display: block;
  width: 100%;
}

/* Icon */
.icon {
  text-decoration: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon.circle {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  font-size: 1.25em;
  height: 2.25em;
  left: 0;
  line-height: 2.25em;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 2.25em;
}

.icon.circle:hover {
  top: -0.2em;
}

.icon.circle.fa-twitter {
  background: #70aecd;
  color: #fff;
}

.icon.circle.fa-twitter:hover {
  background: #7fb7d2;
}

.icon.circle.fa-facebook {
  background: #7490c3;
  color: #fff;
}

.icon.circle.fa-facebook:hover {
  background: #829bc9;
}

.icon.circle.fa-google-plus {
  background: #db6b67;
  color: #fff;
}

.icon.circle.fa-google-plus:hover {
  background: #df7b77;
}

.icon.circle.fa-github {
  background: #dcad8b;
  color: #fff;
}

.icon.circle.fa-github:hover {
  background: #e1b89b;
}

.icon.circle.fa-dribbble {
  background: #da83ae;
  color: #fff;
}

.icon.circle.fa-dribbble:hover {
  background: #df93b8;
}

.icon.featured {
  cursor: default;
  display: block;
  margin: 0 0 1.5em 0;
  opacity: 0.35;
  text-align: center;
}

.icon.featured:before {
  font-size: 5em;
  line-height: 1em;
}

.icon > .label {
  display: none;
}

/* List */
ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

ul.default {
  list-style: disc;
  padding-left: 1em;
}

ul.default li {
  padding-left: 0.5em;
}

ul.icons {
  cursor: default;
}

ul.icons li {
  display: inline-block;
  line-height: 1em;
  padding-left: 0.5em;
}

ul.icons li a {
  font-size: 0.8em;
  color: #527eab;
}

ul.icons li:first-child {
  padding-left: 0;
}

ul.actionbar {
  float: left;
}

ul.actionbar li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  padding-left: 0.5em;
}

ul.actionbar li a {
  font-size: 0.8em;
  color: #527eab;
}

ul.actionbar li:nth-last-child(-n+2) {
  float: right;
}

ul.actionbar li:first-child {
  float: left;
  padding-left: 0em;
}

ul.actionbar li:last-child {
  float: right;
}

ul.row {
  margin-top: 0em;
  margin-left: 1em;
  padding-bottom: 1em;
  overflow: hidden;
}

ul.row li {
  display: block;
  line-height: 1em;
  padding-left: 0.5em;
  float: none;
}

ul.featured-icons {
  cursor: default;
  margin: -0.75em 0 0 0;
  opacity: 0.35;
  overflow: hidden;
  position: relative;
}

ul.featured-icons li {
  display: block;
  float: left;
  text-align: center;
  width: 50%;
}

ul.featured-icons li .icon {
  display: inline-block;
  font-size: 6.25em;
  height: 1.25em;
  line-height: 1.25em;
  width: 1em;
}

ul.buttons {
  cursor: default;
}

ul.buttons:last-child {
  margin-bottom: 0;
}

ic
ul.buttons li {
  display: inline-block;
  padding: 0 0 0 1.5em;
}

ul.buttons li:first-child {
  padding: 0;
}

ul.buttons.vertical li {
  display: block;
  padding: 1.5em 0 0 0;
}

ul.buttons.vertical li:first-child {
  padding: 0;
}

ul.inline-buttons li {
  display: inline-block;
}

ul.inline-buttons li input {
  min-width: 4em;
  display: inline-block;
}

/* Table */
table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tbody tr {
  border-bottom: solid 1px rgba(124, 128, 129, 0.2);
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.igdd_ControlArea td {
  padding: 0;
}

table.default th {
  font-weight: 400;
  padding: 0.5em 1em 0.5em 1em;
  text-align: left;
}

table.default thead {
  background: #7c8081;
  color: #fff;
}

/* Button */
input[type="button"],
input[type="file"],
input[type="submit"],
input[type="reset"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    background: none;
    border: 1px solid rgba(124, 128, 129, 0.9) !important;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 900;
    letter-spacing: 2px;
    min-width: 12em;
    padding: 0 0.75em;
    line-height: 2.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
  background: rgba(188, 202, 206, 0.15);
  border-color: inherit;
}

input[type="button"].special,
input[type="submit"].special,
input[type="reset"].special,
.button.special {
  background: #527eab;
  border-color: #527eab;
  color: #fff !important;
}

input[type="button"].special:hover,
input[type="submit"].special:hover,
input[type="reset"].special:hover,
.button.special:hover {
  background: #729fcc;
  border-color: #729fcc;
}

input[type="button"].fit,
input[type="submit"].fit,
input[type="reset"].fit,
.button.fit {
  width: 100%;
}

input[type="button"].small,
input[type="submit"].small,
input[type="reset"].small,
.button.small {
  font-size: 0.7em;
  min-width: 14em;
  padding: 0.5em 0;
}

input[type="button"].long,
input[type="submit"].long,
input[type="reset"].long,
.button.long {
  min-width: 20em;
}

input[type="submit"].disabled, input[type="submit"].disabled:hover, .button.disabled, .button.disabled:hover {
  background: #f0f0f0;
  border-color: #f0f0f0;
}

/* Wrapper */
.wrapper {
  margin-bottom: 1em;
  padding: 0em 1em;
}

.wrapper.inner {
  background: #fff;
  color: inherit;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.wrapper.module {
  border-bottom: solid 1px rgba(124, 128, 129, 0.3);
  overflow: visible;
  margin-bottom: 1em;
}

.wrapper.style0 {
  background: #fff;
  color: inherit;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0em;
  margin-bottom: 0;
}

.wrapper.style1 {
  padding: 0;
}

.wrapper.style2 {
  background-color: #527eab;
  background-image: url("images/light-bl.svg"), url("images/light-br.svg");
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 25em, 25em;
  color: #fff;
}

.wrapper.style2 .button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}

.wrapper.style2 .button.special {
  background: #fff;
  border-color: #fff;
  color: #527eab !important;
}

.wrapper.style2 .button.special:hover {
  border-color: inherit !important;
  color: #fff !important;
}

.wrapper.style3 {
  background: #fff;
  color: inherit;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0.5em;
}

.wrapper.style4 {
  background: #fff;
  color: inherit;
  padding: 1em;
}

/* Header */
@-moz-keyframes reveal-header {
  0% {
    top: -5em;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes reveal-header {
  0% {
    top: -5em;
  }
  100% {
    top: 0;
  }
}

@-ms-keyframes reveal-header {
  0% {
    top: -5em;
  }
  100% {
    top: 0;
  }
}

@keyframes reveal-header {
  0% {
    top: -5em;
  }
  100% {
    top: 0;
  }
}

#header {
  background: #66666a;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  cursor: default;
  font-size: 0.9em;
  padding-left: 1.5em;
  position: fixed;
  height: 3.7em;
  z-index: 10;
}

#header h1 {
  font-weight: 900;
  margin: 0;
}

#header h1 span {
  font-weight: 300;
}

#header nav {
  letter-spacing: 0.075em;
  position: absolute;
  right: 1.5em;
  text-transform: uppercase;
  top: 0.75em;
}

#header nav ul li {
  display: inline-block;
  margin-left: 1.5em;
}

#header nav ul li > ul {
  display: none;
}

#header nav ul li a {
  border: solid 1px transparent;
  color: inherit;
  display: inline-block;
  line-height: 1em;
  padding: 0.6em 0.75em;
  text-decoration: none;
  font-weight: 900;
}

#header nav ul li input[type="button"],
#header nav ul li input[type="submit"],
#header nav ul li input[type="reset"],
#header nav ul li .button {
  font-size: 1em;
  min-width: 0;
  width: auto;
}

#header nav ul li.submenu > a {
  text-decoration: none;
}

#header nav ul li.submenu > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

#header nav ul li.submenu > a:before {
  content: '\f107';
  margin-right: 0.65em;
}

#header nav ul li.active > a, #header nav ul li:hover > a {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(188, 202, 206, 0.15);
}

#header nav ul li.current > a {
  background: rgba(188, 202, 206, 0.15);
}

#header.reveal {
  -moz-animation: reveal-header 0.5s;
  -webkit-animation: reveal-header 0.5s;
  -ms-animation: reveal-header 0.5s;
  animation: reveal-header 0.5s;
}

#header.alt {
  -moz-animation: none;
  -webkit-animation: none;
  -ms-animation: none;
  animation: none;
  background: transparent;
  box-shadow: none;
  color: #fff;
  padding: 2em 2.5em;
  position: absolute;
}

#header.alt nav {
  right: 2.5em;
  top: 1.75em;
}

#header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
  border: solid 1px;
}

/* Header nonav */
#header.inline {
  display: inline;
}

.nonavbody {
  padding-top: 45px;
  margin: 0 auto !important;
  width: 75%;
}

/* Dropotron */
.dropotron {
  background: #f3f3f8;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  line-height: 2.25em;
  min-width: 13em;
  padding: 0.5em 0 0 0;
  text-transform: uppercase;
  margin-top: calc(-1em + 1px);
}

.dropotron.level-0 {
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 0.6em;
  /*spacing between header and drop down menu*/
}

.dropotron.level-0:before {
  border-bottom: solid 0.5em #fff;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  content: '';
  left: 0.75em;
  position: absolute;
  top: -0.45em;
}

.dropotron > li {
  border-top: solid 1px rgba(124, 128, 129, 0.2);
}

.dropotron > li > a {
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  color: inherit;
  text-decoration: none;
  padding: 0.2em 1em;
  border: 0;
}

.dropotron > li:hover > a {
  background: #fff;
  color: #333;
}

.dropotron > li:first-child {
  border-top: 0;
}

/* Banner */
@-moz-keyframes reveal-banner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes reveal-banner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes reveal-banner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes reveal-banner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#banner {
  background: rgba(255, 255, 255, 0.1);
  /*rgba(124, 128, 129, 0.2);*/
  /*
    background-attachment: scroll, scroll, scroll, fixed;
    background-color:#645862;
    background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/banner.jpg");
    background-position: bottom left, bottom right, top left, top center;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 25em, 25em, auto, cover;
    */
  cursor: default;
  padding: 6em 0;
  text-align: center;
}

#banner .inner {
  -moz-animation: reveal-banner 1s 0.25s ease-in-out;
  -webkit-animation: reveal-banner 1s 0.25s ease-in-out;
  -ms-animation: reveal-banner 1s 0.25s ease-in-out;
  animation: reveal-banner 1s 0.25s ease-in-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*background: rgba(52, 27, 43, 0.5);*/
  display: inline-block;
  opacity: 0;
  padding: 2em 3em 1em 3em;
  text-align: center;
  border-radius: 3px;
  box-shadow: 3px 3px 10px 5px #ccc;
  margin: auto auto;
  width: 320px;
}

#banner .inner header {
  display: inline-block;
  border-bottom: solid 2px;
  border-top: solid 2px;
  margin: 0 0 2em 0;
  padding: 3px 0 3px 0;
}

#banner .inner header h2 {
  border-bottom: solid 2px;
  border-top: solid 2px;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0;
  padding-left: 0.05em;
  position: relative;
  text-transform: uppercase;
}

#banner .inner p {
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

#banner .inner p a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

#banner .inner footer {
  margin: 2em 0 0 0;
}

/* Main */
#main {
  background-color: #fff;
  /*background-image: url("images/dark-tl.svg"), url("images/dark-tr.svg"), url("images/dark-bl.svg"), url("images/dark-br.svg");
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    */
  background-size: 25em;
  padding: 3.8em 0 1em 0;
  min-height: 400px;
}

#main > :last-child {
  margin-bottom: 0;
}

#main .sidebar section {
  border-top: solid 1px rgba(124, 128, 129, 0.2);
  margin: 3em 0 0 0;
  padding: 3em 0 0 0;
}

#main .sidebar section:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

body.index #main {
  padding-top: 5em;
}

/* CTA */
#cta {
  background-attachment: scroll, scroll, scroll, fixed;
  background-color: #645862;
  background-image: url("images/light-tl.svg"), url("images/light-tr.svg"), url("images/overlay.png"), url("../../images/banner.jpg");
  background-position: top left, top right, top left, bottom center;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: 25em, 25em, auto, cover;
  color: #fff;
  padding: 5em;
  text-align: center;
}

#cta header {
  margin-bottom: 2em;
}

/* Footer */
#footer {
    background-color: #6EA3CC;
    color: #7c8081;
    text-align: center;
    height: 6rem;
    padding: 2em 1.5em;
    margin: 0;
    border: 0 none;
}

#footer a {
  color: #333;
}

#footer .copyright {
  font-size: 0.8em;
  line-height: 1em;
}

#footer .copyright a {
  color: inherit;
}

#footer .copyright li {
  display: inline-block;
  margin-left: 1em;
  padding-left: 1em;
  border-left: dotted 1px;
}

#footer .copyright li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

/*Breadcrumb */
#breadcrumb {
  color: #cccccc;
  height: 30px;
  margin-bottom: 1.5em;
  padding: 0px;
  padding-top: 4px;
  font-size: 1em;
  text-transform: uppercase;
}

#breadcrumb .siteMapCrumb {
  float: left;
  padding-bottom: 0px;
}

lightbox-trigger
#breadcrumb A {
  /*background: #fff url('Images/bg_graygradient.jpg') repeat-x;*/
  /*height: 55px;	*/
  color: #4B7EAA;
}

#breadcrumb .pageTitle {
  color: #666;
  font-weight: bold;
}

/*workflow*/
/*.step-wrapper
{
	float:left;
	padding:4px;
	padding-right:8px; padding-left: 8px;
	
	text-transform:uppercase;
	margin-bottom: 1px;
	text-decoration: none;
	font-size: 0.9em;
	margin-right:40px;
	text-align: center;
	width: 90px;
	font-weight: bold;
}
.step-wrapper.last 
{
 margin-right:0;
}

.step{
	margin: 0 auto;
	color:#333;
	font-weight: bold;
	width: 80px;
	height: 58px;

}
.group-wrapper
{
	padding: 2px 0 2px 0;
	background: #fff url(images/bg_graydot2.png) 0px 45px repeat-x ;
	width: 620px;
	margin: 0 auto;
}
.group-wrapper:after
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.step.default
{
   background: transparent  url(images/step_default.png) 0 0 no-repeat ;
}


.step.current
{
   background: transparent  url(images/step_current.png) 0 0 no-repeat; 
}

.step.next
{
   background:  transparent url(images/step_next.png) 0 0 no-repeat ;
	}*/
.step-wrapper {
  float: left;
  padding: 4px;
  padding-right: 8px;
  padding-left: 8px;
  text-transform: uppercase;
  margin-bottom: 1px;
  text-decoration: none;
  font-size: 0.9em;
  /*margin-right: 40px;*/
  text-align: center;
  /*width: 90px;*/
  font-weight: bold;
}

.step-wrapper.last {
  margin-right: 0;
}

.step {
  margin: 0 auto;
  color: #333;
  font-weight: bold;
  width: 80px;
  height: 58px;
}

.group-wrapper {
  padding: 2px 0 2px 0;
  /*display: flex;*/
  background: #fff url(images/bg_graydot2.png) 0px 45px repeat-x;
  /*width: 620px;*/
  margin: 0 auto;
}

@media (max-width: 768px) {
  .group-wrapper {
    background: none;
  }
}

.group-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.step.default {
  background: transparent url(images/step_default.png) 0 0 no-repeat;
}

.step.current {
  background: transparent url(images/step_current.png) 0 0 no-repeat;
}

.step.next {
  background: transparent url(images/step_next.png) 0 0 no-repeat;
}

/* Wide */
@media screen and (min-width: 980px) {
  .match-dropdown-width {
    max-width: 28.6em;
  }
  .button-alignWithInput {
    margin-top: 2.7em;
  }
}

@media screen and (max-width: 1680px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 16px;
  }
  /* Section/Article */
  header.special {
    padding-top: 5.5em;
    margin-bottom: 4em;
  }
}

/* Normal */
@media screen and (max-width: 1280px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.65em;
  }
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .button {
    font-size: 0.9em;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
  }
  /* Section/Article */
  header.major {
    padding-bottom: 1.5em;
  }
  footer.major {
    padding-top: 2em;
  }
  /* Wrapper */
  .wrapper {
    margin-bottom: 1em;
    padding: 1em 1em;
  }
  .wrapper.style4 {
    padding: 3em;
  }
  /* Header */
  #header nav ul li {
    margin-left: 1em;
  }
  /* Banner */
  #banner {
    background-attachment: scroll;
  }
  /* CTA */
  #cta {
    padding: 4em;
    background-attachment: scroll;
  }
}

/* Narrow */
@media screen and (max-width: 980px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.5em;
  }
  /* Section/Article */
  header br {
    display: none;
  }
  header.major {
    padding-bottom: 1em;
  }
  header.special {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  footer.major {
    padding-top: 1.5em;
  }
  /* Wrapper */
  .wrapper {
    margin-bottom: 3em;
    padding: 1em 2.5em;
  }
  .wrapper.special br {
    display: none;
  }
  .wrapper.style1 {
    padding: 0 2.5em;
  }
  .wrapper.style2 {
    background-size: 15em;
  }
  .wrapper.style4 {
    padding: .5em;
  }
  /* Banner */
  #banner {
    background-size: 15em, 15em, auto, cover;
  }
  /* Main */
  #main {
    background-size: 15em;
  }
  /* CTA */
  #cta {
    background-size: 15em, 15em, auto, cover;
    padding: 3em;
  }
}

/* Narrower */
#navPanel, #navButton {
  display: none;
}

@media screen and (max-width: 840px) {
  /*iPad 4 Portrait */
  /* Basic */
  body, input, select, textarea {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.5em;
  }
  html, body {
    overflow-x: hidden;
  }
  header.major {
    padding-bottom: 0.25em;
  }
  header.special {
    margin-bottom: 4em;
    padding-top: 5em;
  }
  header.special:before, header.special:after {
    width: 40%;
  }
  header.special h2 + p {
    padding-top: 1.25em;
  }
  /* Section/Article */
  section {
    margin: 1em 0 1em 0;
  }
  section:first-child {
    margin-top: 0;
  }
  /* Button */
  input[type="button"].small,
  input[type="submit"].small,
  input[type="reset"].small,
  .button.small {
    font-size: 0.8em;
    min-width: 18em;
    padding: 0.75em 0;
  }
  /* List */
  ul.featured-icons {
    margin: 0;
  }
  ul.featured-icons li {
    display: inline-block;
    float: none;
    width: auto;
  }
  ul.featured-icons li .icon {
    font-size: 4em;
    width: 1.25em;
  }
  ul.buttons li {
    display: block;
    padding: 1em 0 0 0;
  }
  /* Header */
  #header {
    display: none;
  }
  /* Banner */
  #banner {
    margin: 0;
  }
  /* Wrapper */
  .wrapper.special-alt {
    text-align: center;
  }
  .wrapper.style4 {
    padding-bottom: 3em;
  }
  /* Main */
  #main {
    padding: 5em 0;
    min-height: calc(100vh - 8rem) !important;
  }
  #main .sidebar {
    border-top: solid 1px rgba(124, 128, 129, 0.1);
    padding-top: 3em;
  }
  #main .sidebar section {
    border-top: 0;
    padding-top: 0;
  }
  body.index #main {
    padding-top: 4.5em;
  }
  /* CTA */
  #cta {
    margin: 0;
  }

  /* Off-Canvas Navigation */
#page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
}

#navButton, #breadcrumb {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }

  #breadcrumb {
    left: 74px;
    top: 10px;
    z-index: 10;
  }
  #breadcrumb .pageTitle {
    color: #fff;
  }
  .faq-link {
    display: none;
  }
  #navButton .toggle {
    text-decoration: none;
    height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: #66666a;
  }
  #navButton .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
  }
  #navButton .toggle:before {
    color: #fff;
    content: '\f0c9';
    font-size: 1em;
    height: 40px;
    left: 10px;
    line-height: 40px;
    opacity: 0.5;
    position: absolute;
    top: 11px;
    width: 60px;
    z-index: 1;
  }
  #navButton .toggle:after {
    background: rgba(163, 169, 170, 0.75);
    border-radius: 2px;
    content: '';
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 60px;
  }
  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10;
    background: #1c2021;
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    padding: 0.25em 0.75em 1em 0.75em;
  }
  #navPanel .link {
    border: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    color: inherit;
    display: block;
    height: 3em;
    line-height: 3em;
    opacity: 0.75;
    text-decoration: none;
  }
  #navPanel .link.depth-0 {
    font-weight: 900;
  }
  #navPanel .link:first-child {
    border-top: 0;
  }
  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }
  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }
  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }
  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }
  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }
  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }
  body.navPanel-visible #navButton {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }
  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Mobile */
@media screen and (max-width: 736px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 17px;
    letter-spacing: 0.025em;
    line-height: 1.4em;
  }
  body {
    min-width: 320px;
  }
  h2 {
    font-size: 1.25em;
    letter-spacing: 0.1em;
  }
  h3 {
    font-size: 1em;
    letter-spacing: 0.025em;
  }
  p {
    text-align: justify;
  }
  select {
    padding: 0.43em;
    color: #666;
  }
  /* Section/Article */
  header {
    text-align: center;
  }
  header.major {
    padding-bottom: 0;
  }
  header.special {
    margin-bottom: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  header.special:before, header.special:after {
    width: 38%;
  }
  header.special .icon {
    font-size: 0.75em;
    top: 1.5em;
  }
  header p {
    text-align: center;
  }
  footer.major {
    padding-top: 0;
  }
  /* Icon */
  .icon.circle {
    font-size: 1em;
  }
  /* Button */
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .button {
    min-width: 15em;
    /* max-width: 20em;*/
    width: 100%;
  }
  input[type="button"].fit, u input[type="submit"].fit,
  input[type="reset"].fit,
  .button.fit {
    width: auto;
  }
  select {
    height: 2.45em;
  }
  /* List */
  ul.icons li {
    padding-left: 0.25em;
  }
  ul.featured-icons li .icon {
    width: 1.1em;
  }
  ul.buttons {
    text-align: center;
  }
  /* Wrapper */
  .wrapper {
    margin-bottom: 1.5em;
    padding: 0.25em 1.5em;
  }
  .wrapper.special br {
    display: none;
  }
  .wrapper.style0 {
    margin: -1em 0;
    padding: 0.4em;
  }
  .wrapper.style1 {
    padding: 0 1.5em;
  }
  .wrapper.style2 {
    background-size: 10em;
    padding: 2.25em 1.5em;
  }
  .wrapper.style3 {
    padding: 0.4em;
  }
  .wrapper.style4 {
    background-size: 10em;
    padding: 1.5em 1.5em 3em 1.5em;
  }
  /* Banner */
  #banner {
    background-size: 10em, 10em, auto, cover;
    padding: 6em 2em;
  }
  #banner .inner {
    background: none;
    display: block;
    padding: 0 2.5em;
    box-shadow: 0px 0px 0px 0px #ccc;
  }
  #banner .inner header h2 {
    font-size: 1.5em;
  }
  #banner .inner p {
    text-align: center;
  }
  #banner .inner br {
    display: none;
  }
  /* Main */
  #main {
    background-size: 10em;
    padding: 3.5em 0 2.5em 0;
  }
  body.index #main {
    padding: 2.5em 0 0 0;
  }
  body.contact #main {
    padding-bottom: 0;
  }
  /* CTA */
  #cta {
    background-size: 10em, 10em, auto, cover;
    padding: 3em 1.5em;
  }
 
  #footer .copyright li {
    display: block;
    margin: 1em 0 0 0;
    padding: 0;
    border: 0;
  }
  /* Off-Canvas Navigation */
  #navButton .toggle:before {
    top: 8px;
    left: 8px;
    width: 50px;
    height: 34px;
    line-height: 34px;
  }
  #navButton .toggle:after {
    top: 8px;
    left: 8px;
    width: 50px;
    height: 34px;
  }
  .display-block {
    display: block;
  }
  .step-wrapper {
    float: left;
    padding: 4px;
    padding-right: 8px;
    padding-left: 8px;
    text-transform: uppercase;
    margin-bottom: 1px;
    text-decoration: none;
    font-size: 0.9em;
    margin-right: 22px;
    text-align: center;
    width: 90px;
    font-weight: bold;
  }
}

.calDatePickerDiv {
  border: solid 1px rgba(124, 128, 129, 0.4);
  display: flex;
}

.testingAlert {
  position: absolute;
  top: 13px;
  left: 120px;
}

.panelProductHeader {
  background-color: #ccc;
  padding: .5em;
}

.gapLabels {
  font-size: 1.6em;
  padding-top: 0.5em;
}

.dealerSetupPrevArrow {
  z-index: 3;
  width: 40px;
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 400px;
  opacity: 0.6;
}

.dealerSetupNextArrow {
  z-index: 3;
  width: 80px;
  position: fixed;
  right: -30px;
  top: 0;
  margin-top: 400px;
  opacity: 0.6;
}

.font-size-1dot5 {
  font-size: 1.5em;
}

@media screen and (min-width: 665px) {
  .piechart-parent {
    margin-left: 15%;
  }
}

@media screen and (min-width: 980px) {
  .piechart-parent {
    margin-left: 25%;
  }
}

@media screen and (min-width: 665px) {
  .piechart-parent-agreement {
    padding-left: 15%;
  }
}

@media screen and (min-width: 980px) {
  .piechart-parent-agreement {
    padding-left: 12%;
  }
}

.chart_size {
  width: 600px;
  height: 400px;
}

.chart_size_small {
  width: 455px;
  height: 350px;
}

.requiredFieldLabel {
  font-size: 1.3em;
}

/****************************************************************************/
/* GridView                                                                 */
/****************************************************************************/
.StyledGridView {
  font-size: 0.9em;
  border: solid 1px #bbb;
}

.StyledGridView td, .StyledGridView th {
  padding: 0.3em 0.2em 0.3em 0.2em;
}

tr.GridViewExtraHeaderStyle td {
  padding: 0.5em;
  border-bottom: solid 1px #bbb;
  text-align: right;
}

.PagerSelectStyle {
  width: 4em;
  padding: 1px;
  display: inline;
}

.GridViewHeaderStyle {
  background: #f2f9fe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f9fe), color-stop(100%, #d6f0fd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );
  /* IE6-9 */
  border-bottom: solid 1px #bbbbbb;
  border-top: solid 1px #bbbbbb;
  color: #666;
  font-weight: Bold;
  height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: baseline;
}

th {
  /*header*/
}

.GridViewHeaderStyle A {
  padding: 0;
  text-decoration: none;
  border: 0;
}

.GridViewHeaderStyle INPUT {
  background: none;
  border: solid 0px #ccc;
}

.GridViewItemStyle > td, .GridViewAltItemStyle > td, .GridViewDisabledItemStyle > TD, .GridViewDisabledItemStyle, TD.GridViewFooterStyle, .GridViewSelectedItemStyle, .GridViewSelectedItemStyle > TD {
  background-color: #ffffff;
  color: black;
  font-style: normal;
  vertical-align: top;
  font-size: 1.1em;
}

.accentRow {
  border-bottom: solid 1px #bbb;
}

tr.GridViewItemStyle, tr.GridViewAltItemStyle {
  border-left: solid 4px transparent;
}

tr.GridViewItemStyle:hover, tr.GridViewAltItemStyle:hover {
  border-left: solid 4px  #51799d;
}

.GridViewAltItemStyle > TD {
  background-color: #efefef;
}

.GridViewSelectedItemStyle TD {
  background-color: #b3c9dc;
}

.GridViewDisabledItemStyle, .GridViewDisabledItemStyle TD {
  background-color: #eee;
  color: #666;
}

.GridViewAltItemStyle INPUT, .GridViewItemStyle INPUT, .GridViewSelectedItemStyle INPUT {
  vertical-align: middle;
}

.GridViewPagerStyle {
  border-top: solid 1px #bbb;
  font-weight: Bold;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
}

tr.GridViewFooterStyle {
  background-color: #fff;
  border-bottom: solid 1px #bbbbbb;
  border-top: solid 4px #999;
  color: #000000;
  font-size: 0.95em;
  font-weight: Bold;
  /*background: url('images/GridViewHeaderBg.gif') repeat-x;*/
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  vertical-align: middle;
}

td.GridViewFooterStyle {
  padding-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  th.ui-table-priority-5, td.ui-table-priority-5, th.ui-table-priority-4, td.ui-table-priority-4, th.ui-table-priority-3, td.ui-table-priority-3, th.ui-table-priority-2, td.ui-table-priority-2, th.ui-table-priority-1, td.ui-table-priority-1 {
    display: none;
  }
}

@media screen and (max-width: 1280px) and (min-width: 480px) {
  th.ui-table-priority-1, td.ui-table-priority-1 {
    display: table-cell;
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  th.ui-table-priority-2, td.ui-table-priority-2 {
    display: table-cell;
  }
}

/*Infragistics override*/
/*DatePicker override*/
/* Customize the WebDialogWindow Background */
.igdw_IGBodyContent {
  background-image: url(/SamplesBrowser/SamplesCommon/aspnet/Common/TreeBg.jpg);
  background-repeat: no-repeat;
}

/* undo global styles applied by application to INPUT */
.igte_IGEditInContainer {
  border: 0px none !important;
  background: purple !important;
  outline: none !important;
  color: #333333 !important;
  line-height: normal !important;
}

td.igte_Inner input {
  overflow: visible !important;
  font-size: 1em !important;
  min-height: 2.4em;
  width: 2em;
}

/*Dropdownlist override*/
.ig_Control, .igte_EditWithButtons {
  font-size: 0.95em;
}

.igdd_ValueDisplay {
  font-size: 16px;
  height: 2.35em;
}

@media screen and (max-width: 840px) {
  .igdd_ValueDisplay {
    font-size: 16px;
  }
}

.igdd_DropDownButton {
  width: 30px;
  background: url(images/ddl_Arrow.png) no-repeat;
}

.igdd_DropDownButton > img {
  display: none;
}

.igdd_DropDownListContainer {
  width: 100%;
}

.igte_Button {
  background-image: none;
  border: none;
  background-color: inherit;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.page-top {
  overflow: hidden;
  clear: both;
  margin-bottom: 1em;
}

.g-recaptcha {
  width: 303px;
  margin-bottom: 1em;
}

.textCenter {
  text-align: center;
}

.text-center {
    text-align: center !important;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.textBold {
  font-weight: bold;
}

.text-bold {
    font-weight: bold !important;
}

.text-bolder {
    font-weight: bolder !important;
}

.text-color-red {
    color: red !important;
}

.pad-top {
  padding-top: 0.5em;
}

.pad-bottom {
  padding-bottom: 1em;
}

.iframe {
  width: 100%;
  height: 400px;
  overflow-x: hidden;
  border: solid 0px #bbb;
  padding: 0;
}

.inline-button {
  min-width: 5em;
  padding: 0 0.5em;
  line-height: 1.6em;
  display: inline;
  width: auto;
}

.inline-block, input[type="text"].inline-block {
  display: inline-block;
}

/*OVERLAY */
.lightbox-trigger, .popup-trigger, .tooltip-trigger {
  width: auto;
  cursor: pointer;
  color: #296496;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  max-width: 12em;
}

.message-content {
  background: #fff;
  width: 380px;
  text-align: center;
  position: relative;
  top: 30%;
  z-index: 7;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  padding: 10px;
  cursor: default;
  border: solid 1px #bbb;
}

.message-box {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}

.message-container {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  display: block;
  cursor: none;
}

.modal-action-container {
  padding-top: 0.5em;
  text-align: center;
}

.blackout, .blackout-show {
  background-color: #fff;
  opacity: .6;
  filter: alpha(opacity=60);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  cursor: pointer;
}

.blackout-show {
  display: block;
  cursor: default;
}

.message-progress {
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
  top: 30%;
  background: transparent url(images/loading.gif) no-repeat center;
  z-index: 7;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}

#popupDiv {
  background-color: #FFFFFF;
  border-bottom: solid #909090 1px;
  border-left: solid #B0B0B0 1px;
  border-right: solid #909090 1px;
  border-top: solid #B0B0B0 1px;
  display: none;
  left: 30px;
  padding: 10px;
  position: absolute;
  top: 30px;
}

#popupDiv iframe {
  width: 400px;
  /*height: 300px */
}

.screen-attachment {
  width: 580px;
  height: 470px;
  top: 20%;
}

.closeBox, .closePopup {
  background: #527eab;
  background-image: -webkit-linear-gradient(top, #527eab, #2980b9);
  background-image: -moz-linear-gradient(top, #527eab, #2980b9);
  background-image: -ms-linear-gradient(top, #527eab, #2980b9);
  background-image: -o-linear-gradient(top, #527eab, #2980b9);
  background-image: linear-gradient(to bottom, #527eab, #2980b9);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
  padding: 6px 12px 5px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  border: solid 0;
  cursor: pointer;
  width: 5em;
  float: right;
  margin-bottom: 0.5em;
}

.closeSummary {
  float: right;
}

.closeSummaryBottom {
  float: right;
  padding-top: 25px;
}

.GridViewExtraHeaderStyle select {
  width: 80px;
}

.messageGood, .messageBad {
  font-size: 0.85em;
  font-weight: bold;
  height: 20px;
  margin-bottom: 8px;
  padding: 2px 2px 2px 0px;
  width: 100%;
  line-height: 1.4em;
}

.messageBad {
  color: #ff3333;
}

.messageGood {
  color: #336600;
}

.messageGoodBig {
    color: darkgreen !important;
    width: 100% !important;
}

.messageGoodNoHeight, .messageBadNoHeight {
  font-size: 0.85em;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 2px 2px 2px 0px;
  width: 100%;
}

.messageBadNoHeight {
  color: #ff3333;
}

.messageGoodNoHeight {
  color: #336600;
}

/* Cross Reference*/
.screen-newcomment {
  width: 380px;
  height: 440px;
  top: 20%;
}

/*Dealer Setup Summary*/
.screen-changeform {
  width: 800px;
  height: 700px;
  height: 90vh;
  top: 12%;
  top: 9vh;
  padding: 2em;
  overflow: auto;
  overflow-x: hidden;
}

.screen-adminlog {
  width: 460px;
  height: 600px;
  height: 80vh;
  top: 12%;
  top: 8vh;
  padding: 2em 0.6em;
  overflow: auto;
  overflow-x: hidden;
}

/*Dealer Setup Add/Edit*/
input.button-inline {
  min-width: 3em;
  height: 2.7em;
}

.div-conditional {
  padding-left: 1em;
}

.field-label {
  font-size: 1.1em;
  padding-top: 10px;
  padding-right: 1em;
  font-weight: bold;
}

.checkbox-button {
  display: inline-block;
  margin: 4px;
  padding: 4px;
  width: 190px;
}

.rounded {
  border-radius: 5px;
}

.gradient-gray {
  /* these will reset other properties, like background-position, but it does know what you mean */
  background: #fff;
  background: linear-gradient(#fff, #ddd);
  /* can be treated like a fallback */
  background-color: #fff;
  /* will be "on top", if browser supports it */
  background-image: linear-gradient(#fff, #ddd);
}

.button-special {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #eee;
  border: solid #ccc 2px;
  border-radius: 5px;
  color: #333;
  cursor: default;
  display: block;
  font-size: 1em;
  margin-top: 4px;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
  font-weight: bold;
  min-width: 14em;
}

@media screen and (max-width: 736px) {
  .button-special {
    min-width: 24.5em;
  }
}

.button-special.down {
  background: #aac9de;
  border: solid #3498db 2px;
}

input[type=radio].css-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  left: -1000px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

input[type=radio].css-checkbox + label.cssradio-label {
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  height: 19px;
  line-height: 19px;
  margin-bottom: 4px;
  padding-left: 24px;
  padding-right: 18px;
  /* space after each option */
  vertical-align: middle;
}

input[type=radio].css-checkbox:checked + label.cssradio-label {
  background-position: 0 -19px;
}

label.cssradio-label {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-image: url(../../Images/cssradio.png);
  user-select: none;
}

input[type=checkbox].css-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  left: -1000px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

input[type=checkbox].css-checkbox + label.csscheckbox-label {
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 20px;
  line-height: 20px;
  margin-bottom: 4px;
  padding-left: 25px;
  padding-right: 18px;
  /* space after each option */
  vertical-align: middle;
  color: #333;
  font-weight: normal;
}

input[type=checkbox].css-checkbox:checked + label.csscheckbox-label {
  background-position: 0 -20px;
}

label.csscheckbox-label {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-image: url(../../Images/csscheckbox.png);
  user-select: none;
}

select.PrettyTextbox22 {
  height: 2.4em;
}

.height2em {
  height: 2em !important;
}

@media screen and (max-width: 720px) {
  .ui-helper-clearfix > .left.shadow {
    margin-left: 1em;
  }
}

/*Home/Account*/
.tabbable ul li {
  font-size: 0.85em;
}

table.styled, #house-productaccess, #dealer-productaccess {
  font-size: 0.85em;
  color: #666;
}

/*account info*/
select:disabled {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.screen-changepassword {
  width: 700px;
  height: 660px;
  top: 10%;
}

/*Contact Us*/
.required, input.required {
  border: solid 1px rgba(124, 128, 129, 0.8);
}

input.required, select.required {
  border-left: 3px #b94a48 solid;
}

/*FAQ CSS */
.faq-tab-bottom {
  text-align: center;
  width: 95%;
  font-size: 1.1em;
  cursor: pointer;
  padding: 6px;
  margin-top: 20px;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
  background: -moz-linear-gradient(center top, #ffffff 5%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #666666;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}

.faq-tab-bottom:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center top, #f6f6f6 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
  background-color: #f6f6f6;
}

.faq-panel {
  position: absolute;
  z-index: 3;
  top: 60px;
  width: 918px;
  text-align: left;
  background-color: #d9e7f7;
  border: solid 1px #c3c3c3;
  padding: 16px;
  padding-bottom: 9px;
  display: none;
}

.faq-question {
  cursor: pointer;
  text-decoration: underline;
  color: #296496;
  font-size: 1em;
  font-weight: bold;
  padding-top: 0.8em;
  padding-bottom: 0.3em;
}

.faq-answer {
  font-weight: normal;
}

.faq-link {
  background: #fff url(images/icn_help_right.gif) no-repeat;
  height: 20px;
  width: 20px;
  float: left;
  margin-left: 6px;
  cursor: pointer;
}

.faq-tab {
  margin-top: 0px;
  border: solid 1px #ccc;
  border-bottom: solid 0px #ccc;
  height: 29px;
  padding-top: 16px;
  position: relative;
  z-index: 4;
  width: 50px;
  text-align: center;
  background-color: #d9e7f7;
  float: left;
  left: 9em;
  font-size: 1.3em;
  font-weight: bold;
  cursor: pointer;
}

/*Login*/
#logoimage {
  background: #fff url(images/logo.png) no-repeat;
  width: 220px;
  height: 57px;
  margin: 0.5em;
}

/*Dealersetup workflow*/
.remove, .remove:hover {
  background-image: url("Images/cross.png");
  background-repeat: no-repeat;
  background-position: left center;
  border-color: #eee;
  padding: 0 2px 0 20px;
  margin-right: 1em;
  text-align: left;
}

/*COntacts*/
.screen-newcontact {
  width: 400px;
  height: 300px;
  top: 10%;
}

.screen-contactdetail {
  width: 380px;
  height: 470px;
  top: 10%;
}

#page-action-container {
  padding: 1px;
  padding-top: 4px;
  padding-bottom: 8px;
  overflow: hidden;
}

.button.back {
  padding-left: 32px;
  background: #527eab url(images/arrow_blue_left.png) 3px center no-repeat;
  margin-bottom: 0.5em;
  color: #fff;
  line-height: 2.7em;
}

.button.back:hover {
  background: #527eab url(images/arrow_blue_left.png) 3px center no-repeat;
}

/* Change Forms */
.popupMessage {
  background-color: #FFFFFF;
  border-bottom: solid #909090 1px;
  border-left: solid #B0B0B0 1px;
  border-right: solid #909090 1px;
  border-top: solid #B0B0B0 1px;
  padding: 20px;
  text-align: center;
}

/* KPP/PPP - Rate detail*/
.number-circle {
  border-radius: 999px;
  behavior: url(PIE.htc);
  width: 1.6em;
  height: 1.6em;
  padding-top: .15em;
  margin-top: -0.1em;
  margin-right: 0.4em;
  background: #fff;
  border: 3px solid #527eab;
  color: #527eab;
  text-align: center;
  font-size: 1.75em;
}

.button.customer-off, .button.customer-on {
  width: 20px;
  border-color: #999999;
  background: url(Images/icon_customer_off.png) no-repeat;
  height: 18px;
  width: 18px;
  color: #444;
  padding-top: 4px;
  text-decoration: none;
  margin-top: -3px;
}

.button.customer-on {
  background: url(Images/icon_customer_on.png) no-repeat;
}

#slidedown {
  background: #fff;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  margin-bottom: 20px;
}

.tabcontainer {
  border-top: solid 2px #aaa;
}

.tab {
  height: 20px;
  width: 300px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  background: #aaa url("images/slideup.png") no-repeat right top;
  font-weight: bold;
  padding: 2px;
}

.closed {
  background: #aaa url("images/slidedown.png") no-repeat right bottom;
}

#slidecontent {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.screen-newcustomer {
  width: 500px;
  height: 600px;
  top: 10%;
}

/* Agreement List*/
.notice-page {
  clear: both;
  text-align: center;
  box-shadow: 0.1em 0.1em 0.1em 0.1em #ccc;
  padding: 0.3em;
}

/* Agreement Detail*/
[id$="AdditionalValueList"] > span {
  display: inline-block;
  min-width: 50%;
}

@media screen and (max-width: 840px) {
  [id$="AdditionalValueList"] > span {
    width: 100%;
  }
}

.notificationRibbon {
  background: #66666a;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 100%;
}

.notificationTitle {
  background: white;
  padding: 2px 9px;
  border-radius: 12px;
  margin: 5px;
  display: inline-block;
  font-weight: bold;
  color: black;
}

/*common*/
.space-right {
  margin-right: 1em;
}

.pad-right {
  padding-right: 1em;
}

.pad-righti {
  padding-right: 1em !important;
}

.pad-right-3em {
  padding-right: 3em;
}

.pad-left {
  padding-left: 1em;
}

.pad-right-0 {
  padding-right: 0;
}

.width-14em {
  width: 14em;
}

.section-header {
  font-size: 1.8em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.margin-top {
  margin-top: 2em;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-none {
  display: none;
}

.resize-vertical {
  resize: vertical;
}

.greenback, .yellowback, .redback, .greyback {
  font-weight: bold;
  border-radius: 3px;
  width: 82px;
}

.green-legend, .yellow-legend, .red-legend, .grey-legend {
  padding: 0.2em 0.5em;
  height: 0.5em;
  max-width: 6em;
}

.green-legend {
  background-color: #008000;
}

.yellow-legend {
  background-color: #ffd851;
}

.red-legend {
  background-color: red;
}

.grey-legend {
  background-color: #b1b2b4;
}

.greenback {
  background-color: #008000;
  border: #008000 solid 1px;
  color: white;
}

.yellowback {
  background-color: #ffd851;
  border: #EFCF55 solid 1px;
  color: #000;
}

.redback {
  background-color: red;
  border: red solid 1px;
  color: white;
}

.greyback {
  background-color: #b1b2b4;
  border: #b1b2b4 solid 1px;
  color: black;
}

.pageNotice {
  -moz-animation: reveal-banner 0.7s 0.1s ease-in;
  -webkit-animation: reveal-banner 0.7s 0.1s ease-in;
  -ms-animation: reveal-banner 0.7s 0.1s ease-in;
  animation: reveal-banner 0.7s 0.1s ease-in;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: #efefef;
  font-weight: bold;
  text-align: center;
}

.smallLightShadow {
  box-shadow: 3px 3px 4px 2px #ccc;
}

.marginBottom1em {
  margin-bottom: 1em;
}

.marginBottom2em {
  margin-bottom: 2em;
}

.marginBottom1dot5em {
  margin-bottom: 1.5em;
}

.marginRight1em {
  margin-right: 1em;
}

.display-flex {
  display: flex;
}

.margin-left1em {
  margin-left: 1em;
}

.border-none {
  border: none;
}

.border-none, input[type="text"].border-none {
  border: none;
}

.setupformLine {
  border-top: solid 2px #999;
}

.button-height {
  height: 35px;
}

.width-10em, input[type="text"].width-10em {
  width: 10em;
}

.input-moveup-dot06em {
  position: relative;
  top: -.06em;
}

.marginTop1em {
  margin-top: 1em;
}

.marginTop2em {
  margin-top: 2em;
}

.marginTop1dot7em {
  margin-top: 1.7em;
}

.nowrap {
  white-space: nowrap;
}

.max-width600px {
  max-width: 600px;
}

.paddot5em {
  padding: 0.5em;
}

.pad1em {
  padding: 1em;
}

.pad1dot5em {
  padding: 1.5em;
}

.pad-top-dot5em {
  padding-top: .5em !important;
}

.pad-top0 {
  padding-top: 0;
}

.pad-top0i {
  padding-top: 0 !important;
}

.paddingTop1em {
  padding-top: 1em;
}

.overflowAuto {
  overflow: auto;
}

.overflow-hidden {
    overflow: hidden !important;
}

.underline {
  text-decoration: underline;
}

.disabled {
  background-color: #eee !important;
  border-color: #ddd !important;
}

.borderRed {
  border: solid red;
}

.line-height-2dot6 {
  line-height: 2.6em;
}

.input-group {
    position: relative;
    display: flex;
    border: 1px solid rgba(124, 128, 129, 0.9) !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 100%;
    align-items: stretch;
    flex-wrap: nowrap;
    height: 2.5rem;
}

.input-group-text {
    box-sizing: content-box;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(82,126,171,.3);
    border: 0 none;
    border-right: inherit;
}

.input-group-control {
    background: rgba(82,126,171,.05) !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none !important;
    flex-grow: 1;
    height: 100% !important;
}

.input-group-control input,
.input-group-control select {
    background: inherit !important;
    border: 0 none !important;
    height: 100% !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.d-flex {
    display: flex !important;
    flex-direction: row !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-flex-end {
    justify-content: flex-end !important;
}

.justify-space-between {
    justify-content: space-between !important;
}

.align-items-baseline {
    align-content: baseline;
    align-items: baseline;
}

.gap-1rem {
    row-gap: 1rem !important;
    column-gap: 1rem !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.no-border {
    border: 0 none !important;
}

.width-min-content {
    width: min-content !important;
}

.no-min-width {
    min-width: 0 !important;
}

.full-width {
    width: 100% !important;
}

.full-height {
    height: 100% !important;
}

.width-10 {
    width: 10% !important;
}

.width-20 {
    width: 20% !important;
}

.width-50 {
    width: 50% !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}


.min-width-50 {
    min-width: 50% !important;
}

.panel {
    padding: 0;
    border: 1px solid #ccc;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.panel-heading {
    background: rgba(82,126,171,.3);
    height: 2.5rem;
    padding: 0.50rem 0.50rem;
    font-weight: bolder;
    border: 0 none;
    border-bottom: 1px solid #ccc;
}

.panel-heading > * {
    padding: 0 !important;
}

.panel-body {

}

.panel-body > .igg_Windows7Control,
.panel-body > .ig_Windows7Control {
    border-right: 0 none !important;
    border-bottom: 0 none !important;
    border-left: 0 none !important;
}

.no-text-wrap {
    white-space: nowrap !important;
    text-wrap: nowrap !important;
}

.no-text-decoration {
    text-decoration: none !important;
}

.no-text-decoration > * {
    text-decoration: none !important;
}

.status-active {
    color: darkgreen;
    font-weight: bolder;
}

.status-inactive {
    color: orangered;
    font-weight: bolder;
}

.status-unknown {
    color: slategray;
    font-weight: bolder;
}

.search-bar {
    position: relative !important;
    padding: 0 !important;
}

.search-bar > i {
    position: absolute !important;
    top: 0.7rem;
    left: 0.5rem;
}

.search-bar > input,
.search-bar > input:focus,
.search-bar > input:hover,
.search-bar > input:active,
.search-bar > input:default {
    display: inline-block !important;
    height: 2.2rem !important;
    padding-left: 1.5rem !important;
    background: rgba(82,126,171, .05) !important;
    border: 1px solid #ccc;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-basis-full {
    flex-basis: 100% !important;
}

.flex-no-shrink {
    flex-shrink: 0 !important;
}

.master-dealers .select2-container,
.master-dealers .select2-container--classic {
    height: 100% !important;
    border: 0 none !important;
    padding: 0 !important;
}

.master-dealers .select2-selection,
.master-dealers .select2-selection--single {
    height: 100% !important;
    border: 0 none !important;
    border-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    padding: 0 !important;
}

.master-dealers .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;
    width: 24px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.master-dealers .select2-selection__rendered {
    line-height: 2.5rem !important;
}

.master-dealers-setup .select2-container,
.master-dealers-setup .select2-container--classic {
    height: 100% !important;
    border: 0 none !important;
}

.master-dealers-setup .select2-selection,
.master-dealers-setup .select2-selection--single {
    height: 100% !important;
}

.master-dealers-setup .select2-selection__rendered {
    line-height: 2.5rem !important;
}

.master-dealers-setup .select2-selection__arrow {
    height: 100% !important;
    width: 24px !important;
    top: 0 !important;
    right: 0 !important;
}

.padding-inherit {
    padding: inherit !important;
}

.notification-panel-on-save-form {
    text-align: center;
    text-decoration: none;
    background-color: #b9f6ca;
    font-weight: bold;
    border: 1px dashed darkgreen;
}