@font-face {
  font-family: 'Exo2-Regular';
  src: url('/less/fonts/exo2_regular/Exo2.0-Regular-webfont.eot');
  src: url('/less/fonts/exo2_regular/Exo2.0-Regular-webfont.eot?iefix') format('eot'), url('/less/fonts/exo2_regular/Exo2.0-Regular-webfont.woff') format('woff'), url('/less/fonts/exo2_regular/Exo2.0-Regular-webfont.ttf') format('truetype'), url('/less/fonts/exo2_regular/Exo2.0-Regular-webfont.svg#webfont') format('svg');
}
/*! jQuery UI - v1.10.2 - 2013-04-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.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-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.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("/css/images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.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;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/css/images/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
/* Tablesorter Custom LESS Theme by Rob Garrison

 To create your own theme, modify the code below and run it through
 a LESS compiler, like this one: http://leafo.net/lessphp/editor.html
 or download less.js from http://lesscss.org/

Test out these custom less files live
 Basic Theme : http://codepen.io/Mottie/pen/eqBbn
 Bootstrap   : http://codepen.io/Mottie/pen/Ltzpi
 Metro Style : http://codepen.io/Mottie/pen/gCslk

 */
/*** theme ***/
/*** fonts ***/
/*** color definitions ***/
/* for best results, only change the hue (120),
   leave the saturation (60%) and luminosity (75%) alone
   pick the color from here: http://hslpicker.com/#99E699 */
