body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*legend{color:#000;} WHY? I wanted it to inherit the color of that area */
body {
  font: 0.813em/1.231 verdana, arial, helvetica, clean, sans-serif;
  /* 13px/16px */
}
table {
  width: auto;
  border: none;
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
/* Fix for Tiny MCE Editor*/
div.contextMenu table {
  width: auto;
}
div.contextMenu table td {
  vertical-align: top;
}
/* Subscript Superscript fix */
.Site sup,
.Site sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
.Site sup {
  bottom: 1ex;
}
.Site sub {
  top: 0.5ex;
}
/* For column (floating div) templates to work, tag must have no top-spacing */
P {
  margin: 0 0 1em;
}
em strong {
  font-style: italic;
}
.bs-only,
.responsive-only {
  display: none;
}
.Site .template .row {
  margin: 0;
}
.ewAdmin #adminHeader .preview {
  padding-top: 24px!important;
}
/*!
 * jQuery UI Bootstrap (0.5)
 * http://addyosmani.github.com/jquery-ui-bootstrap
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  /*display: inline-block; */
  display: block;
  min-height: 0;
  /* support: IE7 */
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI Resizable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/resizable/
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
 * jQuery UI Selectable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/selectable/
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI CSS Framework 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * 
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/ewcommon/bs3/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
  color: #404040;
}
.ui-widget-content a {
  color: #404040;
}
.ui-widget-header {
  font-weight: bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #666;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
  overflow: visible;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  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 {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight p,
.ui-state-error p,
.ui-state-default p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 7px 15px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  position: relative;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.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 {
  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.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: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/ewcommon/bs3/css/custom-theme/images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(/ewcommon/bs3/css/custom-theme/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/ewcommon/bs3/css/custom-theme/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/ewcommon/bs3/css/custom-theme/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/ewcommon/bs3/css/custom-theme/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/ewcommon/bs3/css/custom-theme/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/ewcommon/bs3/css/custom-theme/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/ewcommon/bs3/css/custom-theme/images/ui-icons_f6cf3b_256x240.png);
}
.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(/ewcommon/bs3/css/custom-theme/images/ui-icons_888888_256x240.png) !important;
  background-position: -80px -128px !important;
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  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 {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(/ewcommon/bs3/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/ewcommon/bs3/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/*
 * jQuery UI Accordion 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/accordion/
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
  font-weight: bold;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 1.7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/autocomplete/
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
/*
 * jQuery UI Button 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-button-success {
  color: #ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-button-error {
  color: #ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
  /*tempfix*/
  display: none;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  top: 50%;
  margin-top: -3px;
  margin-bottom: 3px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.4em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Menu 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: 0;
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/* Fix problem with border in ui-state-active */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px 0.4em;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-menu {
  width: 200px;
  margin-bottom: 2em;
}
/*
 * jQuery UI spinner 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
/* vertical centre icon */
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
/*
 * jQuery UI Dialog 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
  outline: 0;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /*left: 50%;
  margin-left: -280px;*/
  outline: medium none;
  position: fixed;
  /*top: 10%;
  width: 560px;*/
  z-index: 1050;
}
.ui-dialog .ui-dialog-titlebar {
  /*padding: .4em 1em;*/
  position: relative;
  border: 0px 0px 0px 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration: none;
  background: none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 1px solid #ccc;
}
.ui-dialog .ui-dialog-title {
  float: left;
  color: #404040;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -20px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  background: none;
  border-width: 0;
  border: none;
  box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  text-indent: 9999px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 1px;
  filter: alpha(opacity=90);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  background-color: #f5f5f5;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*
 * jQuery UI Tabs 1.9.2
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
.ui-tabs .ui-tabs-nav {
  background: none;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
  border: 0px;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav li:hover,
.ui-tabs .ui-tabs-nav li a:hover {
  background: whiteSmoke;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
  color: #00438A;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
  border-bottom: 1px solid #DDD;
}
.ui-tabs .ui-tabs-nav li {
  text-decoration: none;
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  padding: 0px 0px 1px 0px;
  white-space: nowrap;
  background: none;
  border: 0px;
}
.ui-tabs-nav .ui-state-default {
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 0px #ffffff;
  /* FF3.5 - 3.6 */
  box-shadow: 0px 0px 0px #ffffff;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  cursor: text;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0px;
  outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
  color: gray;
  outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  background-color: #ffffff;
  outline: none;
  border: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
  background: #ffffff;
  outline: none;
  margin-bottom: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
  color: #0069D6;
  background: none;
  font-weight: normal;
  margin-bottom: -1px;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs-panel .ui-button {
  text-decoration: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/* IE fix for background inheritance from ui-widget*/
.ui-tabs .ui-tabs-nav li {
  filter: none;
}
/*
 * jQuery UI Tooltip 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -o-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  /*box-shadow: 0 2px 5px #ddd;*/
  box-shadow: inset 0 1px 0 #ffffff;
}
body .ui-tooltip {
  border-width: 2px;
}
/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border: 0px;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  /*top: 1px;*/
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  /*left:1px;*/
}
.ui-datepicker .ui-datepicker-next-hover {
  /*right:1px;*/
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* 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 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-datepicker th {
  font-weight: bold;
  color: gray;
}
.ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff;
}
.ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0px;
}
.ui-datepicker td a {
  margin-bottom: 0px;
  border: 0px;
}
.ui-datepicker td:hover {
  color: #ffffff;
}
.ui-datepicker td .ui-state-default {
  border: 0px;
  background: none;
  margin-bottom: 0px;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}
.ui-datepicker td .ui-state-active {
  background: #BFBFBF;
  margin-bottom: 0px;
  font-size: normal;
  text-shadow: 0px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-datepicker td .ui-state-hover {
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
  /*this can be removed if ui-widget-header is blue*/
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/*** Input field styling from Bootstrap **/
input,
textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/**Toolbar**/
.ui-toolbar {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
/***Dialog fixes**/
.ui-dialog-buttonset .ui-button:nth-child(2) {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  overflow: visible;
}
/***Wijmo Theming**/
div.wijmo-wijmenu {
  padding: 0 20px;
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wijmo-wijmenu .ui-state-default {
  box-shadow: none;
  color: #BFBFBF;
}
.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
  color: #BFBFBF;
}
.wijmo-wijmenu .ui-state-hover {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text {
  color: #ffffff;
}
div.wijmo-wijmenu .ui-widget-header h3 {
  position: relative;
  margin-top: 1px;
  padding: 0;
}
.wijmo-wijmenu h3 a {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top: 1px;
  padding: 8px 20px 12px;
}
.wijmo-wijmenu h3 a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  text-decoration: none;
}
.wijmo-wijmenu .ui-widget-header {
  border: 0px;
}
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
  padding: 0.3em 0;
}
div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child {
  background: #333;
  border: 0;
  margin: 0;
  padding: 6px 0;
  width: 160px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
div.wijmo-wijmenu .wijmo-wijmenu-item {
  margin: 0;
  border: 0;
}
.wijmo-wijmenu a.wijmo-wijmenu-link {
  margin: 0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
  display: block;
  float: none;
  padding: 4px 15px;
  width: auto;
}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text {
  float: none;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator {
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width: 100px;
}
.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}
.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #FFFFFF;
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #FFFFFF;
}
.wijmo-wijmenu .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  text-shadow: none;
}
.wijmo-wijmenu .ui-state-default {
  box-shadow: none;
  color: #BFBFBF;
  filter: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/ewcommon/icons/fa/fonts//fontawesome-webfont.eot?v=4.7.0');
  src: url('/ewcommon/icons/fa/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/ewcommon/icons/fa/fonts//fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/ewcommon/icons/fa/fonts//fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/ewcommon/icons/fa/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/ewcommon/icons/fa/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'icomoon';
  font-display: swap;
  src: url('/ewcommon/icons/icoMoon/fonts/icomoon.eot');
  src: url('/ewcommon/icons/icoMoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('/ewcommon/icons/icoMoon/fonts/icomoon.ttf') format('truetype'), url('/ewcommon/icons/icoMoon/fonts/icomoon.woff') format('woff'), url('/ewcommon/icons/icoMoon/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e601";
}
.icon-home2:before {
  content: "\e602";
}
.icon-home3:before {
  content: "\e603";
}
.icon-office:before {
  content: "\e600";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelop:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoom-in:before {
  content: "\e680";
}
.icon-zoom-out:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-power-cord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-left-toright:before {
  content: "\e74e";
}
.icon-right-toleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-new-tab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-google-plus:before {
  content: "\e764";
}
.icon-google-plus2:before {
  content: "\e765";
}
.icon-google-plus3:before {
  content: "\e766";
}
.icon-google-plus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-doc:before {
  content: "\e7b4";
}
.icon-file-docx:before {
  content: "\e7b4";
}
.icon-file-rtf:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-xls:before {
  content: "\e7b5";
}
.icon-file-xlsx:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.icon-store:before {
  content: "\e7c3";
}
.icon-out:before {
  content: "\e7c4";
}
.icon-in:before {
  content: "\e7c5";
}
.icon-in-alt:before {
  content: "\e7c6";
}
.icon-home:before {
  content: "\e7c7";
}
.icon-light-bulb:before {
  content: "\e7c8";
}
.icon-anchor:before {
  content: "\e7c9";
}
.icon-feather:before {
  content: "\e7ca";
}
.icon-expand:before {
  content: "\e7cb";
}
.icon-maximize:before {
  content: "\e7cc";
}
.icon-search:before {
  content: "\e7cd";
}
.icon-zoom-in:before {
  content: "\e7ce";
}
.icon-zoom-out:before {
  content: "\e7cf";
}
.icon-add:before {
  content: "\e7d0";
}
.icon-subtract:before {
  content: "\e7d1";
}
.icon-exclamation:before {
  content: "\e7d2";
}
.icon-question:before {
  content: "\e7d3";
}
.icon-close:before {
  content: "\e7d4";
}
.icon-cmd:before {
  content: "\e7d5";
}
.icon-forbid:before {
  content: "\e7d6";
}
.icon-book:before {
  content: "\e7d7";
}
.icon-spinner:before {
  content: "\e7d8";
}
.icon-play:before {
  content: "\e7d9";
}
.icon-stop:before {
  content: "\e7da";
}
.icon-pause:before {
  content: "\e7db";
}
.icon-forward:before {
  content: "\e7dc";
}
.icon-rewind:before {
  content: "\e7dd";
}
.icon-sound:before {
  content: "\e7de";
}
.icon-sound-alt:before {
  content: "\e7df";
}
.icon-sound-off:before {
  content: "\e7e0";
}
.icon-task:before {
  content: "\e7e1";
}
.icon-inbox:before {
  content: "\e7e2";
}
.icon-inbox-alt:before {
  content: "\e7e3";
}
.icon-envelope:before {
  content: "\e7e4";
}
.icon-compose:before {
  content: "\e7e5";
}
.icon-newspaper:before {
  content: "\e7e6";
}
.icon-newspaper-alt:before {
  content: "\e7e7";
}
.icon-clipboard:before {
  content: "\e7e8";
}
.icon-calendar:before {
  content: "\e7e9";
}
.icon-hyperlink:before {
  content: "\e7ea";
}
.icon-trash:before {
  content: "\e7eb";
}
.icon-trash-alt:before {
  content: "\e7ec";
}
.icon-grid:before {
  content: "\e7ed";
}
.icon-grid-alt:before {
  content: "\e7ee";
}
.icon-menu:before {
  content: "\e7ef";
}
.icon-list:before {
  content: "\e7f0";
}
.icon-gallery:before {
  content: "\e7f1";
}
.icon-calculator:before {
  content: "\e7f2";
}
.icon-windows:before {
  content: "\e7f3";
}
.icon-browser:before {
  content: "\e7f4";
}
.icon-alarm:before {
  content: "\e7f5";
}
.icon-clock:before {
  content: "\e7f6";
}
.icon-attachment:before {
  content: "\e7f7";
}
.icon-settings:before {
  content: "\e7f8";
}
.icon-portfolio:before {
  content: "\e7f9";
}
.icon-user:before {
  content: "\e7fa";
}
.icon-users:before {
  content: "\e7fb";
}
.icon-heart:before {
  content: "\e7fc";
}
.icon-chat:before {
  content: "\e7fd";
}
.icon-comments:before {
  content: "\e7fe";
}
.icon-screen:before {
  content: "\e7ff";
}
.icon-iphone:before {
  content: "\e800";
}
.icon-ipad:before {
  content: "\e801";
}
.icon-fork-andspoon:before {
  content: "\e802";
}
.icon-fork-andknife:before {
  content: "\e803";
}
.icon-instagram:before {
  content: "\e804";
}
.icon-facebook:before {
  content: "\e805";
}
.icon-delicious:before {
  content: "\e806";
}
.icon-googleplus:before {
  content: "\e807";
}
.icon-dribbble:before {
  content: "\e808";
}
.icon-pin:before {
  content: "\e809";
}
.icon-pin-alt:before {
  content: "\e80a";
}
.icon-camera:before {
  content: "\e80b";
}
.icon-brightness:before {
  content: "\e80c";
}
.icon-brightness-half:before {
  content: "\e80d";
}
.icon-moon:before {
  content: "\e80e";
}
.icon-cloud:before {
  content: "\e80f";
}
.icon-circle-full:before {
  content: "\e810";
}
.icon-circle-half:before {
  content: "\e811";
}
.icon-globe:before {
  content: "\e812";
}
.icon-heart2:before {
  content: "\e813";
}
.icon-cloud2:before {
  content: "\e814";
}
.icon-star:before {
  content: "\e815";
}
.icon-tv:before {
  content: "\e816";
}
.icon-sound2:before {
  content: "\e817";
}
.icon-video:before {
  content: "\e818";
}
.icon-trash2:before {
  content: "\e819";
}
.icon-user2:before {
  content: "\e81a";
}
.icon-key:before {
  content: "\e81b";
}
.icon-search2:before {
  content: "\e81c";
}
.icon-settings2:before {
  content: "\e81d";
}
.icon-camera2:before {
  content: "\e81e";
}
.icon-tag:before {
  content: "\e81f";
}
.icon-lock:before {
  content: "\e820";
}
.icon-bulb:before {
  content: "\e821";
}
.icon-pen:before {
  content: "\e822";
}
.icon-diamond:before {
  content: "\e823";
}
.icon-display:before {
  content: "\e824";
}
.icon-location:before {
  content: "\e825";
}
.icon-eye:before {
  content: "\e826";
}
.icon-bubble:before {
  content: "\e827";
}
.icon-stack:before {
  content: "\e828";
}
.icon-cup:before {
  content: "\e829";
}
.icon-phone:before {
  content: "\e82a";
}
.icon-news:before {
  content: "\e82b";
}
.icon-mail:before {
  content: "\e82c";
}
.icon-like:before {
  content: "\e82d";
}
.icon-photo:before {
  content: "\e82e";
}
.icon-note:before {
  content: "\e82f";
}
.icon-clock2:before {
  content: "\e830";
}
.icon-paperplane:before {
  content: "\e831";
}
.icon-params:before {
  content: "\e832";
}
.icon-banknote:before {
  content: "\e833";
}
.icon-data:before {
  content: "\e834";
}
.icon-music:before {
  content: "\e835";
}
.icon-megaphone:before {
  content: "\e836";
}
.icon-study:before {
  content: "\e837";
}
.icon-lab:before {
  content: "\e838";
}
.icon-food:before {
  content: "\e839";
}
.icon-t-shirt:before {
  content: "\e83a";
}
.icon-fire:before {
  content: "\e83b";
}
.icon-clip:before {
  content: "\e83c";
}
.icon-shop:before {
  content: "\e83d";
}
.icon-calendar2:before {
  content: "\e83e";
}
.icon-wallet:before {
  content: "\e83f";
}
.icon-vynil:before {
  content: "\e840";
}
.icon-truck:before {
  content: "\e841";
}
.icon-world:before {
  content: "\e842";
}
.icon-phone2:before {
  content: "\e843";
}
.icon-mobile:before {
  content: "\e844";
}
.icon-mouse:before {
  content: "\e845";
}
.icon-directions:before {
  content: "\e846";
}
.icon-mail2:before {
  content: "\e847";
}
.icon-paperplane2:before {
  content: "\e848";
}
.icon-pencil:before {
  content: "\e849";
}
.icon-feather2:before {
  content: "\e84a";
}
.icon-paperclip:before {
  content: "\e84b";
}
.icon-drawer:before {
  content: "\e84c";
}
.icon-reply:before {
  content: "\e84d";
}
.icon-reply-all:before {
  content: "\e84e";
}
.icon-forward2:before {
  content: "\e84f";
}
.icon-user3:before {
  content: "\e850";
}
.icon-users2:before {
  content: "\e851";
}
.icon-user-add:before {
  content: "\e852";
}
.icon-vcard:before {
  content: "\e853";
}
.icon-export:before {
  content: "\e854";
}
.icon-location2:before {
  content: "\e855";
}
.icon-map:before {
  content: "\e856";
}
.icon-compass:before {
  content: "\e857";
}
.icon-location3:before {
  content: "\e858";
}
.icon-target:before {
  content: "\e859";
}
.icon-share:before {
  content: "\e85a";
}
.icon-sharable:before {
  content: "\e85b";
}
.icon-heart3:before {
  content: "\e85c";
}
.icon-heart4:before {
  content: "\e85d";
}
.icon-star2:before {
  content: "\e85e";
}
.icon-star3:before {
  content: "\e85f";
}
.icon-thumbs-up:before {
  content: "\e860";
}
.icon-thumbs-down:before {
  content: "\e861";
}
.icon-chat2:before {
  content: "\e862";
}
.icon-comment:before {
  content: "\e863";
}
.icon-quote:before {
  content: "\e864";
}
.icon-house:before {
  content: "\e865";
}
.icon-popup:before {
  content: "\e866";
}
.icon-search3:before {
  content: "\e867";
}
.icon-flashlight:before {
  content: "\e868";
}
.icon-printer:before {
  content: "\e869";
}
.icon-bell:before {
  content: "\e86a";
}
.icon-link:before {
  content: "\e86b";
}
.icon-flag:before {
  content: "\e86c";
}
.icon-cog:before {
  content: "\e86d";
}
.icon-tools:before {
  content: "\e86e";
}
.icon-trophy:before {
  content: "\e86f";
}
.icon-tag2:before {
  content: "\e870";
}
.icon-camera3:before {
  content: "\e871";
}
.icon-megaphone2:before {
  content: "\e872";
}
.icon-moon2:before {
  content: "\e873";
}
.icon-palette:before {
  content: "\e874";
}
.icon-leaf:before {
  content: "\e875";
}
.icon-music2:before {
  content: "\e876";
}
.icon-music3:before {
  content: "\e877";
}
.icon-new:before {
  content: "\e878";
}
.icon-graduation:before {
  content: "\e879";
}
.icon-book2:before {
  content: "\e87a";
}
.icon-newspaper2:before {
  content: "\e87b";
}
.icon-bag:before {
  content: "\e87c";
}
.icon-airplane:before {
  content: "\e87d";
}
.icon-lifebuoy:before {
  content: "\e87e";
}
.icon-eye2:before {
  content: "\e87f";
}
.icon-clock3:before {
  content: "\e880";
}
.icon-microphone:before {
  content: "\e881";
}
.icon-calendar3:before {
  content: "\e882";
}
.icon-bolt:before {
  content: "\e883";
}
.icon-thunder:before {
  content: "\e884";
}
.icon-droplet:before {
  content: "\e885";
}
.icon-cd:before {
  content: "\e886";
}
.icon-briefcase:before {
  content: "\e887";
}
.icon-air:before {
  content: "\e888";
}
.icon-hourglass:before {
  content: "\e889";
}
.icon-gauge:before {
  content: "\e88a";
}
.icon-language:before {
  content: "\e88b";
}
.icon-network:before {
  content: "\e88c";
}
.icon-key2:before {
  content: "\e88d";
}
.icon-battery:before {
  content: "\e88e";
}
.icon-bucket:before {
  content: "\e88f";
}
.icon-magnet:before {
  content: "\e890";
}
.icon-drive:before {
  content: "\e891";
}
.icon-cup2:before {
  content: "\e892";
}
.icon-rocket:before {
  content: "\e893";
}
.icon-brush:before {
  content: "\e894";
}
.icon-suitcase:before {
  content: "\e895";
}
.icon-cone:before {
  content: "\e896";
}
.icon-earth:before {
  content: "\e897";
}
.icon-keyboard:before {
  content: "\e898";
}
.icon-browser2:before {
  content: "\e899";
}
.icon-publish:before {
  content: "\e89a";
}
.icon-progress-3:before {
  content: "\e89b";
}
.icon-progress-2:before {
  content: "\e89c";
}
.icon-brogress-1:before {
  content: "\e89d";
}
.icon-progress-0:before {
  content: "\e89e";
}
.icon-sun:before {
  content: "\e89f";
}
.icon-sun2:before {
  content: "\e8a0";
}
.icon-adjust:before {
  content: "\e8a1";
}
.icon-code:before {
  content: "\e8a2";
}
.icon-screen2:before {
  content: "\e8a3";
}
.icon-infinity:before {
  content: "\e8a4";
}
.icon-light-bulb2:before {
  content: "\e8a5";
}
.icon-credit-card:before {
  content: "\e8a6";
}
.icon-database:before {
  content: "\e8a7";
}
.icon-voicemail:before {
  content: "\e8a8";
}
.icon-clipboard2:before {
  content: "\e8a9";
}
.icon-cart:before {
  content: "\e8aa";
}
.icon-box:before {
  content: "\e8ab";
}
.icon-ticket:before {
  content: "\e8ac";
}
.icon-rss:before {
  content: "\e8ad";
}
.icon-signal:before {
  content: "\e8ae";
}
.icon-thermometer:before {
  content: "\e8af";
}
.icon-droplets:before {
  content: "\e8b0";
}
.icon-uniE8B1:before {
  content: "\e8b1";
}
.icon-statistics:before {
  content: "\e8b2";
}
.icon-pie:before {
  content: "\e8b3";
}
.icon-bars:before {
  content: "\e8b4";
}
.icon-graph:before {
  content: "\e8b5";
}
.icon-lock2:before {
  content: "\e8b6";
}
.icon-lock-open:before {
  content: "\e8b7";
}
.icon-logout:before {
  content: "\e8b8";
}
.icon-login:before {
  content: "\e8b9";
}
.icon-checkmark:before {
  content: "\e8ba";
}
.icon-cross:before {
  content: "\e8bb";
}
.icon-minus:before {
  content: "\e8bc";
}
.icon-plus:before {
  content: "\e8bd";
}
.icon-cross2:before {
  content: "\e8be";
}
.icon-minus2:before {
  content: "\e8bf";
}
.icon-plus2:before {
  content: "\e8c0";
}
.icon-cross3:before {
  content: "\e8c1";
}
.icon-minus3:before {
  content: "\e8c2";
}
.icon-plus3:before {
  content: "\e8c3";
}
.icon-erase:before {
  content: "\e8c4";
}
.icon-blocked:before {
  content: "\e8c5";
}
.icon-info:before {
  content: "\e8c6";
}
.icon-info2:before {
  content: "\e8c7";
}
.icon-question2:before {
  content: "\e8c8";
}
.icon-help:before {
  content: "\e8c9";
}
.icon-warning:before {
  content: "\e8ca";
}
.icon-cycle:before {
  content: "\e8cb";
}
.icon-cw:before {
  content: "\e8cc";
}
.icon-ccw:before {
  content: "\e8cd";
}
.icon-shuffle:before {
  content: "\e8ce";
}
.icon-arrow:before {
  content: "\e8cf";
}
.icon-arrow2:before {
  content: "\e8d0";
}
.icon-retweet:before {
  content: "\e8d1";
}
.icon-loop:before {
  content: "\e8d2";
}
.icon-history:before {
  content: "\e8d3";
}
.icon-back:before {
  content: "\e8d4";
}
.icon-switch:before {
  content: "\e8d5";
}
.icon-list2:before {
  content: "\e8d6";
}
.icon-add-to-list:before {
  content: "\e8d7";
}
.icon-layout:before {
  content: "\e8d8";
}
.icon-list3:before {
  content: "\e8d9";
}
.icon-text:before {
  content: "\e8da";
}
.icon-text2:before {
  content: "\e8db";
}
.icon-document:before {
  content: "\e8dc";
}
.icon-docs:before {
  content: "\e8dd";
}
.icon-landscape:before {
  content: "\e8de";
}
.icon-pictures:before {
  content: "\e8df";
}
.icon-video2:before {
  content: "\e8e0";
}
.icon-music4:before {
  content: "\e8e1";
}
.icon-folder:before {
  content: "\e8e2";
}
.icon-archive:before {
  content: "\e8e3";
}
.icon-trash3:before {
  content: "\e8e4";
}
.icon-upload:before {
  content: "\e8e5";
}
.icon-download:before {
  content: "\e8e6";
}
.icon-disk:before {
  content: "\e8e7";
}
.icon-install:before {
  content: "\e8e8";
}
.icon-cloud3:before {
  content: "\e8e9";
}
.icon-upload2:before {
  content: "\e8ea";
}
.icon-bookmark:before {
  content: "\e8eb";
}
.icon-bookmarks:before {
  content: "\e8ec";
}
.icon-book3:before {
  content: "\e8ed";
}
.icon-play2:before {
  content: "\e8ee";
}
.icon-pause2:before {
  content: "\e8ef";
}
.icon-record:before {
  content: "\e8f0";
}
.icon-stop2:before {
  content: "\e8f1";
}
.icon-next:before {
  content: "\e8f2";
}
.icon-previous:before {
  content: "\e8f3";
}
.icon-first:before {
  content: "\e8f4";
}
.icon-last:before {
  content: "\e8f5";
}
.icon-resize-enlarge:before {
  content: "\e8f6";
}
.icon-resize-shrink:before {
  content: "\e8f7";
}
.icon-volume:before {
  content: "\e8f8";
}
.icon-sound3:before {
  content: "\e8f9";
}
.icon-mute:before {
  content: "\e8fa";
}
.icon-flow-cascade:before {
  content: "\e8fb";
}
.icon-flow-branch:before {
  content: "\e8fc";
}
.icon-flow-tree:before {
  content: "\e8fd";
}
.icon-flow-line:before {
  content: "\e8fe";
}
.icon-flow-parallel:before {
  content: "\e8ff";
}
.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-down:before {
  content: "\e901";
}
.icon-arrow-up--upload:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
.icon-arrow-left2:before {
  content: "\e904";
}
.icon-arrow-down2:before {
  content: "\e905";
}
.icon-arrow-up:before {
  content: "\e906";
}
.icon-arrow-right2:before {
  content: "\e907";
}
.icon-arrow-left3:before {
  content: "\e908";
}
.icon-arrow-down3:before {
  content: "\e909";
}
.icon-arrow-up2:before {
  content: "\e90a";
}
.icon-arrow-right3:before {
  content: "\e90b";
}
.icon-arrow-left4:before {
  content: "\e90c";
}
.icon-arrow-down4:before {
  content: "\e90d";
}
.icon-arrow-up3:before {
  content: "\e90e";
}
.icon-arrow-right4:before {
  content: "\e90f";
}
.icon-arrow-left5:before {
  content: "\e910";
}
.icon-arrow-down5:before {
  content: "\e911";
}
.icon-arrow-up4:before {
  content: "\e912";
}
.icon-arrow-right5:before {
  content: "\e913";
}
.icon-arrow-left6:before {
  content: "\e914";
}
.icon-arrow-down6:before {
  content: "\e915";
}
.icon-arrow-up5:before {
  content: "\e916";
}
.icon-arrow-right6:before {
  content: "\e917";
}
.icon-arrow-left7:before {
  content: "\e918";
}
.icon-arrow-down7:before {
  content: "\e919";
}
.icon-arrow-up6:before {
  content: "\e91a";
}
.icon-uniE91B:before {
  content: "\e91b";
}
.icon-arrow-left8:before {
  content: "\e91c";
}
.icon-arrow-down8:before {
  content: "\e91d";
}
.icon-arrow-up7:before {
  content: "\e91e";
}
.icon-arrow-right7:before {
  content: "\e91f";
}
.icon-menu2:before {
  content: "\e920";
}
.icon-ellipsis:before {
  content: "\e921";
}
.icon-dots:before {
  content: "\e922";
}
.icon-dot:before {
  content: "\e923";
}
.icon-cc:before {
  content: "\e924";
}
.icon-cc-by:before {
  content: "\e925";
}
.icon-cc-nc:before {
  content: "\e926";
}
.icon-cc-nc-eu:before {
  content: "\e927";
}
.icon-cc-nc-jp:before {
  content: "\e928";
}
.icon-cc-sa:before {
  content: "\e929";
}
.icon-cc-nd:before {
  content: "\e92a";
}
.icon-cc-pd:before {
  content: "\e92b";
}
.icon-cc-zero:before {
  content: "\e92c";
}
.icon-cc-share:before {
  content: "\e92d";
}
.icon-cc-share2:before {
  content: "\e92e";
}
.icon-daniel-bruce:before {
  content: "\e92f";
}
.icon-daniel-bruce2:before {
  content: "\e930";
}
.icon-github:before {
  content: "\e931";
}
.icon-github2:before {
  content: "\e932";
}
.icon-flickr:before {
  content: "\e933";
}
.icon-flickr2:before {
  content: "\e934";
}
.icon-vimeo:before {
  content: "\e935";
}
.icon-vimeo2:before {
  content: "\e936";
}
.icon-twitter:before {
  content: "\e937";
}
.icon-twitter2:before {
  content: "\e938";
}
.icon-facebook2:before {
  content: "\e939";
}
.icon-facebook3:before {
  content: "\e93a";
}
.icon-facebook4:before {
  content: "\e93b";
}
.icon-googleplus2:before {
  content: "\e93c";
}
.icon-googleplus3:before {
  content: "\e93d";
}
.icon-pinterest:before {
  content: "\e93e";
}
.icon-pinterest2:before {
  content: "\e93f";
}
.icon-tumblr:before {
  content: "\e940";
}
.icon-tumblr2:before {
  content: "\e941";
}
.icon-linkedin:before {
  content: "\e942";
}
.icon-linkedin2:before {
  content: "\e943";
}
.icon-dribbble2:before {
  content: "\e944";
}
.icon-dribbble3:before {
  content: "\e945";
}
.icon-stumbleupon:before {
  content: "\e946";
}
.icon-stumbleupon2:before {
  content: "\e947";
}
.icon-lastfm:before {
  content: "\e948";
}
.icon-lastfm2:before {
  content: "\e949";
}
.icon-rdio:before {
  content: "\e94a";
}
.icon-rdio2:before {
  content: "\e94b";
}
.icon-spotify:before {
  content: "\e94c";
}
.icon-spotify2:before {
  content: "\e94d";
}
.icon-qq:before {
  content: "\e94e";
}
.icon-instagram2:before {
  content: "\e94f";
}
.icon-dropbox:before {
  content: "\e950";
}
.icon-evernote:before {
  content: "\e951";
}
.icon-flattr:before {
  content: "\e952";
}
.icon-skype:before {
  content: "\e953";
}
.icon-skype2:before {
  content: "\e954";
}
.icon-renren:before {
  content: "\e955";
}
.icon-sina-weibo:before {
  content: "\e956";
}
.icon-paypal:before {
  content: "\e957";
}
.icon-picasa:before {
  content: "\e958";
}
.icon-soundcloud:before {
  content: "\e959";
}
.icon-mixi:before {
  content: "\e95a";
}
.icon-behance:before {
  content: "\e95b";
}
.icon-circles:before {
  content: "\e95c";
}
.icon-vk:before {
  content: "\e95d";
}
.icon-smashing:before {
  content: "\e95e";
}
.fullwidth #isotope-module .module {
  height: auto;
}
/* ################################# Basic list styling ################################# */
#mainLayout ol li {
  margin-left: 20px;
  list-style-position: inside;
  margin-bottom: 1em;
}
#mainLayout ul li {
  list-style: disc;
}
#mainLayout ol li {
  list-style: decimal;
}
#mainLayout .ewXform ol li {
  margin: 0;
  padding: 0;
}
/* ################################# Common Elements and Classes ################################# */
.centerHeading {
  text-align: center;
}
.pointer {
  cursor: pointer;
}
.listItem hr {
  display: none;
}
.hidden {
  display: none !important;
}
/* === Terminus : blank item to stop floating items exceeding their containers === */
.terminus {
  clear: both;
  line-height: 0px;
}
/* WTF - probably another underlying issue for you to need the below. */
/*.listItem .terminus,.detail .terminus{clear:right;}*/
/* ############################ navigation classes ############################ */
.Site .nav ul,
.Site .nav li {
  margin: 0;
  padding: 0;
}
.Site .nav li {
  display: inline;
  list-style: none;
}
.Site .nav ul a {
  display: block;
}
.Site .hnav ul li,
.Site .hnav ul a {
  float: left;
}
/* ############################ generic classes ############################ */
.Site .backlink,
.Site .morelink {
  text-align: right;
  clear: right;
}
.Site .box {
  margin-bottom: 15px;
  height: 1%;
  /* !!!!! Stops full page width boxes breaking in IE6 & 7 - No effect in Moz !!!!! */
}
.Site .boxnotitle .tr {
  font-size: 0;
  line-height: 0;
  min-height: 10px;
}
.Site .discountinfo {
  vertical-align: super;
}
.Site .listItem {
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.Site .listItem IMG.thumbnail,
.Site .listItem IMG.picture,
.Site .detail span.picture {
  float: right;
  margin: 0 0 15px 20px;
}
.Site img.alignleft {
  margin: 0 15px 15px 0;
  float: left;
}
.Site img.alignright,
.Site div.alignright {
  margin: 0 0 15px 15px;
  float: right;
}
.Site .entryFooter {
  clear: both;
}
.Site .GalleryImageList .listItem img.thumbnail {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
.Site .GalleryImageList .listItem span.image {
  display: block;
  text-align: center;
}
.Site .GalleryImageList .listItem span.image {
  display: block;
  text-align: center;
}
.Site .GalleryImageList .listItem h2 {
  text-align: center;
}
.Site .detail span.picture {
  /*Remmed as was causing issue on SKU image changer*/
  /*display:block;*/
}
.Site .detail span.picture span {
  text-align: right;
  display: block;
}
/* Old code for old sotes, but cant have a div in an anchor, so changed to span. */
.Site .detail span.picture div {
  text-align: right;
}
.Site .listItem IMG {
  margin: 15px 15px 0 0;
}
.Site .qtybox {
  width: 35px!important;
  text-align: right;
}
.Site .stepper,
.Site .stepper P {
  margin: 0;
  /* Overrules any other P settings */
  padding: 0 ;
}
.Site .stepper P {
  text-align: right;
}
.Site .template table {
  width: 99%;
}
.Site .textareaReadOnly {
  overflow: scroll;
  height: 8em;
  padding: 0.5em;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 1em;
}
.Site #developerLink a {
  text-decoration: none;
  font-weight: 400;
  float: right;
  padding: 3px 10px;
}
.Site #developerLink a:hover {
  text-decoration: none;
}
/* =##########========== FLASH STUFF ============###########= */
.Site .list .FVPlayer {
  /*    width: 200px;
    float: right; */
  margin-left: 15px;
  margin-bottom: 15px;
}
.Site .detail .FVPlayer OBJECT {
  margin-bottom: 15px;
  z-index: inherit;
}
.Site div#mapWindowContainer {
  visibility: hidden;
}
/* =##########========== POLL STUFF ============###########= */
.Site .pollBar {
  background: #bcbcbc;
  border: 1px solid #000;
  height: 25px;
}
.Site .optionResult {
  padding: 0 0 5px 10px;
}
.Site .pollsubmission {
  padding: 20px 5px 10px 15px;
  text-align: left;
}
.Site .pollsubmission input {
  float: none;
}
.Site ul.sitemap li p {
  padding: 0 0 5px 0 !important;
  margin: 0 !important;
  line-height: 1.3em;
}
/* =##########========== TESTIMONIAL STUFF ============###########= */
.Site .source {
  text-align: right;
}
.Site .sourceName {
  font-weight: bold;
}
/* ##########========== VIDEO STUFF ============###########= */
.Site .FVPlayer {
  /*    width: 200px;
    float: right; */
  margin-left: 5px;
  margin-bottom: 5px;
}
.Site .detail .FVPlayer OBJECT {
  margin-bottom: 20px;
  z-index: inherit;
}
.Site div#mapWindowContainer {
  visibility: hidden;
}
/* ##################################  Calendar Styling for Date input ################################### */
/* The main calendar widget.  DIV containing a table. */
input.calendar {
  position: relative;
  /*display: none;	*/
  border: 0px ;
  cursor: default;
  width: 180px;
}
.Site .fullwidth .ewXform input.calendar,
.Site .ewXform input.calendar {
  width: 170px !important;
}
.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma, verdana, sans-serif;
}
/* Header part -- contains navigation buttons and day names. */
.calendar .button {
  /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}
