.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100% !important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 1px 2px;
  margin-bottom: 0px;
}
select.input-heighter,
textarea.input-heighter,
input[type="text"].input-heighter,
input[type="password"].input-heighter,
input[type="datetime"].input-heighter,
input[type="datetime-local"].input-heighter,
input[type="date"].input-heighter,
input[type="month"].input-heighter,
input[type="time"].input-heighter,
input[type="week"].input-heighter,
input[type="number"].input-heighter,
input[type="email"].input-heighter,
input[type="url"].input-heighter,
input[type="search"].input-heighter,
input[type="tel"].input-heighter,
input[type="color"].input-heighter,
.uneditable-input.input-heighter {
  padding: 4px 6px;
}
select,
input[type="file"] {
  height: 22px;
  line-height: 22px;
}
select.input-heighter,
input[type="file"].input-heighter {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 30px;
}
.form-table {
  margin-bottom: 0;
}
.form-table select,
.form-table textarea,
.form-table input[type="text"],
.form-table input[type="password"],
.form-table input[type="datetime"],
.form-table input[type="datetime-local"],
.form-table input[type="date"],
.form-table input[type="month"],
.form-table input[type="time"],
.form-table input[type="week"],
.form-table input[type="number"],
.form-table input[type="email"],
.form-table input[type="url"],
.form-table input[type="search"],
.form-table input[type="tel"],
.form-table input[type="color"],
.form-table .uneditable-input {
  margin-bottom: 0;
}
.table {
  margin-bottom: 0;
}
.table .table {
  background-color: transparent;
}
.table td {
  vertical-align: top;
}
.table.table-column tr.separator > th,
.table.table-column tr.separator > td {
  border-top-width: 4px;
}
.table.table-column th {
  text-align: right;
}
.table-bordered-no-out {
  border: none;
}
.table-bordered-no-out tr td:first-child,
.table-bordered-no-out tr th:first-child {
  border-left: none;
}
.table-bordered {
  border-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 0;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[class^="icon-deltarm"] {
  font-size: 27px;
  height: 29px;
  width: 29px;
  overflow: hidden;
  background-repeat: no-repeat;
  line-height: 1em;
  display: inline-block;
}
[class^="icon-deltarm"]:before {
  content: '';
}
[class^="icon-"].table-icon {
  font-size: 16px;
  color: #682477;
}
.icon-deltarm-minus {
  background-image: url('../images/picto_moins.png');
}
.icon-deltarm-plus {
  background-image: url('../images/picto_plus.png');
}
.icon-deltarm-edit {
  background-image: url('img/icons-deltarm.png');
  background-position: -57px -37px;
}
h2.zone-header-inverse + form > .zone-actions,
h2.zone-header-inverse + * form > .zone-actions,
form > h2.zone-header-inverse + .zone-actions {
  background: transparent !important;
  bottom: 48px;
  position: relative;
  border: none;
  padding: 2px 0px;
  right: 26px;
}
h2.zone-header-inverse.journal + form > .zone-actions,
h2.zone-header-inverse.journal + * form > .zone-actions,
form > h2.zone-header-inverse.journal + .zone-actions {
  right: 60px;
}
h2.zone-header-inverse.journal + form > .zone-actions .icon-deltarm-edit,
h2.zone-header-inverse.journal + * form > .zone-actions .icon-deltarm-edit,
form > h2.zone-header-inverse.journal + .zone-actions .icon-deltarm-edit {
  background-position: -57px -37px;
  margin-top: 3px;
  filter: grayscale(100%) invert(100%) saturate(100%) contrast(10);
  -webkit-filter: grayscale(100%) invert(100%) saturate(100%) contrast(10);
}
.ert {
  bottom: 48px;
  position: relative;
  right: 26px;
}
.exp {
  display: inline-block;
  margin-top: 10px;
}
.icon-deltarm-fullscreen {
  background-image: url('img/icons-deltarm.png');
  background-position: -115px -37px;
}
.icon-deltarm-retract {
  background-image: url('img/icons-deltarm.png');
  background-position: -205px -37px;
}
.icon-deltarm-close {
  background-image: url('../images/picto_fermer.png');
}
.icon-deltarm-collapse {
  background-image: url('../images/flech_close.png');
}
.icon-deltarm-expand {
  background-image: url('../images/flech_open.png');
}
.icon-deltarm-collapse-alt {
  background-image: url('../images/picto_collapse.png');
}
.icon-deltarm-expand-alt {
  background-image: url('../images/picto_expand.png');
}
.icon-row-up,
.icon-row-down {
  width: 14px;
  height: 14px;
  display: inline-block;
}
.icon-row-up {
  background: url('../images/fleche_haut.png') no-repeat center center;
}
.icon-row-down {
  background: url('../images/fleche_bas.png') no-repeat center center;
}
.iconChrome {
  display: block;
  height: 115px;
  width: 115px;
  background: url('img/icons-deltarm.png');
  background-position: 0px -114px;
}
.iconFirefox {
  display: block;
  height: 115px;
  width: 115px;
  background: url('img/icons-deltarm.png');
  background-position: -115px -113px;
}
.iconIe {
  display: block;
  height: 115px;
  width: 115px;
  background: url('img/icons-deltarm.png');
  background-position: -235px -114px;
}
.dropdown-menu.dropdown-menu-inverse {
  border: none;
  border-radius: 0;
  background-color: #222222;
  padding: 0;
}
.dropdown-menu.dropdown-menu-inverse li {
  border-bottom: 1px solid #3c3c3c;
}
.dropdown-menu.dropdown-menu-inverse li a {
  color: #ffffff;
}
.dropdown-menu.dropdown-menu-inverse li a:hover,
.dropdown-menu.dropdown-menu-inverse li a:focus {
  color: #ffffff;
  background-color: #5a1f67;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#682477), to(#461850));
  background-image: linear-gradient(to bottom, #682477, #461850);
  background-image: linear-gradient(to bottom, #682477 0%, #461850 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff682477', endColorstr='#ff461850', GradientType=0);
}
.dropdown-menu.dropdown-menu-inverse li.disabled,
.dropdown-menu.dropdown-menu-inverse li.disabled a:hover {
  background-color: #868686;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8b8b8b), to(#7e7e7e));
  background-image: linear-gradient(to bottom, #8b8b8b, #7e7e7e);
  background-image: linear-gradient(to bottom, #8b8b8b 0%, #7e7e7e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8b8b8b', endColorstr='#ff7e7e7e', GradientType=0);
  color: #ffffff;
}
.dropdown-menu.dropdown-menu-white {
  border: none;
  border-radius: 0;
  background-color: #f7f7f7;
  padding: 0;
}
.dropdown-menu.dropdown-menu-white li {
  border-top: 1px solid #d8d8d8;
}
.dropdown-menu.dropdown-menu-white li a {
  color: #682477;
}
.dropdown-menu.dropdown-menu-white li a:hover,
.dropdown-menu.dropdown-menu-white li a:focus {
  color: #ffffff;
  background-color: #5a1f67;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#682477), to(#461850));
  background-image: linear-gradient(to bottom, #682477, #461850);
  background-image: linear-gradient(to bottom, #682477 0%, #461850 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff682477', endColorstr='#ff461850', GradientType=0);
}
.dropdown-menu.dropdown-menu-white li.disabled,
.dropdown-menu.dropdown-menu-white li.disabled a,
.dropdown-menu.dropdown-menu-white li.disabled a:hover {
  background-color: #868686;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8b8b8b), to(#7e7e7e));
  background-image: linear-gradient(to bottom, #8b8b8b, #7e7e7e);
  background-image: linear-gradient(to bottom, #8b8b8b 0%, #7e7e7e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8b8b8b', endColorstr='#ff7e7e7e', GradientType=0);
  color: #ffffff;
}
.btn {
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-shadow: none;
}
.btn .caret {
  border-top-color: #ffffff;
}
.btn-small {
  font-weight: normal;
  font-size: 11px;
}
.btn-small,
.btn-small:hover,
.btn-small:focus,
.btn-small:active,
.btn-small.active {
  border-width: 1px;
}
.btn-mini,
.btn-mini:hover,
.btn-mini:focus,
.btn-mini:active,
.btn-mini.active {
  border-width: 1px;
  border-width: 2px;
  font-weight: normal;
  font-size: 11px;
  padding: 0 8px;
}
.btn-large {
  padding: 6px 19px;
}
.btn-purple,
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
  color: #ffffff;
  background: #682477;
  border-color: #ffffff;
}
.btn-inverse,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  color: #ffffff;
  background: #222222;
  border-color: #ffffff;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #a09b4e;
  background-color: #ebebeb;
  border-color: #a09b4e;
}
.btn-rounded {
  border-radius: 12px;
}
.btn.btn-rounded {
  border-radius: 16px;
}
.btn-large.btn-rounded {
  border-radius: 30px;
}
.btn-thick {
  border-width: 2px;
  font-weight: bold;
}
.btn-icon,
.btn-icon:hover,
.btn-icon:focus,
.btn-icon:active,
.btn-icon.active {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #3a3c45;
  font-size: 13px;
  font-weight: normal;
}
.btn-icon.icon-search-more,
.icon-search-more {
  background: #ffffff url('../images/picto_rechavance.png') no-repeat center center;
}
.btn-icon.icon-search-more:before,
.icon-search-more:before {
  content: '\0000a0';
}
.btn-group.open .btn-purple.dropdown-toggle {
  background-color: #571e63;
}
.btn-purple .caret {
  border-top-color: #ffffff;
}
.nav-tabs {
  background-color: #8c69f4;
  border: 0;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border-radius: 0;
  font-family: "Poppins", Helvetica, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 40px;
  padding: 8px 12px;
  border: 0;
  margin: 0;
  color: #ffffff;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #1D1E61;
  color: white;
  text-decoration: none;
  padding: 4px 12px 5px 12px;
}
.nav-tabs > .active > a,
.nav-tabs a.active,
.nav-tabs > .active > a:hover,
.nav-tabs a.active:hover,
.nav-tabs > .active > a:focus,
.nav-tabs a.active:focus {
  border: 0;
  background-color: #ffffff;
  color: #8c69f4;
}
.nav-tabs.nav-tabs-mini > li > a {
  padding: 6px 10px;
  line-height: 1em;
  font-size: 13px;
}
.tab-content {
  margin: 20px;
  overflow: auto;
}
.tab-content .well {
  margin-bottom: 0;
}
.tab-content .tab-content {
  margin: 0;
}
.tab-content .nav-tabs {
  background-color: #ffffff;
  margin-bottom: 0;
}
.tab-content .nav-tabs li {
  display: table-cell;
  float: none;
  line-height: 18px;
}
.tab-content .nav-tabs li > a {
  background: none;
  color: #8c69f4;
  font-size: 17px;
  height: auto;
  line-height: inherit;
  padding: 10px 25px 20px 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
}
.tab-content .nav-tabs li > a:focus,
.tab-content .nav-tabs li > a:hover {
  color: #8b8b8b;
}
.tab-content .nav-tabs li.active > a {
  color: #555555;
}
.tab-content .nav-tabs li.active > a:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #3a3c45;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  bottom: -5px;
  left: 50px;
}
/* nav-tab pour modal bénéficiaire */
#modal-beneficiaire-edit .nav-tabs,
#modal-beneficiaire-non-edit .nav-tabs,
#modal-beneficiaire-add .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  background: none;
}
#modal-beneficiaire-edit .nav-tabs .nav-link.active,
#modal-beneficiaire-non-edit .nav-tabs .nav-link.active,
#modal-beneficiaire-add .nav-tabs .nav-link.active {
  border: 1px solid transparent;
  border-color: #dee2e6 #dee2e6 #fff;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
header.navbar {
  height: 30px;
}
header.navbar a {
  text-decoration: none;
}
header.navbar.navbar-fixed-top {
  left: auto;
  right: auto;
}
header.navbar .navbar-inner {
  padding-left: 0;
  min-height: 30px;
  background: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
header.navbar .brand {
  padding: 0;
  margin: 0;
  margin-right: 20px;
  height: 30px;
  overflow: hidden;
}
header.navbar .brand img {
  position: relative;
  top: -15px;
}
header.navbar .module {
  border: 1px solid #f7f7f7;
  position: relative;
  top: 2px;
  display: inline-block;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin: 0 10px;
  padding: 2px 5px;
}
header.navbar .module > a {
  color: #555555;
  font-weight: 200;
  margin: 0 5px;
  visibility: hidden;
}
header.navbar .module-separator {
  font-size: 50%;
  color: #bfbfbf;
}
header.navbar .user-info {
  background-image: url('img/icons-deltarm.png');
  background-position: -269px -37px;
  padding: 5px 38px 5px 0px;
  float: right;
  height: 20px;
  zoom: 0.8;
}
header.navbar .user-info .badge {
  border-radius: 10px;
  line-height: 16px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 5px;
}
header.navbar .dropdown-menu {
  margin-top: 3px;
}
header:hover .module {
  border: 1px solid #d8d8d8;
}
header:hover .module a {
  visibility: visible;
}
footer.navbar {
  height: 40px;
}
footer.navbar .navbar-inner {
  color: #555555;
  border: none;
}
footer.navbar .navbar-inner a.icon {
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  line-height: 40px;
  padding: 0 5px;
}
footer.navbar .navbar-inner .divider {
  color: #682477;
  font-size: 20px;
}
footer.navbar .navbar-inner .btn-group {
  margin-top: 7px;
  vertical-align: top;
}
footer.navbar .navbar-inner .infos {
  padding-top: 6px;
}
footer.navbar .navbar-inner .infos a {
  color: #d8d8d8;
}
footer.navbar .navbar-inner .dropdown-menu {
  margin-bottom: 7px;
}
footer.navbar .navbar-inner .dropdown-menu.dropdown-menu-icon {
  margin-bottom: 12px;
}
footer.navbar .navbar-inner .dropdown-menu li a {
  font-size: 11px;
}
.modal {
  border-radius: 0;
  border: none;
}
.modal-fullscreen {
  width: 1170px;
  margin-left: -585px;
}
.modal-header {
  background-color: #682477;
  padding: 15px 20px;
}
.modal-header h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: normal;
  font-family: "Poppins", Helvetica, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 26px;
}
.modal-header .icon-deltarm-retract,
.modal-header .icon-deltarm-close {
  float: right;
}
.modal-footer {
  background: #ebebeb;
  padding: 6px 8px;
  border-radius: 0;
}
.modal-body.no-spacing {
  padding: 0;
}
.modal-backdrop {
  background-color: #cccccc;
}
.zone {
  background: #ffffff;
}
.zone .on-edit {
  display: none;
}
.zone.edit-mode {
  position: relative;
  z-index: 1045;
}
.zone.edit-mode .on-non-edit {
  display: none;
}
.zone.edit-mode .on-edit {
  display: inline;
}
.zone.edit-mode table.on-edit {
  display: table;
}
.zone.edit-mode tr.on-edit {
  display: table-row;
}
.well {
  border-radius: 0;
  padding: 10px;
  border: none;
}
.well-inverse {
  color: #e6e6e6;
  background-color: #3a3c45;
}
.news-feed {
  background-color: #ffffff;
}
.news-feed h2 {
  font-size: 26px;
  color: #682477;
  border-bottom: 4px solid #e6e6e6;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  padding: 0 18px;
  margin: 0;
}
.news-feed h2 .actions a {
  color: #3a3c45;
  font-size: 18px;
  line-height: 50px;
  vertical-align: top;
}
.news-feed h2 .actions a:hover,
.news-feed h2 .actions a:focus {
  text-decoration: none;
}
.news-feed .nav-tabs {
  margin-bottom: 0;
}
.news-feed .tab-content {
  overflow: visible;
  margin: 0;
}
.news-feed .tab-content > .tab-pane.scrollable-zone {
  max-height: 250px;
}
.news-feed .news-feed-container > a {
  border-bottom: 1px solid #e6e6e6;
  color: #817c36;
  display: block;
  font-size: 11px;
  line-height: 16px;
  padding: 15px 20px;
  text-decoration: underline;
}
.collapsable-zone > .zone-header {
  position: relative;
  cursor: pointer;
}
.collapsable-zone > .zone-header .badge {
  border-radius: 16px;
  font-size: 16px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  width: 32px;
  padding: 0;
  text-align: center;
  position: relative;
  top: -21px;
  left: -2px;
}
.collapsable-zone > .zone-header.zone-header-white {
  padding: 0 0 0 20px;
  border-right: 20px solid transparent;
  background: #ffffff url("../images/picto_collapse.png") no-repeat right center;
}
.collapsable-zone > .zone-header.collapsed.zone-header-white {
  background-image: url("../images/picto_expand.png");
}
.collapsable-zone > .content {
  background-color: #ffffff;
}
.collapsable-zone .content > .content-inner {
  padding: 10px;
}
.scrollable-zone {
  overflow: hidden;
}
.scrollable-zone.scrollable-zone-outside {
  width: 100%;
  padding-right: 15px;
}
.scrollable-zone.scrollable-zone-outside > .mCustomScrollBox {
  width: 100%;
  padding-right: 15px;
}
.scrollable-zone.scrollable-zone-outside > .mCustomScrollBox > .mCSB_container {
  margin-right: 0;
}
.m20 {
  margin: 20px;
}
.p10 {
  padding: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr30 {
  margin-right: 30px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.zone-header {
  color: #ffffff;
  background-color: #682477;
  font-size: 26px;
  font-weight: normal;
  font-family: "Poppins", Helvetica, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 56px;
  line-height: 56px;
  margin: 0;
  padding: 0 20px;
}
.zone-header-white {
  color: #682477;
  background-color: #ffffff;
}
.zone-header-small {
  color: #ffffff;
  background-color: #682477;
  font-family: "Poppins", Helvetica, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 20px;
}
.searchable-zone {
  background-color: #3a3c45;
  padding: 15px;
}
.searchable-zone .input-append input {
  border-right: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 351px;
}
.searchable-zone .input-append .btn.icon-search {
  border-left: none;
}
.searchable-zone .textual {
  color: #e6e6e6;
}
.searchable-zone .collapsable-zone {
  background: inherit;
}
.searchable-zone .collapsable-zone input,
.searchable-zone .collapsable-zone select {
  border-color: #cccccc;
  background-color: transparent;
  color: #AAADB9;
  padding: 0;
  min-height: 22px;
  margin: 0;
}
.searchable-zone .collapsable-zone select {
  height: 22px;
}
.searchable-zone .collapsable-zone label.inline {
  padding: 0;
}
.searchable-zone .collapsable-zone label.inline input[type="radio"],
.searchable-zone .collapsable-zone label.inline input[type="checkbox"] {
  margin-right: 5px;
}
.searchable-zone .collapsable-zone .radio.inline + .radio.inline,
.searchable-zone .collapsable-zone .checkbox.inline + .checkbox.inline {
  margin-left: 5px;
}
.searchable-zone .collapsable-zone .row-fluid {
  border-bottom: 1px solid #555555;
  padding: 10px 0;
}
.searchable-zone .collapsable-zone .row-fluid .line-actions {
  text-align: right;
}
.searchable-zone .collapsable-zone .row-fluid [class*="span"] {
  min-height: 0;
}
.searchable-zone .collapsable-zone > .content {
  padding: 0;
  background: inherit;
}
.searchable-zone .collapsable-zone > .content.scroll {
  margin-right: -15px;
}
.searchable-zone .btn-inverse {
  background-color: #3a3c45;
}
.searchable-zone .actions {
  margin-top: 9px;
  text-align: right;
}
.zone-actions {
  background: #ebebeb;
  padding: 6px 8px;
  border-bottom: 1px solid #dddddd;
  min-height: 24px;
}
.zone-sous-partie {
  background: #ebebeb;
  font-size: 15px;
  font-weight: normal;
}
.zone-special-title {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  padding: 8px 0 12px;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  color: #8c8c8c;
}
input.full,
select.full {
  width: 100%;
}
a[class^="icon-"] {
  text-decoration: none;
}
.tree-header {
  background-color: #B2B2B2;
  color: #ffffff;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
}
.tree-header .actions [class^="icon-"] {
  color: #3a3c45;
  margin-left: 5px;
  font-size: 16px;
}
.no-border {
  border: none;
}
.mCSB_container {
  margin-right: 15px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 15px;
}
.mCSB_horizontal > .mCSB_container {
  margin-bottom: 16px;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.quick-access-zone {
  background: #3a3c45;
}
.quick-access-zone ul {
  margin: 0;
  list-style: none;
  padding: 5px 15px;
}
.quick-access-zone ul > li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #b3b3b3;
}
.quick-access-zone ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.quick-access-zone ul > li > a {
  color: #ffffff;
  font-family: "Poppins", Helvetica, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.ui-slider {
  background: url("jquery-ui/custom-theme/images/ui-bg_flat_100_000000_40x100.png") repeat-x scroll 50% 50% #000000;
  border-radius: 12px 12px 12px 12px;
  height: 5px;
  margin: 8px 0px 0;
}
.ui-slider .ui-slider-range {
  background: url("jquery-ui/custom-theme/images/ui-bg_flat_35_8f5baa_40x100.png") repeat-x scroll 50% 50% #8f5baa;
}
.ui-slider .ui-slider-handle {
  background: url("jquery-ui/custom-theme/images/ui-icons_ffffff_256x240.png") repeat-x scroll 50% 50% #ffffff;
  border: 0 none;
  border-radius: 12px;
  height: 7px;
  margin-left: -4px;
  margin-top: 3px;
  width: 7px;
}
.ui-slider .slider_value {
  margin-top: 6px;
}
.ui-slider .slider_min,
.ui-slider .slider_max {
  position: absolute;
  top: -8px;
  background: #682477;
  color: #ffffff;
  display: block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  border-radius: 10px;
  font-size: 10px;
  text-align: center;
}
.ui-slider .slider_min {
  left: 0;
}
.ui-slider .slider_max {
  right: 0;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: .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;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'Noto Sans', Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Noto Sans', Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #3a3c45;
  background: #3a3c45 url(jquery-ui/custom-theme/images/ui-bg_flat_100_3a3c45_40x100.png) 50% 50% repeat-x;
  color: #815599;
  z-index: 1045;
}
.ui-widget-content a {
  color: #815599;
}
.ui-widget-header {
  border: 1px solid #682477;
  background: #682477 url(jquery-ui/custom-theme/images/ui-bg_flat_35_682477_40x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  position: absolute;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
  height: 200px;
}
ul[class~="ui-widget-content"] {
  width: auto !important;
  border-radius: 0 !important;
  padding: 5px !important;
  border: none !important;
  list-style-type: none !important;
  background-image: none !important;
  background-color: #DDD !important;
}
ul[class~="ui-widget-content"] .ui-menu-item .ui-corner-all:hover {
  background-color: none !important;
  border: none !important;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #3a3c45;
  background: #3a3c45 url(jquery-ui/custom-theme/images/ui-bg_flat_100_3a3c45_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #d9d9da;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #d9d9da;
  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 #682477;*/
  /*background: #ffffff url(images/ui-bg_glass_100_ffffff_1x400.png) 50% 50% repeat-x;*/
  font-weight: normal;
  /*color: #c77405;*/
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #682477;
  background: #ffffff url(jquery-ui/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #682477;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #682477;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #3a3c45;
  background: #3a3d45 url(jquery-ui/custom-theme/images/ui-bg_flat_75_3a3d45_40x100.png) 50% 50% repeat-x;
  color: #85579f;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #85579f;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(jquery-ui/custom-theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(jquery-ui/custom-theme/images/ui-icons_ffffff_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(jquery-ui/custom-theme/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(jquery-ui/custom-theme/images/ui-icons_682477_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(jquery-ui/custom-theme/images/ui-icons_682477_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(jquery-ui/custom-theme/images/ui-icons_682477_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(jquery-ui/custom-theme/images/ui-icons_3a3d45_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(jquery-ui/custom-theme/images/ui-icons_ffd27a_256x240.png);
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 8px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 8px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 8px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 8px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url(jquery-ui/custom-theme/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(jquery-ui/custom-theme/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  border-radius: 5px;
}
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.irs {
  position: relative;
  display: block;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 10%;
}
.irs-line-mid {
  left: 10%;
  width: 80%;
}
.irs-line-right {
  right: 0;
  width: 10%;
}
.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.single {
  left: 10px;
}
.irs-slider.single:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: -100%;
  width: 300%;
  height: 200%;
  background: rgba(0, 0, 0, 0);
}
.irs-slider.from {
  left: 100px;
}
.irs-slider.from:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: -200%;
  width: 300%;
  height: 200%;
  background: rgba(0, 0, 0, 0);
}
.irs-slider.to {
  left: 300px;
}
.irs-slider.to:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: 0;
  width: 300%;
  height: 200%;
  background: rgba(0, 0, 0, 0);
}
.irs-slider.last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #000;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider {
  background: url(img/ionRangeSlider/sprite-skin-nice.png) repeat-x;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 8px;
  top: 25px;
}
.irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}
.irs-line-mid {
  height: 8px;
  background-position: 0 0;
}
.irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}
.irs-diapason {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}
.irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -90px;
}
#irs-active-slider,
.irs-slider:hover {
  background-position: 0 -120px;
}
.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid-pol {
  background: #99a4ac;
}
.irs-grid-text {
  color: #99a4ac;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jszip-2.5.0,pdfmake-0.1.18,dt-1.10.9,af-2.0.0,b-1.0.3,b-colvis-1.0.3,b-html5-1.0.3,b-print-1.0.3,cr-1.2.0,fc-3.1.0,fh-3.0.0,kt-2.0.0,r-1.0.7,rr-1.0.0,sc-1.3.0,se-1.0.1
 *
 * Included libraries:
 *   JSZip 2.5.0, pdfmake 0.1.18, DataTables 1.10.9, AutoFill 2.0.0, Buttons 1.0.3, Column visibility 1.0.3, HTML5 export 1.0.3, Print view 1.0.3, ColReorder 1.2.0, FixedColumns 3.1.0, FixedHeader 3.0.0, KeyTable 2.0.0, Responsive 1.0.7, RowReorder 1.0.0, Scroller 1.3.0, Select 1.0.1
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("img/dataTables/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("img/dataTables/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("img/dataTables/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("img/dataTables/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("img/dataTables/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: left;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.wrapper {
  background-color: #eee;
  display: table;
  width: 100%;
}
.wrapper > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.dataTables_wrapper .dataTables_length {
  margin: 0px;
  paddig-left: 5px !important;
}
.dataTables_wrapper .dataTables_length label {
  margin-top: 10px;
  line-height: 0px;
}
.dataTables_wrapper .dataTables_length label select {
  width: 150px;
}
.dataTables_wrapper .dataTables_filter {
  margin-top: 10px;
  padding: 0px;
  text-align: right;
  vertical-align: bottom;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 10px;
  margin-right: 10px;
}
.dataTables_wrapper .dataTables_info {
  margin: 0px;
  padding: 0;
  padding-left: 6px;
  padding-top: 1px;
  width: 200px;
}
.dataTables_wrapper .dataTables_paginate {
  display: inline-block;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  margin-bottom: -10px !important;
  margin-left: 15px;
  margin-right: 10px;
  padding: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  float: left;
  width: 25px;
  height: 25px;
  outline: none;
  border-right: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  color: #555555;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  /* ATTN: need a better font stack */
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d3d3d3));
  background-image: linear-gradient(#f3f3f3, #d3d3d3);
}
.dataTables_wrapper .dataTables_paginate input {
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 25px;
  outline: none;
  border: none;
  vertical-align: middle;
  text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #cecece;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#cecece));
  background-image: linear-gradient(#e4e4e4, #cecece);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d3d3d3));
  background-image: linear-gradient(#f3f3f3, #d3d3d3);
  color: #A8A8A8;
  cursor: default;
  /*    margin: 0;
    padding: 0;*/
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #cecece;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#cecece));
  background-image: linear-gradient(#e4e4e4, #cecece);
  /*    margin: 0;
    padding: 0;*/
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #cecece;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#cecece));
  background-image: linear-gradient(#e4e4e4, #cecece);
  /*    margin: 0;
    padding: 0;*/
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
table.dataTable tbody td,
table.dataTable tbody th {
  position: relative;
}
div.dt-autofill-handle {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 8px;
  width: 8px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #316ad1;
  background: -webkit-gradient(linear, left top, left bottom, from(#abcffb), to(#4989de));
  background: linear-gradient(to bottom, #abcffb 0%, #4989de 100%);
}
td.focus div.dt-autofill-handle {
  bottom: -4px;
  right: -5px;
}
div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #4989de;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}
div.dt-autofill-select.top,
div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}
div.dt-autofill-select.left,
div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}
div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px #555;
          box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5em 2em;
}
div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
div.dt-autofill-list ul li {
  display: table-row;
}
div.dt-autofill-list ul li:last-child div.dt-autofill-question,
div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}
div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}
div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #cccccc;
}
div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}
div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #cccccc;
}
div.dt-autofill-list div.dt-autofill-button button {
  color: white;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #2e6da4;
  background-color: #337ab7;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}
div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}
div.dt-button-info {
  width: 400px;
  background-color: white;
  border: 2px solid #111;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}
a.buttons-excel span {
  display: none;
}
div.dt-button-collection {
  /*width: 150px;*/
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  display: block;
  margin-bottom: 4px;
  margin-right: 0;
}
/*div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
   Fallback 
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
   Chrome 10+, Saf5.1+, iOS 5+ 
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
   FF3.6 
  background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
   IE10 
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
   Opera 11.10+ 
  background-image: linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}*/
div.dt-button-collection.fixed {
  top: 50%;
  left: 50%;
  margin-left: -75px;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 470px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  /* IE10 Consumer Preview */
  /* Firefox */
  /* Opera */
  /* Webkit (Safari/Chrome 10) */
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}
table.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white;
}
div.DTFC_Blocker {
  background-color: white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
table.fixedHeader-floating {
  position: fixed;
  background-color: white;
}
table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}
table.fixedHeader-locked {
  position: absolute;
  background-color: white;
}
table.fixedHeader-locked {
  position: absolute;
  background-color: white;
}
table.dataTable th.focus,
table.dataTable td.focus {
  outline: 3px solid #3366FF;
  outline-offset: -1px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: static;
  outline: 2px solid #888;
  outline-offset: -2px;
}
tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}
div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}
div.DTS tbody tr.even {
  background-color: white;
}
div.DTS div.DTS_Loading {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #ffffff 10px, #ffffff 20px);
}
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}
div.DTS div.dataTables_paginate {
  display: none;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #B0BED9;
}
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd;
}
table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7;
}
/*table.dataTable td.select-checkbox {
  position: relative;
}
table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable td.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox:after {
  content: ' ';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}*/
