/*-------------------------------------
DONUTS 1.3.0 CSS Stylesheet
---------------------------------------

SOMMAIRE

	1. COLOR VARIABLES SASS
	2. MIXINS SASS
	3. GENERAL & RESET
	4. JQUERY UI
	5. LAYOUT
	6. UTILITY CLASSES
	7. WEB ELEMENTS
	8. FORMS
	9. JQUERY UI PLUGINS
	
-------------------------------------*/
/* 1. COLOR VARIABLES SASS
-------------------------------------*/
/* 2. MIXINS SASS
-------------------------------------*/
/* Adds a browser prefix to the property */
/* Background radient */
/* Border radius */
/* Box shadow */
/* Opacity */
/* Rotate */
/* Text shadow */
/* Transition */
/* 3. GENERAL & RESET
-------------------------------------*/
/* Mappy button height fix */
.leaflet-control a {
  height: inherit !important; }

/* Box sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Body */
body {
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #535353;
  min-width: 1020px;
  /* Fix for non-responsive website */ }

/* Images */
img {
  vertical-align: middle;
  /* Fix to delete the 3px under images woth HTML5 Doctype */
  max-width: 100%; }

.img-liquid {
  overflow: hidden; }

figure {
  margin: 0; }

/* Video wrapper */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-wrapper iframe,
  .video-wrapper object,
  .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.img-liquid {
  overflow: hidden; }

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 15px 0;
  color: #005ea8;
  font-weight: normal;
  display: block; }

* + h1, * + .h1,
* + h2, * + .h2,
* + h3, * + .h3,
* + h4, * + .h4,
* + h5, * + .h5,
* + h6, * + .h6 {
  margin-top: 25px; }

h1 + h2, .h1 + .h2,
h2 + h3, .h2 + .h3,
h3 + h4, .h3 + .h4,
h4 + h5, .h4 + .h5,
h5 + h6, .h5 + .h6 {
  margin-top: 0; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit; }

a.h1, a.h2, a.h3, a.h4, a.h5, a.h6 {
  text-decoration: none; }

h1, .h1 {
  font-size: 2em; }

h2, .h2 {
  font-size: 1.5em; }

h3, .h3 {
  font-size: 1.17em; }