.calendar .nav {
  background: transparent url(Layout/menuarrow.gif) no-repeat 100% 100%;
}
.calendar thead .title {
  /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}
.calendar thead .headrow {
  /* Row <TR> containing navigation buttons */
}
.calendar thead .daynames {
  /* Row <TR> containing the day names */
}
.calendar thead .name {
  /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #e8f0f4;
}
.calendar thead .weekend {
  /* How a weekend day name shows in header */
  color: #f00;
}
.calendar thead .hilite {
  /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #d8e0e4;
}
.calendar thead .active {
  /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #b8c0c4;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day {
  /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day .othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day .othermonth .oweekend {
  color: #faa;
}
.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #e8f4f0;
}
.calendar tbody .rowhilite td {
  background: #d8e4e0;
}
.calendar tbody .rowhilite td.wn {
  background: #c8d4d0;
}
.calendar tbody td.hilite {
  /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
}
.calendar tbody td.active {
  /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}
.calendar tbody td.selected {
  /* Cell showing selected date */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #d8e0e4;
}
.calendar tbody td.weekend {
  /* Cells showing weekend days */
  color: #f00;
}
.calendar tbody td.today {
  /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}
.calendar tbody .disabled {
  color: #999;
}
.calendar tbody .emptycell {
  /* Empty cells (the best is to hide them) */
  visibility: hidden;
}
.calendar tbody .emptyrow {
  /* Empty row (some months need less than 6 rows) */
  display: none;
}
/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow {
  /* The <TR> in footer (only one right now) */
}
.calendar tfoot .ttip {
  /* Tooltip (status bar) cell <TD> */
  background: #e8f0f4;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}
.calendar tfoot .hilite {
  /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}
.calendar tfoot .active {
  /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}
/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}
.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}
.calendar .combo .label-IEfix {
  width: 4em;
}
.calendar .combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}
.calendar .combo .hilite {
  background: #048;
  color: #aef;
}
.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}
.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}
.calendar td.time .ampm {
  text-align: center;
}
.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}
.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}
.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
/* ################################## Preview bar for admin mode ################################## */
#previewBar {
  background: #46065C url(/ewcommon/images/eonic_skin/infoBar_bg.gif) top left repeat-x;
  border: 1px solid #000;
  border-bottom: none;
  min-height: 38px;
  color: #fff;
}
#previewBar #adminSubMenu2 {
  margin-top: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.8em;
}
#previewBar #adminSubMenu2 ul {
  display: block;
  margin: 10px 0 0 0;
}
#previewBar #adminSubMenu2 li {
  position: relative;
  list-style: none;
}
#previewBar #adminSubMenu2 ul a {
  font-size: 1em;
  margin-right: 5px !important;
  display: block;
  padding: 2px 10px 10px 10px;
  margin-top: 1px;
  background: #616161;
  text-decoration: none;
  text-transform: uppercase;
}
#previewBar #adminSubMenu2 .adminSubMenu2TL {
  width: 3px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