div.editor-datetime div.editor-datetime-time > span {
  vertical-align: middle;
}
div.editor-datetime div.editor-datetime-time div.editor-datetime-timeblock {
  display: inline-block;
  vertical-align: middle;
}
div.editor-datetime div.editor-datetime-iconLeft,
div.editor-datetime div.editor-datetime-iconRight,
div.editor-datetime div.editor-datetime-iconUp,
div.editor-datetime div.editor-datetime-iconDown {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.editor-datetime div.editor-datetime-iconLeft:hover,
div.editor-datetime div.editor-datetime-iconRight:hover,
div.editor-datetime div.editor-datetime-iconUp:hover,
div.editor-datetime div.editor-datetime-iconDown:hover {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #f0f0f0;
  opacity: 0.6;
}
div.editor-datetime div.editor-datetime-iconLeft button,
div.editor-datetime div.editor-datetime-iconRight button,
div.editor-datetime div.editor-datetime-iconUp button,
div.editor-datetime div.editor-datetime-iconDown button {
  border: none;
  background: transparent;
  text-indent: 30px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
div.editor-datetime div.editor-datetime-iconLeft {
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}
div.editor-datetime div.editor-datetime-iconRight {
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}
div.editor-datetime div.editor-datetime-iconUp {
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=");
}
div.editor-datetime div.editor-datetime-iconDown {
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC");
}
.buttons-save {
  display: block;
  height: 20px;
  width: 22px;
  background-image: url('img/icons-deltarm.png');
  background-position: -41px -17px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  *cursor: hand;
  float: left;
}
/*.buttons-excel {
    display: block;
    height: 20px;
    width: 20px;
    background-image: url('img/icons-deltarm.png');
    background-position: -19px -15px;
    margin-right: 1px;
    margin-bottom: 2px;
    cursor: pointer;
    *cursor: hand;
    float: left;
}*/
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  display: block;
  height: 18px;
  width: 19px;
  background-image: url('img/icons-deltarm.png');
  background-position: -295px 0;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  *cursor: hand;
  float: left;
}
.addForm {
  display: block;
  height: 18px;
  width: 19px;
  background-image: url('img/icons-deltarm.png');
  background-position: -221px 0px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  *cursor: hand;
  float: left;
}
.deleteForm {
  display: block;
  height: 18px;
  width: 19px;
  background-image: url('img/icons-deltarm.png');
  background-position: -202px 0px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  *cursor: hand;
  float: left;
}
a.buttons-excel span,
a.resetTableConfig span,
a.buttons-print span,
a.buttons-pdf span,
a.addForm span,
a.deleteForm span,
a.buttons-save span {
  display: none;
}
/*.dt-buttons { 
    width: 200px;
}*/
.dt-buttons a {
  text-align: center;
}
.tools-table {
  background-color: #eee;
  display: table;
  width: 100%;
}
.tools-table > div {
  display: table-cell;
  width: 100%;
}
.tools-table > div > div {
  display: table;
  margin: 2px;
}
.tools-table > div > div > div {
  display: table-cell;
}
.dataTables_wrapper {
  white-space: break-word;
}
.dataTable thead th {
  /*  border-width: 2px;
  border-style: solid;*/
  /*border-image:         linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 25%, #EEEEEE 30%, #CCCCCC 35%, #999999 50%, #CCCCCC 65%, #EEEEEE 70%, #FFFFFF 75%, #FFFFFF 100%) 1 100%;*/
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.dataTable thead th:first-child {
  /*border-width: 0px;*/
}
th .resizer-elt {
  height: 30px;
  width: 5px;
  margin: 8px;
  cursor: w-resize;
  z-index: 100;
  background: #eee;
  float: right;
  display: none;
}
th .filter-elt {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 2px;
  cursor: pointer;
  background-image: url('img/icons-deltarm.png');
  background-position: 0px 0px;
  z-index: 100;
  float: right;
}
.yadcf-filter-wrapper {
  float: left;
  margin-left: 10px;
}
/*.checked {
    background-color: rgba(235, 235, 235, 0.4);
    opacity: 0.5;
    color: @white;
}*/
.new {
  height: 30px;
  background-color: rgba(104, 36, 119, 0.6);
  opacity: 0.5;
  color: #ffffff;
  font-weight: bold;
}
.changedData {
  color: #1f8916;
  font-weight: bold;
}
tbody td.editable {
  background-color: rgba(104, 36, 119, 0.1);
}
tbody td div.datepicker.datepicker-dropdown {
  z-index: 1051 !important;
}
body.loginPage {
  background-color: #682477;
}
body.loginPage .form-signin {
  background: url("../images/logo_blanc.png") left 10px no-repeat;
  width: 370px;
  padding-left: 230px;
  height: 145px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.loginPage .form-signin .input-block-level {
  min-height: 34px;
}
body.loginPage .form-signin input[type="submit"] {
  margin-left: 10px;
}
body.loginPage .form-client-choice {
  padding-top: 20px;
}
body.loginPage a.white {
  color: #ffffff;
}
html,
body.pageconnexion {
  height: 100%;
}
body.pageconnexion {
  background-color: #682477;
  color: #ffffff;
  overflow-y: hidden;
}
.pageconnexion .zonecentree {
  background: url(../img/logo_blanc.png) left 10px no-repeat;
  width: 370px;
  padding-left: 230px;
  height: 145px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pageconnexion .zonecentree form a {
  color: #ffffff;
  text-align: right;
  float: right;
}
.pageconnexion .btcartouche {
  background: url(../img/bt_cartouche.png) center center no-repeat;
  width: 144px;
  height: 36px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.pageconnexion .zonecentree select {
  margin-top: 20px;
  background-color: #682477;
  color: #ffffff;
}
.pageconnexion .btn {
  background-color: #682477;
  background-image: none;
  border-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  text-shadow: none;
  margin-top: 20px;
}
.pageconnexion .dropdown-toggle {
  padding: 2px 8px;
}
.pageconnexion .btn-group.open .btn.dropdown-toggle {
  background-color: #682477;
}
.pageconnexion .caret {
  border-top-color: #ffffff;
}
.pageconnexion input {
  margin-bottom: 10px;
  padding: 6px;
  width: 356px;
}
.pageconnexion .dropdown-menu.span3 {
  width: 193px;
}
.ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 2;
}
body > .ui-pnotify {
  position: fixed;
  z-index: 100040;
}
.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
body > .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 100039;
}
.ui-pnotify.ui-pnotify-in {
  display: block !important;
}
.ui-pnotify.ui-pnotify-move {
  -webkit-transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
  -webkit-transition: opacity .6s linear;
  transition: opacity .6s linear;
  opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
  opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  -webkit-transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
}
.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}
.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}
.ui-pnotify-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.ui-pnotify-container.ui-pnotify-sharp {
  border-radius: 0;
}
.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0;
}
.ui-pnotify-text {
  display: block;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}