h4, .h4 {
  border-left: 3px solid #2982c6;
  padding-left: 8px;
  font-weight: normal;
  color: #535353; }

/* Text, link, list... */
p {
  line-height: 1.6em;
  margin: 0 0 15px 0; }

p:last-child {
  margin-bottom: 0; }

a {
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #005ea8;
  outline: none; }
  a:hover {
    color: #e2007a; }

a.text-deco-none {
  text-decoration: none !important; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

abbr {
  border-bottom: 1px dotted; }

ins {
  text-decoration: none;
  background: yellow; }

mark {
  color: inherit;
  background: yellow; }

q {
  font-style: italic; }

code {
  font-size: 0.9em;
  border: 1px solid;
  padding: 0 4px;
  color: #e2007a;
  border-color: #d5d5d5;
  background: #ffffff; }

/* Line separator */
hr {
  box-sizing: content-box;
  height: 0;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #d5d5d5; }

hr.hr-dashed {
  border-top: 1px dashed #d5d5d5; }

hr.hr-invisible {
  visibility: hidden;
  margin: 10px 0; }

/* Form */
fieldset {
  border: none;
  padding: 0; }

/* Table */
table {
  width: 100%;
  margin-bottom: 20px; }

thead {
  background: #2982c6;
  color: #ffffff; }
  thead td {
    border-bottom: 0; }

td {
  padding: 4px 10px;
  border-bottom: 1px solid #d5d5d5; }

/* 4. JQUERY UI
-------------------------------------*/
/* jQuery UI - Donuts Theme

/* 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);
  /* support: IE8 */ }

.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-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 15px 0 0 0;
  padding: 10px 20px;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 36px; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 36px; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 20px 20px 20px 36px;
  border-top: 0;
  overflow: auto;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.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: 0;
  display: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.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 {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.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;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker table thead {
  background: inherit;
  color: inherit; }

.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: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  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; }

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  background: #fff !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.ui-datepicker .ui-state-highlight {
  background: #f2f2f2 !important;
  border: none !important; }

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
  background: #2982c6 !important;
  color: #fff !important; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker tr:nth-child(even) {
  background-color: white; }

.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 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  outline: 0;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.ui-dialog .btn {
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: 10px 20px;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  white-space: nowrap;
  width: 90%;
  font-size: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 20px;
  background: #fff;
  overflow: auto; }

.ui-dialog .ui-state-default,
.ui-dialog .ui-widget-content .ui-state-default,
.ui-dialog .ui-widget-header .ui-state-default {
  background: transparent; }

.ui-dialog .ui-state-hover,
.ui-dialog .ui-widget-content .ui-state-hover,
.ui-dialog .ui-widget-header .ui-state-hover,
.ui-dialog .ui-state-focus,
.ui-dialog .ui-widget-content .ui-state-focus,
.ui-dialog .ui-widget-header .ui-state-focus {
  background: transparent; }

.ui-dialog .ui-dialog-buttonset {
  padding: 0 20px 20px 20px;
  text-align: right; }

.ui-dialog .ui-dialog-buttonset .ui-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  line-height: normal;
  background: #2982c6;
  color: #ffffff;
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.ui-dialog .ui-dialog-buttonset .ui-button:hover {
  background: #2275bd; }

.ui-dialog .ui-dialog-buttonset .ui-button .ui-button-text {
  padding: 0;
  display: inline;
  line-height: normal; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-dialog-alt .ui-dialog-titlebar {
  height: 40px;
  background: white; }

.ui-dialog-alt .ui-dialog-title {
  display: none; }

.ui-dialog-alt .dialog-box-content {
  padding-top: 0; }

.ui-dialog-alt .ui-icon-closethick {
  background: url("../images/jquery-ui/icon-dark-closethick.png"); }

.ui-dialog-fixed {
  position: fixed; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active,
.ui-menu .ui-state-hover {
  background: #3e7fc5 !important;
  color: #ffffff !important; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.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 override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center 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") */ }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 0 10px 0 0;
  padding: 0;
  white-space: nowrap;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 10px 20px;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
  outline: none; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 20px;
  background: #fff;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.ui-tabs .ui-widget-header {
  background: transparent;
  color: #fff; }

.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-content {
  background: #ffffff; }

.ui-widget-header {
  background: #2982c6;
  color: #fff; }

.ui-widget-header a {
  color: #fff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: #f2f2f2;
  font-weight: normal;
  color: #535353;
  outline: none; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #535353;
  text-decoration: none;
  outline: 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: none;
  background: #f2f2f2;
  font-weight: normal;
  color: #e2007a;
  outline: none; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #e2007a;
  text-decoration: none;
  outline: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
  background: #2982c6;
  font-weight: normal;
  color: #fff;
  outline: none; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  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;
  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;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon-closethick {
  background: url("../images/jquery-ui/icon-light-closethick.png"); }

.ui-icon-triangle-1-n {
  background: url("../images/jquery-ui/icon-dark-triangle-1-n.png"); }

.ui-icon-triangle-1-s {
  background: url("../images/jquery-ui/icon-dark-triangle-1-s.png"); }

.ui-icon-triangle-1-e {
  background: url("../images/jquery-ui/icon-dark-triangle-1-e.png"); }

.ui-icon-triangle-1-w {
  background: url("../images/jquery-ui/icon-dark-triangle-1-w.png"); }

.ui-state-active .ui-icon-triangle-1-n {
  background: url("../images/jquery-ui/icon-light-triangle-1-n.png"); }

.ui-state-active .ui-icon-triangle-1-s {
  background: url("../images/jquery-ui/icon-light-triangle-1-s.png"); }

.ui-state-active .ui-icon-triangle-1-e {
  background: url("../images/jquery-ui/icon-light-triangle-1-e.png"); }

.ui-state-active .ui-icon-triangle-1-w {
  background: url("../images/jquery-ui/icon-light-triangle-1-w.png"); }

.ui-icon-arrow-1-n {
  background: url("../images/jquery-ui/icon-light-arrow-1-n.png"); }

.ui-icon-arrow-1-s {
  background: url("../images/jquery-ui/icon-light-arrow-1-s.png"); }

.ui-icon-arrow-1-e {
  background: url("../images/jquery-ui/icon-light-arrow-1-e.png"); }

.ui-icon-arrow-1-w {
  background: url("../images/jquery-ui/icon-light-arrow-1-w.png"); }

.ui-icon-circle-triangle-n {
  background: url("../images/jquery-ui/icon-light-arrow-1-n.png"); }

.ui-icon-circle-triangle-s {
  background: url("../images/jquery-ui/icon-light-arrow-1-s.png"); }

.ui-icon-circle-triangle-e {
  background: url("../images/jquery-ui/icon-light-arrow-1-e.png"); }

.ui-icon-circle-triangle-w {
  background: url("../images/jquery-ui/icon-light-arrow-1-w.png"); }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #000;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/* 5. LAYOUT
-------------------------------------*/
/* Wrapper */
.mega-wrapper {
  margin-bottom: 30px;
  padding: 30px 0;
  background: #f2f2f2; }
  .mega-wrapper h1, .mega-wrapper .h1,
  .mega-wrapper h2, .mega-wrapper .h2,
  .mega-wrapper h3, .mega-wrapper .h3 {
    color: #fff;
    font-size: 3.4em; }
  .mega-wrapper p {
    font-size: 1.6em; }

.wrapper {
  width: 1020px;
  padding: 0 20px;
  margin: 0 auto; }

/* Grid */
.row {
  margin: 0 0 20px -20px;
  padding: 0; }

.row > li {
  list-style: none;
  margin-bottom: 20px; }

.row:last-child {
  padding-bottom: 0; }

.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.row > .col-1-1 {
  width: 100%;
  float: left; }

.row > .col-1-2 {
  width: 50%;
  float: left; }

.row > .col-1-3 {
  width: 33.3332%;
  float: left; }

.row > .col-2-3 {
  width: 66.6665%;
  float: left; }

.row > .col-1-4 {
  width: 25%;
  float: left; }

.row > .col-3-4 {
  width: 75%;
  float: left; }

.row > .col-1-5 {
  width: 20%;
  float: left; }

.row > .col-2-5 {
  width: 40%;
  float: left; }

.row > .col-3-5 {
  width: 60%;
  float: left; }

.row > .col-4-5 {
  width: 80%;
  float: left; }

.row > .col-1-6 {
  width: 16.6666%;
  float: left; }

.row > .col-5-6 {
  width: 83.3333%;
  float: left; }

.row > .col-1-1,
.row > .col-1-2,
.row > .col-1-3,
.row > .col-2-3,
.row > .col-1-4,
.row > .col-3-4,
.row > .col-1-5,
.row > .col-2-5,
.row > .col-3-5,
.row > .col-4-5,
.row > .col-1-6,
.row > .col-5-6 {
  padding: 0 0 0 20px; }

.row-small-gutters {
  margin: 0 0 20px -10px;
  padding: 0; }

.row-small-gutters > li {
  margin-bottom: 10px; }

.row-small-gutters > .col-1-1,
.row-small-gutters > .col-1-2,
.row-small-gutters > .col-1-3,
.row-small-gutters > .col-2-3,
.row-small-gutters > .col-1-4,
.row-small-gutters > .col-3-4,
.row-small-gutters > .col-1-5,
.row-small-gutters > .col-2-5,
.row-small-gutters > .col-3-5,
.row-small-gutters > .col-4-5,
.row-small-gutters > .col-1-6,
.row-small-gutters > .col-5-6 {
  padding: 0 0 0 10px; }

.row-large-gutters {
  margin: 0 0 20px -40px;
  padding: 0; }

.row-large-gutters > li {
  margin-bottom: 40px; }

.row-large-gutters > .col-1-1,
.row-large-gutters > .col-1-2,
.row-large-gutters > .col-1-3,
.row-large-gutters > .col-2-3,
.row-large-gutters > .col-1-4,
.row-large-gutters > .col-3-4,
.row-large-gutters > .col-1-5,
.row-large-gutters > .col-2-5,
.row-large-gutters > .col-3-5,
.row-large-gutters > .col-4-5,
.row-large-gutters > .col-1-6,
.row-large-gutters > .col-5-6 {
  padding: 0 0 0 40px; }

.row-no-gutters {
  margin: 0;
  padding: 0; }

.row-no-gutters > li {
  margin-bottom: 0; }

.row-no-gutters > .col-1-1,
.row-no-gutters > .col-1-2,
.row-no-gutters > .col-1-3,
.row-no-gutters > .col-2-3,
.row-no-gutters > .col-1-4,
.row-no-gutters > .col-3-4,
.row-no-gutters > .col-1-5,
.row-no-gutters > .col-2-5,
.row-no-gutters > .col-3-5,
.row-no-gutters > .col-4-5,
.row-no-gutters > .col-1-6,
.row-no-gutters > .col-5-6 {
  padding: 0; }

/* Footer */
.footer {
  background: #f2f2f2;
  padding: 20px 0;
  margin-top: 30px; }

/* 6. UTILITY CLASSES
-------------------------------------*/
/* Display & position */
.hidden {
  display: none; }

.position-center {
  margin-left: auto;
  margin-right: auto; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.align-center {
  text-align: center !important; }

.align-justify {
  text-align: justify !important; }

.no-margin {
  margin: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.padding-top-4 {
  padding-top: 4px !important; }

.padding-top-6 {
  padding-top: 6px !important; }

.padding-top-8 {
  padding-top: 8px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-12 {
  padding-top: 12px !important; }

.padding-top-14 {
  padding-top: 14px !important; }

.padding-top-16 {
  padding-top: 16px !important; }

.padding-top-18 {
  padding-top: 18px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-bottom-4 {
  padding-bottom: 4px !important; }

.padding-bottom-6 {
  padding-bottom: 6px !important; }

.padding-bottom-8 {
  padding-bottom: 8px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-12 {
  padding-bottom: 12px !important; }

.padding-bottom-14 {
  padding-bottom: 14px !important; }

.padding-bottom-16 {
  padding-bottom: 16px !important; }

.padding-bottom-18 {
  padding-bottom: 18px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.margin-top-4 {
  margin-top: 4px !important; }

.margin-top-6 {
  margin-top: 6px !important; }

.margin-top-8 {
  margin-top: 8px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-12 {
  margin-top: 12px !important; }

.margin-top-14 {
  margin-top: 14px !important; }

.margin-top-16 {
  margin-top: 16px !important; }

.margin-top-18 {
  margin-top: 18px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-bottom-4 {
  margin-bottom: 4px !important; }

.margin-bottom-6 {
  margin-bottom: 6px !important; }

.margin-bottom-8 {
  margin-bottom: 8px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-12 {
  margin-bottom: 12px !important; }

.margin-bottom-14 {
  margin-bottom: 14px !important; }

.margin-bottom-16 {
  margin-bottom: 16px !important; }

.margin-bottom-18 {
  margin-bottom: 18px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-right-60 {
  margin-right: 60px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-left-60 {
  margin-left: 60px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.padding-right-60 {
  padding-right: 60px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-left-60 {
  padding-left: 60px !important; }

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: block; }

/* 7. WEB ELEMENTS
-------------------------------------*/
/* Buttons */
button {
  border: none; }

.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  line-height: normal;
  text-decoration: none;
  line-height: 22px; }

.btn-full-width {
  display: block;
  text-align: center; }

.btn .icon {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  overflow: hidden;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  font-size: 22px; }

.btn-big {
  font-size: 1.4em;
  padding: 10px 18px;
  line-height: 26px; }

.btn-big .icon {
  width: 26px;
  height: 26px;
  font-size: 26px; }

.btn-small {
  font-size: 0.9em;
  padding: 7px 12px;
  line-height: 18px; }

.btn-small .icon {
  width: 18px;
  height: 18px;
  font-size: 18px; }

.btn-type-1 {
  background: #f2f2f2;
  color: #2982c6; }

.btn-type-1:hover {
  background: #ececec; }

.btn-type-2 {
  background: #2982c6;
  color: #ffffff; }

.btn-type-2:hover {
  background: #2275bd;
  color: #ffffff; }

.btn-type-3 {
  background: #416177;
  color: #ffffff; }

.btn-type-3:hover {
  background: #3a596e;
  color: #ffffff; }

.btn-type-4 {
  background: #e2007a;
  color: #ffffff; }

.btn-type-4:hover {
  background: #d60074;
  color: #ffffff; }

.btn-type-5 {
  background: #f7ac15;
  color: #ffffff; }

.btn-type-5:hover {
  background: #f59e10;
  color: #ffffff; }

.btn-type-6 {
  text-decoration: underline; }

.btn-inactive {
  cursor: default;
  opacity: 0.5; }

.btn-inactive.btn-type-1:hover {
  background: #f2f2f2; }

.btn-inactive.btn-type-2:hover {
  background: #2982c6; }

.btn-inactive.btn-type-3:hover {
  background: #416177; }

.btn-inactive.btn-type-4:hover {
  background: #e2007a; }

.btn-inactive.btn-type-5:hover {
  background: #f7ac15; }

/* Box */
.box {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.box .box-header {
  padding: 10px 20px;
  background: #2982c6;
  color: #ffffff; }
  .box .box-header h1, .box .box-header .h1,
  .box .box-header h2, .box .box-header .h2,
  .box .box-header h3, .box .box-header .h3,
  .box .box-header h4, .box .box-header .h4,
  .box .box-header h5, .box .box-header .h5,
  .box .box-header h6, .box .box-header .h6 {
    color: #ffffff;
    margin-bottom: 0; }

.box .box-body {
  padding: 15px 20px;
  background: #f2f2f2; }

.box .box-footer {
  padding: 10px 20px;
  background: #ffffff;
  border-color: #d5d5d5; }

/* Liste a puce classique */
ul.bullet-list {
  padding-left: 18px; }

ul.bullet-list li {
  color: #005ea8;
  list-style: disc;
  margin-bottom: 10px; }

ul.bullet-list li span {
  color: #535353; }

ul.bullet-list a {
  text-decoration: none; }

ul.bullet-list-inline li {
  float: left;
  margin-right: 40px; }

ul.bullet-list-inline:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* Navbar */
.mega-navbar, .navbar {
  background: #284355; }

.navbar ul {
  margin: 0;
  padding: 0; }

.navbar ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.navbar li {
  list-style: none;
  float: left;
  font-size: 1.1em;
  height: 55px; }

.navbar li a {
  padding: 0 20px;
  display: block;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  text-decoration: none; }

.navbar li .icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  overflow: hidden;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #ffffff; }

.navbar li a:hover, .navbar li.active a {
  background: #203645; }

.navbar-dropdown {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff; }

.navbar-dropdown li {
  margin: 0;
  padding: 0; }

.navbar-dropdown > li > a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 1em; }

.navbar-dropdown > li:hover > a {
  background: #2982c6;
  color: #ffffff; }

/* Subnav-box */
.subnav-box ul {
  margin: 0;
  padding: 0; }

.subnav-box ul li {
  list-style: none;
  padding: 0 0 15px 0; }

.subnav-box ul li:last-child {
  padding-bottom: 0; }

.subnav-box li.title-group {
  color: #535353;
  text-transform: uppercase;
  margin-top: 20px; }

.subnav-box li.title-group:first-child {
  margin-top: 10px; }

.subnav-box ul ul {
  border-left: 1px solid #d5d5d5;
  margin: 10px 0 0 10px;
  padding-left: 10px;
  font-size: 0.85em; }

.subnav-box ul ul li:last-child {
  padding-bottom: 0; }

.subnav-box ul li a {
  text-decoration: none; }

.subnav-box ul li.current a {
  color: #e2007a; }

.subnav-box ul li.current ul li a {
  color: #005ea8; }

.subnav-box ul li.current ul li.current a {
  color: #e2007a; }

/* Breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 0; }

.breadcrumb:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.breadcrumb li {
  list-style: none;
  float: left; }

.breadcrumb li:after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
  color: #535353; }

.breadcrumb li:last-child:after {
  content: ""; }

.breadcrumb li span {
  color: #535353; }

.breadcrumb li a {
  text-decoration: none; }

/* Pagination */
.pagination ul {
  margin: 0;
  padding: 0;
  display: inline-block; }

.pagination ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.pagination li {
  list-style: none;
  float: left;
  margin-right: 6px; }

.pagination li a {
  background: #f2f2f2;
  color: #005ea8;
  padding: 7px 14px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.pagination li a:hover {
  background: #2982c6;
  color: #ffffff; }

.pagination li span.active {
  padding: 7px 14px;
  background: #2982c6;
  color: #ffffff; }

/* Image gallery */
.overlay-zoom-photo {
  position: relative; }

.overlay-zoom-photo a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5) url("../images/bg-overlay-zoom-photo.png") no-repeat center center;
  opacity: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.overlay-zoom-photo a:hover:after {
  opacity: 1; }

/* Infos boxes */
.infos-box {
  padding: 10px 15px 10px 42px;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background: #e0f0f3;
  color: #005ea8; }

.infos-box:before {
  font-family: "donuts-fontastic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
  content: "$"; }

.alert-box {
  padding: 10px 15px 10px 42px;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background: #fef2f8;
  color: #e2007a; }
  .alert-box a {
    color: #e2007a; }
    .alert-box a:hover {
      color: #005ea8; }

.alert-box:before {
  font-family: "donuts-fontastic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
  content: "8"; }

.success-box {
  padding: 10px 15px 10px 42px;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background: #ddf7ef;
  color: #009669; }
  .success-box a {
    color: #009669; }
    .success-box a:hover {
      color: #005ea8; }

.success-box:before {
  font-family: "donuts-fontastic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
  content: "1"; }

/* Tooltip */
.tooltipster-default {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: #2982c6;
  color: #ffffff;
  max-width: 250px;
  text-align: center; }

/* Slide-toggle */
.slide-toggle-btn {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  display: block;
  height: 24px;
  width: 24px;
  line-height: 30px;
  text-align: center;
  font-size: 1.2em;
  position: absolute;
  bottom: -8px;
  right: 10px;
  color: #2982c6;
  cursor: pointer;
  text-decoration: none; }
  .slide-toggle-btn:hover {
    color: #ffffff;
    background: #2982c6; }

/* 8. FORMS
-------------------------------------*/
fieldset {
  margin: 0 0 20px 0; }

fieldset:last-child {
  margin-bottom: 0; }

legend {
  font-weight: bold;
  margin-bottom: 15px;
  color: #005ea8;
  width: 100%; }

legend small {
  display: block;
  font-weight: normal; }

.form-group {
  margin-bottom: 15px; }

.form-group:last-child {
  margin-bottom: 5px; }

form div.icon {
  position: relative; }

form div.icon input[type=password],
form div.icon input[type=text] {
  padding-right: 40px; }

form div.icon:before {
  width: 24px;
  height: 24px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 6px;
  color: #2982c6; }

form div.form-group-inline.icon:before,
form div.form-group-nolabel.icon:before {
  top: 6px; }

.form-inline .form-group {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0; }
  .form-inline .form-group .btn {
    padding: 7px 12px; }

form .row {
  margin-bottom: 0; }

form .row .form-group:last-child {
  margin-bottom: 15px; }

form .row:last-child .form-group:last-child {
  margin-bottom: 5px; }

form div.form-group-nolabel label {
  display: none; }

label, .label {
  display: block;
  margin-bottom: 5px;
  line-height: inherit; }

.label:last-child {
  margin-bottom: 5px; }

label .tooltip:before, .label .tooltip:before {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #2982c6;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 14px !important;
  text-align: center;
  display: inline-block;
  content: "?";
  margin-left: 8px; }

label sup.required, .label sup.required {
  color: #e2007a; }

input[type="text"], input[type="password"], textarea {
  width: 100%;
  padding: 8px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #d5d5d5; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border-width: 1px;
  border-style: solid;
  outline: none;
  border-color: #2982c6;
  -webkit-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -khtml-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -moz-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -ms-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -o-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  box-shadow: 0 0 10px rgba(41, 130, 198, 0.4); }

input[type="text"].status-error, input[type="password"].status-error, textarea.status-error {
  border-color: #e2007a; }

input[type="text"].status-error:focus, input[type="password"].status-error:focus, textarea.status-error:focus {
  border-color: #e2007a; }

textarea {
  height: 100px;
  resize: vertical; }

.form-group .error-message {
  margin: 3px 0 0 0;
  color: #e2007a;
  font-style: italic;
  font-size: 0.9em;
  clear: both; }

.options-group .option {
  margin-bottom: 5px; }

.options-group .option label {
  display: inline;
  margin: 0;
  cursor: pointer; }

.options-group-inline .option {
  display: inline-block;
  margin-right: 20px; }

.form-group-inline:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.form-group-inline > label,
.form-group-inline p.label {
  float: left;
  margin-top: 8px;
  width: 25%;
  padding-right: 20px; }

.field-text-separator {
  display: inline-block;
  padding: 8px 10px; }

.form-group-inline .field-text-separator {
  display: inline-block;
  padding: 8px 10px;
  float: left; }

.form-group-inline .error-message {
  padding-left: 25%; }

.form-group-inline input[type="text"],
.form-group-inline input[type="password"],
.form-group-inline textarea,
.form-group-inline .options-group,
.form-group-inline .fields-group,
.form-group-inline .ui-multiselect,
.form-group-inline .token-input-list {
  width: 75% !important;
  float: left;
  clear: none !important; }

.small-width-label > label,
.small-width-label p.label {
  width: 15%; }

.small-width-label .error-message {
  padding-left: 15%; }

.small-width-label input[type="text"],
.small-width-label input[type="password"],
.small-width-label textarea,
.small-width-label .options-group,
.small-width-label .fields-group,
.small-width-label .ui-multiselect,
.small-width-label .token-input-list {
  width: 85% !important; }

.medium-width-label > label,
.medium-width-label p.label {
  width: 25%; }

.medium-width-label .error-message {
  padding-left: 25%; }

.medium-width-label input[type="text"],
.medium-width-label input[type="password"],
.medium-width-label textarea,
.medium-width-label .options-group,
.medium-width-label .fields-group,
.medium-width-label .ui-multiselect,
.medium-width-label .token-input-list {
  width: 75% !important; }

.large-width-label > label,
.large-width-label p.label {
  width: 35%; }

.large-width-label .error-message {
  padding-left: 35%; }

.large-width-label input[type="text"],
.large-width-label input[type="password"],
.large-width-label textarea,
.large-width-label .options-group,
.large-width-label .fields-group,
.large-width-label .ui-multiselect,
.large-width-label .token-input-list {
  width: 65% !important; }

.xlarge-width-label > label,
.xlarge-width-label p.label {
  width: 50%; }

.xlarge-width-label .error-message {
  padding-left: 50%; }

.xlarge-width-label input[type="text"],
.xlarge-width-label input[type="password"],
.xlarge-width-label textarea,
.xlarge-width-label .options-group,
.xlarge-width-label .fields-group,
.xlarge-width-label .ui-multiselect,
.xlarge-width-label .token-input-list {
  width: 50% !important; }

.xxsmall-width-field input[type="text"],
.xxsmall-width-field input[type="password"],
.xxsmall-width-field textarea,
.xxsmall-width-field .options-group,
.xxsmall-width-field .fields-group,
.xxsmall-width-field .ui-multiselect,
.xxsmall-width-field .token-input-list {
  width: 10% !important; }

.xsmall-width-field input[type="text"],
.xsmall-width-field input[type="password"],
.xsmall-width-field textarea,
.xsmall-width-field .options-group,
.xsmall-width-field .fields-group,
.xsmall-width-field .ui-multiselect,
.xsmall-width-field .token-input-list {
  width: 25% !important; }

.small-width-field input[type="text"],
.small-width-field input[type="password"],
.small-width-field textarea,
.small-width-field .options-group,
.small-width-field .fields-group,
.small-width-field .ui-multiselect,
.small-width-field .token-input-list {
  width: 35% !important; }

.medium-width-field input[type="text"],
.medium-width-field input[type="password"],
.medium-width-field textarea,
.medium-width-field .options-group,
.medium-width-field .fields-group,
.medium-width-field .ui-multiselect,
.medium-width-field .token-input-list {
  width: 50% !important; }

.form-group-inline .options-group {
  margin-top: 8px; }

.fields-group input[type="text"],
.fields-group input[type="password"],
.fields-group textarea,
.fields-group .ui-multiselect,
.fields-group .token-input-list {
  width: 100% !important; }

.fields-group .field {
  margin-bottom: 10px;
  min-height: 37px; }
  .fields-group .field:last-child {
    margin-bottom: 0; }

.fields-group-inline .field {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0; }
  .fields-group-inline .field:last-child {
    margin-right: 0; }

input[type="submit"].btn {
  border: none;
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

input[type="submit"].btn-full-width {
  width: 100%;
  text-align: center; }

input[type="submit"].btn-form-inline {
  padding: 7px 12px; }

input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
  margin-right: 4px;
  vertical-align: baseline; }

/* 9. JQUERY UI PLUGINS
-------------------------------------*/
/* Multiselect */
.ui-multiselect {
  outline: none !important;
  background: white !important;
  height: 37px;
  font-size: inherit;
  color: #535353;
  padding-left: 10px;
  border-radius: 0;
  border: 1px solid;
  width: 100% !important;
  border-color: #d5d5d5 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-multiselect:hover {
  border-color: #2982c6 !important;
  -webkit-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -khtml-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -moz-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -ms-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -o-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  box-shadow: 0 0 10px rgba(41, 130, 198, 0.4); }

.ui-dialog .ui-multiselect {
  outline: none !important;
  background: white !important;
  color: #535353 !important;
  border: 1px solid !important;
  border-color: #d5d5d5 !important; }

.ui-dialog .ui-multiselect:hover {
  border-color: #2982c6 !important; }

.ui-multiselect .ui-icon {
  background: white url("../images/jquery-ui/arrow-blue-select.png");
  width: 15px;
  height: 15px;
  margin-left: 10px; }

.ui-multiselect-menu {
  font-size: 1em;
  padding: 0;
  border-radius: 0;
  border-top: 0;
  color: #535353;
  border-color: #d5d5d5;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.ui-multiselect-menu .ui-multiselect-checkboxes {
  max-height: 210px; }

.ui-multiselect-menu .ui-multiselect-checkboxes li {
  padding: 0; }

.ui-multiselect-menu .ui-multiselect-checkboxes li label {
  cursor: pointer;
  margin: 0;
  height: auto;
  line-height: 20px;
  border: 0;
  position: relative; }

.ui-multiselect-menu .ui-multiselect-checkboxes li label input {
  margin: 0 10px; }

.ui-multiselect-menu .ui-multiselect-checkboxes li label input[type="checkbox"] {
  margin: 0 10px;
  position: absolute;
  top: 11px;
  left: 0; }

.ui-multiselect-menu .ui-multiselect-checkboxes li label span {
  display: block;
  margin-left: 30px;
  padding: 3px 0; }

.ui-multiselect-single .ui-multiselect-checkboxes li label span {
  display: block;
  margin-left: 6px;
  padding: 3px 0; }

.ui-multiselect-menu .ui-multiselect-checkboxes .ui-state-hover {
  border-radius: 0; }

.ui-multiselect-menu .ui-multiselect-checkboxes .ui-state-active {
  border-radius: 0; }

.ui-multiselect-menu .ui-multiselect-checkboxes .ui-state-hover {
  background: #f2f2f2;
  border-color: #f2f2f2; }

.ui-multiselect-menu .ui-multiselect-checkboxes .ui-state-active {
  background: #2982c6;
  border-color: #2982c6; }

.ui-multiselect-menu .ui-multiselect-checkboxes .ui-state-active span {
  color: #ffffff; }

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: left;
  font-weight: bold;
  color: #808080;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  background: #f2f2f2;
  padding: 10px 5px; }

/* FancyBox */
.fancybox-skin {
  background: #ffffff;
  color: #535353;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

/* jQuery token input */
ul.token-input-list {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #d5d5d5;
  cursor: text;
  z-index: 999;
  margin: 0 !important;
  padding: 0 2px !important;
  background-color: #fff;
  list-style-type: none;
  clear: left;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  min-height: 1px;
  clear: left; }
  ul.token-input-list li {
    list-style-type: none; }
    ul.token-input-list li input {
      border: 0;
      width: 100%;
      padding: 8px 10px;
      background-color: white;
      -webkit-appearance: caret; }
      ul.token-input-list li input:focus {
        border: 0;
        -webkit-box-shadow: 0 0 0 0;
        -khtml-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        -ms-box-shadow: 0 0 0 0;
        -o-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0; }
  ul.token-input-list li.token-input-token {
    overflow: hidden;
    height: auto !important;
    margin: 4px 2px;
    padding: 1px 18px 3px 5px;
    background-color: #2982c6;
    color: white;
    cursor: default;
    float: left;
    position: relative; }
    ul.token-input-list li.token-input-token p {
      padding: 0;
      margin: 0; }
    ul.token-input-list li.token-input-token span {
      position: absolute;
      top: 2px;
      right: 3px;
      color: white;
      cursor: pointer;
      font-size: 1.2em; }

.token-input-focused {
  -webkit-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -khtml-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -moz-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -ms-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  -o-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
  border-color: #2982c6 !important; }

div.token-input-dropdown {
  position: absolute;
  background-color: white;
  overflow: hidden;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  cursor: default;
  z-index: 1;
  width: auto !important;
  max-height: 240px;
  overflow-y: scroll;
  top: 10px; }
  div.token-input-dropdown p {
    margin: 0;
    padding: 6px 10px;
    font-style: italic;
    font-size: 0.9em; }
  div.token-input-dropdown ul {
    margin: 0;
    padding: 0; }
    div.token-input-dropdown ul li {
      background-color: white;
      padding: 8px 10px;
      list-style-type: none;
      cursor: pointer; }
    div.token-input-dropdown ul li.token-input-dropdown-item {
      background-color: white; }
    div.token-input-dropdown ul li.token-input-dropdown-item2 {
      background-color: white; }
    div.token-input-dropdown ul li.token-input-selected-dropdown-item {
      background-color: #f2f2f2; }

/* jQuery Sumo select */
.SumoSelect:focus .CaptionCont,
.SumoSelect:hover .CaptionCont,
.SumoSelect.open .CaptionCont {
  border-color: #d5d5d5 !important;
  box-shadow: none; }

.SumoSelect {
  width: 100%; }
  .SumoSelect .CaptionCont {
    outline: none !important;
    background: white !important;
    height: 37px;
    color: #535353;
    padding-left: 10px;
    border-radius: 0;
    border: 1px solid;
    width: 100% !important;
    border-color: #d5d5d5 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .SumoSelect .CaptionCont:hover {
      -webkit-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
      -khtml-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
      -moz-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
      -ms-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
      -o-box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
      box-shadow: 0 0 10px rgba(41, 130, 198, 0.4);
      border-color: #2982c6 !important; }
    .SumoSelect .CaptionCont label i {
      background: white url("../images/jquery-ui/arrow-blue-select.png") 5px 1px; }
    .SumoSelect .CaptionCont span.placeholder {
      color: #949494;
      font-style: normal; }
  .SumoSelect .optWrapper {
    border-radius: 0; }
    .SumoSelect .optWrapper .options {
      border-radius: 0; }
      .SumoSelect .optWrapper .options li.opt {
        font-size: 0.9em;
        border: none;
        cursor: pointer; }
        .SumoSelect .optWrapper .options li.opt:hover {
          background-color: #f2f2f2;
          color: #e2007a; }
        .SumoSelect .optWrapper .options li.opt:first-child {
          border-radius: 0; }
      .SumoSelect .optWrapper .options li.opt.selected {
        background-color: #2982c6;
        color: #ffffff; }
        .SumoSelect .optWrapper .options li.opt.selected:hover {
          background-color: #2982c6;
          color: #ffffff; }
        .SumoSelect .optWrapper .options li.opt.selected span i {
          background-color: #2982c6 !important; }
  .SumoSelect .optWrapper.multiple li.opt.selected {
    background-color: #ffffff;
    color: #535353; }
    .SumoSelect .optWrapper.multiple li.opt.selected:hover {
      background-color: #f2f2f2;
      color: #e2007a; }