#previewBar #adminSubMenu a.active,
#previewBar #adminSubMenu2 a.active {
  color: #fff;
}
#previewBar #adminSubMenu a.on,
#previewBar #adminSubMenu2 a.on {
  color: #fff;
}
#previewBar #addressBar {
  position: relative;
  padding: 10px 0 2px 15px;
  min-height: 24px;
  width: 50%;
  background: url(/ewcommon/images/eonic_skin/infoBar_rhs.gif) top left no-repeat;
  color: #FFF;
}
#previewBar #infoContainer {
  background: url(/ewcommon/images/eonic_skin/eonicWeb_logo_bar.gif) 40px top no-repeat;
}
#addressBar .TR,
#addressBar .BL,
#addressBar .BR {
  width: 3px;
  height: 3px;
}
#addressBar .R {
  height: 100%;
  width: 3px;
}
#addressBar .B {
  width: 100%;
  height: 3px;
}
#addressBar .TR {
  position: absolute;
  top: 0;
  right: 0;
}
#addressBar .BR {
  position: absolute;
  bottom: 0;
  right: 0;
}
#addressBar .BL {
  position: absolute;
  bottom: 0;
  left: 0;
}
#addressBar .R {
  position: absolute;
  top: 0;
  right: 0;
}
#addressBar .B {
  position: absolute;
  bottom: 0;
  left: 0;
}
#previewBar #addressBar .R {
  background: url(/ewcommon/images/eonic_skin/addressBar_R.gif) top right no-repeat;
}
#previewBar #addressBar .B {
  background: url(/ewcommon/images/eonic_skin/addressBar_B.gif) bottom left no-repeat;
}
#previewBar #addressBar .TR {
  background: url(/ewcommon/images/eonic_skin/addressBar_TR.gif) top right no-repeat;
}
#previewBar #addressBar .BL {
  background: url(/ewcommon/images/eonic_skin/addressBar_BL.gif) bottom left no-repeat;
}
#previewBar #addressBar .BR {
  background: url(/ewcommon/images/eonic_skin/addressBar_BR.gif) bottom right no-repeat;
}
#previewBar a {
  color: #fff;
}
#previewBar #adminMenu {
  float: right;
}
#previewBar #logoff {
  float: right;
  display: inline-block;
  text-decoration: none;
  margin-top: 4px;
  margin-right: 7px;
  height: 29px;
  width: 91px;
  background: url(/ewcommon/images/eonic_skin/logoff_off.gif) top left no-repeat;
}
#previewBar #logoff:hover {
  background: url(/ewcommon/images/eonic_skin/logoff_off_over.gif) top left no-repeat;
}
#previewBar #adminSubMenu2 ul a {
  background: url(/ewcommon/images/eonic_skin/sub_menu_2_tr.gif) top right no-repeat;
}
#previewBar #adminSubMenu2 .adminSubMenu2TL {
  background: url(/ewcommon/images/eonic_skin/sub_menu_2_tl.gif) top left no-repeat;
}
#previewBar #adminSubMenu2 ul a:hover {
  background: url(/ewcommon/images/eonic_skin/sub_menu_2_over_tr.gif) top right no-repeat;
}
#previewBar #adminSubMenu2 a:hover .adminSubMenu2TL {
  background: url(/ewcommon/images/eonic_skin/sub_menu_2_over_tl.gif) top left no-repeat;
}
#previewBar #infoContainer {
  padding: 4px 0 4px 6px;
  padding-left: 180px;
}
* html #previewBar #addressBar {
  height: 24px;
}
#previewBar #addressBar a {
  color: #FFF;
  text-decoration: none;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