/* darken(@headerBackground, 10%); */
/* desaturate(@headerAsc, 5%); */
/* it might be best to match the document body background color here */
/* ajax error message (added to thead) */
/* becomes height using padding (so it's divided by 2) */
/* 20px should be slightly wider than the icon width to avoid overlap */
/* url(icons/loading.gif); */
/* zebra striping */
.allRows {
  background-color: #ffffff;
  color: #000000;
}
.evenRows {
  background-color: #ffffff;
  color: #000000;
}
.oddRows {
  background-color: #fefefe;
}
/* hovered rows */
.oddHovered {
  background-color: #cbcbcb;
  color: #000000;
}
.evenHovered {
  background-color: #e4e4e4;
  color: #000000;
}
/* Columns widget */
/* saturate( darken( desaturate(@headerBackground, 10%), 10% ), 30%); */
/* Filter widget transition */
.filterWidgetTransition {
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/*** Arrows ***/
/* black */
/* white */
/* automatically choose the correct arrow/text color */
/* variable theme name - requires less.js 1.3+;
   or just replace (!".@{theme}") with the contents of @theme
 */
.tablesorter-custom {
  font: 9pt 'Barlow', sans-serif, verdana, arial;
  background-color: #cccccc;
  margin: 10px 0 15px;
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border: #cccccc 1px solid;
  border-width: 1px 0 0 1px;
  /* style th's outside of the thead */
  /* style header */
  /* tfoot */
  /* optional disabled input styling */
  /* body */
  /* hovered row colors
	   you'll need to add additional lines for
	   rows with more than 2 child rows
	*/
  /* table processing indicator - indeterminate spinner */
  /* Column Widget - column sort colors */
  /* caption (non-theme matching) */
  /* filter widget */
  /* hidden filter row */
  /* rows hidden by filtering (needed for child rows) */
  /* ajax error row */
}
.tablesorter-custom th,
.tablesorter-custom td {
  border: #cccccc 1px solid;
  border-width: 0 1px 1px 0;
}
.tablesorter-custom th,
.tablesorter-custom thead td {
  font: 9pt 'Barlow', sans-serif, verdana, arial;
  font-weight: bold;
  background-color: #cbcbcb;
  color: #000000;
  border-collapse: collapse;
  padding: 4px;
}
.tablesorter-custom tbody td,
.tablesorter-custom tfoot th,
.tablesorter-custom tfoot td {
  padding: 4px;
  vertical-align: top;
}
.tablesorter-custom .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: right 5px center;
  padding: 4px 20px 4px 4px;
  cursor: pointer;
}
.tablesorter-custom .tablesorter-header.sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}
.tablesorter-custom .tablesorter-headerAsc {
  background-color: #51265b;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter-custom .tablesorter-headerDesc {
  background-color: #51265b;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter-custom tfoot .tablesorter-headerAsc,
.tablesorter-custom tfoot .tablesorter-headerDesc {
  /* remove sort arrows from footer */
  background-image: none;
}
.tablesorter-custom .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.tablesorter-custom tbody {
  /* Zebra Widget - row alternating colors */
}
.tablesorter-custom tbody td {
  background-color: #ffffff;
  color: #000000;
  padding: 4px;
  vertical-align: top;
}
.tablesorter-custom tbody tr.odd > td {
  background-color: #fefefe;
}
.tablesorter-custom tbody tr.even > td {
  background-color: #ffffff;
  color: #000000;
}
.tablesorter-custom tbody > tr.hover td,
.tablesorter-custom tbody > tr:hover td,
.tablesorter-custom tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-custom tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-custom tbody > tr.even.hover > td,
.tablesorter-custom tbody > tr.even:hover > td,
.tablesorter-custom tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-custom tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background-color: #e4e4e4;
  color: #000000;
}
.tablesorter-custom tbody > tr.odd.hover > td,
.tablesorter-custom tbody > tr.odd:hover > td,
.tablesorter-custom tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-custom tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background-color: #cbcbcb;
  color: #000000;
}
.tablesorter-custom .tablesorter-processing {
  background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
  background-position: center center;
  background-repeat: no-repeat;
}
.tablesorter-custom tr.odd td.primary {
  background-color: #cbcbcb;
}
.tablesorter-custom td.primary,
.tablesorter-custom tr.even td.primary {
  background-color: #e4e4e4;
}
.tablesorter-custom tr.odd td.secondary {
  background-color: #e4e4e4;
}
.tablesorter-custom td.secondary,
.tablesorter-custom tr.even td.secondary {
  background-color: #f1f1f1;
}
.tablesorter-custom tr.odd td.tertiary {
  background-color: #f1f1f1;
}
.tablesorter-custom td.tertiary,
.tablesorter-custom tr.even td.tertiary {
  background-color: #fefefe;
}
.tablesorter-custom caption {
  background-color: #ffffff;
}
.tablesorter-custom .tablesorter-filter-row input,
.tablesorter-custom .tablesorter-filter-row select {
  width: 98%;
  height: auto;
  margin: 0;
  padding: 4px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
.tablesorter-custom .tablesorter-filter-row {
  background-color: #eeeeee;
}
.tablesorter-custom .tablesorter-filter-row td {
  background-color: #eeeeee;
  line-height: normal;
  text-align: center;
  /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
.tablesorter-custom .tablesorter-filter-row.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-custom .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}
.tablesorter-custom .filtered {
  display: none;
}
.tablesorter-custom .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}
.loader {
  position: fixed;
  z-index: 9999;
  background: url('images/wait.gif') 50% 50% no-repeat;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: wait;
}
.loader-country-snapshot {
  position: absolute;
  z-index: 1000;
  background: url('images/wait.gif') 50% 150px no-repeat;
  background-color: #ffffff;
  top: 150px;
  height: 100%;
  width: 100%;
  cursor: wait;
}
* {
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
input,
button {
  vertical-align: middle;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
h1 {
  font-size: 16px;
  color: #404152;
}
h2 {
  font-size: 14px;
  color: #51265b;
}
h4 {
  margin: 15px 0 10px 0;
  font-weight: bold;
  font-size: 8pt;
  font-size: 13pt;
  color: #51265b;
}
body {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 10pt;
  background-color: #F5F5F5;
}
.little {
  font-size: 8pt;
}
.big {
  font-size: 14pt;
}
.green {
  color: #8ab700 !important;
}
.violet {
  color: #51265b !important;
}
.blue {
  color: #337ab7 !important;
}
.grey {
  color: #cccccc;
}
.flashy {
  color: #891677 !important;
}
.note {
  color: #4d4d4d;
}
.messageErreur,
.erreur {
  font-weight: bold;
  color: #891677;
  white-space: normal;
}
.active {
  font-weight: bold;
  color: #404152;
}
.helpTooltip {
  background-image: url('images/icones/information.png');
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
}
.bold {
  font-weight: bold;
}
.message-erreur::before {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url(/css/images/ui-icons_222222_256x240.png);
  background-position: 0 -144px;
  float: left;
  margin: 6px 3px 0 0;
  content: url("css/images/ui-icons_222222_256x240.png");
}
.message-erreur {
  font-weight: bold;
  color: #891677;
  white-space: normal;
}
.basDeBloc {
  padding: 5px 0 15px 0;
  border-top: 1px solid #cccccc;
}
.titreParagraphe {
  font-weight: bold;
  text-decoration: none;
  color: #404152 !important;
}
.miniature {
  width: 200px;
  cursor: pointer;
}
ul.noListStyle {
  list-style: none;
}
#dialog select option {
  background: #f1f1f1;
  padding: 3px 0;
}
#dialog .select {
  width: 304px;
  height: 26px;
  overflow: hidden;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#dialog .label-select {
  position: relative;
  float: left;
  padding: 5px 3px 5px 0;
}
#dialog .fleche-select {
  margin: 5px 0 0 280px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/ui-icons_222222_256x240.png) no-repeat;
  background-position: -64px -16px;
}
#dialog label,
#dialog span {
  vertical-align: middle;
}
.button {
  text-decoration: none !important;
}
.messageAide {
  font-weight: bold;
  color: #51265b;
}
.messageAlert {
  color: #891677 !important;
}
.link {
  color: #891677 !important;
  text-decoration: underline;
}
.inactive,
.tree a.inactive {
  color: #aaaaaa !important;
}
.liste a.active {
  color: #404152 !important;
  font-weight: bold;
}
.pdf {
  background-image: url(images/icones/icone-pdf.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
}
#onglets {
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 570px;
  height: 40px;
  border-bottom: 1px solid #000000;
}
#welcome {
  position: absolute;
  float: right;
  width: 252px;
  height: 71px;
  right: 0px;
  color: #dae9f7;
  background-color: #51265b;
}
#menuHaut #welcome img {
  margin: 10px 0 0 2px;
}
#welcome span {
  position: absolute;
  float: left;
  width: 180px;
  margin: 0px 0 0 2px;
  font-size: 14pt;
  text-align: center;
  color: #ffffff;
}
#welcome span a {
  color: #ffffff;
  text-decoration: underline;
}
#welcome span span {
  position: relative;
  margin: 0;
  width: 0;
  font-size: 11pt;
  width: 100%;
}
#welcome .a-- {
  font-size: 8pt;
}
#option {
  z-index: 2;
  position: absolute;
  height: 20px;
  right: 10px;
  bottom: -1px;
  text-align: center;
  font: 9px verdana;
  border-bottom: 1px solid #000000;
}
#option a {
  text-decoration: none;
  margin-left: 5px;
  vertical-align: middle;
}
.menu_gauche.ui-accordion .ui-accordion-content {
  padding: 15px 5px;
}
.absolute {
  position: absolute;
}
.center {
  text-align: center;
}
.menu_gauche {
  height: 99%;
}
.ui-tabs .ui-tabs-panel {
  padding: 0px 5px;
  overflow: auto;
}
.explorateur_gauche {
  z-index: 1;
  position: relative;
  padding-left: 2%;
  height: auto;
  max-height: 97%;
  padding-bottom: 3%;
  overflow: auto;
}
.zone_texte_gauche {
  margin: 10px 10% 0 5%;
  width: 85%;
  background-color: #efefef;
  padding: 5px;
  border: 1px solid #444444;
}
/* CSS selection */
#selection {
  z-index: 999;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  vertical-align: middle;
}
#selection img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  width: 16px;
}
#selection a,
#selection a:hover,
#selection a:active,
#selection a:visited,
#selection a:link {
  border: none;
  text-decoration: none;
}
#selection li {
  list-style-type: none;
  line-height: 20px;
}
.boxSelection {
  float: left;
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.boxSelectionTitle {
  height: 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 11pt;
}
.boxSelectionTitle img {
  float: right;
  padding-top: 2px;
}
.boxSelectionTitle span {
  padding-left: 5px;
}
.boxSelectionContenu {
  height: 100px;
  overflow: auto;
  background-color: #f1f1f1;
  border-right: 1px solid #cccccc;
}
/* Item */
#boxSelectionItem {
  width: 58%;
}
#titreItemSelection {
  background-color: #404152;
  border-left: 1px solid #404152;
}
/* Pays */
#boxSelectionPays {
  width: 26%;
}
#titrePaysSelection {
  background-color: #51265b;
  border-left: 1px solid #51265b;
}
/* Year */
#boxSelectionYear {
  width: 16%;
}
#yearSelection {
  border-right: none;
}
#selection #titreYearSelection {
  background-color: #cc3467;
}
#lowHighData {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
/*Fin selection*/
#boxOption a {
  margin-left: 5px;
}
.globalGauche .boxText {
  height: 35px;
}
.globalGauche .liste-format {
  padding-top: 5px;
  height: calc(100% - 80px);
  overflow: auto;
}
.globalGauche {
  position: absolute;
  width: 250px;
  text-align: left;
  height: calc(100% - 70px);
  left: 0px;
  top: 70px;
  background-color: #f1f1f1;
  border-right: 1px solid #cccccc;
  overflow: hidden;
}
.globalContenu {
  position: absolute;
  width: auto;
  text-align: left;
  height: auto;
  right: 252px;
  left: 251px;
  top: 70px;
  bottom: 0px;
  background-color: #ffffff;
}
.globalContenu.sans-menu-droite {
  right: 2px;
}
.globalContenuCountrySnapshot {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 980px;
  margin: 0 auto;
}
.globalDroite {
  position: absolute;
  width: 250px;
  overflow: hidden;
  text-align: left;
  height: auto;
  right: 0px;
  top: 70px;
  bottom: 0px;
  border: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-color: #f1f1f1;
}
.globalDroite #ranking {
  padding: 3px;
}
#container_menu_gauche {
  overflow: hidden;
}
#container_menu_gauche .tree,
.liste-element {
  margin-top: 15px;
  overflow: auto;
}
#menu_gauche {
  margin-top: 17px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  list-style: none;
  overflow: hidden;
}
#menu_gauche li {
  float: left;
  width: 32%;
  height: 30px;
  margin: 0 0.6%;
  text-align: center;
}
#menu_gauche li a {
  display: block;
  margin-top: 0px;
  padding-top: 6px;
  width: 100%;
  height: 100%;
  font-size: 13pt;
  color: #ffffff;
}
.choix-item {
  background-color: #404152;
}
.choix-countries {
  background-color: #51265b;
}
.choix-years {
  background-color: #cc3467;
}
#choixAnnee option {
  padding: 2px 25px;
}
#menu_gauche li a.active:after {
  position: absolute;
  content: "";
  margin-top: 24px;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
}
.choix-item a.active:after {
  margin-left: -25px;
  border-color: #404152 transparent transparent transparent;
}
.choix-countries a.active:after {
  margin-left: -40px;
  border-color: #51265b transparent transparent transparent;
}
.choix-years a.active:after {
  margin-left: -25px;
  border-color: #cc3467 transparent transparent transparent;
}
#choix-years {
  color: #000000;
}
#choix-years .buttonInfo {
  margin-right: 5px;
  padding: 8px 3px;
  color: #000000;
  background-color: #e086a4;
}
#choix-years .buttonAdd:hover,
#choix-years .buttonInfo:hover {
  background-color: #7b1f3e;
  color: #000000;
}
#choix-years #lowHighData {
  position: relative;
  margin: 20px 0 0 0px;
}
.droite {
  width: 90%;
  position: relative;
  top: 5px;
  margin: auto;
  border-left: 2px outset #000000;
  border-right: 2px outset #000000;
  border-collapse: collapse;
  padding-bottom: 20px;
  padding-left: 5px;
  background-color: #ffffff;
}
.box-container {
  clear: both;
  white-space: normal;
}
.box-2 {
  position: relative;
  float: left;
  width: 47.7%;
  margin-top: 10px;
}
.box-3 {
  position: relative;
  float: left;
  width: 31%;
}
.box h3 {
  border-bottom: 2px solid #cccccc;
  padding: 3px 5px;
  background-color: #f6f6f6;
  font-weight: bold;
  font-size: 9pt;
}
.box ul {
  list-style-type: none;
  margin: 10px;
}
.box.ui-accordion .ui-accordion-content {
  padding: 0 6px;
}
.ui-front {
  z-index: 1010;
}
ul.liste-checkbox li {
  padding: 6px 6px;
  margin-bottom: 2px;
  cursor: pointer;
}
ul.liste-checkbox li label {
  cursor: pointer;
}
.titreBox {
  padding: 2px 3px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0px;
  color: #51265b;
  font-size: 13pt;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #dddddd;
  vertical-align: middle;
}
.boxDroite > div {
  padding: 0px 6px 5px 6px;
}
.boxDroite ul {
  margin-left: 15px;
}
.boxDroite li {
  padding-left: 0px;
  margin-left: 0px;
}
.boxDroite table td {
  padding-top: 5px;
}
.boxDroite input[type=text] {
  width: 40%;
  margin-bottom: 5px;
}
.boxDroite label {
  width: 59%;
}
.pubDemo {
  font-weight: normal;
  color: #000000;
  width: 300px;
  height: 120px;
  margin: 20px auto;
  padding: 10px;
  background-color: #d8fe8d;
  border: 3px solid #cbef85;
  text-align: justify;
}
.pubDemo input {
  margin: 20px 100px;
}
#pubDemoTexte {
  white-space: normal;
}
.pubdemo legend {
  color: #891677;
  font-size: 9pt;
  font-weight: bold;
}
.pubdemo a:link,
.pubdemo a:visited {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  border: 3px outset #d7d300;
  background-color: #d7d300;
  text-align: center;
}
.pubdemo a:active {
  border: 3px inset #d7d300;
}
.pubdemo input.valider {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  margin: 20px;
  margin-top: 10px;
  margin-left: 150px;
  height: 20px;
  padding: 0 15px 20px 15px;
  background-color: #d7d300;
}
.espace {
  position: relative;
  height: 5px;
}
.titreRecapitulatif {
  font-weight: bold;
}
.titreRecapitulatif a {
  color: #000000;
}
.aligneTexteImage {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 2.5px;
}
.actualiser {
  position: absolute;
  right: 8px;
  bottom: 1.5px;
  width: 12px;
  height: 12px;
}
.listePetiteMarge {
  margin-top: 15px;
  text-align: left;
  padding-left: 12px;
  padding-bottom: 12px;
  color: #000000;
}
.listePetiteMarge a {
  color: #51265b;
}
.Annee,
.inputTextAnnee,
.inputSubmitAnnee,
.inputSubmitBilan {
  margin-top: 10px;
  width: 70px;
  font-size: 8pt;
  text-align: center;
}
.titreSerieRecapitulatif {
  text-decoration: none;
  cursor: default;
}
#choixUniteGraph input[type="submit"] {
  width: 80px;
  margin-left: 160px;
  text-align: center;
}
.selectPaysBilan {
  margin-top: 10px;
  width: 160px;
  text-align: left;
  color: #51265b;
}
#choixCriteresBilan * {
  vertical-align: middle;
}
#choix_langue_form * {
  vertical-align: middle;
}
.optionTab {
  color: #000000;
}
#options label {
  padding-left: 4px;
}
#options * {
  vertical-align: middle;
}
#options select {
  border: 1px solid #000000;
  margin-left: 80px;
}
.trial {
  color: #891677;
  font-size: 18px;
  padding-bottom: 35px;
  padding-right: 0px;
  margin-left: -50px;
  vertical-align: middle;
}
.paysNTC li {
  list-style-type: none;
  margin-left: 30px;
  font-weight: normal;
  font-size: 10px;
}
.paysOdyssee li {
  margin-left: 30px;
  color: #404152;
  list-style-type: square;
  font-weight: normal;
  font-size: 8pt;
}
.paysOdyssee li a {
  color: #000000;
  font-weight: normal;
}
.paysOdyssee li a:hover {
  color: #891677;
  font-weight: normal;
}
.anneeNtc li {
  margin-left: 20px;
  color: #000000;
  list-style-type: none;
  font-weight: normal;
  font-size: 10px;
}
span.entreEnergie {
  color: #51265b;
  font-size: 9pt;
  font-weight: bold;
}
/* NOUVEAUTE*/
#nameRequest {
  font-size: 12px;
  border: 1px solid #51265b;
  width: 250px;
  height: 20px;
}
#tabsData table td,
#choixUnite table td {
  padding: 3px 0 3px 3px;
}
#option-5 table {
  width: 440px;
}
#option-5 table td {
  width: 220px;
}
#dialog_loadRequest_contenu table {
  font-size: 10pt;
}
select.selectUnite {
  color: #000000;
  font-size: 8pt;
  border: 1px solid #51265b;
  width: 230px;
  margin-left: 20px;
}
#afficherDecimal {
  font-size: 8pt;
}
#afficherDecimal option {
  padding: 0px 5px;
}
#dialog_aideGenerale_contenu {
  font-size: 12px;
}
#dialog_aideGenerale_contenu table.aideSerie {
  width: 90%;
  margin-left: 0px;
  border-collapse: collapse;
}
#dialog_aideGenerale_contenu table.aideSerie td {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 11pt;
  text-align: center;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-collapse: collapse;
  color: #51265b;
  background-color: transparent;
}
#dialog_aideGenerale_contenu .description {
  color: #000000;
  font-size: 9pt;
}
#dialog_aideGenerale_contenu .titre {
  color: #51265b;
  font-size: 11pt;
}
#dialog_aideGenerale_contenu div div ul {
  font-size: 12px;
  margin-left: 40px;
}
#dialog_aideGenerale_contenu div div a {
  color: #51265b;
  text-decoration: underline;
}
.openDialogOptions {
  z-index: 15;
  width: 55px;
  margin-top: -30px;
  margin-left: 0px;
  border: 1px solid #51265b;
  text-align: center;
  font-weight: bold;
}
.openDialogOptions a {
  color: #51265b;
}
/* MODIF */
.selection #itemSelection li,
.selection #paysSelection li {
  cursor: s-resize;
}
.contenu {
  position: absolute;
  width: auto;
  height: auto;
  padding: 0 5px;
  left: 0px;
  right: 0px;
  top: 5px;
  bottom: 0px;
  background-color: #ffffff;
  color: black;
  /*overflow : hidden ;*/
  overflow: auto;
}
.contenu-country-snapshot {
  overflow: visible;
}
.request ul {
  margin: 10px 0 10px 15px;
}
#dialog_saveRequest {
  padding-top: 20px;
}
#dialog_confirm {
  font-size: 13px;
  padding-top: 20px;
}
#choixCriteresBilan {
  margin-left: 20px;
}
#choixCriteresBilan ul {
  list-style-type: none;
}
#choixCriteresBilan ul li {
  margin-top: 3px;
}
#choixCriteresBilan ul li label {
  margin-left: 3px;
}
/* Impression */
#dialogPrintContenu table {
  border-collapse: collapse;
}
#dialogPrintContenu table td,
#dialogPrintContenu table th {
  font-size: 12px;
  border-right: 1px solid #000000;
  border-collapse: collapse;
  padding: 2px 3px;
  white-space: nowrap;
}
#dialogPrintContenu table th {
  text-align: left;
}
#dialogPrintContenu table tr {
  border-bottom: 1px solid #e6e6e6;
}
#dialogPrintContenu .titreColonne {
  text-align: center;
  white-space: normal;
}
#dialogPrintContenu .titreColonne div {
  width: 80px;
}
/* News */
.interfaceInformations {
  padding: 5px;
}
.newsNrdWeb {
  position: absolute;
  float: left;
  width: 80%;
  max-height: 280px;
  margin-left: 10%;
  margin-top: 20px;
  background-color: #ffffff;
  white-space: normal;
  padding: 5px;
  border: 1px solid #51265b;
  overflow: auto;
}
.interfaceInformations h1 {
  font-size: 18pt !important;
  color: #51265b;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
}
.interfaceInformations h2 {
  font-size: 16pt !important;
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
  margin-right: 100px;
  text-decoration: none !important;
}
.interfaceInformations h2 a {
  color: #333333 !important;
  text-decoration: none !important;
}
.interfaceInformations h3 {
  font-size: 14pt !important;
  color: #4d4d4d;
  font-weight: normal;
}
.interfaceInformations h4 {
  font-size: 12pt !important;
  color: #666666;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}
.interfaceInformations a,
.interfaceInformations a:link,
.interfaceInformations a:active,
.interfaceInformations a:hover,
.interfaceInformations a:visited {
  color: #51265b;
  text-decoration: underline;
}
.interfaceInformations ul {
  padding: 0px 0 0 24px !important;
}
.interfaceInformations ul li {
  margin-left: 0px !important;
}
.newsNrdWeb a,
.newsNrdWeb a:link,
.newsNrdWeb a:active,
.newsNrdWeb a:hover,
.newsNrdWeb a:visited {
  color: #51265b;
  text-decoration: underline;
}
.modifNrdWeb a,
.modifNrdWeb a:link,
.modifNrdWeb a:active,
.modifNrdWeb a:hover,
.modifNrdWeb a:visited {
  color: #51265b;
  text-decoration: underline;
}
#dialog_news_contenu div div a,
#dialog_news_contenu div div a:link,
#dialog_news_contenu div div a:active,
#dialog_news_contenu div div a:hover,
#dialog_news_contenu div div a:visited {
  color: #51265b;
  text-decoration: underline;
}
.newsNrdWeb {
  padding-bottom: 20px;
}
.newsNrdWeb .openNews {
  position: absolute;
  right: 10px;
}
.ui-menu {
  width: 97%;
  margin: 0 1%;
  z-index: 1001;
}
/*[BEGIN] Box rankin*/
#infosTexte {
  white-space: normal;
}
#infosTexte table {
  font-size: 10px;
}
#infosTexte table tr td img.liste {
  border: none;
  width: 10px;
}
#infosTexte h3 {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #333333;
  font-size: 12pt;
}
#infosTexte h5 {
  margin-left: 4%;
  font-size: 12px;
}
#infosTexte ul.presentation {
  margin-left: 2px;
  list-style-type: none;
}
ul.presentation * {
  text-transform: initial !important;
}
#infosTexte ul.presentation > li {
  padding: 5px 0px;
  border-bottom: 1px solid #cccccc;
}
#infosTexte ul.presentation > li:first-child {
  padding-top: 0px;
}
#infosTexte ul.presentation > li:last-child {
  border-bottom: none;
}
#infosTexte .blue {
  color: #51265b;
}
#infosTexte .little {
  font-size: 8pt;
}
#infosTexte ul li a {
  color: #333333;
}
#infosTexte ul li a:hover {
  color: #51265b;
}
#boxInfos ul {
  margin-top: 10px;
  margin-left: 0px;
  list-style-type: none;
}
span.valueRanking {
  margin-left: 10px;
  color: #51265b;
  font-weight: bold;
}
/*Box rankin [END]*/
#dialog_message {
  font-size: 10pt;
}
/* Message Drupal pour trial */
div.messages a:link,
div.messages a:visited,
.help a:link,
.help a:visited,
.help .more-help-link a:link,
.help .more-help-link a:visited {
  color: #0066B3;
}
div.messages a:hover,
div.messages a:active,
.help a:hover,
.help a:active,
.help .more-help-link a:hover,
.help .more-help-link a:active {
  color: #000;
}
div.messages,
div.messages.status {
  background-color: #EAF8E4;
  border: 2px solid #8DC478;
  color: #3E642F;
  font-weight: 600;
  font-size: 1em;
  margin: 10px 7px 20px 10px;
  overflow: hidden;
  padding: 14px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
div.messages.warning {
  background: #FFFFDD;
  border: 2px solid #EED300;
  color: #745500;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
div.messages ul {
  list-style-position: inside;
}
div.messages em {
  color: #555;
}
#gauche .selected {
  font-weight: bold;
  color: #51265b;
}
.dialog {
  font-size: 12px;
}
.dialog table {
  width: 96%;
  margin: 8px 2%;
  border-collapse: collapse;
}
.dialog table td,
.dialog table th {
  border-collapse: collapse;
  padding: 2px 3px;
}
.dialog ul {
  margin: 8px 0 8px 20px;
}
.dialog ul li {
  margin-bottom: 10px;
}
.even {
  background-color: #e6e6e6;
}
.action {
  color: #891677;
  text-decoration: underline;
}
.action:hover {
  text-decoration: underline;
  font-weight: bold;
}
/* Pop up Private Policies */
.popups-body {
  margin: 0 10px;
}
.popups-body h1 {
  font-size: 13pt;
  color: #51265b;
}
.popups-body strong {
  color: #61a1cc;
}
.popups-body p {
  margin: 15px 0 15px 0px;
}
.popups-body ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.privacy_policy li {
  margin: 10px 0 10px 20px;
  text-align: justify;
}
.link-classique {
  text-decoration: underline;
  color: #51265b;
}
.italic {
  font-style: italic;
  color: #51265b;
}
.ui-accordion .ui-accordion-content {
  padding: 0px;
}
/* Tools */
#toolbar {
  z-index: 998;
  position: absolute;
  height: 100%;
  background-color: #FFFFFF;
}
.tools {
  position: relative;
  z-index: 999;
  background-color: #ffffff;
  border: none;
  margin: 10px 0 0 2px;
}
.tools.horizontal ul li {
  display: inline;
}
.tools ul,
.tools ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tools li {
  margin-bottom: 1px;
}
.tools .print {
  background: url(images/icones/printResult.jpg) no-repeat right;
}
.tools .newRequest {
  background: url(images/icones/newRequest.jpg) no-repeat right;
}
.tools .loadRequest {
  background: url(images/icones/loadRequest.jpg) no-repeat right;
}
.tools .saveRequest {
  background: url(images/icones/saveRequest.jpg) no-repeat right;
}
.tools .exportPdf {
  background: url(images/icones/exportPdf.jpg) no-repeat right;
}
.tools .exportImg {
  background: url(images/icones/exportImg.jpg) no-repeat right;
}
.tools .optionsResultat {
  background: url(images/icones/setting.jpg) no-repeat right;
}
.tools .map {
  background: url(images/icones/map.png) no-repeat right;
}
.tools .undo {
  background: url(images/icones/undo.png) no-repeat right;
}
.tools .redo {
  background: url(images/icones/redo.png) no-repeat right;
}
.tools .calendar {
  background: url(images/icones/selectYear.jpg) no-repeat right;
}
.tools .fullscreen {
  background: url(images/icones/fullscreen.png) no-repeat right;
}
.tools .reducescreen {
  background: url(images/icones/reducescreen.png) no-repeat right;
}
.tools .calcul {
  background: url(images/icones/calcul.png) no-repeat right;
}
.tools .sub-calcul {
  background-color: #404152;
  color: #ffffff;
}
.tools .graph {
  background: url(images/icones/graphResult.jpg) no-repeat right;
}
.tools .sub-graph {
  background-color: #FF5A0A;
  color: #ffffff;
}
.tools .table {
  background: #d07ee3 url(images/icones/table.png) no-repeat right;
}
.tools .pieChart {
  background: #51265b url(images/icones/pie.png) no-repeat right;
}
.tools .lineChart {
  background: #51265b url(images/icones/line.png) no-repeat right;
}
.tools .areaChart {
  background: #51265b url(images/icones/area.png) no-repeat right;
}
.tools .barChart {
  background: #51265b url(images/icones/bar.png) no-repeat right;
}
.tools .barStackedChart {
  background: #51265b url(images/icones/bar-stacked.png) no-repeat right;
}
.tools .exportXls {
  background: #d07ee3 url(images/icones/excel.png) no-repeat right;
}
.plier {
  background: #51265b url(images/icones/arrow-right.png) no-repeat right;
  vertical-align: top;
  float: right;
  right: 10px;
}
.deplier {
  background: #51265b url(images/icones/arrow-left.png) no-repeat right;
  vertical-align: top;
  float: right;
  right: 10px;
}
.icone-40-40 {
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  background-repeat: no-repeat !important;
}
.icone-30-30 {
  width: 30px;
  height: 30px;
  background-size: 30px 30px !important;
  background-repeat: no-repeat !important;
}
.icone-20-20 {
  width: 20px;
  height: 20px;
  background-size: 20px 20px !important;
  background-repeat: no-repeat !important;
  display: inline-block;
}
.icone-auto-40 {
  height: 20px;
  padding: 10px 5px;
  text-transform: uppercase;
}
.tools hr {
  color: #cccccc;
  background-color: #f1f1f1;
  width: 100%;
  margin: 3px 0;
}
.tools ul li a {
  display: inline-block;
}
.tools .sousMenuDiv {
  position: absolute;
  margin: -47px 0 0 38px;
  width: 420px;
  border: none;
  font-size: 11pt;
}
.tools .sousMenuDiv input[type=checkbox] {
  margin: 12px 3px 0 12px;
  vertical-align: bottom;
}
.tools .sousMenuDiv label {
  margin-top: 11px;
}
.ui-effects-wrapper {
  overflow: visible !important;
}
.tools ul li div.annees {
  position: relative;
  display: inline-block;
  float: right;
  margin: 10px 10px 0 0;
  font-size: 12px;
}
.tools ul li > div #slider-range {
  display: inline-block;
  margin: 12px 10px;
  width: 310px;
}
.tools ul ul {
  position: absolute;
  list-style: none;
  margin: -40px 0 0 40px;
  padding: 4px;
}
.tools ul ul li {
  float: left;
  padding: 0 2px;
}
.tools ul ul li ul {
  margin-left: -4px !important;
}
.tools ul ul li ul li {
  float: none;
  padding: 2px 0px;
}
.tools ul ul li ul li:nth-child(1) {
  padding-top: 46px;
}
/* Resultat */
#contenu h2 {
  font-size: 13pt;
}
#resultatContenu ul {
  padding: 15px;
}
.titreContenu {
  position: absolute;
  width: auto;
  height: 25px;
  padding: 0 0 5px 5px;
  left: 5px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #ffffff;
  color: #333333;
  overflow: hidden;
}
#titreContenu {
  /*margin-left:45px;*/
  height: 30px;
}
#ongletContenu {
  height: 25px;
  background-color: #f1f2f5;
}
.titreResultatFixe {
  clear: left;
  height: 25px;
  font-size: 16pt;
  font-weight: normal;
  text-align: left;
  margin-bottom: 6px;
  padding-top: 5px;
  background: #ffffff;
  z-index: 200;
  color: #51265b;
}
h2.titreResultatFixe {
  color: #333333;
}
.titreContenu h2 {
  float: left;
}
.titreContenu #optionsGeneralesSelection {
  float: right;
}
.titreContenu img {
  width: 14px;
}
.resultatContenu {
  position: absolute;
  width: auto;
  height: auto;
  left: 55px;
  right: 0px;
  top: 65px;
  bottom: 0px;
  background-color: #ffffff;
  overflow: auto;
}
.graphResultat {
  margin-top: 30px;
  margin-left: 60px;
}
#graphContent {
  position: absolute;
  float: left;
  left: 40px;
  right: 10px;
}
table.resultat {
  position: relative;
  float: left;
  margin: 62px 0 5px 0;
  border-collapse: collapse;
  font-size: 9pt;
  color: #444444;
}
table.resultatBilan {
  position: static;
  float: none;
  margin: 0;
}
table.resultat.resultatBilan thead,
table.resultat.resultatBilan tbody tr th {
  position: static;
  float: none;
}
table.resultat thead {
  position: absolute;
  z-index: 100;
  float: left;
  margin: -22px 0 0 0;
  height: 22px;
  background-color: #ffffff;
  white-space: nowrap;
}
table.resultat tbody tr th,
table.resultat .titreLigne,
.secondColonne {
  color: #51265b;
  text-align: left;
  border-left: none;
  border-right: 1px solid #aaaaaa;
  white-space: nowrap;
}
table.resultat tbody tr th {
  z-index: 99;
  position: absolute;
  float: left;
  /*height: 19px;*/
  overflow: hidden;
}
table.resultat thead tr th,
table.resultat thead th,
table.resultat .titreColonne {
  color: #cc3467;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
table.resultat .valueHisto {
  color: #51265b;
  font-style: italic;
}
table.resultat thead td {
  text-align: center;
}
th {
  padding: 3px 3px 3px 6px;
  font-weight: normal;
}
table.resultatBilan th {
  padding: 0px 3px 0px 6px;
}
.titreColonne div {
  width: 65px;
}
.titreColonne div.colonneLarge {
  width: 80px;
}
table.resultat thead tr td.vide,
table.resultat tbody tr td.vide {
  position: fixed;
  float: left;
  border-left: none;
  border-right: 1px solid #aaaaaa;
  background-color: #ffffff;
  height: 16px;
  z-index: 100;
}
table.resultat td,
table.resultat th {
  padding: 3px 3px 3px 6px;
  border-left: 1px solid #aaaaaa;
  white-space: nowrap;
}
table.resultatBilan td,
table.resultatBilan th {
  padding: 0px 3px 0px 6px;
}
table.resultat td.noBorder {
  border-left: none;
  text-align: left;
}
/*table.resultat td.valeur, table.resultat tr{*/
table.resultat td.valeur {
  text-align: right;
}
.pair,
table.resultat tr.pair,
table.resultat tbody tr.pair th {
  background-color: #f0f0f0;
}
.impair,
table.resultat tr.impair,
table.resultat tbody tr.impair th,
table.resultat thead tr.impair td {
  background-color: #ffffff;
}
table.resultat .selectedValue {
  background-color: #aaaaaa;
  color: #000000;
}
table.displayBilan {
  font-size: 9pt;
  border-collapse: collapse;
}
table.displayBilan td,
table.displayBilan th {
  border-collapse: collapse;
  border-right: 1px solid #cccccc;
}
table.displayBilan td,
displayBilan.display th {
  padding: 2px;
  font-size: 9pt;
}
table.displayBilan tr th,
table.displayBilan tr td:nth-child(0) {
  color: #404152;
}
table.displayBilan tr td {
  text-align: right;
}
table.displayBilan .titreColonneBalance {
  text-align: center;
}
table.tableAlternate tr:nth-child(odd) td,
table.tableAlternate tr:nth-child(odd) th {
  background-color: #f1f1f1;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
table.tableAlternate th {
  font-weight: bold;
}
.messageResult {
  float: left;
  clear: both;
  left: 0px;
  margin-top: 15px;
  color: #404152;
  font-weight: bold;
}
.ui-selecting {
  background: #ccc;
}
.ui-selected {
  background: #999;
}
#searchPays,
#searchSerie {
  position: relative;
  float: left;
  width: 60%;
  height: 30px;
  margin: 15px 0 0 10px;
  border: none;
  font-size: 13pt;
  color: #ffffff;
  background-color: #4A5A72;
  vertical-align: top;
}
#searchSerieValider,
#resetSearchSerie,
#searchPaysValider {
  position: relative;
  float: left;
  display: block;
  margin-top: 15px;
}
#resultSearchSerie,
#resultSearchPays {
  margin-top: 10px;
  padding-bottom: 10px;
  max-height: 300px;
  overflow: auto;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 5px;
}
#resultSearchSerie li {
  padding: 3px 0;
}
#resultSearchSerie li:hover {
  font-weight: bold;
  background-color: #e0e0e0;
}
.small {
  font-size: xx-small;
}
.small .ui-button-text {
  padding: 2px 3px;
}
.small img {
  width: 12px;
}
.ui-autocomplete {
  max-height: 400px;
  width: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 9pt;
}
#periode {
  margin: 0 5px;
}
.fiche-pays {
  margin: 10px 10px 15px 10px;
  border-collapse: collapse;
}
.fiche-pays td {
  border-collapse: collapse;
  padding: 2px 3px;
}
.fiche-pays tr:nth-child(odd) {
  background-color: #f0f0f0;
}
/* Menu haut */
#menuHaut {
  height: 70px;
  background-color: #FFFFFF;
}
#menuHaut {
  z-index: 1001;
  position: fixed;
  height: 70px;
  width: 100%;
  top: 0px;
  background-color: #FFFFFF;
}
/*#menuHaut img{
    margin-left:10px;
    margin-top:5px;
}*/
#navigation {
  position: absolute;
  margin-left: 250px;
  height: 71px;
  left: 1px;
  right: 252px;
  background-color: #51265b;
}
#navigation > ul > li:not(.right) {
  width: 170px;
}
#navigation ul {
  list-style: none;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
