/*! jQuery UI - v1.12.1 - 2019-02-03
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 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;
}
.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,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  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-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.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);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
/*
	********************************************************************************************************************************
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow,
#cboxMin,
#cboxMin2 {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.75);
}
#colorbox {
  font-family: Arial;
  color: #000;
}
#colorbox a {
  color: #444;
}
#cboxTopLeft,
#cboxTopRight {
  width: 16px;
  height: 50px;
  background: #eee;
  border-bottom: 1px solid #585858;
}
#cboxTopCenter {
  height: 50px;
  background: #eee;
  border-bottom: 1px solid #585858;
}
#cboxMiddleLeft {
  width: 16px;
  background: #fff;
}
#cboxMiddleRight {
  width: 16px;
  background: #fff;
}
#cboxContent {
  background: #fff;
}
#cboxBottomLeft {
  width: 16px;
  height: 16px;
  background: #fff;
}
#cboxBottomCenter {
  height: 16px;
  background: #fff;
}
#cboxBottomRight {
  width: 16px;
  height: 16px;
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent:before {
  display: block;
  content: '';
  height: 16px;
}
#cboxTitle {
  position: absolute;
  z-index: 5;
  top: -33px;
  left: 0;
  text-align: left;
  width: 80%;
  padding: 0;
  text-indent: 0px;
  font-size: 16px;
  color: #1d3557;
}
#cboxCurrent {
  position: absolute;
  z-index: 6;
  bottom: 15px;
  right: 20px;
  color: #666;
  font-size: 11px;
}
#cboxSlideshow {
  position: absolute;
  top: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious,
#cboxNext {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  text-indent: -9999px;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
  transition: opacity 500ms;
}
#cboxPrevious:after,
#cboxNext:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 0;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  text-align: center;
  line-height: 64px;
  text-indent: 0;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 32px;
}
#cboxPrevious:hover,
#cboxNext:hover {
  opacity: 1;
}
#cboxNext {
  left: auto;
  right: 0;
}
#cboxNext:after {
  content: "\f054";
  left: auto;
  right: 0;
}
#cboxLoadingOverlay {
  background: #fff;
}
#cboxLoadingGraphic {
  background: url(/sites/default/images/pw/wait.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  top: -42px;
  right: -4px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
}
#cboxClose:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 32px;
  text-indent: 0;
  color: #000;
  font-size: 16px;
}
#cboxClose:hover {
  background-color: #fff;
}
#colorbox,
#colorbox *:focus {
  outline: none;
}
#cboxOverlay.cboxResponsiveImage {
  opacity: 1 !important;
  background: #000;
}
.cboxImage #cboxClose {
  top: -4px;
  background-color: #fff;
}
.cboxImage #cboxTopLeft,
.cboxImage #cboxTopCenter,
.cboxImage #cboxTopRight {
  background: #fff;
  border: none;
  height: 16px;
}
.cboxImage #cboxLoadedContent:before {
  display: none;
}
.cboxImage #cboxTitle {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  text-align: left;
  width: 100%;
  padding: 15px 0;
  text-indent: 20px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  background: rgba(255, 255, 255, 0.65);
}
.cboxVideo #cboxClose {
  top: -4px;
  background-color: #fff;
}
.cboxVideo #cboxTopLeft,
.cboxVideo #cboxTopCenter,
.cboxVideo #cboxTopRight {
  background: #fff;
  border: none;
  height: 16px;
}
.cboxVideo #cboxLoadedContent:before {
  display: none;
}
.cboxVideo #cboxTitle {
  visibility: hidden;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  text-align: left;
  width: 100%;
  padding: 15px 0;
  text-indent: 20px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  background: rgba(255, 255, 255, 0.65);
}
.cboxVideo #cboxCurrent {
  visibility: hidden;
}
.cboxVideo #cboxPrevious,
.cboxVideo #cboxNext {
  left: -16px;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-color: #fff;
  opacity: 1;
}
.cboxVideo #cboxNext {
  left: auto;
  right: -16px;
}
.cboxVideo #cboxPrevious:after,
.cboxVideo #cboxNext:after {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  font-size: 16px;
  color: #000;
  text-shadow: none;
}
.cboxResponsiveImage #cboxTopLeft,
.cboxResponsiveImage #cboxTopRight,
.cboxResponsiveImage #cboxBottomLeft,
.cboxResponsiveImage #cboxBottomRight,
.cboxResponsiveImage #cboxMiddleLeft,
.cboxResponsiveImage #cboxMiddleRight,
.cboxResponsiveImage #cboxTopCenter,
.cboxResponsiveImage #cboxBottomCenter {
  display: none;
}
.cboxResponsiveImage #cboxContent {
  background: #000;
}
.cboxResponsiveImage #cboxClose {
  top: 10px;
  right: 10px;
}
.cboxResponsiveImage #cboxTitle {
  background: rgba(0, 0, 0, 0.29);
  color: #fff;
}
.cboxResponsiveImage.cboxVideo #cboxNext {
  right: 10px;
}
.cboxResponsiveImage.cboxVideo #cboxPrevious {
  left: 10px;
}
#colorbox form {
  padding-bottom: 54px;
}
#colorbox form .buttons {
  position: absolute;
  bottom: -16px;
  left: -16px;
  right: -16px;
  padding: 8px 8px;
  box-sizing: border-box;
  background: #eee;
  border-top: 1px solid #585858;
}
#colorbox .loginForm .buttons {
  margin-top: 0;
}
#colorbox .loginForm button {
  width: 25%;
}
#colorbox .loginForm .loginMsg {
  font-weight: bold;
  color: red;
}
body.dbox_opened {
  overflow: hidden;
}
#dbox {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  overflow: hidden;
}
.dbox_dialog {
  position: fixed;
  top: 0;
  right: -80vw;
  width: 80vw;
  height: 100vh;
  transition: right 600ms;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 50px #000;
}
.dbox_dialog.active {
  right: 0;
}
.dbox_dialog.active.iced {
  right: 10vw;
}
.dbox_dialog .dbox_overlay {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  transition: opacity 600ms;
  opacity: 0;
}
.dbox_dialog.active .dbox_overlay {
  opacity: 1;
}
.dbox_close {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: -96px;
  padding: 0;
  margin: 0;
  background: transparent;
  z-index: 4;
}
.dbox_close:before,
.dbox_close:after {
  content: ' ';
  display: block;
  height: 33px;
  width: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
}
.dbox_close:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.dbox_close:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.dbox_close:hover {
  background: #fff;
}
.dbox_close:hover:before,
.dbox_close:hover:after {
  background: #000;
}
.dbox_dialog.dbox_html {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.dbox_dialog.dbox_html > .dbox_content {
  max-height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
}
.dbox_dialog.dbox_html > .dbox_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100vh;
  padding: 0 126px 0 0;
  color: #fff;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  box-sizing: border-box;
  font-size: 30px;
  line-height: 96px;
}
.dbox_dialog.dbox_image {
  width: 100%;
}
.dbox_dialog.dbox_image.active {
  right: 0;
}
.dbox_dialog.dbox_image > .dbox_close {
  top: 0;
  right: 0;
  left: auto;
  background: rgba(255, 255, 255, 0.7);
  z-index: 101;
}
.dbox_dialog.dbox_image > .dbox_close:before,
.dbox_dialog.dbox_image > .dbox_close:after {
  background: #000;
}
.dbox_dialog.dbox_image > .dbox_content {
  overflow: auto;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dbox_dialog.dbox_image > .dbox_content > img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: scale-down;
  object-position: center;
  opacity: 0;
  transition: opacity 400ms;
}
.dbox_dialog.dbox_image > .dbox_content > img.active {
  opacity: 1;
}
.dbox_dialog.dbox_image > .dbox_arrows {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: 100%;
  width: 80%;
  background: transparent;
  text-indent: -9999px;
}
.dbox_dialog.dbox_image > .dbox_prev {
  left: 0;
  right: auto;
  width: 20%;
}
.dbox_dialog.dbox_image > .dbox_next:after,
.dbox_dialog.dbox_image > .dbox_prev:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 0;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  text-align: center;
  line-height: 64px;
  text-indent: 0;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 64px;
}
.dbox_dialog.dbox_image > .dbox_next:after {
  left: auto;
  right: 0;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.dbox_dialog.dbox_image > .dbox_title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 101;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
.dbox_dialog.dbox_iframe {
  top: 20px !important;
  left: 20px !important;
  bottom: 20px !important;
  right: 20px !important;
  width: auto !important;
  height: auto !important;
}
.dbox_dialog.dbox_iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dbox_dialog.dbox_iframe > .dbox_close {
  top: 0;
  right: 0;
  left: auto;
  background: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  z-index: 100;
  border-bottom-left-radius: 10px;
}
.dbox_dialog.dbox_iframe > .dbox_close:before,
.dbox_dialog.dbox_iframe > .dbox_close:after {
  background: #000;
  height: 17px;
  margin-top: -8px;
}
div.jGrowl {
  padding: 10px;
  z-index: 9999;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  position: fixed;
  top: 0;
  right: 0;
}
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  background: rgba(0, 0, 0, 0.85);
  width: 300px;
  padding: 20px;
  margin: 0 auto 5px auto;
  font-family: Arial, sans-serif;
  font-size: 1em;
  text-align: left;
  display: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
div.jGrowl div.jGrowl-notification div.jGrowl-close {
  z-index: 99;
  float: right;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 1px 20px;
}
div.jGrowl div.jGrowl-notification div.jGrowl-close:hover {
  background: #fff;
  color: #000;
  border-radius: 50%;
}
div.jGrowl div.jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2017
 * @version 1.3.4
 *
 * Date formatter utility library that allows formatting date/time variables or Date objects using PHP DateTime format.
 * This library is a standalone javascript library and does not depend on other libraries or plugins like jQuery.
 * 
 * @see http://php.net/manual/en/function.date.php
 *
 * For more JQuery plugins visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 2px 8px 8px 0;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: 0 0;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: 0 0;
}
.xdsoft_noselect::-moz-selection {
  background: 0 0;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_today_button:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit!important;
  background: inherit!important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: museo-sans, "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
}
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:focus span,
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:hover span {
  color: #454551;
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
}
.cleaner,
.clr {
  clear: both;
}
img {
  border: none;
}
.msgError,
.msgDone,
.msgInfo {
  padding: 20px 20px 20px 40px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 3px;
}
.msgError::before,
.msgDone::before,
.msgInfo::before {
  background: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-family: 'icomoon' !important;
  font-weight: normal;
  content: "\e90a";
  font-smoothing: none;
}
.msgError a,
.msgDone a,
.msgInfo a {
  color: inherit;
  text-decoration: underline;
}
.msgError {
  background: #721c24;
  color: #f8d7da;
}
.msgInfo button {
  background: #f8d7da;
  color: #fff;
}
.msgDone {
  background: #d4edda;
  color: #155724;
}
.msgInfo button {
  background: #155724;
  color: #fff;
}
.msgInfo {
  background: #fff3cd;
  color: #856404;
}
.msgInfo button {
  background: #856404;
  color: #fff;
}
img.img_left {
  float: left;
  margin: 0 20px 5px 0;
}
img.img_right {
  float: right;
  margin: 0 0 5px 20px;
}
.p_highlight {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
.p_highlight2 {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
}
.ck_col21 {
  float: left;
  width: 48%;
}
.ck_col22 {
  float: right;
  width: 48%;
}
.ck_col31 {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.ck_col32 {
  float: left;
  width: 31%;
}
.ck_col33 {
  float: right;
  width: 31%;
}
.ck_clr {
  clear: both;
  height: 1px;
}
.cke_wysiwyg_div {
  padding: 8px !important;
}
/* AB = Admin Buttons */
.AB {
  padding-left: 20px;
  text-decoration: none;
  background-position: 0px center;
  background-repeat: no-repeat;
}
.AB_btn {
  display: inline-block;
  color: #fff;
  padding: 0 25px 0 41px;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  background-color: #1e3658;
  background-position: 20px center;
  margin: 0 1px 1px 0;
  text-decoration: none;
}
.AB_min {
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  background-position: center !important;
  width: 24px;
  height: 24px;
  text-indent: -9999px !important;
}
.AB_up {
  background-image: url('../images/ico/16x16/up.png');
}
.AB_down {
  background-image: url('../images/ico/16x16/download.png');
}
.AB_right {
  background-image: url('../images/ico/16x16/next.png');
}
.AB_left {
  background-image: url('../images/ico/16x16/prev.png');
}
.AB_move {
  background-image: url('../images/ico/16x16/refresh.png');
}
.AB_edit {
  background-image: url('../images/ico/16x16/edit.png');
}
.AB_editPage {
  background-image: url('../images/ico/16x16/edit_page.png');
}
.AB_delete {
  background-image: url('../images/ico/16x16/delete.png');
}
.AB_plus {
  background-image: url('../images/ico/16x16/add.png');
}
.AB_minus {
  background-image: url('../images/ico/16x16/minus.png');
}
.AB_check {
  background-image: url('../images/ico/16x16/accept.png');
}
.AB_preview {
  background-image: url('../images/ico/16x16/search_page.png');
}
.AB_user {
  background-image: url('../images/ico/16x16/male_user.png');
}
.AB_group {
  background-image: url('../images/ico/16x16/male_users.png');
}
.AB_node {
  background-image: url('../images/ico/16x16/puzzle.png');
}
.AB_page {
  background-image: url('../images/ico/16x16/full_page.png');
}
.AB_pages {
  background-image: url('../images/ico/16x16/pages.png');
}
.AB_help {
  background-image: url('../images/ico/16x16/help.png');
}
.AB_support {
  background-image: url('../images/ico/16x16/support.png');
}
.AB_shutdown {
  background-image: url('../images/ico/16x16/shut_down.png');
}
.AB_config {
  background-image: url('../images/ico/16x16/conf.png');
}
.AB_attachment {
  background-image: url('../images/ico/16x16/attachment.png');
}
.AB_lock {
  background-image: url('../images/ico/16x16/lock.png');
}
.AB_SEO {
  background-image: url('../images/ico/16x16/chart_up.png');
}
.AB_documents {
  background-image: url('../images/ico/16x16/folder_full.png');
}
.AB_copy {
  background-image: url('../images/ico/16x16/copy_paste.png');
}
.AB_database {
  background-image: url('../images/ico/16x16/database.png');
}
.AB_trash {
  background-image: url('../images/ico/16x16/trash_can.png');
}
.AB_recycle {
  background-image: url('../images/ico/16x16/recycle.png');
}
.AB_folder {
  background-image: url('../images/ico/16x16/folder.png');
}
.AB_barcode {
  background-image: url('../images/ico/16x16/barcode.png');
}
.AB_green {
  background-image: url('../images/ico/16x16/green_button.png');
}
.AB_yellow {
  background-image: url('../images/ico/16x16/orange_button.png');
}
.AB_red {
  background-image: url('../images/ico/16x16/red_button.png');
}
.AB_comment {
  background-image: url('../images/ico/16x16/comment.png');
}
.AB_table {
  background-image: url('../images/ico/16x16/rar.png');
}
.AB_icon {
  background-image: url('../images/ico/16x16/postcard.png');
}
.AB_directions {
  background-image: url('../images/ico/16x16/travel_directions.png');
}
.AB_save {
  background-image: url('../images/ico/16x16/save.png');
}
.AB_warning {
  background-image: url('../images/ico/16x16/warning.png');
}
.AB_print {
  background-image: url('../images/ico/16x16/printer.png');
}
.AB_magnet {
  background-image: url('../images/ico/16x16/magnet.png');
}
.AB_calendar {
  background-image: url('../images/ico/16x16/calendar_empty.png');
}
.AB_download {
  background-image: url('../images/ico/16x16/save.png');
}
.AB_chart {
  background-image: url('../images/ico/16x16/chart.png');
}
.AB_note {
  background-image: url('../images/ico/16x16/note.png');
}
.AB_filter {
  background-image: url('../images/ico/16x16/filter.png');
}
.AB_pin {
  background-image: url('../images/ico/16x16/pin.png');
}
.AB_palette {
  background-image: url('../images/ico/16x16/palette.png');
}
.AB_link {
  background-image: url('../images/ico/16x16/link.png');
}
.AB_mail {
  background-image: url('../images/ico/16x16/yellow_mail.png');
}
.AB_info {
  background-image: url('../images/ico/16x16/info.png');
}
.AB_flag_green {
  background-image: url('../images/ico/16x16/green_flag.png');
}
.AB_flag_white {
  background-image: url('../images/ico/16x16/white_flag.png');
}
.AB_flag_red {
  background-image: url('../images/ico/16x16/red_flag.png');
}
.AB_forum {
  background-image: url('../../images/ico/16x16/forum.png');
}
.AB_coin {
  background-image: url('../images/ico/16x16/euro_coin.png');
}
.insiteToolsBtn,
.insiteToolsSwitchBtn {
  cursor: pointer;
  position: fixed;
  top: 12px;
  left: 0;
  z-index: 98;
  border: none;
  background: url('../images/insiteTools_btn.svg') center no-repeat #1d3557;
  width: 36px;
  height: 98px;
  display: block;
  padding: 0;
  border-radius: 0 3px 3px 0;
}
.insiteToolsBtn:hover,
.insiteToolsSwitchBtn:hover {
  background-color: #3b5478;
}
.insiteToolsSwitchBtn {
  top: 111px;
  height: 49px;
  background-image: url('../images/insiteTools_toggle1.svg');
}
.insiteToolsSwitchBtn.insiteToolsSwitchBtnHidden {
  background-image: url('../images/insiteTools_toggle0.svg');
}
.insiteToolsStaticMessage {
  position: relative;
  background: #F5D909;
  color: #3A3A3A;
  padding: 5px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.ctxMenu {
  background: #1d3557;
  color: #fff;
  font-size: 13px;
  font-family: Arial;
  text-align: left;
  box-sizing: border-box;
  width: 280px;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: -280px;
  overflow-y: auto;
}
@media only screen and (max-width: 400px) {
  .ctxMenu {
    width: 300px;
    left: -300px;
  }
}
.ctxMenu p,
.ctxMenu h2 {
  color: #fff;
  font-size: 13px;
  font-family: Arial;
  text-align: left;
  padding: 0;
  margin: 0 0 5px 0;
}
.ctxMenu h2 {
  font-size: 20px;
  text-transform: none;
}
.ctxMenu .insiteToolsPanel_header {
  padding: 20px 25px !important;
  margin: 0 !important;
  background: transparent !important;
}
.ctxMenu .insiteToolsPanel_header h2 i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
#insiteToolsPanel_timeout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: yellow;
  padding: 5px 0;
}
#insiteToolsPanel_timeoutField {
  -ms-flex-positive: 1;
      flex-grow: 1;
  border: 1px solid yellow;
  margin: 0 10px;
  height: 5px;
  position: relative;
}
#insiteToolsPanel_timeoutBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: yellow;
}
.ctxMenu ul {
  padding: 0;
  margin: 0;
  display: block;
}
.ctxMenu > ul {
  padding: 8px;
}
.ctxMenu li {
  padding: 0;
  margin: 0 0 1px 0;
  list-style: none;
  display: block;
}
.ctxMenu > ul > li {
  margin: 0 0 8px 0;
  margin: 0;
}
.ctxMenu ul a,
.ctxMenu ul .a {
  display: block;
  background: #3b5478;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  background: none;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}
.ctxMenu ul a i,
.ctxMenu ul .a i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
}
.ctxMenu li a.focus,
.ctxMenu li .a.focus,
.ctxMenu li.active > a,
.ctxMenu li.active > .a,
.ctxMenu li a:hover,
.ctxMenu li .a:hover {
  background: #5f97b8 !important;
}
.ctxMenu li.active > ul {
  display: block;
}
.ctxMenu ul ul {
  display: none;
  padding-left: 40px;
  margin-top: 1px;
}
.ctxMenu .ctxMenuArrow {
  position: absolute;
  right: 10px;
  top: 11px;
}
.ctxMenu .ctxMenuArrow:before {
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
}
.ctxMenu .sublabel {
  font-size: 9px;
  display: inline-block;
  color: #aaa;
}
body > .ajaxProgress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  z-index: 99999999;
}
body > .ajaxProgress > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: red;
  transition: width 100ms;
}
.PA_item_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  background: #1d3557 !important;
  color: #fff !important;
  font-weight: normal !important;
  text-align: left !important;
  margin: 5px;
  padding: 2px !important;
  line-height: 24px;
  box-shadow: 0 0 3px #fff;
  position: sticky;
  top: 5px;
}
.PA_item_head > .item_head_label {
  width: 10px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0 10px !important;
  font-family: Arial !important;
  font-size: 12px !important;
  color: #fff !important;
  padding: 0 !important;
}
.PA_item_head > .item_head_btn {
  text-align: center;
  padding: 0;
  border: none;
  background: #3b5478;
  height: 24px;
  width: 24px;
  font-size: 12px;
  margin-left: 2px;
  transition: ease 0.25s;
  color: white;
}
.PA_item_head > .item_head_btn:hover,
.PA_item_head > .item_head_btn:hover i {
  background: #fff;
  color: #1d3557 !important;
}
.PA_item_head > .PA_handle,
.PA_item_head > .IS_handle {
  cursor: move;
}
.PA_miniToolbar > .PA_item {
  position: relative;
  min-height: 66px;
}
.PA_miniToolbar > .PA_item > .PA_item_head {
  position: absolute;
  top: 0;
  left: -40px;
  width: 24px;
}
.PA_miniToolbar > .PA_item > .PA_item_head > .item_head_label {
  display: none !important;
}
.PA_miniToolbar > .PA_item > .PA_item_head > .item_head_btn {
  margin: 0 0 2px 0;
}
.PA_miniToolbar.PA_rightToolbar > .PA_item > .PA_item_head {
  left: auto;
  right: -40px;
}
.PA_item_head.subitem {
  background: #888 !important;
  border: none;
  color: #ccc !important;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  padding: 1px 1px 1px 10px;
  margin: 0px 30px 5px 30px;
}
.PA.droppable.moving {
  min-height: 50px;
}
.PA.droppable .PA.droppable {
  min-height: 150px;
}
.PA.moving {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}
.PA.over {
  background: rgba(128, 128, 128, 0.5);
}
.PA_placeholder,
.IS_placeholder {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}
.addContentBtn {
  clear: both;
  padding: 10px 0;
  margin-top: 5px;
}
.addContentBtn button {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(29, 53, 87, 0.3);
  color: rgba(29, 53, 87, 0.3);
  transition: all 300ms;
  padding: 20px 10px;
  font-size: 16px;
}
.addContentBtn button:hover {
  background: #1d3557;
  color: #fff;
  box-shadow: 0 0 3px #fff;
}
.addContentDialog {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.addContentDialog > button {
  height: 150px;
  text-align: center;
  padding: 0;
}
.addContentDialog > button > i {
  font-size: 41px;
  display: block;
  margin-bottom: 20px;
}
.item_columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: top;
      align-items: top;
}
.item_column {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin: 0 20px;
}
.item_column:first-child {
  margin-left: 0;
}
.item_column:last-child {
  margin-right: 0;
}
fieldset.adminFieldset {
  border: 1px solid #adadad;
  padding: 20px;
  border-radius: 3px;
  margin: 5px 0;
  background: #f8f8f8;
}
fieldset.adminFieldset legend {
  background: #adadad;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 12px;
}
.adminTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  background: #fff;
}
.adminTable th,
.adminTable td {
  padding: 7px 10px;
}
.adminTable th {
  font-weight: bold;
  background: #c7d9e4;
  color: inherit;
  border: 1px solid #fff;
}
.adminTable tr:first-child th {
  border-top: none;
}
.adminTable th:first-child {
  border-left: none;
}
.adminTable th:last-child {
  border-right: none;
}
.adminTable thead th {
  text-align: left;
}
.adminTable tbody th {
  text-align: left;
}
.adminTable tfoot th {
  border-top: 1px solid #5f97b8;
  background: transparent;
}
.adminTable th.num,
.adminTable td.num {
  text-align: right;
  white-space: nowrap;
}
.adminTable td.nowrap {
  white-space: nowrap;
}
.adminTable th.center,
.adminTable td.center {
  text-align: center;
}
.adminTable th.input,
.adminTable td.input {
  padding: 2px;
}
.adminTable tr.CB input[type=checkbox],
.adminTable td.input input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin: 0;
  vertical-align: middle;
}
.adminTable td.tools {
  padding: 2px;
  white-space: nowrap;
  width: 10px;
}
.adminTable td.tools a.button,
.adminTable td.tools button {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  padding: 0 7px;
  text-align: center;
  line-height: 30px;
}
.adminTable td.tools a.button i,
.adminTable td.tools button i {
  display: inline-block;
  width: 16px;
  text-align: center;
}
.adminTable tbody td {
  border-bottom: 1px solid #ddd;
}
.adminTable tbody tr:hover {
  background: #ddd;
}
.adminTable tr.CB_checked td {
  background: #d9edf7;
  border-left-color: #abe3ff;
}
.adminTable .noresults {
  font-style: italic;
  text-align: center;
  padding: 20px 10px;
  opacity: 0.8;
}
.adminTable td.good {
  background: #d4edda;
  color: #155724;
}
.adminTable td.bad {
  background: #f8d7da;
  color: #721c24;
}
.adminTable td.yellow {
  background: #fff6a6;
  color: #ff9800;
}
.adminTable td.grey {
  background: #eee;
  color: #929292;
}
.lightTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  background: #fff;
}
.lightTable th {
  padding: 24px 20px;
  text-align: left;
}
.lightTable td {
  padding: 16px 20px;
}
.lightTable thead tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.lightTable tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lightTable tbody tr:last-child {
  border-bottom: none;
}
.lightTable tfoot tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.lightTable th a {
  color: inherit;
}
.lightTable th.num,
.lightTable td.num {
  text-align: right;
}
.lightTable th.center,
.lightTable td.center {
  text-align: center;
}
.lightTable th.input,
.lightTable td.input {
  padding: 2px;
}
.lightTable td.input input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin: 0;
  vertical-align: middle;
}
.lightTable tbody tr:hover {
  background: #eee;
}
.lightTable .noresults {
  font-style: italic;
  text-align: center;
  padding: 20px 10px;
  opacity: 0.8;
}
.tablesorter .header {
  cursor: pointer;
}
.tablesorter .header:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0dc';
  margin-left: 5px;
  opacity: 0.5;
}
.tablesorter .header:hover:after {
  opacity: 1;
}
.tablesorter .header.headerSortUp:hover:after,
.tablesorter .header.headerSortDown:after {
  content: '\f0d8';
  opacity: 1;
}
.tablesorter .header.headerSortDown:hover:after,
.tablesorter .header.headerSortUp:after {
  content: '\f0d7';
  opacity: 1;
}
.tablesorter .header.headerSortUp,
.tablesorter .header.headerSortDown {
  background: #1d3557;
  color: #fff;
}
.btnsToolbar {
  padding: 6px 6px 0 6px;
  border-radius: 1px;
  background: #6f6c6c;
  margin-bottom: 10px;
  box-shadow: 0 1px #fff;
}
.btnsToolbar .btnGroup {
  height: 25px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  float: left;
  border-radius: 1px;
  margin-bottom: 6px;
}
.btnsToolbar .btn {
  display: block;
  float: left;
  cursor: pointer;
  padding: 0 8px;
  line-height: 24px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #fff;
  color: #333333;
  text-decoration: none;
  background: #f8f8f8;
  text-shadow: 0 1px #fff;
  position: relative;
}
.btnsToolbar .btn.btnGroup_first {
  border-radius: 1px 0 0 1px;
  border-left: none;
}
.btnsToolbar .btn.btnGroup_last {
  border-radius: 0 1px 1px 0;
  border-right: none;
}
.btnsToolbar .btn.btnGroup_both {
  border-radius: 1px;
  border: none;
}
.btnsToolbar .btn:hover {
  background: #ededed;
  box-shadow: inset 0 0 15px #ddd;
}
.btnsToolbar .btn_separator {
  display: block;
  float: left;
  width: 9px;
  height: 1em;
}
.btnsToolbar .btn .BM_arrow {
  background: url('/sites/default/images/btn_arrow.gif') right center no-repeat;
  padding-left: 5px;
}
.btnsToolbar .btn.disabled {
  color: #888;
  cursor: default;
}
.btnsToolbar .viewOptions {
  padding: 15px;
  margin-top: 6px;
  background: #f8f8f8;
  border-radius: 1px;
  position: relative;
  top: -6px;
}
.btnsToolbar .viewOptionsBridge {
  display: none;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #f8f8f8;
}
.btnsToolbar_bubble {
  display: block;
  padding-top: 24px;
  width: 150px;
  text-align: left;
}
.btnsToolbar_bubble .margin {
  display: block;
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.btnsToolbar_bubble .margin li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btnsToolbar_bubble .margin li a {
  display: block;
  margin: 0;
  padding: 5px 8px;
  color: #333333;
  text-decoration: none;
}
.btnsToolbar_bubble .margin li a:hover,
.btnsToolbar_bubble .margin li a.active {
  background-color: #ededed;
  box-shadow: inset 0 0 15px #ddd;
}
.gallery .item,
.gallery .IS_placeholder {
  float: left;
  margin: 0 10px 10px 0;
  width: 200px;
  position: relative;
  height: 170px;
}
.gallery .item .img {
  display: block;
  height: 133px;
  background: url() center no-repeat;
  margin-bottom: 5px;
  position: relative;
}
.gallery .item .img span {
  display: none;
}
.gallery .item .img .icon.pdf {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 32px;
  height: 32px;
  background: url('/sites/default/images/ico/pdf.png') no-repeat;
}
.gallery .item p {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 2.2em;
  line-height: 1.1em;
}
.gallery .item .tools {
  position: absolute;
  top: 5px;
  right: 5px;
}
.gallery .item .tools a,
.gallery .item .tools span {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  text-indent: -9999px;
  padding: 0px;
  margin: 0 0 4px 0;
  background-color: #444;
  border-radius: 4px;
}
.gallery .item .tools a:hover,
.gallery .item .tools span:hover {
  background-color: #fff;
}
.gallery2 .item,
.gallery2 .IS_placeholder {
  float: left;
  margin: 0 10px 10px 0;
  width: 200px;
  position: relative;
}
.gallery2 .item > a {
  position: relative;
  display: block;
  line-height: 150px;
  height: 150px;
  padding-bottom: 3em;
  text-align: center;
}
.gallery2 .item img {
  max-width: 100%;
  max-height: 150px;
  vertical-align: middle;
}
.gallery2 .item .label {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2.2em;
  line-height: 1.1em;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery2 .item .icon {
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery2 .item .icon.pdf {
  background: url('/sites/default/images/ico/pdf.png') center bottom no-repeat;
}
.gallery2 .item .icon.video {
  background: url('/sites/default/images/ico/play.png') center center no-repeat;
}
.gallery2 .item .tools {
  position: absolute;
  top: 5px;
  right: 5px;
}
.gallery2 .item .tools a,
.gallery2 .item .tools span {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  text-indent: -9999px;
  padding: 0px;
  margin: 0 0 4px 0;
  background-color: #444;
  border-radius: 4px;
}
.gallery2 .item .tools a:hover,
.gallery2 .item .tools span:hover {
  background-color: #fff;
}
.gallery3 .item,
.gallery3 .IS_placeholder {
  float: left;
  margin: 0 10px 10px 0;
  width: 200px;
  position: relative;
  box-sizing: border-box;
  transition: margin,width 100ms;
}
.gallery3 .item > a {
  display: block;
  padding-top: 75%;
}
.gallery3 .item > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery3 .item .label {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 5px 5px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  box-sizing: border-box;
}
.gallery3 .item .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  font-size: 32px;
}
.gallery3 .item .tools {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.gallery3 .item .tools button,
.gallery3 .item .tools span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  margin: 0 0 2px 0;
  background: #1d3557;
  color: #fff;
  text-align: center;
}
.gallery3 .item .gallery_file {
  background: #eee;
}
.gallery3 .item.addBtn {
  border: 1px dashed rgba(29, 53, 87, 0.3);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
}
.gallery3Files .item,
.gallery3Files .IS_placeholder {
  margin: 0;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(29, 53, 87, 0.3);
}
.gallery3Files .item:first-child {
  border-top: 1px solid rgba(29, 53, 87, 0.3);
}
.gallery3Files .item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  padding: 0 8px;
}
.gallery3Files .item > a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.gallery3Files .item .label {
  width: 1px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 5px 0;
}
.gallery3Files .item .icon {
  text-align: center;
  font-size: 32px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin-right: 16px;
}
.gallery3Files .item .img {
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin-right: 16px;
}
.gallery3Files .item .img > img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.gallery3Files .item .size {
  text-align: right;
  text-decoration: none;
  margin-left: 16px;
}
.gallery3Files .item .tools {
  position: absolute;
  top: 6px;
  right: 80px;
  display: -ms-flexbox;
  display: flex;
}
.gallery3Files .item .tools button,
.gallery3Files .item .tools span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  margin: 0 2px 0 0;
  background: #1d3557;
  color: #fff;
  text-align: center;
  vertical-align: top;
}
.gallery3Files .item.addBtn {
  border: 1px dashed rgba(29, 53, 87, 0.3);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 5px;
}
.gallery3Files .item.addBtn > a {
  color: rgba(29, 53, 87, 0.3);
  transition: all 300ms;
}
.gallery3Files .item.addBtn > a:hover {
  background: #1d3557;
  color: #fff;
  box-shadow: 0 0 3px #fff;
}
.gallery3Files .item.addBtn .icon {
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .gallery3Files .item > a {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery3Files .item .icon {
    margin-right: 0;
  }
  .gallery3Files .item .size {
    font-size: 0.8em;
  }
}
.galleryVideo .video,
.galleryVideo .IS_placeholder {
  float: left;
  margin: 0 10px 10px 0;
  width: 200px;
  position: relative;
  height: 190px;
  text-align: center;
  line-height: 150px;
}
.galleryVideo .video img {
  max-width: 100%;
  max-height: 150px;
  vertical-align: middle;
}
.galleryVideo .video .label {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2.2em;
  line-height: 1.1em;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.galleryVideo .video .tools {
  position: absolute;
  top: 5px;
  right: 5px;
}
.galleryVideo .video .tools a,
.galleryVideo .video .tools span {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  text-indent: -9999px;
  padding: 0px;
  margin: 0 0 4px 0;
  background-color: #444;
  border-radius: 4px;
}
.galleryVideo .video .tools a:hover,
.galleryVideo .video .tools span:hover {
  background-color: #fff;
}
.news_list_item,
.news_item {
  position: relative;
}
.news_list_item img {
  float: left;
  margin: 0 10px 5px 0;
}
.news_add_item {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 150%;
}
.news_add_item:hover {
  opacity: 0.7;
}
.news_tools {
  position: absolute;
  top: 5px;
  right: 5px;
}
.news_tools a,
.news_tools span {
  float: left;
  padding: 3px 10px 3px 30px;
  background-position: 10px center;
  margin: 0 0 0 4px;
  color: #fff;
  background-color: #444;
  border-radius: 4px;
}
.news_tools a:hover,
.news_tools span:hover {
  background-color: #fff;
  color: #000;
}
.paginate {
  text-align: center;
  padding: 10px 10px;
  line-height: 26px;
}
.paginate a,
.paginate span {
  background: #eee;
  padding: 4px 10px;
  color: #444;
  display: inline;
  margin: 0 1px;
}
.paginate a {
  color: #444;
  text-decoration: none;
}
.paginate span {
  color: #888;
}
.paginate a:hover,
.paginate span.active {
  background: #aaa;
  color: #000;
}
.paginate .arrow {
  padding: 2px 15px;
}
.orderList > * {
  display: block;
  background: #ccc;
  margin-bottom: 1px;
  border-radius: 2px;
  cursor: move;
}
.orderList > * > * {
  display: block;
  padding: 7px 20px;
}
.orderList > *:hover {
  background: #eee;
}
.orderListEmpty {
  text-align: center;
  padding: 40px 0;
  font-style: italic;
}
.ui-autocomplete {
  z-index: 10000;
  padding: 0;
  border-radius: 0 !important;
  border: none;
  background: #f8f8f8;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  color: #333333;
}
.ui-autocomplete li {
  display: block;
  list-style: none;
}
.ui-autocomplete .ui-menu-item a {
  display: block;
  border-radius: 0;
  color: inherit;
  border: none;
  margin: 0;
  padding: 0 5px;
  font-weight: normal !important;
}
.ui-autocomplete .ui-menu-item a:hover,
.ui-autocomplete .ui-menu-item a.ui-state-hover {
  background: #ccc;
  border: none;
  margin: 0;
}
.BM > .BM_bubble {
  display: none;
}
.BM_style {
  width: 200px;
  background: #fff;
}
.BM_style {
  border-radius: 1px;
  padding: 10px;
  position: relative;
  left: -5px;
  background: #f8f8f8;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.BM_style .BM_tail {
  position: absolute;
  top: -5px;
  left: 9px;
  width: 11px;
  height: 5px;
  background: url('../images/BM_tail_white.gif') center top no-repeat;
}
ul.BM_dropdown {
  width: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}
ul.BM_dropdown > li {
  display: block;
  padding: 0px;
  list-style: none;
}
ul.BM_dropdown > li > a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  line-height: 200%;
}
ul.BM_dropdown > li > a > i {
  margin-right: 5px;
  font-size: 16px;
  color: #aaaaaa;
  vertical-align: middle;
}
ul.BM_dropdown > li > a:hover {
  background: #eee;
}
.pw {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
#pw_page {
  position: fixed;
  z-index: 9999999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.pw_anim_container {
  width: 70px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -35px;
}
.pw_anim_loader {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-top-color: #000;
  border-right-color: #000;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: pw_anim_rotate 2s ease-in-out infinite;
  -ms-transform: rotate(-200deg);
      transform: rotate(-200deg);
}
@keyframes pw_anim_rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}
.pw_hint {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-style: italic;
  margin-top: 25px;
}
.PA.showArea {
  background: transparent url("../images/PA_crossHover.png");
  min-height: 100px;
}
.alertMsg {
  border: 1px solid #ccc;
  padding: 1px;
  text-align: left !important;
}
.alertMsgHead {
  background: #eee;
  font-weight: bold;
  padding: 5px 10px;
  width: 50%;
}
.alertMsg {
  padding: 5px;
}
.alertMsg ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.alertMsg ul li {
  list-style: none;
}
.alertMsgFooter {
  background: #eee;
  color: #666;
  font-size: 11px;
  font-style: italic;
  padding: 3px 10px;
}
.alertMsgVar {
  color: #660000;
}
.alertMsgString {
  color: #008200;
}
.alertMsgNull {
  color: #666;
  font-style: italic;
}
.alertMsgInt {
  color: red;
}
.alertMsgBool {
  color: blue;
  font-style: italic;
}
/*
	********************************************************************************************************************************
	FORMULARE
*/
.formItem {
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.cke {
  margin-bottom: 5px !important;
}
/* CK editor */
.formItem_label {
  width: 25%;
  max-width: 300px;
  min-width: 100px;
  text-align: right;
  font-size: 1.2em;
  box-sizing: border-box;
  padding-right: 10px;
}
.formItem_input {
  width: 75%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: left;
  position: relative;
}
.formItem_input > select,
.formItem_input > textarea,
.formItem_input > input[type=text],
.formItem_input > input[type=number],
.formItem_input > input[type=tel],
.formItem_input > input[type=email],
.formItem_input > input[type=password] {
  border: 1px solid #ddd;
  background: #fff;
  outline: 0;
  box-sizing: border-box;
  padding: 7px 15px;
}
.formItem_input textarea,
.formItem_input > input[type=text]:only-of-type,
.formItem_input > input[type=number]:only-of-type,
.formItem_input > input[type=tel]:only-of-type,
.formItem_input > input[type=email]:only-of-type,
.formItem_input > input[type=password]:only-of-type {
  width: 100%;
}
.formItem_input > input[type=text]:focus,
.formItem_input > input[type=number]:focus,
.formItem_input > input[type=tel]:focus,
.formItem_input > input[type=email]:focus,
.formItem_input > input[type=password]:focus,
.formItem_input > textarea:focus {
  border-bottom-color: #0674c4;
}
.formItem_input > label > input[type=checkbox],
.formItem_input > label > input[type=radio] {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.formItem_input > label {
  display: block;
}
.formItem_input [disabled] {
  background: #eee;
}
.formItem_input [readonly] {
  color: #999;
}
.formItem_input input[required]:invalid,
.formItem_input input[pattern]:invalid,
.formItem_input select[required]:invalid,
.formItem_input textarea[required]:invalid,
.formItem_input textarea[pattern]:invalid {
  border-color: #e63a47;
}
.formItem_input input[pattern]:valid,
.formItem_input textarea[pattern]:valid {
  background: #d0ffc0;
}
.formItem_input textarea {
  font-family: inherit;
  height: 10em;
  resize: vertical;
}
.formItem .hint {
  display: none;
  position: absolute;
  top: 105%;
  left: 5px;
  max-width: 80%;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 10px 15px;
  color: #fff;
  z-index: 20;
}
.formItem .hint:before {
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  left: 20px;
  margin-left: -10px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.formItem:hover .hint {
  display: block;
}
.formItem.big .formItem_label {
  font-size: 1.4em;
  color: #5f97b8;
}
.formItem.childFile .formItem_input {
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  padding: 1px;
  line-height: 27px;
}
.formItem.childFile .formItem_input a {
  display: inline-block;
  vertical-align: middle;
}
.formItem.childFile .formItem_input img {
  max-height: 27px;
  display: inline-block;
  vertical-align: middle;
}
.formItem.childFile .formItem_input input {
  vertical-align: middle;
}
.formItem.childFile .formItem_input button {
  padding: 0 10px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}
.formItem_boolControl {
  display: inline-block;
  height: 29px;
  width: 58px;
  border-radius: 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #eee;
  position: relative;
  cursor: pointer;
}
.formItem_boolControl.active {
  background: #5ca2d5;
}
.formItem_boolControl_yes {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 50%;
  color: #fff;
  text-align: center;
  font-size: 1em;
  margin-top: -0.55em;
}
.formItem_boolControl_no {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 50%;
  color: #aaa;
  text-align: center;
  font-size: 1em;
  margin-top: -0.55em;
}
.formItem_boolControl_switch {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  transition: all 200ms;
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  z-index: 1;
}
.formItem_boolControl.active > .formItem_boolControl_switch {
  left: 50%;
}
.formItem_boolControl:hover > .formItem_boolControl_switch {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
}
form .buttons {
  text-align: right;
  padding: 5px 0;
  border-top: 1px solid #d3d3d3;
}
form .buttons .button,
form .buttons button,
td.tools .button,
button.adminButton,
button {
  display: inline-block;
  vertical-align: middle;
  background: #1e3658;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  outline: none;
}
button.red {
  background: #721c24;
  color: #f5c6cb;
}
button.green {
  background: #155724;
  color: #c3e6cb;
}
button.yellow {
  background: #ecc400;
  color: #674d00;
}
form .buttons .button,
button.less,
.toolbar button.less {
  background: #A5A5A5 !important;
}
.toolbar {
  background: #1d3557;
  color: #fff;
  margin: 30px 0;
  padding: 8px;
  padding-bottom: 4px;
}
.toolbar button,
.toolbar a.button,
.toolbar > label,
.toolbar > button,
.toolbar > .group,
.toolbar > .group > button,
.toolbar > .group > label,
.toolbar .dropdown,
.toolbar .dropdown button,
.toolbar .dropdown a {
  background: #3b5478 !important;
  border: none !important;
  padding: 10px 20px;
  font: normal 14px Arial;
  margin: 0 4px 4px 0;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff !important;
}
.toolbar button:hover,
.toolbar a.button:hover,
.toolbar > button:hover,
.toolbar > .group > button:hover,
.toolbar .dropdown button:hover,
.toolbar .dropdown a:hover {
  background: #5f97b8 !important;
  border: none !important;
}
.toolbar > .group {
  font-size: 0;
  padding: 0;
  background: transparent !important;
}
.toolbar > .group > label,
.toolbar > .group > button,
.toolbar > .group > .button,
.toolbar > .group > .dropdown {
  margin: 0 1px 0 0;
  border-right: 1px solid #44a249;
}
.toolbar > .group input,
.toolbar > .group select {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  line-height: 36px;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  border: none;
  margin: 0 1px 0 0;
}
.toolbar .dropdown {
  font-size: 0;
  padding: 0;
  background: transparent !important;
  position: relative;
}
.toolbar .dropdown > button {
  margin: 0;
}
.toolbar .dropdown > ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 21;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.toolbar .dropdown > ul li {
  margin: 0;
  padding: 0;
}
.toolbar .dropdown > ul li button,
.toolbar .dropdown > ul li a {
  background: #fff !important;
  color: #1d3557 !important;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  white-space: nowrap;
}
.toolbar .dropdown > ul li a:hover,
.toolbar .dropdown > ul li button:hover,
.toolbar .dropdown > ul li a.active {
  background: #eee !important;
  color: #000 !important;
}
.toolbar .dropdown > ul li i {
  color: #aaaaaa;
  width: 16px;
  text-align: center;
  margin-right: 10px;
}
.toolbar > label,
.toolbar > .group > label {
  background: transparent !important;
  padding-left: 5px;
  padding-right: 5px;
}
.toolbar > button.active,
.toolbar > .group > button.active {
  background: #fff !important;
  color: #000 !important;
}
.toolbar > button.active:after,
.toolbar > .group > button.active:after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: #fff;
}
.toolbar .more {
  display: none;
  padding: 20px;
  background: #fff;
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
}
.toolbar .more.active {
  display: block;
}
/* vyber souboru ve formulari uzlu */
.nodeFiles {
  margin: 0 auto;
}
.nodeFiles .icon {
  text-align: center;
  height: 62px;
  width: 100px;
}
.nodeFiles .label {
  vertical-align: middle;
  padding-left: 20px;
}
/* tabs */
.tabs {
  height: 44px;
  line-height: 43px;
  margin: 0px;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.tabs:before {
  display: block;
  content: '';
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tabs > li {
  position: relative;
  display: inline-block !important;
  vertical-align: bottom;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 39px !important;
  height: 39px !important;
}
.tabs > li > a {
  color: #1d3557 !important;
  background: #fff !important;
  padding: 0 12px !important;
  height: 38px !important;
  line-height: 38px !important;
  display: inline-block !important;
  text-decoration: none !important;
  font-size: 15px;
  border: 1px solid #ddd;
  border-bottom: none !important;
  margin-left: -1px;
}
.tabs > li > a i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 16px;
  color: #aaaaaa;
}
.tabs > li:first-child > a {
  margin-left: 0;
}
.tabs > li.active > a,
.tabs > li:hover > a {
  margin-top: -4px !important;
  padding-top: 4px !important;
  padding-bottom: 1px !important;
}
.tabs > li.active > a i,
.tabs > li:hover > a i {
  color: #e63946;
}
.tabbed .tabScroll {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #1d3557;
  color: #fff;
  cursor: pointer;
}
.tabbed .tabScroll.l {
  right: 45px;
}
.tabbed .tabScroll:hover {
  background-color: #5f97b8;
}
.tab {
  border: 1px solid #ddd;
  border-top: none;
  padding: 32px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?5l9dcb');
  src: url('../fonts/icomoon.eot?5l9dcb#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?5l9dcb') format('truetype'), url('../fonts/icomoon.woff?5l9dcb') format('woff'), url('../fonts/icomoon.svg?5l9dcb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
i[class^="icon-"],
i[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-smooth: never;
  -webkit-font-smoothing: none;
}
.icon-Actions-01:before {
  content: "\e900";
}
.icon-Actions-02:before {
  content: "\e901";
}
.icon-Actions-03:before {
  content: "\e902";
}
.icon-Actions-04:before {
  content: "\e903";
}
.icon-Actions-05:before {
  content: "\e904";
}
.icon-Actions-06:before {
  content: "\e905";
}
.icon-Actions-07:before {
  content: "\e906";
}
.icon-Actions-08:before {
  content: "\e907";
}
.icon-Actions-09:before {
  content: "\e908";
}
.icon-Actions-10:before {
  content: "\e909";
}
.icon-Actions-11:before {
  content: "\e90a";
}
.icon-Actions-12:before {
  content: "\e90b";
}
.icon-Actions-13:before {
  content: "\e90c";
}
.icon-Actions-14:before {
  content: "\e90d";
}
.icon-Actions-15:before {
  content: "\e90e";
}
.icon-Actions-16:before {
  content: "\e90f";
}
.icon-Actions-17:before {
  content: "\e910";
}
.icon-Actions-18:before {
  content: "\e911";
}
.icon-Actions-19:before {
  content: "\e912";
}
.icon-Actions-20:before {
  content: "\e913";
}
.icon-Actions-21:before {
  content: "\e914";
}
.icon-Actions-22:before {
  content: "\e915";
}
.icon-Actions-23:before {
  content: "\e916";
}
.icon-Actions-24:before {
  content: "\e917";
}
.icon-Actions-25:before {
  content: "\e918";
}
.icon-Actions-26:before {
  content: "\e919";
}
.icon-Actions-27:before {
  content: "\e91a";
}
.icon-Actions-28:before {
  content: "\e91b";
}
.icon-Actions-29:before {
  content: "\e91c";
}
.icon-Actions-30:before {
  content: "\e91d";
}
.icon-Actions-31:before {
  content: "\e91e";
}
.icon-Actions-32:before {
  content: "\e91f";
}
.icon-Actions-33:before {
  content: "\e920";
}
.icon-Actions-34:before {
  content: "\e921";
}
.icon-Actions-35:before {
  content: "\e922";
}
.icon-Actions-36:before {
  content: "\e923";
}
.icon-Actions-37:before {
  content: "\e924";
}
.icon-Actions-38:before {
  content: "\e925";
}
.icon-Actions-39:before {
  content: "\e926";
}
.icon-Actions-40:before {
  content: "\e927";
}
.icon-Actions-41:before {
  content: "\e928";
}
.icon-Actions-42:before {
  content: "\e929";
}
.icon-Actions-43:before {
  content: "\e92a";
}
.icon-Actions-44:before {
  content: "\e92b";
}
.icon-Actions-45:before {
  content: "\e92c";
}
.icon-Actions-46:before {
  content: "\e92d";
}
.icon-Actions-47:before {
  content: "\e92e";
}
.icon-Actions-48:before {
  content: "\e92f";
}
.icon-Actions-49:before {
  content: "\e930";
}
.icon-Actions-50:before {
  content: "\e931";
}
.icon-Actions-51:before {
  content: "\e932";
}
.icon-Actions-52:before {
  content: "\e933";
}
.icon-Actions-53:before {
  content: "\e934";
}
.icon-Actions-54:before {
  content: "\e935";
}
.icon-Actions-55:before {
  content: "\e936";
}
.icon-Actions-56:before {
  content: "\e937";
}
.icon-Actions-57:before {
  content: "\e938";
}
.icon-Actions-58:before {
  content: "\e939";
}
.icon-Actions-59:before {
  content: "\e93a";
}
.icon-Actions-60:before {
  content: "\e93b";
}
.icon-Actions-61:before {
  content: "\e93c";
}
.icon-Actions-62:before {
  content: "\e93d";
}
.icon-Actions-63:before {
  content: "\e93e";
}
.icon-Actions-64:before {
  content: "\e93f";
}
.icon-Actions-65:before {
  content: "\e940";
}
.icon-Actions-66:before {
  content: "\e941";
}
.icon-Actions-67:before {
  content: "\e942";
}
.icon-Actions-68:before {
  content: "\e943";
}
.icon-Actions-69:before {
  content: "\e944";
}
.icon-Actions-70:before {
  content: "\e945";
}
.icon-Actions-71:before {
  content: "\e946";
}
.icon-Actions-72:before {
  content: "\e947";
}
.icon-Actions-73:before {
  content: "\e948";
}
.icon-Actions-74:before {
  content: "\e949";
}
.icon-Actions-75:before {
  content: "\e94a";
}
.icon-Actions-76:before {
  content: "\e94b";
}
.icon-Actions-77:before {
  content: "\e94c";
}
.icon-Actions-78:before {
  content: "\e94d";
}
.icon-Actions-79:before {
  content: "\e94e";
}
.icon-Actions-80:before {
  content: "\e94f";
}
.icon-Actions-81:before {
  content: "\e950";
}
.icon-Actions-82:before {
  content: "\e951";
}
.icon-Actions-83:before {
  content: "\e952";
}
.icon-Actions-84:before {
  content: "\e953";
}
.icon-Actions-85:before {
  content: "\e954";
}
.icon-Actions-86:before {
  content: "\e955";
}
.icon-Actions-87:before {
  content: "\e956";
}
.icon-Actions-88:before {
  content: "\e957";
}
.icon-Actions-89:before {
  content: "\e958";
}
.icon-Actions-90:before {
  content: "\e959";
}
.icon-Actions-91:before {
  content: "\e95a";
}
.icon-Actions-92:before {
  content: "\e95b";
}
.icon-Actions-93:before {
  content: "\e95c";
}
.icon-Actions-94:before {
  content: "\e95d";
}
.icon-Actions-95:before {
  content: "\e95e";
}
.icon-Actions-96:before {
  content: "\e95f";
}
.icon-Actions-97:before {
  content: "\e960";
}
.icon-Actions-98:before {
  content: "\e961";
}
.icon-Actions-99:before {
  content: "\e962";
}
.icon-Actions-100:before {
  content: "\e963";
}
.icon-Controls-01:before {
  content: "\e964";
}
.icon-Controls-02:before {
  content: "\e965";
}
.icon-Controls-03:before {
  content: "\e966";
}
.icon-Controls-04:before {
  content: "\e967";
}
.icon-Controls-05:before {
  content: "\e968";
}
.icon-Controls-06:before {
  content: "\e969";
}
.icon-Controls-07:before {
  content: "\e96a";
}
.icon-Controls-08:before {
  content: "\e96b";
}
.icon-Controls-09:before {
  content: "\e96c";
}
.icon-Controls-10:before {
  content: "\e96d";
}
.icon-Controls-11:before {
  content: "\e96e";
}
.icon-Controls-12:before {
  content: "\e96f";
}
.icon-Controls-13:before {
  content: "\e970";
}
.icon-Controls-14:before {
  content: "\e971";
}
.icon-Controls-15:before {
  content: "\e972";
}
.icon-Controls-16:before {
  content: "\e973";
}
.icon-Controls-17:before {
  content: "\e974";
}
.icon-Controls-18:before {
  content: "\e975";
}
.icon-Controls-19:before {
  content: "\e976";
}
.icon-Controls-20:before {
  content: "\e977";
}
.icon-Controls-21:before {
  content: "\e978";
}
.icon-Controls-22:before {
  content: "\e979";
}
.icon-Controls-23:before {
  content: "\e97a";
}
.icon-Controls-24:before {
  content: "\e97b";
}
.icon-Controls-25:before {
  content: "\e97c";
}
.icon-Controls-26:before {
  content: "\e97d";
}
.icon-Controls-27:before {
  content: "\e97e";
}
.icon-Controls-28:before {
  content: "\e97f";
}
.icon-Controls-29:before {
  content: "\e980";
}
.icon-Controls-30:before {
  content: "\e981";
}
.icon-Controls-31:before {
  content: "\e982";
}
.icon-Controls-32:before {
  content: "\e983";
}
.icon-Controls-33:before {
  content: "\e984";
}
.icon-Controls-34:before {
  content: "\e985";
}
.icon-Controls-35:before {
  content: "\e986";
}
.icon-Controls-36:before {
  content: "\e987";
}
.icon-Controls-37:before {
  content: "\e988";
}
.icon-Controls-38:before {
  content: "\e989";
}
.icon-Controls-39:before {
  content: "\e98a";
}
.icon-Controls-40:before {
  content: "\e98b";
}
.icon-Controls-41:before {
  content: "\e98c";
}
.icon-Controls-42:before {
  content: "\e98d";
}
.icon-Controls-43:before {
  content: "\e98e";
}
.icon-Controls-44:before {
  content: "\e98f";
}
.icon-Controls-45:before {
  content: "\e990";
}
.icon-Controls-46:before {
  content: "\e991";
}
.icon-Controls-47:before {
  content: "\e992";
}
.icon-Controls-48:before {
  content: "\e993";
}
.icon-Controls-49:before {
  content: "\e994";
}
.icon-Controls-50:before {
  content: "\e995";
}
.icon-Controls-51:before {
  content: "\e996";
}
.icon-Controls-52:before {
  content: "\e997";
}
.icon-Controls-53:before {
  content: "\e998";
}
.icon-Controls-54:before {
  content: "\e999";
}
.icon-Controls-55:before {
  content: "\e99a";
}
.icon-Controls-56:before {
  content: "\e99b";
}
.icon-Controls-57:before {
  content: "\e99c";
}
.icon-Controls-58:before {
  content: "\e99d";
}
.icon-Controls-59:before {
  content: "\e99e";
}
.icon-Controls-60:before {
  content: "\e99f";
}
.icon-Controls-61:before {
  content: "\e9a0";
}
.icon-Controls-62:before {
  content: "\e9a1";
}
.icon-Controls-63:before {
  content: "\e9a2";
}
.icon-Controls-64:before {
  content: "\e9a3";
}
.icon-Controls-65:before {
  content: "\e9a4";
}
.icon-Controls-66:before {
  content: "\e9a5";
}
.icon-Controls-67:before {
  content: "\e9a6";
}
.icon-Controls-68:before {
  content: "\e9a7";
}
.icon-Controls-69:before {
  content: "\e9a8";
}
.icon-Controls-70:before {
  content: "\e9a9";
}
.icon-Controls-71:before {
  content: "\e9aa";
}
.icon-Controls-72:before {
  content: "\e9ab";
}
.icon-Controls-73:before {
  content: "\e9ac";
}
.icon-Controls-74:before {
  content: "\e9ad";
}
.icon-Controls-75:before {
  content: "\e9ae";
}
.icon-Controls-76:before {
  content: "\e9af";
}
.icon-Controls-77:before {
  content: "\e9b0";
}
.icon-Controls-78:before {
  content: "\e9b1";
}
.icon-Controls-79:before {
  content: "\e9b2";
}
.icon-Controls-80:before {
  content: "\e9b3";
}
.icon-Controls-81:before {
  content: "\e9b4";
}
.icon-Controls-82:before {
  content: "\e9b5";
}
.icon-Controls-83:before {
  content: "\e9b6";
}
.icon-Controls-84:before {
  content: "\e9b7";
}
.icon-Controls-85:before {
  content: "\e9b8";
}
.icon-Controls-86:before {
  content: "\e9b9";
}
.icon-Controls-87:before {
  content: "\e9ba";
}
.icon-Controls-88:before {
  content: "\e9bb";
}
.icon-Controls-89:before {
  content: "\e9bc";
}
.icon-Controls-90:before {
  content: "\e9bd";
}
.icon-Controls-91:before {
  content: "\e9be";
}
.icon-Controls-92:before {
  content: "\e9bf";
}
.icon-Controls-93:before {
  content: "\e9c0";
}
.icon-Controls-94:before {
  content: "\e9c1";
}
.icon-Controls-95:before {
  content: "\e9c2";
}
.icon-Controls-96:before {
  content: "\e9c3";
}
.icon-Controls-97:before {
  content: "\e9c4";
}
.icon-Controls-98:before {
  content: "\e9c5";
}
.icon-Controls-99:before {
  content: "\e9c6";
}
.icon-Controls-100:before {
  content: "\e9c7";
}
.icon-Design-01:before {
  content: "\e9c8";
}
.icon-Design-02:before {
  content: "\e9c9";
}
.icon-Design-03:before {
  content: "\e9ca";
}
.icon-Design-04:before {
  content: "\e9cb";
}
.icon-Design-05:before {
  content: "\e9cc";
}
.icon-Design-06:before {
  content: "\e9cd";
}
.icon-Design-07:before {
  content: "\e9ce";
}
.icon-Design-08:before {
  content: "\e9cf";
}
.icon-Design-09:before {
  content: "\e9d0";
}
.icon-Design-10:before {
  content: "\e9d1";
}
.icon-Design-11:before {
  content: "\e9d2";
}
.icon-Design-12:before {
  content: "\e9d3";
}
.icon-Design-13:before {
  content: "\e9d4";
}
.icon-Design-14:before {
  content: "\e9d5";
}
.icon-Design-15:before {
  content: "\e9d6";
}
.icon-Design-16:before {
  content: "\e9d7";
}
.icon-Design-17:before {
  content: "\e9d8";
}
.icon-Design-18:before {
  content: "\e9d9";
}
.icon-Design-19:before {
  content: "\e9da";
}
.icon-Design-20:before {
  content: "\e9db";
}
.icon-Design-21:before {
  content: "\e9dc";
}
.icon-Design-22:before {
  content: "\e9dd";
}
.icon-Design-23:before {
  content: "\e9de";
}
.icon-Design-24:before {
  content: "\e9df";
}
.icon-Design-25:before {
  content: "\e9e0";
}
.icon-Design-26:before {
  content: "\e9e1";
}
.icon-Design-27:before {
  content: "\e9e2";
}
.icon-Design-28:before {
  content: "\e9e3";
}
.icon-Design-29:before {
  content: "\e9e4";
}
.icon-Design-30:before {
  content: "\e9e5";
}
.icon-Design-31:before {
  content: "\e9e6";
}
.icon-Design-32:before {
  content: "\e9e7";
}
.icon-Design-33:before {
  content: "\e9e8";
}
.icon-Design-34:before {
  content: "\e9e9";
}
.icon-Design-35:before {
  content: "\e9ea";
}
.icon-Design-36:before {
  content: "\e9eb";
}
.icon-Design-37:before {
  content: "\e9ec";
}
.icon-Design-38:before {
  content: "\e9ed";
}
.icon-Design-39:before {
  content: "\e9ee";
}
.icon-Design-40:before {
  content: "\e9ef";
}
.icon-Design-41:before {
  content: "\e9f0";
}
.icon-Design-42:before {
  content: "\e9f1";
}
.icon-Design-43:before {
  content: "\e9f2";
}
.icon-Design-44:before {
  content: "\e9f3";
}
.icon-Design-45:before {
  content: "\e9f4";
}
.icon-Design-46:before {
  content: "\e9f5";
}
.icon-Design-47:before {
  content: "\e9f6";
}
.icon-Design-48:before {
  content: "\e9f7";
}
.icon-Design-49:before {
  content: "\e9f8";
}
.icon-Design-50:before {
  content: "\e9f9";
}
.icon-Design-51:before {
  content: "\e9fa";
}
.icon-Design-52:before {
  content: "\e9fb";
}
.icon-Design-53:before {
  content: "\e9fc";
}
.icon-Design-54:before {
  content: "\e9fd";
}
.icon-Design-55:before {
  content: "\e9fe";
}
.icon-Design-56:before {
  content: "\e9ff";
}
.icon-Design-57:before {
  content: "\ea00";
}
.icon-Design-58:before {
  content: "\ea01";
}
.icon-Design-59:before {
  content: "\ea02";
}
.icon-Design-60:before {
  content: "\ea03";
}
.icon-Design-61:before {
  content: "\ea04";
}
.icon-Design-62:before {
  content: "\ea05";
}
.icon-Design-63:before {
  content: "\ea06";
}
.icon-Design-64:before {
  content: "\ea07";
}
.icon-Design-65:before {
  content: "\ea08";
}
.icon-Design-66:before {
  content: "\ea09";
}
.icon-Design-67:before {
  content: "\ea0a";
}
.icon-Design-68:before {
  content: "\ea0b";
}
.icon-Design-69:before {
  content: "\ea0c";
}
.icon-Design-70:before {
  content: "\ea0d";
}
.icon-Design-71:before {
  content: "\ea0e";
}
.icon-Design-72:before {
  content: "\ea0f";
}
.icon-Design-73:before {
  content: "\ea10";
}
.icon-Design-74:before {
  content: "\ea11";
}
.icon-Design-75:before {
  content: "\ea12";
}
.icon-Design-76:before {
  content: "\ea13";
}
.icon-Design-77:before {
  content: "\ea14";
}
.icon-Design-78:before {
  content: "\ea15";
}
.icon-Design-79:before {
  content: "\ea16";
}
.icon-Design-80:before {
  content: "\ea17";
}
.icon-Design-81:before {
  content: "\ea18";
}
.icon-Design-82:before {
  content: "\ea19";
}
.icon-Design-83:before {
  content: "\ea1a";
}
.icon-Design-84:before {
  content: "\ea1b";
}
.icon-Design-85:before {
  content: "\ea1c";
}
.icon-Design-86:before {
  content: "\ea1d";
}
.icon-Design-87:before {
  content: "\ea1e";
}
.icon-Design-88:before {
  content: "\ea1f";
}
.icon-Design-89:before {
  content: "\ea20";
}
.icon-Design-90:before {
  content: "\ea21";
}
.icon-Design-91:before {
  content: "\ea22";
}
.icon-Design-92:before {
  content: "\ea23";
}
.icon-Design-93:before {
  content: "\ea24";
}
.icon-Design-94:before {
  content: "\ea25";
}
.icon-Design-95:before {
  content: "\ea26";
}
.icon-Design-96:before {
  content: "\ea27";
}
.icon-Design-97:before {
  content: "\ea28";
}
.icon-Design-98:before {
  content: "\ea29";
}
.icon-Design-99:before {
  content: "\ea2a";
}
.icon-Design-100:before {
  content: "\ea2b";
}
.icon-Files-01:before {
  content: "\ea2c";
}
.icon-Files-02:before {
  content: "\ea2d";
}
.icon-Files-03:before {
  content: "\ea2e";
}
.icon-Files-04:before {
  content: "\ea2f";
}
.icon-Files-05:before {
  content: "\ea30";
}
.icon-Files-06:before {
  content: "\ea31";
}
.icon-Files-07:before {
  content: "\ea32";
}
.icon-Files-08:before {
  content: "\ea33";
}
.icon-Files-09:before {
  content: "\ea34";
}
.icon-Files-10:before {
  content: "\ea35";
}
.icon-Files-11:before {
  content: "\ea36";
}
.icon-Files-12:before {
  content: "\ea37";
}
.icon-Files-13:before {
  content: "\ea38";
}
.icon-Files-14:before {
  content: "\ea39";
}
.icon-Files-15:before {
  content: "\ea3a";
}
.icon-Files-16:before {
  content: "\ea3b";
}
.icon-Files-17:before {
  content: "\ea3c";
}
.icon-Files-18:before {
  content: "\ea3d";
}
.icon-Files-19:before {
  content: "\ea3e";
}
.icon-Files-20:before {
  content: "\ea3f";
}
.icon-Files-21:before {
  content: "\ea40";
}
.icon-Files-22:before {
  content: "\ea41";
}
.icon-Files-23:before {
  content: "\ea42";
}
.icon-Files-24:before {
  content: "\ea43";
}
.icon-Files-25:before {
  content: "\ea44";
}
.icon-Files-26:before {
  content: "\ea45";
}
.icon-Files-27:before {
  content: "\ea46";
}
.icon-Files-28:before {
  content: "\ea47";
}
.icon-Files-29:before {
  content: "\ea48";
}
.icon-Files-30:before {
  content: "\ea49";
}
.icon-Files-31:before {
  content: "\ea4a";
}
.icon-Files-32:before {
  content: "\ea4b";
}
.icon-Files-33:before {
  content: "\ea4c";
}
.icon-Files-34:before {
  content: "\ea4d";
}
.icon-Files-35:before {
  content: "\ea4e";
}
.icon-Files-36:before {
  content: "\ea4f";
}
.icon-Files-37:before {
  content: "\ea50";
}
.icon-Files-38:before {
  content: "\ea51";
}
.icon-Files-39:before {
  content: "\ea52";
}
.icon-Files-40:before {
  content: "\ea53";
}
.icon-Files-41:before {
  content: "\ea54";
}
.icon-Files-42:before {
  content: "\ea55";
}
.icon-Files-43:before {
  content: "\ea56";
}
.icon-Files-44:before {
  content: "\ea57";
}
.icon-Files-45:before {
  content: "\ea58";
}
.icon-Files-46:before {
  content: "\ea59";
}
.icon-Files-47:before {
  content: "\ea5a";
}
.icon-Files-48:before {
  content: "\ea5b";
}
.icon-Files-49:before {
  content: "\ea5c";
}
.icon-Files-50:before {
  content: "\ea5d";
}
.icon-Files-51:before {
  content: "\ea5e";
}
.icon-Files-52:before {
  content: "\ea5f";
}
.icon-Files-53:before {
  content: "\ea60";
}
.icon-Files-54:before {
  content: "\ea61";
}
.icon-Files-55:before {
  content: "\ea62";
}
.icon-Files-56:before {
  content: "\ea63";
}
.icon-Files-57:before {
  content: "\ea64";
}
.icon-Files-58:before {
  content: "\ea65";
}
.icon-Files-59:before {
  content: "\ea66";
}
.icon-Files-60:before {
  content: "\ea67";
}
.icon-Files-61:before {
  content: "\ea68";
}
.icon-Files-62:before {
  content: "\ea69";
}
.icon-Files-63:before {
  content: "\ea6a";
}
.icon-Files-64:before {
  content: "\ea6b";
}
.icon-Files-65:before {
  content: "\ea6c";
}
.icon-Files-66:before {
  content: "\ea6d";
}
.icon-Files-67:before {
  content: "\ea6e";
}
.icon-Files-68:before {
  content: "\ea6f";
}
.icon-Files-69:before {
  content: "\ea70";
}
.icon-Files-70:before {
  content: "\ea71";
}
.icon-Files-71:before {
  content: "\ea72";
}
.icon-Files-72:before {
  content: "\ea73";
}
.icon-Files-73:before {
  content: "\ea74";
}
.icon-Files-74:before {
  content: "\ea75";
}
.icon-Files-75:before {
  content: "\ea76";
}
.icon-Files-76:before {
  content: "\ea77";
}
.icon-Files-77:before {
  content: "\ea78";
}
.icon-Files-78:before {
  content: "\ea79";
}
.icon-Files-79:before {
  content: "\ea7a";
}
.icon-Files-80:before {
  content: "\ea7b";
}
.icon-Files-81:before {
  content: "\ea7c";
}
.icon-Files-82:before {
  content: "\ea7d";
}
.icon-Files-83:before {
  content: "\ea7e";
}
.icon-Files-84:before {
  content: "\ea7f";
}
.icon-Files-85:before {
  content: "\ea80";
}
.icon-Files-86:before {
  content: "\ea81";
}
.icon-Files-87:before {
  content: "\ea82";
}
.icon-Files-88:before {
  content: "\ea83";
}
.icon-Files-89:before {
  content: "\ea84";
}
.icon-Files-90:before {
  content: "\ea85";
}
.icon-Files-91:before {
  content: "\ea86";
}
.icon-Files-92:before {
  content: "\ea87";
}
.icon-Files-93:before {
  content: "\ea88";
}
.icon-Files-94:before {
  content: "\ea89";
}
.icon-Files-95:before {
  content: "\ea8a";
}
.icon-Files-96:before {
  content: "\ea8b";
}
.icon-Files-97:before {
  content: "\ea8c";
}
.icon-Files-98:before {
  content: "\ea8d";
}
.icon-Files-99:before {
  content: "\ea8e";
}
.icon-Files-100:before {
  content: "\ea8f";
}
.icon-Food-01:before {
  content: "\ea90";
}
.icon-Food-02:before {
  content: "\ea91";
}
.icon-Food-03:before {
  content: "\ea92";
}
.icon-Food-04:before {
  content: "\ea93";
}
.icon-Food-05:before {
  content: "\ea94";
}
.icon-Food-06:before {
  content: "\ea95";
}
.icon-Food-07:before {
  content: "\ea96";
}
.icon-Food-08:before {
  content: "\ea97";
}
.icon-Food-09:before {
  content: "\ea98";
}
.icon-Food-10:before {
  content: "\ea99";
}
.icon-Food-11:before {
  content: "\ea9a";
}
.icon-Food-12:before {
  content: "\ea9b";
}
.icon-Food-13:before {
  content: "\ea9c";
}
.icon-Food-14:before {
  content: "\ea9d";
}
.icon-Food-15:before {
  content: "\ea9e";
}
.icon-Food-16:before {
  content: "\ea9f";
}
.icon-Food-17:before {
  content: "\eaa0";
}
.icon-Food-18:before {
  content: "\eaa1";
}
.icon-Food-19:before {
  content: "\eaa2";
}
.icon-Food-20:before {
  content: "\eaa3";
}
.icon-Food-21:before {
  content: "\eaa4";
}
.icon-Food-22:before {
  content: "\eaa5";
}
.icon-Food-23:before {
  content: "\eaa6";
}
.icon-Food-24:before {
  content: "\eaa7";
}
.icon-Food-25:before {
  content: "\eaa8";
}
.icon-Food-26:before {
  content: "\eaa9";
}
.icon-Food-27:before {
  content: "\eaaa";
}
.icon-Food-28:before {
  content: "\eaab";
}
.icon-Food-29:before {
  content: "\eaac";
}
.icon-Food-30:before {
  content: "\eaad";
}
.icon-Food-31:before {
  content: "\eaae";
}
.icon-Food-32:before {
  content: "\eaaf";
}
.icon-Food-33:before {
  content: "\eab0";
}
.icon-Food-34:before {
  content: "\eab1";
}
.icon-Food-35:before {
  content: "\eab2";
}
.icon-Food-36:before {
  content: "\eab3";
}
.icon-Food-37:before {
  content: "\eab4";
}
.icon-Food-38:before {
  content: "\eab5";
}
.icon-Food-39:before {
  content: "\eab6";
}
.icon-Food-40:before {
  content: "\eab7";
}
.icon-general-01:before {
  content: "\eab8";
}
.icon-general-02:before {
  content: "\eab9";
}
.icon-General-2-01:before {
  content: "\eaba";
}
.icon-General-2-02:before {
  content: "\eabb";
}
.icon-General-2-03:before {
  content: "\eabc";
}
.icon-General-2-04:before {
  content: "\eabd";
}
.icon-General-2-05:before {
  content: "\eabe";
}
.icon-General-2-06:before {
  content: "\eabf";
}
.icon-General-2-07:before {
  content: "\eac0";
}
.icon-General-2-08:before {
  content: "\eac1";
}
.icon-General-2-09:before {
  content: "\eac2";
}
.icon-General-2-10:before {
  content: "\eac3";
}
.icon-General-2-11:before {
  content: "\eac4";
}
.icon-General-2-12:before {
  content: "\eac5";
}
.icon-General-2-13:before {
  content: "\eac6";
}
.icon-General-2-14:before {
  content: "\eac7";
}
.icon-General-2-15:before {
  content: "\eac8";
}
.icon-General-2-16:before {
  content: "\eac9";
}
.icon-General-2-17:before {
  content: "\eaca";
}
.icon-General-2-18:before {
  content: "\eacb";
}
.icon-General-2-19:before {
  content: "\eacc";
}
.icon-General-2-20:before {
  content: "\eacd";
}
.icon-General-2-21:before {
  content: "\eace";
}
.icon-General-2-22:before {
  content: "\eacf";
}
.icon-General-2-23:before {
  content: "\ead0";
}
.icon-General-2-24:before {
  content: "\ead1";
}
.icon-General-2-25:before {
  content: "\ead2";
}
.icon-General-2-26:before {
  content: "\ead3";
}
.icon-General-2-27:before {
  content: "\ead4";
}
.icon-General-2-28:before {
  content: "\ead5";
}
.icon-General-2-29:before {
  content: "\ead6";
}
.icon-General-2-30:before {
  content: "\ead7";
}
.icon-General-2-31:before {
  content: "\ead8";
}
.icon-General-2-32:before {
  content: "\ead9";
}
.icon-General-2-33:before {
  content: "\eada";
}
.icon-General-2-34:before {
  content: "\eadb";
}
.icon-General-2-35:before {
  content: "\eadc";
}
.icon-General-2-36:before {
  content: "\eadd";
}
.icon-General-2-37:before {
  content: "\eade";
}
.icon-General-2-38:before {
  content: "\eadf";
}
.icon-General-2-39:before {
  content: "\eae0";
}
.icon-General-2-40:before {
  content: "\eae1";
}
.icon-General-2-41:before {
  content: "\eae2";
}
.icon-General-2-42:before {
  content: "\eae3";
}
.icon-General-2-43:before {
  content: "\eae4";
}
.icon-General-2-44:before {
  content: "\eae5";
}
.icon-General-2-45:before {
  content: "\eae6";
}
.icon-General-2-46:before {
  content: "\eae7";
}
.icon-General-2-47:before {
  content: "\eae8";
}
.icon-General-2-48:before {
  content: "\eae9";
}
.icon-General-2-49:before {
  content: "\eaea";
}
.icon-General-2-50:before {
  content: "\eaeb";
}
.icon-General-2-51:before {
  content: "\eaec";
}
.icon-General-2-52:before {
  content: "\eaed";
}
.icon-General-2-53:before {
  content: "\eaee";
}
.icon-General-2-54:before {
  content: "\eaef";
}
.icon-General-2-55:before {
  content: "\eaf0";
}
.icon-General-2-56:before {
  content: "\eaf1";
}
.icon-General-2-57:before {
  content: "\eaf2";
}
.icon-General-2-58:before {
  content: "\eaf3";
}
.icon-General-2-59:before {
  content: "\eaf4";
}
.icon-General-2-60:before {
  content: "\eaf5";
}
.icon-General-2-61:before {
  content: "\eaf6";
}
.icon-General-2-62:before {
  content: "\eaf7";
}
.icon-General-2-63:before {
  content: "\eaf8";
}
.icon-General-2-64:before {
  content: "\eaf9";
}
.icon-General-2-65:before {
  content: "\eafa";
}
.icon-General-2-66:before {
  content: "\eafb";
}
.icon-General-2-67:before {
  content: "\eafc";
}
.icon-General-2-68:before {
  content: "\eafd";
}
.icon-General-2-69:before {
  content: "\eafe";
}
.icon-General-2-70:before {
  content: "\eaff";
}
.icon-General-2-71:before {
  content: "\eb00";
}
.icon-General-2-72:before {
  content: "\eb01";
}
.icon-General-2-73:before {
  content: "\eb02";
}
.icon-General-2-74:before {
  content: "\eb03";
}
.icon-General-2-75:before {
  content: "\eb04";
}
.icon-General-2-76:before {
  content: "\eb05";
}
.icon-General-2-77:before {
  content: "\eb06";
}
.icon-General-2-78:before {
  content: "\eb07";
}
.icon-General-2-79:before {
  content: "\eb08";
}
.icon-General-2-80:before {
  content: "\eb09";
}
.icon-General-2-81:before {
  content: "\eb0a";
}
.icon-General-2-82:before {
  content: "\eb0b";
}
.icon-General-2-83:before {
  content: "\eb0c";
}
.icon-General-2-84:before {
  content: "\eb0d";
}
.icon-General-2-85:before {
  content: "\eb0e";
}
.icon-General-2-86:before {
  content: "\eb0f";
}
.icon-General-2-87:before {
  content: "\eb10";
}
.icon-General-2-88:before {
  content: "\eb11";
}
.icon-General-2-89:before {
  content: "\eb12";
}
.icon-General-2-90:before {
  content: "\eb13";
}
.icon-General-2-91:before {
  content: "\eb14";
}
.icon-General-2-92:before {
  content: "\eb15";
}
.icon-General-2-93:before {
  content: "\eb16";
}
.icon-General-2-94:before {
  content: "\eb17";
}
.icon-General-2-95:before {
  content: "\eb18";
}
.icon-General-2-96:before {
  content: "\eb19";
}
.icon-General-2-97:before {
  content: "\eb1a";
}
.icon-General-2-98:before {
  content: "\eb1b";
}
.icon-General-2-99:before {
  content: "\eb1c";
}
.icon-General-2-100:before {
  content: "\eb1d";
}
.icon-General-2-101:before {
  content: "\eb1e";
}
.icon-General-2-102:before {
  content: "\eb1f";
}
.icon-General-2-103:before {
  content: "\eb20";
}
.icon-General-2-104:before {
  content: "\eb21";
}
.icon-General-2-105:before {
  content: "\eb22";
}
.icon-General-2-106:before {
  content: "\eb23";
}
.icon-General-2-107:before {
  content: "\eb24";
}
.icon-General-2-108:before {
  content: "\eb25";
}
.icon-General-2-109:before {
  content: "\eb26";
}
.icon-General-2-110:before {
  content: "\eb27";
}
.icon-General-2-111:before {
  content: "\eb28";
}
.icon-General-2-112:before {
  content: "\eb29";
}
.icon-General-2-113:before {
  content: "\eb2a";
}
.icon-General-2-114:before {
  content: "\eb2b";
}
.icon-General-2-115:before {
  content: "\eb2c";
}
.icon-General-2-116:before {
  content: "\eb2d";
}
.icon-General-2-117:before {
  content: "\eb2e";
}
.icon-General-2-118:before {
  content: "\eb2f";
}
.icon-General-2-119:before {
  content: "\eb30";
}
.icon-General-2-120:before {
  content: "\eb31";
}
.icon-general-03:before {
  content: "\eb32";
}
.icon-general-04:before {
  content: "\eb33";
}
.icon-general-05:before {
  content: "\eb34";
}
.icon-general-06:before {
  content: "\eb35";
}
.icon-general-07:before {
  content: "\eb36";
}
.icon-general-08:before {
  content: "\eb37";
}
.icon-general-09:before {
  content: "\eb38";
}
.icon-general-10:before {
  content: "\eb39";
}
.icon-general-11:before {
  content: "\eb3a";
}
.icon-general-12:before {
  content: "\eb3b";
}
.icon-general-13:before {
  content: "\eb3c";
}
.icon-general-14:before {
  content: "\eb3d";
}
.icon-general-15:before {
  content: "\eb3e";
}
.icon-general-16:before {
  content: "\eb3f";
}
.icon-general-17:before {
  content: "\eb40";
}
.icon-general-18:before {
  content: "\eb41";
}
.icon-general-19:before {
  content: "\eb42";
}
.icon-general-20:before {
  content: "\eb43";
}
.icon-general-21:before {
  content: "\eb44";
}
.icon-general-22:before {
  content: "\eb45";
}
.icon-general-23:before {
  content: "\eb46";
}
.icon-general-24:before {
  content: "\eb47";
}
.icon-general-25:before {
  content: "\eb48";
}
.icon-general-26:before {
  content: "\eb49";
}
.icon-general-27:before {
  content: "\eb4a";
}
.icon-general-28:before {
  content: "\eb4b";
}
.icon-general-29:before {
  content: "\eb4c";
}
.icon-general-30:before {
  content: "\eb4d";
}
.icon-general-31:before {
  content: "\eb4e";
}
.icon-general-32:before {
  content: "\eb4f";
}
.icon-general-33:before {
  content: "\eb50";
}
.icon-general-34:before {
  content: "\eb51";
}
.icon-general-35:before {
  content: "\eb52";
}
.icon-general-36:before {
  content: "\eb53";
}
.icon-general-37:before {
  content: "\eb54";
}
.icon-general-38:before {
  content: "\eb55";
}
.icon-general-39:before {
  content: "\eb56";
}
.icon-general-40:before {
  content: "\eb57";
}
.icon-general-41:before {
  content: "\eb58";
}
.icon-general-42:before {
  content: "\eb59";
}
.icon-general-43:before {
  content: "\eb5a";
}
.icon-general-44:before {
  content: "\eb5b";
}
.icon-general-45:before {
  content: "\eb5c";
}
.icon-general-46:before {
  content: "\eb5d";
}
.icon-general-47:before {
  content: "\eb5e";
}
.icon-general-48:before {
  content: "\eb5f";
}
.icon-general-49:before {
  content: "\eb60";
}
.icon-general-50:before {
  content: "\eb61";
}
.icon-general-51:before {
  content: "\eb62";
}
.icon-general-52:before {
  content: "\eb63";
}
.icon-general-53:before {
  content: "\eb64";
}
.icon-general-54:before {
  content: "\eb65";
}
.icon-general-55:before {
  content: "\eb66";
}
.icon-general-56:before {
  content: "\eb67";
}
.icon-general-57:before {
  content: "\eb68";
}
.icon-general-58:before {
  content: "\eb69";
}
.icon-general-59:before {
  content: "\eb6a";
}
.icon-general-60:before {
  content: "\eb6b";
}
.icon-general-61:before {
  content: "\eb6c";
}
.icon-general-62:before {
  content: "\eb6d";
}
.icon-general-63:before {
  content: "\eb6e";
}
.icon-general-64:before {
  content: "\eb6f";
}
.icon-general-65:before {
  content: "\eb70";
}
.icon-general-66:before {
  content: "\eb71";
}
.icon-general-67:before {
  content: "\eb72";
}
.icon-general-68:before {
  content: "\eb73";
}
.icon-general-69:before {
  content: "\eb74";
}
.icon-general-70:before {
  content: "\eb75";
}
.icon-general-71:before {
  content: "\eb76";
}
.icon-general-72:before {
  content: "\eb77";
}
.icon-general-73:before {
  content: "\eb78";
}
.icon-general-74:before {
  content: "\eb79";
}
.icon-general-75:before {
  content: "\eb7a";
}
.icon-general-76:before {
  content: "\eb7b";
}
.icon-general-77:before {
  content: "\eb7c";
}
.icon-general-78:before {
  content: "\eb7d";
}
.icon-general-79:before {
  content: "\eb7e";
}
.icon-general-80:before {
  content: "\eb7f";
}
.icon-general-81:before {
  content: "\eb80";
}
.icon-general-82:before {
  content: "\eb81";
}
.icon-general-83:before {
  content: "\eb82";
}
.icon-general-84:before {
  content: "\eb83";
}
.icon-general-85:before {
  content: "\eb84";
}
.icon-general-86:before {
  content: "\eb85";
}
.icon-general-87:before {
  content: "\eb86";
}
.icon-general-88:before {
  content: "\eb87";
}
.icon-general-89:before {
  content: "\eb88";
}
.icon-general-90:before {
  content: "\eb89";
}
.icon-general-91:before {
  content: "\eb8a";
}
.icon-general-92:before {
  content: "\eb8b";
}
.icon-general-93:before {
  content: "\eb8c";
}
.icon-general-94:before {
  content: "\eb8d";
}
.icon-general-95:before {
  content: "\eb8e";
}
.icon-general-96:before {
  content: "\eb8f";
}
.icon-general-97:before {
  content: "\eb90";
}
.icon-general-98:before {
  content: "\eb91";
}
.icon-general-99:before {
  content: "\eb92";
}
.icon-general-100:before {
  content: "\eb93";
}
.icon-Household-01:before {
  content: "\eb94";
}
.icon-Household-02:before {
  content: "\eb95";
}
.icon-Household-03:before {
  content: "\eb96";
}
.icon-Household-04:before {
  content: "\eb97";
}
.icon-Household-05:before {
  content: "\eb98";
}
.icon-Household-06:before {
  content: "\eb99";
}
.icon-Household-07:before {
  content: "\eb9a";
}
.icon-Household-08:before {
  content: "\eb9b";
}
.icon-Household-09:before {
  content: "\eb9c";
}
.icon-Household-10:before {
  content: "\eb9d";
}
.icon-Household-11:before {
  content: "\eb9e";
}
.icon-Household-12:before {
  content: "\eb9f";
}
.icon-Household-13:before {
  content: "\eba0";
}
.icon-Household-14:before {
  content: "\eba1";
}
.icon-Household-15:before {
  content: "\eba2";
}
.icon-Household-16:before {
  content: "\eba3";
}
.icon-Household-17:before {
  content: "\eba4";
}
.icon-Household-18:before {
  content: "\eba5";
}
.icon-Household-19:before {
  content: "\eba6";
}
.icon-Household-20:before {
  content: "\eba7";
}
.icon-Household-21:before {
  content: "\eba8";
}
.icon-Household-22:before {
  content: "\eba9";
}
.icon-Household-23:before {
  content: "\ebaa";
}
.icon-Household-24:before {
  content: "\ebab";
}
.icon-Household-25:before {
  content: "\ebac";
}
.icon-Household-26:before {
  content: "\ebad";
}
.icon-Household-27:before {
  content: "\ebae";
}
.icon-Household-28:before {
  content: "\ebaf";
}
.icon-Household-29:before {
  content: "\ebb0";
}
.icon-Household-30:before {
  content: "\ebb1";
}
.icon-Household-31:before {
  content: "\ebb2";
}
.icon-Household-32:before {
  content: "\ebb3";
}
.icon-Household-33:before {
  content: "\ebb4";
}
.icon-Household-34:before {
  content: "\ebb5";
}
.icon-Household-35:before {
  content: "\ebb6";
}
.icon-Household-36:before {
  content: "\ebb7";
}
.icon-Household-37:before {
  content: "\ebb8";
}
.icon-Household-38:before {
  content: "\ebb9";
}
.icon-Household-39:before {
  content: "\ebba";
}
.icon-Household-40:before {
  content: "\ebbb";
}
.icon-Household-41:before {
  content: "\ebbc";
}
.icon-Household-42:before {
  content: "\ebbd";
}
.icon-Household-43:before {
  content: "\ebbe";
}
.icon-Household-44:before {
  content: "\ebbf";
}
.icon-Household-45:before {
  content: "\ebc0";
}
.icon-Household-46:before {
  content: "\ebc1";
}
.icon-Household-47:before {
  content: "\ebc2";
}
.icon-Household-48:before {
  content: "\ebc3";
}
.icon-Household-49:before {
  content: "\ebc4";
}
.icon-Household-50:before {
  content: "\ebc5";
}
.icon-Household-51:before {
  content: "\ebc6";
}
.icon-Household-52:before {
  content: "\ebc7";
}
.icon-Household-53:before {
  content: "\ebc8";
}
.icon-Household-54:before {
  content: "\ebc9";
}
.icon-Household-55:before {
  content: "\ebca";
}
.icon-Household-56:before {
  content: "\ebcb";
}
.icon-Household-57:before {
  content: "\ebcc";
}
.icon-Household-58:before {
  content: "\ebcd";
}
.icon-Household-59:before {
  content: "\ebce";
}
.icon-Household-60:before {
  content: "\ebcf";
}
.icon-Household-61:before {
  content: "\ebd0";
}
.icon-Household-62:before {
  content: "\ebd1";
}
.icon-Household-63:before {
  content: "\ebd2";
}
.icon-Household-64:before {
  content: "\ebd3";
}
.icon-Household-65:before {
  content: "\ebd4";
}
.icon-Household-66:before {
  content: "\ebd5";
}
.icon-Household-67:before {
  content: "\ebd6";
}
.icon-Household-68:before {
  content: "\ebd7";
}
.icon-Household-69:before {
  content: "\ebd8";
}
.icon-Household-70:before {
  content: "\ebd9";
}
.icon-Household-71:before {
  content: "\ebda";
}
.icon-Household-72:before {
  content: "\ebdb";
}
.icon-Household-73:before {
  content: "\ebdc";
}
.icon-Household-74:before {
  content: "\ebdd";
}
.icon-Household-75:before {
  content: "\ebde";
}
.icon-Household-76:before {
  content: "\ebdf";
}
.icon-Household-77:before {
  content: "\ebe0";
}
.icon-Household-78:before {
  content: "\ebe1";
}
.icon-Household-79:before {
  content: "\ebe2";
}
.icon-Household-80:before {
  content: "\ebe3";
}
.icon-Household-81:before {
  content: "\ebe4";
}
.icon-Household-82:before {
  content: "\ebe5";
}
.icon-Household-83:before {
  content: "\ebe6";
}
.icon-Household-84:before {
  content: "\ebe7";
}
.icon-Household-85:before {
  content: "\ebe8";
}
.icon-Household-86:before {
  content: "\ebe9";
}
.icon-Household-87:before {
  content: "\ebea";
}
.icon-Household-88:before {
  content: "\ebeb";
}
.icon-Household-89:before {
  content: "\ebec";
}
.icon-Household-90:before {
  content: "\ebed";
}
.icon-Household-91:before {
  content: "\ebee";
}
.icon-Household-92:before {
  content: "\ebef";
}
.icon-Household-93:before {
  content: "\ebf0";
}
.icon-Household-94:before {
  content: "\ebf1";
}
.icon-Household-95:before {
  content: "\ebf2";
}
.icon-Household-96:before {
  content: "\ebf3";
}
.icon-Household-97:before {
  content: "\ebf4";
}
.icon-Household-98:before {
  content: "\ebf5";
}
.icon-Household-99:before {
  content: "\ebf6";
}
.icon-Household-100:before {
  content: "\ebf7";
}
.icon-Interface-01:before {
  content: "\ebf8";
}
.icon-Interface-02:before {
  content: "\ebf9";
}
.icon-Interface-03:before {
  content: "\ebfa";
}
.icon-Interface-04:before {
  content: "\ebfb";
}
.icon-Interface-05:before {
  content: "\ebfc";
}
.icon-Interface-06:before {
  content: "\ebfd";
}
.icon-Interface-07:before {
  content: "\ebfe";
}
.icon-Interface-08:before {
  content: "\ebff";
}
.icon-Interface-09:before {
  content: "\ec00";
}
.icon-Interface-10:before {
  content: "\ec01";
}
.icon-Interface-11:before {
  content: "\ec02";
}
.icon-Interface-12:before {
  content: "\ec03";
}
.icon-Interface-13:before {
  content: "\ec04";
}
.icon-Interface-14:before {
  content: "\ec05";
}
.icon-Interface-15:before {
  content: "\ec06";
}
.icon-Interface-16:before {
  content: "\ec07";
}
.icon-Interface-17:before {
  content: "\ec08";
}
.icon-Interface-18:before {
  content: "\ec09";
}
.icon-Interface-19:before {
  content: "\ec0a";
}
.icon-Interface-20:before {
  content: "\ec0b";
}
.icon-Interface-21:before {
  content: "\ec0c";
}
.icon-Interface-22:before {
  content: "\ec0d";
}
.icon-Interface-23:before {
  content: "\ec0e";
}
.icon-Interface-24:before {
  content: "\ec0f";
}
.icon-Interface-25:before {
  content: "\ec10";
}
.icon-Interface-26:before {
  content: "\ec11";
}
.icon-Interface-27:before {
  content: "\ec12";
}
.icon-Interface-28:before {
  content: "\ec13";
}
.icon-Interface-29:before {
  content: "\ec14";
}
.icon-Interface-30:before {
  content: "\ec15";
}
.icon-Interface-31:before {
  content: "\ec16";
}
.icon-Interface-32:before {
  content: "\ec17";
}
.icon-Interface-33:before {
  content: "\ec18";
}
.icon-Interface-34:before {
  content: "\ec19";
}
.icon-Interface-35:before {
  content: "\ec1a";
}
.icon-Interface-36:before {
  content: "\ec1b";
}
.icon-Interface-37:before {
  content: "\ec1c";
}
.icon-Interface-38:before {
  content: "\ec1d";
}
.icon-Interface-39:before {
  content: "\ec1e";
}
.icon-Interface-40:before {
  content: "\ec1f";
}
.icon-Interface-41:before {
  content: "\ec20";
}
.icon-Interface-42:before {
  content: "\ec21";
}
.icon-Interface-43:before {
  content: "\ec22";
}
.icon-Interface-44:before {
  content: "\ec23";
}
.icon-Interface-45:before {
  content: "\ec24";
}
.icon-Interface-46:before {
  content: "\ec25";
}
.icon-Interface-47:before {
  content: "\ec26";
}
.icon-Interface-48:before {
  content: "\ec27";
}
.icon-Interface-49:before {
  content: "\ec28";
}
.icon-Interface-50:before {
  content: "\ec29";
}
.icon-Interface-51:before {
  content: "\ec2a";
}
.icon-Interface-52:before {
  content: "\ec2b";
}
.icon-Interface-53:before {
  content: "\ec2c";
}
.icon-Interface-54:before {
  content: "\ec2d";
}
.icon-Interface-55:before {
  content: "\ec2e";
}
.icon-Interface-56:before {
  content: "\ec2f";
}
.icon-Interface-57:before {
  content: "\ec30";
}
.icon-Interface-58:before {
  content: "\ec31";
}
.icon-Interface-59:before {
  content: "\ec32";
}
.icon-Interface-60:before {
  content: "\ec33";
}
.icon-Interface-61:before {
  content: "\ec34";
}
.icon-Interface-62:before {
  content: "\ec35";
}
.icon-Interface-63:before {
  content: "\ec36";
}
.icon-Interface-64:before {
  content: "\ec37";
}
.icon-Interface-65:before {
  content: "\ec38";
}
.icon-Interface-66:before {
  content: "\ec39";
}
.icon-Interface-67:before {
  content: "\ec3a";
}
.icon-Interface-68:before {
  content: "\ec3b";
}
.icon-Interface-69:before {
  content: "\ec3c";
}
.icon-Interface-70:before {
  content: "\ec3d";
}
.icon-Interface-71:before {
  content: "\ec3e";
}
.icon-Interface-72:before {
  content: "\ec3f";
}
.icon-Interface-73:before {
  content: "\ec40";
}
.icon-Interface-74:before {
  content: "\ec41";
}
.icon-Interface-75:before {
  content: "\ec42";
}
.icon-Interface-76:before {
  content: "\ec43";
}
.icon-Interface-77:before {
  content: "\ec44";
}
.icon-Interface-78:before {
  content: "\ec45";
}
.icon-Interface-79:before {
  content: "\ec46";
}
.icon-Interface-80:before {
  content: "\ec47";
}
.icon-Interface-81:before {
  content: "\ec48";
}
.icon-Interface-82:before {
  content: "\ec49";
}
.icon-Interface-83:before {
  content: "\ec4a";
}
.icon-Interface-84:before {
  content: "\ec4b";
}
.icon-Interface-85:before {
  content: "\ec4c";
}
.icon-Interface-86:before {
  content: "\ec4d";
}
.icon-Interface-87:before {
  content: "\ec4e";
}
.icon-Interface-88:before {
  content: "\ec4f";
}
.icon-Interface-89:before {
  content: "\ec50";
}
.icon-Interface-90:before {
  content: "\ec51";
}
.icon-Interface-91:before {
  content: "\ec52";
}
.icon-Interface-92:before {
  content: "\ec53";
}
.icon-Interface-93:before {
  content: "\ec54";
}
.icon-Interface-94:before {
  content: "\ec55";
}
.icon-Interface-95:before {
  content: "\ec56";
}
.icon-Interface-96:before {
  content: "\ec57";
}
.icon-Interface-97:before {
  content: "\ec58";
}
.icon-Interface-98:before {
  content: "\ec59";
}
.icon-Interface-99:before {
  content: "\ec5a";
}
.icon-Interface-100:before {
  content: "\ec5b";
}
.icon-Social-01:before {
  content: "\ec5c";
}
.icon-Social-02:before {
  content: "\ec5d";
}
.icon-Social-03:before {
  content: "\ec5e";
}
.icon-Social-04:before {
  content: "\ec5f";
}
.icon-Social-05:before {
  content: "\ec60";
}
.icon-Social-06:before {
  content: "\ec61";
}
.icon-Social-07:before {
  content: "\ec62";
}
.icon-Social-08:before {
  content: "\ec63";
}
.icon-Social-09:before {
  content: "\ec64";
}
.icon-Social-10:before {
  content: "\ec65";
}
.icon-Social-11:before {
  content: "\ec66";
}
.icon-Social-12:before {
  content: "\ec67";
}
.icon-Social-13:before {
  content: "\ec68";
}
.icon-Social-14:before {
  content: "\ec69";
}
.icon-Social-15:before {
  content: "\ec6a";
}
.icon-Social-16:before {
  content: "\ec6b";
}
.icon-Social-17:before {
  content: "\ec6c";
}
.icon-Social-18:before {
  content: "\ec6d";
}
.icon-Social-19:before {
  content: "\ec6e";
}
.icon-Social-20:before {
  content: "\ec6f";
}
.icon-Social-21:before {
  content: "\ec70";
}
.icon-Social-22:before {
  content: "\ec71";
}
.icon-Social-23:before {
  content: "\ec72";
}
.icon-Social-24:before {
  content: "\ec73";
}
.icon-Social-25:before {
  content: "\ec74";
}
.icon-Social-26:before {
  content: "\ec75";
}
.icon-Social-27:before {
  content: "\ec76";
}
.icon-Social-28:before {
  content: "\ec77";
}
.icon-Social-29:before {
  content: "\ec78";
}
.icon-Social-30:before {
  content: "\ec79";
}
.icon-Social-31:before {
  content: "\ec7a";
}
.icon-Social-32:before {
  content: "\ec7b";
}
.icon-Social-33:before {
  content: "\ec7c";
}
.icon-Social-34:before {
  content: "\ec7d";
}
.icon-Social-35:before {
  content: "\ec7e";
}
.icon-Social-36:before {
  content: "\ec7f";
}
.icon-Social-37:before {
  content: "\ec80";
}
.icon-Social-38:before {
  content: "\ec81";
}
.icon-Social-39:before {
  content: "\ec82";
}
.icon-Social-40:before {
  content: "\ec83";
}
.icon-Social-41:before {
  content: "\ec84";
}
.icon-Social-42:before {
  content: "\ec85";
}
.icon-Social-43:before {
  content: "\ec86";
}
.icon-Social-44:before {
  content: "\ec87";
}
.icon-Social-45:before {
  content: "\ec88";
}
.icon-Social-46:before {
  content: "\ec89";
}
.icon-Social-47:before {
  content: "\ec8a";
}
.icon-Social-48:before {
  content: "\ec8b";
}
.icon-Social-49:before {
  content: "\ec8c";
}
.icon-Social-50:before {
  content: "\ec8d";
}
.icon-Social-51:before {
  content: "\ec8e";
}
.icon-Social-52:before {
  content: "\ec8f";
}
.icon-Social-53:before {
  content: "\ec90";
}
.icon-Social-54:before {
  content: "\ec91";
}
.icon-Social-55:before {
  content: "\ec92";
}
.icon-Social-56:before {
  content: "\ec93";
}
.icon-Social-57:before {
  content: "\ec94";
}
.icon-Social-58:before {
  content: "\ec95";
}
.icon-Social-59:before {
  content: "\ec96";
}
.icon-Social-60:before {
  content: "\ec97";
}
.icon-Social-61:before {
  content: "\ec98";
}
.icon-Social-62:before {
  content: "\ec99";
}
.icon-Social-63:before {
  content: "\ec9a";
}
.icon-Social-64:before {
  content: "\ec9b";
}
.icon-Social-65:before {
  content: "\ec9c";
}
.icon-Social-66:before {
  content: "\ec9d";
}
.icon-Social-67:before {
  content: "\ec9e";
}
.icon-Social-68:before {
  content: "\ec9f";
}
.icon-Social-69:before {
  content: "\eca0";
}
.icon-Social-70:before {
  content: "\eca1";
}
.icon-Social-71:before {
  content: "\eca2";
}
.icon-Social-72:before {
  content: "\eca3";
}
.icon-Social-73:before {
  content: "\eca4";
}
.icon-Social-74:before {
  content: "\eca5";
}
.icon-Social-75:before {
  content: "\eca6";
}
.icon-Social-76:before {
  content: "\eca7";
}
.icon-Social-77:before {
  content: "\eca8";
}
.icon-Social-78:before {
  content: "\eca9";
}
.icon-Social-79:before {
  content: "\ecaa";
}
.icon-Social-80:before {
  content: "\ecab";
}
.icon-Social-81:before {
  content: "\ecac";
}
.icon-Social-82:before {
  content: "\ecad";
}
.icon-Social-83:before {
  content: "\ecae";
}
.icon-Social-84:before {
  content: "\ecaf";
}
.icon-Social-85:before {
  content: "\ecb0";
}
.icon-Social-86:before {
  content: "\ecb1";
}
.icon-Social-87:before {
  content: "\ecb2";
}
.icon-Social-88:before {
  content: "\ecb3";
}
.icon-Social-89:before {
  content: "\ecb4";
}
.icon-Social-90:before {
  content: "\ecb5";
}
.icon-Social-91:before {
  content: "\ecb6";
}
.icon-Social-92:before {
  content: "\ecb7";
}
.icon-Social-93:before {
  content: "\ecb8";
}
.icon-Social-94:before {
  content: "\ecb9";
}
.icon-Social-95:before {
  content: "\ecba";
}
.icon-Social-96:before {
  content: "\ecbb";
}
.icon-Social-97:before {
  content: "\ecbc";
}
.icon-Social-98:before {
  content: "\ecbd";
}
.icon-Social-99:before {
  content: "\ecbe";
}
.icon-Social-100:before {
  content: "\ecbf";
}
.icon-Sports-01:before {
  content: "\ecc0";
}
.icon-Sports-02:before {
  content: "\ecc1";
}
.icon-Sports-03:before {
  content: "\ecc2";
}
.icon-Sports-04:before {
  content: "\ecc3";
}
.icon-Sports-05:before {
  content: "\ecc4";
}
.icon-Sports-06:before {
  content: "\ecc5";
}
.icon-Sports-07:before {
  content: "\ecc6";
}
.icon-Sports-08:before {
  content: "\ecc7";
}
.icon-Sports-09:before {
  content: "\ecc8";
}
.icon-Sports-10:before {
  content: "\ecc9";
}
.icon-Sports-11:before {
  content: "\ecca";
}
.icon-Sports-12:before {
  content: "\eccb";
}
.icon-Sports-13:before {
  content: "\eccc";
}
.icon-Sports-14:before {
  content: "\eccd";
}
.icon-Sports-15:before {
  content: "\ecce";
}
.icon-Sports-16:before {
  content: "\eccf";
}
.icon-Sports-17:before {
  content: "\ecd0";
}
.icon-Sports-18:before {
  content: "\ecd1";
}
.icon-Sports-19:before {
  content: "\ecd2";
}
.icon-Sports-20:before {
  content: "\ecd3";
}
.icon-Sports-21:before {
  content: "\ecd4";
}
.icon-Sports-22:before {
  content: "\ecd5";
}
.icon-Sports-23:before {
  content: "\ecd6";
}
.icon-Sports-24:before {
  content: "\ecd7";
}
.icon-Sports-25:before {
  content: "\ecd8";
}
.icon-Sports-26:before {
  content: "\ecd9";
}
.icon-Sports-27:before {
  content: "\ecda";
}
.icon-Sports-28:before {
  content: "\ecdb";
}
.icon-Sports-29:before {
  content: "\ecdc";
}
.icon-Sports-30:before {
  content: "\ecdd";
}
.icon-Transportation-01:before {
  content: "\ecde";
}
.icon-Transportation-02:before {
  content: "\ecdf";
}
.icon-Transportation-03:before {
  content: "\ece0";
}
.icon-Transportation-04:before {
  content: "\ece1";
}
.icon-Transportation-05:before {
  content: "\ece2";
}
.icon-Transportation-06:before {
  content: "\ece3";
}
.icon-Transportation-07:before {
  content: "\ece4";
}
.icon-Transportation-08:before {
  content: "\ece5";
}
.icon-Transportation-09:before {
  content: "\ece6";
}
.icon-Transportation-10:before {
  content: "\ece7";
}
.icon-Transportation-11:before {
  content: "\ece8";
}
.icon-Transportation-12:before {
  content: "\ece9";
}
.icon-Transportation-13:before {
  content: "\ecea";
}
.icon-Transportation-14:before {
  content: "\eceb";
}
.icon-Transportation-15:before {
  content: "\ecec";
}
.icon-Transportation-16:before {
  content: "\eced";
}
.icon-Transportation-17:before {
  content: "\ecee";
}
.icon-Transportation-18:before {
  content: "\ecef";
}
.icon-Transportation-19:before {
  content: "\ecf0";
}
.icon-Transportation-20:before {
  content: "\ecf1";
}
.icon-Transportation-21:before {
  content: "\ecf2";
}
.icon-Transportation-22:before {
  content: "\ecf3";
}
.icon-Transportation-23:before {
  content: "\ecf4";
}
.icon-Transportation-24:before {
  content: "\ecf5";
}
.icon-Transportation-25:before {
  content: "\ecf6";
}
.icon-Transportation-26:before {
  content: "\ecf7";
}
.icon-Transportation-27:before {
  content: "\ecf8";
}
.icon-Transportation-28:before {
  content: "\ecf9";
}
.icon-Transportation-29:before {
  content: "\ecfa";
}
.icon-Transportation-30:before {
  content: "\ecfb";
}
/* perfect-scrollbar v0.6.12 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  z-index: 100;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  z-index: 100;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