span.reviewRate {
  display: block;
  height: 14px;
  width: 73px;
  float: left;
  margin-right: 5px;
}
span.rating1 {
  background: transparent url(/ewcommon/images/layout/reviewRatings.png) no-repeat 0 -56px;
}
span.rating2 {
  background: transparent url(/ewcommon/images/layout/reviewRatings.png) no-repeat 0 -42px;
}
span.rating3 {
  background: transparent url(/ewcommon/images/layout/reviewRatings.png) no-repeat 0 -28px;
}
span.rating4 {
  background: transparent url(/ewcommon/images/layout/reviewRatings.png) no-repeat 0 -14px;
}
span.rating5 {
  background: transparent url(/ewcommon/images/layout/reviewRatings.png) no-repeat 0 0px;
}
.reviewer,
.dtreviewed {
  font-weight: bold;
}
.Site #pageMenu {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
strong {
  font-weight: bold;
}
#productScroller {
  width: 980px;
  min-height: 180px;
  overflow: auto;
  margin-bottom: 1em;
}
#productScrollerInner td {
  padding: 0 10px;
}
.selectOptions {
  margin-bottom: 1em;
}
input#imgVerification {
  width: 175px;
}
img.imgVerification {
  display: block;
  margin-left: 0;
  margin-top: 5px;
}
.Site span.price {
  display: block;
}
.Site .rrpPrice {
  text-decoration: line-through;
}
.Site span.price {
  font-size: 2em;
}
.Site .price span.priceSuffix {
  font-size: 0.65em;
}
/* ==== RSS DEFAULTS ==== */
a.rsssubscribebutton {
  float: right;
  margin: 5px;
}
.Site .SubPageGrid a,
.Site .linkGrid a {
  display: block;
  margin: auto;
  text-align: center;
}
.Site .SubPageGrid img.thumbnail,
.Site .linkGrid img.thumbnail {
  float: none !important;
  margin: 0;
}
.Site .SubPageGrid a:hover img,
.Site .linkGrid a:hover img {
  cursor: pointer;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  -khtml-opacity: 0.85;
  color: #fff;
}
/* =##########========== CALENDAR STUFF ============###########= */
td.calendarDays,
.calendarDays td,
.calendarDays th {
  padding: 0 !important;
  margin: 0 !important;
}
td.calendarDays {
  border-bottom: 1px solid #333;
}
.calendarMonthHeader th {
  vertical-align: middle;
}
th.previousMonthNav {
  text-align: left !important;
  width: 20%;
}
th.currentMonthNav {
  text-align: center !important;
}
th.nextMonthNav {
  text-align: right !important;
  width: 20%;
}
.calendarHeader th {
  text-align: right !important;
}
td.weekNumber {
  width: 3%;
  border: 1px solid #333;
  border-bottom: 0;
}
td.cday {
  width: 13%;
  height: 100px !important;
  border-right: 1px solid #333;
}
td .cdaytitle {
  text-align: right;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-right: 3px;
}
td.cday .calendarentry {
  font-size: 0.8em;
  padding: 2px;
  border-bottom: 1px solid #cdcdcd;
}
.searchResult a img {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.searchResult p {
  margin-left: 28px !important;
}
.Site .ProductGallery {
  text-align: center;
}
.Site .ProductGallery span {
  display: block;
}
.Site .ProductGallery img {
  float: none !important;
  margin: 0;
}
.Site .ProductGallery img.thumbnail:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  -khtml-opacity: 0.85;
}
.Site .ProductGallery .listItem {
  border-bottom: none;
}
.Site .ProductGallery .listItem .lIinner {
  border: solid 1px #cccccc;
  padding: 5px;
}
.Site .ProductGallery h3 {
  font-size: 1em;
  margin-bottom: 0;
}
.Site .ProductGallery h3 span.price {
  font-size: 1em;
}
.Site .SubPageMenu ul {
  margin: 0 !important;
}
.Site #mainLayout .SubPageMenu ul li {
  list-style-type: none;
}
.Site .Grid .listItem {
  border: none;
}
.Site .Grid .listItem .lIinner a {
  display: block;
}
.Site .Grid .listItem .lIinner img {
  margin: 0;
}
.Site .Grid .listItem .lIinner {
  text-align: center;
  padding: 5px;
}
.Site .Grid .listItem .lIinner h3 {
  margin-bottom: 0;
  font-size: 0.9em;
}
.Site .Grid .listItem .lIinner h3 span {
  display: block;
}
.Site .Grid .listItem .lIinner h3 span.navTab-tl {
  display: inline;
}
/* Document icons */
.Site a.docLink {
  padding-left: 20px;
  display: block;
  background: Transparent url(/ewcommon/images/icons/Icon_genericDoc.gif) 0 0 no-repeat;
}
.Site a.pdficon {
  background-image: url(/ewcommon/images/icons/Icon_PDF.gif);
}
.Site a.docicon {
  background-image: url(/ewcommon/images/icons/Icon_doc.gif);
}
.Site a.docxicon {
  background-image: url(/ewcommon/images/icons/Icon_doc.gif);
}
.Site a.xlsicon {
  background-image: url(/ewcommon/images/icons/Icon_xls.gif);
}
.Site a.xlsxicon {
  background-image: url(/ewcommon/images/icons/Icon_xls.gif);
}
.Site a.mdbicon {
  background-image: url(/ewcommon/images/icons/Icon_mdb.gif);
}
.Site a.accdbicon {
  background-image: url(/ewcommon/images/icons/Icon_accdb.gif);
}
.Site a.zipicon {
  background-image: url(/ewcommon/images/icons/Icon_zip.gif);
}
.Site a.gificon {
  background-image: url(/ewcommon/images/icons/Icon_gif.gif);
}
.Site a.jpgicon {
  background-image: url(/ewcommon/images/icons/Icon_jpg.gif);
}
.Site a.pngicon {
  background-image: url(/ewcommon/images/icons/Icon_png.gif);
}
.Site a.htmlicon {
  background-image: url(/ewcommon/images/icons/Icon_page.gif);
}
.Site a.ppsicon {
  background-image: url(/ewcommon/images/icons/Icon_pps.gif);
}
.Site a.ppticon {
  background-image: url(/ewcommon/images/icons/Icon_ppt.gif);
}
.Site a.pptxicon {
  background-image: url(/ewcommon/images/icons/Icon_pptx.gif);
}
.Site a.ppsxicon {
  background-image: url(/ewcommon/images/icons/Icon_ppsx.gif);
}
.Site a.wmvicon {
  background-image: url(/ewcommon/images/icons/Icon_wmv.gif);
}
.Site a.mp3icon {
  background-image: url(/ewcommon/images/icons/Icon_music.gif);
}
.Site a.swficon {
  background-image: url(/ewcommon/images/icons/Icon_swf.gif);
}
.Site a.xmlicon {
  background-image: url(/ewcommon/images/icons/Icon_xml.gif);
}
/* Recipe specific */
.ingredient,
.credentials {
  float: right;
  clear: right;
  /*width: 300px; default image width that it sits under */
  margin: 0 0 15px 20px;
}
.credentials {
  border: 1px solid #bcbcbc;
  background: #dedede;
}
.credentials .published,
.credentials .author {
  margin: 1em;
}
.recipe span.label {
  font-weight: bold;
}
/*  ==  GOOGLE MAPS  ==============================================================================  */
.gmap-canvas {
  display: block;
  height: 200px;
  border: 1px solid #acacac;
  background: #f4f3f0 url(/ewcommon/images/layout/gmap-canvas.gif);
}
/*  ==  Social bookmarks  ==========================================================================  */
.socialBookmarks {
  display: inline-block;
  padding: 5px 10px;
}
.bottom-right .socialBookmarks,
.top-right .socialBookmarks {
  float: right;
}
.socialBookmarks .bookmark {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 10px;
}
.top-right .bookmark,
.bottom-right .bookmark {
  margin-right: 0;
  margin-left: 10px;
}
.bookmarks-standard .facebook-bookmark {
  width: 320px;
}
.bookmarks-standard-count .twitter-bookmark {
  width: 87px;
}
.bookmarks-standard-count .google-bookmark {
  width: 71px;
}
.bookmarks-standard-count .facebook-bookmark {
  width: 130px;
}
.bookmarks-large .facebook-bookmark {
  width: 44px;
}
.align-Right .socialLinks {
  text-align: right;
}
.align-centre .socialLinks {
  text-align: center;
}
/**
 * Sitemap module
 */