#navigation li {
  float: left;
  height: 100%;
  text-align: center;
  min-width: 88px;
}
#navigation ul li.right {
  float: right;
  background-color: #371a3e;
  text-align: center;
}
#navigation ul li.right .sous-navigation li a {
  line-height: 18px !important;
}
#navigation li.right .sous-navigation a {
  font-size: 8.5pt;
}
#navigation a {
  display: block;
  color: #ffffff;
  height: 100%;
  padding: 0 6px 0 6px;
}
#navigation > ul > li > a {
  font-size: 15pt;
  line-height: 66px;
}
#navigation > ul > li > a > span {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
#navigation > ul > li > a:hover,
#navigation > ul > li > a.current {
  background-color: #311737;
}
#navigation .sous-navigation {
  z-index: 1010;
  position: absolute;
  display: none;
  left: 0px;
  right: 0px;
  text-align: left;
  padding: 10px;
  background-color: #f7f7f7;
  box-shadow: 1px 2px 10px #666666;
  text-transform: none;
  max-height: 560px;
  overflow: auto;
}
#navigation .sous-navigation a {
  color: #404152;
}
.line {
  width: 100%;
  float: left;
  clear: left;
}
.line.new {
  margin-top: 25px;
}
.sz {
  float: left;
  padding: 0 0.25%;
}
.sz-right {
  float: right;
}
.sz-12 {
  width: 97.99979999999999%;
}
.sz-11 {
  width: 89.83315%;
}
.sz-10 {
  width: 81.6665%;
}
.sz-9 {
  width: 73.49985%;
}
.sz-8 {
  width: 65.33320000000001%;
}
.sz-7 {
  width: 57.16655%;
}
.sz-6 {
  width: 48.9999%;
}
.sz-5 {
  width: 40.83325%;
}
.sz-4 {
  width: 32.6666%;
}
.sz-3 {
  width: 24.49995%;
}
.sz-2 {
  width: 16.3333%;
}
.sz-1 {
  width: 8.166650000000001%;
}
.sz-2-4 {
  width: 20%;
}
.mg-6 {
  margin-left: 48.9999%;
}
.mg-5 {
  margin-left: 40.83325%;
}
.mg-4 {
  margin-left: 32.6666%;
}
.mg-3 {
  margin-left: 24.49995%;
}
.mg-2 {
  margin-left: 16.3333%;
}
.mg-1 {
  margin-left: 8.166650000000001%;
}
.sz.form p {
  margin-bottom: 10px;
}
.sz.form label.label {
  width: 200px;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
}
.sz.form input[type=text],
.sz.form input[type=password],
.sz.form select,
.sz.form .custom-combobox {
  width: 400px;
  margin-bottom: 2px;
}
.sz.form .custom-combobox-input {
  width: 362px;
}
.sz.form [type=checkbox] {
  margin-bottom: 4px;
}
.sz.form label.short,
.sz.form label.medium {
  display: inline-block;
}
.sz.form textarea {
  width: 400px;
  height: 120px;
}
.sz.form .short {
  width: 150px !important;
}
.sz.form .medium {
  width: 300px !important;
}
.sz.form li {
  list-style-type: none;
}
.sz.list ul {
  margin: 10px 0 0 10px;
}
.sz.list li {
  list-style: none;
  line-height: 25px;
}
.sz.list li a:hover {
  font-weight: bold;
}
.sz.table tr:nth-child(even) {
  background-color: #f1f1f1;
}
.sz.table th {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #d8d8d8;
  text-align: center;
}
#navigation .sous-navigation .news {
  height: 100%;
  max-height: 350px;
  overflow: auto;
  padding: 0px 10px 10px 10px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 12pt;
  text-align: left;
}
#navigation .sous-navigation .news a {
  color: #51265b;
  font-size: 12pt;
  text-decoration: underline;
}
#navigation .sous-navigation .news ul {
  text-transform: none;
}
#navigation .sous-navigation h3 {
  width: 80%;
  padding-right: 30px;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 8px;
  color: #404152;
  border-bottom: 1px solid #cccccc;
}
#navigation .sous-navigation h3 a {
  height: auto;
  padding: 0;
}
#navigation .sous-navigation h4 {
  font-size: 11pt;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 8px;
  color: #51265b;
}
#navigation .sous-navigation li {
  z-index: 1010;
  float: none;
  text-align: left;
}
#navigation .sous-navigation li a {
  padding: 0px 2px 1px 2px;
  font-size: 11pt;
  line-height: 24px;
  color: #000000;
  /*height: 26px;*/
  text-transform: none;
}
#navigation .sous-navigation li a img {
  float: left;
  margin-left: 0px;
  padding-right: 3px;
  border-right: 1px solid #bbbbbb;
  vertical-align: middle;
}
#navigation .sous-navigation li a span {
  float: left;
  margin-top: 10px;
  padding-left: 3px;
}
#navigation .sous-navigation li a:hover,
#navigation .sous-navigation li a.current {
  text-decoration: underline;
  color: #2a2a35;
}
#navigation .sous-navigation.lastElementMenu {
  padding: 0px;
}
#listLastElementMenu > li {
  width: 100%;
  height: 70px;
}
#listLastElementMenu > li > a {
  color: #333333 !important;
  font-size: 15pt !important;
  height: 50px !important;
  padding: 20px 6px 10px 6px !important;
}
#listLastElementMenu > li > a:hover {
  background-color: #311737;
  color: #DAE9F7 !important;
  text-decoration: none !important;
}
#logoTitreProduit {
  float: left;
  width: 250px;
  height: 70px;
  font-size: 18pt;
}
#logoTitreProduit a {
  display: inline;
}
#logoTitreProduit img {
  height: 100%;
  margin-left: 20px;
}
#logoTitreProduit span {
  position: absolute;
  float: left;
  margin: 10px 0 0 8px;
  color: #DAE9F7;
}
/* Bouton on/off */
.onoffswitch {
  position: relative;
  float: left;
  margin-left: 10px;
  right: 10px;
  width: 103px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #cccccc;
  border-radius: 7px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 12pt;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "High prices";
  padding-left: 4px;
  background-color: #51265b;
  color: #000000;
}
.onoffswitch-inner:after {
  content: "Low prices";
  padding-right: 8px;
  background-color: #404152;
  color: #ffffff;
  text-align: right;
}
.onoffswitch-switch {
  width: 12px;
  margin: 2px;
  background: #cc3467;
  border: 2px solid #cccccc;
  border-radius: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 85px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.input-sensibility {
  color: #51265b;
  font-weight: bold;
}
.slider-sensibility {
  margin: 3px 7px;
}
.toolBar-result {
  position: absolute;
  z-index: 1010;
  background-color: #D4D4D4;
  padding: 5px;
  border-radius: 6px;
}
.triangle {
  position: relative;
  z-index: 1000;
  width: 0px;
  height: 0px;
  margin-left: 15px;
  border-color: transparent transparent #D4D4D4;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
}
.tree {
  overflow: auto;
  margin-top: 15px;
}
.tree,
.tree ul {
  list-style-type: none;
}
.tree li {
  padding-left: 16px;
  margin-top: 3px;
}
.tree a {
  font-size: 13pt;
  color: #333333;
}
.liste {
  font-size: 13pt;
  color: #000000;
  padding-left: 25px;
  list-style-type: none;
}
.liste a {
  color: #333333;
}
.liste a:hover {
  color: #23527c;
}
.liste ul {
  padding-left: 25px;
  list-style-type: none;
}
.liste li {
  line-height: 20px;
}
.elementTree {
  display: inline-block !important;
  margin-left: -16px;
}
.elementTree.ui-icon-bullet {
  background-image: url(images/menuGauche/bullet.png) !important;
  background-position: 0;
}
.tree span {
  vertical-align: top;
}
.openCloseTree {
  font-size: 13pt;
  color: #333333 !important;
}
.ui-icon-006699 {
  background-image: url(/images/ui-icons_006699_256x240.png) !important;
}
h2.titre {
  width: 80%;
  padding-right: 30px;
  font-size: 14pt;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 8px;
  color: #404152;
  border-bottom: none;
}
.titre {
  display: inline;
  border-bottom: 1px solid #4A5A72;
  font-weight: bold;
  padding: 3px 0;
  padding-right: 20px;
  margin-left: 5px;
  font-size: 13pt;
  color: #4A5A72;
}
#boxSensibilityComposante p {
  padding: 2px 5px;
}
#slider-control-panel {
  float: left;
  width: 30%;
}
#table-control-panel {
  margin-left: 32%;
  width: 68%;
}
#table-control-panel td:nth-child(n+2) {
  text-align: center;
}
#texte-control-panel {
  margin-left: 32%;
  width: 68%;
}
.dialog #aideSerieSensibility th:nth-child(1),
.dialog #aideSerieSensibility tr:nth-child(1) td:nth-child(1) {
  border: none;
  width: 49%;
}
.dialog #aideSerieSensibility tr:nth-child(1) td:nth-child(n+2),
#controlPanel tr:nth-child(1) td:nth-child(n+2) {
  width: 10%;
}
.dialog #aideSerieSensibility td,
.dialog #aideSerieSensibility th {
  border: 1px solid #000000;
}
.dialog #aideSerieSensibility tr,
#controlPanel tr {
  height: 25px;
}
.dialog #aideSerieSensibility tr:nth-child(1),
#controlPanel tr:nth-child(1) {
  text-align: center;
}
.dialog #aideSerieSensibility tr:nth-child(even),
#controlPanel tr:nth-child(even) {
  background-color: #f0f0f0;
}
#graph {
  width: 100%;
  max-width: 1000px;
}
/*.ui-tooltip, .arrow:after {
       background: #eefc68;
       border: 1px solid #000000;
}
.ui-tooltip {
       padding: 10px 20px;
       color: #000000;
       border-radius: 20px;
       font: bold 14px "Helvetica Neue", Sans-Serif;
       box-shadow: 0 0 7px black;
}
.arrow {
       width: 70px;
       height: 16px;
       overflow: hidden;
       position: absolute;
       left: 50%;
       margin-left: -35px;
       bottom: -16px;
}
.arrow.top {
       top: -16px;
       bottom: auto;
}
.arrow.left {
       left: 20%;
}
.arrow.leftCote {
       top: 35px;
       left: -8px;
       -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
       -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
       tranform: rotate(90deg);
}
.arrow:after {
       content: "";
       position: absolute;
       left: 20px;
       top: -20px;
       width: 25px;
       height: 25px;
       box-shadow: 6px 5px 9px -9px black;
       -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
       tranform: rotate(45deg);
}
.arrow.top:after {
       bottom: -20px;
       top: auto;
}*/
#selectionAnnee {
  height: 30px;
  margin-left: 55px;
  padding-top: 10px;
}
#selectionAnnee .label {
  float: left;
  position: relative;
  font-size: 12px;
}
#selectionAnnee div.annees {
  position: relative;
  float: left;
  margin: -12px 0 0 8px;
  font-size: 11pt;
}
#selectionAnnee input {
  margin-left: 30px;
}
#selectionAnnee #slider-range {
  margin-left: 150px;
  margin-right: 20px;
}
.dialog a {
  text-decoration: underline;
  color: #404152;
}
/* Slideshow */
#slides {
  display: none;
  margin: 0 auto;
}
#slides .slidesjs-navigation {
  margin-top: 20px;
}
a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(images/slideshow/btns-next-prev.png);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right: 5px;
}
a.slidesjs-next {
  margin-right: 10px;
  background-position: -12px 0;
}
a:hover.slidesjs-next {
  background-position: -12px -18px;
}
a.slidesjs-previous {
  background-position: 0 0;
}
a:hover.slidesjs-previous {
  background-position: 0 -18px;
}
a.slidesjs-play {
  width: 15px;
  background-position: -25px 0;
}
a:hover.slidesjs-play {
  background-position: -25px -18px;
}
a.slidesjs-stop {
  width: 18px;
  background-position: -41px 0;
}
a:hover.slidesjs-stop {
  background-position: -41px -18px;
}
.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}
.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(images/slideshow/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}
.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}
#slides a:link,
#slides a:visited {
  color: #333;
}
#slides a:hover,
#slides a:active {
  color: #9e2020;
}
/*
.container {
margin: 0 auto
}

@media (max-width: 767px) {
body {
padding-left: 20px;
padding-right: 20px;
}
.container {
width: auto
}
}

@media (max-width: 480px) {
.container {
width: auto
}
}


@media (min-width: 768px) and (max-width: 979px) {
.container {
width: 724px
}
}


@media (min-width: 1200px) {
.container {
width: 1170px
}
}*/
.custom-combobox {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  /* support: IE7 */
  *height: 1.7em;
  *top: 0.1em;
}
.custom-combobox-input {
  margin: 0;
  padding: 0.3em;
  /*width: 100px;*/
}
.overlay {
  background-color: #f1f1f1;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  z-index: 10000;
}
#map {
  width: 90%;
  height: 85%;
  max-width: 850px;
  max-height: 500px;
}
#accordionMenuGauche {
  margin: 0 1px;
}
#accordionMenuGauche .liste {
  padding-left: 0px;
}
#accordionMenuGauche .ui-accordion-content {
  padding: 5px;
}
#resultatContenu #ranking {
  float: left;
  max-width: 320px;
}
#resultatContenu #mapMappingTool {
  float: left;
}
#menuSelectionIndicateurMappingTool {
  position: relative;
  float: left;
  width: 25%;
  min-height: 700px;
}
#mapMappingTool {
  position: relative;
  width: 75%;
  height: 400px;
}
#graphMappingTool {
  float: left;
  position: relative;
  width: 50%;
  height: 300px;
}
#rankingMappingTool {
  float: left;
  position: relative;
  width: 25%;
  height: 300px;
}
#ranking table,
.ranking table {
  width: 100%;
  border-collapse: collapse;
}
#ranking table tr td,
.ranking table tr td {
  padding: 2px 0;
}
#ranking .ui-button,
.ranking .ui-button {
  white-space: nowrap;
}
#ranking .ui-progressbar,
.ranking .ui-progressbar {
  position: relative;
  height: 24px;
}
#ranking .progress-label,
.ranking .progress-label {
  position: absolute;
  left: 2px;
  top: 3px;
  font-size: 13pt;
}
#ranking .progress-label a,
.ranking .progress-label a {
  color: #333333;
  text-decoration: none;
}
#ranking .progress-value,
.ranking .progress-value {
  position: absolute;
  right: 2px;
  top: 3px;
  font-size: 13pt;
  color: #333333;
}
.notification {
  position: absolute;
  z-index: 1000;
  display: none;
  bottom: 0px;
  padding: 5px;
  width: auto;
  height: 60px;
  font-size: 11pt;
  color: #555555;
  line-height: 20px;
  border-top: 1px solid #cccccc;
  background-color: #f1f1f1;
  box-shadow: 1px -1px 5px 0px #666666;
}
#dialogNotification .notification {
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 5px;
  border: none;
  background-color: inherit;
  box-shadow: none;
}
.notification p:nth-child(even) {
  background-color: #dddddd;
  line-height: 20px;
}
#notification {
  width: 700px;
  margin-left: calc(50% - 350px);
}
.titlebarNotification {
  float: left;
  padding: 5px 3px;
  margin-bottom: 10px;
  width: calc(100% - 6px);
  background-color: #dddddd;
}
.titleNotification {
  float: left;
  left: 5px;
  top: 0;
}
.optionsNotification {
  float: right;
  right: 5px;
  top: 0;
}
.optionsNotification button {
  width: 21px;
  height: 21px;
}
#contenuNotification {
  clear: both;
}
.ui-widget {
  font-family: 'Barlow', sans-serif;
  font-size: 10pt;
}
.ui-dialog {
  box-shadow: 1px -1px 5px 0px #666666;
}
.ui-widget.ui-corner-all,
.ui-dialog-titlebar.ui-corner-all {
  border-radius: 0px;
}
.ui-widget-header {
  background-color: #dddddd;
  border: 1px solid #cccccc;
  color: #444444;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 3px 2px;
  border-bottom: 1px solid #cccccc;
  color: #51265b;
  font-size: 16pt;
  font-weight: normal;
  text-transform: uppercase;
  background: #dddddd;
  vertical-align: middle;
}
.ui-dialog .ui-button-text-only {
  background: #e3e3e3;
  color: #404152 !important;
}
.ui-widget-overlay {
  background: #dddddd;
  opacity: 0.3;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 1px !important;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 2px !important;
}
.ui-dialog .ui-button-text-only .ui-button-text {
  padding: 3px;
}
#optionsMapping {
  width: 760px;
  margin-left: calc(50% - 380px);
  height: 40px;
}
#optionsMapping input {
  width: 50px;
}
#countrySnapshot {
  float: left;
  width: 100%;
  padding: 10px 5px 50px 5px;
  margin-bottom: 50px;
  background-color: #ffffff;
}
#countrySnapshot h1 {
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
#countrySnapshot h2,
.titleH2 {
  color: #333333;
  font-size: 16pt !important;
  font-weight: normal;
  text-transform: uppercase;
}
#countrySnapshot h1 select {
  float: right;
  width: 250px;
  height: 40px;
  font-size: 14pt;
  line-height: 30px;
}
#countrySnapshotListePays {
  position: absolute;
  width: 100%;
}
#countrySnapshotListePays ul {
  padding: 10px 0 20px 0;
}
#countrySnapshotListePays ul li {
  list-style: outside none none;
  font-size: 12px;
  line-height: 18px;
}
#countrySnapshotListePays ul li a:hover {
  text-decoration: underline;
  color: #23527c;
}
.sousMenuHorizontal {
  list-style: outside none none;
  width: 100%;
  height: 32px;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
}
.sousMenuHorizontal li {
  float: left;
  width: 16.66%;
  padding-bottom: 5px;
  text-align: center;
}
.sousMenuHorizontal li:nth-child(1) a:hover,
.sousMenuHorizontal li:nth-child(1) a.active {
  border-bottom: 3px solid #D4C94B;
}
.sousMenuHorizontal li:nth-child(2) a:hover,
.sousMenuHorizontal li:nth-child(2) a.active {
  border-bottom: 3px solid #FB4449;
}
.sousMenuHorizontal li:nth-child(3) a:hover,
.sousMenuHorizontal li:nth-child(3) a.active {
  border-bottom: 3px solid #9CD524;
}
.sousMenuHorizontal li:nth-child(4) a:hover,
.sousMenuHorizontal li:nth-child(4) a.active {
  border-bottom: 3px solid #CC3467;
}
.sousMenuHorizontal li:nth-child(5) a:hover,
.sousMenuHorizontal li:nth-child(5) a.active {
  border-bottom: 3px solid #FF590B;
}
.sousMenuHorizontal li:nth-child(6) a:hover,
.sousMenuHorizontal li:nth-child(6) a.active {
  border-bottom: 3px solid #01A5A6;
}
#breadcrumb {
  font-size: 12px;
}
#breadcrumb a {
  text-decoration: underline;
}
.sub-title-h2 {
  border-bottom: 2px solid #D4C94B;
  margin-right: 40%;
}
.table-big-value {
  width: 100%;
  font-size: 20px;
  color: #666666;
}
.table-big-value td {
  padding: 20px 10px;
  text-align: center;
}
.table-big-value td:nth-child(n+2) {
  border-left: 1px solid #cccccc;
}
.big-value {
  font-size: 30px;
  color: #D4C94B;
  font-weight: bold;
}
.table-presentation-values {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 20px;
}
.table-presentation-values th {
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
}
.table-presentation-values tr:nth-child(n+2) td {
  border-top: 1px solid #cccccc;
}
.table-presentation-values tr:nth-child(n+1) td:nth-child(n+2) {
  text-align: center;
  width: 100px;
}
.table-presentation-values tr:nth-child(n+2) td:nth-child(1) {
  width: 540px;
}
.table-presentation-values td {
  border-collapse: collapse;
  padding: 6px 0;
}
.table-presentation-sub-country-snapshot td {
  padding: 10px 5px;
  font-size: 14px;
}
.table-presentation-sub-country-snapshot a {
  font-weight: bold;
}
.subPartCountrySnapshot {
  padding: 20px 0 20px 10px;
  border-bottom: 2px solid #404152;
}
tr.subPartCountrySnapshot > td {
  padding: 20px 0;
}
tr.subPartCountrySnapshot > td td {
  font-size: 12px;
}
#dialogSource td {
  padding: 8px 3px !important;
}
#boxFichePays {
  padding: 5px;
}
#boxFichePays h1,
h1.titreDroite {
  padding-bottom: 3px;
  font-size: 18pt;
  color: #333333;
  border-bottom: 2px solid #404152;
  font-weight: normal;
}
#boxFichePays h1,
h1.titreDroite.small {
  font-size: 15pt;
}
#boxFichePays h2 {
  font-size: 14pt;
  color: #333333;
  font-weight: normal;
}
#boxFichePays h3 {
  padding-top: 3px;
  font-size: 13pt;
  color: #333333;
  font-weight: normal;
}
#boxFichePays span {
  color: #333333;
}
#boxFichePays h2.value {
  display: inline;
  font-size: 24pt;
  color: #404152;
  font-weight: normal;
}
#boxFichePays ul {
  margin-left: 2px;
  list-style-type: none;
}
#boxFichePays ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #cccccc;
}
#boxFichePays ul li:first-child {
  padding-top: 0px;
}
#boxFichePays ul li:last-child {
  border-bottom: none;
}
.boxText {
  position: absolute;
  margin: 0 5px;
  bottom: 0px;
  padding: 5px;
  line-height: 20px;
  border: 1px solid #cccccc;
  box-shadow: 1px -1px 2px 0px #e6e6e6;
  color: #404152;
}
#howToUse img {
  width: 20px;
  vertical-align: middle;
}
.titreNews {
  font-weight: normal;
}
.dialogNews,
.dialog {
  font-size: 10pt;
  color: #333333;
  line-height: 20pt;
  text-align: justify;
}
.button.ui-state-default,
.button.ui-widget-content .ui-state-default,
.button.ui-widget-header .ui-state-default,
.button .span {
  background: #e3e3e3;
  color: #404152 !important;
}
.ui-progressbar-value {
  background: #404152;
  color: #333333 !important;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: #CCCCCC;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
  transform: translateX(100%) translateY(-100%) rotate(45deg);
  pointer-events: none;
}
.pace.pace-active .pace-activity {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.pace .pace-activity::before,
.pace .pace-activity::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  content: '';
}
.pace .pace-activity::before {
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-right-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  -webkit-animation: pace-rotation 3s linear infinite;
  animation: pace-rotation 3s linear infinite;
}
.pace .pace-activity::after {
  bottom: 50px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -webkit-animation: pace-rotation 1s linear infinite;
  animation: pace-rotation 1s linear infinite;
}
@-webkit-keyframes pace-rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes pace-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pace-inactive {
  display: none;
}
#form-request {
  z-index: 1000;
  position: fixed;
  float: right;
  right: 30px;
  bottom: 0px;
  width: 520px;
  height: 370px;
  background-color: #f1f1f1;
}
#display-form-request {
  z-index: 1000;
  position: fixed;
  float: right;
  right: 20px;
  bottom: 0px;
  width: 190px;
  height: 30px;
  cursor: pointer;
  background-color: #404152;
  box-shadow: 1px -1px 5px 0px #cbcbcb;
  text-align: left;
  color: #ffffff;
  font-size: 14pt;
  text-align: center;
}
.bubble-tour {
  z-index: 1000;
  position: absolute;
  display: block;
  bottom: auto;
  height: auto;
  max-width: 20%;
  max-height: 20%;
  padding: 5px;
  background-color: #f1f1f1;
  border: 1px solid #cbcbcb;
  box-shadow: 1px -1px 5px 0px #d8d8d8;
}
.arrow:after,
.arrow:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow:after {
  border-color: rgba(255, 0, 0, 0);
  border-width: 20px;
}
.arrow:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 21px;
}
.arrow.arrow-bottom:after,
.arrow.arrow-bottom:before {
  top: 100%;
  left: 50%;
}
.arrow.arrow-bottom:after {
  border-top-color: #f1f1f1;
  margin-left: -20px;
}
.arrow.arrow-bottom:before {
  border-top-color: #cbcbcb;
  margin-left: -21px;
}
.arrow.arrow-top:after,
.arrow.arrow-top:before {
  bottom: 100%;
  left: 50%;
}
.arrow.arrow-top:after {
  border-bottom-color: #f1f1f1;
  margin-left: -20px;
}
.arrow.arrow-top:before {
  border-bottom-color: #cbcbcb;
  margin-left: -21px;
}
.arrow.arrow-left:after,
.arrow.arrow-left:before {
  right: 100%;
  top: 50%;
}
.arrow.arrow-left:after {
  border-right-color: #f1f1f1;
  margin-top: -20px;
}
.arrow.arrow-left:before {
  border-right-color: #cbcbcb;
  margin-top: -21px;
}
.selectedItem {
  color: #23527c !important;
}
.liste-format li {
  padding: 0px 5px 10px 5px;
  border-bottom: 1px solid #cccccc;
}
.liste-format li:not(:first-child) {
  padding: 10px 5px;
}
.liste-format a {
  font-size: 11pt;
  color: #404152;
}
.liste-format .current,
.liste-format a:hover {
  color: #010001;
}
.liste-format .current {
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li {
  max-width: 100px;
  overflow: hidden;
}
.ui-tabs .ui-tabs-nav li a {
  max-width: 50px;
  overflow: hidden;
}
.ui-tabs .ui-tabs-nav .ui-state-active,
.ui-tabs .ui-tabs-nav .ui-state-active a {
  max-width: 1000px;
}
.ui-tabs-anchor {
  font-size: 8pt;
}
.ui-tabs li .ui-icon-close {
  float: left;
  margin: 0.4em 0.2em 0 0;
  cursor: pointer;
}
#tabsContenu {
  height: 99%;
}
#listeAttribut .ui-draggable,
.liste li {
  /*width: 150px;*/
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  list-style-type: none;
  margin: 1px;
  padding: 5px;
}
.button.small {
  padding: 0px 6px;
}
.tri-requete span,
.tri-categorie-requete h2 {
  cursor: move;
}
body {
  background-color: #f1f1f1;
  color: #333333;
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
}
#connection {
  background-color: #FFFFFF;
  width: 800px;
  margin: 100px auto;
  padding: 0px 60px 60px 60px;
}
label {
  width: 40%;
  display: inline-block;
}
input:not([type="submit"]) {
  width: 60%;
  line-height: 30px;
  display: inline-block;
}
#connection h2 {
  color: #000000;
  font-weight: normal;
  font-size: 26pt;
  margin-bottom: 40px;
}
.button {
  padding: 12px 15px !important;
  background-color: #51265b;
  color: #fff !important;
  font-family: 'Barlow Medium', 'Barlow';
  font-weight: normal;
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  width: 250px;
  float: right;
}
.button:hover {
  background-color: #411e49;
}
