/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*//////////  (2) GENERIC CLASSES   /////////////////////////////////*/
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.fakeLink {
  cursor: pointer;
}
.fakeLink:hover {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.clearFloat,
.clr {
  clear: both;
  height: 0;
  line-height: 0;
}
.center {
  text-align: center;
}
.rightAlign {
  text-align: right;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nofloat {
  float: none !important;
}
.ng-cloak {
  display: none;
}

/*! jQuery UI - v1.11.4 - 2015-10-10
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Roboto%2C%20Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=%2321c8ff&bgTextureHeader=flat&bgImgOpacityHeader=75&borderColorHeader=%2321c8ff&fcHeader=%23eaf5f7&iconColorHeader=%23d8e7f3&bgColorContent=%23fcfdfd&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=%23a6c9e2&fcContent=%23222222&iconColorContent=%2321c8ff&bgColorDefault=%2321c8ff&bgTextureDefault=flat&bgImgOpacityDefault=45&borderColorDefault=%2321c8ff&fcDefault=%23ffffff&iconColorDefault=%23e0fdff&bgColorHover=%2379c9ec&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23448dae&fcHover=%23026890&iconColorHover=%23056b93&bgColorActive=%23ffd14c&bgTextureActive=flat&bgImgOpacityActive=50&borderColorActive=%23ffd14c&fcActive=%23252525&iconColorActive=%23ffd14c&bgColorHighlight=%23ffd14c&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23ffd14c&fcHighlight=%23000000&iconColorHighlight=%2321c8ff&bgColorError=%238b0505&bgTextureError=flat&bgImgOpacityError=45&borderColorError=%238b0505&fcError=%23ffffff&iconColorError=%23fcd113&bgColorOverlay=%23ffffff&bgTextureOverlay=flat&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=%23999999&bgTextureShadow=flat&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=1px&offsetTopShadow=1px&offsetLeftShadow=1px&cornerRadiusShadow=2px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.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;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: 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-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.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;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.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: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.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: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
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: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 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;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 1em 0.5em 0.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: 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;
  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 {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.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);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-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;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  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;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Roboto, 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: Roboto, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url("../../bundles/bitmain/css/images/ui-bg_flat_100_fcfdfd_40x100.png") 50% 50% repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #21c8ff;
  background: #21c8ff url("../../bundles/bitmain/css/images/ui-bg_flat_75_21c8ff_40x100.png") 50% 50% repeat-x;
  color: #eaf5f7;
  font-weight: bold;
}
.ui-widget-header a {
  color: #eaf5f7;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #21c8ff;
  background: #21c8ff url("../../bundles/bitmain/css/images/ui-bg_flat_45_21c8ff_40x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #fff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #fff;
  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 #448dae;
  background: #79c9ec url("../../bundles/bitmain/css/images/ui-bg_flat_75_79c9ec_40x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #026890;
}
.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: #026890;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ffd14c;
  background: #ffd14c url("../../bundles/bitmain/css/images/ui-bg_flat_50_ffd14c_40x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #252525;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #252525;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffd14c;
  background: #ffd14c url("../../bundles/bitmain/css/images/ui-bg_flat_55_ffd14c_40x100.png") 50% 50% repeat-x;
  color: #000;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #000;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #8b0505;
  background: #8b0505 url("../../bundles/bitmain/css/images/ui-bg_flat_45_8b0505_40x100.png") 50% 50% repeat-x;
  color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}
.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);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_21c8ff_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_e0fdff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_056b93_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_ffd14c_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_21c8ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_fcd113_256x240.png");
}
.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 {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 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;
}
.ui-widget-overlay {
  background: #fff url("../../bundles/bitmain/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: 1px 0 0 1px;
  padding: 1px;
  background: #999 url("../../bundles/bitmain/css/images/ui-bg_flat_55_999999_40x100.png") 50% 50% repeat-x;
  opacity: .45;
  filter: alpha(opacity=45);
  border-radius: 2px;
}

/*! jQuery UI - v1.11.4 - 2015-10-10
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
  font-family: Roboto, 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: Roboto, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url("../../bundles/bitmain/css/images/ui-bg_flat_100_fcfdfd_40x100.png") 50% 50% repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #21c8ff;
  background: #21c8ff url("../../bundles/bitmain/css/images/ui-bg_flat_75_21c8ff_40x100.png") 50% 50% repeat-x;
  color: #eaf5f7;
  font-weight: bold;
}
.ui-widget-header a {
  color: #eaf5f7;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #21c8ff;
  background: #21c8ff url("../../bundles/bitmain/css/images/ui-bg_flat_45_21c8ff_40x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #fff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #fff;
  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 #448dae;
  background: #79c9ec url("../../bundles/bitmain/css/images/ui-bg_flat_75_79c9ec_40x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #026890;
}
.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: #026890;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ffd14c;
  background: #ffd14c url("../../bundles/bitmain/css/images/ui-bg_flat_50_ffd14c_40x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #252525;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #252525;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffd14c;
  background: #ffd14c url("../../bundles/bitmain/css/images/ui-bg_flat_55_ffd14c_40x100.png") 50% 50% repeat-x;
  color: #000;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #000;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #8b0505;
  background: #8b0505 url("../../bundles/bitmain/css/images/ui-bg_flat_45_8b0505_40x100.png") 50% 50% repeat-x;
  color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}
.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);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_21c8ff_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_e0fdff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_056b93_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_ffd14c_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_21c8ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../bundles/bitmain/css/images/ui-icons_fcd113_256x240.png");
}
.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 {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 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;
}
.ui-widget-overlay {
  background: #fff url("../../bundles/bitmain/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: 1px 0 0 1px;
  padding: 1px;
  background: #999 url("../../bundles/bitmain/css/images/ui-bg_flat_55_999999_40x100.png") 50% 50% repeat-x;
  opacity: .45;
  filter: alpha(opacity=45);
  border-radius: 2px;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../bundles/bitmain/fonts/awesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../bundles/bitmain/fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../bundles/bitmain/fonts/awesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../bundles/bitmain/fonts/awesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../bundles/bitmain/fonts/awesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../bundles/bitmain/fonts/awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

.bigRounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block ;
    opacity: 0;
  }
  100% {
    display: block ;
    opacity: 1;
  }
}
.clearAfter {
  content: ".";
  display: block;
  height: 0;
  clear: both;
}
.verySmallShadowed {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
}
.smallShadowed {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
}
.shadowed {
  -webkit-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.25);
}
.main {
  color: #21c8ff;
}
.mainBlock {
  background: #21c8ff;
}
.mainLink a,
a.mainLink {
  color: #21c8ff;
  opacity: 0.8;
}
.mainLink a:hover,
a.mainLink:hover {
  color: #21c8ff;
  opacity: 1;
}
.mainBordered {
  border: 1px solid #21c8ff;
}
.mainThickBordered {
  border: 2px solid #21c8ff;
}
.mainLight {
  color: #6bdaff;
}
.mainLightBlock {
  background: #6bdaff;
}
.mainLightLink a,
a.mainLightLink {
  color: #6bdaff;
  opacity: 0.8;
}
.mainLightLink a:hover,
a.mainLightLink:hover {
  color: #6bdaff;
  opacity: 1;
}
.mainLightBordered {
  border: 1px solid #6bdaff;
}
.mainLightest {
  color: #88E0FF;
}
.mainLightestBlock {
  background: #88E0FF;
}
.mainLightestLink a,
a.mainLightestLink {
  color: #88E0FF;
  opacity: 0.8;
}
.mainLightestLink a:hover,
a.mainLightestLink:hover {
  color: #88E0FF;
  opacity: 1;
}
.mainLightestBordered {
  border: 1px solid #88E0FF;
}
.mainDark {
  color: #11aadd;
}
.mainDarkBlock {
  background: #11aadd;
}
.mainDarkLink a,
a.mainDarkLink {
  color: #11aadd;
  opacity: 0.8;
}
.mainDarkLink a:hover,
a.mainDarkLink:hover {
  color: #11aadd;
  opacity: 1;
}
.mainDarkBordered {
  border: 1px solid #11aadd;
}
.mainVeryDark {
  color: #008bba;
}
.mainVeryDarkBlock {
  background: #008bba;
}
.mainVeryDarkLink a,
a.mainVeryDarkLink {
  color: #008bba;
  opacity: 0.8;
}
.mainVeryDarkLink a:hover,
a.mainVeryDarkLink:hover {
  color: #008bba;
  opacity: 1;
}
.mainVeryDarkBordered {
  border: 1px solid #008bba;
}
.secondary {
  color: #34e3af;
}
.secondaryBlock {
  background: #34e3af;
}
.secondaryLink a,
a.secondaryLink {
  color: #34e3af;
  opacity: 0.8;
}
.secondaryLink a:hover,
a.secondaryLink:hover {
  color: #34e3af;
  opacity: 1;
}
.secondaryBordered {
  border: 1px solid #34e3af;
}
.secondaryDark {
  color: #13c88f;
}
.secondaryDarkBlock {
  background: #13c88f;
}
.secondaryDarkLink a,
a.secondaryDarkLink {
  color: #13c88f;
  opacity: 0.8;
}
.secondaryDarkLink a:hover,
a.secondaryDarkLink:hover {
  color: #13c88f;
  opacity: 1;
}
.secondaryDarkBordered {
  border: 1px solid #13c88f;
}
.tertiary {
  color: #ffd14c;
}
.tertiaryBlock {
  background: #ffd14c;
}
.tertiaryLink a,
a.tertiaryLink {
  color: #ffd14c;
  opacity: 0.8;
}
.tertiaryLink a:hover,
a.tertiaryLink:hover {
  color: #ffd14c;
  opacity: 1;
}
.tertiaryBordered {
  border: 1px solid #ffd14c;
}
.tertiaryDark {
  color: #e3ba44;
}
.tertiaryDarkBlock {
  background: #e3ba44;
}
.tertiaryDarkLink a,
a.tertiaryDarkLink {
  color: #e3ba44;
  opacity: 0.8;
}
.tertiaryDarkLink a:hover,
a.tertiaryDarkLink:hover {
  color: #e3ba44;
  opacity: 1;
}
.tertiaryDarkBordered {
  border: 1px solid #e3ba44;
}
.tertiary {
  color: #ffd14c;
}
.tertiaryBlock {
  background: #ffd14c;
}
.tertiaryLink a,
a.tertiaryLink {
  color: #ffd14c;
  opacity: 0.8;
}
.tertiaryLink a:hover,
a.tertiaryLink:hover {
  color: #ffd14c;
  opacity: 1;
}
.tertiaryBordered {
  border: 1px solid #ffd14c;
}
.greyLightest {
  color: #f2f2f2;
}
.greyLightestBlock {
  background: #f2f2f2;
}
.greyLightestLink a,
a.greyLightestLink {
  color: #f2f2f2;
  opacity: 0.8;
}
.greyLightestLink a:hover,
a.greyLightestLink:hover {
  color: #f2f2f2;
  opacity: 1;
}
.greyLightestBordered {
  border: 1px solid #f2f2f2;
}
.greyVeryLight {
  color: #ccc;
}
.greyVeryLightBlock {
  background: #ccc;
}
.greyVeryLightLink a,
a.greyVeryLightLink {
  color: #ccc;
  opacity: 0.8;
}
.greyVeryLightLink a:hover,
a.greyVeryLightLink:hover {
  color: #ccc;
  opacity: 1;
}
.greyVeryLightBordered {
  border: 1px solid #ccc;
}
.greyLight {
  color: #aaa;
}
.greyLightBlock {
  background: #aaa;
}
.greyLightLink a,
a.greyLightLink {
  color: #aaa;
  opacity: 0.8;
}
.greyLightLink a:hover,
a.greyLightLink:hover {
  color: #aaa;
  opacity: 1;
}
.greyLightBordered {
  border: 1px solid #aaa;
}
.greySemiLight {
  color: #868685;
}
.greySemiLightBlock {
  background: #868685;
}
.greySemiLightLink a,
a.greySemiLightLink {
  color: #868685;
  opacity: 0.8;
}
.greySemiLightLink a:hover,
a.greySemiLightLink:hover {
  color: #868685;
  opacity: 1;
}
.greySemiLightBordered {
  border: 1px solid #868685;
}
.grey {
  color: #626160;
}
.greyBlock {
  background: #626160;
}
.greyLink a,
a.greyLink {
  color: #626160;
  opacity: 0.8;
}
.greyLink a:hover,
a.greyLink:hover {
  color: #626160;
  opacity: 1;
}
.greyBordered {
  border: 1px solid #626160;
}
.greyDark {
  color: #555;
}
.greyDarkBlock {
  background: #555;
}
.greyDarkLink a,
a.greyDarkLink {
  color: #555;
  opacity: 0.8;
}
.greyDarkLink a:hover,
a.greyDarkLink:hover {
  color: #555;
  opacity: 1;
}
.greyDarkBordered {
  border: 1px solid #555;
}
.greyDarkest {
  color: #303030;
}
.greyDarkestBlock {
  background: #303030;
}
.greyDarkestLink a,
a.greyDarkestLink {
  color: #303030;
  opacity: 0.8;
}
.greyDarkestLink a:hover,
a.greyDarkestLink:hover {
  color: #303030;
  opacity: 1;
}
.greyDarkestBordered {
  border: 1px solid #303030;
}
.blackColor {
  color: #000;
}
.blackBlock {
  background: #000;
}
.blackLink a,
a.blackLink {
  color: #000;
  opacity: 0.8;
}
.blackLink a:hover,
a.blackLink:hover {
  color: #000;
  opacity: 1;
}
.blackBordered {
  border: 1px solid #000;
}
.white {
  color: #fff;
}
.whiteBlock {
  background: #fff;
}
.whiteLink a,
a.whiteLink {
  color: #fff;
  opacity: 0.8;
}
.whiteLink a:hover,
a.whiteLink:hover {
  color: #fff;
  opacity: 1;
}
.whiteBordered {
  border: 1px solid #fff;
}
.red {
  color: rgba(210, 0, 0, 0.65);
}
.redBlock {
  background: rgba(210, 0, 0, 0.65);
}
.redLink a,
a.redLink {
  color: rgba(210, 0, 0, 0.65);
  opacity: 0.8;
}
.redLink a:hover,
a.redLink:hover {
  color: rgba(210, 0, 0, 0.65);
  opacity: 1;
}
.redBordered {
  border: 1px solid #fff;
}
.orange {
  color: #f95433;
}
.orangeBlock {
  background: #f95433;
}
.orangeLink a,
a.orangeLink {
  color: #f95433;
  opacity: 0.8;
}
.orangeLink a:hover,
a.orangeLink:hover {
  color: #f95433;
  opacity: 1;
}
.orangeBordered {
  border: 1px solid #fff;
}
.whiteTransparentBlock {
  background: rgba(255, 255, 255, 0.8);
}
.mainTransparentBlock {
  background: rgba(33, 200, 255, 0.55);
}
.tertiaryTransparentBlock {
  background: rgba(255, 209, 76, 0.55);
}
/* Fonts */
@font-face {
  font-family: 'Roboto';
  src: url('../../bundles/bitmain/fonts/saveFonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../bundles/bitmain/fonts/saveFonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../bundles/bitmain/fonts/saveFonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../bundles/bitmain/fonts/saveFonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../bundles/bitmain/fonts/saveFonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../bundles/bitmain/fonts/saveFonts/Quicksand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../bundles/bitmain/fonts/saveFonts/Quicksand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../../bundles/bitmain/fonts/saveFonts/Quicksand-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'bulb';
  src: url('../../bundles/bitmain/fonts/bulb.eot?e2gzxw');
  src: url('../../bundles/bitmain/fonts/bulb.eot?e2gzxw#iefix') format('embedded-opentype'), url('../../bundles/bitmain/fonts/bulb.ttf?e2gzxw') format('truetype'), url('../../bundles/bitmain/fonts/bulb.woff?e2gzxw') format('woff'), url('../../bundles/bitmain/fonts/bulb.svg?e2gzxw#bulb') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bulb-"],
[class*=" bulb-"] {
  font-family: 'bulb';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
@font-face {
  font-family: 'latoBold';
  src: url('../../bundles/bitmain/fonts/lato/Lato-Bold.eot');
  src: url('../../bundles/bitmain/fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../../bundles/bitmain/fonts/lato/Lato-Bold.woff2') format('woff2'), url('../../bundles/bitmain/fonts/lato/Lato-Bold.woff') format('woff'), url('../../bundles/bitmain/fonts/lato/Lato-Bold.ttf') format('truetype'), url('../../bundles/bitmain/fonts/lato/Lato-Bold.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.bulb-cb:before {
  content: "\e900";
}
.bulb-cheque:before {
  content: "\e901";
}
.bulb-cock:before {
  content: "\e902";
}
.bulb-connect:before {
  content: "\e903";
}
.bulb-contreparties:before {
  content: "\e904";
}
.bulb-dashboard:before {
  content: "\e905";
}
.bulb-facebook:before {
  content: "\e906";
}
.bulb-loupe:before {
  content: "\e907";
}
.bulb-messagerie:before {
  content: "\e908";
}
.bulb-parrainage:before {
  content: "\e909";
}
.bulb-people:before {
  content: "\e90a";
}
.bulb-profil:before {
  content: "\e90b";
}
.bulb-projets:before {
  content: "\e90c";
}
.bulb-souscriptions:before {
  content: "\e90d";
}
.bulb-virement:before {
  content: "\e90e";
}
@font-face {
  font-family: 'latoLight';
  src: url('../../bundles/bitmain/fonts/lato/Lato-Light.eot');
  src: url('../../bundles/bitmain/fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../../bundles/bitmain/fonts/lato/Lato-Light.woff2') format('woff2'), url('../../bundles/bitmain/fonts/lato/Lato-Light.woff') format('woff'), url('../../bundles/bitmain/fonts/lato/Lato-Light.ttf') format('truetype'), url('../../bundles/bitmain/fonts/lato/Lato-Light.svg#latolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bulb-"].circled,
[class*=" bulb-"].circled {
  display: inline-block;
  border: 1px solid #21c8ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  width: 80px;
  height: 80px;
  text-align: center;
}
[class^="bulb-"].circled,
[class*=" bulb-"].circled {
  display: inline-block;
  border: 1px solid #21c8ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  width: 80px;
  height: 80px;
  text-align: center;
}
.roboto {
  font-family: "roboto";
}
.quicksand {
  font-family: "quicksand";
}
.quickBoldUp {
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
}
.semibold {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.light {
  font-weight: 300;
}
.italic {
  font-style: italic;
}
body {
  font-family: 'Roboto', sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row .col:not(.col-noPadding) {
  padding: 0 0.75rem;
}
@media screen and (max-width: 601px) {
  .row .col.s12 {
    padding: 0;
  }
}
.row .col:last-child {
  padding-right: 0;
}
.row .col:first-child {
  padding-left: 0;
}
.row .col.s1 {
  width: 8.33333%;
  margin-left: 0;
}
.row .col.s2 {
  width: 16.66667%;
  margin-left: 0;
}
.row .col.s3 {
  width: 25%;
  margin-left: 0;
}
.row .col.s4 {
  width: 33.33333%;
  margin-left: 0;
}
.row .col.s5 {
  width: 41.66667%;
  margin-left: 0;
}
.row .col.s6 {
  width: 50%;
  margin-left: 0;
}
.row .col.s7 {
  width: 58.33333%;
  margin-left: 0;
}
.row .col.s8 {
  width: 66.66667%;
  margin-left: 0;
}
.row .col.s9 {
  width: 75%;
  margin-left: 0;
}
.row .col.s10 {
  width: 83.33333%;
  margin-left: 0;
}
.row .col.s11 {
  width: 91.66667%;
  margin-left: 0;
}
.row .col.s12 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 8.33333%;
}
.row .col.offset-s2 {
  margin-left: 16.66667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.33333%;
}
.row .col.offset-s5 {
  margin-left: 41.66667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.33333%;
}
.row .col.offset-s8 {
  margin-left: 66.66667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.33333%;
}
.row .col.offset-s11 {
  margin-left: 91.66667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.33333%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 16.66667%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 33.33333%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 41.66667%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 58.33333%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 66.66667%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 83.33333%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 91.66667%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 963px) {
  .row .col.l1 {
    width: 8.33333%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 16.66667%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 33.33333%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 41.66667%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 58.33333%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 66.66667%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 83.33333%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 91.66667%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
}
/* Variables */
/* Design Rules */
html {
  font-size: 90%;
}
@media screen and (max-width: 963px) {
  html {
    font-size: 87%;
  }
}
@media screen and (max-width: 601px) {
  html {
    font-size: 85%;
  }
}
body {
  font-size: 1rem;
  line-height: 1.35rem;
  color: #626160;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
  font-size: 1em;
}
.centeredContainer,
.container {
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 1237px) {
  .centeredContainer {
    padding: 0 12px;
  }
}
.giant {
  font-size: 4rem;
  line-height: 5rem;
}
.hugeGiant {
  font-size: 3.2rem;
  line-height: 4rem;
}
.huge {
  font-size: 2.85rem;
  line-height: 3.56rem;
}
.bigHuge {
  font-size: 2.4rem;
  line-height: 3rem;
}
.big {
  font-size: 2rem;
  line-height: 2.5rem;
}
.midBig {
  font-size: 1.75rem;
  line-height: 2.3rem;
}
.mid {
  font-size: 1.5rem;
  line-height: 1.80rem;
}
.stdMid {
  font-size: 1.25rem;
  line-height: 1.6rem;
}
.stdStdMid {
  font-size: 1.12rem;
  line-height: 1.4rem;
}
.std,
.standard {
  font-size: 1rem;
  line-height: 1.35rem;
}
.smallStd {
  font-size: 0.9rem;
  line-height: 1.225rem;
}
.small {
  font-size: 0.8rem;
  line-height: 1rem;
}
.smallTiny {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.tiny {
  font-size: 0.7rem;
  line-height: 0.7rem;
}
.verytiny {
  font-size: 0.6rem;
  line-height: 0.6rem;
}
.uppercase {
  text-transform: uppercase;
}
.block {
  display: block;
}
.h1 {
  font-size: 4rem;
  line-height: 5rem;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
}
.h2 {
  font-size: 2.85rem;
  line-height: 3.56rem;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
}
.h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
}
.h4 {
  font-size: 1.5rem;
  line-height: 1.80rem;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
}
.h5 {
  font-size: 1rem;
  line-height: 1.35rem;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
}
.noTextStroke {
  -webkit-text-stroke: 0 !important;
}
hr {
  border: 0;
  width: 100%;
  height: 1px;
  background: #555;
}
hr.bigHr {
  border-bottom: 2px solid #626160;
  width: 100%;
  height: 6px;
  background: #21c8ff;
}
.insetShadow {
  color: rgba(10, 10, 10, 0.8);
  text-shadow: 1px 1px 4px #eee, 0 0 0 #000, 1px 1px 4px #eee;
}
.insetShadow::-moz-selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}
.insetShadow::selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}
.bordered {
  border-bottom: 1px solid #959493;
}
a,
.fakeLink,
input[type=button],
input[type=submit],
button {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #21c8ff;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.fakeLink:hover {
  text-decoration: none;
  color: #11aadd;
}
b {
  font-weight: 700;
}
.noMargin {
  margin: 0 !important;
}
.noPadding {
  padding: 0 !important;
}
.main {
  color: #21c8ff;
}
.secondary {
  color: #34e3af;
}
.italic {
  font-style: italic;
}
.boldColor {
  color: black;
}
.white {
  color: white;
}
.tinyMargin {
  margin: 4px 0;
}
.smallMargin {
  margin: 10px 0;
}
.smallMidMargin {
  margin: 15px 0;
}
.midMargin {
  margin: 20px 0;
}
.bigMargin {
  margin: 30px 0;
}
.hugeMargin {
  margin: 60px 0;
}
.hugePadding {
  padding: 30px 40px !important;
}
.smallPadding {
  padding: 3px 8px !important;
}
.smallMidPadding {
  padding: 6px 10px !important;
}
.midPadding {
  padding: 10px 15px !important;
}
.midBigPadding {
  padding: 15px 20px !important;
}
.bigPadding {
  padding: 20px 30px !important;
}
.singleLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
ul.tiret li {
  list-style: none inside;
  margin: 10px 0px;
}
ul.tiret li:before {
  content: "- ";
}
.red,
.error {
  color: #CC2C2C;
}
.uppercase {
  text-transform: uppercase;
}
.responsive-img {
  overflow: hidden;
}
.responsive-img img {
  width: 100%;
  height: auto;
}
.parallax {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.imageCover {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.dataTables_wrapper {
  margin-bottom: 50px;
  overflow: hidden;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
}
.dataTables_wrapper .dataTables_filter input {
  background: #85e0ff;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper table {
  margin-bottom: 10px;
  margin-top: 40px;
}
.dataTables_wrapper .dataTables_info {
  float: left;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
}
.textShadowed {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.85);
}
.relative {
  position: relative;
}
.leftArrowOnBlock {
  position: absolute;
  left: -15px;
  top: 15px;
  background: url('../../bundles/bitmain/img/accueil/homeRightArrow.png');
  width: 44px;
  height: 89px;
}
.smallShadowed {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
}
.shadowed {
  -webkit-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.25);
}
.textShadowed {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.85);
}
.relative {
  position: relative;
}
.leftArrowOnBlock {
  position: absolute;
  left: -15px;
  top: 15px;
  background: url('../../bundles/bitmain/img/accueil/homeRightArrow.png');
  width: 44px;
  height: 89px;
}
.percent-50 {
  width: 50%;
  float: left;
}
img {
  vertical-align: middle;
}
.rightAlign {
  text-align: right;
}
.justify {
  text-align: justify;
}
.leftAlign {
  text-align: left;
}
.center {
  text-align: center;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.hoverScale {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hoverScale:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.inbl {
  display: inline-block;
}
.table-100 {
  width: 100%;
}
.smallPaddingTable th,
.smallPaddingTable td {
  padding: 4px;
  vertical-align: top;
}
.smallMidPaddingTable th,
.smallMidPaddingTable td {
  padding: 7px;
  vertical-align: top;
}
.midPaddingTable th,
.midPaddingTable td {
  padding: 12px;
  vertical-align: top;
}
.tableCentered th,
.tableCentered td {
  text-align: center;
  vertical-align: middle;
}
.tableMidCentered th,
.tableMidCentered td {
  vertical-align: middle;
}
.progressBar {
  background: #555;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 900;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  color: white;
  height: 34px;
  padding: 5px 12px;
}
.progressBar .progress {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  background: #21c8ff;
  height: 100%;
}
.progressBar .number {
  position: relative;
  z-index: 2;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
#popups {
  opacity: 0;
  display: none;
  position: absolute;
  left: 37%;
  left: calc(50% - 700px / 2);
  left: -moz-calc(50% - 700px / 2);
  left: -webkit-calc(50% - 700px / 2);
  top: 0;
  z-index: 100001;
  max-width: 100%;
}
@media screen and (max-width: 963px) {
  #popups {
    left: 0;
  }
}
#popups .popup {
  display: none;
  width: 700px;
  margin: 20px auto;
  background: white;
  max-width: 100%;
}
#popups .popup .closePopup {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 10px;
}
#popups-overlay {
  opacity: 0;
  display: none;
  width: 100%;
  position: absolute;
  height: calc(100% + 307px);
  height: -moz-calc(100% + 307px);
  height: -webkit-calc(100% + 307px);
  z-index: 100000;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
}
.pointer {
  cursor: pointer;
}
.image-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 25;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: underline;
}
.middleAlign {
  vertical-align: middle;
}
.stepProgression {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.stepProgression li {
  display: inline-block;
  text-align: center;
  line-height: 3em;
}
.stepProgression li.stepProgression-done {
  color: #21c8ff;
  border-bottom: 4px solid #21c8ff;
}
.stepProgression li.stepProgression-doing {
  color: #21c8ff;
  border-bottom: 4px solid #21c8ff;
  font-weight: bold;
}
.stepProgression li.stepProgression-todo {
  color: #626160;
  border-bottom: 4px solid #626160;
}
.stepProgression li:after {
  content: "\00a0\00a0";
}
.stepProgression li:before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 50%;
  line-height: 1em;
}
.stepProgression li:before {
  height: 1.4em;
  width: 1.4em;
  line-height: 1.4em;
  border: none;
  border-radius: 1.4em;
  font-weight: bold;
}
.stepProgression li.stepProgression-done:before {
  content: "\2713";
  color: white;
  background-color: #21c8ff;
}
.stepProgression li.stepProgression-doing:before {
  content: " ";
  color: #21c8ff;
  background-color: #f2f2f2;
  border: 2px solid #21c8ff;
}
.stepProgression li.stepProgression-todo:before {
  content: " ";
  color: #626160;
  background-color: #f2f2f2;
  border: 2px solid #626160;
}
.stepProgression[data-step-steps="2"] li {
  width: 49%;
}
.stepProgression[data-step-steps="3"] li {
  width: 33%;
}
.stepProgression[data-step-steps="4"] li {
  width: 24%;
}
.stepProgression[data-step-steps="5"] li {
  width: 19%;
}
.stepProgression[data-step-steps="6"] li {
  width: 16%;
}
.stepProgression[data-step-steps="7"] li {
  width: 14%;
}
.stepProgression[data-step-steps="8"] li {
  width: 12%;
}
.stepProgression[data-step-steps="9"] li {
  width: 11%;
}
.hide {
  display: none;
}
@media screen and (max-width: 1102px) {
  .hideResp1 {
    display: none;
  }
}
@media screen and (max-width: 963px) {
  .hideResp2 {
    display: none;
  }
}
@media screen and (max-width: 601px) {
  .hideResp3 {
    display: none;
  }
}
.showResp1 {
  display: none;
}
@media screen and (max-width: 1102px) {
  .showResp1 {
    display: block;
  }
}
.showResp2 {
  display: none;
}
@media screen and (max-width: 963px) {
  .showResp2 {
    display: block;
  }
}
.showResp3 {
  display: none;
}
@media screen and (max-width: 601px) {
  .showResp3 {
    display: block;
  }
}
.restrictCenter800 {
  max-width: 800px;
  margin: auto;
}
.restrictCenter700 {
  max-width: 700px;
  margin: auto;
}
.restrictCenter600 {
  max-width: 600px;
  margin: auto;
}
.restrictCenter550 {
  max-width: 550px;
  margin: auto;
}
.restrictCenter500 {
  max-width: 500px;
  margin: auto;
}
.restrictCenter450 {
  max-width: 450px;
  margin: auto;
}
.restrictCenter400 {
  max-width: 400px;
  margin: auto;
}
.restrictCenter250 {
  max-width: 250px;
  margin: auto;
}
@media screen and (max-width: 963px) {
  .respCenter2 {
    text-align: center;
  }
}
@media screen and (max-width: 601px) {
  .respCenter3 {
    text-align: center;
  }
}
@media screen and (max-width: 963px) {
  .respBlock2 {
    display: block !important;
    width: 100%;
  }
}
@media screen and (max-width: 601px) {
  .respBlock3 {
    display: block !important;
    width: 100%;
  }
}
.roundedImageContainer {
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 130px;
  height: 130px;
}
.roundedImageContainer img {
  height: 100%;
}
.avatar {
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  width: 80px;
  height: 80px;
}
.avatar img {
  height: 100%;
}
.avatar.avatar-small {
  width: 40px;
  height: 40px;
}
#header {
  text-align: center;
  position: fixed;
  background: white;
  height: 55px;
  width: 100%;
  padding-top: 6px;
  z-index: 101;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 963px) {
  #header {
    height: auto;
  }
}
@media screen and (max-width: 601px) {
  #header {
    height: 70px;
    position: absolute;
  }
}
#header #logo img {
  width: 200px;
}
@media screen and (max-width: 963px) {
  #header #logo {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -80px;
  }
  #header #logo img {
    width: 160px;
  }
}
@media screen and (max-width: 601px) {
  #header #logo {
    left: 12px;
    top: 20px;
    margin-left: 0;
  }
}
#header #header-leftMenu {
  float: left;
  padding-left: 10px;
}
@media screen and (max-width: 601px) {
  #header #header-leftMenu {
    display: none;
  }
}
@media screen and (max-width: 1102px) {
  #header #header-leftMenu {
    padding-left: 5px;
  }
}
@media screen and (max-width: 963px) {
  #header #header-leftMenu {
    float: none;
    margin-top: 40px;
    padding-left: 0;
  }
}
#header #header-rightMenu {
  float: right;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 601px) {
  #header #header-rightMenu {
    display: none;
  }
}
@media screen and (max-width: 1102px) {
  #header #header-rightMenu {
    padding-right: 5px;
  }
}
@media screen and (max-width: 963px) {
  #header #header-rightMenu {
    float: none;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
#header #header-rightMenu > ul a {
  color: #21c8ff;
}
#header #header-rightMenu > ul a:hover {
  color: #11aadd;
}
#header #header-rightMenu #header-rightMenu-avatar {
  font-weight: 700;
  color: #21c8ff;
}
#header #header-rightMenu #header-rightMenu-avatar .avatar {
  margin-right: 5px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
#header #header-leftMenu > ul > li,
#header #header-rightMenu > ul > li {
  display: inline-block;
}
#header #header-leftMenu > ul > li > a,
#header #header-rightMenu > ul > li > a,
#header #header-leftMenu > ul > li span,
#header #header-rightMenu > ul > li span {
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 14px 10px;
  display: inline-block;
}
@media screen and (max-width: 963px) {
  #header #header-leftMenu > ul > li > a,
  #header #header-rightMenu > ul > li > a,
  #header #header-leftMenu > ul > li span,
  #header #header-rightMenu > ul > li span {
    padding: 4px 5px;
  }
}
#header #header-handle {
  position: absolute;
  right: 15px;
  top: 21px;
  color: #000;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 601px) {
  #header #header-handle {
    display: block;
  }
}
#header #header-respMenu {
  position: fixed;
  width: 200px;
  background: white;
  top: 0;
  right: -215px;
  -webkit-transition: right 0.25s ease;
  -moz-transition: right 0.25s ease;
  -o-transition: right 0.25s ease;
  transition: right 0.25s ease;
  height: 100%;
  -webkit-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.25);
}
#header #header-respMenu ul li a {
  display: block;
  padding: 15px;
}
#header nav > ul > li {
  position: relative;
}
#header nav > ul > li a,
#header nav > ul > li span {
  color: #626160;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
}
#header nav > ul > li a:hover {
  color: #303030;
}
#header nav > ul > li a.main {
  color: #21c8ff;
}
#header nav > ul > li a.main:hover {
  color: #008bba;
}
#header nav:not(#header-respMenu) > ul > li > ul {
  background: white;
  width: 200px;
  left: 0px;
  z-index: 1;
  top: 49px;
  position: absolute;
  max-height: 0;
  overflow: hidden;
}
#header nav:not(#header-respMenu) > ul > li > ul li {
  display: block;
  font-size: 0.8rem;
  line-height: 1rem;
}
#header nav:not(#header-respMenu) > ul > li > ul li a,
#header nav:not(#header-respMenu) > ul > li > ul li span {
  display: block;
  padding: 10px;
  text-align: left;
}
#header nav:not(#header-respMenu) > ul > li > ul li a:hover {
  background: #21c8ff;
  color: white;
}
@media screen and (max-width: 963px) {
  #header nav:not(#header-respMenu) > ul > li > ul {
    right: 50%;
    margin-right: -100px;
  }
}
#header nav:not(#header-respMenu) > ul > li ul.oppened {
  max-height: none;
}
#header.opened #header-respMenu {
  right: 0;
}
#header-spacer {
  height: 70px;
}
@media screen and (max-width: 963px) {
  #header-spacer {
    height: 120px;
  }
}
@media screen and (max-width: 601px) {
  #header-spacer {
    height: 80px;
  }
}
#footer {
  padding-top: 40px;
  padding-bottom: 15px;
  background: #303030 url("../../bundles/bitmain/img/footerBack.png") 50% 100% no-repeat;
  color: #fff;
  color: white;
  position: relative;
}
@media screen and (max-width: 963px) {
  #footer {
    padding-top: 20px;
  }
}
#footer nav ul li a {
  font-size: 0.9rem;
  line-height: 1.225rem;
  color: #fff;
  color: white;
  display: block;
  padding: 1px 0;
}
#footer nav ul li a:hover {
  color: #21c8ff;
}
@media screen and (max-width: 601px) {
  #footer nav {
    margin: 10px 0;
  }
}
@media screen and (max-width: 601px) {
  #footer {
    padding-bottom: 85px;
  }
}
#footer #footer-copyright {
  margin: 20px 0;
  font-size: 0.9rem;
  line-height: 1.225rem;
  color: #aaa;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
#footer #footer-suivezNous img {
  width: 48px;
}
@media screen and (max-width: 963px) {
  #footer #footer-suivezNous {
    position: relative;
    top: 109px;
  }
}
@media screen and (max-width: 601px) {
  #footer #footer-suivezNous {
    position: static;
  }
}
#footer #footer-articleContainer {
  max-width: 240px;
  margin: auto;
}
#footer #footer-articleContainer .footer-article {
  margin-bottom: 15px;
}
#footer #footer-articleContainer .footer-article a {
  display: block;
}
#footer #footer-articleContainer .footer-article a .imgContainer {
  width: 45px;
  height: 45px;
  overflow: hidden;
  float: left;
}
#footer #footer-articleContainer .footer-article a .imgContainer img {
  width: 100%;
}
#footer #footer-articleContainer .footer-article a div.textContainer {
  margin-left: 55px;
  font-size: 0.9rem;
  line-height: 1.225rem;
  color: white;
  line-height: 45px;
}
#footer #footer-articleContainer .footer-article a div.textContainer span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
#wrapper {
  position: relative;
  min-height: 100%;
  min-height: -webkit-calc(100% - 430px);
  min-height: -moz-calc(100% - 430px);
  min-height: calc(100% - 430px);
  height: auto !important;
  height: 100%;
  margin: 0 auto -430px;
}
#push {
  height: 430px;
}
#footer {
  min-height: 430px;
}
.icon {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
}
.ico-search {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 34px;
}
.ico-cadenas {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 28px;
  background-position: 0 -35px;
}
.ico-download {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 17px;
  background-position: 0 -81px;
}
.ico-cart {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-position: 0 -115px;
}
.ico-photo {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 23px;
  background-position: 0 -173px;
  position: relative;
  bottom: 3px;
}
.ico-valid {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 23px;
  background-position: 0 -219px;
}
.ico-unvalid {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-position: 0 -266px;
}
.ico-location {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 21px;
  background-position: 0 -315px;
  vertical-align: bottom;
}
.ico-file {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 30px;
  background-position: 0 -349px;
}
.ico-warning {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: 0 -385px;
}
.ico-localBlue {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 26px;
  background-position: 0 -412px;
}
.ico-localSmall {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 11px;
  background-position: 0 -450px;
}
.ico-handle {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 15px;
  background-position: 0 -477px;
}
.ico-dropdown {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 11px;
  background-position: 0 -513px;
}
.ico-dropup {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 -1974px;
  width: 20px;
  height: 11px;
  background-position: 0 -533px;
}
.ico-chevronDown {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 7px;
  background-position: 0 -559px;
}
.ico-chevronUp {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 7px;
  background-position: 0 -577px;
}
.ico-chevronDownAct {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 7px;
  background-position: 0 -591px;
}
.ico-chevronUpAct {
  background-image: url("../../bundles/bitmain/img/icons/icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 7px;
  background-position: 0 -604px;
}
.btn,
input[type=submit],
input[type=button],
button,
.form-materialize .btn {
  font-family: "quicksand";
  font-weight: 700;
  background: #21c8ff;
  outline: 0;
  color: #fff;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  line-height: 27px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.35rem;
  line-height: 1.7em;
  border: none;
  cursor: pointer;
}
.btn:hover,
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background: #11aadd;
  color: white;
}
.btn.btn-mid,
.form-materialize .btn.btn-mid,
.form-materialize .btn.btn-transparent.btn-mid {
  padding: 15px 30px;
}
.btn.btn-transparent.btn-mid {
  padding: 13px 30px;
}
.btn.btn-transparent,
.form-materialize .btn.btn-transparent {
  background: transparent;
  border: 2px solid #21c8ff;
  color: #21c8ff;
  padding: 8px 18px;
}
.btn.btn-transparent:hover,
.form-materialize .btn.btn-transparent:hover {
  background: #21c8ff;
  color: white;
}
.btn.btn-transparent.btn-secondary {
  background: transparent;
  border: 2px solid #34e3af;
  color: #34e3af;
}
.btn.btn-transparent.btn-secondary:hover {
  background: #34e3af;
  border: 2px solid #34e3af;
  color: white;
}
.btn.btn-transparent.btn-tertiary {
  background: transparent;
  border: 2px solid #ffd14c;
  color: #ffd14c;
}
.btn.btn-transparent.btn-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-transparent.btn-white:hover {
  background: white;
  color: #21c8ff;
}
.tertiaryBlock .btn.btn-transparent.btn-white:hover {
  color: #ffd14c;
}
.btn.btn-grey.btn-transparent {
  background: transparent;
  border: 2px solid #aaa;
  color: #aaa;
  text-shadow: none;
  font-weight: 600;
}
.btn.btn-grey.btn-transparent.btn-small {
  padding: 7px 16px;
  border-width: 1px;
}
.btn.btn-grey.btn-transparent:hover,
.btn.btn-grey.btn-transparent.act {
  background: transparent;
  border: 2px solid #21c8ff;
  color: #21c8ff;
}
.btn.btn-tertiary.btn-transparent:hover,
.btn.btn-tertiary.btn-transparent.act {
  background: #ffd14c;
}
.btn.btn-transparent.btn-orange {
  background: transparent;
  border: 2px solid #f95433;
  color: #f95433;
}
.btn.btn-transparent.btn-orange:hover {
  background: #f95433;
  border: 2px solid #f95433;
  color: white;
}
.btn.btn-tiny {
  font-size: 0.9rem;
  padding: 5px 8px;
}
.btn.btn-secondary,
input[type=submit].btn-secondary,
input[type=button].btn-secondary,
button.btn-secondary {
  background: #34e3af;
}
.btn.btn-secondary:hover,
input[type=submit].btn-secondary:hover,
input[type=button].btn-secondary:hover,
button.btn-secondary:hover {
  background: #13c88f;
  color: white;
}
.btn.btn-orange,
input[type=submit].btn-orange,
input[type=button].btn-orange,
button.btn-orange {
  background: #f95433;
}
.btn.btn-orange:hover,
input[type=submit].btn-orange:hover,
input[type=button].btn-orange:hover,
button.btn-orange:hover {
  background: #f22e07;
}
.btn.btn-tertiary,
input[type=submit].btn-tertiary,
input[type=button].btn-tertiary,
button.btn-tertiary {
  background: #ffd14c;
}
.btn.btn-tertiary:hover,
input[type=submit].btn-tertiary:hover,
input[type=button].btn-tertiary:hover,
button.btn-tertiary:hover {
  background: #e3ba44;
  color: white;
}
.btn.btn-white,
input[type=submit].btn-white,
input[type=button].btn-white,
button.btn-white {
  background: #fff;
  color: #21c8ff;
}
.btn.btn-bordered,
input[type=submit].btn-bordered,
input[type=button].btn-bordered,
button.btn-bordered {
  background: transparent;
  border: 1px solid #21c8ff;
  color: #21c8ff;
}
.btn.btn-bordered:hover,
input[type=submit].btn-bordered:hover,
input[type=button].btn-bordered:hover,
button.btn-bordered:hover {
  background: #21c8ff;
  color: white;
}
.btn.btn-secondary.btn-bordered,
input[type=submit].btn-secondary.btn-bordered,
input[type=button].btn-secondary.btn-bordered,
button.btn-secondary.btn-bordered {
  background: transparent;
  border: 1px solid #34e3af;
  color: #34e3af;
}
.btn.btn-secondary.btn-bordered:hover,
input[type=submit].btn-secondary.btn-bordered:hover,
input[type=button].btn-secondary.btn-bordered:hover,
button.btn-secondary.btn-bordered:hover {
  background: #34e3af;
  color: white;
}
.btn.btn-grey,
input[type=submit].btn-grey,
input[type=button].btn-grey,
button.btn-grey {
  background: #555;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn.btn-grey.btn-bordered,
input[type=submit].btn-grey.btn-bordered,
input[type=button].btn-grey.btn-bordered,
button.btn-grey.btn-bordered {
  background: transparent;
  border: 1px solid #555;
  color: #555;
}
.btn.btn-grey.btn-bordered:hover,
input[type=submit].btn-grey.btn-bordered:hover,
input[type=button].btn-grey.btn-bordered:hover,
button.btn-grey.btn-bordered:hover {
  background: #555;
  color: white;
}
.btn.btn-grey:hover,
input[type=submit].btn-grey:hover,
input[type=button].btn-grey:hover,
button.btn-grey:hover {
  background: #303030;
}
.btn.btn-white.btn-bordered,
input[type=submit].btn-white.btn-bordered,
input[type=button].btn-white.btn-bordered,
button.btn-white.btn-bordered {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-white.btn-bordered:hover,
input[type=submit].btn-white.btn-bordered:hover,
input[type=button].btn-white.btn-bordered:hover,
button.btn-white.btn-bordered:hover {
  background: #fff;
  color: #555;
}
.btn.btn-smallMid,
button.btn-smallMid,
input[type=submit].btn-smallMid {
  padding: 10px 15px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  line-height: 0.7rem;
}
.btn.btn-smallMid.btn-secondary,
button.btn-smallMid.btn-secondary,
input[type=submit].btn-smallMid.btn-secondary {
  border: #34e3af 2px solid;
}
.btn.btn-small,
button.btn-small,
input[type=submit].btn-small {
  padding: 8px 16px;
  font-size: 0.7rem;
  line-height: 0.7rem;
}
.btn-block {
  display: block !important;
  width: 100%;
}
.btn.block {
  display: block;
}
.btn-tiny {
  padding: 4px 8px;
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 0px 6px;
  text-transform: none;
  font-weight: normal;
}
.btn.disabled {
  background: #aaa !important;
  color: #f2f2f2 !important;
  cursor: auto;
}
.btn.btn-transparent.disabled {
  border-color: #f2f2f2 !important;
}
.btn.btn-bordered.disabled {
  background: transparent !important;
  border-color: #f2f2f2 !important;
  color: #f2f2f2 !important;
  cursor: auto;
}
.btn-plus {
  height: 25px;
  width: 25px;
  display: inline-block;
  background: url("../../bundles/bitmain/img/icons/icon-plus.jpg");
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.btn-plus:hover {
  background: url("../../bundles/bitmain/img/icons/icon-plus_act.jpg");
}
.btn.btn-facebook {
  background: #7195be;
}
.btn.btn-facebook:hover {
  background: #516c8c;
}
.btn.btn-linkedin {
  background: #0077B5;
}
.btn.btn-linkedin:hover {
  background: #035C8B;
}
.btn.btn-google {
  background: #f5460c;
}
.btn.btn-google:hover {
  background: #d93e0c;
}
.btn-twitter {
  background-color: #55ACEE;
}
.btn-twitter:hover {
  background-color: #47a5ed;
}
@media screen and (max-width: 601px) {
  .btn-respBigger {
    padding: 20px 20px;
  }
}
.btn-embed {
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-admin {
  background: #f35;
}
.btn-admin:hover {
  background-color: #e6193c;
}
@media screen and (max-width: 601px) {
  #page-accueil #page-accueil-topBaniere {
    height: 500px;
  }
}
@media screen and (max-width: 601px) {
  #page-accueil #page-accueil-topBaniere .topBaniere-img {
    height: 500px;
  }
}
#page-accueil #page-accueil-topBaniere #page-accueil-topBaniereContent h1 {
  font-size: 2.85rem;
  line-height: 3.56rem;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 601px) {
  #page-accueil #page-accueil-topBaniere #page-accueil-topBaniereContent h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: "quicksand";
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 963px) {
  #page-accueil #page-accueil-topBaniere #page-accueil-topBaniereContent {
    margin-top: -140px;
  }
}
@media screen and (max-width: 601px) {
  #page-accueil #page-accueil-topBaniere #page-accueil-topBaniereContent {
    margin-top: -140px;
  }
}
@media screen and (max-width: 407px) {
  #page-accueil #page-accueil-topBaniere #page-accueil-topBaniereContent {
    margin-top: -155px;
  }
}
#page-accueil #page-accueil-topBaniere #page-acceuil-topBaniereBtns a.btn {
  margin: 0 15px;
  max-width: 320px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 601px) {
  #page-accueil #page-accueil-topBaniere #page-acceuil-topBaniereBtns a.btn {
    margin: auto;
    position: relative;
    bottom: 10px;
  }
}
@media screen and (max-width: 963px) {
  #page-accueil #page-accueil-topBaniere #page-acceuil-topBaniereBtns {
    padding: 10px 15px !important;
  }
  #page-accueil #page-accueil-topBaniere #page-acceuil-topBaniereBtns a.btn {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 300px;
  }
}
#page-accueil #page-accueil-topBaniere #page-accueil-topBaniereLogos {
  max-width: 960px;
  margin: auto;
  margin-top: 110px;
}
@media screen and (max-width: 963px) {
  #page-accueil #page-accueil-topBaniere #page-accueil-topBaniereLogos {
    display: none;
  }
}
#page-accueil #page-accueil-topBaniere #page-accueil-topBaniereLogos a {
  display: inline-block;
  width: 12.125%;
  text-align: center;
}
#page-accueil #page-accueil-topBaniere #page-accueil-topBaniereLogos a img {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0.5;
}
#page-accueil #page-accueil-topBaniere #page-accueil-topBaniereLogos a:hover img {
  opacity: 1;
}
#page-accueil #page-accueil-mapSelect {
  max-width: 800px;
  margin: auto;
}
#page-accueil #page-accueil-mapSelect .hugeGiant {
  margin-top: 20px;
}
#page-accueil #page-accueil-projectsContainer .col {
  margin: 20px 0;
}
@media screen and (max-width: 601px) {
  #page-accueil #page-accueil-projectsContainer .control {
    display: none;
  }
}
#page-accueil #page-accueil-midPart {
  background-image: url("../../bundles/bitmain/img/accueil/bluredMidImage.jpg");
  height: 520px;
}
@media screen and (max-width: 601px) {
  #page-accueil #page-accueil-midPart {
    height: auto;
  }
  #page-accueil #page-accueil-midPart .m6.s12.col.center.tertiary {
    margin-top: 20px;
  }
  #page-accueil #page-accueil-midPart .col.center img {
    width: 110px;
  }
  #page-accueil #page-accueil-midPart .col.center p {
    max-width: 90%;
    margin: auto;
  }
}
#page-accueil #page-accueil-midPart .col.center .contained {
  width: 280px;
  margin: auto;
}
#page-accueil #page-accueil-midPart .col.center .contained .imgContainer {
  width: 130px;
  display: inline-block;
}
#page-accueil #page-accueil-midPart .col.center .contained .imgContainer img {
  width: 100%;
}
@media screen and (max-width: 601px) {
  #page-accueil #page-accueil-midPart .col.center .contained {
    margin-bottom: 40px;
  }
}
#page-accueil #newsletterForm,
#page-accueil form[name="newsletterForm"] {
  width: 770px;
  margin: auto;
}
@media screen and (max-width: 963px) {
  #page-accueil #newsletterForm,
  #page-accueil form[name="newsletterForm"] {
    width: auto;
  }
}
@media screen and (max-width: 601px) {
  #page-accueil #newsletterForm .inbl.midPadding,
  #page-accueil form[name="newsletterForm"] .inbl.midPadding {
    display: block;
    width: 130px;
    margin: auto;
    text-align: left;
  }
  #page-accueil #newsletterForm .inbl.midPadding input,
  #page-accueil form[name="newsletterForm"] .inbl.midPadding input {
    margin-right: 10px;
  }
}
#page-accueil #newsletterForm input[type=submit],
#page-accueil form[name="newsletterForm"] input[type=submit],
#page-accueil #newsletterForm input[type=email],
#page-accueil form[name="newsletterForm"] input[type=email] {
  margin: 10px auto;
  width: 50%;
}
@media screen and (max-width: 963px) {
  #page-accueil #newsletterForm input[type=submit],
  #page-accueil form[name="newsletterForm"] input[type=submit],
  #page-accueil #newsletterForm input[type=email],
  #page-accueil form[name="newsletterForm"] input[type=email] {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 15px;
  }
}
#page-accueil #newsletterForm input[type=email],
#page-accueil form[name="newsletterForm"] input[type=email] {
  width: 70%;
}
@media screen and (max-width: 963px) {
  #page-accueil #newsletterForm input[type=email],
  #page-accueil form[name="newsletterForm"] input[type=email] {
    width: 100%;
  }
}
#page-accueil #newsletterForm input[type=submit],
#page-accueil form[name="newsletterForm"] input[type=submit],
#page-accueil #newsletterForm button[type=submit],
#page-accueil form[name="newsletterForm"] button[type=submit] {
  width: 30%;
}
@media screen and (max-width: 963px) {
  #page-accueil #newsletterForm input[type=submit],
  #page-accueil form[name="newsletterForm"] input[type=submit],
  #page-accueil #newsletterForm button[type=submit],
  #page-accueil form[name="newsletterForm"] button[type=submit] {
    width: 100%;
  }
}
#page-accueil #newsletterForm #newsletterForm_type label,
#page-accueil form[name="newsletterForm"] #newsletterForm_type label {
  color: #303030;
  margin: 0 15px 0 5px;
}
@media screen and (max-width: 601px) {
  #page-accueil.occigo #page-accueil-topBaniere {
    height: 670px;
  }
}
@media screen and (max-width: 601px) {
  #page-accueil.occigo #page-accueil-topBaniere .topBaniere-img {
    height: 670px;
  }
  #page-accueil.occigo #page-accueil-topBaniere .topBaniere-img img {
    min-width: 1900px;
  }
}
@media screen and (max-width: 963px) {
  #page-accueil.occigo #page-accueil-topBaniere #page-accueil-topBaniereContent {
    margin-top: -180 px;
  }
}
@media screen and (max-width: 601px) {
  #page-accueil.occigo #page-accueil-topBaniere #page-accueil-topBaniereContent {
    margin-top: -220px;
  }
}
#page-investProfile {
  background-image: url("../../bundles/bitmain/img/investProfile/background.jpg");
}
@media screen and (max-width: 601px) {
  #page-investProfile {
    height: auto;
  }
}
#page-investProfile #page-investProfile-title {
  margin: 35px 0;
}
@media screen and (max-width: 601px) {
  #page-investProfile #page-investProfile-title {
    margin: 15px 0;
  }
}
@media screen and (max-width: 601px) {
  #page-investProfile .ariane ul li a h2 {
    display: none;
  }
}
#page-payInvest {
  background-image: url("../../bundles/bitmain/img/payInvest/background.jpg");
}
@media screen and (max-width: 601px) {
  #page-payInvest {
    height: auto;
  }
}
#page-payInvest .payInvestTable {
  padding: 3px 8px !important;
  width: 100%;
}
#page-payInvest .payInvestTable th {
  text-transform: uppercase;
  color: #21c8ff;
  font-weight: 700;
  vertical-align: middle;
  text-align: left;
}
#page-payInvest .payInvestTable td {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 700;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 601px) {
  #page-payInvest .payInvestTable {
    margin-top: 20px;
  }
}
@media screen and (max-width: 601px) {
  #page-payInvest #page-payInvest-avantages .col {
    margin: 3px 0;
    text-align: left;
  }
}
#page-payInvest #payInvest-montantInvesti {
  text-align: right;
}
@media screen and (max-width: 601px) {
  #page-payInvest #payInvest-montantInvesti {
    text-align: left;
  }
}
#page-payContrib #page-payContrib-bandeauTop {
  padding: 30px 0;
  margin-top: 55px;
  position: relative;
}
#page-payContrib #page-payContrib-bandeauTop .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 963px) {
  #page-payContrib #page-payContrib-bandeauTop {
    margin-top: 95px;
  }
}
@media screen and (max-width: 601px) {
  #page-payContrib #page-payContrib-bandeauTop {
    margin-top: 65px;
    display: none;
  }
}
#page-payContrib #page-payContrib-bandeauTop h1 {
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.80rem;
  height: 45px;
  overflow: hidden;
  line-height: 45px;
}
@media screen and (max-width: 601px) {
  #page-payContrib #page-payContrib-bandeauTop h1 {
    margin-top: 15px;
  }
}
#page-payContrib #page-payContrib-bandeauTop h1 span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
@media screen and (max-width: 963px) {
  #page-payContrib #page-payContrib-bandeauTop .progressBar {
    margin: 0 10px 15px 0;
  }
}
#page-payContrib #page-payContrib-bandeauTop .roundedImageContainer {
  height: 65px;
  width: 65px;
}
#page-payContrib #page-payContrib-bandeau-cartDiv {
  padding: 7px 18px 8px 12px;
  position: fixed;
  right: 8px;
  top: 61px;
  z-index: 10;
  background: white;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
}
#page-payContrib #page-payContrib-bandeau-cartDiv .cartIcon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#page-payContrib #page-payContrib-bandeau-cartDiv .cartIcon .puce {
  position: absolute;
  right: -12px;
  top: -10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page-payContrib #page-payContrib-bandeau-cartDiv .cartIcon .imgContainer {
  width: 30px;
}
#page-payContrib #page-payContrib-bandeau-cartDiv .cartIcon .imgContainer img {
  width: 100%;
}
#page-payContrib #page-payContrib-bandeau-cartDiv:hover {
  background: #f2f2f2;
}
@media screen and (max-width: 963px) {
  #page-payContrib #page-payContrib-bandeau-cartDiv {
    width: 100%;
    top: 101px;
    right: 0;
    left: 0;
    text-align: center;
    border: none;
    padding: 14px 16px 14px 10px;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 601px) {
  #page-payContrib #page-payContrib-bandeau-cartDiv {
    position: absolute;
    top: 71px;
  }
  #page-payContrib #page-payContrib-bandeau-cartDiv.scrollPassed {
    position: fixed;
    top: 0;
  }
}
#page-payContrib #page-payContrib-bandeauAriane {
  position: relative;
  z-index: 2;
}
#page-payContrib #page-payContrib-bandeauAriane .ariane {
  padding: 6px 0;
  position: relative;
  top: 5px;
}
#page-payContrib #page-payContrib-bandeauAriane .ariane .number {
  float: left;
}
#page-payContrib #page-payContrib-bandeauAriane .ariane ul {
  text-align: center;
}
#page-payContrib #page-payContrib-bandeauAriane .ariane ul li {
  float: none;
  display: inline-block;
  margin: 7px;
  width: auto;
}
#page-payContrib #page-payContrib-bandeauAriane .ariane ul li a h2 {
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: left;
  padding: 5px 0 0 40px;
}
@media screen and (max-width: 963px) {
  #page-payContrib #page-payContrib-bandeauAriane .ariane {
    padding: 5px 0;
  }
}
#page-payContrib .rewardDiv .right {
  height: auto;
  line-height: normal;
}
#page-payContrib form .payInvestForm {
  background: #fff;
  padding: 40px 0 40px 180px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  text-align: left;
  padding-right: 180px;
}
@media screen and (max-width: 601px) {
  #page-payContrib form .payInvestForm {
    padding: 40px 0 40px 10px;
    text-align: center;
  }
}
#page-payContrib form .payInvestForm .numberContainer {
  position: absolute;
  right: 50px;
  background: #f2f2f2;
  padding: 1px;
  top: 50%;
  margin-top: -20px;
  display: inline-block;
}
@media screen and (max-width: 601px) {
  #page-payContrib form .payInvestForm .numberContainer {
    position: static;
    margin: 10px;
  }
}
#page-payContrib form .payInvestForm .numberContainer input[type=number] {
  border: 1px solid transparent;
  height: 40px;
  width: 100px;
  font-size: 1.5rem;
  line-height: 1.80rem;
  background: white;
  display: block;
  text-align: right;
}
#page-payContrib form .payInvestForm:after {
  content: "€";
  position: absolute;
  right: 134px;
  font-size: 29px;
  top: 50%;
  margin-top: -8px;
}
@media screen and (max-width: 601px) {
  #page-payContrib form .payInvestForm:after {
    left: 70px;
    margin-top: 2px;
  }
}
#page-payContrib #page-buyAndPay-valider {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 8px 0;
  background: #f2f2f2;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
}
#page-payContrib #page-buyAndPay-valider .btn-secondary {
  margin: auto;
}
#payContrib-popup > .mainBlock {
  padding: 12px 20px;
}
#payContrib-popup table {
  width: 100%;
}
#payContrib-popup table tfoot tr td {
  color: #21c8ff;
}
#payContrib-popup table thead tr {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
  background: #eefbff;
}
#payContrib-popup table thead tr td {
  font-weight: normal;
  padding: 15px 0;
}
#payContrib-popup table tr {
  border-bottom: 1px solid #f2f2f2;
}
#payContrib-popup table tr:last-child {
  border-bottom: 0;
}
#payContrib-popup table tr td {
  padding: 3px;
  vertical-align: middle;
}
#payContrib-popup table tr td:nth-child(1) {
  padding: 0 4px 0 20px;
}
#payContrib-popup table tr td:nth-child(4) {
  font-weight: 700;
}
#payContrib-popup table tr td:nth-child(5) {
  width: 123px;
}
#payContrib-popup table tr .totalCartAmount {
  display: inline-block;
  border: 1px solid #21c8ff;
  font-weight: 700;
  color: #21c8ff;
  padding: 4px;
}
#payContrib-popup table tr.line-reward img {
  width: 70px;
  margin: 0 7px;
}
@media screen and (max-width: 601px) {
  #payContrib-popup table tr.line-reward img {
    width: 50px;
  }
}
@media screen and (max-width: 601px) {
  #payContrib-popup .actionButtons .btn {
    text-align: center;
    margin: 10px 0;
    display: block !important;
    width: 100%;
  }
}
@media screen and (max-width: 601px) {
  #addContrib-popup a.btn {
    display: block;
    margin: 5px 0;
  }
}
#page-editProject #page-editProject-bandeauTop {
  padding-top: 30px;
}
#page-editProject #page-editProject-bandeauTop .ariane ul li a .number {
  margin: 10px 0;
}
#page-editProject #page-editProject-bandeauTop .ariane ul li .trait {
  margin-top: -24px;
}
#page-editProject .motifed {
  background: url("../../bundles/bitmain/img/editProject/background.jpg");
}
#page-editProject .page-editProject-bandeauLeft {
  background: url("../../bundles/bitmain/img/editProject/background.jpg");
  padding: 20px 15px;
}
#page-editProject #page-editProject-bandeauRight {
  padding: 18px;
}
@media screen and (max-width: 601px) {
  #page-editProject #page-editProject-bandeauRight {
    padding: 10px 15px !important;
  }
}
@media screen and (max-width: 963px) {
  #page-editProject #page-editProject-bandeauRight {
    margin-top: 50px;
  }
}
@media screen and (max-width: 963px) {
  #page-editProject #page-editProject-bandeauRight #page-editProject-previewContainerContainer {
    margin-top: 40px;
  }
}
#page-editProject #page-editProject-bandeauRight #page-editProject-previewContainerContainer #page-editProject-previewContainer {
  text-align: right;
  color: #fff;
  color: white;
  text-align: center;
}
#page-editProject #page-editProject-bandeauRight #page-editProject-previewContainerContainer #page-editProject-previewContainer .content {
  display: inline-block;
  padding: 0 20px;
  background: rgba(33, 200, 255, 0.7);
}
#page-editProject #page-editProject-bandeauRight #page-editProject-previewContainerContainer #page-editProject-previewContainer .content iframe {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 963px) {
  #page-editProject #page-editProject-bandeauRight #page-editProject-previewContainerContainer #page-editProject-previewContainer {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 601px) {
  #page-editProject #page-editProject-bandeauRight #page-editProject-previewContainerContainer #page-editProject-previewContainer {
    background: transparent;
    color: #aaa;
  }
}
#page-editProject #page-editProject-bandeauRight .btnFilepicker {
  max-width: 100%;
  height: auto !important;
}
#page-editProject #apercuVignette > div:first-child {
  padding-right: 10px;
  float: left;
  width: 328px;
  text-align: center;
}
#page-editProject #apercuVignette > div:first-child .ajouterFichier {
  max-width: 320px;
  height: auto;
  width: 100%;
  display: inline-block;
}
#page-editProject #apercuVignette > div:last-child {
  width: 100%;
  width: calc(100% - 328px);
  width: -moz-calc(100% - 328px);
  width: -webkit-calc(100% - 328px);
  float: left;
}
@media screen and (max-width: 1220px) {
  #page-editProject #apercuVignette > div:first-child,
  #page-editProject #apercuVignette > div:last-child {
    width: 100%;
    float: none;
  }
}
#page-editProject #page-editProject-boutons {
  padding: 20px 0;
  margin: 20px auto 40px;
}
#page-editProject #page-editProject-boutons .btn.floatLeft,
#page-editProject #page-editProject-boutons .btn.floatRight {
  width: 10%;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 601px) {
  #page-editProject #page-editProject-boutons .btn.floatLeft,
  #page-editProject #page-editProject-boutons .btn.floatRight {
    width: 20%;
  }
}
#page-editProject #page-editProject-boutons .btn-block:not(.btn-editProject-allWidth) {
  margin: 0 auto;
  width: 78%;
  text-align: center;
}
@media screen and (max-width: 601px) {
  #page-editProject #page-editProject-boutons .btn-block:not(.btn-editProject-allWidth) {
    width: 60%;
  }
}
@media screen and (max-width: 963px) {
  #page-editProject .valid-review {
    padding: 0 10px;
  }
}
#page-editProject .valid-review li {
  position: relative;
  border: 1px solid transparent;
  float: none;
  width: 100%;
  margin: 10px 0;
  background: #fff;
}
#page-editProject .valid-review li .left {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  color: #21c8ff;
  text-align: center;
  background: url("../../bundles/bitmain/img/editProject/background.jpg");
  padding-top: 13px;
  width: 200px;
  float: left;
  border-right: 1px solid transparent;
}
@media screen and (max-width: 963px) {
  #page-editProject .valid-review li .left {
    width: 80px;
  }
}
@media screen and (max-width: 601px) {
  #page-editProject .valid-review li .left {
    width: 30px;
    font-size: 2rem;
    line-height: 2.5rem;
    padding-top: 5px;
  }
}
#page-editProject .valid-review li .midPart {
  padding: 25px 0;
  margin-right: 110px;
  margin-left: 210px;
}
@media screen and (max-width: 963px) {
  #page-editProject .valid-review li .midPart {
    margin-left: 90px;
    margin-right: 70px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 601px) {
  #page-editProject .valid-review li .midPart {
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px 0;
  }
}
#page-editProject .valid-review li .midPart h2 {
  padding-left: 20px;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  color: #21c8ff;
  font-size: 1.5rem;
  line-height: 1.80rem;
}
#page-editProject .valid-review li .midPart ul {
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 601px) {
  #page-editProject .valid-review li .midPart ul {
    margin-top: 10px;
  }
}
#page-editProject .valid-review li .midPart ul li {
  border-bottom: 1px solid #aaa;
  padding: 6px 0;
  margin: 5px 0;
  text-transform: uppercase;
  max-width: 550px;
}
@media screen and (max-width: 601px) {
  #page-editProject .valid-review li .midPart ul li {
    padding-right: 15px;
  }
}
#page-editProject .valid-review li .midPart ul li a {
  display: block;
  color: inherit;
}
#page-editProject .valid-review li .midPart ul li.correct {
  background: url("../../bundles/bitmain/img/icons/check.png") no-repeat 100% 10px;
}
#page-editProject .valid-review li .midPart ul li.uncorrect {
  background: url("../../bundles/bitmain/img/icons/uncheck.png") no-repeat 100% 10px;
}
#page-editProject .valid-review li .right {
  padding-top: 28px;
  float: right;
  width: 60px;
}
@media screen and (max-width: 601px) {
  #page-editProject .valid-review li .right {
    display: none;
  }
}
#page-editProject .valid-review > li.uncorrect {
  border: 1px solid #fa4040;
}
#page-editProject .valid-review > li.uncorrect .left {
  border-right: 1px solid #fa4040;
}
#page-editProject .valid-review > li.uncorrect h2 {
  color: #fa4040;
}
#page-editProject .rewardDiv {
  border-bottom: 5px solid #f2f2f2;
}
#page-editProject #page-editProject3-top {
  border: 2px solid #21c8ff;
}
@media screen and (max-width: 963px) {
  #page-editProject #page-editProject3-top {
    border: none;
  }
  #page-editProject #page-editProject3-top input[type=submit] {
    display: block !important;
    width: 100%;
  }
}
#page-editProject #page-editProject4-userType .inbl {
  padding: 12px;
}
@media screen and (max-width: 963px) {
  #page-editProject #page-editProject4-userType .inbl {
    display: block;
    max-width: 400px;
    margin: auto;
    padding: 20px 0;
  }
  #page-editProject #page-editProject4-userType .inbl .btn {
    display: block !important;
    width: 100%;
  }
}
#page-editProjectFinish > .imageCover {
  height: 500px;
  background-image: url("../../bundles/bitmain/img/editProject/backgroundFinish.jpg");
}
#page-editProjectFinish > .imageCover .mid.quicksand {
  margin: 20px 0;
}
@media screen and (max-width: 963px) {
  #page-editProjectFinish > .imageCover .mid.quicksand {
    margin-top: 0px;
    padding: 0 10px;
  }
}
#page-createDraftProject {
  background-image: url("../../bundles/bitmain/img/createDraftProject/background.jpg");
}
@media screen and (max-width: 601px) {
  #page-createDraftProject {
    height: auto;
  }
}
#page-createDraftProject #page-createDraftProject-title {
  margin: 35px 0;
}
@media screen and (max-width: 601px) {
  #page-createDraftProject #page-createDraftProject-title {
    margin: 15px 0;
  }
}
@media screen and (max-width: 601px) {
  #page-createDraftProject .ariane ul li a h2 {
    display: none;
  }
}
#page-createDraftProject .whiteTransparentBlock {
  padding: 20px 30px;
}
#page-createDraftProject .whiteTransparentBlock .input-field {
  margin-bottom: 20px;
}
#page-projectDetails #page-projectDetails-bandeauTop,
#page-projectInvestDetails #page-projectDetails-bandeauTop {
  height: 300px;
  background: #000;
  position: relative;
}
#page-projectDetails #page-projectDetails-bandeauTop .container,
#page-projectInvestDetails #page-projectDetails-bandeauTop .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 963px) {
  #page-projectDetails #page-projectDetails-bandeauTop,
  #page-projectInvestDetails #page-projectDetails-bandeauTop {
    height: auto;
  }
}
#page-projectDetails #page-projectDetails-bandeauTop h1,
#page-projectInvestDetails #page-projectDetails-bandeauTop h1 {
  font-family: "quicksand";
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 2.3rem;
  font-weight: 700;
  height: 65px;
  overflow: hidden;
  line-height: 65px;
}
@media screen and (max-width: 601px) {
  #page-projectDetails #page-projectDetails-bandeauTop h1,
  #page-projectInvestDetails #page-projectDetails-bandeauTop h1 {
    margin-top: 15px;
  }
}
#page-projectDetails #page-projectDetails-bandeauTop h1 span,
#page-projectInvestDetails #page-projectDetails-bandeauTop h1 span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
#page-projectDetails #page-projectDetails-bandeauTop .background,
#page-projectInvestDetails #page-projectDetails-bandeauTop .background {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  opacity: 0.6;
}
#page-projectDetails #page-projectDetails-bandeauTop .roundedImageContainer,
#page-projectInvestDetails #page-projectDetails-bandeauTop .roundedImageContainer {
  width: 100px;
  height: 100px;
}
#page-projectDetails #page-projectDetails-menuTop,
#page-projectInvestDetails #page-projectDetails-menuTop {
  position: relative;
  z-index: 2;
}
#page-projectDetails #page-projectDetails-menuTop .right,
#page-projectInvestDetails #page-projectDetails-menuTop .right {
  float: right;
  position: relative;
  right: 20px;
}
@media screen and (max-width: 700px) {
  #page-projectDetails #page-projectDetails-menuTop .right,
  #page-projectInvestDetails #page-projectDetails-menuTop .right {
    display: none;
  }
}
#page-projectDetails #page-projectDetails-menuTop .right .btn,
#page-projectInvestDetails #page-projectDetails-menuTop .right .btn {
  padding: 10px 40px;
}
@media screen and (max-width: 963px) {
  #page-projectDetails #page-projectDetails-menuTop .right .btn,
  #page-projectInvestDetails #page-projectDetails-menuTop .right .btn {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 601px) {
  #page-projectDetails #page-projectDetails-menuTop .right,
  #page-projectInvestDetails #page-projectDetails-menuTop .right {
    display: none;
  }
}
#page-projectDetails #page-projectDetails-leftContent .imgContainer,
#page-projectInvestDetails #page-projectDetails-leftContent .imgContainer {
  max-width: 595px;
  overflow: hidden;
}
#page-projectDetails #page-projectDetails-leftContent .imgContainer img,
#page-projectInvestDetails #page-projectDetails-leftContent .imgContainer img {
  width: 100%;
}
@media screen and (max-width: 601px) {
  #page-projectDetails #page-projectDetails-leftContent #page-projectDetails-commentaires-avatar,
  #page-projectInvestDetails #page-projectDetails-leftContent #page-projectDetails-commentaires-avatar {
    display: none;
  }
}
#page-projectDetails #page-projectDetails-leftContent .contrepartie,
#page-projectInvestDetails #page-projectDetails-leftContent .contrepartie {
  position: relative;
}
#page-projectDetails #page-projectDetails-leftContent .contrepartie #page-projectDetails-contributeurs-actions,
#page-projectInvestDetails #page-projectDetails-leftContent .contrepartie #page-projectDetails-contributeurs-actions {
  position: relative;
}
@media screen and (max-width: 601px) {
  #page-projectDetails #page-projectDetails-leftContent .contrepartie #page-projectDetails-contributeurs-actions,
  #page-projectInvestDetails #page-projectDetails-leftContent .contrepartie #page-projectDetails-contributeurs-actions {
    text-align: center;
    margin-top: 20px;
  }
}
#page-projectDetails #page-projectDetails-leftContent .contrepartie .btn-soutenir,
#page-projectInvestDetails #page-projectDetails-leftContent .contrepartie .btn-soutenir {
  position: absolute;
  bottom: 0px;
  right: 8px;
}
@media screen and (max-width: 601px) {
  #page-projectDetails #page-projectDetails-leftContent .contrepartie .btn-soutenir,
  #page-projectInvestDetails #page-projectDetails-leftContent .contrepartie .btn-soutenir {
    position: static;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 15px 20px;
    font-size: 1rem;
  }
}
#page-projectDetails #page-projectDetails-leftContent iframe,
#page-projectInvestDetails #page-projectDetails-leftContent iframe {
  width: 100%;
}
@media screen and (max-width: 601px) {
  #page-projectDetails #page-projectDetails-rightContent,
  #page-projectInvestDetails #page-projectDetails-rightContent {
    display: none;
  }
}
#page-projectDetails #page-projectDetails-rightContent table,
#page-projectInvestDetails #page-projectDetails-rightContent table {
  margin: 17px auto 18px;
}
#page-projectDetails #page-projectDetails-rightContent table th,
#page-projectInvestDetails #page-projectDetails-rightContent table th,
#page-projectDetails #page-projectDetails-rightContent table td,
#page-projectInvestDetails #page-projectDetails-rightContent table td {
  padding: 7px;
  vertical-align: top;
}
#page-projectDetails #page-projectDetails-rightContent table th,
#page-projectInvestDetails #page-projectDetails-rightContent table th,
#page-projectDetails #page-projectDetails-rightContent table td,
#page-projectInvestDetails #page-projectDetails-rightContent table td {
  vertical-align: middle;
}
@media screen and (max-width: 963px) {
  #page-projectDetails #page-projectDetails-rightContent table td,
  #page-projectInvestDetails #page-projectDetails-rightContent table td {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 2px;
  }
  #page-projectDetails #page-projectDetails-rightContent table td .circlePercent,
  #page-projectInvestDetails #page-projectDetails-rightContent table td .circlePercent {
    font-size: 1rem;
    line-height: 1.35rem;
  }
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer {
  margin: 20px 0;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie {
  padding: 15px 20px !important;
  padding-bottom: 37px !important;
  border-top: 2px solid #21c8ff;
  border-left: 2px solid #21c8ff;
  border-right: 2px solid #21c8ff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 220px;
  position: relative;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie h2,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie h2 {
  font-weight: 500;
  color: #21c8ff;
  font-size: 1.25rem;
  line-height: 1.6rem;
  margin-bottom: 10px;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie p,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie p {
  font-size: 0.9rem;
  line-height: 1.225rem;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .hoverContainer,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .hoverContainer {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  padding: 10px 15px !important;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .hoverContainer .contrepartie-choisir,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .hoverContainer .contrepartie-choisir {
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  color: white;
  font-size: 1.5rem;
  line-height: 1.80rem;
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .hoverContainer .imgContainer,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .hoverContainer .imgContainer {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  overflow: hidden;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .hoverContainer .imgContainer img,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .hoverContainer .imgContainer img {
  height: 100%;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .hoverContainer .btnContainer,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .hoverContainer .btnContainer {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  padding: 10px 15px !important;
  left: 0;
  text-align: center;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .bottomLine,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .bottomLine {
  position: absolute;
  bottom: 10px;
  font-weight: bold;
  color: #666;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .disabled,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie .disabled {
  background: rgba(85, 85, 85, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie:after,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie:after {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../../bundles/bitmain/img/projectDetails/rectangle.png");
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie:last-child,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie:last-child {
  border-bottom: 2px solid #21c8ff;
}
#page-projectDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie:not(.disabled):hover .hoverContainer,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-contrepartieContainer .contrepartie:not(.disabled):hover .hoverContainer {
  opacity: 1;
}
#page-projectDetails #projet,
#page-projectInvestDetails #projet {
  padding: 20px;
}
@media screen and (max-width: 963px) {
  #page-projectDetails #projet,
  #page-projectInvestDetails #projet {
    padding: 0 15px;
  }
}
#page-projectDetails #projet .encartPartenaires,
#page-projectInvestDetails #projet .encartPartenaires {
  padding: 10px 15px !important;
  height: 64px;
  overflow: hidden;
}
@media screen and (max-width: 963px) {
  #page-projectDetails #projet .encartPartenaires,
  #page-projectInvestDetails #projet .encartPartenaires {
    height: auto;
  }
}
#page-projectDetails #projet .encartPartenaires .imgContainer,
#page-projectInvestDetails #projet .encartPartenaires .imgContainer {
  float: left;
  width: 100px;
  margin-right: 8px;
}
@media screen and (max-width: 963px) {
  #page-projectDetails #projet .encartPartenaires .imgContainer,
  #page-projectInvestDetails #projet .encartPartenaires .imgContainer {
    float: none;
    margin: auto;
    display: block;
  }
}
#page-projectDetails #projet .encartPartenaires .imgContainer img,
#page-projectInvestDetails #projet .encartPartenaires .imgContainer img {
  width: 100%;
}
#page-projectDetails #projet .encartPartenaires p,
#page-projectInvestDetails #projet .encartPartenaires p {
  font-size: 0.9rem;
  line-height: 1.225rem;
  color: #626160;
  padding-right: 10px;
}
#page-projectInvestDetails #page-projectDetails-menuTop .btn-transparent {
  margin-top: 15px;
}
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-first {
  background: #fff;
  margin-bottom: 10px;
}
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-first .tableContainer {
  padding: 7px;
}
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-first .tableContainer table {
  margin: 0;
}
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-first #page-projectDetails-rightContent-tableInfos {
  width: 100%;
  margin: 10px auto;
}
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-first #page-projectDetails-rightContent-tableInfos th,
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-first #page-projectDetails-rightContent-tableInfos td {
  padding: 7px;
  vertical-align: top;
}
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-first #page-projectDetails-rightContent-tableInfos tr {
  border-bottom: 1px solid #f2f2f2;
}
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-first #page-projectDetails-rightContent-tableInfos tr td {
  font-size: 0.8rem;
  line-height: 1rem;
}
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-first #page-projectDetails-rightContent-tableInfos tr td:first-child {
  text-align: left;
  padding-left: 15px;
}
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-first #page-projectDetails-rightContent-tableInfos tr td:last-child {
  text-align: right;
  padding-right: 15px;
}
#page-projectInvestDetails #page-projectDetails-rightContent #page-projectDetails-rightContent-second {
  padding: 20px;
}
#page-projectInvestDetails .projectInvestDetails-equipe {
  margin: 30px 0;
}
#page-projectInvestDetails .projectInvestDetails-equipe .avatar {
  float: left;
  width: 60px;
  height: 60px;
}
#page-projectInvestDetails .projectInvestDetails-equipe .right {
  margin-left: 80px;
  font-size: 0.9rem;
  line-height: 1.225rem;
}
#page-projectInvestDetails .temoignage {
  margin: 35px 0;
}
#page-projectInvestDetails .temoignage .avatar {
  width: 45px;
  height: 45px;
  margin-left: 40px;
  position: relative;
  top: -6px;
  float: left;
}
#page-projectInvestDetails .temoignage .temoignages-infos {
  margin-left: 20px;
  margin-right: 30px;
  display: inline-block;
}
#page-projectInvestDetails .temoignage quote {
  display: block;
  background: #ffd14c;
  padding: 10px 15px !important;
  color: #fff;
  color: white;
  margin: 20px 0;
  position: relative;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.225rem;
}
#page-projectInvestDetails .temoignage quote:before {
  width: 16px;
  height: 8px;
  background: url(../../bundles/bitmain/img/investDetails/topCorner.png);
  position: absolute;
  top: -7px;
  left: 55px;
  content: "";
}
#page-projectInvestDetails .temoignage:nth-child(even) {
  text-align: right;
}
#page-projectInvestDetails .temoignage:nth-child(even) .avatar {
  float: right;
  right: 42px;
}
#page-projectInvestDetails .temoignage:nth-child(even) quote {
  text-align: left;
}
#page-projectInvestDetails .temoignage:nth-child(even) quote:before {
  left: auto;
  right: 55px;
}
@media screen and (max-width: 601px) {
  #page-projectInvestDetails #page-projectInvestDetails-operationFiles ul {
    text-align: center;
  }
  #page-projectInvestDetails #page-projectInvestDetails-operationFiles ul li {
    display: inline-block;
    margin: 10px;
  }
}
#page-projectInvestDetails #page-projectDetail-adminBandeau,
#page-projectDetail-adminBandeau.investAdminBandeau {
  background: #ffd14c;
}
#page-projectDetail-adminBandeau {
  position: absolute;
  width: 100%;
  background: #21c8ff;
  z-index: 80;
  top: 55px;
  padding: 5px 0px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 963px) {
  #page-projectDetail-adminBandeau {
    top: 117px;
  }
}
@media screen and (max-width: 601px) {
  #page-projectDetail-adminBandeau {
    top: 70px;
  }
}
#page-projectDetail-adminBandeau ul {
  text-align: center;
}
#page-projectDetail-adminBandeau ul li {
  display: inline-block;
  margin: 3px 5px;
}
#page-projectDetail-adminBandeau ul li a {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  color: white;
  font-weight: 700;
  font-family: "quicksand";
  font-size: 0.9rem;
  line-height: 1.225rem;
}
#page-projectDetail-adminBandeau ul li a i {
  margin-right: 3px;
}
#page-projectDetail-adminBandeau ul li.act a,
#page-projectDetail-adminBandeau ul li:hover a {
  color: #fff;
  color: white;
  text-decoration: underline;
}
#page-lancerProjet #page-lancerProjet-topBaniere {
  height: 612px;
}
#page-lancerProjet #page-lancerProjet-topBaniere #page-lancerProjet-topBaniereImg {
  height: 612px;
}
@media screen and (max-width: 601px) {
  #page-lancerProjet #page-lancerProjet-topBaniere {
    height: 800px;
  }
  #page-lancerProjet #page-lancerProjet-topBaniere #page-lancerProjet-topBaniereImg {
    height: 800px;
  }
  #page-lancerProjet #page-lancerProjet-topBaniere #page-lancerProjet-topBaniereImg img {
    height: 100%;
  }
}
#page-lancerProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent {
  margin-top: -170px;
}
@media screen and (max-width: 963px) {
  #page-lancerProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent {
    margin-top: -165px;
  }
}
@media screen and (max-width: 601px) {
  #page-lancerProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent {
    margin-top: -280px;
  }
}
#page-lancerProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent h1 {
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.6rem;
}
#page-lancerProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent hr.whiteBlock {
  width: 80px;
  margin: 20px auto;
}
@media screen and (max-width: 601px) {
  #page-lancerProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent input[type=submit] {
    display: block !important;
    width: 100%;
  }
}
#page-lancerProjet #page-lancerProjet-3points .imgContainer {
  width: 85px;
  height: 90px;
  display: inline-block;
  line-height: 90px;
}
#page-lancerProjet #page-lancerProjet-3points .imgContainer img {
  vertical-align: middle;
  width: 100%;
}
#page-lancerProjet #page-lancerProjet-projectsContainer .control {
  display: none;
}
#page-lancerProjet #page-lancerProjet-projectsContainer .thumb {
  margin: 10px 0;
}
#page-lancerProjet #page-lancerProjet-midContent {
  position: relative;
  overflow: hidden;
}
#page-lancerProjet #page-lancerProjet-midContent #page-lancerProjet-midContentImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-lancerProjet #page-lancerProjet-midContent #page-lancerProjet-midContentImg img {
  height: 100%;
}
@media screen and (max-width: 963px) {
  #page-lancerProjet #page-lancerProjet-midContent #page-lancerProjet-midContentImg img {
    min-width: 1200px;
  }
}
#page-lancerProjet #page-lancerProjet-midContent #page-lancerProjet-midContent-content {
  position: relative;
  z-index: 10;
  padding: 50px 0;
}
#page-lancerProjet #page-lancerProjet-midContent #page-lancerProjet-midContent-content .imgContainer {
  width: 125px;
  height: 109px;
  display: inline-block;
}
#page-lancerProjet #page-lancerProjet-midContent #page-lancerProjet-midContent-content .imgContainer img {
  width: 100%;
}
#page-lancerProjet #page-lancerProjet-midContent #page-lancerProjet-midContent-content .labelText {
  line-height: 80px;
  height: 80px;
}
#page-lancerProjet #page-lancerProjet-midContent #page-lancerProjet-midContent-content .labelText span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#page-lancerProjet #page-lancerProjet-midContent #page-lancerProjet-midContent-content .subtitle {
  height: 40px;
}
#page-lancerProjet .calendarStep.calendarStep-tertiary .element {
  -moz-border-image: url(../../bundles/bitmain/img/lancerProjet/bordertertiary.png) 27 27 146 stretch repeat;
  -webkit-border-image: url(../../bundles/bitmain/img/lancerProjet/bordertertiary.png) 27 27 146 stretch repeat;
  -o-border-image: url(../../bundles/bitmain/img/lancerProjet/bordertertiary.png) 27 27 146 stretch repeat;
  border-image: url(../../bundles/bitmain/img/lancerProjet/bordertertiary.png) 27 27 146 fill stretch repeat;
}
#page-lancerProjet .calendarStep.calendarStep-tertiary .element h3 {
  color: #ffd14c;
}
#page-lancerProjet .calendarStep .element {
  border-style: solid;
  border-width: 28px 22px 0px 0px;
  -moz-border-image: url(../../bundles/bitmain/img/lancerProjet/bordermain.png) 27 27 146 stretch repeat;
  -webkit-border-image: url(../../bundles/bitmain/img/lancerProjet/bordermain.png) 27 27 146 stretch repeat;
  -o-border-image: url(../../bundles/bitmain/img/lancerProjet/bordermain.png) 27 27 146 stretch repeat;
  border-image: url(../../bundles/bitmain/img/lancerProjet/bordermain.png) 27 27 146 fill stretch repeat;
  padding-right: 35px;
  width: 50%;
  position: relative;
  height: 188px;
}
@media screen and (max-width: 963px) {
  #page-lancerProjet .calendarStep .element {
    border: 0;
    width: 100% !important;
    text-align: center !important;
    padding: 20px !important;
    height: auto !important;
    position: static !important;
    margin: 15px 0;
  }
  #page-lancerProjet .calendarStep .element .imgContainer {
    position: static !important;
    text-align: center;
    padding: 0 !important;
  }
}
#page-lancerProjet .calendarStep .element .imgContainer {
  width: 80%;
  padding-left: 60px;
  top: 0;
  overflow: hidden;
  position: absolute;
  right: -80%;
}
@media screen and (max-width: 963px) {
  #page-lancerProjet .calendarStep .element .imgContainer {
    width: 100%;
    right: -100%;
  }
}
#page-lancerProjet .calendarStep .element .imgContainer img {
  width: 100%;
}
#page-lancerProjet .calendarStep .element h3 {
  color: #21c8ff;
  position: relative;
  bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
#page-lancerProjet .calendarStep .element p {
  font-size: 0.9rem;
  line-height: 1.225rem;
  position: relative;
  bottom: 10px;
}
#page-lancerProjet .calendarStep .element:nth-child(odd) {
  text-align: right;
}
#page-lancerProjet .calendarStep .element:nth-child(even) {
  text-align: left;
  width: 50%;
  left: 48%;
  left: -webkit-calc(50% - 22px);
  left: -moz-calc(50% - 22px);
  left: calc(50% - 22px);
  border-width: 28px 0px 0px 22px;
  padding-right: 0px;
  padding-left: 35px;
}
@media screen and (max-width: 963px) {
  #page-lancerProjet .calendarStep .element:nth-child(even) {
    border: 0;
  }
}
#page-lancerProjet .calendarStep .element:nth-child(even) .imgContainer {
  width: 80%;
  padding-left: 0px;
  padding-right: 60px;
  left: -80%;
}
@media screen and (max-width: 963px) {
  #page-lancerProjet .calendarStep .element:nth-child(even) .imgContainer {
    width: 100%;
    left: -100%;
  }
}
#page-lancerProjet .calendarStep .element:nth-child(even) .imgContainer img {
  width: 100%;
}
#page-lancerInvestProjet #page-lancerProjet-topBaniere {
  height: 612px;
}
#page-lancerInvestProjet #page-lancerProjet-topBaniere #page-lancerProjet-topBaniereImg {
  height: 612px;
}
@media screen and (max-width: 601px) {
  #page-lancerInvestProjet #page-lancerProjet-topBaniere {
    height: 600px;
  }
  #page-lancerInvestProjet #page-lancerProjet-topBaniere #page-lancerProjet-topBaniereImg {
    height: 600px;
  }
  #page-lancerInvestProjet #page-lancerProjet-topBaniere #page-lancerProjet-topBaniereImg img {
    height: 100%;
  }
}
#page-lancerInvestProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent {
  margin-top: -170px;
}
@media screen and (max-width: 963px) {
  #page-lancerInvestProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent {
    margin-top: -145px;
  }
}
@media screen and (max-width: 601px) {
  #page-lancerInvestProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent {
    margin-top: -200px;
  }
}
#page-lancerInvestProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent h1 {
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.6rem;
}
#page-lancerInvestProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent hr.whiteBlock {
  width: 80px;
  margin: 20px auto;
}
@media screen and (max-width: 601px) {
  #page-lancerInvestProjet #page-lancerProjet-topBaniere #page-accueil-topBaniereContent input[type=submit] {
    display: block !important;
    width: 100%;
  }
}
#page-lancerInvestProjet #page-lancerProjet-3points .imgContainer {
  width: 85px;
  height: 90px;
  display: inline-block;
  line-height: 90px;
}
#page-lancerInvestProjet #page-lancerProjet-3points .imgContainer img {
  vertical-align: middle;
  width: 100%;
}
#page-lancerInvestProjet #page-lancerProjet-projectsContainer .control {
  display: none;
}
#page-lancerInvestProjet #page-lancerProjet-projectsContainer .thumb {
  margin: 10px 0;
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent {
  position: relative;
  overflow: hidden;
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent h2 {
  font-size: 1.5rem;
  line-height: 1.80rem;
  padding: 30px 0;
}
@media screen and (max-width: 601px) {
  #page-lancerInvestProjet #page-lancerInvestProjet-midContent h2 {
    padding: 20px 0;
  }
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent #page-lancerProjet-midContentImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent #page-lancerProjet-midContentImg img {
  height: 100%;
}
@media screen and (max-width: 963px) {
  #page-lancerInvestProjet #page-lancerInvestProjet-midContent #page-lancerProjet-midContentImg img {
    min-width: 1200px;
  }
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent #page-lancerProjet-midContent-content {
  padding: 40px 0;
  position: relative;
  z-index: 3;
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent2 .element {
  padding: 15px;
  text-align: center;
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent2 .element .whiteBlock {
  padding: 15px;
  height: 260px;
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent2 .element .whiteBlock .imgContainer {
  max-width: 100px;
  margin: auto;
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent2 .element .whiteBlock .imgContainer img {
  width: 100%;
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent2 .element .whiteBlock .title {
  margin: 10px 0;
  font-weight: 700;
}
#page-lancerInvestProjet #page-lancerInvestProjet-midContent2 .element .whiteBlock p {
  font-size: 0.9rem;
  line-height: 1.225rem;
}
#page-lancerInvestProjet #page-lancerInvestProjet-bottomContent h2 {
  font-size: 1.5rem;
  line-height: 1.80rem;
  text-align: center;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0;
}
@media screen and (max-width: 601px) {
  #page-lancerInvestProjet #page-lancerInvestProjet-bottomContent h2 {
    padding: 20px 0;
  }
}
#page-lancerInvestProjet #page-lancerInvestProjet-bottomContent .element {
  font-size: 1.25rem;
  line-height: 1.6rem;
}
#page-lancerInvestProjet #page-lancerInvestProjet-bottomContent .element .whiteBlock {
  padding: 30px 40px 40px;
}
#page-connexionInscription {
  background: black;
}
#page-connexionInscription #page-connexionInscription-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.7;
  min-height: 1190px;
}
#page-connexionInscription #page-connexionInscription-img img {
  min-width: 1600px;
  height: 100%;
  display: block;
}
#page-connexionInscription #page-connexionInscription-content {
  position: relative;
  z-index: 2;
}
#page-connexionInscription #page-connexionInscription-content #page-connexionInscription-menu {
  color: #fff;
  color: white;
  text-transform: uppercase;
  font-family: "quicksand";
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.225rem;
  position: relative;
  bottom: 9px;
}
#page-connexionInscription #page-connexionInscription-content #page-connexionInscription-menu li {
  display: inline-block;
}
#page-connexionInscription #page-connexionInscription-content #page-connexionInscription-menu li a {
  color: #fff;
  color: white;
  padding: 10px 15px !important;
}
#page-connexionInscription #page-connexionInscription-content #page-connexionInscription-menu li.act a {
  color: #626160;
  background: rgba(255, 255, 255, 0.85);
}
#page-connexionInscription #page-connexionInscription-content #page-connexionInscription-menu li:not(.act):hover a {
  background: rgba(255, 255, 255, 0.2);
}
#page-connexionInscription #page-connexionInscription-content #page-connexionInscription-contenu {
  padding: 10px 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  min-height: 515px;
}
@media screen and (max-width: 963px) {
  #page-connexionInscription #page-connexionInscription-content #page-connexionInscription-contenu {
    min-height: 0;
  }
}
#page-connexionInscription #page-connexionInscription-content .page-connexionInscription-avertissement {
  float: right;
  width: 230px;
  color: #fff;
  color: white;
  font-size: 0.8rem;
  line-height: 1rem;
  padding-left: 10px;
  padding-top: 40px;
}
@media screen and (max-width: 963px) {
  #page-connexionInscription #page-connexionInscription-content .page-connexionInscription-avertissement {
    float: none;
    padding: 20px 0;
    text-align: center;
    margin: auto;
    max-width: 500px;
  }
}
#page-connexionInscription2 {
  padding: 15px 0;
}
#page-connexionInscription2 .whiteBlock {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
  border: none;
}
#page-connexionInscription2 #page-connexionInscription2-contrepartieDiv .left {
  float: left;
}
#page-connexionInscription2 #page-connexionInscription2-contrepartieDiv .right {
  float: right;
}
@media screen and (max-width: 963px) {
  #page-connexionInscription2 #page-connexionInscription2-contrepartieDiv .left,
  #page-connexionInscription2 #page-connexionInscription2-contrepartieDiv .right {
    float: none;
    text-align: center;
    margin: 5px 0;
  }
}
.pannelContainer .pannel {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 20px 30px 5px;
}
.pannelContainer .pannel .label,
.pannelContainer .pannel .left {
  cursor: pointer;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.pannelContainer .pannel .left {
  float: left;
  width: 47px;
  text-align: center;
}
.pannelContainer .pannel .right {
  margin-left: 50px;
}
.pannelContainer .pannel .ico,
.pannelContainer .pannel .icoAct {
  position: absolute;
  right: 20px;
  top: 32px;
  display: none;
}
.pannelContainer .pannel .icoAct {
  display: none;
}
.pannelContainer .pannel .ico {
  display: block;
}
.pannelContainer .pannel .pannel-content {
  padding-top: 15px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
}
@media screen and (max-width: 963px) {
  .pannelContainer .pannel .pannel-content .btn-facebook,
  .pannelContainer .pannel .pannel-content .btn-google,
  .pannelContainer .pannel .pannel-content .btn-linkedin {
    display: block;
    text-align: center;
  }
}
.pannelContainer .pannel.act .icoAct {
  display: block;
}
.pannelContainer .pannel.act .ico {
  display: none;
}
.pannelContainer .pannel.act .label,
.pannelContainer .pannel.act .left {
  color: #21c8ff;
}
.pannelContainer .pannel.act .pannel-content {
  max-height: 700px;
  color: inherit;
}
.pannelContainer .pannel:last-child {
  border-bottom: none;
}
#page-equipe .bluredMotifBlock .container {
  min-height: 350px;
  background: url(../../bundles/bitmain/img/equipe/alexSteph.png) no-repeat 50% 100%;
}
#page-equipe .bluredMotifBlock .container .left,
#page-equipe .bluredMotifBlock .container .right {
  max-width: 200px;
}
#page-equipe .bluredMotifBlock .container .left h2,
#page-equipe .bluredMotifBlock .container .right h2 {
  margin: 30px 0 20px;
}
@media screen and (max-width: 963px) {
  #page-equipe .bluredMotifBlock .container .left,
  #page-equipe .bluredMotifBlock .container .right {
    float: none !important;
    max-width: 400px !important;
    margin: 15px auto !important;
    text-align: center !important;
  }
}
#page-equipe .bluredMotifBlock .container .left {
  text-align: left;
  float: left;
}
#page-equipe .bluredMotifBlock .container .left p {
  font-size: 0.8rem;
  line-height: 1rem;
}
#page-equipe .bluredMotifBlock .container .right {
  text-align: right;
  float: right;
}
#page-equipe .bluredMotifBlock .container .right p {
  font-size: 0.8rem;
  line-height: 1rem;
}
@media screen and (max-width: 963px) {
  #page-equipe .bluredMotifBlock .container {
    background: transparent;
  }
}
#page-equipe .equipe {
  background: #fff;
  text-align: center;
  padding: 20px 35px;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
  width: 276px;
  height: 319px;
  margin: 20px;
  vertical-align: middle;
}
#page-equipe .equipe .photoContainer {
  width: 160px;
  height: 160px;
  display: inline-block;
}
#page-equipe .equipe .photoContainer img {
  width: 100%;
}
#page-equipe .equipe h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#page-equipe .equipe h4 {
  text-transform: uppercase;
  margin: 10px 0 3px;
}
#page-equipe .equipe quote {
  text-transform: uppercase;
  font-style: italic;
  display: block;
  height: 64px;
  line-height: 64px;
}
#page-equipe .equipe quote .content {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#page-equipe #page-equipe-midContent {
  position: relative;
  height: 300px;
  overflow: hidden;
}
#page-equipe #page-equipe-midContent #page-equipe-midContent-content {
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -70px;
}
#page-equipe #page-equipe-midContent .responsive-img {
  position: absolute;
  width: 100%;
  min-width: 1200px;
  top: 0;
  z-index: 1;
}
#page-concept #page-concept-topBaniere {
  background: black;
  height: 428px;
}
@media screen and (max-width: 601px) {
  #page-concept #page-concept-topBaniere {
    height: 498px;
  }
}
#page-concept #page-concept-topBaniere .topBaniere-content {
  margin-top: -70px;
}
#page-concept #page-concept-topBaniere .topBaniere-content .left {
  text-align: right;
}
#page-concept #page-concept-topBaniere .topBaniere-content .left .imgContainer {
  display: inline-block;
  width: 150px;
}
#page-concept #page-concept-topBaniere .topBaniere-content .left .imgContainer img {
  width: 100%;
}
@media screen and (max-width: 601px) {
  #page-concept #page-concept-topBaniere .topBaniere-content .left .imgContainer {
    width: 50px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 601px) {
  #page-concept #page-concept-topBaniere .topBaniere-content .left {
    text-align: center;
  }
}
#page-concept #page-concept-topBaniere .topBaniere-content .right {
  text-align: left;
}
@media screen and (max-width: 601px) {
  #page-concept #page-concept-topBaniere .topBaniere-content .right {
    text-align: center;
  }
}
@media screen and (max-width: 963px) {
  #page-concept #page-concept-topBaniere .topBaniere-content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 601px) {
  #page-concept #page-concept-topBaniere .topBaniere-content {
    margin-top: -150px;
  }
}
#page-concept #page-concept-topBaniere .topBaniere-img {
  height: 428px;
  opacity: 0.65;
}
@media screen and (max-width: 601px) {
  #page-concept #page-concept-topBaniere .topBaniere-img {
    height: 498px;
  }
}
#page-concept #page-concept-topBaniere .topBaniere-img img {
  min-width: 1610px;
}
#page-concept #page-concept-topMidPart .imgContainer {
  width: 79px;
  height: 79px;
  display: inline-block;
  margin-bottom: 10px;
}
#page-concept #page-concept-topMidPart .imgContainer img {
  width: 100%;
}
@media screen and (max-width: 601px) {
  #page-concept #page-concept-boutons .btn {
    display: block;
    margin: 0 20px;
  }
}
#page-concept #page-concept-territoireProspere {
  padding: 50px 10px;
}
#page-concept #page-concept-territoireProspere #page-concept-etapesContainer .etape {
  clear: both;
  margin: 50px 0;
}
#page-concept #page-concept-territoireProspere #page-concept-etapesContainer .etape .imgContainer {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 963px) {
  #page-concept #page-concept-territoireProspere #page-concept-etapesContainer .etape .imgContainer {
    width: 100%;
    float: none !important;
    text-align: center !important;
  }
}
#page-concept #page-concept-territoireProspere #page-concept-etapesContainer .etape .imgContainer img {
  width: 100%;
}
#page-concept #page-concept-territoireProspere #page-concept-etapesContainer .etape .content {
  padding-top: 20px;
  width: 50%;
}
@media screen and (max-width: 963px) {
  #page-concept #page-concept-territoireProspere #page-concept-etapesContainer .etape .content {
    width: 100%;
    padding: 20px;
    float: none !important;
    text-align: center !important;
  }
}
#page-concept #page-concept-territoireProspere #page-concept-etapesContainer .etape:nth-child(odd) .imgContainer {
  float: left;
}
#page-concept #page-concept-territoireProspere #page-concept-etapesContainer .etape:nth-child(odd) .content {
  float: right;
  padding-left: 20px;
}
#page-concept #page-concept-territoireProspere #page-concept-etapesContainer .etape:nth-child(even) .imgContainer {
  float: right;
}
#page-concept #page-concept-territoireProspere #page-concept-etapesContainer .etape:nth-child(even) .content {
  text-align: right;
  padding-right: 20px;
}
#page-concept #page-concept-conseilAdministration .element {
  height: 300px;
  overflow: hidden;
}
#page-concept #page-concept-conseilAdministration .element p {
  overflow: hidden;
  height: 155px;
}
@media screen and (max-width: 601px) {
  #page-concept #page-concept-conseilAdministration .element p {
    height: 159px;
  }
}
@media screen and (max-width: 963px) {
  #page-concept #page-concept-conseilAdministration .element {
    margin: 10px 16px;
  }
}
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks .col .contained {
  color: #868685;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px !important;
  height: 300px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 601px) {
  #page-presse #page-presse-topPart #page-presse-topBaniere-blocks .col .contained {
    padding: 25px 20px  70px !important;
    height: auto;
  }
}
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks .col .contained h3 {
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.6rem;
}
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks .col .contained .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 601px) {
  #page-presse #page-presse-topPart #page-presse-topBaniere-blocks .col .contained .bottom {
    bottom: 5px;
  }
  #page-presse #page-presse-topPart #page-presse-topBaniere-blocks .col .contained .bottom .btn {
    font-size: 1rem;
    width: 100%;
    max-width: none !important;
    padding: 15px 20px;
  }
}
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks .col .contained .bottom .btn {
  max-width: 170px;
  margin: auto;
}
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks #page-presse-topBaniere-blocks2.col .contained {
  padding: 0 !important;
}
@media screen and (max-width: 601px) {
  #page-presse #page-presse-topPart #page-presse-topBaniere-blocks #page-presse-topBaniere-blocks2.col .contained {
    padding: 25px 0 70px !important;
    height: auto;
  }
}
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks #page-presse-topBaniere-blocks2.col .contained h3,
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks #page-presse-topBaniere-blocks2.col .contained p {
  padding: 10px 15px !important;
}
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks #page-presse-topBaniere-blocks2.col .contained .fontChooser li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6rem;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #626160;
}
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks #page-presse-topBaniere-blocks2.col .contained .fontChooser li.act a,
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks #page-presse-topBaniere-blocks2.col .contained .fontChooser li:hover a {
  background: white;
  border-bottom: 1px solid #21c8ff;
  border-top: 1px solid #21c8ff;
}
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks #page-presse-colorBlocks li {
  padding-left: 30px;
  text-align: left;
  margin: 20px 0;
}
#page-presse #page-presse-topPart #page-presse-topBaniere-blocks #page-presse-colorBlocks li .inbl {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 601px) {
  #page-presse #page-presse-topPart #page-presse-topBaniere-blocks #page-presse-colorBlocks li {
    width: 140px;
    margin: 20px auto;
  }
}
#page-presse #page-presse-kitComm {
  padding: 20px 0;
}
@media screen and (max-width: 601px) {
  #page-presse #page-presse-kitComm span {
    display: block;
    margin: 10px 0 5px;
  }
  #page-presse #page-presse-kitComm a {
    display: block;
    width: 90%;
    margin: auto;
  }
}
#page-presse #page-presse-bottomPart {
  height: auto;
  min-height: 750px;
  padding: 20px 0;
}
@media screen and (max-width: 963px) {
  #page-presse #page-presse-bottomPart .container {
    padding: 0 10px;
  }
}
#page-presse #page-presse-bottomPart .container h2 {
  padding: 40px 0;
}
@media screen and (max-width: 963px) {
  #page-presse #page-presse-bottomPart .container h2 {
    padding: 20px 0;
  }
}
@media screen and (max-width: 601px) {
  #page-presse #page-presse-bottomPart .container h2 {
    padding: 10px 0;
  }
}
#page-presse #page-presse-bottomPart .container .parlentDeNous {
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 35px 50px;
  position: relative;
}
@media screen and (max-width: 601px) {
  #page-presse #page-presse-bottomPart .container .parlentDeNous {
    padding: 15px 10px 50px;
  }
}
#page-presse #page-presse-bottomPart .container .parlentDeNous .left {
  float: left;
}
#page-presse #page-presse-bottomPart .container .parlentDeNous .left .imgContainer {
  width: 100px;
  height: 100px;
  border: 1px solid #21c8ff;
  background: white;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  display: inline-block;
}
#page-presse #page-presse-bottomPart .container .parlentDeNous .left .imgContainer img {
  width: 70%;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 963px) {
  #page-presse #page-presse-bottomPart .container .parlentDeNous .left {
    float: none;
    margin: 10px 0;
    text-align: center;
  }
}
#page-presse #page-presse-bottomPart .container .parlentDeNous .right {
  margin-left: 130px;
  max-height: 91px;
  color: #626160;
  font-size: 0.9rem;
  line-height: 1.225rem;
  overflow: hidden;
}
@media screen and (max-width: 963px) {
  #page-presse #page-presse-bottomPart .container .parlentDeNous .right {
    margin-left: 0;
    max-height: 86px;
  }
}
#page-presse #page-presse-bottomPart .container .parlentDeNous .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #21c8ff;
  cursor: pointer;
}
#page-presse #page-presse-bottomPart .container .parlentDeNous.opened .right {
  max-height: none;
}
#page-presse.occigo .backgroundedImage {
  height: 500px;
}
#page-presse.occigo #page-presse-bottomPart .container .parlentDeNous {
  background: rgba(255, 255, 255, 0.8);
}
#page-presse.occigo #page-presse-bottomPart .container .parlentDeNous .left .imgContainer {
  border: 1px solid #d21e39;
}
#page-recrute #page-recrute-topPart {
  height: auto;
}
#page-recrute #page-recrute-content {
  padding: 0 10px;
}
#page-recrute #page-recrute-content h2 {
  padding: 40px;
}
@media screen and (max-width: 601px) {
  #page-recrute #page-recrute-content h2 {
    padding: 20px;
  }
}
#page-recrute #page-recrute-content .element {
  padding: 10px 15px 22px;
}
@media screen and (max-width: 601px) {
  #page-recrute #page-recrute-content .element .btn {
    display: block !important;
    width: 100%;
    text-align: center;
  }
}
#page-partenaires #page-partenaires-topPart {
  height: auto;
}
#page-partenaires #page-partenaires-partenairesContainer {
  padding: 30px 0;
}
#page-partenaires .partenaire {
  text-align: center;
  color: #626160;
  display: block;
}
#page-partenaires .partenaire .imgContainer {
  background: #fff;
  height: 130px;
  overflow: hidden;
  line-height: 130px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.25s ease;
  -moz-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
  margin-bottom: 20px;
}
#page-partenaires .partenaire .imgContainer img {
  height: 90%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#page-partenaires .partenaire:hover {
  color: #21c8ff;
}
#page-partenaires .partenaire:hover .imgContainer {
  border: 1px solid #21c8ff;
}
#page-partenaires #page-partenaires-3blocks .col {
  border-right: 1px solid white;
}
@media screen and (max-width: 601px) {
  #page-partenaires #page-partenaires-3blocks .col {
    border-right: none;
    margin: 10px 0;
  }
}
#page-partenaires #page-partenaires-3blocks .col:last-child {
  border-right: none;
}
#page-partenaires #page-partenaires-objectifs {
  text-align: center;
}
#page-partenaires #page-partenaires-objectifs .imgContainer {
  display: inline-block;
  width: 100px;
}
#page-partenaires #page-partenaires-objectifs .imgContainer img {
  width: 100%;
}
#page-partenaires #page-partenaires-blueRecap .col:nth-child(2) {
  border-left: 1px solid white;
  margin-top: 15px;
}
@media screen and (max-width: 601px) {
  #page-partenaires #page-partenaires-blueRecap .col:nth-child(2) {
    border-right: none;
    margin: 10px 0;
  }
}
#page-partenaires #page-partenaires-blueRecap .col:nth-child(3) {
  margin-top: 15px;
}
#page-partenaires #page-partenaires-partenaire .imgContainer {
  line-height: 200px;
  height: 200px;
  text-align: center;
}
#page-partenaires #page-partenaires-partenaire .imgContainer img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#page-decouvrirProjets form .blueForm {
  margin: 20px 0 0;
}
@media screen and (max-width: 601px) {
  #page-decouvrirProjets form .blueForm {
    padding: 0 10px;
  }
}
#page-decouvrirProjets form .blueForm input[type=text] {
  border: 1px solid white;
  width: 600px;
  width: -webkit-calc(50% - 130px);
  width: -moz-calc(50% - 130px);
  width: calc(50% - 130px);
  padding: 7px 18px 9px;
  color: white;
  background: transparent;
  font-size: 1.25rem;
  line-height: 1.6rem;
  position: relative;
  bottom: 1px;
}
@media screen and (max-width: 601px) {
  #page-decouvrirProjets form .blueForm input[type=text] {
    width: -webkit-calc(100% - 86px);
    width: -moz-calc(100% - 86px);
    width: calc(100% - 86px);
  }
}
#page-decouvrirProjets form .blueForm input[type=text]:nth-child(3) {
  border-left: none;
}
@media screen and (max-width: 601px) {
  #page-decouvrirProjets form .blueForm input[type=text]:nth-child(3) {
    width: -webkit-calc(100% - 39px);
    width: -moz-calc(100% - 39px);
    width: calc(100% - 39px);
    border-left: 1px solid white;
  }
}
#page-decouvrirProjets form .blueForm button[type=submit] {
  padding: 12px 20px 11px;
}
@media screen and (max-width: 601px) {
  #page-decouvrirProjets form .blueForm button[type=submit] {
    margin-top: 15px;
    width: 100%;
  }
}
#page-decouvrirProjets form .blueForm input:not([type="submit"]):not([type="button"])::-webkit-input-placeholder,
#page-decouvrirProjets form .blueForm textarea::-webkit-input-placeholder,
#page-decouvrirProjets form .blueForm .select {
  color: rgba(255, 255, 255, 0.5);
}
#page-decouvrirProjets form .blueForm .whiteBlock {
  padding: 12px 14px 9px;
}
#page-decouvrirProjets #page-decouvrirProjets-projets {
  padding: 40px 0;
}
#page-user .topBaniere,
#page-espacePartenaire .topBaniere {
  height: 241px;
}
#page-user .topBaniere .topBaniere-content,
#page-espacePartenaire .topBaniere .topBaniere-content {
  position: relative;
  z-index: 10;
  top: 0;
  margin-top: 0;
  text-align: left;
  color: #fff;
  color: white;
}
@media screen and (max-width: 963px) {
  #page-user .topBaniere .topBaniere-content .row,
  #page-espacePartenaire .topBaniere .topBaniere-content .row {
    text-align: center;
    padding-top: 20px;
  }
}
#page-user .topBaniere .topBaniere-content .row .roundedImageContainer,
#page-espacePartenaire .topBaniere .topBaniere-content .row .roundedImageContainer {
  height: 85px;
  width: 85px;
  display: inline-block;
}
#page-user .topBaniere .topBaniere-img,
#page-espacePartenaire .topBaniere .topBaniere-img {
  height: 241px;
}
#page-user #page-userMenu,
#page-espacePartenaire #page-userMenu {
  background: #21c8ff;
  color: #fff;
  color: white;
  position: relative;
  bottom: 54px;
}
@media screen and (max-width: 963px) {
  #page-user #page-userMenu,
  #page-espacePartenaire #page-userMenu {
    bottom: 1px;
  }
}
#page-user #page-userMenu ul,
#page-espacePartenaire #page-userMenu ul {
  text-align: center;
}
#page-user #page-userMenu ul li,
#page-espacePartenaire #page-userMenu ul li {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 963px) {
  #page-user #page-userMenu ul li,
  #page-espacePartenaire #page-userMenu ul li {
    display: block;
    text-align: center;
  }
}
#page-user #page-userMenu ul li a,
#page-espacePartenaire #page-userMenu ul li a {
  padding: 17px 0px;
  color: #fff;
  color: white;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1rem;
  display: block;
  width: 120px;
}
@media screen and (max-width: 963px) {
  #page-user #page-userMenu ul li a,
  #page-espacePartenaire #page-userMenu ul li a {
    padding: 5px 0;
    display: block;
    width: 100%;
  }
}
#page-user #page-userMenu ul li a i,
#page-espacePartenaire #page-userMenu ul li a i {
  display: block;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 963px) {
  #page-user #page-userMenu ul li a i,
  #page-espacePartenaire #page-userMenu ul li a i {
    display: none;
  }
}
#page-user #page-userMenu ul li a > span,
#page-espacePartenaire #page-userMenu ul li a > span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
#page-user #page-userMenu ul li a > span span,
#page-espacePartenaire #page-userMenu ul li a > span span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
#page-user #page-userMenu ul li:hover,
#page-espacePartenaire #page-userMenu ul li:hover,
#page-user #page-userMenu ul li.act,
#page-espacePartenaire #page-userMenu ul li.act {
  background: white;
}
#page-user #page-userMenu ul li:hover a,
#page-espacePartenaire #page-userMenu ul li:hover a,
#page-user #page-userMenu ul li.act a,
#page-espacePartenaire #page-userMenu ul li.act a {
  color: #21c8ff;
}
#page-user #page-userMenu ul li:nth-child(6):hover a,
#page-espacePartenaire #page-userMenu ul li:nth-child(6):hover a,
#page-user #page-userMenu ul li:nth-child(6).act a,
#page-espacePartenaire #page-userMenu ul li:nth-child(6).act a {
  color: #ffd14c;
}
#page-user .page-userContent .whiteBlock,
#page-espacePartenaire .page-userContent .whiteBlock {
  padding: 25px;
}
@media screen and (max-width: 601px) {
  #page-user .page-userContent .whiteBlock,
  #page-espacePartenaire .page-userContent .whiteBlock {
    padding: 10px;
  }
}
#page-user #page-userProjetsDon table tr td:nth-child(6),
#page-espacePartenaire #page-userProjetsDon table tr td:nth-child(6) {
  width: 180px;
}
#page-user #page-userProjetsDon table tr td:nth-child(7),
#page-espacePartenaire #page-userProjetsDon table tr td:nth-child(7) {
  width: 20px;
}
#page-user #page-userProjetsInvest table tr td:nth-child(6),
#page-espacePartenaire #page-userProjetsInvest table tr td:nth-child(6) {
  width: 225px;
}
#page-contact #page-contact-topBaniere {
  height: 672px;
}
#page-contact #page-contact-topBaniere #page-contact-topBaniereImg {
  height: 672px;
}
@media screen and (max-width: 601px) {
  #page-contact #page-contact-topBaniere {
    height: 840px;
  }
  #page-contact #page-contact-topBaniere #page-contact-topBaniereImg {
    height: 840px;
  }
  #page-contact #page-contact-topBaniere #page-contact-topBaniereImg img {
    height: 100%;
  }
}
#page-contact #page-contact-topBaniere #page-accueil-topBaniereContent {
  margin-top: -240px;
}
@media screen and (max-width: 963px) {
  #page-contact #page-contact-topBaniere #page-accueil-topBaniereContent {
    margin-top: -205px;
  }
}
@media screen and (max-width: 601px) {
  #page-contact #page-contact-topBaniere #page-accueil-topBaniereContent {
    margin-top: -340px;
  }
}
#page-contact #page-contact-topBaniere #page-accueil-topBaniereContent h1 {
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 2.3rem;
}
@media screen and (max-width: 601px) {
  #page-contact #page-contact-topBaniere #page-accueil-topBaniereContent input[type=submit] {
    display: block !important;
    width: 100%;
  }
}
#page-contact #page-contact-topBaniere #page-accueil-topBaniereContent form {
  margin-top: 50px;
}
@media screen and (max-width: 601px) {
  #page-contact #page-contact-topBaniere #page-accueil-topBaniereContent form {
    margin-top: 10px;
  }
}
#page-contact.occigo #page-contact-topBaniere {
  height: 1750px;
}
@media screen and (max-width: 601px) {
  #page-contact.occigo #page-contact-topBaniere {
    height: 4200px;
  }
}
#page-contact.occigo #page-contact-topBaniere #page-contact-topBaniereImg {
  height: 1750px;
}
@media screen and (max-width: 601px) {
  #page-contact.occigo #page-contact-topBaniere #page-contact-topBaniereImg {
    height: 4200px;
  }
}
#page-contact.occigo #page-contact-topBaniere #page-contact-topBaniereImg img {
  min-width: 2672px;
}
#page-contact.occigo #page-contact-topBaniere #page-accueil-topBaniereContent {
  margin-top: -770px;
}
@media screen and (max-width: 601px) {
  #page-contact.occigo #page-contact-topBaniere #page-accueil-topBaniereContent {
    margin-top: -2000px;
  }
}
#page-contact.occigo #page-contact-topBaniere #page-accueil-topBaniereContent .whiteBlock {
  min-height: 350px;
}
@media screen and (max-width: 601px) {
  #page-contact.occigo #page-contact-topBaniere #page-accueil-topBaniereContent .whiteBlock {
    min-height: 50px;
  }
}
@media screen and (max-width: 601px) {
  #page-contact.occigo #page-contact-topBaniere #page-accueil-topBaniereContent .col.m4.midPadding {
    float: none;
  }
}
#page-projetTableauDeBord #page-projetTableauDeBordContent .right ul li a,
#page-projetTableauDeBord #page-investProjetTableauDeBordContent .right ul li a {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  padding: 12px;
  cursor: pointer;
  color: inherit;
}
#page-projetTableauDeBord #page-projetTableauDeBordContent .right ul li:hover a,
#page-projetTableauDeBord #page-investProjetTableauDeBordContent .right ul li:hover a,
#page-projetTableauDeBord #page-projetTableauDeBordContent .right ul li.act a,
#page-projetTableauDeBord #page-investProjetTableauDeBordContent .right ul li.act a {
  background: #21c8ff;
  color: white !important;
}
#page-projetTableauDeBord #page-projetTableauDeBordContent .right ul li:hover a span,
#page-projetTableauDeBord #page-investProjetTableauDeBordContent .right ul li:hover a span,
#page-projetTableauDeBord #page-projetTableauDeBordContent .right ul li.act a span,
#page-projetTableauDeBord #page-investProjetTableauDeBordContent .right ul li.act a span {
  color: white ! important;
}
#page-projetTableauDeBord #page-investProjetTableauDeBordContent .right ul li:hover a,
#page-projetTableauDeBord #page-investProjetTableauDeBordContent .right ul li.act a {
  background: #ffd14c;
}
#page-projetTableauDeBord #page-projetTableauDeBord-contreparties {
  padding: 35px 25px;
}
@media screen and (max-width: 963px) {
  #page-projetTableauDeBord #page-projetTableauDeBord-contreparties {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 963px) {
  #page-partenaires #page-partenaires-topBaniere {
    height: 850px;
  }
  #page-partenaires #page-partenaires-topBaniere .topBaniere-img {
    height: 850px;
  }
  #page-partenaires #page-partenaires-topBaniere .topBaniere-img img {
    min-width: 2200px;
  }
}
@media screen and (max-width: 963px) {
  #page-partenaires #page-partenaires-topBaniere .topBaniere-content {
    margin-top: -340px;
  }
}
#page-partenaires #page-partenaires-topBaniere .topBaniere-content .left {
  float: left;
  margin-right: 25px;
}
#page-partenaires #page-partenaires-topBaniere .topBaniere-content .left .imgContainer {
  width: 185px;
  display: inline-block;
}
#page-partenaires #page-partenaires-topBaniere .topBaniere-content .left .imgContainer img {
  width: 100%;
}
@media screen and (max-width: 963px) {
  #page-partenaires #page-partenaires-topBaniere .topBaniere-content .left {
    float: none;
    margin: 20px 0;
    text-align: center;
  }
}
#page-partenaires #page-partenaires-topBaniere .topBaniere-content .right {
  margin-left: 270px;
  text-align: left;
}
@media screen and (max-width: 963px) {
  #page-partenaires #page-partenaires-topBaniere .topBaniere-content .right {
    margin: 20px 0;
    text-align: center;
  }
}
#page-partenaires #page-partenaires-topBaniere .topBaniere-content .right hr {
  background: #fff;
  width: 45px;
  margin: 20px 0;
}
@media screen and (max-width: 963px) {
  #page-partenaires #page-partenaires-topBaniere .topBaniere-content .right hr {
    margin: 20px auto;
  }
}
#page-partenaires #page-partenaires-topBaniere .topBaniere-content .right quote {
  font-size: 1.25rem;
  line-height: 1.6rem;
  position: relative;
}
#page-partenaires #page-partenaires-topBaniere .topBaniere-content .right quote:before {
  content: "<<";
  color: #fff;
  color: white;
  font-size: 2.85rem;
  line-height: 3.56rem;
  position: absolute;
  top: 0px;
  left: -60px;
}
@media screen and (max-width: 963px) {
  #page-partenaires #page-partenaires-topBaniere .topBaniere-content .right quote:before {
    display: none;
  }
}
#page-partenaires #page-partenaires-topBaniere .topBaniere-content .right quote:after {
  content: ">>";
  color: #fff;
  color: white;
  font-size: 2.85rem;
  line-height: 3.56rem;
  position: absolute;
  top: 0px;
  right: -250px;
}
@media screen and (max-width: 963px) {
  #page-partenaires #page-partenaires-topBaniere .topBaniere-content .right quote:after {
    display: none;
  }
}
#page-partenaires #page-partenaires-topBaniere .topBaniere-content .right .imgContainer {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
}
#page-partenaires #page-partenaires-topBaniere .topBaniere-content .right .imgContainer img {
  width: 100%;
}
#page-partenaires #page-partenaires-midContent {
  padding: 60px 0;
}
#page-partenaires #page-partenaires-midContent .imgContainer {
  width: 90px;
  margin: auto;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
}
#page-partenaires #page-partenaires-midContent .imgContainer img {
  width: 100%;
}
@media screen and (max-width: 963px) {
  #page-club #page-club-topBaniere .topBaniere-content {
    margin-top: -240px;
  }
}
#page-club #page-club-topBaniere .topBaniere-content hr {
  background: #fff;
  width: 45px;
  margin: 20px 0;
}
@media screen and (max-width: 963px) {
  #page-club #page-club-topBaniere .topBaniere-content hr {
    margin: 20px auto;
  }
}
#page-club #page-club-topBaniere .topBaniere-content quote {
  font-size: 1.25rem;
  line-height: 1.6rem;
  position: relative;
}
#page-club #page-club-topBaniere .topBaniere-content quote .leftQuote {
  width: 34px;
  height: 27px;
  position: absolute;
  top: 0px;
  left: -60px;
}
@media screen and (max-width: 963px) {
  #page-club #page-club-topBaniere .topBaniere-content quote .leftQuote {
    display: none;
  }
}
#page-club #page-club-topBaniere .topBaniere-content quote .rightQuote {
  width: 34px;
  height: 27px;
  position: absolute;
  top: 60px;
  right: -290px;
}
@media screen and (max-width: 963px) {
  #page-club #page-club-topBaniere .topBaniere-content quote .rightQuote {
    display: none;
  }
}
#page-club #page-club-midContent {
  padding: 60px 0;
}
#page-club #page-club-botContent {
  padding: 60px 0;
}
#page-club #page-club-botContent .left {
  float: left;
}
@media screen and (max-width: 963px) {
  #page-club #page-club-botContent .left {
    margin: 20px 0;
    float: none;
  }
}
#page-club #page-club-botContent .left .imgContainer {
  width: 225px;
}
#page-club #page-club-botContent .left .imgContainer img {
  width: 100%;
}
#page-club #page-club-botContent .right {
  margin-left: 270px;
}
@media screen and (max-width: 963px) {
  #page-club #page-club-botContent .right {
    margin: 20px 0;
  }
}
.thumb {
  width: 280px;
  height: 500px;
  border: 1px solid transparent;
  position: relative;
  display: inline-block;
  text-align: left;
  background: #fff;
  overflow: hidden;
}
.thumb .stick:not(.stick-bottom) {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 10;
  font-weight: 500;
}
.thumb .stick.stick-2 {
  top: 37px;
}
.thumb .stick.stick-3 {
  top: 74px;
}
.thumb .stick.stick-marron {
  background-color: #6B480E;
}
.thumb .thumb-image {
  width: 278px;
  overflow: hidden;
  height: 240px;
  background: black;
}
.thumb .thumb-image img {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  width: 100%;
  opacity: 0.9;
}
.thumb .thumb-location {
  color: #34e3af;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 10px 0;
}
.thumb .thumb-title {
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  color: #626160;
  margin: 15px 0;
  overflow: hidden;
  height: 36px;
}
.thumb .thumb-text {
  font-size: 0.9rem;
  line-height: 1.225rem;
  color: #626160;
  overflow: hidden;
  height: 70px;
}
@media screen and (max-width: 601px) {
  .thumb .thumb-text {
    height: 81px;
  }
}
.thumb .thumb-bottomLine {
  position: absolute;
  bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  color: #626160;
  width: 100%;
}
.thumb .thumb-bottomLine .imgContainer {
  width: 90px;
  height: 31px;
  text-align: center;
  overflow: hidden;
  float: right;
  position: absolute;
  bottom: 0px;
  right: 20px;
}
.thumb .thumb-bottomLine .imgContainer img {
  height: 100%;
}
.thumb .thumb-link,
.thumb .thumb-icon {
  color: #21c8ff;
}
.thumb .thumb-icon {
  vertical-align: middle;
}
.thumb-tertiary .stick {
  background: #ffd14c;
}
.thumb-tertiary .thumb-progressBar .progress {
  background: #ffd14c;
}
.thumb-tertiary .thumb-link,
.thumb-tertiary .thumb-icon {
  color: #ffd14c;
}
.thumb-secondary .stick {
  background: #34e3af;
}
.thumb-secondary .thumb-progressBar .progress {
  background: #34e3af;
}
.thumb-secondary .thumb-link,
.thumb-secondary .thumb-icon {
  color: #34e3af;
}
a.thumb:hover {
  border: 1px solid #21c8ff;
}
a.thumb:hover .thumb-image img {
  opacity: 1;
}
a.thumb.thumb-tertiary:hover {
  border: 1px solid #ffd14c;
}
.thumb.thumb-small {
  width: 210px;
  height: 390px;
  background: #fff;
}
.thumb.thumb-small .thumb-image {
  width: 208px;
  height: 180px;
}
.thumb.thumb-small .thumb-progressBar {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.35rem;
  height: 24px;
  padding: 2px 12px;
}
.thumb.thumb-small .thumb-progressBar .progress {
  height: 24px;
  width: 100% !important;
}
.thumb.thumb-small .thumb-title {
  font-family: "roboto";
  font-weight: 900;
  margin: 10px 0;
}
.thumb.thumb-small .thumb-text {
  height: 50px;
  color: #7c7a79;
  font-size: 0.9rem;
  line-height: 1.225rem;
  margin-bottom: 15px;
}
.thumb.thumb-small .thumb-bottomLine {
  color: #21c8ff;
  text-transform: uppercase;
  font-family: "roboto";
  text-align: center;
  width: 100%;
  font-size: 1rem;
  line-height: 1.35rem;
}
.thumb.thumb-small.thumb-tertiary .thumb-bottomLine {
  color: #ffd14c;
}
.thumb.thumb-small.thumb-secondary .thumb-bottomLine {
  color: #34e3af;
}
.thumbContainer {
  text-align: center;
}
.thumbContainer .thumb {
  margin: 18px;
  display: inline-block;
}
@media screen and (max-width: 601px) {
  .thumbContainer .thumb {
    margin: 15px 0;
  }
}
.stick {
  background: #21c8ff;
  color: #fff;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 300;
  padding: 4px;
}
.stickTertiary {
  background: #ffd14c;
}
.stickSecondary {
  background: #34e3af;
}
.horizontalMenu {
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.horizontalMenu li {
  display: inline-block;
}
.horizontalMenu li a {
  color: #626160;
  padding: 0 15px;
}
@media screen and (max-width: 601px) {
  .horizontalMenu li a {
    margin: 5px 0;
    display: block;
  }
}
.horizontalMenu li.act a {
  color: #21c8ff;
}
.horizontalMenu li:not(.act):hover a {
  color: #11aadd;
}
.horizontalMenu .indicator {
  opacity: 0;
  background: #21c8ff;
}
@media screen and (max-width: 601px) {
  .horizontalMenu .indicator {
    display: none !important;
  }
}
.indicatorTitle {
  position: relative;
}
.indicator {
  background: #626160;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
}
.ariane {
  color: #fff;
  color: white;
}
.ariane ul li {
  float: left;
  width: 20%;
  height: 135px;
  position: relative;
}
@media screen and (max-width: 601px) {
  .ariane ul li {
    height: auto;
  }
}
.ariane ul li a,
.ariane ul li > div {
  color: #fff;
  color: white;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-family: "quicksand";
}
.ariane ul li a .number,
.ariane ul li > div .number {
  font-family: "roboto";
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid white;
  padding: 12px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin: 20px 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 601px) {
  .ariane ul li a .number,
  .ariane ul li > div .number {
    padding: 16px;
    width: 55px;
    height: 55px;
    padding: 8px;
  }
}
.ariane ul li a h2,
.ariane ul li > div h2 {
  font-size: 0.9rem;
  line-height: 1.225rem;
}
.ariane ul li .trait {
  background: white;
  height: 3px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 45px;
  left: 50%;
  width: 100%;
  width: -webkit-calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  width: calc(100% - 88px);
}
@media screen and (max-width: 601px) {
  .ariane ul li .trait {
    margin-top: 0;
  }
}
.ariane ul li.act a .number,
.ariane ul li:hover a .number {
  background: white;
  color: #303030;
  color: #21c8ff;
}
.ariane ul li.act a h2 {
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
}
.ariane.ariane-main ul li a,
.ariane.ariane-main ul li > div {
  font-family: "roboto";
  color: #626160;
}
.ariane.ariane-main ul li a .number,
.ariane.ariane-main ul li > div .number {
  background: #21c8ff;
  color: #fff;
  color: white;
}
.ariane.ariane-main ul li .trait {
  background: #21c8ff;
}
.tertiaryBlock .ariane ul li.act a .number {
  color: #ffd14c;
}
.ariane.ariane-5 ul li {
  width: 20%;
}
@media screen and (max-width: 601px) {
  .ariane.ariane-5 ul li {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .ariane.ariane-5 ul li .number {
    display: none;
  }
  .ariane.ariane-5 ul li .trait {
    display: none;
  }
  .ariane.ariane-5 ul li a:hover {
    font-weight: bold;
  }
}
.ariane.ariane-3 ul li {
  width: 33.3%;
}
.ariane.ariane-4 ul li {
  width: 25%;
}
@media screen and (max-width: 601px) {
  .ariane.ariane-4 ul li a h2 {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}
.ariane.ariane-alt ul {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 963px) {
  .ariane.ariane-alt ul li a h2 {
    height: 33px;
  }
}
.ariane.ariane-alt ul li a .number {
  margin: 10px 0;
}
.ariane.ariane-alt ul li .trait {
  margin-top: -6px;
}
@media screen and (max-width: 963px) {
  .ariane.ariane-alt ul li .trait {
    margin-top: 8px;
  }
}
@media screen and (max-width: 601px) {
  .ariane.ariane-alt ul li .trait {
    margin-top: 0px;
  }
}
.ariane-tertiary ul li {
  height: 250px;
}
.ariane-tertiary ul li a .number,
.ariane-tertiary ul li > div .number {
  background: #ffd14c;
  border: none;
}
.ariane-tertiary ul li a .number img,
.ariane-tertiary ul li > div .number img {
  width: 100%;
}
.ariane-tertiary ul li a .text,
.ariane-tertiary ul li > div .text {
  font-family: "roboto";
  text-transform: none;
  padding: 3px 8px !important;
  font-size: 0.9rem;
  line-height: 1.225rem;
}
.ariane-tertiary ul li a .text h3,
.ariane-tertiary ul li > div .text h3 {
  color: #ffd14c;
  font-weight: 700;
  margin: 10px 0;
}
.ariane-tertiary ul li .trait {
  top: 27%;
  background: #ffd14c;
  left: 46%;
  width: 100%;
  width: -webkit-calc(100% - 69px);
  width: -moz-calc(100% - 69px);
  width: calc(100% - 69px);
}
@media screen and (max-width: 963px) {
  .ariane-tertiary ul li .trait {
    display: none;
  }
}
@media screen and (max-width: 963px) {
  .ariane-tertiary ul li {
    width: 50% !important;
    margin: 10px auto;
    height: auto;
  }
}
@media screen and (max-width: 601px) {
  .ariane-tertiary ul li {
    float: none;
    margin: 10px auto;
    height: auto;
    width: 100% !important;
  }
}
.ariane.ariane-small ul li {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 8px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 963px) {
  .ariane.ariane-small ul li {
    width: 33%;
  }
}
.ariane.ariane-small ul li a {
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  color: #303030;
  margin: 0 14px 0 0;
  font-size: 0.9rem;
  line-height: 1.225rem;
}
.ariane.ariane-small ul li a .number {
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #303030;
  padding: 2px;
  font-size: 0.9rem;
  line-height: 1.225rem;
  margin: 0 auto 5px;
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 963px) {
  .ariane.ariane-small ul li {
    display: block;
    margin: 10px 0;
  }
  .ariane.ariane-small ul li a .number {
    padding-top: 3px;
  }
}
@media screen and (max-width: 601px) {
  .ariane.ariane-small ul li a .number {
    padding-top: 5px;
  }
}
.ariane.ariane-small ul li:last-child {
  margin-right: 0;
}
.ariane.ariane-small ul li.act a,
.ariane.ariane-small ul li:hover a {
  color: #fff;
  color: white;
}
.ariane.ariane-small ul li.act a .number,
.ariane.ariane-small ul li:hover a .number {
  background: white;
  color: #21c8ff;
  border: 2px solid transparent;
}
.puce {
  font-family: "roboto";
  box-shadow: 2px 2px 5px rgba(109, 109, 109, 0.8);
  background: red;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 19px;
  min-width: 19px;
  padding: 3px;
  font-weight: 700;
  color: #fff;
  color: white;
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.payTypeMenuV2 .payTypeMenuV2-element {
  margin: 15px 0;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  background: white;
  padding: 25px;
}
.payTypeMenuV2 .payTypeMenuV2-element .payTypeMenuV2-title {
  cursor: pointer;
}
.payTypeMenuV2 .payTypeMenuV2-element .payTypeMenuV2-title i {
  float: left;
  font-size: 48px;
  line-height: 48px;
}
.payTypeMenuV2 .payTypeMenuV2-element .payTypeMenuV2-title > div,
.payTypeMenuV2 .payTypeMenuV2-element .payTypeMenuV2-title > p {
  margin-left: 80px;
}
.payTypeMenuV2 .payTypeMenuV2-element .payTypeMenuV2-content {
  text-align: center;
  margin-top: 20px;
  max-height: 0;
  -webkit-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
  overflow: hidden;
}
.payTypeMenuV2 .payTypeMenuV2-element.act {
  border-color: #34e3af;
}
.payTypeMenuV2 .payTypeMenuV2-element.act .payTypeMenuV2-title > div,
.payTypeMenuV2 .payTypeMenuV2-element.act .payTypeMenuV2-title > p {
  color: #34e3af;
}
.payTypeMenuV2 .payTypeMenuV2-element.act .payTypeMenuV2-content {
  max-height: 400px;
}
.payTypeMenu ul li {
  width: 33%;
  float: left;
  padding: 0 20px;
}
@media screen and (max-width: 963px) {
  .payTypeMenu ul li {
    padding: 0 7px;
  }
}
@media screen and (max-width: 601px) {
  .payTypeMenu ul li {
    width: 90%;
    margin: 10px auto;
    float: none;
  }
}
.payTypeMenu ul li a {
  padding: 15px 0;
  display: block;
  text-align: center;
  color: inherit;
  border: 2px solid transparent;
}
.payTypeMenu ul li a .uppercase.stdMid {
  margin: 15px 0 8px;
}
@media screen and (max-width: 601px) {
  .payTypeMenu ul li a .uppercase.stdMid {
    margin: 4px 0;
  }
}
.payTypeMenu ul li a i {
  font-size: 80px;
  line-height: 80px;
}
.payTypeMenu ul li a p {
  height: 70px;
  line-height: 70px;
}
@media screen and (max-width: 601px) {
  .payTypeMenu ul li a p {
    line-height: normal;
    height: auto;
  }
}
.payTypeMenu ul li a p span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.payTypeMenu ul li:hover a,
.payTypeMenu ul li.act a {
  border: 2px solid #34e3af;
}
.payTypeMenu ul li:hover a i,
.payTypeMenu ul li.act a i {
  color: #34e3af;
}
.ajouterFichier {
  color: #fff;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "quicksand";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  background: url("../../bundles/bitmain/img/icons/photo.svg") no-repeat 50% 40% #aaa;
  text-align: center;
  line-height: 242px;
  height: 242px;
}
.ajouterFichier span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  padding-top: 80px;
  max-width: 160px;
}
.ajouterFichier:hover {
  background: url("../../bundles/bitmain/img/icons/photo.svg") no-repeat 50% 40% #ccc;
}
.rewardDiv {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
  height: 160px;
  margin: 7px 0;
  display: block;
  background: #fff;
  color: inherit;
}
@media screen and (max-width: 601px) {
  .rewardDiv {
    height: auto;
    padding: 10px;
  }
}
.rewardDiv .imgContainer {
  float: left;
  overflow: hidden;
  width: 160px;
  height: 160px;
  background-color: black;
  position: relative;
}
@media screen and (max-width: 601px) {
  .rewardDiv .imgContainer {
    display: none;
  }
}
.rewardDiv .imgContainer .number {
  text-align: center;
  font-weight: 900;
  color: #fff;
  color: white;
  position: absolute;
  width: 100%;
  height: 160px;
  line-height: 160px;
  z-index: 1;
}
@media screen and (max-width: 601px) {
  .rewardDiv .imgContainer .number {
    height: 100px;
    line-height: 100px;
  }
}
.rewardDiv .imgContainer .number span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 2.5rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.85);
}
.rewardDiv .imgContainer img {
  height: 100%;
  opacity: 0.8;
}
.rewardDiv .cont {
  float: left;
  margin-left: 10px;
  padding: 10px;
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
}
@media screen and (max-width: 601px) {
  .rewardDiv .cont {
    width: 100%;
    margin-left: 0px;
    padding: 0px;
  }
}
.rewardDiv .cont h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.6rem;
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
@media screen and (max-width: 601px) {
  .rewardDiv .cont h3 {
    white-space: normal;
    width: auto;
  }
}
.rewardDiv .cont p {
  height: 90px;
  overflow: hidden;
}
@media screen and (max-width: 963px) {
  .rewardDiv .cont p {
    height: 90px;
  }
}
@media screen and (max-width: 601px) {
  .rewardDiv .cont p {
    height: auto;
  }
}
.rewardDiv .cont .bottomLine {
  position: absolute;
  bottom: -20px;
  left: 0px;
  font-weight: 700;
  color: #555;
}
.rewardDiv .right {
  float: right;
  width: 160px;
  height: 110px;
  line-height: 80px;
  padding-top: 40px;
  text-align: center;
}
.rewardDiv .right .compteur {
  margin-bottom: 15px;
}
@media screen and (max-width: 601px) {
  .rewardDiv .right {
    float: none;
    width: 100%;
  }
  .rewardDiv .right .compteur {
    width: 100%;
    margin: 20px 0 7px 0;
  }
  .rewardDiv .right .compteur .compteurNumber {
    width: 100%;
    width: -webkit-calc(100% - 72px);
    width: -moz-calc(100% - 72px);
    width: calc(100% - 72px);
    height: 40px;
    line-height: 23px;
  }
  .rewardDiv .right .compteur .compteurMinus,
  .rewardDiv .right .compteur .compteurPlus {
    height: 40px;
    width: 36px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.80rem;
  }
  .rewardDiv .right .btn {
    display: block !important;
    width: 100%;
  }
}
.rewardDiv .right > .inbl {
  vertical-align: middle;
  line-height: normal;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.rewardDiv .showResp3 {
  margin: 0px 0 8px;
}
a.rewardDiv.chosen {
  background-color: rgba(33, 200, 255, 0.1);
}
a.rewardDiv {
  cursor: pointer;
  border: 2px solid transparent;
}
a.rewardDiv:hover {
  border: 2px solid #34e3af;
  color: inherit;
}
a.rewardDiv:hover .btn,
a.rewardDiv:hover .btn.btn-small {
  background: #34e3af;
}
.projectBandeauTop {
  height: 300px;
  background: #000;
  position: relative;
}
.projectBandeauTop .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 963px) {
  .projectBandeauTop {
    height: auto;
  }
}
.projectBandeauTop h1 {
  font-family: "quicksand";
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 2.3rem;
  font-weight: 700;
  height: 65px;
  overflow: hidden;
  line-height: 65px;
}
@media screen and (max-width: 601px) {
  .projectBandeauTop h1 {
    margin-top: 15px;
  }
}
.projectBandeauTop h1 span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.projectBandeauTop .background {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  opacity: 0.6;
}
.scrollSticked {
  width: 100%;
  z-index: 100;
}
.mainBlockMenu,
.tertiaryBlockMenu {
  background: #21c8ff;
  color: white;
  min-height: 65px;
}
.mainBlockMenu ul,
.tertiaryBlockMenu ul {
  padding-top: 15px;
}
.mainBlockMenu ul li,
.tertiaryBlockMenu ul li {
  float: left;
  font-family: "quicksand";
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 4px 10px 4px;
}
.mainBlockMenu ul li a,
.tertiaryBlockMenu ul li a {
  padding: 6px 4px;
  display: block;
  color: white;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  border-bottom: 2px solid transparent;
}
.mainBlockMenu ul li .puce,
.tertiaryBlockMenu ul li .puce {
  position: absolute;
  top: -7px;
  right: 0px;
}
.mainBlockMenu ul li.act a,
.tertiaryBlockMenu ul li.act a {
  border-bottom: 2px solid white;
}
@media screen and (max-width: 601px) {
  .mainBlockMenu ul li.act a,
  .tertiaryBlockMenu ul li.act a {
    border-bottom: 2px solid transparent;
  }
}
@media screen and (max-width: 601px) {
  .mainBlockMenu ul,
  .tertiaryBlockMenu ul {
    overflow: hidden;
    text-align: center;
    padding-top: 0;
  }
  .mainBlockMenu ul li,
  .tertiaryBlockMenu ul li {
    float: none;
    padding: 5px;
  }
  .mainBlockMenu ul li a,
  .tertiaryBlockMenu ul li a {
    display: inline-block;
  }
}
@media screen and (max-width: 601px) {
  .mainBlockMenu,
  .tertiaryBlockMenu {
    max-height: 40px;
    min-height: 0;
    -webkit-transition: max-height 0.25s ease;
    -moz-transition: max-height 0.25s ease;
    -o-transition: max-height 0.25s ease;
    transition: max-height 0.25s ease;
  }
  .mainBlockMenu .menuAct,
  .tertiaryBlockMenu .menuAct {
    max-height: 0;
  }
}
.mainBlockMenu .respMenu,
.tertiaryBlockMenu .respMenu {
  display: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "quicksand";
  padding: 10px;
  color: white;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 601px) {
  .mainBlockMenu .respMenu,
  .tertiaryBlockMenu .respMenu {
    display: block;
  }
}
.mainBlockMenu .respMenu .ico-dropdown,
.tertiaryBlockMenu .respMenu .ico-dropdown,
.mainBlockMenu .respMenu .ico-dropup,
.tertiaryBlockMenu .respMenu .ico-dropup {
  position: absolute;
  right: 10px;
  top: 14px;
}
@media screen and (max-width: 601px) {
  .mainBlockMenu.act,
  .tertiaryBlockMenu.act {
    max-height: 300px;
    min-height: 0;
  }
  .mainBlockMenu.act .menuAct,
  .tertiaryBlockMenu.act .menuAct {
    max-height: 300px;
  }
}
.tertiaryBlockMenu {
  background: #ffd14c;
}
.tertiaryBlockMenu .btn.btn-white.btn-transparent:hover {
  color: #ffd14c;
}
.circlePercent {
  width: 90px;
  height: 90px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.circlePercent .circleProgress {
  position: absolute;
  left: 0;
  top: 0;
}
.circlePercent .content {
  padding-top: 30px;
}
.motif {
  background: url("../../bundles/bitmain/img/editProject/background.jpg");
}
.bluredMotifBlock {
  background: url("../../bundles/bitmain/img/bluredMotif.jpg");
}
.blackedMotifBlock {
  background: url("../../bundles/bitmain/img/blackedMotif.jpg");
}
.switch li {
  float: left;
  width: 50%;
}
.switch li a {
  display: block;
  color: #aaa;
  padding: 10px 0;
  text-align: center;
  font-family: "quicksand";
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.6rem;
  background: #f2f2f2;
}
.switch li:not(.act):hover a {
  background: #ccc;
  color: white;
}
.switch li.mainAct.act a {
  background: #21c8ff;
  color: #fff;
  color: white;
}
.switch li.tertiaryAct.act a {
  background: #ffd14c;
  color: #fff;
  color: white;
}
.etiquette {
  border: 1px solid #aaa;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: 300;
  padding: 2px 5px;
  text-align: center;
  display: inline-block;
  color: #aaa;
  margin: 2px;
}
.etiquette-red {
  border: 1px solid #f50c0c;
  color: #f50c0c;
}
.warning {
  background: #f5b7af;
  border: 1px solid #f50c0c;
  padding: 10px 20px;
}
.warning .title {
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 1.4rem;
  margin-bottom: 8px;
}
.tags-container {
  text-align: center;
}
.tag {
  border: 1px solid #21c8ff;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 4px 8px;
  text-align: center;
  display: inline-block;
  color: #21c8ff;
  margin: 5px;
  text-transform: uppercase;
}
.tag.tag-inversed {
  background: #21c8ff;
  color: white;
  border: none;
}
.tag.tag-inversed.act {
  background: #008bba;
  color: white;
}
a.tag:hover,
a.tag.act {
  background: #21c8ff;
  color: white;
}
a.act {
  border-color: 1px solid #11aadd;
}
.compteur {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #555;
  display: inline-block;
}
.compteur .compteurMinus,
.compteur .compteurPlus,
.compteur .compteurNumber {
  display: inline-block;
  text-align: center;
  padding: 8px 6px;
  width: 30px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  height: 30px;
  vertical-align: middle;
}
.compteur .compteurMinus,
.compteur .compteurPlus {
  color: #fff;
  color: white;
  font-weight: 700;
  cursor: pointer;
  background: #cecece;
}
.compteur .compteurNumber {
  background: #fff;
  padding: 8px 10px;
  width: 39px;
}
.summary h1,
.summary h2 {
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.225rem;
  line-height: 1.35rem;
  margin: 3px 0;
}
.summary h2 {
  font-weight: 700;
}
.video {
  cursor: pointer;
  position: relative;
}
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*display: none;*/
  cursor: pointer;
}
.video .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
  z-index: 3;
  background: url("../../bundles/bitmain/img/icons/playButton.png");
  width: 66px !important;
  height: 66px !important;
}
#socialSticked {
  z-index: 2000;
  position: absolute;
  left: -35px;
  top: 20px;
}
#socialSticked a {
  display: block;
  height: 35px;
  width: 35px;
  margin-bottom: 2px;
}
#socialSticked a img {
  width: 100%;
  height: 100%;
}
.tooltiped {
  position: absolute;
  top: 4px;
  right: -170px;
}
.tooltiped .bulle {
  background: #555;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding-top: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.tooltiped .content {
  overflow: hidden;
  background: #21c8ff;
  color: white;
  padding: 10px;
  z-index: 0;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  top: -28px;
  width: 200px;
  text-align: left;
  right: 170px;
  opacity: 0;
  z-index: 11;
}
.tooltiped:hover .content {
  opacity: 1;
}
.slideshow-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.slideshow-container .slideshow-points-container {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 30px;
  z-index: 200;
  text-align: center;
}
.slideshow-container .slideshow-points-container .slideshow-points {
  display: inline-block;
}
.slideshow-container .slideshow-points-container .slideshow-points .sliderPoint {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 9px;
  cursor: pointer;
  border: 2px solid #21c8ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slideshow-container .slideshow-points-container .slideshow-points .sliderPoint.act,
.slideshow-container .slideshow-points-container .slideshow-points .sliderPoint:hover {
  background: #21c8ff;
}
.slideshow-container .control {
  cursor: pointer;
  width: 19px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 290px;
  z-index: 3;
}
.slideshow-container .control.arrowRight {
  background: url("../../bundles/bitmain/img/icons/arrowRight.png");
  right: -20px;
}
@media screen and (max-width: 963px) {
  .slideshow-container .control.arrowRight {
    right: 20px;
  }
}
@media screen and (max-width: 601px) {
  .slideshow-container .control.arrowRight {
    right: -2px;
  }
}
.slideshow-container .control.arrowRight:hover {
  right: -25px;
}
@media screen and (max-width: 963px) {
  .slideshow-container .control.arrowRight:hover {
    right: 15px;
  }
}
@media screen and (max-width: 601px) {
  .slideshow-container .control.arrowRight:hover {
    right: -2px;
  }
}
.slideshow-container .control.arrowLeft {
  background: url("../../bundles/bitmain/img/icons/arrowLeft.png");
  left: -20px;
}
@media screen and (max-width: 963px) {
  .slideshow-container .control.arrowLeft {
    left: 20px;
  }
}
@media screen and (max-width: 601px) {
  .slideshow-container .control.arrowLeft {
    left: -2px;
  }
}
.slideshow-container .control.arrowLeft:hover {
  left: -25px;
}
@media screen and (max-width: 963px) {
  .slideshow-container .control.arrowLeft:hover {
    left: 15px;
  }
}
@media screen and (max-width: 601px) {
  .slideshow-container .control.arrowLeft:hover {
    left: -2px;
  }
}
.slideshow-container .slideshow {
  position: relative;
  overflow: hidden;
  min-height: 70px;
}
.slideshow-container .slideshow .slideshow-contained {
  position: relative;
  z-index: 1;
}
.slideshow-container .slideshow .slideshow-contained .slide {
  float: left;
  position: relative;
  left: 0px;
  display: none;
}
.slideshow-container .slideshow .slideshow-contained .slide .fixedContent {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.slideshow-container .slideshow .slideshow-contained .slide:nth-child(1) {
  display: block;
}
.radial-progress {
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 50%;
  text-align: left;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill,
.radial-progress .circle .shadow {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 2s;
  transition: -ms-transform 2s;
  transition: transform 2s;
  border-radius: 50%;
}
.radial-progress .circle .mask {
  clip: rect(0px, 200px, 200px, 100px);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 100px, 200px, 0px);
  background-color: #21c8ff;
}
.radial-progress .inset {
  width: 150px;
  height: 150px;
  position: absolute;
  margin-left: 25px;
  margin-top: 25px;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.radial-progress .inset .percentage {
  height: 32px;
  width: 92px;
  overflow: hidden;
  position: absolute;
  top: 46.5px;
  left: 29px;
  line-height: 1;
}
.radial-progress .inset .percentage .numbers {
  margin-top: -32px;
  transition: width 2s;
}
.radial-progress .inset .percentage .numbers span {
  width: 92px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #303030;
}
.radial-progress[data-progress="0"] .circle .mask.full,
.radial-progress[data-progress="0"] .circle .fill {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .circle .fill.fix {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .inset .percentage .numbers {
  width: 92px;
}
.radial-progress[data-progress="1"] .circle .mask.full,
.radial-progress[data-progress="1"] .circle .fill {
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}
.radial-progress[data-progress="1"] .circle .fill.fix {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="1"] .inset .percentage .numbers {
  width: 184px;
}
.radial-progress[data-progress="2"] .circle .mask.full,
.radial-progress[data-progress="2"] .circle .fill {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="2"] .circle .fill.fix {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="2"] .inset .percentage .numbers {
  width: 276px;
}
.radial-progress[data-progress="3"] .circle .mask.full,
.radial-progress[data-progress="3"] .circle .fill {
  -webkit-transform: rotate(5.4deg);
  -ms-transform: rotate(5.4deg);
  transform: rotate(5.4deg);
}
.radial-progress[data-progress="3"] .circle .fill.fix {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="3"] .inset .percentage .numbers {
  width: 368px;
}
.radial-progress[data-progress="4"] .circle .mask.full,
.radial-progress[data-progress="4"] .circle .fill {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="4"] .circle .fill.fix {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="4"] .inset .percentage .numbers {
  width: 460px;
}
.radial-progress[data-progress="5"] .circle .mask.full,
.radial-progress[data-progress="5"] .circle .fill {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}
.radial-progress[data-progress="5"] .circle .fill.fix {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="5"] .inset .percentage .numbers {
  width: 552px;
}
.radial-progress[data-progress="6"] .circle .mask.full,
.radial-progress[data-progress="6"] .circle .fill {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="6"] .circle .fill.fix {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="6"] .inset .percentage .numbers {
  width: 644px;
}
.radial-progress[data-progress="7"] .circle .mask.full,
.radial-progress[data-progress="7"] .circle .fill {
  -webkit-transform: rotate(12.6deg);
  -ms-transform: rotate(12.6deg);
  transform: rotate(12.6deg);
}
.radial-progress[data-progress="7"] .circle .fill.fix {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="7"] .inset .percentage .numbers {
  width: 736px;
}
.radial-progress[data-progress="8"] .circle .mask.full,
.radial-progress[data-progress="8"] .circle .fill {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="8"] .circle .fill.fix {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="8"] .inset .percentage .numbers {
  width: 828px;
}
.radial-progress[data-progress="9"] .circle .mask.full,
.radial-progress[data-progress="9"] .circle .fill {
  -webkit-transform: rotate(16.2deg);
  -ms-transform: rotate(16.2deg);
  transform: rotate(16.2deg);
}
.radial-progress[data-progress="9"] .circle .fill.fix {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="9"] .inset .percentage .numbers {
  width: 920px;
}
.radial-progress[data-progress="10"] .circle .mask.full,
.radial-progress[data-progress="10"] .circle .fill {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="10"] .circle .fill.fix {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="10"] .inset .percentage .numbers {
  width: 1012px;
}
.radial-progress[data-progress="11"] .circle .mask.full,
.radial-progress[data-progress="11"] .circle .fill {
  -webkit-transform: rotate(19.8deg);
  -ms-transform: rotate(19.8deg);
  transform: rotate(19.8deg);
}
.radial-progress[data-progress="11"] .circle .fill.fix {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="11"] .inset .percentage .numbers {
  width: 1104px;
}
.radial-progress[data-progress="12"] .circle .mask.full,
.radial-progress[data-progress="12"] .circle .fill {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="12"] .circle .fill.fix {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="12"] .inset .percentage .numbers {
  width: 1196px;
}
.radial-progress[data-progress="13"] .circle .mask.full,
.radial-progress[data-progress="13"] .circle .fill {
  -webkit-transform: rotate(23.4deg);
  -ms-transform: rotate(23.4deg);
  transform: rotate(23.4deg);
}
.radial-progress[data-progress="13"] .circle .fill.fix {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="13"] .inset .percentage .numbers {
  width: 1288px;
}
.radial-progress[data-progress="14"] .circle .mask.full,
.radial-progress[data-progress="14"] .circle .fill {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="14"] .circle .fill.fix {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="14"] .inset .percentage .numbers {
  width: 1380px;
}
.radial-progress[data-progress="15"] .circle .mask.full,
.radial-progress[data-progress="15"] .circle .fill {
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.radial-progress[data-progress="15"] .circle .fill.fix {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="15"] .inset .percentage .numbers {
  width: 1472px;
}
.radial-progress[data-progress="16"] .circle .mask.full,
.radial-progress[data-progress="16"] .circle .fill {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="16"] .circle .fill.fix {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="16"] .inset .percentage .numbers {
  width: 1564px;
}
.radial-progress[data-progress="17"] .circle .mask.full,
.radial-progress[data-progress="17"] .circle .fill {
  -webkit-transform: rotate(30.6deg);
  -ms-transform: rotate(30.6deg);
  transform: rotate(30.6deg);
}
.radial-progress[data-progress="17"] .circle .fill.fix {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="17"] .inset .percentage .numbers {
  width: 1656px;
}
.radial-progress[data-progress="18"] .circle .mask.full,
.radial-progress[data-progress="18"] .circle .fill {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="18"] .circle .fill.fix {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="18"] .inset .percentage .numbers {
  width: 1748px;
}
.radial-progress[data-progress="19"] .circle .mask.full,
.radial-progress[data-progress="19"] .circle .fill {
  -webkit-transform: rotate(34.2deg);
  -ms-transform: rotate(34.2deg);
  transform: rotate(34.2deg);
}
.radial-progress[data-progress="19"] .circle .fill.fix {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="19"] .inset .percentage .numbers {
  width: 1840px;
}
.radial-progress[data-progress="20"] .circle .mask.full,
.radial-progress[data-progress="20"] .circle .fill {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="20"] .circle .fill.fix {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="20"] .inset .percentage .numbers {
  width: 1932px;
}
.radial-progress[data-progress="21"] .circle .mask.full,
.radial-progress[data-progress="21"] .circle .fill {
  -webkit-transform: rotate(37.8deg);
  -ms-transform: rotate(37.8deg);
  transform: rotate(37.8deg);
}
.radial-progress[data-progress="21"] .circle .fill.fix {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="21"] .inset .percentage .numbers {
  width: 2024px;
}
.radial-progress[data-progress="22"] .circle .mask.full,
.radial-progress[data-progress="22"] .circle .fill {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="22"] .circle .fill.fix {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="22"] .inset .percentage .numbers {
  width: 2116px;
}
.radial-progress[data-progress="23"] .circle .mask.full,
.radial-progress[data-progress="23"] .circle .fill {
  -webkit-transform: rotate(41.4deg);
  -ms-transform: rotate(41.4deg);
  transform: rotate(41.4deg);
}
.radial-progress[data-progress="23"] .circle .fill.fix {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="23"] .inset .percentage .numbers {
  width: 2208px;
}
.radial-progress[data-progress="24"] .circle .mask.full,
.radial-progress[data-progress="24"] .circle .fill {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="24"] .circle .fill.fix {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="24"] .inset .percentage .numbers {
  width: 2300px;
}
.radial-progress[data-progress="25"] .circle .mask.full,
.radial-progress[data-progress="25"] .circle .fill {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radial-progress[data-progress="25"] .circle .fill.fix {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="25"] .inset .percentage .numbers {
  width: 2392px;
}
.radial-progress[data-progress="26"] .circle .mask.full,
.radial-progress[data-progress="26"] .circle .fill {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="26"] .circle .fill.fix {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="26"] .inset .percentage .numbers {
  width: 2484px;
}
.radial-progress[data-progress="27"] .circle .mask.full,
.radial-progress[data-progress="27"] .circle .fill {
  -webkit-transform: rotate(48.6deg);
  -ms-transform: rotate(48.6deg);
  transform: rotate(48.6deg);
}
.radial-progress[data-progress="27"] .circle .fill.fix {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="27"] .inset .percentage .numbers {
  width: 2576px;
}
.radial-progress[data-progress="28"] .circle .mask.full,
.radial-progress[data-progress="28"] .circle .fill {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="28"] .circle .fill.fix {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="28"] .inset .percentage .numbers {
  width: 2668px;
}
.radial-progress[data-progress="29"] .circle .mask.full,
.radial-progress[data-progress="29"] .circle .fill {
  -webkit-transform: rotate(52.2deg);
  -ms-transform: rotate(52.2deg);
  transform: rotate(52.2deg);
}
.radial-progress[data-progress="29"] .circle .fill.fix {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="29"] .inset .percentage .numbers {
  width: 2760px;
}
.radial-progress[data-progress="30"] .circle .mask.full,
.radial-progress[data-progress="30"] .circle .fill {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="30"] .circle .fill.fix {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="30"] .inset .percentage .numbers {
  width: 2852px;
}
.radial-progress[data-progress="31"] .circle .mask.full,
.radial-progress[data-progress="31"] .circle .fill {
  -webkit-transform: rotate(55.8deg);
  -ms-transform: rotate(55.8deg);
  transform: rotate(55.8deg);
}
.radial-progress[data-progress="31"] .circle .fill.fix {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="31"] .inset .percentage .numbers {
  width: 2944px;
}
.radial-progress[data-progress="32"] .circle .mask.full,
.radial-progress[data-progress="32"] .circle .fill {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="32"] .circle .fill.fix {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="32"] .inset .percentage .numbers {
  width: 3036px;
}
.radial-progress[data-progress="33"] .circle .mask.full,
.radial-progress[data-progress="33"] .circle .fill {
  -webkit-transform: rotate(59.4deg);
  -ms-transform: rotate(59.4deg);
  transform: rotate(59.4deg);
}
.radial-progress[data-progress="33"] .circle .fill.fix {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="33"] .inset .percentage .numbers {
  width: 3128px;
}
.radial-progress[data-progress="34"] .circle .mask.full,
.radial-progress[data-progress="34"] .circle .fill {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="34"] .circle .fill.fix {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="34"] .inset .percentage .numbers {
  width: 3220px;
}
.radial-progress[data-progress="35"] .circle .mask.full,
.radial-progress[data-progress="35"] .circle .fill {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.radial-progress[data-progress="35"] .circle .fill.fix {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="35"] .inset .percentage .numbers {
  width: 3312px;
}
.radial-progress[data-progress="36"] .circle .mask.full,
.radial-progress[data-progress="36"] .circle .fill {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="36"] .circle .fill.fix {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="36"] .inset .percentage .numbers {
  width: 3404px;
}
.radial-progress[data-progress="37"] .circle .mask.full,
.radial-progress[data-progress="37"] .circle .fill {
  -webkit-transform: rotate(66.6deg);
  -ms-transform: rotate(66.6deg);
  transform: rotate(66.6deg);
}
.radial-progress[data-progress="37"] .circle .fill.fix {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="37"] .inset .percentage .numbers {
  width: 3496px;
}
.radial-progress[data-progress="38"] .circle .mask.full,
.radial-progress[data-progress="38"] .circle .fill {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="38"] .circle .fill.fix {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="38"] .inset .percentage .numbers {
  width: 3588px;
}
.radial-progress[data-progress="39"] .circle .mask.full,
.radial-progress[data-progress="39"] .circle .fill {
  -webkit-transform: rotate(70.2deg);
  -ms-transform: rotate(70.2deg);
  transform: rotate(70.2deg);
}
.radial-progress[data-progress="39"] .circle .fill.fix {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="39"] .inset .percentage .numbers {
  width: 3680px;
}
.radial-progress[data-progress="40"] .circle .mask.full,
.radial-progress[data-progress="40"] .circle .fill {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="40"] .circle .fill.fix {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="40"] .inset .percentage .numbers {
  width: 3772px;
}
.radial-progress[data-progress="41"] .circle .mask.full,
.radial-progress[data-progress="41"] .circle .fill {
  -webkit-transform: rotate(73.8deg);
  -ms-transform: rotate(73.8deg);
  transform: rotate(73.8deg);
}
.radial-progress[data-progress="41"] .circle .fill.fix {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="41"] .inset .percentage .numbers {
  width: 3864px;
}
.radial-progress[data-progress="42"] .circle .mask.full,
.radial-progress[data-progress="42"] .circle .fill {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="42"] .circle .fill.fix {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="42"] .inset .percentage .numbers {
  width: 3956px;
}
.radial-progress[data-progress="43"] .circle .mask.full,
.radial-progress[data-progress="43"] .circle .fill {
  -webkit-transform: rotate(77.4deg);
  -ms-transform: rotate(77.4deg);
  transform: rotate(77.4deg);
}
.radial-progress[data-progress="43"] .circle .fill.fix {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="43"] .inset .percentage .numbers {
  width: 4048px;
}
.radial-progress[data-progress="44"] .circle .mask.full,
.radial-progress[data-progress="44"] .circle .fill {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="44"] .circle .fill.fix {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="44"] .inset .percentage .numbers {
  width: 4140px;
}
.radial-progress[data-progress="45"] .circle .mask.full,
.radial-progress[data-progress="45"] .circle .fill {
  -webkit-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  transform: rotate(81deg);
}
.radial-progress[data-progress="45"] .circle .fill.fix {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="45"] .inset .percentage .numbers {
  width: 4232px;
}
.radial-progress[data-progress="46"] .circle .mask.full,
.radial-progress[data-progress="46"] .circle .fill {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="46"] .circle .fill.fix {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="46"] .inset .percentage .numbers {
  width: 4324px;
}
.radial-progress[data-progress="47"] .circle .mask.full,
.radial-progress[data-progress="47"] .circle .fill {
  -webkit-transform: rotate(84.6deg);
  -ms-transform: rotate(84.6deg);
  transform: rotate(84.6deg);
}
.radial-progress[data-progress="47"] .circle .fill.fix {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="47"] .inset .percentage .numbers {
  width: 4416px;
}
.radial-progress[data-progress="48"] .circle .mask.full,
.radial-progress[data-progress="48"] .circle .fill {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="48"] .circle .fill.fix {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="48"] .inset .percentage .numbers {
  width: 4508px;
}
.radial-progress[data-progress="49"] .circle .mask.full,
.radial-progress[data-progress="49"] .circle .fill {
  -webkit-transform: rotate(88.2deg);
  -ms-transform: rotate(88.2deg);
  transform: rotate(88.2deg);
}
.radial-progress[data-progress="49"] .circle .fill.fix {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="49"] .inset .percentage .numbers {
  width: 4600px;
}
.radial-progress[data-progress="50"] .circle .mask.full,
.radial-progress[data-progress="50"] .circle .fill {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="50"] .circle .fill.fix {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="50"] .inset .percentage .numbers {
  width: 4692px;
}
.radial-progress[data-progress="51"] .circle .mask.full,
.radial-progress[data-progress="51"] .circle .fill {
  -webkit-transform: rotate(91.8deg);
  -ms-transform: rotate(91.8deg);
  transform: rotate(91.8deg);
}
.radial-progress[data-progress="51"] .circle .fill.fix {
  -webkit-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.radial-progress[data-progress="51"] .inset .percentage .numbers {
  width: 4784px;
}
.radial-progress[data-progress="52"] .circle .mask.full,
.radial-progress[data-progress="52"] .circle .fill {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="52"] .circle .fill.fix {
  -webkit-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.radial-progress[data-progress="52"] .inset .percentage .numbers {
  width: 4876px;
}
.radial-progress[data-progress="53"] .circle .mask.full,
.radial-progress[data-progress="53"] .circle .fill {
  -webkit-transform: rotate(95.4deg);
  -ms-transform: rotate(95.4deg);
  transform: rotate(95.4deg);
}
.radial-progress[data-progress="53"] .circle .fill.fix {
  -webkit-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.radial-progress[data-progress="53"] .inset .percentage .numbers {
  width: 4968px;
}
.radial-progress[data-progress="54"] .circle .mask.full,
.radial-progress[data-progress="54"] .circle .fill {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="54"] .circle .fill.fix {
  -webkit-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.radial-progress[data-progress="54"] .inset .percentage .numbers {
  width: 5060px;
}
.radial-progress[data-progress="55"] .circle .mask.full,
.radial-progress[data-progress="55"] .circle .fill {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
}
.radial-progress[data-progress="55"] .circle .fill.fix {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
}
.radial-progress[data-progress="55"] .inset .percentage .numbers {
  width: 5152px;
}
.radial-progress[data-progress="56"] .circle .mask.full,
.radial-progress[data-progress="56"] .circle .fill {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="56"] .circle .fill.fix {
  -webkit-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.radial-progress[data-progress="56"] .inset .percentage .numbers {
  width: 5244px;
}
.radial-progress[data-progress="57"] .circle .mask.full,
.radial-progress[data-progress="57"] .circle .fill {
  -webkit-transform: rotate(102.6deg);
  -ms-transform: rotate(102.6deg);
  transform: rotate(102.6deg);
}
.radial-progress[data-progress="57"] .circle .fill.fix {
  -webkit-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.radial-progress[data-progress="57"] .inset .percentage .numbers {
  width: 5336px;
}
.radial-progress[data-progress="58"] .circle .mask.full,
.radial-progress[data-progress="58"] .circle .fill {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="58"] .circle .fill.fix {
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.radial-progress[data-progress="58"] .inset .percentage .numbers {
  width: 5428px;
}
.radial-progress[data-progress="59"] .circle .mask.full,
.radial-progress[data-progress="59"] .circle .fill {
  -webkit-transform: rotate(106.2deg);
  -ms-transform: rotate(106.2deg);
  transform: rotate(106.2deg);
}
.radial-progress[data-progress="59"] .circle .fill.fix {
  -webkit-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.radial-progress[data-progress="59"] .inset .percentage .numbers {
  width: 5520px;
}
.radial-progress[data-progress="60"] .circle .mask.full,
.radial-progress[data-progress="60"] .circle .fill {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="60"] .circle .fill.fix {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}
.radial-progress[data-progress="60"] .inset .percentage .numbers {
  width: 5612px;
}
.radial-progress[data-progress="61"] .circle .mask.full,
.radial-progress[data-progress="61"] .circle .fill {
  -webkit-transform: rotate(109.8deg);
  -ms-transform: rotate(109.8deg);
  transform: rotate(109.8deg);
}
.radial-progress[data-progress="61"] .circle .fill.fix {
  -webkit-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.radial-progress[data-progress="61"] .inset .percentage .numbers {
  width: 5704px;
}
.radial-progress[data-progress="62"] .circle .mask.full,
.radial-progress[data-progress="62"] .circle .fill {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="62"] .circle .fill.fix {
  -webkit-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.radial-progress[data-progress="62"] .inset .percentage .numbers {
  width: 5796px;
}
.radial-progress[data-progress="63"] .circle .mask.full,
.radial-progress[data-progress="63"] .circle .fill {
  -webkit-transform: rotate(113.4deg);
  -ms-transform: rotate(113.4deg);
  transform: rotate(113.4deg);
}
.radial-progress[data-progress="63"] .circle .fill.fix {
  -webkit-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.radial-progress[data-progress="63"] .inset .percentage .numbers {
  width: 5888px;
}
.radial-progress[data-progress="64"] .circle .mask.full,
.radial-progress[data-progress="64"] .circle .fill {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="64"] .circle .fill.fix {
  -webkit-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.radial-progress[data-progress="64"] .inset .percentage .numbers {
  width: 5980px;
}
.radial-progress[data-progress="65"] .circle .mask.full,
.radial-progress[data-progress="65"] .circle .fill {
  -webkit-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  transform: rotate(117deg);
}
.radial-progress[data-progress="65"] .circle .fill.fix {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
}
.radial-progress[data-progress="65"] .inset .percentage .numbers {
  width: 6072px;
}
.radial-progress[data-progress="66"] .circle .mask.full,
.radial-progress[data-progress="66"] .circle .fill {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="66"] .circle .fill.fix {
  -webkit-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.radial-progress[data-progress="66"] .inset .percentage .numbers {
  width: 6164px;
}
.radial-progress[data-progress="67"] .circle .mask.full,
.radial-progress[data-progress="67"] .circle .fill {
  -webkit-transform: rotate(120.6deg);
  -ms-transform: rotate(120.6deg);
  transform: rotate(120.6deg);
}
.radial-progress[data-progress="67"] .circle .fill.fix {
  -webkit-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.radial-progress[data-progress="67"] .inset .percentage .numbers {
  width: 6256px;
}
.radial-progress[data-progress="68"] .circle .mask.full,
.radial-progress[data-progress="68"] .circle .fill {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="68"] .circle .fill.fix {
  -webkit-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.radial-progress[data-progress="68"] .inset .percentage .numbers {
  width: 6348px;
}
.radial-progress[data-progress="69"] .circle .mask.full,
.radial-progress[data-progress="69"] .circle .fill {
  -webkit-transform: rotate(124.2deg);
  -ms-transform: rotate(124.2deg);
  transform: rotate(124.2deg);
}
.radial-progress[data-progress="69"] .circle .fill.fix {
  -webkit-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.radial-progress[data-progress="69"] .inset .percentage .numbers {
  width: 6440px;
}
.radial-progress[data-progress="70"] .circle .mask.full,
.radial-progress[data-progress="70"] .circle .fill {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="70"] .circle .fill.fix {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}
.radial-progress[data-progress="70"] .inset .percentage .numbers {
  width: 6532px;
}
.radial-progress[data-progress="71"] .circle .mask.full,
.radial-progress[data-progress="71"] .circle .fill {
  -webkit-transform: rotate(127.8deg);
  -ms-transform: rotate(127.8deg);
  transform: rotate(127.8deg);
}
.radial-progress[data-progress="71"] .circle .fill.fix {
  -webkit-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.radial-progress[data-progress="71"] .inset .percentage .numbers {
  width: 6624px;
}
.radial-progress[data-progress="72"] .circle .mask.full,
.radial-progress[data-progress="72"] .circle .fill {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="72"] .circle .fill.fix {
  -webkit-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.radial-progress[data-progress="72"] .inset .percentage .numbers {
  width: 6716px;
}
.radial-progress[data-progress="73"] .circle .mask.full,
.radial-progress[data-progress="73"] .circle .fill {
  -webkit-transform: rotate(131.4deg);
  -ms-transform: rotate(131.4deg);
  transform: rotate(131.4deg);
}
.radial-progress[data-progress="73"] .circle .fill.fix {
  -webkit-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.radial-progress[data-progress="73"] .inset .percentage .numbers {
  width: 6808px;
}
.radial-progress[data-progress="74"] .circle .mask.full,
.radial-progress[data-progress="74"] .circle .fill {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="74"] .circle .fill.fix {
  -webkit-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.radial-progress[data-progress="74"] .inset .percentage .numbers {
  width: 6900px;
}
.radial-progress[data-progress="75"] .circle .mask.full,
.radial-progress[data-progress="75"] .circle .fill {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.radial-progress[data-progress="75"] .circle .fill.fix {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.radial-progress[data-progress="75"] .inset .percentage .numbers {
  width: 6992px;
}
.radial-progress[data-progress="76"] .circle .mask.full,
.radial-progress[data-progress="76"] .circle .fill {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="76"] .circle .fill.fix {
  -webkit-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.radial-progress[data-progress="76"] .inset .percentage .numbers {
  width: 7084px;
}
.radial-progress[data-progress="77"] .circle .mask.full,
.radial-progress[data-progress="77"] .circle .fill {
  -webkit-transform: rotate(138.6deg);
  -ms-transform: rotate(138.6deg);
  transform: rotate(138.6deg);
}
.radial-progress[data-progress="77"] .circle .fill.fix {
  -webkit-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.radial-progress[data-progress="77"] .inset .percentage .numbers {
  width: 7176px;
}
.radial-progress[data-progress="78"] .circle .mask.full,
.radial-progress[data-progress="78"] .circle .fill {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="78"] .circle .fill.fix {
  -webkit-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.radial-progress[data-progress="78"] .inset .percentage .numbers {
  width: 7268px;
}
.radial-progress[data-progress="79"] .circle .mask.full,
.radial-progress[data-progress="79"] .circle .fill {
  -webkit-transform: rotate(142.2deg);
  -ms-transform: rotate(142.2deg);
  transform: rotate(142.2deg);
}
.radial-progress[data-progress="79"] .circle .fill.fix {
  -webkit-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.radial-progress[data-progress="79"] .inset .percentage .numbers {
  width: 7360px;
}
.radial-progress[data-progress="80"] .circle .mask.full,
.radial-progress[data-progress="80"] .circle .fill {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="80"] .circle .fill.fix {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}
.radial-progress[data-progress="80"] .inset .percentage .numbers {
  width: 7452px;
}
.radial-progress[data-progress="81"] .circle .mask.full,
.radial-progress[data-progress="81"] .circle .fill {
  -webkit-transform: rotate(145.8deg);
  -ms-transform: rotate(145.8deg);
  transform: rotate(145.8deg);
}
.radial-progress[data-progress="81"] .circle .fill.fix {
  -webkit-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.radial-progress[data-progress="81"] .inset .percentage .numbers {
  width: 7544px;
}
.radial-progress[data-progress="82"] .circle .mask.full,
.radial-progress[data-progress="82"] .circle .fill {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="82"] .circle .fill.fix {
  -webkit-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.radial-progress[data-progress="82"] .inset .percentage .numbers {
  width: 7636px;
}
.radial-progress[data-progress="83"] .circle .mask.full,
.radial-progress[data-progress="83"] .circle .fill {
  -webkit-transform: rotate(149.4deg);
  -ms-transform: rotate(149.4deg);
  transform: rotate(149.4deg);
}
.radial-progress[data-progress="83"] .circle .fill.fix {
  -webkit-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.radial-progress[data-progress="83"] .inset .percentage .numbers {
  width: 7728px;
}
.radial-progress[data-progress="84"] .circle .mask.full,
.radial-progress[data-progress="84"] .circle .fill {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="84"] .circle .fill.fix {
  -webkit-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.radial-progress[data-progress="84"] .inset .percentage .numbers {
  width: 7820px;
}
.radial-progress[data-progress="85"] .circle .mask.full,
.radial-progress[data-progress="85"] .circle .fill {
  -webkit-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
}
.radial-progress[data-progress="85"] .circle .fill.fix {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  transform: rotate(306deg);
}
.radial-progress[data-progress="85"] .inset .percentage .numbers {
  width: 7912px;
}
.radial-progress[data-progress="86"] .circle .mask.full,
.radial-progress[data-progress="86"] .circle .fill {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="86"] .circle .fill.fix {
  -webkit-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.radial-progress[data-progress="86"] .inset .percentage .numbers {
  width: 8004px;
}
.radial-progress[data-progress="87"] .circle .mask.full,
.radial-progress[data-progress="87"] .circle .fill {
  -webkit-transform: rotate(156.6deg);
  -ms-transform: rotate(156.6deg);
  transform: rotate(156.6deg);
}
.radial-progress[data-progress="87"] .circle .fill.fix {
  -webkit-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.radial-progress[data-progress="87"] .inset .percentage .numbers {
  width: 8096px;
}
.radial-progress[data-progress="88"] .circle .mask.full,
.radial-progress[data-progress="88"] .circle .fill {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="88"] .circle .fill.fix {
  -webkit-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.radial-progress[data-progress="88"] .inset .percentage .numbers {
  width: 8188px;
}
.radial-progress[data-progress="89"] .circle .mask.full,
.radial-progress[data-progress="89"] .circle .fill {
  -webkit-transform: rotate(160.2deg);
  -ms-transform: rotate(160.2deg);
  transform: rotate(160.2deg);
}
.radial-progress[data-progress="89"] .circle .fill.fix {
  -webkit-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.radial-progress[data-progress="89"] .inset .percentage .numbers {
  width: 8280px;
}
.radial-progress[data-progress="90"] .circle .mask.full,
.radial-progress[data-progress="90"] .circle .fill {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="90"] .circle .fill.fix {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}
.radial-progress[data-progress="90"] .inset .percentage .numbers {
  width: 8372px;
}
.radial-progress[data-progress="91"] .circle .mask.full,
.radial-progress[data-progress="91"] .circle .fill {
  -webkit-transform: rotate(163.8deg);
  -ms-transform: rotate(163.8deg);
  transform: rotate(163.8deg);
}
.radial-progress[data-progress="91"] .circle .fill.fix {
  -webkit-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.radial-progress[data-progress="91"] .inset .percentage .numbers {
  width: 8464px;
}
.radial-progress[data-progress="92"] .circle .mask.full,
.radial-progress[data-progress="92"] .circle .fill {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="92"] .circle .fill.fix {
  -webkit-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.radial-progress[data-progress="92"] .inset .percentage .numbers {
  width: 8556px;
}
.radial-progress[data-progress="93"] .circle .mask.full,
.radial-progress[data-progress="93"] .circle .fill {
  -webkit-transform: rotate(167.4deg);
  -ms-transform: rotate(167.4deg);
  transform: rotate(167.4deg);
}
.radial-progress[data-progress="93"] .circle .fill.fix {
  -webkit-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.radial-progress[data-progress="93"] .inset .percentage .numbers {
  width: 8648px;
}
.radial-progress[data-progress="94"] .circle .mask.full,
.radial-progress[data-progress="94"] .circle .fill {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="94"] .circle .fill.fix {
  -webkit-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.radial-progress[data-progress="94"] .inset .percentage .numbers {
  width: 8740px;
}
.radial-progress[data-progress="95"] .circle .mask.full,
.radial-progress[data-progress="95"] .circle .fill {
  -webkit-transform: rotate(171deg);
  -ms-transform: rotate(171deg);
  transform: rotate(171deg);
}
.radial-progress[data-progress="95"] .circle .fill.fix {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  transform: rotate(342deg);
}
.radial-progress[data-progress="95"] .inset .percentage .numbers {
  width: 8832px;
}
.radial-progress[data-progress="96"] .circle .mask.full,
.radial-progress[data-progress="96"] .circle .fill {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="96"] .circle .fill.fix {
  -webkit-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.radial-progress[data-progress="96"] .inset .percentage .numbers {
  width: 8924px;
}
.radial-progress[data-progress="97"] .circle .mask.full,
.radial-progress[data-progress="97"] .circle .fill {
  -webkit-transform: rotate(174.6deg);
  -ms-transform: rotate(174.6deg);
  transform: rotate(174.6deg);
}
.radial-progress[data-progress="97"] .circle .fill.fix {
  -webkit-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.radial-progress[data-progress="97"] .inset .percentage .numbers {
  width: 9016px;
}
.radial-progress[data-progress="98"] .circle .mask.full,
.radial-progress[data-progress="98"] .circle .fill {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="98"] .circle .fill.fix {
  -webkit-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.radial-progress[data-progress="98"] .inset .percentage .numbers {
  width: 9108px;
}
.radial-progress[data-progress="99"] .circle .mask.full,
.radial-progress[data-progress="99"] .circle .fill {
  -webkit-transform: rotate(178.2deg);
  -ms-transform: rotate(178.2deg);
  transform: rotate(178.2deg);
}
.radial-progress[data-progress="99"] .circle .fill.fix {
  -webkit-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.radial-progress[data-progress="99"] .inset .percentage .numbers {
  width: 9200px;
}
.radial-progress[data-progress="100"] .circle .mask.full,
.radial-progress[data-progress="100"] .circle .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="100"] .circle .fill.fix {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.radial-progress[data-progress="100"] .inset .percentage .numbers {
  width: 9292px;
}
table .clickableRow {
  cursor: pointer;
}
.bulbTable {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.225rem;
}
@media screen and (max-width: 601px) {
  .bulbTable {
    overflow-x: auto;
    display: block;
  }
}
.bulbTable th,
.bulbTable td {
  padding: 10px 8px;
  vertical-align: top;
}
.bulbTable thead th {
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 1rem;
  padding-bottom: 10px;
}
.bulbTable tr td {
  vertical-align: middle;
  border-bottom: 1px solid #d0d0d0;
}
.bulbTable tr td.allWidth {
  width: 100%;
}
.bulbTable tr td.almostAllWidth {
  width: 50%;
}
.bulbTable tr td.noBorder {
  border-bottom: none !important;
}
.bulbTable tr.mainBordered {
  border: none;
}
.bulbTable tr.mainBordered td {
  border-bottom: 1px solid #21c8ff;
}
.bulbTable tr.tertiaryBordered {
  border: none;
}
.bulbTable tr.tertiaryBordered td {
  border-bottom: 1px solid #ffd14c;
}
.bulbTable tr.orangeBordered {
  border: none;
}
.bulbTable tr.orangeBordered td {
  border-bottom: 1px solid #f95433;
}
.bulbTable tr.spacer td {
  border: none;
}
.bulbTable .btn {
  padding: 4px 10px;
  font-size: 0.85rem;
}
.bulbTable .progressBar {
  height: 10px;
}
.bulbTable tr.hideTable {
  border-bottom: none;
  display: none;
  background: rgba(33, 200, 255, 0.05);
}
.bulbTable tr.hideTable > td {
  padding-right: 0;
  padding-left: 40px;
  padding-bottom: 40px;
}
.bulbTable tr.hideTable > td table {
  width: 100%;
}
.bulbTable tr.hideTable.hideTable-tertiary {
  background: rgba(255, 209, 76, 0.05);
}
.tableLink tr[data-href] {
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  cursor: pointer;
}
.tableLink tr[data-href]:hover {
  background: rgba(33, 200, 255, 0.15);
}
.tableLink.tableLink-tertiary tr[data-href]:hover {
  background: rgba(255, 209, 76, 0.15);
}
.tablesorter .header {
  cursor: pointer;
}
.tablesorter .headerSortUp:after {
  content: '▲';
  color: white;
  float: right;
  font-size: 10px;
}
.tablesorter .headerSortDown:after {
  content: '▼';
  color: white;
  float: right;
  font-size: 10px;
}
/* forms */
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label {
  line-height: 22px;
}
input:not([type="submit"]):not([type="button"]),
textarea,
.select,
select {
  font-family: "roboto";
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 5px;
  color: #555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 0 transparent;
  -moz-box-shadow: 0px 0px 0 transparent;
  box-shadow: 0px 0px 0 transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #aaa;
  height: 27px;
}
select {
  background: white;
}
input[type="radio"] {
  vertical-align: middle;
}
input.uncorrect:not([type="submit"]):not([type="button"]),
textarea.uncorrect,
select.uncorrect {
  border: 1px solid #CC2C2C;
}
input.correct:not([type="submit"]):not([type="button"]),
textarea.correct,
select.correct {
  border: 1px solid #8FDC95;
}
::-webkit-input-placeholder {
  color: #959493;
}
:-moz-placeholder {
  color: #959493;
}
::-moz-placeholder {
  color: #959493;
}
:-ms-input-placeholder {
  color: #959493;
}
input:not([type="submit"]):not([type="button"]):hover,
textarea:hover,
select:hover {
  border: 1px solid rgba(52, 227, 175, 0.5);
  background: rgba(255, 255, 255, 0.9);
}
input:not([type="submit"]):not([type="button"]):focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0px 0px 0 transparent;
  -moz-box-shadow: 0px 0px 0 transparent;
  box-shadow: 0px 0px 0 transparent;
  border: 1px solid #34e3af;
  outline: none;
  background: #ffffff;
}
input[type="checkbox"] {
  vertical-align: middle;
}
input[readonly="readonly"]:not([type="submit"]):not([type="button"]) {
  background-color: #e5e5e5;
}
textarea {
  height: 90px;
  resize: none;
}
.form-100 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.form-100 textarea,
.form-100 .select,
.form-100 select,
.form-100 .select2-container {
  width: 100%;
}
.inblForm fieldset {
  display: inline-block;
}
.inblForm fieldset label {
  display: block;
  margin-bottom: 5px;
}
.tableForm table {
  width: 100%;
}
.tableForm table th,
.tableForm table td {
  padding: 4px;
  vertical-align: top;
}
.tableForm td,
.tableForm th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tableForm td input:not([type="submit"]),
.tableForm th input:not([type="submit"]),
.tableForm td textarea,
.tableForm th textarea,
.tableForm td .select,
.tableForm th .select,
.tableForm td select,
.tableForm th select {
  position: relative;
  bottom: 3px;
  float: left;
  min-width: 150px;
}
.tableForm td label,
.tableForm th label {
  float: left;
  margin-right: 10px;
}
input:not([type="submit"]):not([type="button"]).hasDatepicker {
  padding-right: 30px;
  background: white url("../../bundles/bitmain/img/icons/calendar.png") no-repeat 97% 50%;
}
.searchInput:after {
  background: #303030;
  width: 20px;
  height: 20px;
}
.noBoldLabel label {
  font-weight: normal !important;
}
.bigSelect2 .select2-container {
  min-width: 229px;
}
.mainForm input:not([type="submit"]):not([type="button"]):not([type="radio"]),
.mainForm textarea,
.mainForm .select,
.mainForm select {
  background: #fff;
  height: 35px;
  border: 1px solid transparent;
}
.mainForm .btn.btn-small {
  height: 31px;
}
@media screen and (max-width: 963px) {
  .mainForm .btn.btn-small {
    position: relative;
    bottom: 1px;
  }
}
.autocompleteDiv {
  position: absolute;
  background: white;
  top: 30px;
  left: 0px;
  z-index: 20;
  width: 200px;
}
.autocompleteDiv li {
  font-size: 0.9rem;
  line-height: 1.225rem;
}
.autocompleteDiv li a {
  padding: 8px 10px;
  display: block;
}
.autocompleteDiv li:hover a {
  background: #f2f2f2;
}
.note-editable i {
  font-style: italic;
}
.note-editable ol {
  list-style: decimal inside !important;
}
.note-editable ul {
  list-style: disc inside !important;
}
.form-materialize {
  /*** Colors ***/
  /*** Badges ***/
  /*** Buttons ***/
  /*** Cards ***/
  /*** Collapsible ***/
  /*** Dropdown ***/
  /*** Fonts ***/
  /*** Forms ***/
  /*** Global ***/
  /*** Navbar ***/
  /*** SideNav ***/
  /*** Photo Slider ***/
  /*** Spinners | Loaders ***/
  /*** Tabs ***/
  /*** Tables ***/
  /*** Toasts ***/
  /*** Typography ***/
  /*** Collections ***/
  /* Progress Bar */
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
  /**
 * Remove default margin.
 */
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
  /* Links
   ==========================================================================

	/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in Safari and Chrome.
 */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
  /**
 * Contain overflow in all browsers.
 */
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
  /* Forms
   ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
  /* 1 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
  /**
 * Define consistent border, margin, and padding.
 */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  /*********************
  Transition Classes
**********************/
  /*********************
  Media Query Classes
**********************/
  /*******************
  Utility Classes
*******************/
  /* Start Icons */
  /*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
  /* Firefox Bug: link not triggered */
  /* Remove Focus Boxes */
  /***************************
   Text Inputs + Textarea
****************************/
  /***************
  Radio Buttons
***************/
  /* Remove default Radio Buttons */
  /* Unchecked styles */
  /* Checked styles */
  /* Radio With gap */
  /* Disabled Radio With gap */
  /* Disabled style */
  /***************
   Checkboxes
***************/
  /* CUSTOM CSS CHECKBOXES */
  /* Remove default checkbox */
  /* Indeterminate checkbox */
  /***************
     Switch
***************/
  /***************
  Select Field
***************/
  /*********************
      File Input
**********************/
  /***************
      Range
***************/
  /*hide the outline behind the border*/
  /***************************
   Text Inputs + Textarea
****************************/
  /***************
    Nav List
***************/
  /*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
  /**************************/
  /* STYLES FOR THE SPINNER */
  /**************************/
  /*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
  /**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
  /**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
  /* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
  /**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
  /**
 * The picker input element.
 */
  /**
 * When the picker is opened, the input element is "activated".
 */
  /**
 * The holder is the only "scrollable" top-level container element.
 */
  /*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
  /**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
  /**
 * Make the holder and frame fullscreen.
 */
  /**
 * The holder should overlay the entire screen.
 */
  /**
 * The frame that bounds the box contents of the picker.
 */
  /**
 * The wrapper sets the stage to vertically align the box contents.
 */
  /**
 * The box contains all the picker contents.
 */
  /**
 * When the picker opens...
 */
  /**
 * For `large` screens, transform into an inline picker.
 */
  /* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
  /* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
  /**
 * The picker box.
 */
  /**
 * The header containing the month and year stuff.
 */
  /**
 * The month and year labels.
 */
  /**
 * The month and year selectors.
 */
  /**
 * The month navigation buttons.
 */
  /**
 * The calendar table of dates
 */
  /**
 * The weekday labels
 */
  /**
 * The days on the calendar
 */
  /**
 * The footer containing the "today", "clear", and "close" buttons.
 */
  /* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
  /* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
  /**
 * The list of times.
 */
  /**
 * The times on the clock.
 */
  /* Hovered time */
  /* Highlighted and hovered/focused time */
  /* Selected and hovered/focused time */
  /* Disabled time */
  /**
 * The clear button
 */
  /* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
  /**
 * The frame the bounds the time picker.
 */
  /**
 * The picker box.
 */
}
.form-materialize input:not([type="submit"]):not([type="button"]):hover,
.form-materialize select:hover {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  background-color: transparent;
}
.form-materialize input:not([type="submit"]):not([type="button"]):focus,
.form-materialize select:focus {
  border: inherit;
  background-color: inherit;
}
.form-materialize input[readonly="readonly"][type="range"] {
  background-color: transparent;
}
.form-materialize .shades.black {
  background-color: #000000 !important;
}
.form-materialize .shades-text.text-black {
  color: #000000 !important;
}
.form-materialize .shades.white {
  background-color: #FFFFFF !important;
}
.form-materialize .shades-text.text-white {
  color: #FFFFFF !important;
}
.form-materialize .shades.transparent {
  background-color: transparent !important;
}
.form-materialize .shades-text.text-transparent {
  color: transparent !important;
}
.form-materialize html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
.form-materialize body {
  margin: 0;
}
.form-materialize article,
.form-materialize aside,
.form-materialize details,
.form-materialize figcaption,
.form-materialize figure,
.form-materialize footer,
.form-materialize header,
.form-materialize hgroup,
.form-materialize main,
.form-materialize menu,
.form-materialize nav,
.form-materialize section,
.form-materialize summary {
  display: block;
}
.form-materialize audio,
.form-materialize canvas,
.form-materialize progress,
.form-materialize video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
.form-materialize audio:not([controls]) {
  display: none;
  height: 0;
}
.form-materialize [hidden],
.form-materialize template {
  display: none;
}
.form-materialize a:active,
.form-materialize a:hover {
  outline: 0;
}
.form-materialize abbr[title] {
  border-bottom: 1px dotted;
}
.form-materialize b,
.form-materialize strong {
  font-weight: bold;
}
.form-materialize dfn {
  font-style: italic;
}
.form-materialize mark {
  background: #ff0;
  color: #000;
}
.form-materialize small {
  font-size: 80%;
}
.form-materialize sub,
.form-materialize sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.form-materialize sup {
  top: -0.5em;
}
.form-materialize sub {
  bottom: -0.25em;
}
.form-materialize img {
  border: 0;
}
.form-materialize svg:not(:root) {
  overflow: hidden;
}
.form-materialize figure {
  margin: 1em 40px;
}
.form-materialize pre {
  overflow: auto;
}
.form-materialize code,
.form-materialize kbd,
.form-materialize pre,
.form-materialize samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.form-materialize button,
.form-materialize input,
.form-materialize optgroup,
.form-materialize select,
.form-materialize textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
.form-materialize button {
  overflow: visible;
}
.form-materialize button,
.form-materialize select {
  text-transform: none;
}
.form-materialize html input[type="button"],
.form-materialize button,
.form-materialize input[type="reset"],
.form-materialize input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
.form-materialize button[disabled],
.form-materialize html input[disabled] {
  cursor: default;
}
.form-materialize button::-moz-focus-inner,
.form-materialize input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.form-materialize input {
  line-height: normal;
}
.form-materialize input[type="checkbox"],
.form-materialize input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.form-materialize input[type="number"]::-webkit-inner-spin-button,
.form-materialize input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.form-materialize input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
.form-materialize input[type="search"]::-webkit-search-cancel-button,
.form-materialize input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.form-materialize fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.form-materialize legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
.form-materialize textarea {
  overflow: auto;
}
.form-materialize optgroup {
  font-weight: bold;
}
.form-materialize .valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.form-materialize .valign-wrapper .valign {
  display: block;
}
.form-materialize ul {
  padding: 0;
}
.form-materialize .clearfix {
  clear: both;
}
.form-materialize .z-depth-0 {
  box-shadow: none !important;
}
.form-materialize .z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.form-materialize .z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.form-materialize .z-depth-4,
.form-materialize .modal {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.form-materialize .z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.form-materialize .hoverable:hover {
  transition: box-shadow 0.25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.form-materialize .divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
.form-materialize blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}
.form-materialize i {
  line-height: inherit;
}
.form-materialize i.left {
  float: left;
  margin-right: 15px;
}
.form-materialize i.right {
  float: right;
  margin-left: 15px;
}
.form-materialize i.tiny {
  font-size: 1rem;
}
.form-materialize i.small {
  font-size: 2rem;
}
.form-materialize i.medium {
  font-size: 4rem;
}
.form-materialize i.large {
  font-size: 6rem;
}
.form-materialize img.responsive-img,
.form-materialize video.responsive-video {
  max-width: 100%;
  height: auto;
}
.form-materialize .pagination li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
}
.form-materialize .pagination li a {
  color: #444;
}
.form-materialize .pagination li.active a {
  color: #fff;
}
.form-materialize .pagination li.active {
  background-color: #ee6e73;
}
.form-materialize .pagination li.disabled a {
  cursor: default;
  color: #999;
}
.form-materialize .pagination li i {
  font-size: 2rem;
}
.form-materialize .pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 992px) {
  .form-materialize .pagination {
    width: 100%;
  }
  .form-materialize .pagination li.prev,
  .form-materialize .pagination li.next {
    width: 10%;
  }
  .form-materialize .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.form-materialize .parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.form-materialize .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.form-materialize .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
.form-materialize .pin-top,
.form-materialize .pin-bottom {
  position: relative;
}
.form-materialize .pinned {
  position: fixed !important;
}
.form-materialize ul.staggered-list li {
  opacity: 0;
}
.form-materialize .fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}
@media only screen and (max-width: 600px) {
  .form-materialize .hide-on-small-only,
  .form-materialize .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .form-materialize .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .form-materialize .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .form-materialize .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .form-materialize .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .form-materialize .show-on-large {
    display: initial !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .form-materialize .show-on-medium {
    display: initial !important;
  }
}
@media only screen and (max-width: 600px) {
  .form-materialize .show-on-small {
    display: initial !important;
  }
}
@media only screen and (min-width: 601px) {
  .form-materialize .show-on-medium-and-up {
    display: initial !important;
  }
}
@media only screen and (max-width: 992px) {
  .form-materialize .show-on-medium-and-down {
    display: initial !important;
  }
}
@media only screen and (max-width: 600px) {
  .form-materialize .center-on-small-only {
    text-align: center;
  }
}
.form-materialize footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #ee6e73;
}
.form-materialize footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}
.form-materialize .collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.form-materialize .collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.form-materialize .collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.form-materialize .collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.form-materialize .collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.form-materialize .collection .collection-item.avatar .title {
  font-size: 16px;
}
.form-materialize .collection .collection-item.avatar p {
  margin: 0;
}
.form-materialize .collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.form-materialize .collection .collection-item:last-child {
  border-bottom: none;
}
.form-materialize .collection .collection-item.active {
  background-color: #21c8ff;
  color: #eafaf9;
}
.form-materialize .collection .collection-item.active .secondary-content {
  color: #fff;
}
.form-materialize .collection a.collection-item {
  display: block;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  color: #21c8ff;
}
.form-materialize .collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.form-materialize .collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.form-materialize .collection.with-header .collection-item {
  padding-left: 30px;
}
.form-materialize .collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.form-materialize .secondary-content {
  float: right;
  color: #21c8ff;
}
.form-materialize .collapsible .collection {
  margin: 0;
  border: none;
}
.form-materialize span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-materialize span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #21c8ff;
  border-radius: 2px;
}
.form-materialize span.badge.new:after {
  content: " new";
}
.form-materialize nav ul a span.badge {
  position: static;
  margin-left: 4px;
  line-height: 0;
}
.form-materialize .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.form-materialize .video-container.no-controls {
  padding-top: 0;
}
.form-materialize .video-container iframe,
.form-materialize .video-container object,
.form-materialize .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-materialize .progressMat {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.form-materialize .progressMat .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #21c8ff;
  -webkit-transition: width .3s linear;
  -moz-transition: width .3s linear;
  -o-transition: width .3s linear;
  -ms-transition: width .3s linear;
  transition: width .3s linear;
}
.form-materialize .progressMat .indeterminate {
  background-color: #21c8ff;
}
.form-materialize .progressMat .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  -moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  -ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.form-materialize .progressMat .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  -moz-animation-delay: 1.15s;
  -ms-animation-delay: 1.15s;
  -o-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-moz-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-moz-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.form-materialize .hide {
  display: none !important;
}
.form-materialize .left-align {
  text-align: left;
}
.form-materialize .right-align {
  text-align: right;
}
.form-materialize .center,
.form-materialize .center-align {
  text-align: center;
}
.form-materialize .left {
  float: left !important;
}
.form-materialize .right {
  float: right !important;
}
.form-materialize .no-select,
.form-materialize input[type=range],
.form-materialize input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-materialize .circle {
  border-radius: 50%;
}
.form-materialize .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.form-materialize .truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-materialize .no-padding {
  padding: 0 !important;
}
@font-face {
  font-family: "Material-Design-Icons";
  src: url("../../bundles/bitmain/font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../../bundles/bitmain/font/material-design-icons/Material-Design-Icons.woff2") format("woff2"), url("../../bundles/bitmain/font/material-design-icons/Material-Design-Icons.woff") format("woff"), url("../../bundles/bitmain/font/material-design-icons/Material-Design-Icons.ttf") format("truetype"), url("../../bundles/bitmain/font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.form-materialize [class^="mdi-"],
.form-materialize [class*="mdi-"] {
  speak: none;
  display: inline-block;
  font-family: "Material-Design-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.form-materialize [class^="mdi-"]:before,
.form-materialize [class*="mdi-"]:before {
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}
.form-materialize [class^="mdi-"].pull-left,
.form-materialize [class*="mdi-"].pull-left {
  margin-right: .3em;
}
.form-materialize [class^="mdi-"].pull-right,
.form-materialize [class*="mdi-"].pull-right {
  margin-left: .3em;
}
.form-materialize [class^="mdi-"].mdi-lg:before,
.form-materialize [class^="mdi-"].mdi-lg:after,
.form-materialize [class*="mdi-"].mdi-lg:before,
.form-materialize [class*="mdi-"].mdi-lg:after {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.form-materialize [class^="mdi-"].mdi-2x:before,
.form-materialize [class^="mdi-"].mdi-2x:after,
.form-materialize [class*="mdi-"].mdi-2x:before,
.form-materialize [class*="mdi-"].mdi-2x:after {
  font-size: 2em;
}
.form-materialize [class^="mdi-"].mdi-3x:before,
.form-materialize [class^="mdi-"].mdi-3x:after,
.form-materialize [class*="mdi-"].mdi-3x:before,
.form-materialize [class*="mdi-"].mdi-3x:after {
  font-size: 3em;
}
.form-materialize [class^="mdi-"].mdi-4x:before,
.form-materialize [class^="mdi-"].mdi-4x:after,
.form-materialize [class*="mdi-"].mdi-4x:before,
.form-materialize [class*="mdi-"].mdi-4x:after {
  font-size: 4em;
}
.form-materialize [class^="mdi-"].mdi-5x:before,
.form-materialize [class^="mdi-"].mdi-5x:after,
.form-materialize [class*="mdi-"].mdi-5x:before,
.form-materialize [class*="mdi-"].mdi-5x:after {
  font-size: 5em;
}
.form-materialize [class^="mdi-device-signal-cellular-"]:after,
.form-materialize [class^="mdi-device-battery-"]:after,
.form-materialize [class^="mdi-device-battery-charging-"]:after,
.form-materialize [class^="mdi-device-signal-cellular-connected-no-internet-"]:after,
.form-materialize [class^="mdi-device-signal-wifi-"]:after,
.form-materialize [class^="mdi-device-signal-wifi-statusbar-not-connected"]:after,
.form-materialize .mdi-device-network-wifi:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}
.form-materialize [class^="mdi-device-signal-cellular-"]:after {
  content: "\e758";
}
.form-materialize [class^="mdi-device-battery-"]:after {
  content: "\e735";
}
.form-materialize [class^="mdi-device-battery-charging-"]:after {
  content: "\e733";
}
.form-materialize [class^="mdi-device-signal-cellular-connected-no-internet-"]:after {
  content: "\e75d";
}
.form-materialize [class^="mdi-device-signal-wifi-"]:after,
.form-materialize .mdi-device-network-wifi:after {
  content: "\e765";
}
.form-materialize [class^="mdi-device-signal-wifi-statusbasr-not-connected"]:after {
  content: "\e8f7";
}
.form-materialize .mdi-device-signal-cellular-off:after,
.form-materialize .mdi-device-signal-cellular-null:after,
.form-materialize .mdi-device-signal-cellular-no-sim:after,
.form-materialize .mdi-device-signal-wifi-off:after,
.form-materialize .mdi-device-signal-wifi-4-bar:after,
.form-materialize .mdi-device-signal-cellular-4-bar:after,
.form-materialize .mdi-device-battery-alert:after,
.form-materialize .mdi-device-signal-cellular-connected-no-internet-4-bar:after,
.form-materialize .mdi-device-battery-std:after,
.form-materialize .mdi-device-battery-full .mdi-device-battery-unknown:after {
  content: "";
}
.form-materialize .mdi-fw {
  width: 1.28571429em;
  text-align: center;
}
.form-materialize .mdi-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.form-materialize .mdi-ul > li {
  position: relative;
}
.form-materialize .mdi-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.form-materialize .mdi-li.mdi-lg {
  left: -1.85714286em;
}
.form-materialize .mdi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.form-materialize .mdi-spin {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.form-materialize .mdi-pulse {
  -webkit-animation: mdi-spin 1s steps(8) infinite;
  animation: mdi-spin 1s steps(8) infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.form-materialize .mdi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form-materialize .mdi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form-materialize .mdi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.form-materialize .mdi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.form-materialize .mdi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.form-materialize :root .mdi-rotate-90,
.form-materialize :root .mdi-rotate-180,
.form-materialize :root .mdi-rotate-270,
.form-materialize :root .mdi-flip-horizontal,
.form-materialize :root .mdi-flip-vertical {
  filter: none;
}
.form-materialize .mdi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.form-materialize .mdi-stack-1x,
.form-materialize .mdi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.form-materialize .mdi-stack-1x {
  line-height: inherit;
}
.form-materialize .mdi-stack-2x {
  font-size: 2em;
}
.form-materialize .mdi-inverse {
  color: #ffffff;
}
.form-materialize .mdi-action-3d-rotation:before {
  content: "\e600";
}
.form-materialize .mdi-action-accessibility:before {
  content: "\e601";
}
.form-materialize .mdi-action-account-balance-wallet:before {
  content: "\e602";
}
.form-materialize .mdi-action-account-balance:before {
  content: "\e603";
}
.form-materialize .mdi-action-account-box:before {
  content: "\e604";
}
.form-materialize .mdi-action-account-child:before {
  content: "\e605";
}
.form-materialize .mdi-action-account-circle:before {
  content: "\e606";
}
.form-materialize .mdi-action-add-shopping-cart:before {
  content: "\e607";
}
.form-materialize .mdi-action-alarm-add:before {
  content: "\e608";
}
.form-materialize .mdi-action-alarm-off:before {
  content: "\e609";
}
.form-materialize .mdi-action-alarm-on:before {
  content: "\e60a";
}
.form-materialize .mdi-action-alarm:before {
  content: "\e60b";
}
.form-materialize .mdi-action-android:before {
  content: "\e60c";
}
.form-materialize .mdi-action-announcement:before {
  content: "\e60d";
}
.form-materialize .mdi-action-aspect-ratio:before {
  content: "\e60e";
}
.form-materialize .mdi-action-assessment:before {
  content: "\e60f";
}
.form-materialize .mdi-action-assignment-ind:before {
  content: "\e610";
}
.form-materialize .mdi-action-assignment-late:before {
  content: "\e611";
}
.form-materialize .mdi-action-assignment-return:before {
  content: "\e612";
}
.form-materialize .mdi-action-assignment-returned:before {
  content: "\e613";
}
.form-materialize .mdi-action-assignment-turned-in:before {
  content: "\e614";
}
.form-materialize .mdi-action-assignment:before {
  content: "\e615";
}
.form-materialize .mdi-action-autorenew:before {
  content: "\e616";
}
.form-materialize .mdi-action-backup:before {
  content: "\e617";
}
.form-materialize .mdi-action-book:before {
  content: "\e618";
}
.form-materialize .mdi-action-bookmark-outline:before {
  content: "\e619";
}
.form-materialize .mdi-action-bookmark:before {
  content: "\e61a";
}
.form-materialize .mdi-action-bug-report:before {
  content: "\e61b";
}
.form-materialize .mdi-action-cached:before {
  content: "\e61c";
}
.form-materialize .mdi-action-check-circle:before {
  content: "\e61d";
}
.form-materialize .mdi-action-class:before {
  content: "\e61e";
}
.form-materialize .mdi-action-credit-card:before {
  content: "\e61f";
}
.form-materialize .mdi-action-dashboard:before {
  content: "\e620";
}
.form-materialize .mdi-action-delete:before {
  content: "\e621";
}
.form-materialize .mdi-action-description:before {
  content: "\e622";
}
.form-materialize .mdi-action-dns:before {
  content: "\e623";
}
.form-materialize .mdi-action-done-all:before {
  content: "\e624";
}
.form-materialize .mdi-action-done:before {
  content: "\e625";
}
.form-materialize .mdi-action-event:before {
  content: "\e626";
}
.form-materialize .mdi-action-exit-to-app:before {
  content: "\e627";
}
.form-materialize .mdi-action-explore:before {
  content: "\e628";
}
.form-materialize .mdi-action-extension:before {
  content: "\e629";
}
.form-materialize .mdi-action-face-unlock:before {
  content: "\e62a";
}
.form-materialize .mdi-action-favorite-outline:before {
  content: "\e62b";
}
.form-materialize .mdi-action-favorite:before {
  content: "\e62c";
}
.form-materialize .mdi-action-find-in-page:before {
  content: "\e62d";
}
.form-materialize .mdi-action-find-replace:before {
  content: "\e62e";
}
.form-materialize .mdi-action-flip-to-back:before {
  content: "\e62f";
}
.form-materialize .mdi-action-flip-to-front:before {
  content: "\e630";
}
.form-materialize .mdi-action-get-app:before {
  content: "\e631";
}
.form-materialize .mdi-action-grade:before {
  content: "\e632";
}
.form-materialize .mdi-action-group-work:before {
  content: "\e633";
}
.form-materialize .mdi-action-help:before {
  content: "\e634";
}
.form-materialize .mdi-action-highlight-remove:before {
  content: "\e635";
}
.form-materialize .mdi-action-history:before {
  content: "\e636";
}
.form-materialize .mdi-action-home:before {
  content: "\e637";
}
.form-materialize .mdi-action-https:before {
  content: "\e638";
}
.form-materialize .mdi-action-info-outline:before {
  content: "\e639";
}
.form-materialize .mdi-action-info:before {
  content: "\e63a";
}
.form-materialize .mdi-action-input:before {
  content: "\e63b";
}
.form-materialize .mdi-action-invert-colors:before {
  content: "\e63c";
}
.form-materialize .mdi-action-label-outline:before {
  content: "\e63d";
}
.form-materialize .mdi-action-label:before {
  content: "\e63e";
}
.form-materialize .mdi-action-language:before {
  content: "\e63f";
}
.form-materialize .mdi-action-launch:before {
  content: "\e640";
}
.form-materialize .mdi-action-list:before {
  content: "\e641";
}
.form-materialize .mdi-action-lock-open:before {
  content: "\e642";
}
.form-materialize .mdi-action-lock-outline:before {
  content: "\e643";
}
.form-materialize .mdi-action-lock:before {
  content: "\e644";
}
.form-materialize .mdi-action-loyalty:before {
  content: "\e645";
}
.form-materialize .mdi-action-markunread-mailbox:before {
  content: "\e646";
}
.form-materialize .mdi-action-note-add:before {
  content: "\e647";
}
.form-materialize .mdi-action-open-in-browser:before {
  content: "\e648";
}
.form-materialize .mdi-action-open-in-new:before {
  content: "\e649";
}
.form-materialize .mdi-action-open-with:before {
  content: "\e64a";
}
.form-materialize .mdi-action-pageview:before {
  content: "\e64b";
}
.form-materialize .mdi-action-payment:before {
  content: "\e64c";
}
.form-materialize .mdi-action-perm-camera-mic:before {
  content: "\e64d";
}
.form-materialize .mdi-action-perm-contact-cal:before {
  content: "\e64e";
}
.form-materialize .mdi-action-perm-data-setting:before {
  content: "\e64f";
}
.form-materialize .mdi-action-perm-device-info:before {
  content: "\e650";
}
.form-materialize .mdi-action-perm-identity:before {
  content: "\e651";
}
.form-materialize .mdi-action-perm-media:before {
  content: "\e652";
}
.form-materialize .mdi-action-perm-phone-msg:before {
  content: "\e653";
}
.form-materialize .mdi-action-perm-scan-wifi:before {
  content: "\e654";
}
.form-materialize .mdi-action-picture-in-picture:before {
  content: "\e655";
}
.form-materialize .mdi-action-polymer:before {
  content: "\e656";
}
.form-materialize .mdi-action-print:before {
  content: "\e657";
}
.form-materialize .mdi-action-query-builder:before {
  content: "\e658";
}
.form-materialize .mdi-action-question-answer:before {
  content: "\e659";
}
.form-materialize .mdi-action-receipt:before {
  content: "\e65a";
}
.form-materialize .mdi-action-redeem:before {
  content: "\e65b";
}
.form-materialize .mdi-action-reorder:before {
  content: "\e65c";
}
.form-materialize .mdi-action-report-problem:before {
  content: "\e65d";
}
.form-materialize .mdi-action-restore:before {
  content: "\e65e";
}
.form-materialize .mdi-action-room:before {
  content: "\e65f";
}
.form-materialize .mdi-action-schedule:before {
  content: "\e660";
}
.form-materialize .mdi-action-search:before {
  content: "\e661";
}
.form-materialize .mdi-action-settings-applications:before {
  content: "\e662";
}
.form-materialize .mdi-action-settings-backup-restore:before {
  content: "\e663";
}
.form-materialize .mdi-action-settings-bluetooth:before {
  content: "\e664";
}
.form-materialize .mdi-action-settings-cell:before {
  content: "\e665";
}
.form-materialize .mdi-action-settings-display:before {
  content: "\e666";
}
.form-materialize .mdi-action-settings-ethernet:before {
  content: "\e667";
}
.form-materialize .mdi-action-settings-input-antenna:before {
  content: "\e668";
}
.form-materialize .mdi-action-settings-input-component:before {
  content: "\e669";
}
.form-materialize .mdi-action-settings-input-composite:before {
  content: "\e66a";
}
.form-materialize .mdi-action-settings-input-hdmi:before {
  content: "\e66b";
}
.form-materialize .mdi-action-settings-input-svideo:before {
  content: "\e66c";
}
.form-materialize .mdi-action-settings-overscan:before {
  content: "\e66d";
}
.form-materialize .mdi-action-settings-phone:before {
  content: "\e66e";
}
.form-materialize .mdi-action-settings-power:before {
  content: "\e66f";
}
.form-materialize .mdi-action-settings-remote:before {
  content: "\e670";
}
.form-materialize .mdi-action-settings-voice:before {
  content: "\e671";
}
.form-materialize .mdi-action-settings:before {
  content: "\e672";
}
.form-materialize .mdi-action-shop-two:before {
  content: "\e673";
}
.form-materialize .mdi-action-shop:before {
  content: "\e674";
}
.form-materialize .mdi-action-shopping-basket:before {
  content: "\e675";
}
.form-materialize .mdi-action-shopping-cart:before {
  content: "\e676";
}
.form-materialize .mdi-action-speaker-notes:before {
  content: "\e677";
}
.form-materialize .mdi-action-spellcheck:before {
  content: "\e678";
}
.form-materialize .mdi-action-star-rate:before {
  content: "\e679";
}
.form-materialize .mdi-action-stars:before {
  content: "\e67a";
}
.form-materialize .mdi-action-store:before {
  content: "\e67b";
}
.form-materialize .mdi-action-subject:before {
  content: "\e67c";
}
.form-materialize .mdi-action-supervisor-account:before {
  content: "\e67d";
}
.form-materialize .mdi-action-swap-horiz:before {
  content: "\e67e";
}
.form-materialize .mdi-action-swap-vert-circle:before {
  content: "\e67f";
}
.form-materialize .mdi-action-swap-vert:before {
  content: "\e680";
}
.form-materialize .mdi-action-system-update-tv:before {
  content: "\e681";
}
.form-materialize .mdi-action-tab-unselected:before {
  content: "\e682";
}
.form-materialize .mdi-action-tab:before {
  content: "\e683";
}
.form-materialize .mdi-action-theaters:before {
  content: "\e684";
}
.form-materialize .mdi-action-thumb-down:before {
  content: "\e685";
}
.form-materialize .mdi-action-thumb-up:before {
  content: "\e686";
}
.form-materialize .mdi-action-thumbs-up-down:before {
  content: "\e687";
}
.form-materialize .mdi-action-toc:before {
  content: "\e688";
}
.form-materialize .mdi-action-today:before {
  content: "\e689";
}
.form-materialize .mdi-action-track-changes:before {
  content: "\e68a";
}
.form-materialize .mdi-action-translate:before {
  content: "\e68b";
}
.form-materialize .mdi-action-trending-down:before {
  content: "\e68c";
}
.form-materialize .mdi-action-trending-neutral:before {
  content: "\e68d";
}
.form-materialize .mdi-action-trending-up:before {
  content: "\e68e";
}
.form-materialize .mdi-action-turned-in-not:before {
  content: "\e68f";
}
.form-materialize .mdi-action-turned-in:before {
  content: "\e690";
}
.form-materialize .mdi-action-verified-user:before {
  content: "\e691";
}
.form-materialize .mdi-action-view-agenda:before {
  content: "\e692";
}
.form-materialize .mdi-action-view-array:before {
  content: "\e693";
}
.form-materialize .mdi-action-view-carousel:before {
  content: "\e694";
}
.form-materialize .mdi-action-view-column:before {
  content: "\e695";
}
.form-materialize .mdi-action-view-day:before {
  content: "\e696";
}
.form-materialize .mdi-action-view-headline:before {
  content: "\e697";
}
.form-materialize .mdi-action-view-list:before {
  content: "\e698";
}
.form-materialize .mdi-action-view-module:before {
  content: "\e699";
}
.form-materialize .mdi-action-view-quilt:before {
  content: "\e69a";
}
.form-materialize .mdi-action-view-stream:before {
  content: "\e69b";
}
.form-materialize .mdi-action-view-week:before {
  content: "\e69c";
}
.form-materialize .mdi-action-visibility-off:before {
  content: "\e69d";
}
.form-materialize .mdi-action-visibility:before {
  content: "\e69e";
}
.form-materialize .mdi-action-wallet-giftcard:before {
  content: "\e69f";
}
.form-materialize .mdi-action-wallet-membership:before {
  content: "\e6a0";
}
.form-materialize .mdi-action-wallet-travel:before {
  content: "\e6a1";
}
.form-materialize .mdi-action-work:before {
  content: "\e6a2";
}
.form-materialize .mdi-alert-error:before {
  content: "\e6a3";
}
.form-materialize .mdi-alert-warning:before {
  content: "\e6a4";
}
.form-materialize .mdi-av-album:before {
  content: "\e6a5";
}
.form-materialize .mdi-av-closed-caption:before {
  content: "\e6a6";
}
.form-materialize .mdi-av-equalizer:before {
  content: "\e6a7";
}
.form-materialize .mdi-av-explicit:before {
  content: "\e6a8";
}
.form-materialize .mdi-av-fast-forward:before {
  content: "\e6a9";
}
.form-materialize .mdi-av-fast-rewind:before {
  content: "\e6aa";
}
.form-materialize .mdi-av-games:before {
  content: "\e6ab";
}
.form-materialize .mdi-av-hearing:before {
  content: "\e6ac";
}
.form-materialize .mdi-av-high-quality:before {
  content: "\e6ad";
}
.form-materialize .mdi-av-loop:before {
  content: "\e6ae";
}
.form-materialize .mdi-av-mic-none:before {
  content: "\e6af";
}
.form-materialize .mdi-av-mic-off:before {
  content: "\e6b0";
}
.form-materialize .mdi-av-mic:before {
  content: "\e6b1";
}
.form-materialize .mdi-av-movie:before {
  content: "\e6b2";
}
.form-materialize .mdi-av-my-library-add:before {
  content: "\e6b3";
}
.form-materialize .mdi-av-my-library-books:before {
  content: "\e6b4";
}
.form-materialize .mdi-av-my-library-music:before {
  content: "\e6b5";
}
.form-materialize .mdi-av-new-releases:before {
  content: "\e6b6";
}
.form-materialize .mdi-av-not-interested:before {
  content: "\e6b7";
}
.form-materialize .mdi-av-pause-circle-fill:before {
  content: "\e6b8";
}
.form-materialize .mdi-av-pause-circle-outline:before {
  content: "\e6b9";
}
.form-materialize .mdi-av-pause:before {
  content: "\e6ba";
}
.form-materialize .mdi-av-play-arrow:before {
  content: "\e6bb";
}
.form-materialize .mdi-av-play-circle-fill:before {
  content: "\e6bc";
}
.form-materialize .mdi-av-play-circle-outline:before {
  content: "\e6bd";
}
.form-materialize .mdi-av-play-shopping-bag:before {
  content: "\e6be";
}
.form-materialize .mdi-av-playlist-add:before {
  content: "\e6bf";
}
.form-materialize .mdi-av-queue-music:before {
  content: "\e6c0";
}
.form-materialize .mdi-av-queue:before {
  content: "\e6c1";
}
.form-materialize .mdi-av-radio:before {
  content: "\e6c2";
}
.form-materialize .mdi-av-recent-actors:before {
  content: "\e6c3";
}
.form-materialize .mdi-av-repeat-one:before {
  content: "\e6c4";
}
.form-materialize .mdi-av-repeat:before {
  content: "\e6c5";
}
.form-materialize .mdi-av-replay:before {
  content: "\e6c6";
}
.form-materialize .mdi-av-shuffle:before {
  content: "\e6c7";
}
.form-materialize .mdi-av-skip-next:before {
  content: "\e6c8";
}
.form-materialize .mdi-av-skip-previous:before {
  content: "\e6c9";
}
.form-materialize .mdi-av-snooze:before {
  content: "\e6ca";
}
.form-materialize .mdi-av-stop:before {
  content: "\e6cb";
}
.form-materialize .mdi-av-subtitles:before {
  content: "\e6cc";
}
.form-materialize .mdi-av-surround-sound:before {
  content: "\e6cd";
}
.form-materialize .mdi-av-timer:before {
  content: "\e6ce";
}
.form-materialize .mdi-av-video-collection:before {
  content: "\e6cf";
}
.form-materialize .mdi-av-videocam-off:before {
  content: "\e6d0";
}
.form-materialize .mdi-av-videocam:before {
  content: "\e6d1";
}
.form-materialize .mdi-av-volume-down:before {
  content: "\e6d2";
}
.form-materialize .mdi-av-volume-mute:before {
  content: "\e6d3";
}
.form-materialize .mdi-av-volume-off:before {
  content: "\e6d4";
}
.form-materialize .mdi-av-volume-up:before {
  content: "\e6d5";
}
.form-materialize .mdi-av-web:before {
  content: "\e6d6";
}
.form-materialize .mdi-communication-business:before {
  content: "\e6d7";
}
.form-materialize .mdi-communication-call-end:before {
  content: "\e6d8";
}
.form-materialize .mdi-communication-call-made:before {
  content: "\e6d9";
}
.form-materialize .mdi-communication-call-merge:before {
  content: "\e6da";
}
.form-materialize .mdi-communication-call-missed:before {
  content: "\e6db";
}
.form-materialize .mdi-communication-call-received:before {
  content: "\e6dc";
}
.form-materialize .mdi-communication-call-split:before {
  content: "\e6dd";
}
.form-materialize .mdi-communication-call:before {
  content: "\e6de";
}
.form-materialize .mdi-communication-chat:before {
  content: "\e6df";
}
.form-materialize .mdi-communication-clear-all:before {
  content: "\e6e0";
}
.form-materialize .mdi-communication-comment:before {
  content: "\e6e1";
}
.form-materialize .mdi-communication-contacts:before {
  content: "\e6e2";
}
.form-materialize .mdi-communication-dialer-sip:before {
  content: "\e6e3";
}
.form-materialize .mdi-communication-dialpad:before {
  content: "\e6e4";
}
.form-materialize .mdi-communication-dnd-on:before {
  content: "\e6e5";
}
.form-materialize .mdi-communication-email:before {
  content: "\e6e6";
}
.form-materialize .mdi-communication-forum:before {
  content: "\e6e7";
}
.form-materialize .mdi-communication-import-export:before {
  content: "\e6e8";
}
.form-materialize .mdi-communication-invert-colors-off:before {
  content: "\e6e9";
}
.form-materialize .mdi-communication-invert-colors-on:before {
  content: "\e6ea";
}
.form-materialize .mdi-communication-live-help:before {
  content: "\e6eb";
}
.form-materialize .mdi-communication-location-off:before {
  content: "\e6ec";
}
.form-materialize .mdi-communication-location-on:before {
  content: "\e6ed";
}
.form-materialize .mdi-communication-message:before {
  content: "\e6ee";
}
.form-materialize .mdi-communication-messenger:before {
  content: "\e6ef";
}
.form-materialize .mdi-communication-no-sim:before {
  content: "\e6f0";
}
.form-materialize .mdi-communication-phone:before {
  content: "\e6f1";
}
.form-materialize .mdi-communication-portable-wifi-off:before {
  content: "\e6f2";
}
.form-materialize .mdi-communication-quick-contacts-dialer:before {
  content: "\e6f3";
}
.form-materialize .mdi-communication-quick-contacts-mail:before {
  content: "\e6f4";
}
.form-materialize .mdi-communication-ring-volume:before {
  content: "\e6f5";
}
.form-materialize .mdi-communication-stay-current-landscape:before {
  content: "\e6f6";
}
.form-materialize .mdi-communication-stay-current-portrait:before {
  content: "\e6f7";
}
.form-materialize .mdi-communication-stay-primary-landscape:before {
  content: "\e6f8";
}
.form-materialize .mdi-communication-stay-primary-portrait:before {
  content: "\e6f9";
}
.form-materialize .mdi-communication-swap-calls:before {
  content: "\e6fa";
}
.form-materialize .mdi-communication-textsms:before {
  content: "\e6fb";
}
.form-materialize .mdi-communication-voicemail:before {
  content: "\e6fc";
}
.form-materialize .mdi-communication-vpn-key:before {
  content: "\e6fd";
}
.form-materialize .mdi-content-add-box:before {
  content: "\e6fe";
}
.form-materialize .mdi-content-add-circle-outline:before {
  content: "\e6ff";
}
.form-materialize .mdi-content-add-circle:before {
  content: "\e700";
}
.form-materialize .mdi-content-add:before {
  content: "\e701";
}
.form-materialize .mdi-content-archive:before {
  content: "\e702";
}
.form-materialize .mdi-content-backspace:before {
  content: "\e703";
}
.form-materialize .mdi-content-block:before {
  content: "\e704";
}
.form-materialize .mdi-content-clear:before {
  content: "\e705";
}
.form-materialize .mdi-content-content-copy:before {
  content: "\e706";
}
.form-materialize .mdi-content-content-cut:before {
  content: "\e707";
}
.form-materialize .mdi-content-content-paste:before {
  content: "\e708";
}
.form-materialize .mdi-content-create:before {
  content: "\e709";
}
.form-materialize .mdi-content-drafts:before {
  content: "\e70a";
}
.form-materialize .mdi-content-filter-list:before {
  content: "\e70b";
}
.form-materialize .mdi-content-flag:before {
  content: "\e70c";
}
.form-materialize .mdi-content-forward:before {
  content: "\e70d";
}
.form-materialize .mdi-content-gesture:before {
  content: "\e70e";
}
.form-materialize .mdi-content-inbox:before {
  content: "\e70f";
}
.form-materialize .mdi-content-link:before {
  content: "\e710";
}
.form-materialize .mdi-content-mail:before {
  content: "\e711";
}
.form-materialize .mdi-content-markunread:before {
  content: "\e712";
}
.form-materialize .mdi-content-redo:before {
  content: "\e713";
}
.form-materialize .mdi-content-remove-circle-outline:before {
  content: "\e714";
}
.form-materialize .mdi-content-remove-circle:before {
  content: "\e715";
}
.form-materialize .mdi-content-remove:before {
  content: "\e716";
}
.form-materialize .mdi-content-reply-all:before {
  content: "\e717";
}
.form-materialize .mdi-content-reply:before {
  content: "\e718";
}
.form-materialize .mdi-content-report:before {
  content: "\e719";
}
.form-materialize .mdi-content-save:before {
  content: "\e71a";
}
.form-materialize .mdi-content-select-all:before {
  content: "\e71b";
}
.form-materialize .mdi-content-send:before {
  content: "\e71c";
}
.form-materialize .mdi-content-sort:before {
  content: "\e71d";
}
.form-materialize .mdi-content-text-format:before {
  content: "\e71e";
}
.form-materialize .mdi-content-undo:before {
  content: "\e71f";
}
.form-materialize .mdi-editor-attach-file:before {
  content: "\e776";
}
.form-materialize .mdi-editor-attach-money:before {
  content: "\e777";
}
.form-materialize .mdi-editor-border-all:before {
  content: "\e778";
}
.form-materialize .mdi-editor-border-bottom:before {
  content: "\e779";
}
.form-materialize .mdi-editor-border-clear:before {
  content: "\e77a";
}
.form-materialize .mdi-editor-border-color:before {
  content: "\e77b";
}
.form-materialize .mdi-editor-border-horizontal:before {
  content: "\e77c";
}
.form-materialize .mdi-editor-border-inner:before {
  content: "\e77d";
}
.form-materialize .mdi-editor-border-left:before {
  content: "\e77e";
}
.form-materialize .mdi-editor-border-outer:before {
  content: "\e77f";
}
.form-materialize .mdi-editor-border-right:before {
  content: "\e780";
}
.form-materialize .mdi-editor-border-style:before {
  content: "\e781";
}
.form-materialize .mdi-editor-border-top:before {
  content: "\e782";
}
.form-materialize .mdi-editor-border-vertical:before {
  content: "\e783";
}
.form-materialize .mdi-editor-format-align-center:before {
  content: "\e784";
}
.form-materialize .mdi-editor-format-align-justify:before {
  content: "\e785";
}
.form-materialize .mdi-editor-format-align-left:before {
  content: "\e786";
}
.form-materialize .mdi-editor-format-align-right:before {
  content: "\e787";
}
.form-materialize .mdi-editor-format-bold:before {
  content: "\e788";
}
.form-materialize .mdi-editor-format-clear:before {
  content: "\e789";
}
.form-materialize .mdi-editor-format-color-fill:before {
  content: "\e78a";
}
.form-materialize .mdi-editor-format-color-reset:before {
  content: "\e78b";
}
.form-materialize .mdi-editor-format-color-text:before {
  content: "\e78c";
}
.form-materialize .mdi-editor-format-indent-decrease:before {
  content: "\e78d";
}
.form-materialize .mdi-editor-format-indent-increase:before {
  content: "\e78e";
}
.form-materialize .mdi-editor-format-italic:before {
  content: "\e78f";
}
.form-materialize .mdi-editor-format-line-spacing:before {
  content: "\e790";
}
.form-materialize .mdi-editor-format-list-bulleted:before {
  content: "\e791";
}
.form-materialize .mdi-editor-format-list-numbered:before {
  content: "\e792";
}
.form-materialize .mdi-editor-format-paint:before {
  content: "\e793";
}
.form-materialize .mdi-editor-format-quote:before {
  content: "\e794";
}
.form-materialize .mdi-editor-format-size:before {
  content: "\e795";
}
.form-materialize .mdi-editor-format-strikethrough:before {
  content: "\e796";
}
.form-materialize .mdi-editor-format-textdirection-l-to-r:before {
  content: "\e797";
}
.form-materialize .mdi-editor-format-textdirection-r-to-l:before {
  content: "\e798";
}
.form-materialize .mdi-editor-format-underline:before {
  content: "\e799";
}
.form-materialize .mdi-editor-functions:before {
  content: "\e79a";
}
.form-materialize .mdi-editor-insert-chart:before {
  content: "\e79b";
}
.form-materialize .mdi-editor-insert-comment:before {
  content: "\e79c";
}
.form-materialize .mdi-editor-insert-drive-file:before {
  content: "\e79d";
}
.form-materialize .mdi-editor-insert-emoticon:before {
  content: "\e79e";
}
.form-materialize .mdi-editor-insert-invitation:before {
  content: "\e79f";
}
.form-materialize .mdi-editor-insert-link:before {
  content: "\e7a0";
}
.form-materialize .mdi-editor-insert-photo:before {
  content: "\e7a1";
}
.form-materialize .mdi-editor-merge-type:before {
  content: "\e7a2";
}
.form-materialize .mdi-editor-mode-comment:before {
  content: "\e7a3";
}
.form-materialize .mdi-editor-mode-edit:before {
  content: "\e7a4";
}
.form-materialize .mdi-editor-publish:before {
  content: "\e7a5";
}
.form-materialize .mdi-editor-vertical-align-bottom:before {
  content: "\e7a6";
}
.form-materialize .mdi-editor-vertical-align-center:before {
  content: "\e7a7";
}
.form-materialize .mdi-editor-vertical-align-top:before {
  content: "\e7a8";
}
.form-materialize .mdi-editor-wrap-text:before {
  content: "\e7a9";
}
.form-materialize .mdi-file-attachment:before {
  content: "\e7aa";
}
.form-materialize .mdi-file-cloud-circle:before {
  content: "\e7ab";
}
.form-materialize .mdi-file-cloud-done:before {
  content: "\e7ac";
}
.form-materialize .mdi-file-cloud-download:before {
  content: "\e7ad";
}
.form-materialize .mdi-file-cloud-off:before {
  content: "\e7ae";
}
.form-materialize .mdi-file-cloud-queue:before {
  content: "\e7af";
}
.form-materialize .mdi-file-cloud-upload:before {
  content: "\e7b0";
}
.form-materialize .mdi-file-cloud:before {
  content: "\e7b1";
}
.form-materialize .mdi-file-file-download:before {
  content: "\e7b2";
}
.form-materialize .mdi-file-file-upload:before {
  content: "\e7b3";
}
.form-materialize .mdi-file-folder-open:before {
  content: "\e7b4";
}
.form-materialize .mdi-file-folder-shared:before {
  content: "\e7b5";
}
.form-materialize .mdi-file-folder:before {
  content: "\e7b6";
}
.form-materialize .mdi-device-access-alarm:before {
  content: "\e720";
}
.form-materialize .mdi-device-access-alarms:before {
  content: "\e721";
}
.form-materialize .mdi-device-access-time:before {
  content: "\e722";
}
.form-materialize .mdi-device-add-alarm:before {
  content: "\e723";
}
.form-materialize .mdi-device-airplanemode-off:before {
  content: "\e724";
}
.form-materialize .mdi-device-airplanemode-on:before {
  content: "\e725";
}
.form-materialize .mdi-device-battery-20:before {
  content: "\e726";
}
.form-materialize .mdi-device-battery-30:before {
  content: "\e727";
}
.form-materialize .mdi-device-battery-50:before {
  content: "\e728";
}
.form-materialize .mdi-device-battery-60:before {
  content: "\e729";
}
.form-materialize .mdi-device-battery-80:before {
  content: "\e72a";
}
.form-materialize .mdi-device-battery-90:before {
  content: "\e72b";
}
.form-materialize .mdi-device-battery-alert:before {
  content: "\e72c";
}
.form-materialize .mdi-device-battery-charging-20:before {
  content: "\e72d";
}
.form-materialize .mdi-device-battery-charging-30:before {
  content: "\e72e";
}
.form-materialize .mdi-device-battery-charging-50:before {
  content: "\e72f";
}
.form-materialize .mdi-device-battery-charging-60:before {
  content: "\e730";
}
.form-materialize .mdi-device-battery-charging-80:before {
  content: "\e731";
}
.form-materialize .mdi-device-battery-charging-90:before {
  content: "\e732";
}
.form-materialize .mdi-device-battery-charging-full:before {
  content: "\e733";
}
.form-materialize .mdi-device-battery-full:before {
  content: "\e734";
}
.form-materialize .mdi-device-battery-std:before {
  content: "\e735";
}
.form-materialize .mdi-device-battery-unknown:before {
  content: "\e736";
}
.form-materialize .mdi-device-bluetooth-connected:before {
  content: "\e737";
}
.form-materialize .mdi-device-bluetooth-disabled:before {
  content: "\e738";
}
.form-materialize .mdi-device-bluetooth-searching:before {
  content: "\e739";
}
.form-materialize .mdi-device-bluetooth:before {
  content: "\e73a";
}
.form-materialize .mdi-device-brightness-auto:before {
  content: "\e73b";
}
.form-materialize .mdi-device-brightness-high:before {
  content: "\e73c";
}
.form-materialize .mdi-device-brightness-low:before {
  content: "\e73d";
}
.form-materialize .mdi-device-brightness-medium:before {
  content: "\e73e";
}
.form-materialize .mdi-device-data-usage:before {
  content: "\e73f";
}
.form-materialize .mdi-device-developer-mode:before {
  content: "\e740";
}
.form-materialize .mdi-device-devices:before {
  content: "\e741";
}
.form-materialize .mdi-device-dvr:before {
  content: "\e742";
}
.form-materialize .mdi-device-gps-fixed:before {
  content: "\e743";
}
.form-materialize .mdi-device-gps-not-fixed:before {
  content: "\e744";
}
.form-materialize .mdi-device-gps-off:before {
  content: "\e745";
}
.form-materialize .mdi-device-location-disabled:before {
  content: "\e746";
}
.form-materialize .mdi-device-location-searching:before {
  content: "\e747";
}
.form-materialize .mdi-device-multitrack-audio:before {
  content: "\e748";
}
.form-materialize .mdi-device-network-cell:before {
  content: "\e749";
}
.form-materialize .mdi-device-network-wifi:before {
  content: "\e74a";
}
.form-materialize .mdi-device-nfc:before {
  content: "\e74b";
}
.form-materialize .mdi-device-now-wallpaper:before {
  content: "\e74c";
}
.form-materialize .mdi-device-now-widgets:before {
  content: "\e74d";
}
.form-materialize .mdi-device-screen-lock-landscape:before {
  content: "\e74e";
}
.form-materialize .mdi-device-screen-lock-portrait:before {
  content: "\e74f";
}
.form-materialize .mdi-device-screen-lock-rotation:before {
  content: "\e750";
}
.form-materialize .mdi-device-screen-rotation:before {
  content: "\e751";
}
.form-materialize .mdi-device-sd-storage:before {
  content: "\e752";
}
.form-materialize .mdi-device-settings-system-daydream:before {
  content: "\e753";
}
.form-materialize .mdi-device-signal-cellular-0-bar:before {
  content: "\e754";
}
.form-materialize .mdi-device-signal-cellular-1-bar:before {
  content: "\e755";
}
.form-materialize .mdi-device-signal-cellular-2-bar:before {
  content: "\e756";
}
.form-materialize .mdi-device-signal-cellular-3-bar:before {
  content: "\e757";
}
.form-materialize .mdi-device-signal-cellular-4-bar:before {
  content: "\e758";
}
.form-materialize .mdi-signal-wifi-statusbar-connected-no-internet-after:before {
  content: "\e8f6";
}
.form-materialize .mdi-device-signal-cellular-connected-no-internet-0-bar:before {
  content: "\e759";
}
.form-materialize .mdi-device-signal-cellular-connected-no-internet-1-bar:before {
  content: "\e75a";
}
.form-materialize .mdi-device-signal-cellular-connected-no-internet-2-bar:before {
  content: "\e75b";
}
.form-materialize .mdi-device-signal-cellular-connected-no-internet-3-bar:before {
  content: "\e75c";
}
.form-materialize .mdi-device-signal-cellular-connected-no-internet-4-bar:before {
  content: "\e75d";
}
.form-materialize .mdi-device-signal-cellular-no-sim:before {
  content: "\e75e";
}
.form-materialize .mdi-device-signal-cellular-null:before {
  content: "\e75f";
}
.form-materialize .mdi-device-signal-cellular-off:before {
  content: "\e760";
}
.form-materialize .mdi-device-signal-wifi-0-bar:before {
  content: "\e761";
}
.form-materialize .mdi-device-signal-wifi-1-bar:before {
  content: "\e762";
}
.form-materialize .mdi-device-signal-wifi-2-bar:before {
  content: "\e763";
}
.form-materialize .mdi-device-signal-wifi-3-bar:before {
  content: "\e764";
}
.form-materialize .mdi-device-signal-wifi-4-bar:before {
  content: "\e765";
}
.form-materialize .mdi-device-signal-wifi-off:before {
  content: "\e766";
}
.form-materialize .mdi-device-signal-wifi-statusbar-1-bar:before {
  content: "\e767";
}
.form-materialize .mdi-device-signal-wifi-statusbar-2-bar:before {
  content: "\e768";
}
.form-materialize .mdi-device-signal-wifi-statusbar-3-bar:before {
  content: "\e769";
}
.form-materialize .mdi-device-signal-wifi-statusbar-4-bar:before {
  content: "\e76a";
}
.form-materialize .mdi-device-signal-wifi-statusbar-connected-no-internet-:before {
  content: "\e76b";
}
.form-materialize .mdi-device-signal-wifi-statusbar-connected-no-internet:before {
  content: "\e76f";
}
.form-materialize .mdi-device-signal-wifi-statusbar-connected-no-internet-2:before {
  content: "\e76c";
}
.form-materialize .mdi-device-signal-wifi-statusbar-connected-no-internet-3:before {
  content: "\e76d";
}
.form-materialize .mdi-device-signal-wifi-statusbar-connected-no-internet-4:before {
  content: "\e76e";
}
.form-materialize .mdi-signal-wifi-statusbar-not-connected-after:before {
  content: "\e8f7";
}
.form-materialize .mdi-device-signal-wifi-statusbar-not-connected:before {
  content: "\e770";
}
.form-materialize .mdi-device-signal-wifi-statusbar-null:before {
  content: "\e771";
}
.form-materialize .mdi-device-storage:before {
  content: "\e772";
}
.form-materialize .mdi-device-usb:before {
  content: "\e773";
}
.form-materialize .mdi-device-wifi-lock:before {
  content: "\e774";
}
.form-materialize .mdi-device-wifi-tethering:before {
  content: "\e775";
}
.form-materialize .mdi-hardware-cast-connected:before {
  content: "\e7b7";
}
.form-materialize .mdi-hardware-cast:before {
  content: "\e7b8";
}
.form-materialize .mdi-hardware-computer:before {
  content: "\e7b9";
}
.form-materialize .mdi-hardware-desktop-mac:before {
  content: "\e7ba";
}
.form-materialize .mdi-hardware-desktop-windows:before {
  content: "\e7bb";
}
.form-materialize .mdi-hardware-dock:before {
  content: "\e7bc";
}
.form-materialize .mdi-hardware-gamepad:before {
  content: "\e7bd";
}
.form-materialize .mdi-hardware-headset-mic:before {
  content: "\e7be";
}
.form-materialize .mdi-hardware-headset:before {
  content: "\e7bf";
}
.form-materialize .mdi-hardware-keyboard-alt:before {
  content: "\e7c0";
}
.form-materialize .mdi-hardware-keyboard-arrow-down:before {
  content: "\e7c1";
}
.form-materialize .mdi-hardware-keyboard-arrow-left:before {
  content: "\e7c2";
}
.form-materialize .mdi-hardware-keyboard-arrow-right:before {
  content: "\e7c3";
}
.form-materialize .mdi-hardware-keyboard-arrow-up:before {
  content: "\e7c4";
}
.form-materialize .mdi-hardware-keyboard-backspace:before {
  content: "\e7c5";
}
.form-materialize .mdi-hardware-keyboard-capslock:before {
  content: "\e7c6";
}
.form-materialize .mdi-hardware-keyboard-control:before {
  content: "\e7c7";
}
.form-materialize .mdi-hardware-keyboard-hide:before {
  content: "\e7c8";
}
.form-materialize .mdi-hardware-keyboard-return:before {
  content: "\e7c9";
}
.form-materialize .mdi-hardware-keyboard-tab:before {
  content: "\e7ca";
}
.form-materialize .mdi-hardware-keyboard-voice:before {
  content: "\e7cb";
}
.form-materialize .mdi-hardware-keyboard:before {
  content: "\e7cc";
}
.form-materialize .mdi-hardware-laptop-chromebook:before {
  content: "\e7cd";
}
.form-materialize .mdi-hardware-laptop-mac:before {
  content: "\e7ce";
}
.form-materialize .mdi-hardware-laptop-windows:before {
  content: "\e7cf";
}
.form-materialize .mdi-hardware-laptop:before {
  content: "\e7d0";
}
.form-materialize .mdi-hardware-memory:before {
  content: "\e7d1";
}
.form-materialize .mdi-hardware-mouse:before {
  content: "\e7d2";
}
.form-materialize .mdi-hardware-phone-android:before {
  content: "\e7d3";
}
.form-materialize .mdi-hardware-phone-iphone:before {
  content: "\e7d4";
}
.form-materialize .mdi-hardware-phonelink-off:before {
  content: "\e7d5";
}
.form-materialize .mdi-hardware-phonelink:before {
  content: "\e7d6";
}
.form-materialize .mdi-hardware-security:before {
  content: "\e7d7";
}
.form-materialize .mdi-hardware-sim-card:before {
  content: "\e7d8";
}
.form-materialize .mdi-hardware-smartphone:before {
  content: "\e7d9";
}
.form-materialize .mdi-hardware-speaker:before {
  content: "\e7da";
}
.form-materialize .mdi-hardware-tablet-android:before {
  content: "\e7db";
}
.form-materialize .mdi-hardware-tablet-mac:before {
  content: "\e7dc";
}
.form-materialize .mdi-hardware-tablet:before {
  content: "\e7dd";
}
.form-materialize .mdi-hardware-tv:before {
  content: "\e7de";
}
.form-materialize .mdi-hardware-watch:before {
  content: "\e7df";
}
.form-materialize .mdi-image-add-to-photos:before {
  content: "\e7e0";
}
.form-materialize .mdi-image-adjust:before {
  content: "\e7e1";
}
.form-materialize .mdi-image-assistant-photo:before {
  content: "\e7e2";
}
.form-materialize .mdi-image-audiotrack:before {
  content: "\e7e3";
}
.form-materialize .mdi-image-blur-circular:before {
  content: "\e7e4";
}
.form-materialize .mdi-image-blur-linear:before {
  content: "\e7e5";
}
.form-materialize .mdi-image-blur-off:before {
  content: "\e7e6";
}
.form-materialize .mdi-image-blur-on:before {
  content: "\e7e7";
}
.form-materialize .mdi-image-brightness-1:before {
  content: "\e7e8";
}
.form-materialize .mdi-image-brightness-2:before {
  content: "\e7e9";
}
.form-materialize .mdi-image-brightness-3:before {
  content: "\e7ea";
}
.form-materialize .mdi-image-brightness-4:before {
  content: "\e7eb";
}
.form-materialize .mdi-image-brightness-5:before {
  content: "\e7ec";
}
.form-materialize .mdi-image-brightness-6:before {
  content: "\e7ed";
}
.form-materialize .mdi-image-brightness-7:before {
  content: "\e7ee";
}
.form-materialize .mdi-image-brush:before {
  content: "\e7ef";
}
.form-materialize .mdi-image-camera-alt:before {
  content: "\e7f0";
}
.form-materialize .mdi-image-camera-front:before {
  content: "\e7f1";
}
.form-materialize .mdi-image-camera-rear:before {
  content: "\e7f2";
}
.form-materialize .mdi-image-camera-roll:before {
  content: "\e7f3";
}
.form-materialize .mdi-image-camera:before {
  content: "\e7f4";
}
.form-materialize .mdi-image-center-focus-strong:before {
  content: "\e7f5";
}
.form-materialize .mdi-image-center-focus-weak:before {
  content: "\e7f6";
}
.form-materialize .mdi-image-collections:before {
  content: "\e7f7";
}
.form-materialize .mdi-image-color-lens:before {
  content: "\e7f8";
}
.form-materialize .mdi-image-colorize:before {
  content: "\e7f9";
}
.form-materialize .mdi-image-compare:before {
  content: "\e7fa";
}
.form-materialize .mdi-image-control-point-duplicate:before {
  content: "\e7fb";
}
.form-materialize .mdi-image-control-point:before {
  content: "\e7fc";
}
.form-materialize .mdi-image-crop-3-2:before {
  content: "\e7fd";
}
.form-materialize .mdi-image-crop-5-4:before {
  content: "\e7fe";
}
.form-materialize .mdi-image-crop-7-5:before {
  content: "\e7ff";
}
.form-materialize .mdi-image-crop-16-9:before {
  content: "\e800";
}
.form-materialize .mdi-image-crop-din:before {
  content: "\e801";
}
.form-materialize .mdi-image-crop-free:before {
  content: "\e802";
}
.form-materialize .mdi-image-crop-landscape:before {
  content: "\e803";
}
.form-materialize .mdi-image-crop-original:before {
  content: "\e804";
}
.form-materialize .mdi-image-crop-portrait:before {
  content: "\e805";
}
.form-materialize .mdi-image-crop-square:before {
  content: "\e806";
}
.form-materialize .mdi-image-crop:before {
  content: "\e807";
}
.form-materialize .mdi-image-dehaze:before {
  content: "\e808";
}
.form-materialize .mdi-image-details:before {
  content: "\e809";
}
.form-materialize .mdi-image-edit:before {
  content: "\e80a";
}
.form-materialize .mdi-image-exposure-minus-1:before {
  content: "\e80b";
}
.form-materialize .mdi-image-exposure-minus-2:before {
  content: "\e80c";
}
.form-materialize .mdi-image-exposure-plus-1:before {
  content: "\e80d";
}
.form-materialize .mdi-image-exposure-plus-2:before {
  content: "\e80e";
}
.form-materialize .mdi-image-exposure-zero:before {
  content: "\e80f";
}
.form-materialize .mdi-image-exposure:before {
  content: "\e810";
}
.form-materialize .mdi-image-filter-1:before {
  content: "\e811";
}
.form-materialize .mdi-image-filter-2:before {
  content: "\e812";
}
.form-materialize .mdi-image-filter-3:before {
  content: "\e813";
}
.form-materialize .mdi-image-filter-4:before {
  content: "\e814";
}
.form-materialize .mdi-image-filter-5:before {
  content: "\e815";
}
.form-materialize .mdi-image-filter-6:before {
  content: "\e816";
}
.form-materialize .mdi-image-filter-7:before {
  content: "\e817";
}
.form-materialize .mdi-image-filter-8:before {
  content: "\e818";
}
.form-materialize .mdi-image-filter-9-plus:before {
  content: "\e819";
}
.form-materialize .mdi-image-filter-9:before {
  content: "\e81a";
}
.form-materialize .mdi-image-filter-b-and-w:before {
  content: "\e81b";
}
.form-materialize .mdi-image-filter-center-focus:before {
  content: "\e81c";
}
.form-materialize .mdi-image-filter-drama:before {
  content: "\e81d";
}
.form-materialize .mdi-image-filter-frames:before {
  content: "\e81e";
}
.form-materialize .mdi-image-filter-hdr:before {
  content: "\e81f";
}
.form-materialize .mdi-image-filter-none:before {
  content: "\e820";
}
.form-materialize .mdi-image-filter-tilt-shift:before {
  content: "\e821";
}
.form-materialize .mdi-image-filter-vintage:before {
  content: "\e822";
}
.form-materialize .mdi-image-filter:before {
  content: "\e823";
}
.form-materialize .mdi-image-flare:before {
  content: "\e824";
}
.form-materialize .mdi-image-flash-auto:before {
  content: "\e825";
}
.form-materialize .mdi-image-flash-off:before {
  content: "\e826";
}
.form-materialize .mdi-image-flash-on:before {
  content: "\e827";
}
.form-materialize .mdi-image-flip:before {
  content: "\e828";
}
.form-materialize .mdi-image-gradient:before {
  content: "\e829";
}
.form-materialize .mdi-image-grain:before {
  content: "\e82a";
}
.form-materialize .mdi-image-grid-off:before {
  content: "\e82b";
}
.form-materialize .mdi-image-grid-on:before {
  content: "\e82c";
}
.form-materialize .mdi-image-hdr-off:before {
  content: "\e82d";
}
.form-materialize .mdi-image-hdr-on:before {
  content: "\e82e";
}
.form-materialize .mdi-image-hdr-strong:before {
  content: "\e82f";
}
.form-materialize .mdi-image-hdr-weak:before {
  content: "\e830";
}
.form-materialize .mdi-image-healing:before {
  content: "\e831";
}
.form-materialize .mdi-image-image-aspect-ratio:before {
  content: "\e832";
}
.form-materialize .mdi-image-image:before {
  content: "\e833";
}
.form-materialize .mdi-image-iso:before {
  content: "\e834";
}
.form-materialize .mdi-image-landscape:before {
  content: "\e835";
}
.form-materialize .mdi-image-leak-add:before {
  content: "\e836";
}
.form-materialize .mdi-image-leak-remove:before {
  content: "\e837";
}
.form-materialize .mdi-image-lens:before {
  content: "\e838";
}
.form-materialize .mdi-image-looks-3:before {
  content: "\e839";
}
.form-materialize .mdi-image-looks-4:before {
  content: "\e83a";
}
.form-materialize .mdi-image-looks-5:before {
  content: "\e83b";
}
.form-materialize .mdi-image-looks-6:before {
  content: "\e83c";
}
.form-materialize .mdi-image-looks-one:before {
  content: "\e83d";
}
.form-materialize .mdi-image-looks-two:before {
  content: "\e83e";
}
.form-materialize .mdi-image-looks:before {
  content: "\e83f";
}
.form-materialize .mdi-image-loupe:before {
  content: "\e840";
}
.form-materialize .mdi-image-movie-creation:before {
  content: "\e841";
}
.form-materialize .mdi-image-nature-people:before {
  content: "\e842";
}
.form-materialize .mdi-image-nature:before {
  content: "\e843";
}
.form-materialize .mdi-image-navigate-before:before {
  content: "\e844";
}
.form-materialize .mdi-image-navigate-next:before {
  content: "\e845";
}
.form-materialize .mdi-image-palette:before {
  content: "\e846";
}
.form-materialize .mdi-image-panorama-fisheye:before {
  content: "\e847";
}
.form-materialize .mdi-image-panorama-horizontal:before {
  content: "\e848";
}
.form-materialize .mdi-image-panorama-vertical:before {
  content: "\e849";
}
.form-materialize .mdi-image-panorama-wide-angle:before {
  content: "\e84a";
}
.form-materialize .mdi-image-panorama:before {
  content: "\e84b";
}
.form-materialize .mdi-image-photo-album:before {
  content: "\e84c";
}
.form-materialize .mdi-image-photo-camera:before {
  content: "\e84d";
}
.form-materialize .mdi-image-photo-library:before {
  content: "\e84e";
}
.form-materialize .mdi-image-photo:before {
  content: "\e84f";
}
.form-materialize .mdi-image-portrait:before {
  content: "\e850";
}
.form-materialize .mdi-image-remove-red-eye:before {
  content: "\e851";
}
.form-materialize .mdi-image-rotate-left:before {
  content: "\e852";
}
.form-materialize .mdi-image-rotate-right:before {
  content: "\e853";
}
.form-materialize .mdi-image-slideshow:before {
  content: "\e854";
}
.form-materialize .mdi-image-straighten:before {
  content: "\e855";
}
.form-materialize .mdi-image-style:before {
  content: "\e856";
}
.form-materialize .mdi-image-switch-camera:before {
  content: "\e857";
}
.form-materialize .mdi-image-switch-video:before {
  content: "\e858";
}
.form-materialize .mdi-image-tag-faces:before {
  content: "\e859";
}
.form-materialize .mdi-image-texture:before {
  content: "\e85a";
}
.form-materialize .mdi-image-timelapse:before {
  content: "\e85b";
}
.form-materialize .mdi-image-timer-3:before {
  content: "\e85c";
}
.form-materialize .mdi-image-timer-10:before {
  content: "\e85d";
}
.form-materialize .mdi-image-timer-auto:before {
  content: "\e85e";
}
.form-materialize .mdi-image-timer-off:before {
  content: "\e85f";
}
.form-materialize .mdi-image-timer:before {
  content: "\e860";
}
.form-materialize .mdi-image-tonality:before {
  content: "\e861";
}
.form-materialize .mdi-image-transform:before {
  content: "\e862";
}
.form-materialize .mdi-image-tune:before {
  content: "\e863";
}
.form-materialize .mdi-image-wb-auto:before {
  content: "\e864";
}
.form-materialize .mdi-image-wb-cloudy:before {
  content: "\e865";
}
.form-materialize .mdi-image-wb-incandescent:before {
  content: "\e866";
}
.form-materialize .mdi-image-wb-irradescent:before {
  content: "\e867";
}
.form-materialize .mdi-image-wb-sunny:before {
  content: "\e868";
}
.form-materialize .mdi-maps-beenhere:before {
  content: "\e869";
}
.form-materialize .mdi-maps-directions-bike:before {
  content: "\e86a";
}
.form-materialize .mdi-maps-directions-bus:before {
  content: "\e86b";
}
.form-materialize .mdi-maps-directions-car:before {
  content: "\e86c";
}
.form-materialize .mdi-maps-directions-ferry:before {
  content: "\e86d";
}
.form-materialize .mdi-maps-directions-subway:before {
  content: "\e86e";
}
.form-materialize .mdi-maps-directions-train:before {
  content: "\e86f";
}
.form-materialize .mdi-maps-directions-transit:before {
  content: "\e870";
}
.form-materialize .mdi-maps-directions-walk:before {
  content: "\e871";
}
.form-materialize .mdi-maps-directions:before {
  content: "\e872";
}
.form-materialize .mdi-maps-flight:before {
  content: "\e873";
}
.form-materialize .mdi-maps-hotel:before {
  content: "\e874";
}
.form-materialize .mdi-maps-layers-clear:before {
  content: "\e875";
}
.form-materialize .mdi-maps-layers:before {
  content: "\e876";
}
.form-materialize .mdi-maps-local-airport:before {
  content: "\e877";
}
.form-materialize .mdi-maps-local-atm:before {
  content: "\e878";
}
.form-materialize .mdi-maps-local-attraction:before {
  content: "\e879";
}
.form-materialize .mdi-maps-local-bar:before {
  content: "\e87a";
}
.form-materialize .mdi-maps-local-cafe:before {
  content: "\e87b";
}
.form-materialize .mdi-maps-local-car-wash:before {
  content: "\e87c";
}
.form-materialize .mdi-maps-local-convenience-store:before {
  content: "\e87d";
}
.form-materialize .mdi-maps-local-drink:before {
  content: "\e87e";
}
.form-materialize .mdi-maps-local-florist:before {
  content: "\e87f";
}
.form-materialize .mdi-maps-local-gas-station:before {
  content: "\e880";
}
.form-materialize .mdi-maps-local-grocery-store:before {
  content: "\e881";
}
.form-materialize .mdi-maps-local-hospital:before {
  content: "\e882";
}
.form-materialize .mdi-maps-local-hotel:before {
  content: "\e883";
}
.form-materialize .mdi-maps-local-laundry-service:before {
  content: "\e884";
}
.form-materialize .mdi-maps-local-library:before {
  content: "\e885";
}
.form-materialize .mdi-maps-local-mall:before {
  content: "\e886";
}
.form-materialize .mdi-maps-local-movies:before {
  content: "\e887";
}
.form-materialize .mdi-maps-local-offer:before {
  content: "\e888";
}
.form-materialize .mdi-maps-local-parking:before {
  content: "\e889";
}
.form-materialize .mdi-maps-local-pharmacy:before {
  content: "\e88a";
}
.form-materialize .mdi-maps-local-phone:before {
  content: "\e88b";
}
.form-materialize .mdi-maps-local-pizza:before {
  content: "\e88c";
}
.form-materialize .mdi-maps-local-play:before {
  content: "\e88d";
}
.form-materialize .mdi-maps-local-post-office:before {
  content: "\e88e";
}
.form-materialize .mdi-maps-local-print-shop:before {
  content: "\e88f";
}
.form-materialize .mdi-maps-local-restaurant:before {
  content: "\e890";
}
.form-materialize .mdi-maps-local-see:before {
  content: "\e891";
}
.form-materialize .mdi-maps-local-shipping:before {
  content: "\e892";
}
.form-materialize .mdi-maps-local-taxi:before {
  content: "\e893";
}
.form-materialize .mdi-maps-location-history:before {
  content: "\e894";
}
.form-materialize .mdi-maps-map:before {
  content: "\e895";
}
.form-materialize .mdi-maps-my-location:before {
  content: "\e896";
}
.form-materialize .mdi-maps-navigation:before {
  content: "\e897";
}
.form-materialize .mdi-maps-pin-drop:before {
  content: "\e898";
}
.form-materialize .mdi-maps-place:before {
  content: "\e899";
}
.form-materialize .mdi-maps-rate-review:before {
  content: "\e89a";
}
.form-materialize .mdi-maps-restaurant-menu:before {
  content: "\e89b";
}
.form-materialize .mdi-maps-satellite:before {
  content: "\e89c";
}
.form-materialize .mdi-maps-store-mall-directory:before {
  content: "\e89d";
}
.form-materialize .mdi-maps-terrain:before {
  content: "\e89e";
}
.form-materialize .mdi-maps-traffic:before {
  content: "\e89f";
}
.form-materialize .mdi-navigation-apps:before {
  content: "\e8a0";
}
.form-materialize .mdi-navigation-arrow-back:before {
  content: "\e8a1";
}
.form-materialize .mdi-navigation-arrow-drop-down-circle:before {
  content: "\e8a2";
}
.form-materialize .mdi-navigation-arrow-drop-down:before {
  content: "\e8a3";
}
.form-materialize .mdi-navigation-arrow-drop-up:before {
  content: "\e8a4";
}
.form-materialize .mdi-navigation-arrow-forward:before {
  content: "\e8a5";
}
.form-materialize .mdi-navigation-cancel:before {
  content: "\e8a6";
}
.form-materialize .mdi-navigation-check:before {
  content: "\e8a7";
}
.form-materialize .mdi-navigation-chevron-left:before {
  content: "\e8a8";
}
.form-materialize .mdi-navigation-chevron-right:before {
  content: "\e8a9";
}
.form-materialize .mdi-navigation-close:before {
  content: "\e8aa";
}
.form-materialize .mdi-navigation-expand-less:before {
  content: "\e8ab";
}
.form-materialize .mdi-navigation-expand-more:before {
  content: "\e8ac";
}
.form-materialize .mdi-navigation-fullscreen-exit:before {
  content: "\e8ad";
}
.form-materialize .mdi-navigation-fullscreen:before {
  content: "\e8ae";
}
.form-materialize .mdi-navigation-menu:before {
  content: "\e8af";
}
.form-materialize .mdi-navigation-more-horiz:before {
  content: "\e8b0";
}
.form-materialize .mdi-navigation-more-vert:before {
  content: "\e8b1";
}
.form-materialize .mdi-navigation-refresh:before {
  content: "\e8b2";
}
.form-materialize .mdi-navigation-unfold-less:before {
  content: "\e8b3";
}
.form-materialize .mdi-navigation-unfold-more:before {
  content: "\e8b4";
}
.form-materialize .mdi-notification-adb:before {
  content: "\e8b5";
}
.form-materialize .mdi-notification-bluetooth-audio:before {
  content: "\e8b6";
}
.form-materialize .mdi-notification-disc-full:before {
  content: "\e8b7";
}
.form-materialize .mdi-notification-dnd-forwardslash:before {
  content: "\e8b8";
}
.form-materialize .mdi-notification-do-not-disturb:before {
  content: "\e8b9";
}
.form-materialize .mdi-notification-drive-eta:before {
  content: "\e8ba";
}
.form-materialize .mdi-notification-event-available:before {
  content: "\e8bb";
}
.form-materialize .mdi-notification-event-busy:before {
  content: "\e8bc";
}
.form-materialize .mdi-notification-event-note:before {
  content: "\e8bd";
}
.form-materialize .mdi-notification-folder-special:before {
  content: "\e8be";
}
.form-materialize .mdi-notification-mms:before {
  content: "\e8bf";
}
.form-materialize .mdi-notification-more:before {
  content: "\e8c0";
}
.form-materialize .mdi-notification-network-locked:before {
  content: "\e8c1";
}
.form-materialize .mdi-notification-phone-bluetooth-speaker:before {
  content: "\e8c2";
}
.form-materialize .mdi-notification-phone-forwarded:before {
  content: "\e8c3";
}
.form-materialize .mdi-notification-phone-in-talk:before {
  content: "\e8c4";
}
.form-materialize .mdi-notification-phone-locked:before {
  content: "\e8c5";
}
.form-materialize .mdi-notification-phone-missed:before {
  content: "\e8c6";
}
.form-materialize .mdi-notification-phone-paused:before {
  content: "\e8c7";
}
.form-materialize .mdi-notification-play-download:before {
  content: "\e8c8";
}
.form-materialize .mdi-notification-play-install:before {
  content: "\e8c9";
}
.form-materialize .mdi-notification-sd-card:before {
  content: "\e8ca";
}
.form-materialize .mdi-notification-sim-card-alert:before {
  content: "\e8cb";
}
.form-materialize .mdi-notification-sms-failed:before {
  content: "\e8cc";
}
.form-materialize .mdi-notification-sms:before {
  content: "\e8cd";
}
.form-materialize .mdi-notification-sync-disabled:before {
  content: "\e8ce";
}
.form-materialize .mdi-notification-sync-problem:before {
  content: "\e8cf";
}
.form-materialize .mdi-notification-sync:before {
  content: "\e8d0";
}
.form-materialize .mdi-notification-system-update:before {
  content: "\e8d1";
}
.form-materialize .mdi-notification-tap-and-play:before {
  content: "\e8d2";
}
.form-materialize .mdi-notification-time-to-leave:before {
  content: "\e8d3";
}
.form-materialize .mdi-notification-vibration:before {
  content: "\e8d4";
}
.form-materialize .mdi-notification-voice-chat:before {
  content: "\e8d5";
}
.form-materialize .mdi-notification-vpn-lock:before {
  content: "\e8d6";
}
.form-materialize .mdi-social-cake:before {
  content: "\e8d7";
}
.form-materialize .mdi-social-domain:before {
  content: "\e8d8";
}
.form-materialize .mdi-social-group-add:before {
  content: "\e8d9";
}
.form-materialize .mdi-social-group:before {
  content: "\e8da";
}
.form-materialize .mdi-social-location-city:before {
  content: "\e8db";
}
.form-materialize .mdi-social-mood:before {
  content: "\e8dc";
}
.form-materialize .mdi-social-notifications-none:before {
  content: "\e8dd";
}
.form-materialize .mdi-social-notifications-off:before {
  content: "\e8de";
}
.form-materialize .mdi-social-notifications-on:before {
  content: "\e8df";
}
.form-materialize .mdi-social-notifications-paused:before {
  content: "\e8e0";
}
.form-materialize .mdi-social-notifications:before {
  content: "\e8e1";
}
.form-materialize .mdi-social-pages:before {
  content: "\e8e2";
}
.form-materialize .mdi-social-party-mode:before {
  content: "\e8e3";
}
.form-materialize .mdi-social-people-outline:before {
  content: "\e8e4";
}
.form-materialize .mdi-social-people:before {
  content: "\e8e5";
}
.form-materialize .mdi-social-person-add:before {
  content: "\e8e6";
}
.form-materialize .mdi-social-person-outline:before {
  content: "\e8e7";
}
.form-materialize .mdi-social-person:before {
  content: "\e8e8";
}
.form-materialize .mdi-social-plus-one:before {
  content: "\e8e9";
}
.form-materialize .mdi-social-poll:before {
  content: "\e8ea";
}
.form-materialize .mdi-social-public:before {
  content: "\e8eb";
}
.form-materialize .mdi-social-school:before {
  content: "\e8ec";
}
.form-materialize .mdi-social-share:before {
  content: "\e8ed";
}
.form-materialize .mdi-social-whatshot:before {
  content: "\e8ee";
}
.form-materialize .mdi-toggle-check-box-outline-blank:before {
  content: "\e8ef";
}
.form-materialize .mdi-toggle-check-box:before {
  content: "\e8f0";
}
.form-materialize .mdi-toggle-radio-button-off:before {
  content: "\e8f1";
}
.form-materialize .mdi-toggle-radio-button-on:before {
  content: "\e8f2";
}
.form-materialize .mdi-toggle-star-half:before {
  content: "\e8f3";
}
.form-materialize .mdi-toggle-star-outline:before {
  content: "\e8f4";
}
.form-materialize .mdi-toggle-star:before {
  content: "\e8f5";
}
.form-materialize .section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.form-materialize .section.no-pad {
  padding: 0;
}
.form-materialize .section.no-pad-bot {
  padding-bottom: 0;
}
.form-materialize .section.no-pad-top {
  padding-top: 0;
}
.form-materialize .row {
  margin-left: auto;
  margin-right: auto;
}
.form-materialize .flow-text {
  font-weight: 300;
}
@media only screen and (min-width: 360px) {
  .form-materialize .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .form-materialize .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .form-materialize .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .form-materialize .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .form-materialize .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .form-materialize .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .form-materialize .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .form-materialize .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .form-materialize .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .form-materialize .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .form-materialize .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .form-materialize .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .form-materialize .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .form-materialize .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .form-materialize .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .form-materialize .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .form-materialize .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .form-materialize .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .form-materialize .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .form-materialize .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .form-materialize .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .form-materialize .flow-text {
    font-size: 1.2rem;
  }
}
.form-materialize .card-panel {
  transition: box-shadow 0.25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}
.form-materialize .card {
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}
.form-materialize .card .card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.form-materialize .card .card-title.activator {
  cursor: pointer;
}
.form-materialize .card.small,
.form-materialize .card.medium,
.form-materialize .card.large {
  position: relative;
}
.form-materialize .card.small .card-image,
.form-materialize .card.medium .card-image,
.form-materialize .card.large .card-image {
  overflow: hidden;
}
.form-materialize .card.small .card-content,
.form-materialize .card.medium .card-content,
.form-materialize .card.large .card-content {
  overflow: hidden;
}
.form-materialize .card.small .card-action,
.form-materialize .card.medium .card-action,
.form-materialize .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.form-materialize .card.small {
  height: 300px;
}
.form-materialize .card.small .card-image {
  height: 150px;
}
.form-materialize .card.small .card-content {
  height: 150px;
}
.form-materialize .card.medium {
  height: 400px;
}
.form-materialize .card.medium .card-image {
  height: 250px;
}
.form-materialize .card.medium .card-content {
  height: 150px;
}
.form-materialize .card.large {
  height: 500px;
}
.form-materialize .card.large .card-image {
  height: 330px;
}
.form-materialize .card.large .card-content {
  height: 170px;
}
.form-materialize .card .card-image {
  position: relative;
}
.form-materialize .card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.form-materialize .card .card-image .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.form-materialize .card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}
.form-materialize .card .card-content p {
  margin: 0;
  color: inherit;
}
.form-materialize .card .card-content .card-title {
  line-height: 48px;
}
.form-materialize .card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px;
}
.form-materialize .card .card-action a {
  color: #ffab40;
  margin-right: 20px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  -ms-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}
.form-materialize .card .card-action a:hover {
  color: #ffd8a6;
}
.form-materialize .card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.form-materialize .card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
.form-materialize #toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  .form-materialize #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .form-materialize #toast-container {
    min-width: 30%;
    left: 5%;
    bottom: 7%;
  }
}
@media only screen and (min-width: 993px) {
  .form-materialize #toast-container {
    min-width: 8%;
    top: 10%;
    right: 7%;
  }
}
.form-materialize .toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #323232;
  padding: 0 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form-materialize .toast .btn,
.form-materialize .toast .btn-large,
.form-materialize .toast .btn-flat {
  margin: 0;
  margin-left: 3rem;
}
.form-materialize .toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .form-materialize .toast {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .form-materialize .toast {
    float: left;
  }
}
@media only screen and (min-width: 993px) {
  .form-materialize .toast {
    float: right;
  }
}
.form-materialize .tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}
.form-materialize .tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .8px;
  width: 15%;
}
.form-materialize .tabs .tab a {
  color: #ee6e73;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: color .28s ease;
  -moz-transition: color .28s ease;
  -o-transition: color .28s ease;
  -ms-transition: color .28s ease;
  transition: color .28s ease;
}
.form-materialize .tabs .tab a:hover {
  color: #f9c9cb;
}
.form-materialize .tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default;
}
.form-materialize .tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}
.form-materialize .tabs .tab {
  padding: 0;
}
.form-materialize .material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 1rem;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  overflow: hidden;
  left: 0;
  top: 0;
  will-change: top, left;
}
.form-materialize .backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
}
.form-materialize .fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}
.form-materialize .fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
}
.form-materialize .fixed-action-btn ul li {
  margin-bottom: 15px;
}
.form-materialize .fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.form-materialize .dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 400px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
}
.form-materialize .dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  line-height: 1rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}
.form-materialize .dropdown-content li:hover,
.form-materialize .dropdown-content li.active {
  background-color: #21c8ff;
  color: #fff;
  color: white;
}
.form-materialize .dropdown-content li > a,
.form-materialize .dropdown-content li > span {
  display: block;
  padding: 0.5rem 0.5rem;
  font-size: 0.9rem;
}
.form-materialize .dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}
.form-materialize .waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.form-materialize .waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.form-materialize .waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.form-materialize .waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.form-materialize .waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.form-materialize .waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.form-materialize .waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.form-materialize .waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.form-materialize .waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.form-materialize .waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.form-materialize .waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.form-materialize .waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.form-materialize .waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.form-materialize .waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.form-materialize .waves-block {
  display: block;
}
.form-materialize a.waves-effect .waves-ripple {
  z-index: -1;
}
.form-materialize .modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
@media only screen and (max-width: 992px) {
  .form-materialize .modal {
    width: 80%;
  }
}
.form-materialize .modal h1,
.form-materialize .modal h2,
.form-materialize .modal h3,
.form-materialize .modal h4 {
  margin-top: 0;
}
.form-materialize .modal .modal-content {
  padding: 24px;
}
.form-materialize .modal .modal-close {
  cursor: pointer;
}
.form-materialize .modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}
.form-materialize .modal .modal-footer .btn,
.form-materialize .modal .modal-footer .btn-large,
.form-materialize .modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}
.form-materialize .lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.form-materialize .modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.form-materialize .modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(44%);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.form-materialize .modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.form-materialize .modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.form-materialize .collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.form-materialize .collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.form-materialize .collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}
.form-materialize .collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-materialize .collapsible-body p {
  margin: 0;
  padding: 2rem;
}
.form-materialize .side-nav .collapsible {
  border: none;
  box-shadow: none;
}
.form-materialize .side-nav .collapsible li {
  padding: 0;
}
.form-materialize .side-nav .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  margin: 0 1rem;
}
.form-materialize .side-nav .collapsible-header i {
  line-height: inherit;
}
.form-materialize .side-nav .collapsible-body {
  border: 0;
  background-color: #fff;
}
.form-materialize .side-nav .collapsible-body li a {
  margin: 0 1rem 0 2rem;
}
.form-materialize .collapsible.popout {
  border: none;
  box-shadow: none;
}
.form-materialize .collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.form-materialize .collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
.form-materialize .chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #E4E4E4;
}
.form-materialize .chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.form-materialize .chip i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.form-materialize .materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  -ms-transition: opacity .4s;
  transition: opacity .4s;
}
.form-materialize .materialboxed:hover {
  will-change: left, top, width, height;
}
.form-materialize .materialboxed:hover:not(.active) {
  opacity: .8;
}
.form-materialize .materialboxed.active {
  cursor: zoom-out;
}
.form-materialize #materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 999;
  will-change: opacity;
}
.form-materialize .materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}
.form-materialize select:focus {
  outline: 1px solid #c9f3ef;
}
.form-materialize button:focus {
  outline: none;
  background-color: #2ab7a9;
}
.form-materialize label {
  font-size: 0.8rem;
}
.form-materialize .input-field label {
  color: #9e9e9e;
}
.form-materialize .input-field.input-field-white label.active {
  color: white;
}
.form-materialize .input-field.input-field-white label {
  color: #d5f4ff !important;
}
.form-materialize .input-field.input-field-white input[type=text],
.form-materialize .input-field.input-field-white input[type=number] {
  border-bottom-color: #88E0FF;
  color: white;
}
.form-materialize .input-field.input-field-white input[type=text]:focus {
  border-bottom-color: white !important;
}
.form-materialize .input-field.input-field-white ::-webkit-input-placeholder,
.form-materialize .input-field.input-field-white :-moz-placeholder,
.form-materialize .input-field.input-field-white ::-moz-placeholder,
.form-materialize .input-field.input-field-white :-ms-input-placeholder {
  color: #959493;
}
.form-materialize ::-webkit-input-placeholder {
  color: #959493;
}
.form-materialize :-moz-placeholder {
  /* Firefox 18- */
  color: #959493;
}
.form-materialize ::-moz-placeholder {
  /* Firefox 19+ */
  color: #959493;
}
.form-materialize :-ms-input-placeholder {
  color: #959493;
}
.form-materialize input[type=text],
.form-materialize input[type=password],
.form-materialize input[type=email],
.form-materialize input[type=url],
.form-materialize input[type=time],
.form-materialize input[type=date],
.form-materialize input[type=datetime-local],
.form-materialize input[type=tel],
.form-materialize input[type=number],
.form-materialize input[type=search],
.form-materialize textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 2rem;
  width: 100%;
  font-size: 0.9rem;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s;
}
.form-materialize input[type=text]:disabled,
.form-materialize input[type=text][readonly="readonly"],
.form-materialize input[type=password]:disabled,
.form-materialize input[type=password][readonly="readonly"],
.form-materialize input[type=email]:disabled,
.form-materialize input[type=email][readonly="readonly"],
.form-materialize input[type=url]:disabled,
.form-materialize input[type=url][readonly="readonly"],
.form-materialize input[type=time]:disabled,
.form-materialize input[type=time][readonly="readonly"],
.form-materialize input[type=date]:disabled,
.form-materialize input[type=date][readonly="readonly"],
.form-materialize input[type=datetime-local]:disabled,
.form-materialize input[type=datetime-local][readonly="readonly"],
.form-materialize input[type=tel]:disabled,
.form-materialize input[type=tel][readonly="readonly"],
.form-materialize input[type=number]:disabled,
.form-materialize input[type=number][readonly="readonly"],
.form-materialize input[type=search]:disabled,
.form-materialize input[type=search][readonly="readonly"],
.form-materialize textarea.materialize-textarea:disabled,
.form-materialize textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
.form-materialize input[type=text]:disabled + label,
.form-materialize input[type=text][readonly="readonly"] + label,
.form-materialize input[type=password]:disabled + label,
.form-materialize input[type=password][readonly="readonly"] + label,
.form-materialize input[type=email]:disabled + label,
.form-materialize input[type=email][readonly="readonly"] + label,
.form-materialize input[type=url]:disabled + label,
.form-materialize input[type=url][readonly="readonly"] + label,
.form-materialize input[type=time]:disabled + label,
.form-materialize input[type=time][readonly="readonly"] + label,
.form-materialize input[type=date]:disabled + label,
.form-materialize input[type=date][readonly="readonly"] + label,
.form-materialize input[type=datetime-local]:disabled + label,
.form-materialize input[type=datetime-local][readonly="readonly"] + label,
.form-materialize input[type=tel]:disabled + label,
.form-materialize input[type=tel][readonly="readonly"] + label,
.form-materialize input[type=number]:disabled + label,
.form-materialize input[type=number][readonly="readonly"] + label,
.form-materialize input[type=search]:disabled + label,
.form-materialize input[type=search][readonly="readonly"] + label,
.form-materialize textarea.materialize-textarea:disabled + label,
.form-materialize textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.form-materialize input[type=text]:focus:not([readonly]),
.form-materialize input[type=password]:focus:not([readonly]),
.form-materialize input[type=email]:focus:not([readonly]),
.form-materialize input[type=url]:focus:not([readonly]),
.form-materialize input[type=time]:focus:not([readonly]),
.form-materialize input[type=date]:focus:not([readonly]),
.form-materialize input[type=datetime-local]:focus:not([readonly]),
.form-materialize input[type=tel]:focus:not([readonly]),
.form-materialize input[type=number]:focus:not([readonly]),
.form-materialize input[type=search]:focus:not([readonly]),
.form-materialize textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #21c8ff;
  box-shadow: 0 1px 0 0 #21c8ff;
}
.form-materialize input[type=text]:focus:not([readonly]) + label,
.form-materialize input[type=password]:focus:not([readonly]) + label,
.form-materialize input[type=email]:focus:not([readonly]) + label,
.form-materialize input[type=url]:focus:not([readonly]) + label,
.form-materialize input[type=time]:focus:not([readonly]) + label,
.form-materialize input[type=date]:focus:not([readonly]) + label,
.form-materialize input[type=datetime-local]:focus:not([readonly]) + label,
.form-materialize input[type=tel]:focus:not([readonly]) + label,
.form-materialize input[type=number]:focus:not([readonly]) + label,
.form-materialize input[type=search]:focus:not([readonly]) + label,
.form-materialize textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #21c8ff;
}
.form-materialize input[type=text].valid,
.form-materialize input[type=text]:focus.valid,
.form-materialize input[type=password].valid,
.form-materialize input[type=password]:focus.valid,
.form-materialize input[type=email].valid,
.form-materialize input[type=email]:focus.valid,
.form-materialize input[type=url].valid,
.form-materialize input[type=url]:focus.valid,
.form-materialize input[type=time].valid,
.form-materialize input[type=time]:focus.valid,
.form-materialize input[type=date].valid,
.form-materialize input[type=date]:focus.valid,
.form-materialize input[type=datetime-local].valid,
.form-materialize input[type=datetime-local]:focus.valid,
.form-materialize input[type=tel].valid,
.form-materialize input[type=tel]:focus.valid,
.form-materialize input[type=number].valid,
.form-materialize input[type=number]:focus.valid,
.form-materialize input[type=search].valid,
.form-materialize input[type=search]:focus.valid,
.form-materialize textarea.materialize-textarea.valid,
.form-materialize textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
.form-materialize input[type=text].valid + label:after,
.form-materialize input[type=text]:focus.valid + label:after,
.form-materialize input[type=password].valid + label:after,
.form-materialize input[type=password]:focus.valid + label:after,
.form-materialize input[type=email].valid + label:after,
.form-materialize input[type=email]:focus.valid + label:after,
.form-materialize input[type=url].valid + label:after,
.form-materialize input[type=url]:focus.valid + label:after,
.form-materialize input[type=time].valid + label:after,
.form-materialize input[type=time]:focus.valid + label:after,
.form-materialize input[type=date].valid + label:after,
.form-materialize input[type=date]:focus.valid + label:after,
.form-materialize input[type=datetime-local].valid + label:after,
.form-materialize input[type=datetime-local]:focus.valid + label:after,
.form-materialize input[type=tel].valid + label:after,
.form-materialize input[type=tel]:focus.valid + label:after,
.form-materialize input[type=number].valid + label:after,
.form-materialize input[type=number]:focus.valid + label:after,
.form-materialize input[type=search].valid + label:after,
.form-materialize input[type=search]:focus.valid + label:after,
.form-materialize textarea.materialize-textarea.valid + label:after,
.form-materialize textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
.form-materialize input[type=text].invalid,
.form-materialize input[type=text]:focus.invalid,
.form-materialize input[type=password].invalid,
.form-materialize input[type=password]:focus.invalid,
.form-materialize input[type=email].invalid,
.form-materialize input[type=email]:focus.invalid,
.form-materialize input[type=url].invalid,
.form-materialize input[type=url]:focus.invalid,
.form-materialize input[type=time].invalid,
.form-materialize input[type=time]:focus.invalid,
.form-materialize input[type=date].invalid,
.form-materialize input[type=date]:focus.invalid,
.form-materialize input[type=datetime-local].invalid,
.form-materialize input[type=datetime-local]:focus.invalid,
.form-materialize input[type=tel].invalid,
.form-materialize input[type=tel]:focus.invalid,
.form-materialize input[type=number].invalid,
.form-materialize input[type=number]:focus.invalid,
.form-materialize input[type=search].invalid,
.form-materialize input[type=search]:focus.invalid,
.form-materialize textarea.materialize-textarea.invalid,
.form-materialize textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
.form-materialize input[type=text].invalid + label:after,
.form-materialize input[type=text]:focus.invalid + label:after,
.form-materialize input[type=password].invalid + label:after,
.form-materialize input[type=password]:focus.invalid + label:after,
.form-materialize input[type=email].invalid + label:after,
.form-materialize input[type=email]:focus.invalid + label:after,
.form-materialize input[type=url].invalid + label:after,
.form-materialize input[type=url]:focus.invalid + label:after,
.form-materialize input[type=time].invalid + label:after,
.form-materialize input[type=time]:focus.invalid + label:after,
.form-materialize input[type=date].invalid + label:after,
.form-materialize input[type=date]:focus.invalid + label:after,
.form-materialize input[type=datetime-local].invalid + label:after,
.form-materialize input[type=datetime-local]:focus.invalid + label:after,
.form-materialize input[type=tel].invalid + label:after,
.form-materialize input[type=tel]:focus.invalid + label:after,
.form-materialize input[type=number].invalid + label:after,
.form-materialize input[type=number]:focus.invalid + label:after,
.form-materialize input[type=search].invalid + label:after,
.form-materialize input[type=search]:focus.invalid + label:after,
.form-materialize textarea.materialize-textarea.invalid + label:after,
.form-materialize textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
.form-materialize input[type=text] + label:after,
.form-materialize input[type=password] + label:after,
.form-materialize input[type=email] + label:after,
.form-materialize input[type=url] + label:after,
.form-materialize input[type=time] + label:after,
.form-materialize input[type=date] + label:after,
.form-materialize input[type=datetime-local] + label:after,
.form-materialize input[type=tel] + label:after,
.form-materialize input[type=number] + label:after,
.form-materialize input[type=search] + label:after,
.form-materialize textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.form-materialize .input-field {
  position: relative;
  margin-top: 1.3rem;
}
.form-materialize .input-field label {
  color: #777;
  position: absolute;
  top: 0.4rem;
  left: 0rem;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form-materialize .input-field label.active {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  -moz-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  -o-transform: translateY(-140%);
  transform: translateY(-140%);
}
.form-materialize .input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
.form-materialize .input-field .prefix.active {
  color: #21c8ff;
}
.form-materialize .input-field .prefix ~ input,
.form-materialize .input-field .prefix ~ textarea {
  margin-left: 3rem;
  width: 92%;
  width: calc(97%);
}
.form-materialize .input-field .prefix ~ textarea {
  padding-top: .8rem;
}
.form-materialize .input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .form-materialize .input-field .prefix ~ input {
    width: 86%;
    width: calc(97%);
  }
}
@media only screen and (max-width: 600px) {
  .form-materialize .input-field .prefix ~ input {
    width: 80%;
    width: calc(97%);
  }
}
.form-materialize .input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(96%);
}
.form-materialize .input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.form-materialize .input-field input[type=search]:focus + label i,
.form-materialize .input-field input[type=search]:focus ~ .mdi-navigation-close,
.form-materialize .input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}
.form-materialize .input-field input[type=search] + label {
  left: 1rem;
}
.form-materialize .input-field input[type=search] ~ .mdi-navigation-close,
.form-materialize .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}
.form-materialize textarea {
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0.5rem;
  border: none;
  border-bottom: 1px solid #9e9e9e;
}
.form-materialize textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
}
.form-materialize [type="radio"]:not(:checked),
.form-materialize [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.form-materialize [type="radio"]:not(:checked) + label,
.form-materialize [type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  -moz-transition: .28s ease;
  -o-transition: .28s ease;
  -ms-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.form-materialize [type="radio"] + label:before,
.form-materialize [type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  -moz-transition: .28s ease;
  -o-transition: .28s ease;
  -ms-transition: .28s ease;
  transition: .28s ease;
}
.form-materialize [type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
}
.form-materialize [type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.form-materialize [type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid transparent;
}
.form-materialize [type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #21c8ff;
  background-color: #21c8ff;
  z-index: 0;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.form-materialize [type="radio"].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #21c8ff;
}
.form-materialize [type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid #21c8ff;
  background-color: #21c8ff;
  z-index: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.form-materialize [type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}
.form-materialize [type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
.form-materialize [type="radio"]:disabled:not(:checked) + label:before,
.form-materialize [type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}
.form-materialize [type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}
.form-materialize [type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.form-materialize [type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}
.form-materialize form p {
  margin-bottom: 10px;
  text-align: left;
}
.form-materialize form p:last-child {
  margin-bottom: 0;
}
.form-materialize [type="checkbox"]:not(:checked),
.form-materialize [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.form-materialize [type="checkbox"] {
  /* checkbox aspect */
}
.form-materialize [type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.form-materialize [type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.form-materialize [type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
.form-materialize [type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #21c8ff;
  border-bottom: 2px solid #21c8ff;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.form-materialize [type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
.form-materialize [type="checkbox"]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #21c8ff;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.form-materialize [type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.form-materialize [type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}
.form-materialize [type="checkbox"].filled-in + label:before,
.form-materialize [type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
.form-materialize [type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.form-materialize [type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
.form-materialize [type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.form-materialize [type="checkbox"].filled-in:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #21c8ff;
  background-color: #21c8ff;
  z-index: 0;
}
.form-materialize [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
.form-materialize [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
.form-materialize [type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
.form-materialize [type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.form-materialize .switch,
.form-materialize .switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.form-materialize .switch label {
  cursor: pointer;
}
.form-materialize .switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-materialize .switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.form-materialize .switch label input[type=checkbox]:checked + .lever:after {
  background-color: #21c8ff;
}
.form-materialize .switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.form-materialize .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
.form-materialize input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}
.form-materialize input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.form-materialize .switch label input[type=checkbox]:checked + .lever:after {
  left: 24px;
}
.form-materialize .switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.form-materialize .switch label input[type=checkbox][disabled] + .lever:after,
.form-materialize .switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}
.form-materialize .select-label {
  position: absolute;
}
.form-materialize .select-wrapper {
  position: relative;
}
.form-materialize .select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
}
.form-materialize .select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 10px;
}
.form-materialize .select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}
.form-materialize .select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem;
}
.form-materialize select {
  display: none;
}
.form-materialize select.browser-default {
  display: block;
}
.form-materialize select:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.form-materialize .select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.form-materialize .select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.form-materialize .select-dropdown li.disabled {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.form-materialize .file-field {
  position: relative;
}
.form-materialize .file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
@media screen and (max-width: 601px) {
  .form-materialize .file-field .file-path-wrapper {
    padding-left: 0px;
  }
}
.form-materialize .file-field input.file-path {
  width: 100%;
}
.form-materialize .file-field .btn,
.form-materialize .file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
  cursor: pointer !important;
}
@media screen and (max-width: 601px) {
  .form-materialize .file-field .btn,
  .form-materialize .file-field .btn-large {
    float: none;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
}
.form-materialize .file-field span {
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  vert-align: middle;
  position: relative;
  bottom: 9px;
}
.form-materialize .file-field input[type=file] {
  position: absolute;
  top: 0;
  opacity: 0;
}
.form-materialize .range-field {
  position: relative;
}
.form-materialize input[type=range],
.form-materialize input[type=range] + .thumb {
  cursor: pointer;
}
.form-materialize input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0px;
  padding: 0;
}
.form-materialize input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #21c8ff;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-materialize input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #21c8ff;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-materialize input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
.form-materialize input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
.form-materialize input[type=range]:focus {
  outline: none;
}
.form-materialize input[type=range] {
  -webkit-appearance: none;
}
.form-materialize input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
.form-materialize input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #21c8ff;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.form-materialize input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
.form-materialize input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}
.form-materialize input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}
.form-materialize input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #21c8ff;
  margin-top: -5px;
}
.form-materialize input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.form-materialize input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
.form-materialize input[type=range]::-ms-track {
  height: 3px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
.form-materialize input[type=range]::-ms-fill-lower {
  background: #777;
}
.form-materialize input[type=range]::-ms-fill-upper {
  background: #ddd;
}
.form-materialize input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #21c8ff;
}
.form-materialize input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
.form-materialize input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
.form-materialize select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
.form-materialize .table-of-contents.fixed {
  position: fixed;
}
.form-materialize .table-of-contents li {
  padding: 2px 0;
}
.form-materialize .table-of-contents a {
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}
.form-materialize .table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ea4a4f;
}
.form-materialize .table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ea4a4f;
}
.form-materialize .side-nav {
  position: fixed;
  width: 240px;
  left: -105%;
  top: 0;
  margin: 0;
  height: 100%;
  height: calc(160%);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: left;
}
.form-materialize .side-nav.right-aligned {
  will-change: right;
  right: -105%;
  left: auto;
}
.form-materialize .side-nav .collapsible {
  margin: 0;
}
.form-materialize .side-nav li {
  float: none;
  padding: 0 15px;
}
.form-materialize .side-nav li:hover,
.form-materialize .side-nav li.active {
  background-color: #ddd;
}
.form-materialize .side-nav a {
  color: #444;
  display: block;
  font-size: 1rem;
  height: 64px;
  line-height: 64px;
  padding: 0 15px;
}
.form-materialize .drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.form-materialize .side-nav.fixed a {
  display: block;
  padding: 0 15px;
  color: #444;
}
.form-materialize .side-nav.fixed {
  left: 0;
  position: fixed;
}
.form-materialize .side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .form-materialize .side-nav.fixed {
    left: -105%;
  }
  .form-materialize .side-nav.fixed.right-aligned {
    right: -105%;
    left: auto;
  }
}
.form-materialize .side-nav .collapsible-body li.active,
.form-materialize .side-nav.fixed .collapsible-body li.active {
  background-color: #ee6e73;
}
.form-materialize .side-nav .collapsible-body li.active a,
.form-materialize .side-nav.fixed .collapsible-body li.active a {
  color: #fff;
}
.form-materialize #sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}
.form-materialize .preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.form-materialize .preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.form-materialize .preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.form-materialize .preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.form-materialize .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #21c8ff;
}
.form-materialize .spinner-blue,
.form-materialize .spinner-blue-only {
  border-color: #4285f4;
}
.form-materialize .spinner-red,
.form-materialize .spinner-red-only {
  border-color: #db4437;
}
.form-materialize .spinner-yellow,
.form-materialize .spinner-yellow-only {
  border-color: #f4b400;
}
.form-materialize .spinner-green,
.form-materialize .spinner-green-only {
  border-color: #0f9d58;
}
.form-materialize .active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.form-materialize .active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.form-materialize .active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.form-materialize .active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.form-materialize .active .spinner-layer,
.form-materialize .active .spinner-layer.spinner-blue-only,
.form-materialize .active .spinner-layer.spinner-red-only,
.form-materialize .active .spinner-layer.spinner-yellow-only,
.form-materialize .active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  /* 0.5 * ARCSIZE */
  /* 1   * ARCSIZE */
  /* 1.5 * ARCSIZE */
  /* 2   * ARCSIZE */
  /* 2.5 * ARCSIZE */
  /* 3   * ARCSIZE */
  /* 3.5 * ARCSIZE */
  /* 4   * ARCSIZE */
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  /* 0.5 * ARCSIZE */
  /* 1   * ARCSIZE */
  /* 1.5 * ARCSIZE */
  /* 2   * ARCSIZE */
  /* 2.5 * ARCSIZE */
  /* 3   * ARCSIZE */
  /* 3.5 * ARCSIZE */
  /* 4   * ARCSIZE */
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.form-materialize .gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.form-materialize .gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.form-materialize .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.form-materialize .circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.form-materialize .circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.form-materialize .circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.form-materialize .active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.form-materialize .active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
.form-materialize #spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.form-materialize .slider {
  position: relative;
  height: 400px;
  width: 100%;
}
.form-materialize .slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.form-materialize .slider.fullscreen ul.slides {
  height: 100%;
}
.form-materialize .slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
.form-materialize .slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}
.form-materialize .slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.form-materialize .slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.form-materialize .slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
.form-materialize .slider .slides li .caption p {
  color: #e0e0e0;
}
.form-materialize .slider .slides li.active {
  z-index: 2;
}
.form-materialize .slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.form-materialize .slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.form-materialize .slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}
.form-materialize .picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-materialize .picker__input {
  cursor: default;
}
.form-materialize .picker__input.picker__input--active {
  border-color: #0089ec;
}
.form-materialize .picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.form-materialize .picker__holder,
.form-materialize .picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
.form-materialize .picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
.form-materialize .picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (min-height: 28.875em) {
  .form-materialize .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .form-materialize .picker__frame {
    margin-bottom: 7.5%;
  }
}
.form-materialize .picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 28.875em) {
  .form-materialize .picker__wrap {
    display: block;
  }
}
.form-materialize .picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 28.875em) {
  .form-materialize .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
.form-materialize .picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.form-materialize .picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 35.875em) {
  .form-materialize .picker--opened .picker__frame {
    top: 10%;
    bottom: 20% auto;
  }
}
.form-materialize .picker__input.picker__input--active {
  border-color: #E3F2FD;
}
.form-materialize .picker__frame {
  margin: 0 auto;
  max-width: 325px;
}
@media (min-height: 38.875em) {
  .form-materialize .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
.form-materialize .picker__box {
  padding: 0 1em;
}
.form-materialize .picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
.form-materialize .picker__month,
.form-materialize .picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.form-materialize .picker__select--month,
.form-materialize .picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}
.form-materialize .picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}
.form-materialize .picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 25%;
}
.form-materialize .picker__select--month:focus,
.form-materialize .picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
.form-materialize .picker__nav--prev,
.form-materialize .picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
.form-materialize .picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
.form-materialize .picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
.form-materialize .picker__nav--disabled,
.form-materialize .picker__nav--disabled:hover,
.form-materialize .picker__nav--disabled:before,
.form-materialize .picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.form-materialize .picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
.form-materialize .picker__table th,
.form-materialize .picker__table td {
  text-align: center;
}
.form-materialize .picker__table td {
  margin: 0;
  padding: 0;
}
.form-materialize .picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .form-materialize .picker__weekday {
    padding-bottom: .5em;
  }
}
.form-materialize .picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -0.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.form-materialize .picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.form-materialize .picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.form-materialize .picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}
.form-materialize .picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}
.form-materialize .picker__day--highlighted:hover,
.form-materialize .picker--focused .picker__day--highlighted {
  cursor: pointer;
}
.form-materialize .picker__day--selected,
.form-materialize .picker__day--selected:hover,
.form-materialize .picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}
.form-materialize .picker__day--disabled,
.form-materialize .picker__day--disabled:hover,
.form-materialize .picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.form-materialize .picker__day--highlighted.picker__day--disabled,
.form-materialize .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
.form-materialize .picker__footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-materialize .picker__button--today,
.form-materialize .picker__button--clear,
.form-materialize .picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.form-materialize .picker__button--today:hover,
.form-materialize .picker__button--clear:hover,
.form-materialize .picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.form-materialize .picker__button--today:focus,
.form-materialize .picker__button--clear:focus,
.form-materialize .picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}
.form-materialize .picker__button--today:before,
.form-materialize .picker__button--clear:before,
.form-materialize .picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.form-materialize .picker__button--today:before,
.form-materialize .picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.form-materialize .picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.form-materialize .picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.form-materialize .picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.form-materialize .picker__button--today[disabled],
.form-materialize .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.form-materialize .picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
.form-materialize .picker__box {
  border-radius: 2px;
  overflow: hidden;
}
.form-materialize .picker__date-display {
  text-align: center;
  background-color: #21c8ff;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}
.form-materialize .picker__nav--prev:hover,
.form-materialize .picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a1ded8;
}
.form-materialize .picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px;
}
.form-materialize .picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}
.form-materialize .picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}
.form-materialize .picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.form-materialize .picker__box {
  padding: 0;
}
.form-materialize .picker__calendar-container {
  padding: 0 1rem;
}
.form-materialize .picker__calendar-container thead {
  border: none;
}
.form-materialize .picker__table {
  margin-top: 0;
  margin-bottom: .5em;
}
.form-materialize .picker__day--infocus {
  color: #595959;
  letter-spacing: -0.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.form-materialize .picker__day.picker__day--today {
  color: #21c8ff;
}
.form-materialize .picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}
.form-materialize .picker__weekday {
  font-size: .9rem;
}
.form-materialize .picker__day--selected,
.form-materialize .picker__day--selected:hover,
.form-materialize .picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #21c8ff;
  color: #ffffff;
}
.form-materialize .picker__day--selected.picker__day--outfocus,
.form-materialize .picker__day--selected:hover.picker__day--outfocus,
.form-materialize .picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8;
}
.form-materialize .picker__footer {
  text-align: right;
  padding: 5px 10px;
}
.form-materialize .picker__close,
.form-materialize .picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #21c8ff;
}
.form-materialize .picker__nav--prev:before,
.form-materialize .picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.form-materialize .picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}
.form-materialize button.picker__today:focus,
.form-materialize button.picker__clear:focus,
.form-materialize button.picker__close:focus {
  background-color: #a1ded8;
}
.form-materialize .picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
.form-materialize .picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .form-materialize .picker__list-item {
    padding: .5em 1em;
  }
}
.form-materialize .picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
.form-materialize .picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.form-materialize .picker__list-item--highlighted:hover,
.form-materialize .picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.form-materialize .picker__list-item--selected,
.form-materialize .picker__list-item--selected:hover,
.form-materialize .picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
.form-materialize .picker__list-item--disabled,
.form-materialize .picker__list-item--disabled:hover,
.form-materialize .picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
.form-materialize .picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.form-materialize .picker--time .picker__button--clear:hover,
.form-materialize .picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.form-materialize .picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.form-materialize .picker--time .picker__button--clear:hover:before,
.form-materialize .picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}
.form-materialize .picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
.form-materialize .picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .form-materialize .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
.form-materialize .input-field-selectMultiple {
  position: relative;
}
.form-materialize .input-field-selectMultiple a {
  color: #555555;
  display: block;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  height: 3rem;
  line-height: 3rem;
}
.form-materialize .input-field-selectMultiple span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 10px;
}
.form-materialize .input-field-selectMultiple ul li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  line-height: 1rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  padding: 0.5rem;
}
.form-materialize .input-field-selectMultiple ul li label {
  font-size: 0.9rem;
}
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}
.note-editor {
  border: 1px solid #626160;
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*# sourceMappingURL=bootstrap.css.map */
}
.note-editor audio:not([controls]) {
  display: none;
  height: 0;
}
.note-editor [hidden],
.note-editor template {
  display: none;
}
.note-editor a {
  background-color: transparent;
}
.note-editor a:active,
.note-editor a:hover {
  outline: 0;
}
.note-editor abbr[title] {
  border-bottom: 1px dotted;
}
.note-editor b,
.note-editor strong {
  font-weight: bold;
}
.note-editor dfn {
  font-style: italic;
}
.note-editor h1 {
  margin: .67em 0;
  font-size: 2em;
}
.note-editor mark {
  color: #000;
  background: #ff0;
}
.note-editor small {
  font-size: 80%;
}
.note-editor sub,
.note-editor sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.note-editor sup {
  top: -0.5em;
}
.note-editor sub {
  bottom: -0.25em;
}
.note-editor img {
  border: 0;
}
.note-editor svg:not(:root) {
  overflow: hidden;
}
.note-editor figure {
  margin: 1em 40px;
}
.note-editor hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.note-editor pre {
  overflow: auto;
}
.note-editor code,
.note-editor kbd,
.note-editor pre,
.note-editor samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.note-editor button,
.note-editor input,
.note-editor optgroup,
.note-editor select,
.note-editor textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.note-editor button {
  overflow: visible;
}
.note-editor button,
.note-editor select {
  text-transform: none;
}
.note-editor button,
.note-editor html input[type="button"],
.note-editor input[type="reset"],
.note-editor input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.note-editor button[disabled],
.note-editor html input[disabled] {
  cursor: default;
}
.note-editor button::-moz-focus-inner,
.note-editor input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.note-editor input {
  line-height: normal;
}
.note-editor input[type="checkbox"],
.note-editor input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.note-editor input[type="number"]::-webkit-inner-spin-button,
.note-editor input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.note-editor input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.note-editor input[type="search"]::-webkit-search-cancel-button,
.note-editor input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.note-editor fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
.note-editor legend {
  padding: 0;
  border: 0;
}
.note-editor textarea {
  overflow: auto;
}
.note-editor optgroup {
  font-weight: bold;
}
.note-editor table {
  border-spacing: 0;
  border-collapse: collapse;
}
.note-editor td,
.note-editor th {
  padding: 0;
}
@media print {
  .note-editor *,
  .note-editor *:before,
  .note-editor *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .note-editor a,
  .note-editor a:visited {
    text-decoration: underline;
  }
  .note-editor a[href]:after {
    content: " (" attr(href) ")";
  }
  .note-editor abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .note-editor a[href^="#"]:after,
  .note-editor a[href^="javascript:"]:after {
    content: "";
  }
  .note-editor pre,
  .note-editor blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .note-editor thead {
    display: table-header-group;
  }
  .note-editor tr,
  .note-editor img {
    page-break-inside: avoid;
  }
  .note-editor img {
    max-width: 100% !important;
  }
  .note-editor p,
  .note-editor h2,
  .note-editor h3 {
    orphans: 3;
    widows: 3;
  }
  .note-editor h2,
  .note-editor h3 {
    page-break-after: avoid;
  }
  .note-editor .navbar {
    display: none;
  }
  .note-editor .btn > .caret,
  .note-editor .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .note-editor .label {
    border: 1px solid #000;
  }
  .note-editor .table {
    border-collapse: collapse !important;
  }
  .note-editor .table td,
  .note-editor .table th {
    background-color: #fff !important;
  }
  .note-editor .table-bordered th,
  .note-editor .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../bundles/bitmain/fonts/glyphicons-halflings-regular.eot');
  src: url('../../bundles/bitmain/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../bundles/bitmain/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../bundles/bitmain/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../bundles/bitmain/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../bundles/bitmain/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.note-editor .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.note-editor .glyphicon-asterisk:before {
  content: "\2a";
}
.note-editor .glyphicon-plus:before {
  content: "\2b";
}
.note-editor .glyphicon-euro:before,
.note-editor .glyphicon-eur:before {
  content: "\20ac";
}
.note-editor .glyphicon-minus:before {
  content: "\2212";
}
.note-editor .glyphicon-cloud:before {
  content: "\2601";
}
.note-editor .glyphicon-envelope:before {
  content: "\2709";
}
.note-editor .glyphicon-pencil:before {
  content: "\270f";
}
.note-editor .glyphicon-glass:before {
  content: "\e001";
}
.note-editor .glyphicon-music:before {
  content: "\e002";
}
.note-editor .glyphicon-search:before {
  content: "\e003";
}
.note-editor .glyphicon-heart:before {
  content: "\e005";
}
.note-editor .glyphicon-star:before {
  content: "\e006";
}
.note-editor .glyphicon-star-empty:before {
  content: "\e007";
}
.note-editor .glyphicon-user:before {
  content: "\e008";
}
.note-editor .glyphicon-film:before {
  content: "\e009";
}
.note-editor .glyphicon-th-large:before {
  content: "\e010";
}
.note-editor .glyphicon-th:before {
  content: "\e011";
}
.note-editor .glyphicon-th-list:before {
  content: "\e012";
}
.note-editor .glyphicon-ok:before {
  content: "\e013";
}
.note-editor .glyphicon-remove:before {
  content: "\e014";
}
.note-editor .glyphicon-zoom-in:before {
  content: "\e015";
}
.note-editor .glyphicon-zoom-out:before {
  content: "\e016";
}
.note-editor .glyphicon-off:before {
  content: "\e017";
}
.note-editor .glyphicon-signal:before {
  content: "\e018";
}
.note-editor .glyphicon-cog:before {
  content: "\e019";
}
.note-editor .glyphicon-trash:before {
  content: "\e020";
}
.note-editor .glyphicon-home:before {
  content: "\e021";
}
.note-editor .glyphicon-file:before {
  content: "\e022";
}
.note-editor .glyphicon-time:before {
  content: "\e023";
}
.note-editor .glyphicon-road:before {
  content: "\e024";
}
.note-editor .glyphicon-download-alt:before {
  content: "\e025";
}
.note-editor .glyphicon-download:before {
  content: "\e026";
}
.note-editor .glyphicon-upload:before {
  content: "\e027";
}
.note-editor .glyphicon-inbox:before {
  content: "\e028";
}
.note-editor .glyphicon-play-circle:before {
  content: "\e029";
}
.note-editor .glyphicon-repeat:before {
  content: "\e030";
}
.note-editor .glyphicon-refresh:before {
  content: "\e031";
}
.note-editor .glyphicon-list-alt:before {
  content: "\e032";
}
.note-editor .glyphicon-lock:before {
  content: "\e033";
}
.note-editor .glyphicon-flag:before {
  content: "\e034";
}
.note-editor .glyphicon-headphones:before {
  content: "\e035";
}
.note-editor .glyphicon-volume-off:before {
  content: "\e036";
}
.note-editor .glyphicon-volume-down:before {
  content: "\e037";
}
.note-editor .glyphicon-volume-up:before {
  content: "\e038";
}
.note-editor .glyphicon-qrcode:before {
  content: "\e039";
}
.note-editor .glyphicon-barcode:before {
  content: "\e040";
}
.note-editor .glyphicon-tag:before {
  content: "\e041";
}
.note-editor .glyphicon-tags:before {
  content: "\e042";
}
.note-editor .glyphicon-book:before {
  content: "\e043";
}
.note-editor .glyphicon-bookmark:before {
  content: "\e044";
}
.note-editor .glyphicon-print:before {
  content: "\e045";
}
.note-editor .glyphicon-camera:before {
  content: "\e046";
}
.note-editor .glyphicon-font:before {
  content: "\e047";
}
.note-editor .glyphicon-bold:before {
  content: "\e048";
}
.note-editor .glyphicon-italic:before {
  content: "\e049";
}
.note-editor .glyphicon-text-height:before {
  content: "\e050";
}
.note-editor .glyphicon-text-width:before {
  content: "\e051";
}
.note-editor .glyphicon-align-left:before {
  content: "\e052";
}
.note-editor .glyphicon-align-center:before {
  content: "\e053";
}
.note-editor .glyphicon-align-right:before {
  content: "\e054";
}
.note-editor .glyphicon-align-justify:before {
  content: "\e055";
}
.note-editor .glyphicon-list:before {
  content: "\e056";
}
.note-editor .glyphicon-indent-left:before {
  content: "\e057";
}
.note-editor .glyphicon-indent-right:before {
  content: "\e058";
}
.note-editor .glyphicon-facetime-video:before {
  content: "\e059";
}
.note-editor .glyphicon-picture:before {
  content: "\e060";
}
.note-editor .glyphicon-map-marker:before {
  content: "\e062";
}
.note-editor .glyphicon-adjust:before {
  content: "\e063";
}
.note-editor .glyphicon-tint:before {
  content: "\e064";
}
.note-editor .glyphicon-edit:before {
  content: "\e065";
}
.note-editor .glyphicon-share:before {
  content: "\e066";
}
.note-editor .glyphicon-check:before {
  content: "\e067";
}
.note-editor .glyphicon-move:before {
  content: "\e068";
}
.note-editor .glyphicon-step-backward:before {
  content: "\e069";
}
.note-editor .glyphicon-fast-backward:before {
  content: "\e070";
}
.note-editor .glyphicon-backward:before {
  content: "\e071";
}
.note-editor .glyphicon-play:before {
  content: "\e072";
}
.note-editor .glyphicon-pause:before {
  content: "\e073";
}
.note-editor .glyphicon-stop:before {
  content: "\e074";
}
.note-editor .glyphicon-forward:before {
  content: "\e075";
}
.note-editor .glyphicon-fast-forward:before {
  content: "\e076";
}
.note-editor .glyphicon-step-forward:before {
  content: "\e077";
}
.note-editor .glyphicon-eject:before {
  content: "\e078";
}
.note-editor .glyphicon-chevron-left:before {
  content: "\e079";
}
.note-editor .glyphicon-chevron-right:before {
  content: "\e080";
}
.note-editor .glyphicon-plus-sign:before {
  content: "\e081";
}
.note-editor .glyphicon-minus-sign:before {
  content: "\e082";
}
.note-editor .glyphicon-remove-sign:before {
  content: "\e083";
}
.note-editor .glyphicon-ok-sign:before {
  content: "\e084";
}
.note-editor .glyphicon-question-sign:before {
  content: "\e085";
}
.note-editor .glyphicon-info-sign:before {
  content: "\e086";
}
.note-editor .glyphicon-screenshot:before {
  content: "\e087";
}
.note-editor .glyphicon-remove-circle:before {
  content: "\e088";
}
.note-editor .glyphicon-ok-circle:before {
  content: "\e089";
}
.note-editor .glyphicon-ban-circle:before {
  content: "\e090";
}
.note-editor .glyphicon-arrow-left:before {
  content: "\e091";
}
.note-editor .glyphicon-arrow-right:before {
  content: "\e092";
}
.note-editor .glyphicon-arrow-up:before {
  content: "\e093";
}
.note-editor .glyphicon-arrow-down:before {
  content: "\e094";
}
.note-editor .glyphicon-share-alt:before {
  content: "\e095";
}
.note-editor .glyphicon-resize-full:before {
  content: "\e096";
}
.note-editor .glyphicon-resize-small:before {
  content: "\e097";
}
.note-editor .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.note-editor .glyphicon-gift:before {
  content: "\e102";
}
.note-editor .glyphicon-leaf:before {
  content: "\e103";
}
.note-editor .glyphicon-fire:before {
  content: "\e104";
}
.note-editor .glyphicon-eye-open:before {
  content: "\e105";
}
.note-editor .glyphicon-eye-close:before {
  content: "\e106";
}
.note-editor .glyphicon-warning-sign:before {
  content: "\e107";
}
.note-editor .glyphicon-plane:before {
  content: "\e108";
}
.note-editor .glyphicon-calendar:before {
  content: "\e109";
}
.note-editor .glyphicon-random:before {
  content: "\e110";
}
.note-editor .glyphicon-comment:before {
  content: "\e111";
}
.note-editor .glyphicon-magnet:before {
  content: "\e112";
}
.note-editor .glyphicon-chevron-up:before {
  content: "\e113";
}
.note-editor .glyphicon-chevron-down:before {
  content: "\e114";
}
.note-editor .glyphicon-retweet:before {
  content: "\e115";
}
.note-editor .glyphicon-shopping-cart:before {
  content: "\e116";
}
.note-editor .glyphicon-folder-close:before {
  content: "\e117";
}
.note-editor .glyphicon-folder-open:before {
  content: "\e118";
}
.note-editor .glyphicon-resize-vertical:before {
  content: "\e119";
}
.note-editor .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.note-editor .glyphicon-hdd:before {
  content: "\e121";
}
.note-editor .glyphicon-bullhorn:before {
  content: "\e122";
}
.note-editor .glyphicon-bell:before {
  content: "\e123";
}
.note-editor .glyphicon-certificate:before {
  content: "\e124";
}
.note-editor .glyphicon-thumbs-up:before {
  content: "\e125";
}
.note-editor .glyphicon-thumbs-down:before {
  content: "\e126";
}
.note-editor .glyphicon-hand-right:before {
  content: "\e127";
}
.note-editor .glyphicon-hand-left:before {
  content: "\e128";
}
.note-editor .glyphicon-hand-up:before {
  content: "\e129";
}
.note-editor .glyphicon-hand-down:before {
  content: "\e130";
}
.note-editor .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.note-editor .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.note-editor .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.note-editor .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.note-editor .glyphicon-globe:before {
  content: "\e135";
}
.note-editor .glyphicon-wrench:before {
  content: "\e136";
}
.note-editor .glyphicon-tasks:before {
  content: "\e137";
}
.note-editor .glyphicon-filter:before {
  content: "\e138";
}
.note-editor .glyphicon-briefcase:before {
  content: "\e139";
}
.note-editor .glyphicon-fullscreen:before {
  content: "\e140";
}
.note-editor .glyphicon-dashboard:before {
  content: "\e141";
}
.note-editor .glyphicon-paperclip:before {
  content: "\e142";
}
.note-editor .glyphicon-heart-empty:before {
  content: "\e143";
}
.note-editor .glyphicon-link:before {
  content: "\e144";
}
.note-editor .glyphicon-phone:before {
  content: "\e145";
}
.note-editor .glyphicon-pushpin:before {
  content: "\e146";
}
.note-editor .glyphicon-usd:before {
  content: "\e148";
}
.note-editor .glyphicon-gbp:before {
  content: "\e149";
}
.note-editor .glyphicon-sort:before {
  content: "\e150";
}
.note-editor .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.note-editor .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.note-editor .glyphicon-sort-by-order:before {
  content: "\e153";
}
.note-editor .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.note-editor .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.note-editor .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.note-editor .glyphicon-unchecked:before {
  content: "\e157";
}
.note-editor .glyphicon-expand:before {
  content: "\e158";
}
.note-editor .glyphicon-collapse-down:before {
  content: "\e159";
}
.note-editor .glyphicon-collapse-up:before {
  content: "\e160";
}
.note-editor .glyphicon-log-in:before {
  content: "\e161";
}
.note-editor .glyphicon-flash:before {
  content: "\e162";
}
.note-editor .glyphicon-log-out:before {
  content: "\e163";
}
.note-editor .glyphicon-new-window:before {
  content: "\e164";
}
.note-editor .glyphicon-record:before {
  content: "\e165";
}
.note-editor .glyphicon-save:before {
  content: "\e166";
}
.note-editor .glyphicon-open:before {
  content: "\e167";
}
.note-editor .glyphicon-saved:before {
  content: "\e168";
}
.note-editor .glyphicon-import:before {
  content: "\e169";
}
.note-editor .glyphicon-export:before {
  content: "\e170";
}
.note-editor .glyphicon-send:before {
  content: "\e171";
}
.note-editor .glyphicon-floppy-disk:before {
  content: "\e172";
}
.note-editor .glyphicon-floppy-saved:before {
  content: "\e173";
}
.note-editor .glyphicon-floppy-remove:before {
  content: "\e174";
}
.note-editor .glyphicon-floppy-save:before {
  content: "\e175";
}
.note-editor .glyphicon-floppy-open:before {
  content: "\e176";
}
.note-editor .glyphicon-credit-card:before {
  content: "\e177";
}
.note-editor .glyphicon-transfer:before {
  content: "\e178";
}
.note-editor .glyphicon-cutlery:before {
  content: "\e179";
}
.note-editor .glyphicon-header:before {
  content: "\e180";
}
.note-editor .glyphicon-compressed:before {
  content: "\e181";
}
.note-editor .glyphicon-earphone:before {
  content: "\e182";
}
.note-editor .glyphicon-phone-alt:before {
  content: "\e183";
}
.note-editor .glyphicon-tower:before {
  content: "\e184";
}
.note-editor .glyphicon-stats:before {
  content: "\e185";
}
.note-editor .glyphicon-sd-video:before {
  content: "\e186";
}
.note-editor .glyphicon-hd-video:before {
  content: "\e187";
}
.note-editor .glyphicon-subtitles:before {
  content: "\e188";
}
.note-editor .glyphicon-sound-stereo:before {
  content: "\e189";
}
.note-editor .glyphicon-sound-dolby:before {
  content: "\e190";
}
.note-editor .glyphicon-sound-5-1:before {
  content: "\e191";
}
.note-editor .glyphicon-sound-6-1:before {
  content: "\e192";
}
.note-editor .glyphicon-sound-7-1:before {
  content: "\e193";
}
.note-editor .glyphicon-copyright-mark:before {
  content: "\e194";
}
.note-editor .glyphicon-registration-mark:before {
  content: "\e195";
}
.note-editor .glyphicon-cloud-download:before {
  content: "\e197";
}
.note-editor .glyphicon-cloud-upload:before {
  content: "\e198";
}
.note-editor .glyphicon-tree-conifer:before {
  content: "\e199";
}
.note-editor .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.note-editor .glyphicon-cd:before {
  content: "\e201";
}
.note-editor .glyphicon-save-file:before {
  content: "\e202";
}
.note-editor .glyphicon-open-file:before {
  content: "\e203";
}
.note-editor .glyphicon-level-up:before {
  content: "\e204";
}
.note-editor .glyphicon-copy:before {
  content: "\e205";
}
.note-editor .glyphicon-paste:before {
  content: "\e206";
}
.note-editor .glyphicon-alert:before {
  content: "\e209";
}
.note-editor .glyphicon-equalizer:before {
  content: "\e210";
}
.note-editor .glyphicon-king:before {
  content: "\e211";
}
.note-editor .glyphicon-queen:before {
  content: "\e212";
}
.note-editor .glyphicon-pawn:before {
  content: "\e213";
}
.note-editor .glyphicon-bishop:before {
  content: "\e214";
}
.note-editor .glyphicon-knight:before {
  content: "\e215";
}
.note-editor .glyphicon-baby-formula:before {
  content: "\e216";
}
.note-editor .glyphicon-tent:before {
  content: "\26fa";
}
.note-editor .glyphicon-blackboard:before {
  content: "\e218";
}
.note-editor .glyphicon-bed:before {
  content: "\e219";
}
.note-editor .glyphicon-apple:before {
  content: "\f8ff";
}
.note-editor .glyphicon-erase:before {
  content: "\e221";
}
.note-editor .glyphicon-hourglass:before {
  content: "\231b";
}
.note-editor .glyphicon-lamp:before {
  content: "\e223";
}
.note-editor .glyphicon-duplicate:before {
  content: "\e224";
}
.note-editor .glyphicon-piggy-bank:before {
  content: "\e225";
}
.note-editor .glyphicon-scissors:before {
  content: "\e226";
}
.note-editor .glyphicon-bitcoin:before {
  content: "\e227";
}
.note-editor .glyphicon-btc:before {
  content: "\e227";
}
.note-editor .glyphicon-xbt:before {
  content: "\e227";
}
.note-editor .glyphicon-yen:before {
  content: "\00a5";
}
.note-editor .glyphicon-jpy:before {
  content: "\00a5";
}
.note-editor .glyphicon-ruble:before {
  content: "\20bd";
}
.note-editor .glyphicon-rub:before {
  content: "\20bd";
}
.note-editor .glyphicon-scale:before {
  content: "\e230";
}
.note-editor .glyphicon-ice-lolly:before {
  content: "\e231";
}
.note-editor .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.note-editor .glyphicon-education:before {
  content: "\e233";
}
.note-editor .glyphicon-option-horizontal:before {
  content: "\e234";
}
.note-editor .glyphicon-option-vertical:before {
  content: "\e235";
}
.note-editor .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.note-editor .glyphicon-modal-window:before {
  content: "\e237";
}
.note-editor .glyphicon-oil:before {
  content: "\e238";
}
.note-editor .glyphicon-grain:before {
  content: "\e239";
}
.note-editor .glyphicon-sunglasses:before {
  content: "\e240";
}
.note-editor .glyphicon-text-size:before {
  content: "\e241";
}
.note-editor .glyphicon-text-color:before {
  content: "\e242";
}
.note-editor .glyphicon-text-background:before {
  content: "\e243";
}
.note-editor .glyphicon-object-align-top:before {
  content: "\e244";
}
.note-editor .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.note-editor .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.note-editor .glyphicon-object-align-left:before {
  content: "\e247";
}
.note-editor .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.note-editor .glyphicon-object-align-right:before {
  content: "\e249";
}
.note-editor .glyphicon-triangle-right:before {
  content: "\e250";
}
.note-editor .glyphicon-triangle-left:before {
  content: "\e251";
}
.note-editor .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.note-editor .glyphicon-triangle-top:before {
  content: "\e253";
}
.note-editor .glyphicon-console:before {
  content: "\e254";
}
.note-editor .glyphicon-superscript:before {
  content: "\e255";
}
.note-editor .glyphicon-subscript:before {
  content: "\e256";
}
.note-editor .glyphicon-menu-left:before {
  content: "\e257";
}
.note-editor .glyphicon-menu-right:before {
  content: "\e258";
}
.note-editor .glyphicon-menu-down:before {
  content: "\e259";
}
.note-editor .glyphicon-menu-up:before {
  content: "\e260";
}
.note-editor * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.note-editor *:before,
.note-editor *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.note-editor html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.note-editor body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.note-editor input,
.note-editor button,
.note-editor select,
.note-editor textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.note-editor a {
  color: #337ab7;
  text-decoration: none;
}
.note-editor a:hover,
.note-editor a:focus {
  color: #23527c;
  text-decoration: underline;
}
.note-editor a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.note-editor figure {
  margin: 0;
}
.note-editor img {
  vertical-align: middle;
}
.note-editor .img-responsive,
.note-editor .thumbnail > img,
.note-editor .thumbnail a > img,
.note-editor .carousel-inner > .item > img,
.note-editor .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.note-editor .img-rounded {
  border-radius: 6px;
}
.note-editor .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.note-editor .img-circle {
  border-radius: 50%;
}
.note-editor hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.note-editor .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.note-editor .sr-only-focusable:active,
.note-editor .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.note-editor [role="button"] {
  cursor: pointer;
}
.note-editor h1,
.note-editor h2,
.note-editor h3,
.note-editor h4,
.note-editor h5,
.note-editor h6,
.note-editor .h1,
.note-editor .h2,
.note-editor .h3,
.note-editor .h4,
.note-editor .h5,
.note-editor .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.note-editor h1 small,
.note-editor h2 small,
.note-editor h3 small,
.note-editor h4 small,
.note-editor h5 small,
.note-editor h6 small,
.note-editor .h1 small,
.note-editor .h2 small,
.note-editor .h3 small,
.note-editor .h4 small,
.note-editor .h5 small,
.note-editor .h6 small,
.note-editor h1 .small,
.note-editor h2 .small,
.note-editor h3 .small,
.note-editor h4 .small,
.note-editor h5 .small,
.note-editor h6 .small,
.note-editor .h1 .small,
.note-editor .h2 .small,
.note-editor .h3 .small,
.note-editor .h4 .small,
.note-editor .h5 .small,
.note-editor .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
.note-editor h1,
.note-editor .h1,
.note-editor h2,
.note-editor .h2,
.note-editor h3,
.note-editor .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.note-editor h1 small,
.note-editor .h1 small,
.note-editor h2 small,
.note-editor .h2 small,
.note-editor h3 small,
.note-editor .h3 small,
.note-editor h1 .small,
.note-editor .h1 .small,
.note-editor h2 .small,
.note-editor .h2 .small,
.note-editor h3 .small,
.note-editor .h3 .small {
  font-size: 65%;
}
.note-editor h4,
.note-editor .h4,
.note-editor h5,
.note-editor .h5,
.note-editor h6,
.note-editor .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.note-editor h4 small,
.note-editor .h4 small,
.note-editor h5 small,
.note-editor .h5 small,
.note-editor h6 small,
.note-editor .h6 small,
.note-editor h4 .small,
.note-editor .h4 .small,
.note-editor h5 .small,
.note-editor .h5 .small,
.note-editor h6 .small,
.note-editor .h6 .small {
  font-size: 75%;
}
.note-editor h1,
.note-editor .h1 {
  font-size: 36px;
}
.note-editor h2,
.note-editor .h2 {
  font-size: 30px;
}
.note-editor h3,
.note-editor .h3 {
  font-size: 24px;
}
.note-editor h4,
.note-editor .h4 {
  font-size: 18px;
}
.note-editor h5,
.note-editor .h5 {
  font-size: 14px;
}
.note-editor h6,
.note-editor .h6 {
  font-size: 12px;
}
.note-editor p {
  margin: 0 0 10px;
}
.note-editor .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .note-editor .lead {
    font-size: 21px;
  }
}
.note-editor small,
.note-editor .small {
  font-size: 85%;
}
.note-editor mark,
.note-editor .mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.note-editor .text-left {
  text-align: left;
}
.note-editor .text-right {
  text-align: right;
}
.note-editor .text-center {
  text-align: center;
}
.note-editor .text-justify {
  text-align: justify;
}
.note-editor .text-nowrap {
  white-space: nowrap;
}
.note-editor .text-lowercase {
  text-transform: lowercase;
}
.note-editor .text-uppercase {
  text-transform: uppercase;
}
.note-editor .text-capitalize {
  text-transform: capitalize;
}
.note-editor .text-muted {
  color: #777;
}
.note-editor .text-primary {
  color: #337ab7;
}
.note-editor a.text-primary:hover,
.note-editor a.text-primary:focus {
  color: #286090;
}
.note-editor .text-success {
  color: #3c763d;
}
.note-editor a.text-success:hover,
.note-editor a.text-success:focus {
  color: #2b542c;
}
.note-editor .text-info {
  color: #31708f;
}
.note-editor a.text-info:hover,
.note-editor a.text-info:focus {
  color: #245269;
}
.note-editor .text-warning {
  color: #8a6d3b;
}
.note-editor a.text-warning:hover,
.note-editor a.text-warning:focus {
  color: #66512c;
}
.note-editor .text-danger {
  color: #a94442;
}
.note-editor a.text-danger:hover,
.note-editor a.text-danger:focus {
  color: #843534;
}
.note-editor .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.note-editor a.bg-primary:hover,
.note-editor a.bg-primary:focus {
  background-color: #286090;
}
.note-editor .bg-success {
  background-color: #dff0d8;
}
.note-editor a.bg-success:hover,
.note-editor a.bg-success:focus {
  background-color: #c1e2b3;
}
.note-editor .bg-info {
  background-color: #d9edf7;
}
.note-editor a.bg-info:hover,
.note-editor a.bg-info:focus {
  background-color: #afd9ee;
}
.note-editor .bg-warning {
  background-color: #fcf8e3;
}
.note-editor a.bg-warning:hover,
.note-editor a.bg-warning:focus {
  background-color: #f7ecb5;
}
.note-editor .bg-danger {
  background-color: #f2dede;
}
.note-editor a.bg-danger:hover,
.note-editor a.bg-danger:focus {
  background-color: #e4b9b9;
}
.note-editor .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.note-editor ul,
.note-editor ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.note-editor ul ul,
.note-editor ol ul,
.note-editor ul ol,
.note-editor ol ol {
  margin-bottom: 0;
}
.note-editor .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.note-editor .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.note-editor .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.note-editor dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.note-editor dt,
.note-editor dd {
  line-height: 1.42857143;
}
.note-editor dt {
  font-weight: bold;
}
.note-editor dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .note-editor .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .note-editor .dl-horizontal dd {
    margin-left: 180px;
  }
}
.note-editor abbr[title],
.note-editor abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.note-editor .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.note-editor blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.note-editor blockquote p:last-child,
.note-editor blockquote ul:last-child,
.note-editor blockquote ol:last-child {
  margin-bottom: 0;
}
.note-editor blockquote footer,
.note-editor blockquote small,
.note-editor blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.note-editor blockquote footer:before,
.note-editor blockquote small:before,
.note-editor blockquote .small:before {
  content: '\2014 \00A0';
}
.note-editor .blockquote-reverse,
.note-editor blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.note-editor .blockquote-reverse footer:before,
.note-editor blockquote.pull-right footer:before,
.note-editor .blockquote-reverse small:before,
.note-editor blockquote.pull-right small:before,
.note-editor .blockquote-reverse .small:before,
.note-editor blockquote.pull-right .small:before {
  content: '';
}
.note-editor .blockquote-reverse footer:after,
.note-editor blockquote.pull-right footer:after,
.note-editor .blockquote-reverse small:after,
.note-editor blockquote.pull-right small:after,
.note-editor .blockquote-reverse .small:after,
.note-editor blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.note-editor address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.note-editor code,
.note-editor kbd,
.note-editor pre,
.note-editor samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.note-editor code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.note-editor kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.note-editor kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.note-editor pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.note-editor pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.note-editor .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.note-editor .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .note-editor .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .note-editor .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .note-editor .container {
    width: 1170px;
  }
}
.note-editor .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.note-editor .row {
  margin-right: -15px;
  margin-left: -15px;
}
.note-editor .col-xs-1,
.note-editor .col-sm-1,
.note-editor .col-md-1,
.note-editor .col-lg-1,
.note-editor .col-xs-2,
.note-editor .col-sm-2,
.note-editor .col-md-2,
.note-editor .col-lg-2,
.note-editor .col-xs-3,
.note-editor .col-sm-3,
.note-editor .col-md-3,
.note-editor .col-lg-3,
.note-editor .col-xs-4,
.note-editor .col-sm-4,
.note-editor .col-md-4,
.note-editor .col-lg-4,
.note-editor .col-xs-5,
.note-editor .col-sm-5,
.note-editor .col-md-5,
.note-editor .col-lg-5,
.note-editor .col-xs-6,
.note-editor .col-sm-6,
.note-editor .col-md-6,
.note-editor .col-lg-6,
.note-editor .col-xs-7,
.note-editor .col-sm-7,
.note-editor .col-md-7,
.note-editor .col-lg-7,
.note-editor .col-xs-8,
.note-editor .col-sm-8,
.note-editor .col-md-8,
.note-editor .col-lg-8,
.note-editor .col-xs-9,
.note-editor .col-sm-9,
.note-editor .col-md-9,
.note-editor .col-lg-9,
.note-editor .col-xs-10,
.note-editor .col-sm-10,
.note-editor .col-md-10,
.note-editor .col-lg-10,
.note-editor .col-xs-11,
.note-editor .col-sm-11,
.note-editor .col-md-11,
.note-editor .col-lg-11,
.note-editor .col-xs-12,
.note-editor .col-sm-12,
.note-editor .col-md-12,
.note-editor .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.note-editor .col-xs-1,
.note-editor .col-xs-2,
.note-editor .col-xs-3,
.note-editor .col-xs-4,
.note-editor .col-xs-5,
.note-editor .col-xs-6,
.note-editor .col-xs-7,
.note-editor .col-xs-8,
.note-editor .col-xs-9,
.note-editor .col-xs-10,
.note-editor .col-xs-11,
.note-editor .col-xs-12 {
  float: left;
}
.note-editor .col-xs-12 {
  width: 100%;
}
.note-editor .col-xs-11 {
  width: 91.66666667%;
}
.note-editor .col-xs-10 {
  width: 83.33333333%;
}
.note-editor .col-xs-9 {
  width: 75%;
}
.note-editor .col-xs-8 {
  width: 66.66666667%;
}
.note-editor .col-xs-7 {
  width: 58.33333333%;
}
.note-editor .col-xs-6 {
  width: 50%;
}
.note-editor .col-xs-5 {
  width: 41.66666667%;
}
.note-editor .col-xs-4 {
  width: 33.33333333%;
}
.note-editor .col-xs-3 {
  width: 25%;
}
.note-editor .col-xs-2 {
  width: 16.66666667%;
}
.note-editor .col-xs-1 {
  width: 8.33333333%;
}
.note-editor .col-xs-pull-12 {
  right: 100%;
}
.note-editor .col-xs-pull-11 {
  right: 91.66666667%;
}
.note-editor .col-xs-pull-10 {
  right: 83.33333333%;
}
.note-editor .col-xs-pull-9 {
  right: 75%;
}
.note-editor .col-xs-pull-8 {
  right: 66.66666667%;
}
.note-editor .col-xs-pull-7 {
  right: 58.33333333%;
}
.note-editor .col-xs-pull-6 {
  right: 50%;
}
.note-editor .col-xs-pull-5 {
  right: 41.66666667%;
}
.note-editor .col-xs-pull-4 {
  right: 33.33333333%;
}
.note-editor .col-xs-pull-3 {
  right: 25%;
}
.note-editor .col-xs-pull-2 {
  right: 16.66666667%;
}
.note-editor .col-xs-pull-1 {
  right: 8.33333333%;
}
.note-editor .col-xs-pull-0 {
  right: auto;
}
.note-editor .col-xs-push-12 {
  left: 100%;
}
.note-editor .col-xs-push-11 {
  left: 91.66666667%;
}
.note-editor .col-xs-push-10 {
  left: 83.33333333%;
}
.note-editor .col-xs-push-9 {
  left: 75%;
}
.note-editor .col-xs-push-8 {
  left: 66.66666667%;
}
.note-editor .col-xs-push-7 {
  left: 58.33333333%;
}
.note-editor .col-xs-push-6 {
  left: 50%;
}
.note-editor .col-xs-push-5 {
  left: 41.66666667%;
}
.note-editor .col-xs-push-4 {
  left: 33.33333333%;
}
.note-editor .col-xs-push-3 {
  left: 25%;
}
.note-editor .col-xs-push-2 {
  left: 16.66666667%;
}
.note-editor .col-xs-push-1 {
  left: 8.33333333%;
}
.note-editor .col-xs-push-0 {
  left: auto;
}
.note-editor .col-xs-offset-12 {
  margin-left: 100%;
}
.note-editor .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.note-editor .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.note-editor .col-xs-offset-9 {
  margin-left: 75%;
}
.note-editor .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.note-editor .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.note-editor .col-xs-offset-6 {
  margin-left: 50%;
}
.note-editor .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.note-editor .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.note-editor .col-xs-offset-3 {
  margin-left: 25%;
}
.note-editor .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.note-editor .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.note-editor .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .note-editor .col-sm-1,
  .note-editor .col-sm-2,
  .note-editor .col-sm-3,
  .note-editor .col-sm-4,
  .note-editor .col-sm-5,
  .note-editor .col-sm-6,
  .note-editor .col-sm-7,
  .note-editor .col-sm-8,
  .note-editor .col-sm-9,
  .note-editor .col-sm-10,
  .note-editor .col-sm-11,
  .note-editor .col-sm-12 {
    float: left;
  }
  .note-editor .col-sm-12 {
    width: 100%;
  }
  .note-editor .col-sm-11 {
    width: 91.66666667%;
  }
  .note-editor .col-sm-10 {
    width: 83.33333333%;
  }
  .note-editor .col-sm-9 {
    width: 75%;
  }
  .note-editor .col-sm-8 {
    width: 66.66666667%;
  }
  .note-editor .col-sm-7 {
    width: 58.33333333%;
  }
  .note-editor .col-sm-6 {
    width: 50%;
  }
  .note-editor .col-sm-5 {
    width: 41.66666667%;
  }
  .note-editor .col-sm-4 {
    width: 33.33333333%;
  }
  .note-editor .col-sm-3 {
    width: 25%;
  }
  .note-editor .col-sm-2 {
    width: 16.66666667%;
  }
  .note-editor .col-sm-1 {
    width: 8.33333333%;
  }
  .note-editor .col-sm-pull-12 {
    right: 100%;
  }
  .note-editor .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .note-editor .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .note-editor .col-sm-pull-9 {
    right: 75%;
  }
  .note-editor .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .note-editor .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .note-editor .col-sm-pull-6 {
    right: 50%;
  }
  .note-editor .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .note-editor .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .note-editor .col-sm-pull-3 {
    right: 25%;
  }
  .note-editor .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .note-editor .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .note-editor .col-sm-pull-0 {
    right: auto;
  }
  .note-editor .col-sm-push-12 {
    left: 100%;
  }
  .note-editor .col-sm-push-11 {
    left: 91.66666667%;
  }
  .note-editor .col-sm-push-10 {
    left: 83.33333333%;
  }
  .note-editor .col-sm-push-9 {
    left: 75%;
  }
  .note-editor .col-sm-push-8 {
    left: 66.66666667%;
  }
  .note-editor .col-sm-push-7 {
    left: 58.33333333%;
  }
  .note-editor .col-sm-push-6 {
    left: 50%;
  }
  .note-editor .col-sm-push-5 {
    left: 41.66666667%;
  }
  .note-editor .col-sm-push-4 {
    left: 33.33333333%;
  }
  .note-editor .col-sm-push-3 {
    left: 25%;
  }
  .note-editor .col-sm-push-2 {
    left: 16.66666667%;
  }
  .note-editor .col-sm-push-1 {
    left: 8.33333333%;
  }
  .note-editor .col-sm-push-0 {
    left: auto;
  }
  .note-editor .col-sm-offset-12 {
    margin-left: 100%;
  }
  .note-editor .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .note-editor .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .note-editor .col-sm-offset-9 {
    margin-left: 75%;
  }
  .note-editor .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .note-editor .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .note-editor .col-sm-offset-6 {
    margin-left: 50%;
  }
  .note-editor .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .note-editor .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .note-editor .col-sm-offset-3 {
    margin-left: 25%;
  }
  .note-editor .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .note-editor .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .note-editor .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .note-editor .col-md-1,
  .note-editor .col-md-2,
  .note-editor .col-md-3,
  .note-editor .col-md-4,
  .note-editor .col-md-5,
  .note-editor .col-md-6,
  .note-editor .col-md-7,
  .note-editor .col-md-8,
  .note-editor .col-md-9,
  .note-editor .col-md-10,
  .note-editor .col-md-11,
  .note-editor .col-md-12 {
    float: left;
  }
  .note-editor .col-md-12 {
    width: 100%;
  }
  .note-editor .col-md-11 {
    width: 91.66666667%;
  }
  .note-editor .col-md-10 {
    width: 83.33333333%;
  }
  .note-editor .col-md-9 {
    width: 75%;
  }
  .note-editor .col-md-8 {
    width: 66.66666667%;
  }
  .note-editor .col-md-7 {
    width: 58.33333333%;
  }
  .note-editor .col-md-6 {
    width: 50%;
  }
  .note-editor .col-md-5 {
    width: 41.66666667%;
  }
  .note-editor .col-md-4 {
    width: 33.33333333%;
  }
  .note-editor .col-md-3 {
    width: 25%;
  }
  .note-editor .col-md-2 {
    width: 16.66666667%;
  }
  .note-editor .col-md-1 {
    width: 8.33333333%;
  }
  .note-editor .col-md-pull-12 {
    right: 100%;
  }
  .note-editor .col-md-pull-11 {
    right: 91.66666667%;
  }
  .note-editor .col-md-pull-10 {
    right: 83.33333333%;
  }
  .note-editor .col-md-pull-9 {
    right: 75%;
  }
  .note-editor .col-md-pull-8 {
    right: 66.66666667%;
  }
  .note-editor .col-md-pull-7 {
    right: 58.33333333%;
  }
  .note-editor .col-md-pull-6 {
    right: 50%;
  }
  .note-editor .col-md-pull-5 {
    right: 41.66666667%;
  }
  .note-editor .col-md-pull-4 {
    right: 33.33333333%;
  }
  .note-editor .col-md-pull-3 {
    right: 25%;
  }
  .note-editor .col-md-pull-2 {
    right: 16.66666667%;
  }
  .note-editor .col-md-pull-1 {
    right: 8.33333333%;
  }
  .note-editor .col-md-pull-0 {
    right: auto;
  }
  .note-editor .col-md-push-12 {
    left: 100%;
  }
  .note-editor .col-md-push-11 {
    left: 91.66666667%;
  }
  .note-editor .col-md-push-10 {
    left: 83.33333333%;
  }
  .note-editor .col-md-push-9 {
    left: 75%;
  }
  .note-editor .col-md-push-8 {
    left: 66.66666667%;
  }
  .note-editor .col-md-push-7 {
    left: 58.33333333%;
  }
  .note-editor .col-md-push-6 {
    left: 50%;
  }
  .note-editor .col-md-push-5 {
    left: 41.66666667%;
  }
  .note-editor .col-md-push-4 {
    left: 33.33333333%;
  }
  .note-editor .col-md-push-3 {
    left: 25%;
  }
  .note-editor .col-md-push-2 {
    left: 16.66666667%;
  }
  .note-editor .col-md-push-1 {
    left: 8.33333333%;
  }
  .note-editor .col-md-push-0 {
    left: auto;
  }
  .note-editor .col-md-offset-12 {
    margin-left: 100%;
  }
  .note-editor .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .note-editor .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .note-editor .col-md-offset-9 {
    margin-left: 75%;
  }
  .note-editor .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .note-editor .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .note-editor .col-md-offset-6 {
    margin-left: 50%;
  }
  .note-editor .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .note-editor .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .note-editor .col-md-offset-3 {
    margin-left: 25%;
  }
  .note-editor .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .note-editor .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .note-editor .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .note-editor .col-lg-1,
  .note-editor .col-lg-2,
  .note-editor .col-lg-3,
  .note-editor .col-lg-4,
  .note-editor .col-lg-5,
  .note-editor .col-lg-6,
  .note-editor .col-lg-7,
  .note-editor .col-lg-8,
  .note-editor .col-lg-9,
  .note-editor .col-lg-10,
  .note-editor .col-lg-11,
  .note-editor .col-lg-12 {
    float: left;
  }
  .note-editor .col-lg-12 {
    width: 100%;
  }
  .note-editor .col-lg-11 {
    width: 91.66666667%;
  }
  .note-editor .col-lg-10 {
    width: 83.33333333%;
  }
  .note-editor .col-lg-9 {
    width: 75%;
  }
  .note-editor .col-lg-8 {
    width: 66.66666667%;
  }
  .note-editor .col-lg-7 {
    width: 58.33333333%;
  }
  .note-editor .col-lg-6 {
    width: 50%;
  }
  .note-editor .col-lg-5 {
    width: 41.66666667%;
  }
  .note-editor .col-lg-4 {
    width: 33.33333333%;
  }
  .note-editor .col-lg-3 {
    width: 25%;
  }
  .note-editor .col-lg-2 {
    width: 16.66666667%;
  }
  .note-editor .col-lg-1 {
    width: 8.33333333%;
  }
  .note-editor .col-lg-pull-12 {
    right: 100%;
  }
  .note-editor .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .note-editor .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .note-editor .col-lg-pull-9 {
    right: 75%;
  }
  .note-editor .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .note-editor .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .note-editor .col-lg-pull-6 {
    right: 50%;
  }
  .note-editor .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .note-editor .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .note-editor .col-lg-pull-3 {
    right: 25%;
  }
  .note-editor .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .note-editor .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .note-editor .col-lg-pull-0 {
    right: auto;
  }
  .note-editor .col-lg-push-12 {
    left: 100%;
  }
  .note-editor .col-lg-push-11 {
    left: 91.66666667%;
  }
  .note-editor .col-lg-push-10 {
    left: 83.33333333%;
  }
  .note-editor .col-lg-push-9 {
    left: 75%;
  }
  .note-editor .col-lg-push-8 {
    left: 66.66666667%;
  }
  .note-editor .col-lg-push-7 {
    left: 58.33333333%;
  }
  .note-editor .col-lg-push-6 {
    left: 50%;
  }
  .note-editor .col-lg-push-5 {
    left: 41.66666667%;
  }
  .note-editor .col-lg-push-4 {
    left: 33.33333333%;
  }
  .note-editor .col-lg-push-3 {
    left: 25%;
  }
  .note-editor .col-lg-push-2 {
    left: 16.66666667%;
  }
  .note-editor .col-lg-push-1 {
    left: 8.33333333%;
  }
  .note-editor .col-lg-push-0 {
    left: auto;
  }
  .note-editor .col-lg-offset-12 {
    margin-left: 100%;
  }
  .note-editor .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .note-editor .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .note-editor .col-lg-offset-9 {
    margin-left: 75%;
  }
  .note-editor .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .note-editor .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .note-editor .col-lg-offset-6 {
    margin-left: 50%;
  }
  .note-editor .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .note-editor .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .note-editor .col-lg-offset-3 {
    margin-left: 25%;
  }
  .note-editor .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .note-editor .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .note-editor .col-lg-offset-0 {
    margin-left: 0;
  }
}
.note-editor table {
  background-color: transparent;
}
.note-editor caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.note-editor th {
  text-align: left;
}
.note-editor .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.note-editor .table > thead > tr > th,
.note-editor .table > tbody > tr > th,
.note-editor .table > tfoot > tr > th,
.note-editor .table > thead > tr > td,
.note-editor .table > tbody > tr > td,
.note-editor .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.note-editor .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.note-editor .table > caption + thead > tr:first-child > th,
.note-editor .table > colgroup + thead > tr:first-child > th,
.note-editor .table > thead:first-child > tr:first-child > th,
.note-editor .table > caption + thead > tr:first-child > td,
.note-editor .table > colgroup + thead > tr:first-child > td,
.note-editor .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.note-editor .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.note-editor .table .table {
  background-color: #fff;
}
.note-editor .table-condensed > thead > tr > th,
.note-editor .table-condensed > tbody > tr > th,
.note-editor .table-condensed > tfoot > tr > th,
.note-editor .table-condensed > thead > tr > td,
.note-editor .table-condensed > tbody > tr > td,
.note-editor .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.note-editor .table-bordered {
  border: 1px solid #ddd;
}
.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > tbody > tr > th,
.note-editor .table-bordered > tfoot > tr > th,
.note-editor .table-bordered > thead > tr > td,
.note-editor .table-bordered > tbody > tr > td,
.note-editor .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.note-editor .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.note-editor .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.note-editor table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.note-editor table td[class*="col-"],
.note-editor table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.note-editor .table > thead > tr > td.active,
.note-editor .table > tbody > tr > td.active,
.note-editor .table > tfoot > tr > td.active,
.note-editor .table > thead > tr > th.active,
.note-editor .table > tbody > tr > th.active,
.note-editor .table > tfoot > tr > th.active,
.note-editor .table > thead > tr.active > td,
.note-editor .table > tbody > tr.active > td,
.note-editor .table > tfoot > tr.active > td,
.note-editor .table > thead > tr.active > th,
.note-editor .table > tbody > tr.active > th,
.note-editor .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.note-editor .table-hover > tbody > tr > td.active:hover,
.note-editor .table-hover > tbody > tr > th.active:hover,
.note-editor .table-hover > tbody > tr.active:hover > td,
.note-editor .table-hover > tbody > tr:hover > .active,
.note-editor .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.note-editor .table > thead > tr > td.success,
.note-editor .table > tbody > tr > td.success,
.note-editor .table > tfoot > tr > td.success,
.note-editor .table > thead > tr > th.success,
.note-editor .table > tbody > tr > th.success,
.note-editor .table > tfoot > tr > th.success,
.note-editor .table > thead > tr.success > td,
.note-editor .table > tbody > tr.success > td,
.note-editor .table > tfoot > tr.success > td,
.note-editor .table > thead > tr.success > th,
.note-editor .table > tbody > tr.success > th,
.note-editor .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.note-editor .table-hover > tbody > tr > td.success:hover,
.note-editor .table-hover > tbody > tr > th.success:hover,
.note-editor .table-hover > tbody > tr.success:hover > td,
.note-editor .table-hover > tbody > tr:hover > .success,
.note-editor .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.note-editor .table > thead > tr > td.info,
.note-editor .table > tbody > tr > td.info,
.note-editor .table > tfoot > tr > td.info,
.note-editor .table > thead > tr > th.info,
.note-editor .table > tbody > tr > th.info,
.note-editor .table > tfoot > tr > th.info,
.note-editor .table > thead > tr.info > td,
.note-editor .table > tbody > tr.info > td,
.note-editor .table > tfoot > tr.info > td,
.note-editor .table > thead > tr.info > th,
.note-editor .table > tbody > tr.info > th,
.note-editor .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.note-editor .table-hover > tbody > tr > td.info:hover,
.note-editor .table-hover > tbody > tr > th.info:hover,
.note-editor .table-hover > tbody > tr.info:hover > td,
.note-editor .table-hover > tbody > tr:hover > .info,
.note-editor .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.note-editor .table > thead > tr > td.warning,
.note-editor .table > tbody > tr > td.warning,
.note-editor .table > tfoot > tr > td.warning,
.note-editor .table > thead > tr > th.warning,
.note-editor .table > tbody > tr > th.warning,
.note-editor .table > tfoot > tr > th.warning,
.note-editor .table > thead > tr.warning > td,
.note-editor .table > tbody > tr.warning > td,
.note-editor .table > tfoot > tr.warning > td,
.note-editor .table > thead > tr.warning > th,
.note-editor .table > tbody > tr.warning > th,
.note-editor .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.note-editor .table-hover > tbody > tr > td.warning:hover,
.note-editor .table-hover > tbody > tr > th.warning:hover,
.note-editor .table-hover > tbody > tr.warning:hover > td,
.note-editor .table-hover > tbody > tr:hover > .warning,
.note-editor .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.note-editor .table > thead > tr > td.danger,
.note-editor .table > tbody > tr > td.danger,
.note-editor .table > tfoot > tr > td.danger,
.note-editor .table > thead > tr > th.danger,
.note-editor .table > tbody > tr > th.danger,
.note-editor .table > tfoot > tr > th.danger,
.note-editor .table > thead > tr.danger > td,
.note-editor .table > tbody > tr.danger > td,
.note-editor .table > tfoot > tr.danger > td,
.note-editor .table > thead > tr.danger > th,
.note-editor .table > tbody > tr.danger > th,
.note-editor .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.note-editor .table-hover > tbody > tr > td.danger:hover,
.note-editor .table-hover > tbody > tr > th.danger:hover,
.note-editor .table-hover > tbody > tr.danger:hover > td,
.note-editor .table-hover > tbody > tr:hover > .danger,
.note-editor .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.note-editor .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .note-editor .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .note-editor .table-responsive > .table {
    margin-bottom: 0;
  }
  .note-editor .table-responsive > .table > thead > tr > th,
  .note-editor .table-responsive > .table > tbody > tr > th,
  .note-editor .table-responsive > .table > tfoot > tr > th,
  .note-editor .table-responsive > .table > thead > tr > td,
  .note-editor .table-responsive > .table > tbody > tr > td,
  .note-editor .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .note-editor .table-responsive > .table-bordered {
    border: 0;
  }
  .note-editor .table-responsive > .table-bordered > thead > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > thead > tr > td:first-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .note-editor .table-responsive > .table-bordered > thead > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > thead > tr > td:last-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .note-editor .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .note-editor .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.note-editor fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.note-editor legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.note-editor label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.note-editor input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.note-editor input[type="radio"],
.note-editor input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.note-editor input[type="file"] {
  display: block;
}
.note-editor input[type="range"] {
  display: block;
  width: 100%;
}
.note-editor select[multiple],
.note-editor select[size] {
  height: auto;
}
.note-editor input[type="file"]:focus,
.note-editor input[type="radio"]:focus,
.note-editor input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.note-editor output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.note-editor .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.note-editor .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.note-editor .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.note-editor .form-control:-ms-input-placeholder {
  color: #999;
}
.note-editor .form-control::-webkit-input-placeholder {
  color: #999;
}
.note-editor .form-control[disabled],
.note-editor .form-control[readonly],
.note-editor fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.note-editor .form-control[disabled],
.note-editor fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.note-editor textarea.form-control {
  height: auto;
}
.note-editor input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .note-editor input[type="date"].form-control,
  .note-editor input[type="time"].form-control,
  .note-editor input[type="datetime-local"].form-control,
  .note-editor input[type="month"].form-control {
    line-height: 34px;
  }
  .note-editor input[type="date"].input-sm,
  .note-editor input[type="time"].input-sm,
  .note-editor input[type="datetime-local"].input-sm,
  .note-editor input[type="month"].input-sm,
  .note-editor .input-group-sm input[type="date"],
  .note-editor .input-group-sm input[type="time"],
  .note-editor .input-group-sm input[type="datetime-local"],
  .note-editor .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .note-editor input[type="date"].input-lg,
  .note-editor input[type="time"].input-lg,
  .note-editor input[type="datetime-local"].input-lg,
  .note-editor input[type="month"].input-lg,
  .note-editor .input-group-lg input[type="date"],
  .note-editor .input-group-lg input[type="time"],
  .note-editor .input-group-lg input[type="datetime-local"],
  .note-editor .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.note-editor .form-group {
  margin-bottom: 15px;
}
.note-editor .radio,
.note-editor .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.note-editor .radio label,
.note-editor .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.note-editor .radio input[type="radio"],
.note-editor .radio-inline input[type="radio"],
.note-editor .checkbox input[type="checkbox"],
.note-editor .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.note-editor .radio + .radio,
.note-editor .checkbox + .checkbox {
  margin-top: -5px;
}
.note-editor .radio-inline,
.note-editor .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.note-editor .radio-inline + .radio-inline,
.note-editor .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.note-editor input[type="radio"][disabled],
.note-editor input[type="checkbox"][disabled],
.note-editor input[type="radio"].disabled,
.note-editor input[type="checkbox"].disabled,
.note-editor fieldset[disabled] input[type="radio"],
.note-editor fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.note-editor .radio-inline.disabled,
.note-editor .checkbox-inline.disabled,
.note-editor fieldset[disabled] .radio-inline,
.note-editor fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.note-editor .radio.disabled label,
.note-editor .checkbox.disabled label,
.note-editor fieldset[disabled] .radio label,
.note-editor fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.note-editor .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.note-editor .form-control-static.input-lg,
.note-editor .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.note-editor .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.note-editor select.input-sm {
  height: 30px;
  line-height: 30px;
}
.note-editor textarea.input-sm,
.note-editor select[multiple].input-sm {
  height: auto;
}
.note-editor .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.note-editor .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.note-editor .form-group-sm textarea.form-control,
.note-editor .form-group-sm select[multiple].form-control {
  height: auto;
}
.note-editor .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.note-editor .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.note-editor select.input-lg {
  height: 46px;
  line-height: 46px;
}
.note-editor textarea.input-lg,
.note-editor select[multiple].input-lg {
  height: auto;
}
.note-editor .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.note-editor .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.note-editor .form-group-lg textarea.form-control,
.note-editor .form-group-lg select[multiple].form-control {
  height: auto;
}
.note-editor .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.note-editor .has-feedback {
  position: relative;
}
.note-editor .has-feedback .form-control {
  padding-right: 42.5px;
}
.note-editor .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.note-editor .input-lg + .form-control-feedback,
.note-editor .input-group-lg + .form-control-feedback,
.note-editor .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.note-editor .input-sm + .form-control-feedback,
.note-editor .input-group-sm + .form-control-feedback,
.note-editor .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.note-editor .has-success .help-block,
.note-editor .has-success .control-label,
.note-editor .has-success .radio,
.note-editor .has-success .checkbox,
.note-editor .has-success .radio-inline,
.note-editor .has-success .checkbox-inline,
.note-editor .has-success.radio label,
.note-editor .has-success.checkbox label,
.note-editor .has-success.radio-inline label,
.note-editor .has-success.checkbox-inline label {
  color: #3c763d;
}
.note-editor .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.note-editor .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.note-editor .has-success .form-control-feedback {
  color: #3c763d;
}
.note-editor .has-warning .help-block,
.note-editor .has-warning .control-label,
.note-editor .has-warning .radio,
.note-editor .has-warning .checkbox,
.note-editor .has-warning .radio-inline,
.note-editor .has-warning .checkbox-inline,
.note-editor .has-warning.radio label,
.note-editor .has-warning.checkbox label,
.note-editor .has-warning.radio-inline label,
.note-editor .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.note-editor .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.note-editor .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.note-editor .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.note-editor .has-error .help-block,
.note-editor .has-error .control-label,
.note-editor .has-error .radio,
.note-editor .has-error .checkbox,
.note-editor .has-error .radio-inline,
.note-editor .has-error .checkbox-inline,
.note-editor .has-error.radio label,
.note-editor .has-error.checkbox label,
.note-editor .has-error.radio-inline label,
.note-editor .has-error.checkbox-inline label {
  color: #a94442;
}
.note-editor .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.note-editor .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.note-editor .has-error .form-control-feedback {
  color: #a94442;
}
.note-editor .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.note-editor .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.note-editor .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .note-editor .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .note-editor .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .note-editor .form-inline .form-control-static {
    display: inline-block;
  }
  .note-editor .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .note-editor .form-inline .input-group .input-group-addon,
  .note-editor .form-inline .input-group .input-group-btn,
  .note-editor .form-inline .input-group .form-control {
    width: auto;
  }
  .note-editor .form-inline .input-group > .form-control {
    width: 100%;
  }
  .note-editor .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .note-editor .form-inline .radio,
  .note-editor .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .note-editor .form-inline .radio label,
  .note-editor .form-inline .checkbox label {
    padding-left: 0;
  }
  .note-editor .form-inline .radio input[type="radio"],
  .note-editor .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .note-editor .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.note-editor .form-horizontal .radio,
.note-editor .form-horizontal .checkbox,
.note-editor .form-horizontal .radio-inline,
.note-editor .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.note-editor .form-horizontal .radio,
.note-editor .form-horizontal .checkbox {
  min-height: 27px;
}
.note-editor .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .note-editor .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.note-editor .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .note-editor .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .note-editor .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.note-editor .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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;
  border: 1px solid transparent;
  border-radius: 4px;
}
.note-editor .btn:focus,
.note-editor .btn:active:focus,
.note-editor .btn.active:focus,
.note-editor .btn.focus,
.note-editor .btn:active.focus,
.note-editor .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.note-editor .btn:hover,
.note-editor .btn:focus,
.note-editor .btn.focus {
  color: #333;
  text-decoration: none;
}
.note-editor .btn:active,
.note-editor .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.note-editor .btn.disabled,
.note-editor .btn[disabled],
.note-editor fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.note-editor a.btn.disabled,
.note-editor fieldset[disabled] a.btn {
  pointer-events: none;
}
.note-editor .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.note-editor .btn-default:focus,
.note-editor .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.note-editor .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.note-editor .open > .dropdow_n-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.note-editor .btn-default:active:hover,
.note-editor .btn-default.active:hover,
.note-editor .open > .dropdow_n-toggle.btn-default:hover,
.note-editor .btn-default:active:focus,
.note-editor .btn-default.active:focus,
.note-editor .open > .dropdow_n-toggle.btn-default:focus,
.note-editor .btn-default:active.focus,
.note-editor .btn-default.active.focus,
.note-editor .open > .dropdow_n-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.note-editor .open > .dropdow_n-toggle.btn-default {
  background-image: none;
}
.note-editor .btn-default.disabled,
.note-editor .btn-default[disabled],
.note-editor fieldset[disabled] .btn-default,
.note-editor .btn-default.disabled:hover,
.note-editor .btn-default[disabled]:hover,
.note-editor fieldset[disabled] .btn-default:hover,
.note-editor .btn-default.disabled:focus,
.note-editor .btn-default[disabled]:focus,
.note-editor fieldset[disabled] .btn-default:focus,
.note-editor .btn-default.disabled.focus,
.note-editor .btn-default[disabled].focus,
.note-editor fieldset[disabled] .btn-default.focus,
.note-editor .btn-default.disabled:active,
.note-editor .btn-default[disabled]:active,
.note-editor fieldset[disabled] .btn-default:active,
.note-editor .btn-default.disabled.active,
.note-editor .btn-default[disabled].active,
.note-editor fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.note-editor .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.note-editor .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.note-editor .btn-primary:focus,
.note-editor .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.note-editor .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.note-editor .open > .dropdow_n-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.note-editor .btn-primary:active:hover,
.note-editor .btn-primary.active:hover,
.note-editor .open > .dropdow_n-toggle.btn-primary:hover,
.note-editor .btn-primary:active:focus,
.note-editor .btn-primary.active:focus,
.note-editor .open > .dropdow_n-toggle.btn-primary:focus,
.note-editor .btn-primary:active.focus,
.note-editor .btn-primary.active.focus,
.note-editor .open > .dropdow_n-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.note-editor .open > .dropdow_n-toggle.btn-primary {
  background-image: none;
}
.note-editor .btn-primary.disabled,
.note-editor .btn-primary[disabled],
.note-editor fieldset[disabled] .btn-primary,
.note-editor .btn-primary.disabled:hover,
.note-editor .btn-primary[disabled]:hover,
.note-editor fieldset[disabled] .btn-primary:hover,
.note-editor .btn-primary.disabled:focus,
.note-editor .btn-primary[disabled]:focus,
.note-editor fieldset[disabled] .btn-primary:focus,
.note-editor .btn-primary.disabled.focus,
.note-editor .btn-primary[disabled].focus,
.note-editor fieldset[disabled] .btn-primary.focus,
.note-editor .btn-primary.disabled:active,
.note-editor .btn-primary[disabled]:active,
.note-editor fieldset[disabled] .btn-primary:active,
.note-editor .btn-primary.disabled.active,
.note-editor .btn-primary[disabled].active,
.note-editor fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.note-editor .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.note-editor .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.note-editor .btn-success:focus,
.note-editor .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.note-editor .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.note-editor .open > .dropdow_n-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.note-editor .btn-success:active:hover,
.note-editor .btn-success.active:hover,
.note-editor .open > .dropdow_n-toggle.btn-success:hover,
.note-editor .btn-success:active:focus,
.note-editor .btn-success.active:focus,
.note-editor .open > .dropdow_n-toggle.btn-success:focus,
.note-editor .btn-success:active.focus,
.note-editor .btn-success.active.focus,
.note-editor .open > .dropdow_n-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.note-editor .open > .dropdow_n-toggle.btn-success {
  background-image: none;
}
.note-editor .btn-success.disabled,
.note-editor .btn-success[disabled],
.note-editor fieldset[disabled] .btn-success,
.note-editor .btn-success.disabled:hover,
.note-editor .btn-success[disabled]:hover,
.note-editor fieldset[disabled] .btn-success:hover,
.note-editor .btn-success.disabled:focus,
.note-editor .btn-success[disabled]:focus,
.note-editor fieldset[disabled] .btn-success:focus,
.note-editor .btn-success.disabled.focus,
.note-editor .btn-success[disabled].focus,
.note-editor fieldset[disabled] .btn-success.focus,
.note-editor .btn-success.disabled:active,
.note-editor .btn-success[disabled]:active,
.note-editor fieldset[disabled] .btn-success:active,
.note-editor .btn-success.disabled.active,
.note-editor .btn-success[disabled].active,
.note-editor fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.note-editor .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.note-editor .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.note-editor .btn-info:focus,
.note-editor .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.note-editor .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.note-editor .open > .dropdow_n-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.note-editor .btn-info:active:hover,
.note-editor .btn-info.active:hover,
.note-editor .open > .dropdow_n-toggle.btn-info:hover,
.note-editor .btn-info:active:focus,
.note-editor .btn-info.active:focus,
.note-editor .open > .dropdow_n-toggle.btn-info:focus,
.note-editor .btn-info:active.focus,
.note-editor .btn-info.active.focus,
.note-editor .open > .dropdow_n-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.note-editor .open > .dropdow_n-toggle.btn-info {
  background-image: none;
}
.note-editor .btn-info.disabled,
.note-editor .btn-info[disabled],
.note-editor fieldset[disabled] .btn-info,
.note-editor .btn-info.disabled:hover,
.note-editor .btn-info[disabled]:hover,
.note-editor fieldset[disabled] .btn-info:hover,
.note-editor .btn-info.disabled:focus,
.note-editor .btn-info[disabled]:focus,
.note-editor fieldset[disabled] .btn-info:focus,
.note-editor .btn-info.disabled.focus,
.note-editor .btn-info[disabled].focus,
.note-editor fieldset[disabled] .btn-info.focus,
.note-editor .btn-info.disabled:active,
.note-editor .btn-info[disabled]:active,
.note-editor fieldset[disabled] .btn-info:active,
.note-editor .btn-info.disabled.active,
.note-editor .btn-info[disabled].active,
.note-editor fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.note-editor .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.note-editor .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.note-editor .btn-warning:focus,
.note-editor .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.note-editor .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.note-editor .open > .dropdow_n-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.note-editor .btn-warning:active:hover,
.note-editor .btn-warning.active:hover,
.note-editor .open > .dropdow_n-toggle.btn-warning:hover,
.note-editor .btn-warning:active:focus,
.note-editor .btn-warning.active:focus,
.note-editor .open > .dropdow_n-toggle.btn-warning:focus,
.note-editor .btn-warning:active.focus,
.note-editor .btn-warning.active.focus,
.note-editor .open > .dropdow_n-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.note-editor .open > .dropdow_n-toggle.btn-warning {
  background-image: none;
}
.note-editor .btn-warning.disabled,
.note-editor .btn-warning[disabled],
.note-editor fieldset[disabled] .btn-warning,
.note-editor .btn-warning.disabled:hover,
.note-editor .btn-warning[disabled]:hover,
.note-editor fieldset[disabled] .btn-warning:hover,
.note-editor .btn-warning.disabled:focus,
.note-editor .btn-warning[disabled]:focus,
.note-editor fieldset[disabled] .btn-warning:focus,
.note-editor .btn-warning.disabled.focus,
.note-editor .btn-warning[disabled].focus,
.note-editor fieldset[disabled] .btn-warning.focus,
.note-editor .btn-warning.disabled:active,
.note-editor .btn-warning[disabled]:active,
.note-editor fieldset[disabled] .btn-warning:active,
.note-editor .btn-warning.disabled.active,
.note-editor .btn-warning[disabled].active,
.note-editor fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.note-editor .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.note-editor .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.note-editor .btn-danger:focus,
.note-editor .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.note-editor .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.note-editor .open > .dropdow_n-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.note-editor .btn-danger:active:hover,
.note-editor .btn-danger.active:hover,
.note-editor .open > .dropdow_n-toggle.btn-danger:hover,
.note-editor .btn-danger:active:focus,
.note-editor .btn-danger.active:focus,
.note-editor .open > .dropdow_n-toggle.btn-danger:focus,
.note-editor .btn-danger:active.focus,
.note-editor .btn-danger.active.focus,
.note-editor .open > .dropdow_n-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.note-editor .open > .dropdow_n-toggle.btn-danger {
  background-image: none;
}
.note-editor .btn-danger.disabled,
.note-editor .btn-danger[disabled],
.note-editor fieldset[disabled] .btn-danger,
.note-editor .btn-danger.disabled:hover,
.note-editor .btn-danger[disabled]:hover,
.note-editor fieldset[disabled] .btn-danger:hover,
.note-editor .btn-danger.disabled:focus,
.note-editor .btn-danger[disabled]:focus,
.note-editor fieldset[disabled] .btn-danger:focus,
.note-editor .btn-danger.disabled.focus,
.note-editor .btn-danger[disabled].focus,
.note-editor fieldset[disabled] .btn-danger.focus,
.note-editor .btn-danger.disabled:active,
.note-editor .btn-danger[disabled]:active,
.note-editor fieldset[disabled] .btn-danger:active,
.note-editor .btn-danger.disabled.active,
.note-editor .btn-danger[disabled].active,
.note-editor fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.note-editor .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.note-editor .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.note-editor .btn-link,
.note-editor .btn-link:active,
.note-editor .btn-link.active,
.note-editor .btn-link[disabled],
.note-editor fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.note-editor .btn-link,
.note-editor .btn-link:hover,
.note-editor .btn-link:focus,
.note-editor .btn-link:active {
  border-color: transparent;
}
.note-editor .btn-link:hover,
.note-editor .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.note-editor .btn-link[disabled]:hover,
.note-editor fieldset[disabled] .btn-link:hover,
.note-editor .btn-link[disabled]:focus,
.note-editor fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.note-editor .btn-lg,
.note-editor .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.note-editor .btn-sm,
.note-editor .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.note-editor .btn-xs,
.note-editor .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.note-editor .btn-block {
  display: block;
  width: 100%;
}
.note-editor .btn-block + .btn-block {
  margin-top: 5px;
}
.note-editor input[type="submit"].btn-block,
.note-editor input[type="reset"].btn-block,
.note-editor input[type="button"].btn-block {
  width: 100%;
}
.note-editor .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.note-editor .fade.in {
  opacity: 1;
}
.note-editor .collapse {
  display: none;
}
.note-editor .collapse.in {
  display: block;
}
.note-editor tr.collapse.in {
  display: table-row;
}
.note-editor tbody.collapse.in {
  display: table-row-group;
}
.note-editor .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.note-editor .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.note-editor .dropup,
.note-editor .dropdow_n {
  position: relative;
}
.note-editor .dropdow_n-toggle:focus {
  outline: 0;
}
.note-editor .dropdow_n-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.note-editor .dropdow_n-menu.pull-right {
  right: 0;
  left: auto;
}
.note-editor .dropdow_n-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.note-editor .dropdow_n-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.note-editor .dropdow_n-menu > li > a:hover,
.note-editor .dropdow_n-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.note-editor .dropdow_n-menu > .active > a,
.note-editor .dropdow_n-menu > .active > a:hover,
.note-editor .dropdow_n-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.note-editor .dropdow_n-menu > .disabled > a,
.note-editor .dropdow_n-menu > .disabled > a:hover,
.note-editor .dropdow_n-menu > .disabled > a:focus {
  color: #777;
}
.note-editor .dropdow_n-menu > .disabled > a:hover,
.note-editor .dropdow_n-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.note-editor .open > .dropdow_n-menu {
  display: block;
}
.note-editor .open > a {
  outline: 0;
}
.note-editor .dropdow_n-menu-right {
  right: 0;
  left: auto;
}
.note-editor .dropdow_n-menu-left {
  right: auto;
  left: 0;
}
.note-editor .dropdow_n-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.note-editor .dropdow_n-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.note-editor .pull-right > .dropdow_n-menu {
  right: 0;
  left: auto;
}
.note-editor .dropup .caret,
.note-editor .navbar-fixed-bottom .dropdow_n .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.note-editor .dropup .dropdow_n-menu,
.note-editor .navbar-fixed-bottom .dropdow_n .dropdow_n-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .note-editor .navbar-right .dropdow_n-menu {
    right: 0;
    left: auto;
  }
  .note-editor .navbar-right .dropdow_n-menu-left {
    right: auto;
    left: 0;
  }
}
.note-editor .btn-group,
.note-editor .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.note-editor .btn-group > .btn,
.note-editor .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.note-editor .btn-group > .btn:hover,
.note-editor .btn-group-vertical > .btn:hover,
.note-editor .btn-group > .btn:focus,
.note-editor .btn-group-vertical > .btn:focus,
.note-editor .btn-group > .btn:active,
.note-editor .btn-group-vertical > .btn:active,
.note-editor .btn-group > .btn.active,
.note-editor .btn-group-vertical > .btn.active {
  z-index: 2;
}
.note-editor .btn-group .btn + .btn,
.note-editor .btn-group .btn + .btn-group,
.note-editor .btn-group .btn-group + .btn,
.note-editor .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.note-editor .btn-toolbar {
  margin-left: -5px;
}
.note-editor .btn-toolbar .btn,
.note-editor .btn-toolbar .btn-group,
.note-editor .btn-toolbar .input-group {
  float: left;
}
.note-editor .btn-toolbar > .btn,
.note-editor .btn-toolbar > .btn-group,
.note-editor .btn-toolbar > .input-group {
  margin-left: 5px;
}
.note-editor .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdow_n-toggle) {
  border-radius: 0;
}
.note-editor .btn-group > .btn:first-child {
  margin-left: 0;
}
.note-editor .btn-group > .btn:first-child:not(:last-child):not(.dropdow_n-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.note-editor .btn-group > .btn:last-child:not(:first-child),
.note-editor .btn-group > .dropdow_n-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .btn-group > .btn-group {
  float: left;
}
.note-editor .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.note-editor .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.note-editor .btn-group > .btn-group:first-child:not(:last-child) > .dropdow_n-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.note-editor .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .btn-group .dropdow_n-toggle:active,
.note-editor .btn-group.open .dropdow_n-toggle {
  outline: 0;
}
.note-editor .btn-group > .btn + .dropdow_n-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.note-editor .btn-group > .btn-lg + .dropdow_n-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.note-editor .btn-group.open .dropdow_n-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.note-editor .btn-group.open .dropdow_n-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.note-editor .btn .caret {
  margin-left: 0;
}
.note-editor .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.note-editor .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.note-editor .btn-group-vertical > .btn,
.note-editor .btn-group-vertical > .btn-group,
.note-editor .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.note-editor .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.note-editor .btn-group-vertical > .btn + .btn,
.note-editor .btn-group-vertical > .btn + .btn-group,
.note-editor .btn-group-vertical > .btn-group + .btn,
.note-editor .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.note-editor .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.note-editor .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.note-editor .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.note-editor .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdow_n-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.note-editor .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.note-editor .btn-group-justified > .btn,
.note-editor .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.note-editor .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.note-editor .btn-group-justified > .btn-group .dropdow_n-menu {
  left: auto;
}
.note-editor [data-toggle="buttons"] > .btn input[type="radio"],
.note-editor [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.note-editor [data-toggle="buttons"] > .btn input[type="checkbox"],
.note-editor [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.note-editor .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.note-editor .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.note-editor .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.note-editor .input-group-lg > .form-control,
.note-editor .input-group-lg > .input-group-addon,
.note-editor .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.note-editor select.input-group-lg > .form-control,
.note-editor select.input-group-lg > .input-group-addon,
.note-editor select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.note-editor textarea.input-group-lg > .form-control,
.note-editor textarea.input-group-lg > .input-group-addon,
.note-editor textarea.input-group-lg > .input-group-btn > .btn,
.note-editor select[multiple].input-group-lg > .form-control,
.note-editor select[multiple].input-group-lg > .input-group-addon,
.note-editor select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.note-editor .input-group-sm > .form-control,
.note-editor .input-group-sm > .input-group-addon,
.note-editor .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.note-editor select.input-group-sm > .form-control,
.note-editor select.input-group-sm > .input-group-addon,
.note-editor select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.note-editor textarea.input-group-sm > .form-control,
.note-editor textarea.input-group-sm > .input-group-addon,
.note-editor textarea.input-group-sm > .input-group-btn > .btn,
.note-editor select[multiple].input-group-sm > .form-control,
.note-editor select[multiple].input-group-sm > .input-group-addon,
.note-editor select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.note-editor .input-group-addon,
.note-editor .input-group-btn,
.note-editor .input-group .form-control {
  display: table-cell;
}
.note-editor .input-group-addon:not(:first-child):not(:last-child),
.note-editor .input-group-btn:not(:first-child):not(:last-child),
.note-editor .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.note-editor .input-group-addon,
.note-editor .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.note-editor .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.note-editor .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.note-editor .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.note-editor .input-group-addon input[type="radio"],
.note-editor .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.note-editor .input-group .form-control:first-child,
.note-editor .input-group-addon:first-child,
.note-editor .input-group-btn:first-child > .btn,
.note-editor .input-group-btn:first-child > .btn-group > .btn,
.note-editor .input-group-btn:first-child > .dropdow_n-toggle,
.note-editor .input-group-btn:last-child > .btn:not(:last-child):not(.dropdow_n-toggle),
.note-editor .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.note-editor .input-group-addon:first-child {
  border-right: 0;
}
.note-editor .input-group .form-control:last-child,
.note-editor .input-group-addon:last-child,
.note-editor .input-group-btn:last-child > .btn,
.note-editor .input-group-btn:last-child > .btn-group > .btn,
.note-editor .input-group-btn:last-child > .dropdow_n-toggle,
.note-editor .input-group-btn:first-child > .btn:not(:first-child),
.note-editor .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .input-group-addon:last-child {
  border-left: 0;
}
.note-editor .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.note-editor .input-group-btn > .btn {
  position: relative;
}
.note-editor .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.note-editor .input-group-btn > .btn:hover,
.note-editor .input-group-btn > .btn:focus,
.note-editor .input-group-btn > .btn:active {
  z-index: 2;
}
.note-editor .input-group-btn:first-child > .btn,
.note-editor .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.note-editor .input-group-btn:last-child > .btn,
.note-editor .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.note-editor .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.note-editor .nav > li {
  position: relative;
  display: block;
}
.note-editor .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.note-editor .nav > li > a:hover,
.note-editor .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.note-editor .nav > li.disabled > a {
  color: #777;
}
.note-editor .nav > li.disabled > a:hover,
.note-editor .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.note-editor .nav .open > a,
.note-editor .nav .open > a:hover,
.note-editor .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.note-editor .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.note-editor .nav > li > a > img {
  max-width: none;
}
.note-editor .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.note-editor .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.note-editor .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.note-editor .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.note-editor .nav-tabs > li.active > a,
.note-editor .nav-tabs > li.active > a:hover,
.note-editor .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.note-editor .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.note-editor .nav-tabs.nav-justified > li {
  float: none;
}
.note-editor .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.note-editor .nav-tabs.nav-justified > .dropdow_n .dropdow_n-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .note-editor .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .note-editor .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.note-editor .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.note-editor .nav-tabs.nav-justified > .active > a,
.note-editor .nav-tabs.nav-justified > .active > a:hover,
.note-editor .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .note-editor .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .note-editor .nav-tabs.nav-justified > .active > a,
  .note-editor .nav-tabs.nav-justified > .active > a:hover,
  .note-editor .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.note-editor .nav-pills > li {
  float: left;
}
.note-editor .nav-pills > li > a {
  border-radius: 4px;
}
.note-editor .nav-pills > li + li {
  margin-left: 2px;
}
.note-editor .nav-pills > li.active > a,
.note-editor .nav-pills > li.active > a:hover,
.note-editor .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.note-editor .nav-stacked > li {
  float: none;
}
.note-editor .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.note-editor .nav-justified {
  width: 100%;
}
.note-editor .nav-justified > li {
  float: none;
}
.note-editor .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.note-editor .nav-justified > .dropdow_n .dropdow_n-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .note-editor .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .note-editor .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.note-editor .nav-tabs-justified {
  border-bottom: 0;
}
.note-editor .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.note-editor .nav-tabs-justified > .active > a,
.note-editor .nav-tabs-justified > .active > a:hover,
.note-editor .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .note-editor .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .note-editor .nav-tabs-justified > .active > a,
  .note-editor .nav-tabs-justified > .active > a:hover,
  .note-editor .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.note-editor .tab-content > .tab-pane {
  display: none;
}
.note-editor .tab-content > .active {
  display: block;
}
.note-editor .nav-tabs .dropdow_n-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.note-editor .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .note-editor .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .note-editor .navbar-header {
    float: left;
  }
}
.note-editor .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.note-editor .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .note-editor .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .note-editor .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .note-editor .navbar-collapse.in {
    overflow-y: visible;
  }
  .note-editor .navbar-fixed-top .navbar-collapse,
  .note-editor .navbar-static-top .navbar-collapse,
  .note-editor .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.note-editor .navbar-fixed-top .navbar-collapse,
.note-editor .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .note-editor .navbar-fixed-top .navbar-collapse,
  .note-editor .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.note-editor .container > .navbar-header,
.note-editor .container-fluid > .navbar-header,
.note-editor .container > .navbar-collapse,
.note-editor .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .note-editor .container > .navbar-header,
  .note-editor .container-fluid > .navbar-header,
  .note-editor .container > .navbar-collapse,
  .note-editor .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.note-editor .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .note-editor .navbar-static-top {
    border-radius: 0;
  }
}
.note-editor .navbar-fixed-top,
.note-editor .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .note-editor .navbar-fixed-top,
  .note-editor .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.note-editor .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.note-editor .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.note-editor .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.note-editor .navbar-brand:hover,
.note-editor .navbar-brand:focus {
  text-decoration: none;
}
.note-editor .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .note-editor .navbar > .container .navbar-brand,
  .note-editor .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.note-editor .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.note-editor .navbar-toggle:focus {
  outline: 0;
}
.note-editor .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.note-editor .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .note-editor .navbar-toggle {
    display: none;
  }
}
.note-editor .navbar-nav {
  margin: 7.5px -15px;
}
.note-editor .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .note-editor .navbar-nav .open .dropdow_n-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .note-editor .navbar-nav .open .dropdow_n-menu > li > a,
  .note-editor .navbar-nav .open .dropdow_n-menu .dropdow_n-header {
    padding: 5px 15px 5px 25px;
  }
  .note-editor .navbar-nav .open .dropdow_n-menu > li > a {
    line-height: 20px;
  }
  .note-editor .navbar-nav .open .dropdow_n-menu > li > a:hover,
  .note-editor .navbar-nav .open .dropdow_n-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .note-editor .navbar-nav {
    float: left;
    margin: 0;
  }
  .note-editor .navbar-nav > li {
    float: left;
  }
  .note-editor .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.note-editor .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .note-editor .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .note-editor .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .note-editor .navbar-form .form-control-static {
    display: inline-block;
  }
  .note-editor .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .note-editor .navbar-form .input-group .input-group-addon,
  .note-editor .navbar-form .input-group .input-group-btn,
  .note-editor .navbar-form .input-group .form-control {
    width: auto;
  }
  .note-editor .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .note-editor .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .note-editor .navbar-form .radio,
  .note-editor .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .note-editor .navbar-form .radio label,
  .note-editor .navbar-form .checkbox label {
    padding-left: 0;
  }
  .note-editor .navbar-form .radio input[type="radio"],
  .note-editor .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .note-editor .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .note-editor .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .note-editor .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .note-editor .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.note-editor .navbar-nav > li > .dropdow_n-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.note-editor .navbar-fixed-bottom .navbar-nav > li > .dropdow_n-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.note-editor .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.note-editor .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.note-editor .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .note-editor .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .note-editor .navbar-left {
    float: left !important;
  }
  .note-editor .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .note-editor .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.note-editor .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-brand {
  color: #777;
}
.note-editor .navbar-default .navbar-brand:hover,
.note-editor .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.note-editor .navbar-default .navbar-text {
  color: #777;
}
.note-editor .navbar-default .navbar-nav > li > a {
  color: #777;
}
.note-editor .navbar-default .navbar-nav > li > a:hover,
.note-editor .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.note-editor .navbar-default .navbar-nav > .active > a,
.note-editor .navbar-default .navbar-nav > .active > a:hover,
.note-editor .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-nav > .disabled > a,
.note-editor .navbar-default .navbar-nav > .disabled > a:hover,
.note-editor .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.note-editor .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.note-editor .navbar-default .navbar-toggle:hover,
.note-editor .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.note-editor .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.note-editor .navbar-default .navbar-collapse,
.note-editor .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-nav > .open > a,
.note-editor .navbar-default .navbar-nav > .open > a:hover,
.note-editor .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .note-editor .navbar-default .navbar-nav .open .dropdow_n-menu > li > a {
    color: #777;
  }
  .note-editor .navbar-default .navbar-nav .open .dropdow_n-menu > li > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdow_n-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .note-editor .navbar-default .navbar-nav .open .dropdow_n-menu > .active > a,
  .note-editor .navbar-default .navbar-nav .open .dropdow_n-menu > .active > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdow_n-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .note-editor .navbar-default .navbar-nav .open .dropdow_n-menu > .disabled > a,
  .note-editor .navbar-default .navbar-nav .open .dropdow_n-menu > .disabled > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdow_n-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.note-editor .navbar-default .navbar-link {
  color: #777;
}
.note-editor .navbar-default .navbar-link:hover {
  color: #333;
}
.note-editor .navbar-default .btn-link {
  color: #777;
}
.note-editor .navbar-default .btn-link:hover,
.note-editor .navbar-default .btn-link:focus {
  color: #333;
}
.note-editor .navbar-default .btn-link[disabled]:hover,
.note-editor fieldset[disabled] .navbar-default .btn-link:hover,
.note-editor .navbar-default .btn-link[disabled]:focus,
.note-editor fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.note-editor .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.note-editor .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.note-editor .navbar-inverse .navbar-brand:hover,
.note-editor .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.note-editor .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.note-editor .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.note-editor .navbar-inverse .navbar-nav > li > a:hover,
.note-editor .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.note-editor .navbar-inverse .navbar-nav > .active > a,
.note-editor .navbar-inverse .navbar-nav > .active > a:hover,
.note-editor .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.note-editor .navbar-inverse .navbar-nav > .disabled > a,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:hover,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.note-editor .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.note-editor .navbar-inverse .navbar-toggle:hover,
.note-editor .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.note-editor .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.note-editor .navbar-inverse .navbar-collapse,
.note-editor .navbar-inverse .navbar-form {
  border-color: #101010;
}
.note-editor .navbar-inverse .navbar-nav > .open > a,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu > .dropdow_n-header {
    border-color: #080808;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu .divider {
    background-color: #080808;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu > li > a {
    color: #9d9d9d;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu > li > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu > .active > a,
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu > .active > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu > .disabled > a,
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu > .disabled > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdow_n-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.note-editor .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.note-editor .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.note-editor .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.note-editor .navbar-inverse .btn-link:hover,
.note-editor .navbar-inverse .btn-link:focus {
  color: #fff;
}
.note-editor .navbar-inverse .btn-link[disabled]:hover,
.note-editor fieldset[disabled] .navbar-inverse .btn-link:hover,
.note-editor .navbar-inverse .btn-link[disabled]:focus,
.note-editor fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.note-editor .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.note-editor .breadcrumb > li {
  display: inline-block;
}
.note-editor .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.note-editor .breadcrumb > .active {
  color: #777;
}
.note-editor .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.note-editor .pagination > li {
  display: inline;
}
.note-editor .pagination > li > a,
.note-editor .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.note-editor .pagination > li:first-child > a,
.note-editor .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.note-editor .pagination > li:last-child > a,
.note-editor .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.note-editor .pagination > li > a:hover,
.note-editor .pagination > li > span:hover,
.note-editor .pagination > li > a:focus,
.note-editor .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.note-editor .pagination > .active > a,
.note-editor .pagination > .active > span,
.note-editor .pagination > .active > a:hover,
.note-editor .pagination > .active > span:hover,
.note-editor .pagination > .active > a:focus,
.note-editor .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.note-editor .pagination > .disabled > span,
.note-editor .pagination > .disabled > span:hover,
.note-editor .pagination > .disabled > span:focus,
.note-editor .pagination > .disabled > a,
.note-editor .pagination > .disabled > a:hover,
.note-editor .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.note-editor .pagination-lg > li > a,
.note-editor .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.note-editor .pagination-lg > li:first-child > a,
.note-editor .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.note-editor .pagination-lg > li:last-child > a,
.note-editor .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.note-editor .pagination-sm > li > a,
.note-editor .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.note-editor .pagination-sm > li:first-child > a,
.note-editor .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.note-editor .pagination-sm > li:last-child > a,
.note-editor .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.note-editor .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.note-editor .pager li {
  display: inline;
}
.note-editor .pager li > a,
.note-editor .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.note-editor .pager li > a:hover,
.note-editor .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.note-editor .pager .next > a,
.note-editor .pager .next > span {
  float: right;
}
.note-editor .pager .previous > a,
.note-editor .pager .previous > span {
  float: left;
}
.note-editor .pager .disabled > a,
.note-editor .pager .disabled > a:hover,
.note-editor .pager .disabled > a:focus,
.note-editor .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.note-editor .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.note-editor a.label:hover,
.note-editor a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.note-editor .label:empty {
  display: none;
}
.note-editor .btn .label {
  position: relative;
  top: -1px;
}
.note-editor .label-default {
  background-color: #777;
}
.note-editor .label-default[href]:hover,
.note-editor .label-default[href]:focus {
  background-color: #5e5e5e;
}
.note-editor .label-primary {
  background-color: #337ab7;
}
.note-editor .label-primary[href]:hover,
.note-editor .label-primary[href]:focus {
  background-color: #286090;
}
.note-editor .label-success {
  background-color: #5cb85c;
}
.note-editor .label-success[href]:hover,
.note-editor .label-success[href]:focus {
  background-color: #449d44;
}
.note-editor .label-info {
  background-color: #5bc0de;
}
.note-editor .label-info[href]:hover,
.note-editor .label-info[href]:focus {
  background-color: #31b0d5;
}
.note-editor .label-warning {
  background-color: #f0ad4e;
}
.note-editor .label-warning[href]:hover,
.note-editor .label-warning[href]:focus {
  background-color: #ec971f;
}
.note-editor .label-danger {
  background-color: #d9534f;
}
.note-editor .label-danger[href]:hover,
.note-editor .label-danger[href]:focus {
  background-color: #c9302c;
}
.note-editor .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.note-editor .badge:empty {
  display: none;
}
.note-editor .btn .badge {
  position: relative;
  top: -1px;
}
.note-editor .btn-xs .badge,
.note-editor .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.note-editor a.badge:hover,
.note-editor a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.note-editor .list-group-item.active > .badge,
.note-editor .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.note-editor .list-group-item > .badge {
  float: right;
}
.note-editor .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.note-editor .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.note-editor .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.note-editor .jumbotron h1,
.note-editor .jumbotron .h1 {
  color: inherit;
}
.note-editor .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.note-editor .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.note-editor .container .jumbotron,
.note-editor .container-fluid .jumbotron {
  border-radius: 6px;
}
.note-editor .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .note-editor .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .note-editor .container .jumbotron,
  .note-editor .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .note-editor .jumbotron h1,
  .note-editor .jumbotron .h1 {
    font-size: 63px;
  }
}
.note-editor .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.note-editor .thumbnail > img,
.note-editor .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.note-editor a.thumbnail:hover,
.note-editor a.thumbnail:focus,
.note-editor a.thumbnail.active {
  border-color: #337ab7;
}
.note-editor .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.note-editor .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.note-editor .alert h4 {
  margin-top: 0;
  color: inherit;
}
.note-editor .alert .alert-link {
  font-weight: bold;
}
.note-editor .alert > p,
.note-editor .alert > ul {
  margin-bottom: 0;
}
.note-editor .alert > p + p {
  margin-top: 5px;
}
.note-editor .alert-dismissable,
.note-editor .alert-dismissible {
  padding-right: 35px;
}
.note-editor .alert-dismissable .close,
.note-editor .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.note-editor .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.note-editor .alert-success hr {
  border-top-color: #c9e2b3;
}
.note-editor .alert-success .alert-link {
  color: #2b542c;
}
.note-editor .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.note-editor .alert-info hr {
  border-top-color: #a6e1ec;
}
.note-editor .alert-info .alert-link {
  color: #245269;
}
.note-editor .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.note-editor .alert-warning hr {
  border-top-color: #f7e1b5;
}
.note-editor .alert-warning .alert-link {
  color: #66512c;
}
.note-editor .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.note-editor .alert-danger hr {
  border-top-color: #e4b9c0;
}
.note-editor .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.note-editor .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.note-editor .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.note-editor .progress-striped .progress-bar,
.note-editor .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.note-editor .progress.active .progress-bar,
.note-editor .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.note-editor .progress-bar-success {
  background-color: #5cb85c;
}
.note-editor .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.note-editor .progress-bar-info {
  background-color: #5bc0de;
}
.note-editor .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.note-editor .progress-bar-warning {
  background-color: #f0ad4e;
}
.note-editor .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.note-editor .progress-bar-danger {
  background-color: #d9534f;
}
.note-editor .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.note-editor .media {
  margin-top: 15px;
}
.note-editor .media:first-child {
  margin-top: 0;
}
.note-editor .media,
.note-editor .media-body {
  overflow: hidden;
  zoom: 1;
}
.note-editor .media-body {
  width: 10000px;
}
.note-editor .media-object {
  display: block;
}
.note-editor .media-object.img-thumbnail {
  max-width: none;
}
.note-editor .media-right,
.note-editor .media > .pull-right {
  padding-left: 10px;
}
.note-editor .media-left,
.note-editor .media > .pull-left {
  padding-right: 10px;
}
.note-editor .media-left,
.note-editor .media-right,
.note-editor .media-body {
  display: table-cell;
  vertical-align: top;
}
.note-editor .media-middle {
  vertical-align: middle;
}
.note-editor .media-bottom {
  vertical-align: bottom;
}
.note-editor .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.note-editor .media-list {
  padding-left: 0;
  list-style: none;
}
.note-editor .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.note-editor .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.note-editor .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.note-editor .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.note-editor a.list-group-item,
.note-editor button.list-group-item {
  color: #555;
}
.note-editor a.list-group-item .list-group-item-heading,
.note-editor button.list-group-item .list-group-item-heading {
  color: #333;
}
.note-editor a.list-group-item:hover,
.note-editor button.list-group-item:hover,
.note-editor a.list-group-item:focus,
.note-editor button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.note-editor button.list-group-item {
  width: 100%;
  text-align: left;
}
.note-editor .list-group-item.disabled,
.note-editor .list-group-item.disabled:hover,
.note-editor .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.note-editor .list-group-item.disabled .list-group-item-heading,
.note-editor .list-group-item.disabled:hover .list-group-item-heading,
.note-editor .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.note-editor .list-group-item.disabled .list-group-item-text,
.note-editor .list-group-item.disabled:hover .list-group-item-text,
.note-editor .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.note-editor .list-group-item.active,
.note-editor .list-group-item.active:hover,
.note-editor .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.note-editor .list-group-item.active .list-group-item-heading,
.note-editor .list-group-item.active:hover .list-group-item-heading,
.note-editor .list-group-item.active:focus .list-group-item-heading,
.note-editor .list-group-item.active .list-group-item-heading > small,
.note-editor .list-group-item.active:hover .list-group-item-heading > small,
.note-editor .list-group-item.active:focus .list-group-item-heading > small,
.note-editor .list-group-item.active .list-group-item-heading > .small,
.note-editor .list-group-item.active:hover .list-group-item-heading > .small,
.note-editor .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.note-editor .list-group-item.active .list-group-item-text,
.note-editor .list-group-item.active:hover .list-group-item-text,
.note-editor .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.note-editor .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.note-editor a.list-group-item-success,
.note-editor button.list-group-item-success {
  color: #3c763d;
}
.note-editor a.list-group-item-success .list-group-item-heading,
.note-editor button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.note-editor a.list-group-item-success:hover,
.note-editor button.list-group-item-success:hover,
.note-editor a.list-group-item-success:focus,
.note-editor button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.note-editor a.list-group-item-success.active,
.note-editor button.list-group-item-success.active,
.note-editor a.list-group-item-success.active:hover,
.note-editor button.list-group-item-success.active:hover,
.note-editor a.list-group-item-success.active:focus,
.note-editor button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.note-editor .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.note-editor a.list-group-item-info,
.note-editor button.list-group-item-info {
  color: #31708f;
}
.note-editor a.list-group-item-info .list-group-item-heading,
.note-editor button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.note-editor a.list-group-item-info:hover,
.note-editor button.list-group-item-info:hover,
.note-editor a.list-group-item-info:focus,
.note-editor button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.note-editor a.list-group-item-info.active,
.note-editor button.list-group-item-info.active,
.note-editor a.list-group-item-info.active:hover,
.note-editor button.list-group-item-info.active:hover,
.note-editor a.list-group-item-info.active:focus,
.note-editor button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.note-editor .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.note-editor a.list-group-item-warning,
.note-editor button.list-group-item-warning {
  color: #8a6d3b;
}
.note-editor a.list-group-item-warning .list-group-item-heading,
.note-editor button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.note-editor a.list-group-item-warning:hover,
.note-editor button.list-group-item-warning:hover,
.note-editor a.list-group-item-warning:focus,
.note-editor button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.note-editor a.list-group-item-warning.active,
.note-editor button.list-group-item-warning.active,
.note-editor a.list-group-item-warning.active:hover,
.note-editor button.list-group-item-warning.active:hover,
.note-editor a.list-group-item-warning.active:focus,
.note-editor button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.note-editor .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.note-editor a.list-group-item-danger,
.note-editor button.list-group-item-danger {
  color: #a94442;
}
.note-editor a.list-group-item-danger .list-group-item-heading,
.note-editor button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.note-editor a.list-group-item-danger:hover,
.note-editor button.list-group-item-danger:hover,
.note-editor a.list-group-item-danger:focus,
.note-editor button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.note-editor a.list-group-item-danger.active,
.note-editor button.list-group-item-danger.active,
.note-editor a.list-group-item-danger.active:hover,
.note-editor button.list-group-item-danger.active:hover,
.note-editor a.list-group-item-danger.active:focus,
.note-editor button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.note-editor .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.note-editor .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.note-editor .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.note-editor .panel-body {
  padding: 15px;
}
.note-editor .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.note-editor .panel-heading > .dropdow_n .dropdow_n-toggle {
  color: inherit;
}
.note-editor .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.note-editor .panel-title > a,
.note-editor .panel-title > small,
.note-editor .panel-title > .small,
.note-editor .panel-title > small > a,
.note-editor .panel-title > .small > a {
  color: inherit;
}
.note-editor .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.note-editor .panel > .list-group,
.note-editor .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.note-editor .panel > .list-group .list-group-item,
.note-editor .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.note-editor .panel > .list-group:first-child .list-group-item:first-child,
.note-editor .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.note-editor .panel > .list-group:last-child .list-group-item:last-child,
.note-editor .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.note-editor .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.note-editor .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.note-editor .list-group + .panel-footer {
  border-top-width: 0;
}
.note-editor .panel > .table,
.note-editor .panel > .table-responsive > .table,
.note-editor .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.note-editor .panel > .table caption,
.note-editor .panel > .table-responsive > .table caption,
.note-editor .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.note-editor .panel > .table:first-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.note-editor .panel > .table:first-child > thead:first-child > tr:first-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.note-editor .panel > .table:first-child > tbody:first-child > tr:first-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.note-editor .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.note-editor .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.note-editor .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.note-editor .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.note-editor .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.note-editor .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.note-editor .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.note-editor .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.note-editor .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.note-editor .panel > .table:last-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.note-editor .panel > .table:last-child > tbody:last-child > tr:last-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.note-editor .panel > .table:last-child > tfoot:last-child > tr:last-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.note-editor .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.note-editor .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.note-editor .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.note-editor .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.note-editor .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.note-editor .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.note-editor .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.note-editor .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.note-editor .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.note-editor .panel > .panel-body + .table,
.note-editor .panel > .panel-body + .table-responsive,
.note-editor .panel > .table + .panel-body,
.note-editor .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.note-editor .panel > .table > tbody:first-child > tr:first-child th,
.note-editor .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.note-editor .panel > .table-bordered,
.note-editor .panel > .table-responsive > .table-bordered {
  border: 0;
}
.note-editor .panel > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.note-editor .panel > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.note-editor .panel > .table-bordered > thead > tr:first-child > td,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.note-editor .panel > .table-bordered > tbody > tr:first-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.note-editor .panel > .table-bordered > thead > tr:first-child > th,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.note-editor .panel > .table-bordered > tbody > tr:first-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.note-editor .panel > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.note-editor .panel > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.note-editor .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.note-editor .panel-group {
  margin-bottom: 20px;
}
.note-editor .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.note-editor .panel-group .panel + .panel {
  margin-top: 5px;
}
.note-editor .panel-group .panel-heading {
  border-bottom: 0;
}
.note-editor .panel-group .panel-heading + .panel-collapse > .panel-body,
.note-editor .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.note-editor .panel-group .panel-footer {
  border-top: 0;
}
.note-editor .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.note-editor .panel-default {
  border-color: #ddd;
}
.note-editor .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.note-editor .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.note-editor .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.note-editor .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.note-editor .panel-primary {
  border-color: #337ab7;
}
.note-editor .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.note-editor .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.note-editor .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.note-editor .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.note-editor .panel-success {
  border-color: #d6e9c6;
}
.note-editor .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.note-editor .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.note-editor .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.note-editor .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.note-editor .panel-info {
  border-color: #bce8f1;
}
.note-editor .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.note-editor .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.note-editor .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.note-editor .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.note-editor .panel-warning {
  border-color: #faebcc;
}
.note-editor .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.note-editor .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.note-editor .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.note-editor .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.note-editor .panel-danger {
  border-color: #ebccd1;
}
.note-editor .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.note-editor .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.note-editor .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.note-editor .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.note-editor .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.note-editor .embed-responsive .embed-responsive-item,
.note-editor .embed-responsive iframe,
.note-editor .embed-responsive embed,
.note-editor .embed-responsive object,
.note-editor .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.note-editor .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.note-editor .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.note-editor .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.note-editor .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.note-editor .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.note-editor .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.note-editor .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.note-editor .close:hover,
.note-editor .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.note-editor button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.note-editor .modal-open {
  overflow: hidden;
}
.note-editor .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.note-editor .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.note-editor .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.note-editor .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.note-editor .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.note-editor .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.note-editor .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.note-editor .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.note-editor .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.note-editor .modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.note-editor .modal-header .close {
  margin-top: -2px;
}
.note-editor .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.note-editor .modal-body {
  position: relative;
  padding: 15px;
}
.note-editor .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.note-editor .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.note-editor .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.note-editor .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.note-editor .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .note-editor .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .note-editor .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .note-editor .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .note-editor .modal-lg {
    width: 900px;
  }
}
.note-editor .carousel {
  position: relative;
}
.note-editor .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.note-editor .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.note-editor .carousel-inner > .item > img,
.note-editor .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .note-editor .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .note-editor .carousel-inner > .item.next,
  .note-editor .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .note-editor .carousel-inner > .item.prev,
  .note-editor .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .note-editor .carousel-inner > .item.next.left,
  .note-editor .carousel-inner > .item.prev.right,
  .note-editor .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.note-editor .carousel-inner > .active,
.note-editor .carousel-inner > .next,
.note-editor .carousel-inner > .prev {
  display: block;
}
.note-editor .carousel-inner > .active {
  left: 0;
}
.note-editor .carousel-inner > .next,
.note-editor .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.note-editor .carousel-inner > .next {
  left: 100%;
}
.note-editor .carousel-inner > .prev {
  left: -100%;
}
.note-editor .carousel-inner > .next.left,
.note-editor .carousel-inner > .prev.right {
  left: 0;
}
.note-editor .carousel-inner > .active.left {
  left: -100%;
}
.note-editor .carousel-inner > .active.right {
  left: 100%;
}
.note-editor .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.note-editor .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.note-editor .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.note-editor .carousel-control:hover,
.note-editor .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.note-editor .carousel-control .icon-prev,
.note-editor .carousel-control .icon-next,
.note-editor .carousel-control .glyphicon-chevron-left,
.note-editor .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.note-editor .carousel-control .icon-prev,
.note-editor .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.note-editor .carousel-control .icon-next,
.note-editor .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.note-editor .carousel-control .icon-prev,
.note-editor .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.note-editor .carousel-control .icon-prev:before {
  content: '\2039';
}
.note-editor .carousel-control .icon-next:before {
  content: '\203a';
}
.note-editor .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.note-editor .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.note-editor .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.note-editor .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.note-editor .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .note-editor .carousel-control .glyphicon-chevron-left,
  .note-editor .carousel-control .glyphicon-chevron-right,
  .note-editor .carousel-control .icon-prev,
  .note-editor .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .note-editor .carousel-control .glyphicon-chevron-left,
  .note-editor .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .note-editor .carousel-control .glyphicon-chevron-right,
  .note-editor .carousel-control .icon-next {
    margin-right: -15px;
  }
  .note-editor .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .note-editor .carousel-indicators {
    bottom: 20px;
  }
}
.note-editor .clearfix:before,
.note-editor .clearfix:after,
.note-editor .dl-horizontal dd:before,
.note-editor .dl-horizontal dd:after,
.note-editor .container:before,
.note-editor .container:after,
.note-editor .container-fluid:before,
.note-editor .container-fluid:after,
.note-editor .row:before,
.note-editor .row:after,
.note-editor .form-horizontal .form-group:before,
.note-editor .form-horizontal .form-group:after,
.note-editor .btn-toolbar:before,
.note-editor .btn-toolbar:after,
.note-editor .btn-group-vertical > .btn-group:before,
.note-editor .btn-group-vertical > .btn-group:after,
.note-editor .nav:before,
.note-editor .nav:after,
.note-editor .navbar:before,
.note-editor .navbar:after,
.note-editor .navbar-header:before,
.note-editor .navbar-header:after,
.note-editor .navbar-collapse:before,
.note-editor .navbar-collapse:after,
.note-editor .pager:before,
.note-editor .pager:after,
.note-editor .panel-body:before,
.note-editor .panel-body:after,
.note-editor .modal-footer:before,
.note-editor .modal-footer:after {
  display: table;
  content: " ";
}
.note-editor .clearfix:after,
.note-editor .dl-horizontal dd:after,
.note-editor .container:after,
.note-editor .container-fluid:after,
.note-editor .row:after,
.note-editor .form-horizontal .form-group:after,
.note-editor .btn-toolbar:after,
.note-editor .btn-group-vertical > .btn-group:after,
.note-editor .nav:after,
.note-editor .navbar:after,
.note-editor .navbar-header:after,
.note-editor .navbar-collapse:after,
.note-editor .pager:after,
.note-editor .panel-body:after,
.note-editor .modal-footer:after {
  clear: both;
}
.note-editor .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.note-editor .pull-right {
  float: right !important;
}
.note-editor .pull-left {
  float: left !important;
}
.note-editor .hide {
  display: none !important;
}
.note-editor .show {
  display: block !important;
}
.note-editor .invisible {
  visibility: hidden;
}
.note-editor .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.note-editor .hidden {
  display: none !important;
}
.note-editor .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.note-editor .visible-xs,
.note-editor .visible-sm,
.note-editor .visible-md,
.note-editor .visible-lg {
  display: none !important;
}
.note-editor .visible-xs-block,
.note-editor .visible-xs-inline,
.note-editor .visible-xs-inline-block,
.note-editor .visible-sm-block,
.note-editor .visible-sm-inline,
.note-editor .visible-sm-inline-block,
.note-editor .visible-md-block,
.note-editor .visible-md-inline,
.note-editor .visible-md-inline-block,
.note-editor .visible-lg-block,
.note-editor .visible-lg-inline,
.note-editor .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .note-editor .visible-xs {
    display: block !important;
  }
  .note-editor table.visible-xs {
    display: table !important;
  }
  .note-editor tr.visible-xs {
    display: table-row !important;
  }
  .note-editor th.visible-xs,
  .note-editor td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .note-editor .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .note-editor .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .note-editor .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .note-editor .visible-sm {
    display: block !important;
  }
  .note-editor table.visible-sm {
    display: table !important;
  }
  .note-editor tr.visible-sm {
    display: table-row !important;
  }
  .note-editor th.visible-sm,
  .note-editor td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .note-editor .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .note-editor .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .note-editor .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .note-editor .visible-md {
    display: block !important;
  }
  .note-editor table.visible-md {
    display: table !important;
  }
  .note-editor tr.visible-md {
    display: table-row !important;
  }
  .note-editor th.visible-md,
  .note-editor td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .note-editor .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .note-editor .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .note-editor .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .note-editor .visible-lg {
    display: block !important;
  }
  .note-editor table.visible-lg {
    display: table !important;
  }
  .note-editor tr.visible-lg {
    display: table-row !important;
  }
  .note-editor th.visible-lg,
  .note-editor td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .note-editor .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .note-editor .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .note-editor .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .note-editor .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .note-editor .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .note-editor .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .note-editor .hidden-lg {
    display: none !important;
  }
}
.note-editor .visible-print {
  display: none !important;
}
@media print {
  .note-editor .visible-print {
    display: block !important;
  }
  .note-editor table.visible-print {
    display: table !important;
  }
  .note-editor tr.visible-print {
    display: table-row !important;
  }
  .note-editor th.visible-print,
  .note-editor td.visible-print {
    display: table-cell !important;
  }
}
.note-editor .visible-print-block {
  display: none !important;
}
@media print {
  .note-editor .visible-print-block {
    display: block !important;
  }
}
.note-editor .visible-print-inline {
  display: none !important;
}
@media print {
  .note-editor .visible-print-inline {
    display: inline !important;
  }
}
.note-editor .visible-print-inline-block {
  display: none !important;
}
@media print {
  .note-editor .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .note-editor .hidden-print {
    display: none !important;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.form-materialize .input-field .note-editor label {
  color: #333;
  position: static;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.wysiwyg {
  font-size: 0.9rem;
  line-height: 1.225rem;
}
.wysiwyg h1 {
  color: #21c8ff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 1.4rem;
}
.wysiwyg h2 {
  color: #21c8ff;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 700;
}
.wysiwyg h3 {
  color: #21c8ff;
  text-transform: uppercase;
  font-size: 1.12rem;
  line-height: 1.4rem;
}
.wysiwyg h4 {
  color: #21c8ff;
  text-transform: uppercase;
}
.wysiwyg h5 {
  color: #21c8ff;
  text-transform: uppercase;
}
.wysiwyg hr {
  background: #21c8ff;
  position: relative;
  margin: 20px 0;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg p {
  margin: 25px 0;
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg em,
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg ol {
  list-style: decimal inside;
}
.wysiwyg ul {
  list-style: disc inside;
}
.wysiwyg i {
  font-style: italic;
}
.wysiwyg blockquote {
  font-size: 0.9rem;
  line-height: 1.225rem;
  font-style: italic;
  text-align: center;
}
.wysiwyg p {
  font-size: 0.9rem;
  line-height: 1.225rem;
}
.wysiwyg.wysiwyg-tertiary h1,
.wysiwyg.wysiwyg-tertiary h2,
.wysiwyg.wysiwyg-tertiary h3,
.wysiwyg.wysiwyg-tertiary h4,
.wysiwyg.wysiwyg-tertiary h5 {
  color: #ffd14c;
}
.wysiwyg.wysiwyg-tertiary hr {
  background: #ffd14c;
}
#bodyContent {
  overflow: hidden;
}
.topBaniere {
  height: 650px;
  position: relative;
}
.topBaniere .topBaniere-img {
  height: 650px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.topBaniere .topBaniere-img img {
  min-width: 1602px;
  position: absolute;
  right: 50%;
  margin-right: -50%;
}
@media screen and (max-width: 963px) {
  .topBaniere .topBaniere-img img {
    margin-right: 0%;
    right: auto;
  }
}
@media screen and (max-width: 963px) {
  .topBaniere .topBaniere-img {
    position: absolute;
  }
}
.topBaniere .topBaniere-content {
  text-align: center;
  color: #fff;
  color: white;
  position: relative;
  top: 50%;
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: -170px;
}
.elementCommun-4points {
  padding: 30px 10px;
}
.elementCommun-4points .imgContainer {
  width: 66px;
  height: 90px;
  display: inline-block;
  line-height: 90px;
}
.elementCommun-4points .imgContainer img {
  vertical-align: middle;
  width: 100%;
}
.elementCommun-partenaires-cont {
  margin: 30px 0;
}
.elementCommun-partenaires-cont .slideshow-container .control {
  top: 50px;
}
.elementCommun-partenaires-cont .partenaire {
  width: 19.2%;
  margin: 20px 0;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 601px) {
  .elementCommun-partenaires-cont .partenaire {
    width: 98%;
  }
}
.elementCommun-partenaires-cont .partenaire .imgContainer {
  width: 110px;
  height: 80px;
  display: inline-block;
  line-height: 90px;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 5px;
}
.elementCommun-partenaires-cont .partenaire .imgContainer img {
  line-height: normal;
  width: 100%;
  opacity: 0.9;
}
@media screen and (max-width: 601px) {
  .elementCommun-partenaires-cont .partenaire .imgContainer {
    width: 160px;
    height: 100px;
  }
}
.elementCommun-partenaires-cont .partenaire .imgContainer:hover img {
  opacity: 1;
}
.backgroundedImage {
  height: 750px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 601px) {
  .backgroundedImage {
    height: auto;
  }
}
.backgroundedImage .responsive-img {
  height: 750px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: black;
}
.backgroundedImage .responsive-img img {
  min-width: 1610px;
  opacity: 0.65;
}
@media screen and (max-width: 601px) {
  .backgroundedImage .responsive-img {
    height: 100%;
  }
  .backgroundedImage .responsive-img img {
    height: 100%;
  }
}
.backgroundedImage .backgroundedImage-content {
  position: relative;
  z-index: 3;
}
#flashContainer {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  z-index: 97;
  -webkit-transition: top 1s ease;
  -moz-transition: top 1s ease;
  -o-transition: top 1s ease;
  transition: top 1s ease;
}
#flashContainer #flashContainer-success,
#flashContainer #flashContainer-error {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  margin-bottom: 15px;
  color: #fff;
  color: white;
}
#flashContainer #flashContainer-success .title,
#flashContainer #flashContainer-error .title {
  font-family: "quicksand";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.80rem;
  margin-bottom: 15px;
}
#flashContainer #flashContainer-success {
  background: #34e3af;
}
#flashContainer #flashContainer-error {
  background: #BA0C0C;
}
#flashContainer.act {
  top: 75px;
}
@media screen and (max-width: 963px) {
  #flashContainer.act {
    top: 110px;
  }
}
@media screen and (max-width: 601px) {
  #flashContainer.act {
    top: 70px;
  }
}
#switchUser {
  color: #fff;
  color: white;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.225rem;
  position: fixed;
  top: 55px;
  width: 240px;
  right: -222px;
  z-index: 9000;
  background: rgba(33, 200, 255, 0.85);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
  padding: 15px;
  -webkit-transition: right 0.25s ease;
  -moz-transition: right 0.25s ease;
  -o-transition: right 0.25s ease;
  transition: right 0.25s ease;
}
#switchUser:hover {
  right: 0;
}
@media screen and (max-width: 601px) {
  #launcher,
  .zopim {
    display: none !important;
  }
}
#cssload-pgloading:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#cssload-pgloading .cssload-loadingwrap {
  position: absolute;
  top: 45%;
  bottom: 45%;
  left: 25%;
  right: 25%;
}
#cssload-pgloading .cssload-bokeh {
  font-size: 80px;
  width: 1em;
  height: 1em;
  position: relative;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#cssload-pgloading .cssload-bokeh li {
  position: absolute;
  width: .2em;
  height: .2em;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#cssload-pgloading .cssload-bokeh li:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 0 0 0 -0.1em;
  background: #21c8ff;
  transform-origin: 50% 250%;
  -o-transform-origin: 50% 250%;
  -ms-transform-origin: 50% 250%;
  -webkit-transform-origin: 50% 250%;
  -moz-transform-origin: 50% 250%;
  animation: cssload-rota 0.8465s linear infinite, cssload-opa 2.7535s ease-in-out infinite alternate;
  -o-animation: cssload-rota 0.8465s linear infinite, cssload-opa 2.7535s ease-in-out infinite alternate;
  -ms-animation: cssload-rota 0.8465s linear infinite, cssload-opa 2.7535s ease-in-out infinite alternate;
  -webkit-animation: cssload-rota 0.8465s linear infinite, cssload-opa 2.7535s ease-in-out infinite alternate;
  -moz-animation: cssload-rota 0.8465s linear infinite, cssload-opa 2.7535s ease-in-out infinite alternate;
}
#cssload-pgloading .cssload-bokeh li:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -0.1em 0 0 0;
  background: #34e3ae;
  transform-origin: -150% 50%;
  -o-transform-origin: -150% 50%;
  -ms-transform-origin: -150% 50%;
  -webkit-transform-origin: -150% 50%;
  -moz-transform-origin: -150% 50%;
  animation: cssload-rota 1.393s linear infinite, cssload-opa 3.2145s ease-in-out infinite alternate;
  -o-animation: cssload-rota 1.393s linear infinite, cssload-opa 3.2145s ease-in-out infinite alternate;
  -ms-animation: cssload-rota 1.393s linear infinite, cssload-opa 3.2145s ease-in-out infinite alternate;
  -webkit-animation: cssload-rota 1.393s linear infinite, cssload-opa 3.2145s ease-in-out infinite alternate;
  -moz-animation: cssload-rota 1.393s linear infinite, cssload-opa 3.2145s ease-in-out infinite alternate;
}
#cssload-pgloading .cssload-bokeh li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -0.1em;
  background: #ffd24c;
  transform-origin: 50% -150%;
  -o-transform-origin: 50% -150%;
  -ms-transform-origin: 50% -150%;
  -webkit-transform-origin: 50% -150%;
  -moz-transform-origin: 50% -150%;
  animation: cssload-rota 1.0825s linear infinite, cssload-opa 3.836s ease-in-out infinite alternate;
  -o-animation: cssload-rota 1.0825s linear infinite, cssload-opa 3.836s ease-in-out infinite alternate;
  -ms-animation: cssload-rota 1.0825s linear infinite, cssload-opa 3.836s ease-in-out infinite alternate;
  -webkit-animation: cssload-rota 1.0825s linear infinite, cssload-opa 3.836s ease-in-out infinite alternate;
  -moz-animation: cssload-rota 1.0825s linear infinite, cssload-opa 3.836s ease-in-out infinite alternate;
}
#cssload-pgloading .cssload-bokeh li:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -0.1em 0 0 0;
  background: #626160;
  transform-origin: 250% 50%;
  -o-transform-origin: 250% 50%;
  -ms-transform-origin: 250% 50%;
  -webkit-transform-origin: 250% 50%;
  -moz-transform-origin: 250% 50%;
  animation: cssload-rota 1.286s linear infinite, cssload-opa 3.9325s ease-in-out infinite alternate;
  -o-animation: cssload-rota 1.286s linear infinite, cssload-opa 3.9325s ease-in-out infinite alternate;
  -ms-animation: cssload-rota 1.286s linear infinite, cssload-opa 3.9325s ease-in-out infinite alternate;
  -webkit-animation: cssload-rota 1.286s linear infinite, cssload-opa 3.9325s ease-in-out infinite alternate;
  -moz-animation: cssload-rota 1.286s linear infinite, cssload-opa 3.9325s ease-in-out infinite alternate;
}
@keyframes cssload-rota {
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-rota {
  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-rota {
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-rota {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-rota {
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes cssload-opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-o-keyframes cssload-opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-ms-keyframes cssload-opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-webkit-keyframes cssload-opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-moz-keyframes cssload-opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
body.marqueBlanche #header {
  height: 65px;
  padding: 0;
}
@media screen and (max-width: 963px) {
  body.marqueBlanche #header {
    height: auto;
  }
}
@media screen and (max-width: 601px) {
  body.marqueBlanche #header {
    height: 70px;
    position: absolute;
  }
}
body.marqueBlanche #header #logo {
  max-width: 125px;
  height: 65px;
  padding: 0 23px 0 0;
  float: left;
}
@media screen and (max-width: 963px) {
  body.marqueBlanche #header #logo {
    max-width: 160px;
    top: 0px;
  }
}
@media screen and (max-width: 601px) {
  body.marqueBlanche #header #logo {
    padding: 0;
    height: auto;
    max-width: 100px;
    padding-top: 5px;
  }
}
body.marqueBlanche #header #logo a {
  display: block;
  height: 65px;
  line-height: 65px;
  padding: 0;
  text-align: center;
}
body.marqueBlanche #header #logo a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
body.marqueBlanche #header nav#header-leftMenu {
  padding-left: 0;
}
@media screen and (max-width: 963px) {
  body.marqueBlanche #header nav#header-leftMenu {
    margin-top: 60px;
  }
}
body.marqueBlanche #header nav#header-leftMenu > ul > li {
  height: 65px;
}
body.marqueBlanche #header nav#header-leftMenu > ul > li > a,
body.marqueBlanche #header nav#header-leftMenu > ul > li > span {
  padding: 0 20px;
  max-width: 130px;
  display: block;
  max-width: 150px;
  height: 65px;
  line-height: 65px;
}
body.marqueBlanche #header nav#header-leftMenu > ul > li > a img,
body.marqueBlanche #header nav#header-leftMenu > ul > li > span img {
  width: 100%;
}
body.marqueBlanche #header nav#header-leftMenu > ul > li > a > span,
body.marqueBlanche #header nav#header-leftMenu > ul > li > span > span {
  line-height: normal;
  display: inline-block;
  font-family: "roboto";
  font-weight: 500;
  vertical-align: middle;
  font-size: 0.9rem;
  line-height: 1.225rem;
}
@media screen and (max-width: 963px) {
  body.marqueBlanche #header nav#header-leftMenu > ul > li {
    height: auto;
  }
  body.marqueBlanche #header nav#header-leftMenu > ul > li > a,
  body.marqueBlanche #header nav#header-leftMenu > ul > li > span {
    height: auto;
    line-height: normal;
    padding: 5px 10px;
  }
}
body.marqueBlanche #header nav#header-leftMenu > ul > li > ul {
  left: 0;
  right: auto;
  top: 65px;
}
@media screen and (max-width: 963px) {
  body.marqueBlanche #header nav#header-leftMenu > ul > li > ul {
    top: 47px;
  }
}
body.marqueBlanche #header nav#header-leftMenu > ul > li.act > a,
body.marqueBlanche #header nav#header-leftMenu > ul > li:hover > a,
body.marqueBlanche #header nav#header-leftMenu > ul > li.act > span,
body.marqueBlanche #header nav#header-leftMenu > ul > li:hover > span {
  background: #21c8ff;
}
body.marqueBlanche #header nav#header-leftMenu > ul > li.act > a span,
body.marqueBlanche #header nav#header-leftMenu > ul > li:hover > a span,
body.marqueBlanche #header nav#header-leftMenu > ul > li.act > span span,
body.marqueBlanche #header nav#header-leftMenu > ul > li:hover > span span {
  color: #fff;
  color: white;
}
@media screen and (max-width: 963px) {
  body.marqueBlanche #header nav#header-rightMenu {
    display: none;
  }
}
body.marqueBlanche #header nav#header-rightMenu ul #headerConnexion {
  padding-top: 11px;
}
body.marqueBlanche #header nav#header-rightMenu ul #headerConnexion > a {
  color: white;
}
body.marqueBlanche #header nav#header-respMenu ul li a {
  padding: 7px 3px;
}
body.marqueBlanche #header nav#header-respMenu ul li a span {
  font-size: 1rem;
  line-height: 1.35rem;
}
body.marqueBlanche #header nav#header-respMenu ul li ul li a {
  font-size: 0.8rem;
  line-height: 1rem;
}
body.marqueBlanche #footer {
  padding: 0;
  height: auto;
  background: #21c8ff;
  color: #fff;
  color: white;
  line-height: 120px;
}
body.marqueBlanche #footer nav {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: normal;
}
body.marqueBlanche #footer nav ul {
  text-align: center;
}
body.marqueBlanche #footer nav ul li {
  display: inline-block;
}
body.marqueBlanche #footer nav ul li a {
  display: block;
  padding: 0 10px;
  border-right: 1px solid white;
}
@media screen and (max-width: 963px) {
  body.marqueBlanche #footer nav ul li {
    display: block;
    padding: 5px 0;
  }
  body.marqueBlanche #footer nav ul li a {
    border-right: none;
  }
}
body.marqueBlanche #footer nav ul li:last-child a {
  border-right: none;
}
body.marqueBlanche #footer nav ul li:hover a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
body.marqueBlanche #page-connexionInscription #page-connexionInscription-img {
  min-height: 0px;
}
#page-marqueBlanche #page-marqueBlanche-topBaniere {
  height: 500px;
  line-height: 500px;
}
#page-marqueBlanche #page-marqueBlanche-topBaniere .topBaniere-img {
  height: 500px;
}
#page-marqueBlanche #page-marqueBlanche-topBaniere .topBaniere-img {
  background: black;
}
#page-marqueBlanche #page-marqueBlanche-topBaniere .topBaniere-img img {
  opacity: 0.7;
}
#page-marqueBlanche #page-marqueBlanche-topBaniere .topBaniere-content {
  position: relative;
  z-index: 10;
  top: 0;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  padding-top: 100px;
}
#page-marqueBlanche #page-marqueBlanche-topBaniere .topBaniere-content h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
}
@media screen and (max-width: 963px) {
  #page-marqueBlanche #page-marqueBlanche-topBaniere .topBaniere-content {
    padding-top: 160px;
  }
}
@media screen and (max-width: 601px) {
  #page-marqueBlanche #page-marqueBlanche-topBaniere .topBaniere-content {
    padding-top: 40px;
  }
}
#page-marqueBlanche #page-marqueBlanche-map {
  height: 320px;
  position: relative;
  margin-bottom: 50px;
}
#page-marqueBlanche #page-marqueBlanche-boutons {
  padding: 50px 0;
}
#page-marqueBlanche #page-marqueBlanche-boutons a.btn {
  margin: 0 15px;
}
@media screen and (max-width: 601px) {
  #page-marqueBlanche #page-marqueBlanche-boutons a.btn {
    margin: 10px;
    display: block;
  }
}
@media screen and (max-width: 963px) {
  #page-marqueBlanche-mission .container {
    padding: 0 15px;
  }
}
#page-marqueBlanche-mission .container #page-marqueBlanche-mission-right img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 601px) {
  #page-marqueBlanche-mission .container #page-marqueBlanche-mission-right img {
    max-width: 200px;
    margin: auto;
  }
}