.Site .Sitemap .headingLevel1,
.Site .Sitemap .headingLevel2 {
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
}
.Site .Sitemap .headingLevel1 {
  font-size: 1.231em;
  font-weight: 700;
  border-color: #ccc;
}
.Site .Sitemap .headingLevel2 {
  font-size: 1.077em;
  border-color: #ddd;
}
.Site .Sitemap .description {
  font-size: 0.769em;
  line-height: 1.2;
  color: #999;
  margin-bottom: 0.333em;
}
.Site .Sitemap .description * {
  margin: 0;
}
.Site .Sitemap .listLevel3 .list {
  margin-left: 1em;
}
.Site .Sitemap .list .listItem {
  border-bottom: 0;
}
/**
 * End of Sitemap module
 */
/* Events */
.detail .tickets {
  float: right;
  clear: right;
  width: 50% !important;
  margin: 0 0 20px 20px;
}
.tickets table {
  border: 0 !important;
}
table.ticketsGrouped td {
  vertical-align: middle;
  padding-bottom: 15px;
}
table.ticketsGrouped td p {
  margin-bottom: 0;
}
.ticketsGrouped td.price {
  line-height: 1.8em;
  vertical-align: middle;
}
.ticketsGrouped td.quantity {
  vertical-align: middle;
}
/* =================== TAG CLOUD STYLES ============= */
.Site .tag {
  font-weight: normal;
}
.Site #tagcloud {
  line-height: 1.5em;
  margin: 0px;
}
.Site .tag0 {
  font-size: 0.6em;
}
.Site .tag1 {
  font-size: 0.7em;
  font-weight: bold;
}
.Site .tag2 {
  font-size: 0.8em;
}
.Site .tag3 {
  font-size: 1em;
  font-weight: bold;
}
.Site .tag4 {
  font-size: 1em;
}
.Site .tag5 {
  font-size: 1.2em;
  font-weight: bold;
}
.Site .tag6 {
  font-size: 1.4em;
  font-weight: bold;
}
.Site .tag7 {
  font-size: 1.6em;
}
.Site .tag8 {
  font-size: 1.8em;
  font-weight: bold;
}
.Site .tag9 {
  font-size: 2em;
}
.Site .tag10 {
  font-size: 2.2em;
  font-weight: bold;
}
/* Developer Link Styles */
.Site #developerLink {
  margin-top: 1em;
}
.Site #developerLink .developerLogo {
  background: url("../images/developer-link.png") repeat scroll 0 -21px transparent;
  display: inline-block;
  height: 21px;
  overflow: hidden;
  text-indent: 7777px;
  vertical-align: bottom;
  width: 80px;
}
.Site #developerLink a {
  float: none;
  padding: 0;
}
.Site #developerLink a:hover .developerLogo {
  background-position: 0 0;
}
/**
 * Ecommerce List Orders module
 */