.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-topleft {
  left: 25px;
  right: auto;
}
.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-bottomright {
  bottom: 25px;
  top: auto;
}
.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px;
}
.brighttheme {
  border-radius: 0;
}
.brighttheme.ui-pnotify-container {
  padding: 18px;
}
.brighttheme .ui-pnotify-title {
  margin-bottom: 12px;
}
.brighttheme-notice {
  background-color: #FFFFA2;
  border: 0 solid #FF0;
  color: #4f4f00;
}
.brighttheme-info {
  background-color: #8FCEDD;
  border: 0 solid #0286A5;
  color: #012831;
}
.brighttheme-success {
  background-color: #AFF29A;
  border: 0 solid #35DB00;
  color: #104300;
}
.brighttheme-error {
  background-color: #FFABA2;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255, 255, 255, 0.3) 35px, rgba(255, 255, 255, 0.3) 70px);
  border: 0 solid #FF1800;
  color: #4f0800;
}
.brighttheme-icon-closer,
.brighttheme-icon-info,
.brighttheme-icon-notice,
.brighttheme-icon-sticker,
.brighttheme-icon-success {
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Courier New", Courier, monospace;
  border-radius: 50%;
}
.brighttheme-icon-closer:after,
.brighttheme-icon-info:after,
.brighttheme-icon-notice:after,
.brighttheme-icon-sticker:after,
.brighttheme-icon-success:after {
  position: absolute;
  top: 0;
  left: 4px;
}
.brighttheme-icon-notice {
  background-color: #2E2E00;
  color: #FFFFA2;
  margin-top: 2px;
}
.brighttheme-icon-notice:after {
  content: "!";
}
.brighttheme-icon-info {
  background-color: #012831;
  color: #8FCEDD;
  margin-top: 2px;
}
.brighttheme-icon-info:after {
  content: "i";
}
.brighttheme-icon-success {
  background-color: #104300;
  color: #AFF29A;
  margin-top: 2px;
}
.brighttheme-icon-success:after {
  content: "\002713";
}
.brighttheme-icon-error {
  position: relative;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #2E0400;
  font-size: 0;
  line-height: 0;
  color: #FFABA2;
  margin-top: 1px;
}
.brighttheme-icon-error:after {
  position: absolute;
  top: 1px;
  left: -4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Courier New", Courier, monospace;
  content: "!";
}
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
  display: inline-block;
}
.brighttheme-icon-closer:after {
  top: -4px;
  content: "\002715";
}
.brighttheme-icon-sticker:after {
  top: -5px;
  content: "\01D1BC";
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.brighttheme .ui-pnotify-action-bar {
  padding-top: 12px;
}
.brighttheme .ui-pnotify-action-bar input,
.brighttheme .ui-pnotify-action-bar textarea {
  display: block;
  width: 100%;
  margin-bottom: 12px !important;
}
.brighttheme .ui-pnotify-action-button {
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 8px;
  border: none;
  background: 0 0;
}
.brighttheme .ui-pnotify-action-button.btn-primary {
  border: none;
  border-radius: 0;
}
.brighttheme-notice .ui-pnotify-action-button.btn-primary {
  background-color: #FF0;
  color: #4f4f00;
}
.brighttheme-info .ui-pnotify-action-button.btn-primary {
  background-color: #0286A5;
  color: #012831;
}
.brighttheme-success .ui-pnotify-action-button.btn-primary {
  background-color: #35DB00;
  color: #104300;
}
.brighttheme-error .ui-pnotify-action-button.btn-primary {
  background-color: #FF1800;
  color: #4f0800;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em;
}
.ui-pnotify-container {
  position: relative;
  left: 0;
}
@media (max-width: 480px) {
  .ui-pnotify-mobile-able.ui-pnotify {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto!important;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-width: 5px;
  }
  .ui-pnotify-mobile-able .ui-pnotify-container {
    border-radius: 0;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
  .ui-pnotify-mobile-able.ui-pnotify.stack-topleft {
    left: 0;
    right: 0;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow {
    border-top-width: 5px;
    border-bottom-width: 1px;
  }
}
/* Pagination */
.pagination {
  display: inline-block;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  margin: 0px;
  padding: 0px;
}
.pagination a {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  float: left;
  width: 25px;
  height: 25px;
  outline: none;
  border-right: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  color: #555555;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  /* ATTN: need a better font stack */
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d3d3d3));
  background-image: linear-gradient(#f3f3f3, #d3d3d3);
}
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  background-color: #cecece;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#cecece));
  background-image: linear-gradient(#e4e4e4, #cecece);
  margin: 0;
  padding: 0;
}
.pagination a.disabled,
.pagination a.disabled:hover,
.pagination a.disabled:focus,
.pagination a.disabled:active {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d3d3d3));
  background-image: linear-gradient(#f3f3f3, #d3d3d3);
  color: #A8A8A8;
  cursor: default;
  margin: 0;
  padding: 0;
}
.pagination a:first-child {
  border: none;
  border-radius: 2px 0 0 2px;
}
.pagination a:last-child {
  border: none;
  border-radius: 0 2px 2px 0;
}
.pagination input {
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 25px;
  outline: none;
  border: none;
  vertical-align: middle;
  text-align: center;
}
.table {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  background: #fff;
  font-size: 10pt;
}
.tableTable {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: table;
  background: #fff;
  font-size: 10pt;
}
.table input {
  margin: 0;
  padding: 0;
}
.table .tableHeader {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: #eee;
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
}
.table .tableHeader > div {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-top: solid 1px #fff;
  overflow: hidden;
}
.table .tableHeader div div {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  margin: 0px 5px 0px 5px;
}
.table .tableHeader div div.separator {
  margin-top: 10px;
  border-left: solid 1px #aaa;
  width: 1px;
  height: 12px;
}
.table .tableHeader div .offset-list {
  width: 80px;
}
.table .tableHeader div .offset-first,
.table .tableHeader div .offset-next,
.table .tableHeader div .offset-previous,
.table .tableHeader div .offset-last,
.table .tableHeader div .offset-page {
  color: #111;
  cursor: pointer;
}
.table .tableHeader div .offset-first:hover,
.table .tableHeader div .offset-next:hover,
.table .tableHeader div .offset-previous:hover,
.table .tableHeader div .offset-last:hover,
.table .tableHeader div .offset-page:hover {
  color: #11a;
}
.table .tableHeader div .offset-page.selected {
  font-weight: bold;
}
.table .tableHeader div .offset-first.disabled,
.table .tableHeader div .offset-next.disabled,
.table .tableHeader div .offset-previous.disabled,
.table .tableHeader div .offset-last.disabled {
  color: #aaa;
}
.table .tableHeader div .limit {
  width: 160px;
  height: 26px;
}
.table .tableHeader input[type=text] {
  border-radius: 0;
  margin: 0;
  font-size: 9pt;
  height: 25px;
}
.table .tableHeader select {
  border-radius: 0;
  border: solid 1px #eee;
  padding: 2px 0;
  margin: 0;
  line-height: 1em;
  font-size: 9pt;
}
.table .tableHeader input[type=text] {
  padding-left: 5px;
}
.table .tableHeader .edition-mode .table .tableHeader .edition-mode-custom {
  display: inline;
}
.table .tableHeader .normal-mode,
.table .tableHeader .save-modifications {
  display: none;
}
.table .tableHeader .mode-edition {
  display: none;
}
.table .tableContent .rowsContent .rowsContainer .row .cell .cell-control {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: auto;
  width: 99%;
  height: 23px;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
}
.table .tableContent .rowsContent .rowsContainer .row .cell .cell-control.focused {
  background: #fff;
  border: solid 1px #666;
}
.table .tableContent .rowsContent .rowsContainer .row .cell.changed {
  background: #aaf;
}
.table .tableContent .rowsContent .rowsContainer .row .cell.updated {
  background: #dfd;
}
.table .tableContent .rowsContent .rowsContainer .row .cell.error {
  background: #fdd;
}
.table .tableContent .rowsContent .rowsContainer .row-group {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 25px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.table .tableContent .rowsContent .rowsContainer .row-group.collapsed .row-group-content {
  display: none;
}
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  min-height: 22px;
  padding: 2px 0 0 0;
  margin: 0;
  background: #ccc;
  font-weight: bold;
  text-indent: 23px;
  font-size: 1.1em;
}
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-toggler {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url(img/min.png) center center no-repeat;
  display: block;
  z-index: 100;
  cursor: pointer;
}
.table .tableContent .rowsContent .rowsContainer .row-group.collapsed .row-group-toggler {
  background: url(img/plus.png) center center no-repeat;
}
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header-cells {
  background: #ccc;
}
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header-cells .row {
  background: #ccc;
  font-size: 0.8em;
  font-weight: bold;
  height: 18px;
  min-height: 18px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header-cells .row:hover,
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header-cells .row.hovered {
  background: #ccc;
}
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header-cells .row .cell {
  height: 18px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header-cells .row .cell:hover,
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header-cells .row .cell.hovered .table .tableContent .rowsContent .rowsContainer .row-group .row-group-header-cells .row:hover .cell,
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header-cells .row.hovered .cell {
  background: #ccc;
}
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header-cells .row .cell p {
  height: 18px;
  padding: 0 0 0 5px;
  margin: 0;
}
.table .display-msg {
  position: absolute;
  left: 5%;
  top: 5px;
  width: 90%;
  padding: 5px;
  text-align: center;
  -webkit-box-shadow: #cccccc 2px 2px 4px;
  box-shadow: #cccccc 2px 2px 4px;
  z-index: 1000;
}
.table .no-records {
  text-align: center;
  padding: 20px 0;
  font-style: italic;
  font-size: 1em;
}
.table .tableHeader .delete-records small,
.table .tableHeader .edition-mode span,
.table .tableHeader .edition-mode-custom span,
.table .tableHeader .row-up small,
.table .tableHeader .row-down small,
.table .tableHeader .remove-all-filters small,
.table .tableHeader .save-modifications small {
  display: none;
}
.table .tableHeader .delete-records a,
.table .tableHeader .edition-mode a,
.table .tableHeader .edition-mode-custom a,
.table .tableHeader .row-up a,
.table .tableHeader .row-down a,
.table .tableHeader .remove-all-filters a,
.table .tableHeader .save-modifications a {
  display: block;
  width: 20px;
  height: 24px;
}
.table .tableHeader .edition-mode a,
.table .tableHeader .edition-mode-custom a {
  margin-top: 2px;
  background-image: url('img/icons-deltarm.png');
  background-position: 0px -14px;
}
.table .tableHeader .row-up a {
  background: url(img/icon-row-up.png) center center no-repeat;
}
.table .tableHeader .row-down a {
  background: url(img/icon-row-down.png) center center no-repeat;
}
.table .tableHeader .remove-all-filters a {
  background: url(img/glyphicons-halflings.png) center center no-repeat;
  background-position: -237px -18px;
}
.table .tableHeader .save-modifications a {
  background-image: url('img/icons-deltarm.png');
  background-position: -43px -14px;
}
.table .tableHeader .normal-mode {
  margin-top: 5px;
}
.table .display-msg {
  position: absolute;
  left: 5%;
  top: 5px;
  width: 90%;
  padding: 5px;
  text-align: center;
  -webkit-box-shadow: #cccccc 2px 2px 4px;
  box-shadow: #cccccc 2px 2px 4px;
  z-index: 1000;
}
.table.edition .tableHeader .edition-mode,
.table.edition .tableHeader .edition-mode-custom {
  display: none;
}
.table.edition .tableHeader .normal-mode,
.table.edition .tableHeader .save-modifications {
  display: inline;
}
.table.edition .tableHeader .mode-edition {
  display: inline;
}
.table .tableContent {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.table .tableContent .rowsHeader {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 42px;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: solid 1px #ddd;
}
.table .tableContent .rowsHeader .col {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  overflow: visible;
  height: 40px;
  word-wrap: break-word;
  font-weight: bold;
  color: #555555;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
}
.table .tableContent .rowsHeader .col.dragHover {
  background: #777;
}
.table .col .resizer-elt {
  position: absolute;
  right: 5px;
  top: 0;
  height: 30px;
  width: 5px;
  cursor: w-resize;
  z-index: 100;
  background: #eee;
}
.table .tableContent .rowsHeader .col-sortable {
  cursor: pointer;
}
.table .tableContent .rowsHeader .col .sort-elt {
  position: absolute;
  left: auto;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  background-image: url('img/icons-deltarm.png');
  background-position: -105px 0px;
  z-index: 100;
}
.table .tableContent .rowsHeader .col .sort-asc {
  background-image: url('img/icons-deltarm.png');
  background-position: -121px 0px;
}
.table .tableContent .rowsHeader .col .sort-desc {
  background-image: url('img/icons-deltarm.png');
  background-position: -138px 0px;
}
.table .tableContent .rowsHeader .col p {
  position: relative;
  left: -10px;
  top: 0;
  width: 100%;
  margin: 0;
  padding-top: 6px;
  display: block;
  text-indent: 15px;
  word-wrap: break-word;
  z-index: 0;
  font-weight: normal;
  font-size: 13px;
}
.table .tableContent .rowsHeader .col .filter-elt {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-image: url('img/icons-deltarm.png');
  background-position: 0px 0px;
  z-index: 100;
}
.table .tableContent .rowsHeader .col-filtered .filter-elt {
  background-image: url('img/icons-deltarm.png');
  background-position: -17px 0px;
}
.table .tableContent .rowsHeader .col-filtered p {
  color: #55e;
}
.table .tableContent .rowsHeader .col .filter-list {
  position: absolute;
  left: 1px;
  top: 30px;
  width: 95%;
  height: auto;
  display: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  z-index: 100;
  margin: 0;
  padding: 5px 0;
  font-size: 0.7em;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  -webkit-box-shadow: #cccccc 2px 3px 2px;
  box-shadow: #cccccc 2px 3px 2px;
}
.table .tableContent .rowsHeader .col .filter-list ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.table .tableContent .rowsHeader .col .filter-list ul li {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  padding: 1px 3px;
  margin: 0;
  border-bottom: dotted 1px #fff;
}
.table .tableContent .rowsHeader .col .filter-list ul li.remove-column-filters {
  padding-bottom: 7px;
  color: #666;
}
.table .tableContent .rowsHeader .col .filter-list ul li label {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 8pt;
  line-height: 15px;
}
.table .tableContent .rowsHeader .col .filter-list ul li .filter-input {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  clear: both;
  border: solid 1px #aaa;
  padding: 2px;
  margin: 0;
  width: 93%;
  font-size: 8pt;
  height: auto;
}
.table .tableContent .rowsHeader .col .filter-list ul li label input {
  margin-right: 5px;
}
.table .tableContent .rowsHeader .col .filter-list .footer {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 30px;
  width: 100%;
  padding: 5px 0 0 3px;
}
.table .tableContent .rowsHeader .col .filter-list .footer .btn {
  padding-left: 5px;
  padding-right: 5px;
}
.table .tableContent .rowsContent {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  min-height: 100px;
}
.table .tableContent .rowsContent .rowsContainer {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.table .tableContent .rowsContent .rowsContainer .row {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 25px;
  display: block;
  border-bottom: solid 1px #ddd;
}
.table .tableContent .rowsContent .rowsContainer .row.even {
  background: #fff;
}
.table .tableContent .rowsContent .rowsContainer .row.odd {
  background: #eee;
}
.table .tableContent .rowsContent .rowsContainer .row.selected {
  background: #afc5ff;
  font-weight: bold;
}
.table .tableContent .rowsContent .rowsContainer .row.filtered-row {
  display: none;
}
.table .tableContent .rowsContent .rowsContainer .row.hidden-row {
  display: none;
}
.table .tableContent .rowsContent .rowsContainer .row .cell {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  height: 25px;
  /*margin:0;*/
  padding: 0;
  display: block;
  cursor: default;
  word-wrap: break-word;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.table .tableContent .rowsContent .rowsContainer .row .cell p {
  position: relative;
  left: 0;
  top: 0;
  padding: 3px 0;
  margin: 0 auto;
  height: 19px;
  width: 95%;
  display: block;
  overflow: hidden;
  word-wrap: break-word;
}
.table .tableContent .rowsContent .rowsContainer .row.hovered .cell {
  background: #a8c1ff;
}
.table .tableContent .rowsContent .rowsContainer .row .cell.hovered {
  background: #779dff;
}
.table .tableFooter {
  display: none;
  clear: both;
  padding: 0 2px 0 10px;
}
.addForm {
  display: block;
  height: 18px;
  width: 19px;
  background-image: url('img/icons-deltarm.png');
  background-position: -221px 0px;
  margin-top: 5px;
}
.deleteForm {
  display: block;
  height: 18px;
  width: 19px;
  background-image: url('img/icons-deltarm.png');
  background-position: -202px 0px;
  margin-top: 5px;
}
.exportXls {
  display: block;
  height: 20px;
  width: 24px;
  background-image: url('img/icons-deltarm.png');
  background-position: -19px -17px;
  margin-top: 5px;
}
.jumelles {
  display: block;
  height: 16px;
  width: 16px;
  background-image: url('img/icons-deltarm.png');
  background-position: -282px 0px;
  margin-right: 935px;
  margin-top: 18px;
  float: right;
}
.resetTableConfig {
  display: block;
  height: 18px;
  width: 19px;
  background-image: url('img/icons-deltarm.png');
  background-position: -295px 0px;
  margin-top: 5px;
  cursor: pointer;
  *cursor: hand;
  float: left;
}
.funct_box {
  width: 85px;
}
.tree {
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
  padding: 0;
  /*margin-bottom: 50px;*/
}
.tree .display-msg {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 80%;
  margin-left: -40%;
  z-index: 1000;
  padding: 10px;
}
.tree > ul {
  position: relative;
  left: 0;
  top: 0;
  list-style-type: none;
  padding: 3px 5px;
  margin: 0;
}
.tree ul li.node {
  list-style-type: none;
  padding: 0;
  margin: 0;
  cursor: default;
}
.tree ul li.node .content {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #ddd;
}
.tree ul li.node .content .icon {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  width: 16px;
  height: 16px;
  background: #f00;
  margin: 2px 5px 0 0;
  padding: 0;
  cursor: pointer;
  /*background:url(img/tree-collapse.png) left top no-repeat;*/
  background: url(img/glyphicons-halflings.png);
  background-position: -408px -120px;
}
.tree ul li.node.hovered > .content {
  background: #eee;
}
.tree ul li.node.selected > .content {
  background: #ccc;
}
.tree ul li.node.drag-hover > .content {
  background: #ccc;
}
.tree ul li.node.collapsed > .content .icon {
  /*background:url(img/tree-expand.png) left top nogau-repeat;*/
  background: url(img/glyphicons-halflings.png);
  background-position: -385px -120px;
}
.tree ul li.node.no-children > .content .icon {
  background: none;
  background: url(img/glyphicons-halflings.png);
  background-position: -25px -24px;
}
.tree ul li.node.fixed > .content .icon {
  width: 14px;
  height: 14px;
  background: none;
}
.tree ul li.node.fixed > .content p {
  /*font-weight:bold;*/
  color: #ccc;
}
.tree ul li.node.collapsed > ul {
  display: none;
}
.tree ul li.node.searched > .content {
  background: #fdd;
}
.tree ul li.node.searched-focused > .content {
  background: #faa;
}
.tree ul li.node .content p {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 10pt;
}
.tree ul li.node .content .node-selector {
  position: absolute;
  left: 3px;
  top: 3px;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.tree ul li.node .content .input-edit {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  width: 70%;
  height: 16px;
  display: block;
  margin: 0;
  padding: 0;
}
.tree ul li.node .content .input-edit .input-txt {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  height: 14px;
  width: 50%;
  background: #fff;
  border: solid 1px #aaa;
  padding: 2px;
  font-size: 9pt;
}
.tree ul li.node .content .input-edit .input-btn {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  margin: 0 0 0 5px;
  border: solid 1px #aaa;
  background: #bbb;
  color: #000;
  padding: 1px 5px;
  font-size: 9pt;
}
.tree ul li.node .content .contextual-btn {
  position: absolute;
  right: 12px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url(img/node-menu.png) center top no-repeat;
  cursor: pointer;
  z-index: 9999;
}
.tree ul li.node .content .icon {
  margin-left: 25px;
}
.tree ul li.node ul li .content .icon {
  margin-left: 45px;
}
.tree ul li.node ul li ul li .content .icon {
  margin-left: 65px;
}
.tree ul li.node ul li ul li ul li .content .icon {
  margin-left: 85px;
}
.tree ul li.node ul li ul li ul li ul li .content .icon {
  margin-left: 105px;
}
.tree ul li.node ul li ul li ul li ul li ul li .content .icon {
  margin-left: 125px;
}
.tree ul li.node ul li ul li ul li ul li ul li ul li .content .icon {
  margin-left: 145px;
}
.tree ul li.node ul li ul li ul li ul li ul li ul li ul li .content .icon {
  margin-left: 165px;
}
.tree ul li.node ul li ul li ul li ul li ul li ul li ul li ul li .content .icon {
  margin-left: 185px;
}
.tree ul li.node ul li ul li ul li ul li ul li ul li ul li ul li ul li .content .icon {
  margin-left: 205px;
}
.tree ul li.node ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li .content .icon {
  margin-left: 225px;
}
.tree ul li.node ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li .content .icon {
  margin-left: 245px;
}
.tree ul li.node ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li .content .icon {
  margin-left: 265px;
}
.tree ul li.node ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li .content .icon {
  margin-left: 285px;
}
.tree ul li.node ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li .content .icon {
  margin-left: 305px;
}
.tree ul li.node ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li .content .icon {
  margin-left: 325px;
}
.tree ul li.node ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
}
.tree ul li.node .content .contextual-menu {
  position: absolute;
  right: 20px;
  top: -30px;
  width: 100px;
  padding: 5px;
  background: #eee;
  border: solid 1px #aaa;
  z-index: 10000;
  display: none;
}
.tree ul li.node .content .contextual-menu ol {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tree ul li.node .content .contextual-menu ol li {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  list-style-type: none;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin: 0;
  padding: 0;
  clear: both;
}
.tree ul li.node .content .contextual-menu ol li.disabled {
  cursor: default;
}
.tree ul li.node .content .contextual-menu ol li.hovered {
  background: #ddd;
}
.tree ul li.node .content .contextual-menu ol li.hovered.disabled {
  background: none;
}
.tree ul li.node .content .contextual-menu ol li p {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  float: none;
  color: #111;
  margin: 0;
  padding: 0;
  text-indent: 5px;
  font-size: 8pt;
  font-weight: normal;
}
.tree ul li.node .content .contextual-menu ol li.disabled p {
  color: #aaa;
}
.tree ul li.node .content .contextual-menu ol li.separator-top {
  border-top: solid 1px #aaa;
}
.tree li.finded > .content {
  background-color: #9a9637;
  color: white;
}
#tree-organisation .ui-draggable {
  /*background-image:url(img/glyphicons-halflings.png);
    background-repeat:no-repeat;*/
}
#organisation,
#contact,
#valeurs-assurees,
#paramRisque,
#assuranceAutoEvaluation,
#controlAudit {
  margin: 0;
  width: 300px;
  height: 165px;
  overflow: hidden;
}
#organisation div {
  width: 300px;
  background-image: url('img/deltarm.png');
  background-position: -1150px 0px;
}
#contact div {
  width: 300px;
  background-image: url('img/deltarm.png');
  background-position: 0px 0px;
}
#plan_actions,
#geolocalisation,
#transfert-assurance,
#reclamations,
#rapports,
#referentielRisque,
#risques,
#assuranceRecommandation,
#controlInterne,
#controlPrevention {
  width: 415px;
  height: 165px;
  overflow: hidden;
}
#documents,
#visites,
#assuranceVisites,
#assuranceRapports {
  margin: 0;
  width: 415px;
  height: 165px;
  overflow: hidden;
}
#plan_actions div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -1440px 0px;
}
#documents div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -300px 0px;
}
#reclamations div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -840px -320px;
}
#rapports div,
#assuranceRapports div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -416px -320px;
}
#visites div,
#assuranceVisites div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -1550px -320px;
}
#geolocalisation div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -720px 0px;
}
#valeurs-assurees div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -1250px -320px;
}
#paramRisque div {
  width: 300px;
  background-image: url('img/deltarm.png');
  background-position: 0px -160px;
}
#assuranceAutoEvaluation div {
  width: 300px;
  background-image: url('img/deltarm.png');
  background-position: 0px -660px;
}
#controlAudit div {
  width: 300px;
  background-image: url('img/deltarm.png');
  background-position: 0px -500px;
}
#risques div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -720px -160px;
}
#assuranceRecommandation div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -300px -660px;
}
#controlInterneEvaluation div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -300px -500px;
}
#controlInterneQuestionnaire div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -300px -500px;
}
#controlPrevention div {
  width: 415px;
  background-image: url('../images/controlePrevention.png');
}
#referentielRisque div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: -310px -160px;
}
#transfert-assurance div {
  width: 415px;
  background-image: url('img/deltarm.png');
  background-position: 0px -320px;
}
.uploadify {
  position: relative;
  margin-bottom: 1em;
}
.uploadify-button {
  background-color: #505050;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#505050), to(#707070));
  background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070));
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 30px;
  border: 2px solid #808080;
  color: #FFF;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
}
.uploadify:hover .uploadify-button {
  background-color: #606060;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#808080));
  background-image: linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #606060), color-stop(1, #808080));
  background-position: center bottom;
}
.uploadify-button.disabled {
  background-color: #D0D0D0;
  color: #808080;
}
.uploadify-queue {
  margin-bottom: 1em;
}
.uploadify-queue-item {
  background-color: #F5F5F5;
  border-radius: 3px;
  font: 11px Verdana, Geneva, sans-serif;
  margin-top: 5px;
  max-width: 350px;
  padding: 10px;
}
.uploadify-error {
  background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
  background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}