.Site .EcommerceListOrders td {
  vertical-align: middle;
  padding: 10px 0;
}
.Site .EcommerceListOrders .first td {
  padding-top: 0;
}
.Site .EcommerceListOrders .last td {
  padding-bottom: 0;
}
.Site .EcommerceListOrders h3 {
  margin: 0;
}
.Site .EcommerceListOrders .total,
.Site .EcommerceListOrders .view {
  width: 1%;
}
.Site .EcommerceListOrders .total {
  font-size: 1.308em;
  padding-right: 20px;
}
.Site .EcommerceListOrders .view .button {
  white-space: nowrap;
}
/*
.Site .EcommerceListOrders .order { padding-bottom: 15px; }
.Site .EcommerceListOrders table { table-layout: fixed; }
.Site .EcommerceListOrders .delete 
{
	width: 0 !important;
	padding: 0 !important;
}
.Site .EcommerceListOrders .quantity { width: 45px !important; }
.Site .EcommerceListOrders .ref { width: 80px !important; }
.Site .EcommerceListOrders .linePrice,
.Site .EcommerceListOrders .lineTax { width: 110px !important; }
.Site .EcommerceListOrders .lineTotal { width: 85px !important; }
*/
/**
 * Membership User Contacts module
 */
.Site .MembershipUserContacts .add {
  text-align: right;
  margin: 15px 0;
}
li.buttons input[type="radio"] {
  display: none;
}
li.buttons .radiocheckbox label {
  background: #F5F5F5;
  color: #333333;
  padding: 5px 10px 5px 10px;
}
li.buttons .radiocheckbox input[type="radio"]:checked + label {
  background-color: #1656a0;
  *background-color: #1656a0;
  color: #ffffff !important;
}
.center-block {
  text-align: center;
}
/* ################################# JPlayer Styling ################################ */
.Site .jp-jplayer {
  background: none!important;
  font-size: 0;
  line-height: 0;
}
.Site .audio {
  position: relative;
}
.Site .audio .jp-type-single {
  float: right;
  width: 135px;
  height: 26px;
  margin: 0 0 10px 10px;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.Site .audio .jp-type-single {
  position: absolute;
  top: -41px;
  right: 4px;
  background: #333;
}
.Site div.jp-label {
  float: left;
  padding: 0 0 0 58px;
  line-height: 26px;
  font-size: 1em;
  font-weight: bold;
}
.Site ul.jp-controls {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Site div.jp-interface ul.jp-controls li {
  position: absolute;
}
.Site div.jp-interface ul.jp-controls a {
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #90699c url(/ewcommon/js/jquery/jplayer/jplayer-controls.gif) left top no-repeat;
}
.Site div.jp-interface ul.jp-controls a:hover {
  background-color: #bf97cb;
}
.Site a.jp-play {
  background: #fff url(/ewThemes/Mosaic/images/play.gif) 0 0 no-repeat;
}
.Site a.jp-play,
.Site a.jp-pause {
  height: 20px;
  top: 3px;
  left: 4px;
  width: 20px;
}
.Site a.jp-pause {
  display: none;
  background-position: -20px 0 !important;
}
.Site a.jp-stop {
  height: 20px;
  top: 3px;
  width: 20px;
  left: 28px;
  background-position: -40px 0 !important;
}
/* ## END JPlayer Styling ################################ */
/*	Begin Form Elements 
	Eonic Ltd 
*/
.advancedModeRow {
  display: block;
}
.Site .ewXform fieldset fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  background: none;
  display: inline;
  padding: 5px;
}
.Site .ewXform fieldset fieldset legend {
  border: none;
  margin: 3px;
  width: 100%;
}
.ewXform fieldset ol {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.ewXform fieldset li {
  position: relative;
  padding-bottom: 0.3em;
  margin: 3px 0 3px 0;
  list-style: none !important;
}
.ewXform fieldset.inline li.label {
  display: block;
  clear: both;
  float: none;
  padding-bottom: 0;
  margin: 3px 0 0 0;
}
.ewXform fieldset.inline li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.ewXform fieldset#submitform {
  background-image: none;
  border-style: none;
}
.Site .ewXform label {
  padding: 0 0 3px 0;
  display: block;
}
.ewXform .inline .form-group {
  float: left;
  display: inline-block;
  width: 49%;
  padding-right: 15px;
}
.ewXform .optionButtons label {
  display: inline;
}
.Site .ewXform input,
.Site .ewXform textarea,
.Site .ewXform select,
.Site .ewXform .readonlyvalue {
  padding: 0.3em;
  font-size: 1.3em;
  color: #676767;
  border: solid 1px #d8d9da;
  background: #FFFFFF;
}
.ewXform input.readonly,
.ewXform textarea.readonly {
  background: #f1f1f1;
  color: #999;
}
.ewXform input.loading {
  background: url(/ewcommon/images/layout/input.loading.gif) 95% center no-repeat;
}
.Site input.readonly {
  background: #F0F0F0;
  color: #898989;
}
.ewXform input.slider,
#template_AdminXForm #WebSettings input.slider {
  width: 50px;
}
.ewXform .radiocheckbox input {
  border: 0;
  background: none;
}
.ewXform .inline .rptDelete input {
  margin: 25px 0 15px 0 !important;
}
.ewXform .readonlyvalue {
  border: 0;
}
.ewXform select {
  padding: 0.2em 0.3em 0.2em 0.3em;
  /* otherwise weird padding arond controls */
}
.ewXform select.short {
  width: 110px !important;
  /* otherwise weird padding arond controls */
}
/* Needed so that selects are the same height as inputs - for nice floating. */
#template_AdminXForm .ewXform select {
  padding: 0.3em;
}
.ewXform input.principle,
.ewXform button.principle {
  float: right;
  position: static;
  clear: both;
}
.ewXform input.adminButton {
  cursor: pointer !important;
  font-size: 1em;
  padding: 0px 5px 0px 15px;
  margin: 0px 2px 0px 0;
  font-weight: 400;
  /* WHY?!?! height: 24px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff no-repeat top right;
  width: auto;
  color: #000;
}
.ewXform span.radiocheckbox {
  /* This lineheight insures inline radios take up the same 
		vertical space as inputs and drops downs for neat floating */
  line-height: 2.5em;
  display: inline-block;
}
.ewXform span.multiline,
.ewXform fieldset.multiline span {
  display: block;
  line-height: 1.7em !important;
}
#template_AdminXForm .ewXform .contentLocations fieldset.multiline span,
.ewXform .contentLocations fieldset.multiline span,
.ewXform div.multiline label {
  display: block !important;
}
.ewXform span.radiocheckbox label {
  clear: none;
  float: none;
  display: inline;
  width: auto;
  text-align: left;
  padding-left: 7px;
  padding-right: 7px;
}
.ewXform span.radiocheckbox input {
  padding: 0.3em;
  font-size: 1.3em;
  display: inline;
  width: auto;
  color: #676767;
  border: 0px;
}
.ewXform input.radio {
  border: none;
  background: transparent;
}
/* ==================Alerts =================================*/
.ewXform span.alert,
.ewXform span.hint,
.ewXform span.help {
  border: none;
  padding: 5px 10px 5px 35px;
  color: #000;
  margin: 0px;
  min-height: 22px;
  display: block;
}
.ewXform span.alert {
  display: block;
  background: transparent url(/ewcommon/images/layout/alert.png) 0px 3px no-repeat;
  color: #000;
  font-weight: normal;
}
span.hint,
td.hint span {
  display: block;
  background: transparent url(/ewcommon/images/layout/hint_small.png) left center no-repeat;
  color: #000;
  font-size: 0.8em;
}
span.help,
td.help span {
  background: transparent url(/ewcommon/images/layout/hint_small.png) left center no-repeat;
}
td.alert span.valid {
  background-image: url(/ewcommon/images/layout/message_sent_cccccc.gif);
  color: #000;
  padding-left: 70px;
}
#headerInfo #UserLogon {
  font-size: 90%;
}
#headerInfo #UserLogon.ewXform label {
  display: inline;
}
#headerInfo #UserLogon.ewXform li {
  float: left;
}
#headerInfo #UserLogon.ewXform fieldset {
  margin-top: 5px;
}
#headerInfo #UserLogon.ewXform fieldset ol {
  float: right;
}
#headerInfo #UserLogon.ewXform fieldset.hideLabels li {
  float: left;
}
.Site #headerInfo input.textbox {
  width: 100px;
  padding: 3px 0;
  font-size: 90%;
  margin-left: 10px;
}
#headerInfo .alert {
  position: absolute;
  bottom: 25px;
  right: 0 !important;
  padding: 11px 5px 11px 45px !important;
  font-weight: bold;
}
#headerInfo #UserLogon label {
  margin-left: 10px;
}
/* ================== FORM COLUMNS ==================*/
.ewXform fieldset.col1,
.ewXform fieldset.col2,
.ewXform fieldset.col3 {
  float: left;
}
.ewXform .cols2 fieldset.col1,
.ewXform .cols2 fieldset.col2 {
  width: 49%;
}
.ewXform .cols3 fieldset.col1,
.ewXform .cols3 fieldset.col2,
.ewXform .cols3 fieldset.col3 {
  width: 32%;
}
.ewXform input.principle {
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /*background: url("/ewcommon/images/admin/submit-principle-bg.gif") no-repeat scroll right top transparent;*/
  font-size: 1em;
  font-weight: bold;
  /* WHY?!?!?! height:32px; */
  padding: 7px;
}
input.colorPicker {
  text-shadow: 1px 1px white;
  -moz-text-shadow: 1px 1px white;
}
.ewXform div.slider {
  width: 150px;
  margin-left: 100px;
}
.ewXform div.slider span {
  display: none;
}
.ewXform li.cbScroll div.checkboxes {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f3f7fb;
}
.ewXform li.cbScroll div.checkboxes span.radiocheckbox {
  display: block !important;
}
#template_AdminXForm .ewXform li.cbScroll div.checkboxes span.radiocheckbox {
  display: block !important;
  line-height: 1.5em;
}
#adminLayout #UserLogon .btn {
  clear: none;
}
#adminLayout #UserLogon .btn-primary {
  float: left;
}
#adminLayout #UserLogon .input-wrapper {
  padding-bottom: 10px;
}
/* This is the standard layout for EonicCart V3 E-Commerce plug-in classes, id's and elements*/
/*#cartFull form, #glFull form NOT really a good idea padding on an inline container element, put it on fieldset.
{
	padding:6px;
}*/
.cartFull form th,
#glFull form th {
  text-align: right;
}
.cartFull #threeDS {
  width: 500px;
  height: 400px;
  border: 0px;
}
.cartFull table,
#glFull table {
  width: 100%;
}
#cartLegend {
  border: 1px solid #666;
  padding: 8px;
}
.cartFull .textareaReadOnly,
#glFull .textareaReadOnly {
  border-color: #999;
  background-color: #fff;
}
.cartFull td.quantity input {
  width: 30px;
}
.cartFull td.description,
.cartFull td.ref,
.cartFull td.price {
  font-weight: bold;
}
.cartFull th.price,
.cartFull td.price {
  text-align: right !important;
}
.cartFull .optionList {
  font-weight: normal;
  display: block;
}
.cartFull span.radiocheckbox {
  white-space: nowrap;
  vertical-align: top;
  /*height:25px; What you using a height for??? let it grow!! */
}
.cartFull div.radios {
  width: 100% !important;
}
.ccForm label.radio {
  display: inline-block;
  padding-right: 20px;
  /*height:25px;  WHY THE HEIGHT??? Clips all descending characters and brackets !! WH 2009-01-06*/
}
.ccForm label.MC,
#PayForm label.MasterCard,
#PayForm label.Master-Card {
  background: transparent url(/ewcommon/images/icons/cc/mastercard.png) no-repeat left center;
  padding-left: 63px;
  overflow: hidden;
  width: 0;
}
.ccForm label.VISA,
#PayForm label.Visa {
  background: transparent url(/ewcommon/images/icons/cc/visa.png) no-repeat left center;
  padding-left: 60px;
  overflow: hidden;
  width: 0;
}
.ccForm label.UKE,
#PayForm label.Uke {
  background: transparent url(/ewcommon/images/icons/cc/electron.gif) no-repeat left center;
  padding-left: 60px;
  overflow: hidden;
  width: 0;
}
.ccForm label.DELTA,
#PayForm label.Delta {
  background: transparent url(/ewcommon/images/icons/cc/visadebit.png) no-repeat left center;
  padding-left: 60px;
  overflow: hidden;
  width: 0;
}
.ccForm label.SOLO,
#PayForm label.Solo {
  background: transparent url(/ewcommon/images/icons/cc/solo.png) no-repeat left center;
  padding-left: 60px;
  overflow: hidden;
  width: 0;
}
.ccForm label.SWITCH,
.ccForm label.Switch,
.ccForm label.Switch-Maestro {
  background: transparent url(/ewcommon/images/icons/cc/maestro.png) no-repeat left center;
  padding-left: 60px;
  overflow: hidden;
  width: 0;
}
.ccForm label.AMEX,
.ccForm label.American-Express {
  background: transparent url(/ewcommon/images/icons/cc/amex.png) no-repeat left center;
  padding-left: 60px;
  overflow: hidden;
  width: 0;
}
/*#cartLogonBox
{
	float:right;
	width:260px;
}
#cartRegisterBox
{
	margin-right:280px;
}*/
.cartFull .textbox,
.cartFull .textarea,
.cartFull .dropdown,
#glFull .textbox,
#glFull .textarea,
#glFull .dropdown {
  width: 150px;
}
#cartLegend {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
}
#cartLegend .icon {
  display: none;
}
#cartLegend p {
  padding-left: 30px;
  margin: 5px 0;
  background: left center no-repeat;
}
#cartLegend .delete {
  background: url(/ewcommon/images/icons/delete.png) no-repeat top left;
}
/* ======================= */
table#cartListing {
  width: 100%;
  margin-top: 10px;
}
#cartListing .heading {
  text-align: left;
}
#cartListing TD,
#cartListing TH {
  padding: 10px;
  vertical-align: top;
}
#cartListing TH.heading {
  line-height: 1.5;
  /*color:#FFF;*/
  background: #ddd;
  border-bottom: 1px dashed #bbb;
}
#cartListing TD.cell,
#cartListing TD.total {
  border-bottom: 1px dashed #bbb;
}
#cartListing TD.quantity {
  padding-top: 3px !important;
  width: 50px;
}
#cartListing TD .discount {
  font-weight: normal;
}
#cartListing .lineTotal,
#cartListing .linePrice {
  width: 90px;
}
#cartListing .linePrice,
#cartListing .lineTotal,
#cartListing TD.heading,
#cartListing TD.amount {
  text-align: right;
}
#cartListing TD.dropdown {
  white-space: nowrap;
  padding: 10px 3px;
  text-align: right;
}
#cartListing td.lineTotal {
  font-weight: bold;
}
/* ======================= */
.cartFull h2,
#cartRegisterBox,
#glFull h2,
table.SelectDeliveryOption,
table.CreditCardPayment,
.cartButtons,
#cartInvoice,
#cartLogonBox,
#cartListing,
#cartTerms,
.optionButtons,
#optionsForm,
#PayForm {
  margin-bottom: 10px;
}
#cartNotes .textarea {
  width: 300px;
}
#cartNotes P {
  margin: 3px 0;
}
.cartAddress {
  margin-bottom: 10px;
  padding-bottom: 12px;
}
#cartTerms textarea {
  width: 100%;
}
#cartTandCs {
  border: 1px solid #999;
  height: 7em;
  overflow: scroll;
  padding: 5px;
  margin-bottom: 10px;
}
#billingAddress {
  /*margin-right:480px;*/
}
.fullwidth #deliveryAddress {
  float: right;
  width: 480px;
}
/*#deliveryAddress
{
	float:right;
	width:380px;
}*/
.shipping .dropdown {
  width: auto !important;
}
th.subTitle,
.cartAddress P.addressTitle,
form h3 {
  margin: 0;
}
.cartFull .alert {
  color: #f00;
  display: block;
}
form#giftlistForm input.radiocheckbox {
  width: 43px;
}
form#giftlistForm label.singleword {
  width: 150px;
}
.cartFull a.textButton,
#glFull a.textButton {
  line-height: 3;
}
/* ========== ERROR MESSAGES ========== */
.errorMessage .err_sub_msg {
  display: block;
  margin: 0.5em 0;
}
.Site TABLE#cartListing TD.delete {
  text-align: center;
  width: 40px;
}
#cartListing TD.amount {
  background: #ddd;
}
#cartListing .total {
  font-weight: 700;
}
.cartAddress form th,
.cartAddress form td {
  padding-bottom: 3px;
}
.cartAddress P,
.cartAddress h4,
.cartAddress h5,
.cartAddress a.textButton,
#cartInvoice p {
  padding: 2px 5px;
  margin: 0;
}
.cartFull a.button {
  cursor: pointer !important;
  margin: 0px 0px 0px 2px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  color: #000;
  background: url("/ewcommon/images/admin/cart-submit-continue-bg.png") no-repeat scroll right top transparent;
  font-size: 1em;
  font-weight: bold;
  height: 28px;
  padding: 3px 27px 0 10px;
  border: 1px solid #D0CFD0;
  display: inline-block;
}
.cartFull a.principle {
  background-image: url(/ewcommon/images/admin/submit-principle-bg.gif);
}
.cartFull .ewXform legend {
  font-weight: bold;
  font-size: 1.4em;
}
.cartFull .ewXform .dropdown,
.cartFull .ewXform .textarea,
.cartFull .ewXform .textbox,
.cartFull .ewXform .textBox,
.cartFull .ewXform select,
.cartFull .ewXform option {
  width: 300px !important;
}
.fullwidth .cartFull .ewXform .dropdown,
.fullwidth .cartFull .ewXform .textarea,
.fullwidth .cartFull .ewXform .textbox,
.fullwidth .cartFull .ewXform .textBox,
.fullwidth .cartFull .ewXform select,
.fullwidth .cartFull .ewXform option {
  width: 440px;
}
.day,
.month,
.fullwidth .cartFull .ewXform .day,
.fullwidth .cartFull .ewXform .month,
.cartFull .ewXform .day,
.cartFull .ewXform .month {
  width: 60px!important;
}
.year,
.fullwidth .cartFull .ewXform .year,
.cartFull .ewXform .year {
  width: 84px!important;
}
.cartFull .ewXform .short {
  width: 100px;
}
.cartFull input.button {
  -moz-border-radius: 4px 4px 4px 4px;
  font-size: 1em;
  font-weight: bold;
  height: 32px;
  padding: 0 5px 0 5px;
  cursor: pointer;
}
.cartFull input.principle {
  padding: 0 27px 0 5px;
  background: url("/ewcommon/images/admin/submit-principle-bg.gif") no-repeat scroll right top transparent;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px;
  color: #333;
  border: 1px solid #D8D9DA;
  float: right;
}
.cartFull input.continue {
  border: 1px solid #D0CFD0;
  padding: 0 27px 0 5px;
  background: url("/ewcommon/images/admin/cart-submit-continue-bg.png") no-repeat scroll right top transparent;
  background-color: #ccc;
}
.cartFull input.update {
  border: 1px solid #D0CFD0;
  padding: 0 27px 0 5px;
  background: url("/ewcommon/images/admin/cart-submit-update-bg.png") no-repeat scroll right top transparent;
  background-color: #ccc;
}
.cartFull input.empty {
  border: 1px solid #D0CFD0;
  padding: 0 27px 0 5px;
  background: url("/ewcommon/images/admin/cart-submit-delete-bg.png") no-repeat scroll right top transparent;
  background-color: #ccc;
}
.cartAddress .button {
  margin: 5px;
}
p.addressTitle {
  padding: 10px 5px;
  font-weight: 700;
  font-size: 130%;
}
/* ========== ERROR MESSAGES ========== */
.errorMessage {
  /*text-align:center; Really? What paragraph looks good centered? */
  padding: 15px;
  margin: 20px;
  background: #FFF;
  color: #000;
  border: 1px solid #F00;
}
.errorMessage .zz_footer {
  font-weight: bold;
  font-style: italic;
  color: Red;
}
/*#cartLogonBox
{
    width: 49%;
    float:left;
}
#cartRegisterBox
{
   margin-left: 50%; 
   width:50%;
}*/
#cartFull #cartStepper {
  margin-bottom: 15px;
}
/* === Quote steps === */
#quoteStepsTop,
#quoteStepsBottom {
  height: 10px;
}
#quoteSteps {
  background-color: #BBB;
  color: #999;
  display: inline-block;
  font-size: 0.917em;
  height: 2.8em;
  line-height: 2.8em;
}
#quoteSteps .step {
  background: url(/ewcommon/images/layout/quote_step.png) no-repeat right center;
  float: left;
}
#quoteSteps .last {
  background: none;
}
#quoteSteps .step div {
  margin: 0 1.8em 0 0.9em;
}
#quoteSteps .last div {
  margin-right: 0.9em;
}
#quoteSteps .active {
  color: #FFF;
}
#quoteSteps .completed {
  color: #000;
}
/*
#quoteSteps .completed div
{
	background: url(/ewcommon/images/layout/quote_step_completed.png) no-repeat right center;
}
*/
.quoteStepsTerminus {
  clear: both;
  font-size: 0%;
  height: 0;
}
/*
#cartFull #quoteSteps
{
    height:29px;
    padding-top:3px;
    font-size:0.8em;
    text-align:left;
    background-color:#8b8b8b;
    color:#bababa;
    font-weight:bold;
    line-height:normal;
    padding-bottom:2px;
}
#cartFull #quoteSteps .step div
{
    padding-left:8px;
    padding-top:7px;
    padding-bottom:6px;
    border-left:solid 1px #fff; 
    padding-right:5px;  
}
#cartFull #quoteSteps .first div
{
    border-left:medium none !important;
}
#cartFull #quoteSteps .step
{
    background:transparent url(/ewcommon/images/layout/cart_stepper.gif) no-repeat 93% center;
}
#cartFull #quoteSteps .completed
{
    color:#ffffff;
    background:transparent url(/ewcommon/images/layout/cart_completed.gif) no-repeat 93% center;
}
#cartFull #quoteSteps .active
{
    color:#000000;
    background:transparent url(/ewcommon/images/layout/cart_current.gif) no-repeat 93% center;
}
#cartFull .quoteStepsTerminus
{
    height:0;
    clear:both;
}
#cartFull #quoteStepsTop,
#cartFull #quoteStepsBtm
{
    height:5px;
}
*/
.cartFull input.button {
  background-color: #e9e9e9;
  border-color: #d0cfd0;
}
.cartFull .firstAdd {
  border: solid 1px #aaa;
  background: #eee;
}
.cartFull .addressGrp {
  padding: 10px;
}
.cartFull .pickAddress {
  margin-bottom: 10px;
}
.Site #cartFull #PayForm li.li-cardDetails {
  float: left;
  display: inline-block;
  width: 300px;
  margin-bottom: 0px;
}
.Site #cartFull #PayForm li.li-cardDetails input.textbox {
  width: 280px;
}
.Site #cartFull #PayForm li.li-CV2Info {
  display: inline-block;
  width: 300px;
  height: 380px;
  margin-bottom: 0px;
  padding-left: 15px;
  position: inherit;
}
.Site #cartFull #PayForm li.li-CV2Info:after li {
  clear: both;
  padding-left: 15px;
}
/*memoryleakfix*/