.uploadify-queue-item.completed {
  background-color: #E5E5E5;
}
.uploadify-progress {
  background-color: #E5E5E5;
  margin-top: 20px;
  width: 100%;
}
.uploadify-progress-bar {
  background-color: #0099FF;
  height: 3px;
  width: 1px;
}
.table .tableContent .rowsContent {
  background: #fff;
}
.table .tableContent .rowsContent .rowsContainer .row {
  border-bottom: solid 1px #ddd;
}
.table .tableContent .rowsContent .rowsContainer .row.even {
  background: #fff;
}
.table .tableContent .rowsContent .rowsContainer .row.odd {
  background: #eee;
}
.table .tableContent .rowsContent .rowsContainer .row.selected {
  background: #afc5ff;
  font-weight: bold;
}
.table .tableContent .rowsContent .rowsContainer .row.hovered .cell {
  background: #a8c1ff;
}
.table .tableContent .rowsContent .rowsContainer .row .cell.hovered {
  background: #779dff;
}
.table .tableFooter {
  /*display:none;*/
}
.table .tableContent .rowsContent .rowsContainer .row .cell.changed {
  background: #aaf;
}
.table .tableContent .rowsContent .rowsContainer .row .cell.updated {
  background: #dfd;
}
.table .tableContent .rowsContent .rowsContainer .row .cell.error {
  background: #fdd;
}
.table .tableContent .rowsContent .rowsContainer .row-group .row-group-header {
  background: #ccc;
  font-size: 1.1em;
  font-weight: bold;
}
.table .tableHeader div .offset-list {
  display: none;
}
.tree ul li.node.folder > .content > .icon {
  background: url(img/tree-folder.png) left top no-repeat;
}
.tree ul li.node.searched > .content {
  background: #fffbcc;
}
.tree ul li.node.searched-focused > .content {
  background: #f0e68f;
}
.tree ul li.node.selected > .content {
  background: #682477;
}
.tree ul li.node.selected > .content > p {
  color: #fff;
}
.tree ul li.node.selected .content .contextual-btn {
  background: url(img/node-menu-selected.png) center top no-repeat;
}
.tree ul li.node .content .contextual-menu ol li.hovered {
  background: #682477;
}
.tree ul li.node .content .contextual-menu ol li.hovered p {
  color: #fff;
}
.hideMessage {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.hideMessage:hover,
.hideMessage:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.hideMessage {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.newAlert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.newAlert,
.newAlert h4 {
  color: #c09853;
}
.newAlert h4 {
  margin: 0;
}
.newAlert .hideMessage {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.newAlert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.newAlert-success h4 {
  color: #468847;
}
.newAlert-danger,
.newAlert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.newAlert-danger h4,
.newAlert-error h4 {
  color: #b94a48;
}
.newAlert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.newAlert-info h4 {
  color: #3a87ad;
}
.newAlert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.newAlert-block > p,
.newAlert-block > ul {
  margin-bottom: 0;
}
.newAlert-block p + p {
  margin-top: 5px;
}
.regroupement1 {
  background: #333;
  font-size: 1.1em;
  font-weight: bold;
  color: #ccc;
}
.regroupement2 {
  background: #ccc;
  font-size: 1.1em;
  font-weight: bold;
}
.previousValue {
  background: #efefef;
  color: #bbb;
  font-size: 1.1em;
}
.alignRight {
  text-align: right !important;
}
.survolTest {
  background-color: #b2b4d6 !important;
  color: #fff;
  cursor: pointer;
}
div.info {
  display: inline-block;
  padding: 10px;
  width: 300px;
  border: 1px solid #682477;
}
td.evolution_case {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-top: 1px solid #555555;
}
.ev13695:before {
  font-family: FontAwesome;
  content: "\f063";
  /* color: #42f45c; */
  color: #26c6da;
}
.ev13693:before {
  font-family: FontAwesome;
  content: "\f062";
  /* color: red; */
  color: #fc4b6c;
}
.ev13694:before {
  font-family: FontAwesome;
  content: "\f061";
  color: #555555;
}
.evSelected {
  border-collapse: separate !important;
  border-width: 4px !important;
  /* border-color: #682477 !important; */
  border-color: #7460ee !important;
}
#matriceFGC {
  display: table;
  margin: 20px 0px 20px 20px;
}
#rowOne {
  display: table-row;
  width: 100%;
  height: 250px;
}
#rowTwo {
  display: table-row;
  width: 100%;
}
#columnOneLeft {
  display: table-cell;
  vertical-align: top;
}
#columnOneRight {
  display: table-cell;
  vertical-align: bottom;
}
#columnTwoLeft {
  display: table-cell;
  vertical-align: bottom;
}
#columnTwoRight {
  display: table-cell;
  vertical-align: top;
}
#frequenceMessage,
#criticiteMessage {
  display: block;
  text-align: center;
  font-weight: bold;
  /*
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    height: 250px;
    width: 20px;
    */
}
#frequence {
  display: table;
  width: 500px;
  height: 250px;
}
#criticite {
  display: table;
  width: 500px;
  height: 250px;
}
#criticiteType {
  display: table;
  width: 500px;
  margin-left: 25px;
  height: 250px;
}
#gravite,
#pourMaitrise {
  display: table;
  width: 500px;
  height: 100%;
}
#graviteDescription {
  display: table;
  width: 500px;
  height: 100%;
}
#graviteNum,
#maitriseNum,
#maitriseLibelle {
  display: table-row;
  cursor: pointer;
  height: 35px;
}
#graviteCouleur,
#maitriseCouleur {
  display: table-row;
  cursor: pointer;
  height: 35px;
}
#graviteLibelle {
  display: table-row;
  cursor: pointer;
  height: 40px;
}
#graviteMessage,
#maitriseMessage {
  display: block;
  text-align: center;
  font-weight: bold;
}
#impact {
  display: table;
  width: 500px;
  height: 100%;
}
.impactLibelle {
  padding-right: 30px;
}
.colpick {
  z-index: 9999;
}
.table-libelles {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  font-size: 10pt;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.table-libelles td {
  vertical-align: top;
  line-height: 20px;
  text-align: left;
}
.ui-selecting {
  background: #DE7AF4;
}
.ui-selected {
  background: #672376;
  color: white;
}
/* cases de couleur index.html.twig (cricicité type, niveau de maitrise) :*/
.cell3 p span,
.cell4 p span {
  display: inline-block;
  width: 50px;
  height: 18px;
}
#frequence div[id^="freq_"],
#graviteDescription div {
  border-bottom: 1px solid #ddd;
}
#recadreCriticite {
  float: left;
  background-color: #adff2f;
}
#criticiteType div[id^="crit_"] {
  border-bottom: 1px solid #ddd;
}
#contentMatriceRisque {
  margin: 0;
}
#contentMatriceRisque,
#contentMatriceMC {
  background-color: #eeeeee;
  margin-top: 10px;
}
.table .tableHeader {
  border-bottom: none;
}
.color-box {
  vertical-align: top;
}
.liensShowHideMatrices {
  position: relative;
}
#repTabMatRisques,
#repTabMatPrio {
  padding-left: 10px;
}
.affMatRisque,
.affMatMait {
  display: inline-block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #963fa9;
  /*a43dba*/
  color: #fff;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
  font-family: "Poppins", Helvetica, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.affMatRisque:hover,
.affMatMait:hover,
.liensShowHideMatrices .active {
  text-decoration: none;
  background-color: #8B8B8B;
  color: #fff;
}
.liensShowHideMatrices .active {
  background-color: #fff;
  color: #682477;
}
/* tableaux représentant les matrices */
#matriceMC,
#matriceFGC {
  margin-left: 35px;
}
/* cases matrice */
#matriceMC tr .color-box,
#matriceFGC tr .color-box {
  border: 1px dotted #eee;
}
/* libellés des risques dans la matrice */
#matriceMC p[id^="prio"],
#matriceFGC p[id^="crit"] {
  margin: 0;
  text-indent: -20px;
  padding-left: 20px;
  cursor: pointer;
}
#matriceMC p a img,
#matriceFGC p a img {
  margin-right: 5px;
}
.infoPresence {
  z-index: 999;
  position: absolute;
  /*top:10px;
    left:200px;*/
  width: 280px;
  background-color: #a8a8a8;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 5px;
}
/*#edit_risque,
#edit_risque:hover,
#btn_cancel_risque,
#btn_cancel_risque:hover,
#btn_update_risque,
#btn_update_risque:hover
{
    width:65px;
}*/
.colpick {
  position: absolute;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  background: #ebebeb;
  border: 1px solid #bbb;
  border-radius: 5px;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*Color selection box*/
.colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}
.colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  /* IE8 */
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  /* IE8 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
/*Circular color selector*/
.colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%;
}
.colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}
.colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}
.colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}
/*New color box*/
.colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field,
.colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
.colpick_rgb_r {
  top: 40px;
  left: 207px;
}
.colpick_rgb_g {
  top: 67px;
  left: 207px;
}
.colpick_rgb_b {
  top: 94px;
  left: 207px;
}
.colpick_hsb_h {
  top: 40px;
  left: 277px;
}
.colpick_hsb_s {
  top: 67px;
  left: 277px;
}
.colpick_hsb_b {
  top: 94px;
  left: 277px;
}
.colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
  border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
}
/*Text inputs*/
.colpick_field input,
.colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}
.colpick_hex_field input {
  right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}
.colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595;
}
.colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
.colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}
/*full layout with no submit button*/
.colpick_full_ns .colpick_submit,
.colpick_full_ns .colpick_current_color {
  display: none;
}
.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}
.colpick_full_ns .colpick_rgb_r,
.colpick_full_ns .colpick_hsb_h {
  top: 42px;
}
.colpick_full_ns .colpick_rgb_g,
.colpick_full_ns .colpick_hsb_s {
  top: 73px;
}
.colpick_full_ns .colpick_rgb_b,
.colpick_full_ns .colpick_hsb_b {
  top: 104px;
}
.colpick_full_ns .colpick_hex_field {
  top: 135px;
}
/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s,
.colpick_rgbhex .colpick_hsb_b {
  display: none;
}
.colpick_rgbhex {
  width: 282px;
}
.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
  width: 68px;
}
.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}
.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}
/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns .colpick_submit,
.colpick_rgbhex_ns .colpick_current_color {
  display: none;
}
.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}
/*hex layout*/
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_rgb_r,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_b {
  display: none;
}
.colpick_hex {
  width: 206px;
  height: 201px;
}
.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}
.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}
.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}
.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}
.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}
/*hex layout, no submit button*/
.colpick_hex_ns .colpick_submit,
.colpick_hex_ns .colpick_current_color {
  display: none;
}
.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}
.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}
/*Dark color scheme*/
.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
  outline-color: #333;
}
.colpick_dark .colpick_hue {
  border-color: #555;
}
.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}
.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}
.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}
.colpick_dark .colpick_focus {
  border-color: #444;
}
.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}
.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}
#div_geoloc {
  position: absolute;
  left: 0;
  font-size: 1.2em;
  width: 100%;
  background-color: transparent;
  color: #fff;
  z-index: 0;
}
footer img {
  margin-top: 3px;
  margin-right: 10px;
}
/*liens*/
/*#englobeListeEtTabElement{float:none;background-color:#E5E5E5;}*/
#tab1accueil .nav-tabs {
  background-color: #E5E5E5;
  float: left;
  margin: 0;
}
#tab1accueil .nav-tabs li {
  display: block;
}
#tab1accueil .nav-tabs li a {
  padding: 0;
  padding-left: 7px;
  font-size: 13px;
  color: #333;
  height: 40px;
  width: 250px;
  line-height: 40px;
  display: inline-block;
  /*border:1px solid red;*/
}
/*suppresion du petit triangle*/
#tab1accueil .nav-tabs li.active > a::before {
  content: "";
}
#tab1accueil .nav-tabs li:hover {
  background-color: #bababa;
  /*666666*/
  color: #fff;
}
#tab1accueil .nav-tabs .active a,
#tab1accueil .nav-tabs .active:hover,
#tab1accueil .nav-tabs .active {
  /*    background-image:none;*/
  background-color: #98a039;
  color: #fff;
}
#tab1accueil .nav-tabs .active .ico {
  background-position-x: -32px;
}
#home {
  padding-top: 15px;
}
i.ico {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url('img/SpriteAccueil.png');
  background-repeat: no-repeat;
  margin-right: 5px;
  background-position: -16px 0;
}
i#icoAccueil {
  background-position: -16px -80px;
}
i#icoEntite {
  background-position: -16px -64px;
}
i#icoSinistre {
  background-position: -16px -144px;
}
i#icoAssiette,
i#icoCouverture {
  background-position: -16px -160px;
}
i#icoPolice {
  background-position: -16px -96px;
}
i#icoRecommandation {
  background-position: -16px -112px;
}
i#icoRisque {
  background-position: -16px -128px;
}
i#icoControle {
  background-position: -16px -48px;
}
i#icoAudit {
  background-position: -16px -32px;
}
i#icoAnalyse {
  background-position: -16px -16px;
}
/*i#icoCouverture{
    background-position: -16px -16px;
}*/
i#icoTutoriels {
  background-position: -16px 0;
}
/*contenus*/
#tab1accueil .tab-content {
  width: 870px;
}
#tab1accueil .tab-content .tab-pane {
  width: 850px;
  height: 450px;
  padding: 10px;
  margin: 0;
  overflow: auto;
}
.BlackPerso {
  background-color: #3A3C45;
}
.BlackPerso > p,
.BlackPerso > span {
  color: white;
}
input.autonumField {
  text-align: right;
}
.label.label-risque {
  position: relative;
  font-size: 14px;
  text-shadow: 0;
  margin-right: 5px;
  bottom: 4px;
}
.label.label-blue-3 {
  background-color: #64B5F6;
  color: #FFFFFF;
}
.label.label-orange-9 {
  background-color: #E65100;
  color: #FFFFFF;
}
.label.label-green-5 {
  background-color: #4CAF50;
  color: #FFFFFF;
}
.label.label-red-5 {
  background-color: #F44336;
  color: #FFFFFF;
}
.label.label-grey-5 {
  background-color: #BDBDBD;
  color: #FFFFFF;
}
.tableQuestion {
  width: 1100px;
  margin: 5px auto 5px auto;
}
.tableQuestionTitle {
  font-weight: bold;
  text-align: right;
  width: 140px;
  padding-right: 5px;
}
.questionnaireTable tbody tr td {
  max-width: 150px;
}
.questionOrdre {
  width: 50px;
}
.question {
  width: 270px !important;
}
.select2-container.unitQuestion {
  width: 80px !important;
}
.infoBulle {
  background-image: url("img/info-bulle.png");
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 16px;
  float: left;
}
.labelBulle {
  display: block;
  width: 260px;
  float: right;
}
.questionAlertLabel {
  background-color: #FCF8E3;
  border-color: #F0AD4E;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  padding: 5px;
  text-align: right;
}
.questionAlertLabel:empty {
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
}
.trbltDeTerre,
.cyclone,
.risque_pays,
.risque_secu {
  z-index: 999999;
  text-align: left;
  font-weight: normal;
  padding: 5px;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  color: #333;
  display: none;
  /* -border-radius : 12px;
    -webkit-border-radius :12px;
    -o-webkit-border-radius : 12px;*/
  -box-shadow: 5px 5px 10px 0px rgba(30, 30, 30, 0.5);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(30, 30, 30, 0.5);
  -o-box-shadow: 5px 5px 10px 0px rgba(30, 30, 30, 0.5);
}
.span5:hover .trbltDeTerre,
.span5:hover .cyclone,
.span5:hover .risque_pays,
.span5:hover .risque_secu {
  display: inline-block;
}
.pourGraph {
  display: inline block;
  float: left;
  width: 580px;
  margin-right: 5px;
}
.ligne > .ligne {
  background-color: #672477;
  height: 30px;
  color: #fff;
  width: 1160px;
  font-family: "Poppins", Helvetica, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 0;
}
.ligne2 {
  float: left;
  background-color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
i.fci {
  display: inline-block;
}
i.fci.fci-16 {
  width: 16px;
  height: 16px;
}
i.fci.fci-16.fci-16-cancel {
  background-image: url("../images/fatcow16/cancel.png");
}
#suggest a {
  color: red;
}
#suggest p {
  margin: 5px;
}
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  top: 0;
  right: -230px;
  width: 230px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.control-sidebar {
  height: 100%;
  top: -40px;
  right: -230px;
  width: 230px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  position: absolute;
  /*padding-top:50px;*/
  z-index: 1010;
}
.control-sidebar > .tab-content {
  padding: 10px 15px;
}
.control-sidebar.control-sidebar-open {
  right: 0px;
}
.control-sidebar.control-sidebar-open .control-sidebar-bg {
  right: 0;
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}
.control-sidebar-menu > li > a:before {
  content: " ";
  display: table;
}
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
  clear: both;
}
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}
.control-sidebar-menu .progress {
  margin: 0;
}
.control-sidebar-dark {
  color: #b8c7ce;
  background: #222d32;
}
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #ffffff;
}
.control-sidebar-dark + .control-sidebar-bg {
  background: #222d32;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #181f23;
  color: #b8c7ce;
  border-left-color: #141a1d;
  border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  border-left-color: #141a1d;
  border-bottom-color: #141a1d;
  background: #1c2529;
  color: #ffffff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #141a1d;
  border-bottom-color: #141a1d;
  background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #222d32;
  color: #ffffff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #1e282c;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #b8c7ce;
}
.control-sidebar-light {
  color: #5e5e5e;
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111111;
}
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de;
  background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #444444;
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111111;
}
.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e;
}
/* <---- classes */
.not-selectionnable {
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  cursor: default;
}
.relatived {
  position: relative;
  left: 0;
  top: 0;
}
.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.floatl {
  position: relative;
  left: 0;
  top: 0;
  float: left;
}
.floatr {
  position: relative;
  left: 0;
  top: 0;
  float: right;
}
.unmarged {
  margin: 0;
  padding: 0;
}
.blocked {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.columnDragHelper {
  border: solid 1px #333;
  background: #ddd;
}
.node-drag-helper {
  margin-top: 20px;
  padding: 5px;
  border: solid 1px #aaa;
  background: #eee;
  z-index: 1000;
}
.contextual-menu {
  display: none;
}
.tab-pane {
  overflow-x: hidden;
}
.tab-content {
  /*background-color : #fff;*/
  /*display : inline-block;*/
  /*float:left;*/
  margin-top: 0;
}
/*acueil : onglets et graphes (christophe)*/
#tab2element1,
#tab2element2,
#tab2element3,
#tab2element4,
#tab2element5,
#tab2element6,
#tab2element7,
#tab2element8,
#tab2element9 {
  float: left;
  width: 1110px;
  min-height: 380px;
  /*height : auto/*313px*/
}
#tab2element1 {
  height: 800px;
}
.conteneur_onglet {
  width: 460px;
  float: left;
}
/*.gauche2{width:500px;background-color:red;}*/
.conteneur_onglet .gauche,
.conteneur_onglet .gauche2 {
  float: left;
  width: 450px;
  height: 200px;
  margin-right: 10px;
  margin-bottom: 15px;
  background-color: #fff;
}
.conteneur_onglet .gauche2 {
  background-color: #3a3c45;
  height: auto;
}
.conteneur_onglet .gauche p {
  color: #333;
  margin: 5px;
}
.btMesEntites {
  background-color: #BABABA;
  color: #333333;
  display: block;
  float: left;
  font-weight: bold;
  height: 30px;
  padding-top: 5px;
  text-align: center;
  width: 200px;
  margin-left: 340px;
}
.btMesEntites:hover {
  background-color: white;
  color: #333;
  text-decoration: none;
}
.btIncident {
  width: 490px;
  height: 50px;
  margin-left: 197px;
  margin-top: -10px;
}
.btAssiette {
  width: 450px;
  height: 50px;
  margin-left: 317px;
  margin-top: -10px;
}
#tab2element2 .conteneur_onglet .ligne a,
#tab2element3 .conteneur_onglet .ligne a,
#tab2element4 .conteneur_onglet .ligne a,
#tab2element5 .conteneur_onglet .ligne a,
#tab2element6 .conteneur_onglet .ligne a,
.btTabBord,
.gauche + div a,
.btIncident a,
.btAssiette a {
  display: block;
  float: left;
  width: 220px;
  height: 35px;
  margin: 0;
  margin-top: 10px ;
  margin-right: 25px;
  margin-bottom: 10px;
  padding-top: 15px;
  background-color: #bababa;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.gauche + div a {
  margin-top: -15px;
  margin-bottom: 0;
  padding: 0;
  line-height: 35px;
  height: 35px;
  width: 450px;
}
#tab2element2 .conteneur_onglet .ligne a:hover,
#tab2element3 .conteneur_onglet .ligne a:hover,
#tab2element4 .conteneur_onglet .ligne a:hover,
#tab2element5 .conteneur_onglet .ligne a:hover,
#tab2element6 .conteneur_onglet .ligne a:hover,
.btTabBord:hover,
.gauche + div a:hover,
.btIncident a:hover {
  text-decoration: none;
  background-color: #fff;
}
.conteneur_onglet .droite {
  float: left;
  width: 350px;
  background-color: #fff;
  color: #333;
}
#formRechEntite #inputRechEntite,
#formRechIncident #inputRechIncident {
  width: 310px;
}
#formRechEntite input[type=submit],
#formRechIncident input[type=submit] {
  width: 120px;
  margin-top: -10px;
  margin-left: 10px;
}
#container_graph {
  width: 100%;
  /*350px;*/
  height: 283px;
  float: left;
  margin-top: 10px;
}
#container_graphIncident {
  width: 350px;
  height: 250px;
  float: left;
}
#container_graphGauche {
  height: 240px;
}
#container_graphTabBord {
  width: 810px;
}
.ligne {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.carre,
.carre_der {
  float: left;
  width: 379px;
  margin-right: 16px;
  height: 200px;
  background-color: #fff;
}
.carre_der {
  margin-right: 0;
}
.transverseImg {
  display: inline-block;
  background-color: #fff;
}
.transverseImg span {
  margin-left: 10px;
  font-size: 18px;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #672674;
}
.transverseImg div {
  display: inline-block;
  height: 130px;
  background-repeat: no-repeat;
}
#s2id_deltaRM_Form_Police_Edit_admStructure {
  width: 200px;
}
#deltaRM_Form_Structure_latitude,
#deltaRM_Form_Structure_longitude {
  width: 207px;
  margin-left: -30px;
}
.labelStar {
  color: red;
  margin-right: 5px;
}
.colorPicker {
  border-right-width: 20px !important;
  border-right-style: solid !important;
}
/* boutons header (géoloc et déconnexion)*/
.btDeco,
.btGeoloc {
  display: inline-block;
  width: 120px;
  height: 21px;
  line-height: 21px;
  background-color: #fff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 1px solid #672377;
  text-align: center;
  color: #672377;
  position: relative;
}
.btGeoloc,
.btGeoloc:hover {
  border-color: #98a039;
  font-size: 10px;
  color: #98a039;
  text-transform: uppercase;
  /*margin-top:5px;*/
}
.btGeoloc span:first-child {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  background-image: url('../images/bt_geoloc.png');
  background-position: -9px -2px;
  width: 10px;
  height: 20px;
}
.btGeoloc span:last-child {
  /*display:inline-block;
    position:absolute;
    top:0;
    left:15px;*/
  margin-left: 10px;
}
input[type=number],
input[data-field-type=money],
input[data-field-type=float],
input[data-field-type=integer] {
  text-align: right;
}
input[data-field-type=money],
input[data-field-type=float],
input[data-field-type=integer] {
  width: 193px;
  padding-right: 12px;
}
.treeDeployAll,
.treeUndeployAll {
  display: inline-block;
  margin-top: 5px;
  margin-left: 7px;
  width: 30px;
  height: 21px;
  background-image: url(../images/btDeploitTout2.png);
  opacity: .8;
  background-size: .9;
  background-repeat: no-repeat;
}
.treeUndeployAll {
  margin-left: 0px;
  width: 25px;
  background-image: url(../images/btReplieTout2.png);
}
.pnspinner {
  background-image: url('../images/spinner.gif');
  width: 36px;
  height: 36px;
}
.pnrecom {
  background-image: url('../css/img/recommandation.png');
  background-size: 28px 20px;
  width: 28px;
  height: 20px;
  background-repeat: no-repeat;
}
/* Records */
.records {
  padding-top: 4px;
}
/* delta transverse / organisation icone d'info détails entité (christophe)*/
.moreInfo {
  background-image: url('../images/pictoInfoOrg.png');
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-right: 2px;
}
#footer,
#header {
  vertical-align: middle;
  position: fixed;
  z-index: 1000;
}
#conteneur {
  margin-top: 60px;
  margin-bottom: 20px;
}
#conteneur.decalagesuperieur {
  margin-top: 89px;
}
#zonerecherche .ui-slider {
  width: 130px;
  border-radius: 12px;
  height: 5px;
  margin: 15px 10px 0;
  background: url("custom-theme/images/ui-bg_flat_100_000000_40x100.png") repeat-x scroll 50% 50% #000000;
}
#zonerecherche .ui-slider .ui-widget-header {
  background: url("custom-theme/images/ui-bg_flat_35_8f5baa_40x100.png") repeat-x scroll 50% 50% #8f5baa;
}
#zonerecherche .ui-slider .ui-state-default,
#zonerecherche .ui-slider .ui-widget-content .ui-state-default,
#zonerecherche .ui-slider .ui-widget-header .ui-state-default {
  background: url("custom-theme/images/ui-icons_ffffff_256x240.png") repeat-x scroll 50% 50% #ffffff;
}
.btmoins {
  width: 27px;
  height: 27px;
  background: url(../img/picto_moins.png) top left no-repeat;
  display: block;
}
.btplus {
  width: 27px;
  height: 27px;
  background: url(../img/picto_plus.png) top left no-repeat;
  display: block;
}
.modal.w50 {
  width: 600px;
  margin-left: -300px;
}
#accueil {
  background-color: #ffffff;
}
#demo-input-facebook-theme,
.token-input-list-facebook {
  width: 95% !important;
  margin: 20px 0 30px 10px !important;
}
table.orderable .icon-caret-up,
table.orderable .icon-caret-down {
  display: block;
  padding-left: 3px;
}
.menuBlanc {
  background-color: #fff;
  margin-bottom: 20px;
}
.menuBlanc a.lienEdit {
  float: right;
  margin-top: 15px;
}
.menuBlanc h2 {
  height: 56px;
  line-height: 56px;
  margin: 0;
  font-size: 23px;
  font-weight: 400;
  color: #672376;
  padding: 0 20px;
  font-family: "Poppins", Helvetica, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn_hide {
  border: 2px solid #672376;
  float: right;
  color: #672376;
  border-radius: 12px;
  font-weight: 700;
  padding: 0 10px;
  margin: 16px 10px 0 0;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  display: none;
  font-family: "Poppins", Helvetica, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn_hide:hover {
  text-decoration: none;
  color: #672376;
}
.titre {
  font-weight: 700;
  text-align: right;
}
.row-fluid {
  border-bottom: 1px #e6e6e8 solid;
}
.row-fluid > div {
  min-height: 29px;
  line-height: 29px;
}
.sep_element {
  min-height: 20px;
  background-color: #d8d8d8;
}
.groupinfo {
  border-top: 4px #e6e6e8 solid;
}
.table_zone {
  overflow: auto;
  width: 640px;
  padding: 0 10px 0 10px;
}
.sortable-rank-up,
.sortable-rank-down {
  cursor: pointer;
}
.contact_table {
  margin: 0px 10px 0px 10px;
  width: 650px;
}
.text-vertical {
  height: 70px;
}
.text-vertical p {
  color: #333;
  border: 0px solid red;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 20px;
  height: 20px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  margin-top: 60px;
  font-weight: normal;
}
.fct_menu_type_P {
  font-size: 16px;
  color: #5EB6DD;
}
.fct_menu_type_S {
  font-size: 14px;
  margin-left: 30px;
}
.fct_menu_type_T {
  font-size: 14px;
  margin-left: 60px;
}
.fct_menu_type_O {
  font-size: 14px;
  margin-left: 60px;
}
.fct_menu_type_Ot,
.fct_menu_type_Tt {
  font-size: 14px;
  margin-left: 90px;
}
.clicked {
  /* background-color: #672376!important; */
  background-color: rgba(116, 97, 237, 0.6) !important;
  color: white!important;
}
.clicked_legende {
  background-color: #672376;
  color: white!important;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 2px;
}
.loading {
  text-align: center;
  margin-top: 40px;
}
.blocModule {
  margin: 0px!important;
}
.change_profil {
  display: none;
}
#form_add_profil {
  display: none;
}
.showEdit {
  display: none;
}
.funct_type_P {
  background-color: rgba(94, 182, 221, 0.1);
}
.link_header_profil {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
/*.link_header_profil a {
  color:white
}*/
.APT {
  background-color: #a09b4e;
}
.DPT {
  background-color: #9f1f42;
}
#tree-menu span .btn {
  color: #555555;
  border: 0;
  font-size: 12px;
}
.select2-input {
  min-width: 150px;
}
.select2-search .select2-input {
  min-width: 100%;
}
.edit_contact_form th {
  vertical-align: middle;
}
#calendar_box table {
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: white;
}
#calendar_box table td {
  padding: 0;
  margin: 0;
}
#calendar_box table th {
  color: white;
  background-color: #672376;
  font-size: 10px;
  vertical-align: middle;
}
.calendar_slot {
  width: 16.5%;
  height: 30px;
  border-left: 1px solid #eee;
}
.calendar_slot div {
  height: 30px;
  cursor: pointer;
}
.border_dotted {
  border-bottom: 1px dotted #999;
}
.border_dashed {
  border-bottom: 1px dashed #999;
}
.calendar_hour_index {
  text-align: center;
  vertical-align: top;
}
.calendar_hour_index div {
  position: absolute;
  margin-top: -8px;
  text-align: center;
}
.current_day {
  background-color: #eeeeee;
}
.slot_Programme {
  background-color: #b9121b;
  background-color: rgba(185, 18, 27, 0.5);
  color: black;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 2px;
}
.slot_Police {
  background-color: #8fcf3c;
  background-color: rgba(143, 207, 60, 0.5);
  color: black;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 2px;
}
.slot_Sinistre {
  background-color: #5eb6dd;
  background-color: rgba(94, 182, 221, 0.5);
  color: black;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 2px;
}
.slot_Risque {
  background-color: #b9b41b;
  background-color: rgba(185, 180, 27, 0.5);
  color: black;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 2px;
}
.slot_Programme_legende {
  background-color: #db888c;
  color: black;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 2px;
}
.slot_Police_legende {
  background-color: #c6e69d;
  color: black;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 2px;
}
.slot_Sinistre_legende {
  background-color: #aedaed;
  color: black;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 2px;
}
.slot_Risque_legende {
  background-color: #dbd98c;
  color: black;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 2px;
}
.calendar_menu {
  background-color: #555;
}
.calendar_menu table {
  width: 100%;
}
.calendar_menu table tr td {
  text-align: center;
  background-color: #3a3c45;
  color: white;
  padding: 5px 10px 5px 10px!important;
  font-family: "Poppins", Helvetica, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.calendar_menu table tr td:first-child {
  text-align: left;
}
.calendar_menu table tr td:last-child {
  text-align: right;
}
.gotoweek {
  color: white;
}
.gotoweek img {
  width: 15px;
  vertical-align: -3px;
}
.gotoweek:hover {
  color: #ccc;
  text-decoration: none;
}
#table_month {
  width: 100%;
  border: 1px solid #333;
}
#table_month tr td {
  text-align: center;
  border: 1px solid #333;
  height: 30px;
}
.pastille {
  border: 0;
  font-size: 9px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.pastilleSinistre {
  background-color: #5eb6dd;
  background-color: rgba(94, 182, 221, 0.5);
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
.pastillePolice {
  background-color: #8fcf3c;
  background-color: rgba(143, 207, 60, 0.5);
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
.pastilleProgramme {
  background-color: #b9121b;
  background-color: rgba(185, 18, 27, 0.5);
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
.pastilleRisque {
  background-color: #b9b41b;
  background-color: rgba(185, 180, 27, 0.5);
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
#calendar_month {
  border: 0;
  width: 100%;
}
#calendar_month tr td {
  border: 0px;
  height: 10px;
}
.rounded-corner {
  font-size: 12px;
  margin: 0;
  width: 450px;
  text-align: center;
  border-collapse: collapse;
}
.rounded-corner thead th.rounded {
  border: none;
}
.rounded-corner thead th.rounded-company {
  border: none;
  background: #682477;
  border-radius: 20px 0 0 0;
  -khtml-border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
}
.rounded-corner thead th.rounded-q4 {
  border: none;
  background: #682477;
  border-radius: 0 20px 0 0;
  -khtml-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
}
.rounded-corner th {
  width: 80px;
  color: white;
  padding: 8px;
  font-weight: normal;
  font-size: 13px;
  background: #682477;
}
.rounded-corner td {
  padding: 8px;
  background: white;
  border-top: 1px solid #fff;
  color: #669;
}
.rounded-corner tfoot td.rounded-foot-left {
  background: white;
  border-radius: 0 0 0 20px;
  -khtml-border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
}
.rounded-corner tfoot td.rounded-foot-right {
  background: white;
  border-radius: 0 0 20px 0;
  -khtml-border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
}
.rounded-corner tbody tr:hover td {
  background: #CCCCFF;
}
#bouton-sinistres {
  list-style-type: none;
  margin-left: 125px;
}
.fichier-fields {
  list-style: none;
  display: inline;
}
#s2id_deltaRM_Form_Police_Edit_admStructure {
  width: 200px;
}
/* vidéos */
.clear {
  clear: both;
  margin: 0px 0px;
  padding: 0px 0px;
}
#tablelinksvideos {
  /*  height: 300px;*/
  width: 400px;
  /*500*/
  /*  float: left;*/
}
#tablelinksvideos table {
  background-color: white;
  width: 450px;
  padding: 5px 5px;
}
#tablelinksvideos table tr th {
  color: black;
}
#tablelinksvideos table tr td a {
  color: black;
  padding: 10px 5px;
}
#videos {
  /*  height: 300px;
  width: 500px;400px;*/
  margin-left: 150px;
  float: left;
}
.tab-content video {
  max-height: 340px;
  max-width: 600px;
}
/*  Entités  */
#conteneur_onglet_entities {
  width: 500px;
  /*margin-top: 50px;*/
}
#ligne_entities {
  width: 200px;
}
.fullChecked {
  display: inline-block;
  background: url(img/bt_admin-03.png) no-repeat center center;
  background-size: 50%;
  width: 25px;
  height: 25px;
  float: right;
}
.halfChecked {
  display: inline-block;
  background: url(img/bt_admin-02.png) no-repeat center center;
  background-size: 50%;
  width: 25px;
  height: 25px;
  float: right;
}
.unChecked {
  display: inline-block;
  background: url(img/bt_admin-01.png) no-repeat center center;
  background-size: 50%;
  width: 25px;
  height: 25px;
  float: right;
}
.error_link {
  font-size: 20px;
  color: red;
}
.labelStar2 {
  color: blue;
  margin-right: 5px;
}
/* Permet de repositionner correctement le message d'erreur sur les select2 required */
.select2-offscreen,
.select2-offscreen:focus {
  left: auto !important;
  top: auto !important;
}
a.corporate {
  color: inherit;
  text-decoration: none !important;
}
.btn-deltarm {
  border: 2px solid #682477;
  color: #fff;
  background: #682477;
  margin-bottom: 20px;
  margin-top: 20px;
}
tr.odd {
  background-color: #FFFFFF !important;
}
tr.even {
  background-color: #EEEEEE !important;
}
tr.datatable_neverSaved {
  background-color: #FAFAFA !important;
}
tr.datatable_saved {
  background-color: #e7e8ea !important;
  color: #464a4e !important;
}
tr.datatable_finalised {
  background-color: #cce5ff !important;
  color: #004085 !important;
}
tr.datatable_validated {
  background-color: #d4edda !important;
  color: #155724 !important;
}
tr.datatable_unvalidated {
  background-color: #f8d7da !important;
  color: #721c24 !important;
}
tr.odd.selected,
tr.even.selected {
  background-color: rgba(104, 36, 119, 0.5) !important;
  color: #FFFFFF !important;
}
tr.odd:hover,
tr.even:hover {
  background-color: #779DFF !important;
}
header.navbar .navbar-inner .nav-collapse .user-account {
  line-height: 30px;
}
header.navbar .navbar-inner .nav-collapse .user-account a.link-fa {
  color: #333333;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  margin-right: 10px;
}
header.navbar .navbar-inner .nav-collapse .user-account a.link-fa[title]:hover:after {
  content: attr(title);
  color: #333;
}
header.navbar .navbar-inner .nav-collapse .user-account a.link-fa:hover {
  color: #672477;
}
header.navbar .navbar-inner .nav-collapse .user-account a.link-fa i.fa {
  font-size: 20px;
}
header.navbar .navbar-inner .nav-collapse .user-account a.link-fa .fa-stack {
  top: -5px;
  width: 20px;
  height: 20px;
}
header.navbar .navbar-inner .nav-collapse .user-account a.link-fa .calendar-text {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  width: 19px;
  text-align: center;
  position: relative;
  top: -40px;
  left: 14px;
  color: #662674;
}
#calendar .calendar-change-month {
  color: #672376;
  width: 100px;
  text-align: center;
  display: inline-block;
}
#calendar .calendar-change-month#calendar-prev {
  float: left;
}
#calendar .calendar-change-month#calendar-next {
  float: right;
}
#calendar .fc-toolbar {
  margin-bottom: 0px;
}
#calendar .fc-event {
  border-color: #672376;
  background-color: #B161C5 !important;
  cursor: pointer;
}
#calendar .fc-day-number {
  text-align: center;
}
.delta-color {
  color: #682477;
}
.delta-bg-color {
  background-color: #682477;
}
.zone-header.zone-header-search {
  font-size: 20px;
  height: 46px;
}
.zone-header.zone-header-search-mini {
  font-size: 20px;
  background-color: #3a3c45;
  height: 46px;
}
.btn.btn-rounded:hover {
  color: #FFFFFF;
  background-color: #682477;
}
a.dt-button {
  color: #333333;
  padding-left: 5px;
}
.action-tree {
  margin-left: 10px;
}
.clearable {
  background: #ffffff url(../images/clear.gif) no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;
  /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.clearable.x {
  background-position: right 5px center;
}
/* (jQ) Show icon */
.clearable.onX {
  cursor: pointer;
}
/* (jQ) hover cursor style */
.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/* Remove IE default X */
.newDataTables .select2-dropdown,
.newDataTables .ui-datepicker {
  -webkit-transform: translateY(-41px);
          transform: translateY(-41px);
}
.newDataTables .tree {
  font-size: 10pt;
}
.delta-grid > a > div {
  margin-bottom: 30px;
}
.progressBar {
  position: relative;
  height: 12px;
  margin-top: 20px;
  margin-bottom: 14px;
  background-color: rgba(104, 36, 119, 0.2);
}
.progressBarLine {
  height: 100%;
  background-color: rgba(104, 36, 119, 0.8);
}
#theTree span.k-treeview-leaf {
  height: 42px !important;
  /* garde une taille fixe au survol d'un item */
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.special > .btn,
.special > .btn:hover,
.special > .btn:focus,
.special > .btn:active,
.special > .btn.active {
  background: #ccc;
  color: black;
  /*border: 1px lightgrey;*/
}
.special > .btn {
  font-weight: normal;
}
.toggle.btn.btn-xs {
  border: none;
}
.select2-drop.select2-drop-above {
  -webkit-transform: translateY(-40px) !important;
          transform: translateY(-40px) !important;
}
.modal.fade {
  top: -100% !important;
}
.modal.fade.in {
  top: 10% !important;
}
.modalJournal {
  /*position: fixed !important;*/
  width: auto;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  /*top: 0px !important;*/
  /*left: 50% !important;*/
  /*margin-left: 0px !important;*/
  /*transform: translateX(-600px) !important;*/
}
.modalJournal .modal-body {
  max-height: 900px !important;
  height: auto;
}
@media screen and (max-height: 700px) {
  .modalJournal .modal-body {
    max-height: 400px !important;
    height: auto;
  }
}
.page-editor__element {
  position: absolute;
  top: -50px;
  left: 200px;
  z-index: 0;
}
.page-editor__cursor {
  -webkit-animation: page-editor__cursor 10s infinite both;
  animation: page-editor__cursor 10s infinite both;
  z-index: 100;
}
.page-editor__cursor {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
.snow {
  margin: 0;
  padding: 0;
  position: fixed;
  -ms-touch-action: none;
      touch-action: none;
  width: calc(98%);
  /* for borders */
  height: calc(98%);
  /* for borders */
  top: 0;
  left: 0;
  z-index: -1;
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(-400px, -125px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-400px, -125px);
  }
}
#duplicate-assessment-button {
  cursor: pointer;
  color: #533fd0;
  width: 25px;
  padding-top: 8px;
}
[id^=duplicate-measure-button] {
  cursor: pointer;
  color: #FFFFFF;
  width: 25px;
  padding-top: 8px;
}
[id^=duplicate-measure-button] {
  cursor: pointer;
  color: #FFFFFF;
  width: 25px;
  padding-top: 8px;
}
#duplicate-police-button {
  cursor: pointer;
  color: #FFFFFF;
  width: 25px;
  padding-top: 8px;
}
.actions-evaluations-details {
  margin: .5em;
}
.actions-buttons-list-parameters {
  display: inline-block;
  width: 30%;
}
.control-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  display: inline-block;
}
#workflow-risque .workflow-top-table-container {
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
#workflow-risque .workflow-top-table-container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#workflow-risque .workflow-top-table-container .more-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 26px;
}
#workflow-risque .workflow-top-table-container .more-actions .font-container {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
#workflow-risque .workflow-top-table-container .more-actions .font-container-rounded {
  border: 3px solid #7668EE;
  border-radius: 50%;
}
#workflow-risque .workflow-top-table-container .more-actions .journal .buttonJournal {
  font-size: 1.5em;
  margin-left: 20px;
}
#workflow-risque .workflow-top-table-container .more-actions .font-container i {
  font-size: 1.3em;
  color: #7668EE;
}
#content_details_action tr.dateAbandonBorder th,
#content_details_action tr.dateAbandonBorder td {
  border-top: none;
}
.modal-workflow-reject .modal-workflow-reject-motif.has-error {
  border: 1px solid #cd0a0a;
}
.disabled {
  cursor: not-allowed !important;
  background-color: #ccc !important;
  opacity: 0.3;
  color: #533fd0 !important;
  border: #7461ed 2px solid;
  pointer-events: none;
}
[disabled][readonly] {
  background-color: #FFF !important;
  border: none;
}
.hide-with-no-events {
  pointer-events: none;
  opacity: 0;
}
#modal-assign-controller-to-evaluation .table th,
#modal-assign-controller-to-evaluation .table td {
  border-top: none;
}
td.formRespLabel a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.containerTypeAnswer .select2-container .select2-choice {
  min-height: 26px;
  height: auto !important;
  overflow: auto !important;
}
.containerTypeAnswer .select2-container .select2-choice .select2-chosen {
  white-space: pre-line;
}
#detail-prime textarea {
  width: 100%;
}
.drm-notify-bottom-right {
  top: calc(-50%) !important;
}
#duplicate-assessment-button {
  cursor: pointer;
  color: #533fd0;
  width: 25px;
  padding-top: 8px;
}
.actions-evaluations-details {
  margin: .5em;
}
.actions-buttons-list-parameters {
  display: inline-block;
  width: 30%;
}
.control-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  display: inline-block;
}
.table .tableContent .rowsContent .rowsContainer .row .cell p {
  position: relative;
  left: 0;
  top: 0;
  padding: 3px 0 0 10px !important;
  margin: 0 auto;
  height: 19px;
  width: 95%;
  display: block;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#ui-datepicker-div {
  z-index: 4000 !important;
}
/*table.datatable td.sorting_1 {*/
@-webkit-keyframes "pulse-down" {
  80% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  95% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
}
@keyframes "pulse-down" {
  80% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  95% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
}
/*.btn {
    border: none;
    &:hover {
        border: none;
    }
    &:focus {
        border: none;
    }
    &:active {
        border: none;
    }
}
.btn.active {
    border: none;
}*/
table.dataTable td[class*="sorting_"] {
  background-color: rgba(104, 36, 119, 0.1) !important;
}
table.dataTable td.dataTables_empty {
  text-align: left !important;
}
table.dataTable tbody tr.selected {
  background-color: rgba(104, 36, 119, 0.5);
}
a [id*="_previous"] {
  width: auto;
}
a [id*="_next"] {
  width: auto;
}
.dt-button-collection {
  position: absolute;
}
.spinner {
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#d7dde8), to(#757f9a));
  background: linear-gradient(to top, #d7dde8, #757f9a);
  font-size: 100pt;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.new-table {
  color: #555555;
}
.new-table .dataTables_wrapper .row:first-child {
  background-color: white;
}
.new-table .dataTables_wrapper .dataTables_info {
  width: auto;
  font-size: 14px;
  padding-left: 15px;
}
.new-table table.dataTable.stripe tbody tr.odd {
  font-size: 9pt;
  line-height: 16px;
}
.new-table div.select2-container {
  /*min-width: 150px;*/
}
.new-table .btn.btn-rounded {
  font-size: 15px ;
  border-radius: 16px;
  color: #3f51b5;
  border-color: white;
  background: none;
}
.new-table .dt-buttons {
  padding-top: 0.755em;
}
.new-table .dt-buttons .btn.btn-rounded {
  font-size: 20px ;
}
.new-table button.dt-button.fa.fa-plus-square-o.fa-lg.btn.btn-mini.btn-rounded.btn-success {
  color: darkseagreen;
}
.new-table button.dt-button.fa.fa-trash-o.fa-lg.btn.btn-mini.btn-rounded.btn-alert {
  color: crimson;
}
.new-table .btn:hover,
.new-table .btn:focus,
.new-table .btn:active,
.new-table .btn.activated {
  background: #682477;
  color: #ffffff;
}
.new-table .btn.active {
  background: #682477;
  color: #ffffff;
}
.new-table .btn-danger2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b 0%, #bd362f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.new-table .btn-danger2.activated,
.new-table .btn-danger2:hover,
.new-table .btn-danger2:focus,
.new-table .btn-danger2:active,
.new-table .btn-danger2.activated {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b 0%, #bd362f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.new-table table.dataTable thead {
  background: #f1f1f1;
  /*            background: -webkit-linear-gradient(to top, #D7DDE8, #757F9A);
            background: linear-gradient(to top, #D7DDE8, #757F9A);*/
  /*color: white;*/
}
.new-table table.dataTable thead th {
  text-align: center;
}
.new-table table.dataTable thead th,
.new-table table.dataTable thead td {
  padding: 5px 18px;
}
.new-table table.dataTable thead [type="checkbox"]:not(:checked) + label:before,
.new-table table.dataTable thead [type="checkbox"]:checked + label:before {
  left: -8px;
}
.new-table table.dataTable thead [type="checkbox"]:not(:checked) + label:after,
.new-table table.dataTable thead [type="checkbox"]:checked + label:after {
  left: -4px;
}
.new-table table.dataTable td {
  border-left: solid 1px lightgray;
}
table.dataTable.display tbody tr {
  font-size: 9pt;
  line-height: 16px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: auto;
  height: auto;
}
.pulse-down {
  -webkit-animation: pulse-down 5s ease-in infinite;
  animation: pulse-down 5s ease-in infinite;
}
.yadcf-filter-range-date-seperator {
  width: 0px;
  margin: 0 !important;
}
.yadcf-filter-range-number-seperator {
  width: 0px;
  margin: 0 !important;
}
.yadcf-filter-range-date {
  display: block;
}
.yadcf-filter-range-number {
  display: block;
}
.yadcf-filter-range-number {
  width: 80px !important;
}
.yadcf-filter-wrapper {
  display: block !important;
  float: none;
}
.yadcf-filter-wrapper input[type="text"] {
  min-width: 70px;
}
.px300-wrap .yadcf-filter-wrapper input[type="text"] {
  min-width: 280px;
}
.select2-container.yadcf-filter {
  width: 100%;
}
mark {
  padding: 0;
  background: #f1c40f;
}
button.dt-button.buttons-columnVisibility {
  background: #ffffff;
  color: #682477;
  font-size: 15px;
  border-radius: 16px;
  text-align: left;
}
button.dt-button.buttons-columnVisibility:before {
  content: "\2295";
  font-size: large;
}
button.dt-button.buttons-columnVisibility.active {
  color: #FFFFFF;
  background-color: #682477;
}
button.dt-button.buttons-columnVisibility.active:before {
  content: "\2297";
  font-size: large;
}
td.data-number {
  text-align: right;
}
.searchable-zone {
  background: white;
  color: #555555;
  font-weight: bold;
}
.searchable-zone .textual {
  color: #555555;
  padding-top: 0.45em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #555555 !important;
}
#filtrer-sinistre,
#reinit-filtrer-sin {
  font-size: inherit;
}
.dataTables_filter label {
  font-size: 14px;
}
.dataTable tbody tr {
  height: 50px;
  max-height: 82px !important;
}
.px200 {
  /*width: 200px;*/
  max-width: 200px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.px300-wrap {
  /*width: 200px;*/
  max-width: 300px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.px300 {
  /*width: 300px;*/
  white-space: inherit !important;
  max-width: 300px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.DTS div.dataTables_scrollBody table {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody {
  background: white;
}
.tooltip-dt-text {
  display: none;
  width: 520px;
  background-color: black;
  opacity: 0.7;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 300;
}
div#dataTableQuestionnaire_contributeur_wrapper .row > div.span4 {
  width: 350px;
}
.bg-header-light {
  background: #eee !important;
}
.emphasis-info, .emphasis-info-light,
.emphasis-success, .emphasis-success-light {
    font-weight: bolder !important;
    box-shadow: -1px 1px 1px -1px #000;
}
.emphasis-info-light {
    background-color: #d0ebff;
}
.emphasis-info {
    background-color: #74c0fc;
}
.emphasis-success-light {
    background-color: #b2f2bb;
}
.emphasis-success {
    background-color: #51cf66;
}