/*!
 * Daruma Software
 *
 * @author  TiQal S.A.S
 * @support <http://www.darumasoftware.com>
 * @email   <support@tiqal.com>
 * @version 1.0.0
 * @license proprietary
!*/
/* jQuery UI Datepicker - v1.7.2 - 2013-05-14
 * http://jqueryui.com  */
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #555555;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
  position: absolute !important;
}
.ui-datepicker a:hover {
  text-decoration: none;
  color: #0098e8;
  transition: color 0.1s ease-in-out;
}
.ui-datepicker td:hover a {
  color: #0098e8;
  transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  border: none;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-left: 10px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f124";
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f125";
}
.ui-datepicker .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}
.ui-datepicker .ui-datepicker-current-day {
  background-color: #0098e8;
}
.ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}
.ui-datepicker-trigger {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  border: none;
  background: none;
  color: #555;
}
.ui-datepicker-trigger:before {
  content: "\f073";
}
.ui-datepicker-trigger:hover {
  color: #333;
}
.ui-datepicker-trigger:active,
.ui-datepicker-trigger:focus {
  -moz-outline-style: none;
  outline: none;
  outline: 0;
}
/* Select2  jQuery plugin
 * Copyright 2012 Igor Vaynberg */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  box-sizing: border-box;
  font-family: Helvetica, arial, verdana, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('../../../../images/icons/tools/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #f7f7f7;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  background: #f7f7f7;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../../../images/icons/tools/select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  padding: 3px 2px;
  margin: 0;
  outline: 0;
  border: 1px solid #aaa;
  min-height: 25px;
  background: #fff url('../../../../images/icons/tools/select2.png') no-repeat 100% -22px;
  background: url('../../../../images/icons/tools/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('../../../../images/icons/tools/select2-spinner.gif') no-repeat 100%;
  background: url('../../../../images/icons/tools/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f7f7f7;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px;
  border: 1px solid #aaa;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ffffff;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  margin-left: 0;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #ffffff;
  display: list-item;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../../../../images/icons/tools/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  max-height: 400px !important;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow-x: hidden;
  background-color: #fff;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 2px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('../../../../images/icons/tools/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 5px !important;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../../../../images/icons/tools/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.select2-all-none {
  margin: 0;
  padding: 3px 0 3px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.select2-all-none li {
  display: inline;
  list-style-type: none;
  padding: 0 5px;
  position: relative;
  margin-left: 0;
  cursor: pointer;
  line-height: 13px;
  color: #555;
  text-decoration: none;
}
.select2-all-none li:hover {
  color: #9F1A5C;
  text-decoration: underline;
}
@font-face {
  font-family: 'tinymce-small';
  src: url('/js/lib/tinymce/skins/lightgray/fonts/tinymce-small.eot');
  src: url('/js/lib/tinymce/skins/lightgray/fonts/tinymce-small.eot?#iefix') format('embedded-opentype'), url('/js/lib/tinymce/skins/lightgray/fonts/tinymce-small.woff') format('woff'), url('/js/lib/tinymce/skins/lightgray/fonts/tinymce-small.ttf') format('truetype'), url('/js/lib/tinymce/skins/lightgray/fonts/tinymce-small.svg#tinymce') format('svg');
  font-weight: normal;
  font-style: normal;
}
table.table-report-style {
  width: 100%;
  /* -------------------------- default -------------------------- */
  /* -------------------------- red -------------------------- */
  /* -------------------------- blue -------------------------- */
  /* -------------------------- green -------------------------- */
  /* -------------------------- orange -------------------------- */
}
table.table-report-style td {
  width: auto !important;
  padding: 10px 5px;
  overflow: hidden;
  word-break: normal;
}
table.table-report-style th {
  width: auto !important;
  padding: 10px 5px;
  font-weight: bolder;
  overflow: hidden;
  word-break: normal;
}
table.table-report-style.default {
  border-collapse: collapse;
}
table.table-report-style.default,
table.table-report-style.default tr,
table.table-report-style.default th,
table.table-report-style.default td {
  border: 1px solid #555;
}
table.table-report-style.default th {
  color: #ffffff;
  background-color: #555;
}
table.table-report-style.default tr:nth-child(even) {
  background-color: #fff;
}
table.table-report-style.default tr:nth-child(odd) {
  background-color: #fff;
}
table.table-report-style.red {
  border-collapse: collapse;
}
table.table-report-style.red,
table.table-report-style.red tr,
table.table-report-style.red th,
table.table-report-style.red td {
  border: 1px solid #dd4b39;
}
table.table-report-style.red th {
  color: #fff;
  background-color: #dd4b39;
}
table.table-report-style.red tr:nth-child(even) {
  background-color: #fff;
}
table.table-report-style.red tr:nth-child(odd) {
  background-color: #fff;
}
table.table-report-style.blue {
  border-collapse: collapse;
}
table.table-report-style.blue,
table.table-report-style.blue tr,
table.table-report-style.blue th,
table.table-report-style.blue td {
  border: 1px solid #0073b7;
}
table.table-report-style.blue th {
  color: #ffffff;
  background-color: #0073b7;
}
table.table-report-style.blue tr:nth-child(even) {
  background-color: #fff;
}
table.table-report-style.blue tr:nth-child(odd) {
  background-color: #fff;
}
table.table-report-style.green {
  border-collapse: collapse;
}
table.table-report-style.green,
table.table-report-style.green tr,
table.table-report-style.green th,
table.table-report-style.green td {
  border: 1px solid #00a65a;
}
table.table-report-style.green th {
  color: #ffffff;
  background-color: #00a65a;
}
table.table-report-style.green tr:nth-child(even) {
  background-color: #fff;
}
table.table-report-style.green tr:nth-child(odd) {
  background-color: #fff;
}
table.table-report-style.orange {
  border-collapse: collapse;
}
table.table-report-style.orange,
table.table-report-style.orange tr,
table.table-report-style.orange th,
table.table-report-style.orange td {
  border: 1px solid #f39c12;
}
table.table-report-style.orange th {
  color: #fff;
  background-color: #f39c12;
}
table.table-report-style.orange tr:nth-child(even) {
  background-color: #fff;
}
table.table-report-style.orange tr:nth-child(odd) {
  background-color: #fff;
}
/* -------------------------- mceMacros -------------------------- */
.mce-content-body .mceMacro {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  padding: 5px 5px 5px;
}
.mce-content-body .mceMacro:before {
  content: "@MACRO";
  display: inline-block;
  color: #999;
  padding: 0 5px 5px 0;
}
.mce-content-body .mceMacro.mceMacroChart:before {
  content: "@CHART";
}
.mce-content-body .mceMacro.mceMacroTable:before {
  content: "@TABLE";
}
.mce-content-body .mceMacro .macro-title {
  color: #555;
}
.mce-content-body .mceMacro .macro-preview,
.mce-content-body .mceMacro .macro-edit,
.mce-content-body .mceMacro .macro-delete {
  display: inline-block;
  padding: 0 4px;
  color: #555;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  cursor: pointer;
  float: right;
}
.mce-content-body .mceMacro .macro-preview:hover,
.mce-content-body .mceMacro .macro-edit:hover,
.mce-content-body .mceMacro .macro-delete:hover {
  background-color: #ccc;
}
.mce-content-body .mceMacro .macro-preview:-moz-read-only,
.mce-content-body .mceMacro .macro-edit:-moz-read-only,
.mce-content-body .mceMacro .macro-delete:-moz-read-only {
  cursor: not-allowed;
}
.mce-content-body .mceMacro .macro-preview:read-only,
.mce-content-body .mceMacro .macro-edit:read-only,
.mce-content-body .mceMacro .macro-delete:read-only {
  cursor: not-allowed;
}
.mce-content-body .mceMacro .macro-preview,
.mce-content-body .mceMacro .macro-edit {
  margin-right: 5px;
}
.mce-content-body .mceMacro .macro-preview {
  font-family: 'tinymce-small', Arial;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 13px;
  line-height: 13px;
  speak: none;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 13px;
}
.mce-content-body .mceMacro .macro-preview.active {
  background-color: #5f9be3;
  border-color: #5f9be3;
  color: #fff;
}
.mce-content-body .mceMacro .macro-preview:before {
  content: "\e019";
}
.mce-content-body .mceMacro > div {
  border: 1px solid #ccc;
  background-color: #fff;
}
.mce-content-body .mceMacro .macro-info dl {
  margin: 5px;
  overflow: hidden;
}
.mce-content-body .mceMacro .macro-info dl dt {
  background: #5f9be3;
  color: #fff;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  width: 160px;
}
.mce-content-body .mceMacro .macro-info dl dd {
  margin: 2px 0;
  padding: 5px 0;
}
.mce-content-body .mceMacro .macro-info img {
  width: 18px;
  height: 13px;
}
.mce-content-body .mceMacro.mceMacroChart .chart-colors p {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
}
.mce-content-body .mceMacro.mceMacroChart .chart-colors p + p {
  margin-left: 2px;
}
.mce-content-body .mceMacro .text-center {
  text-align: center;
}
.content.content-report .macro-title,
.content.content-section .macro-title {
  display: block;
  color: #555;
  text-align: center;
  font-size: 19px;
  margin: 15px 0;
  font-weight: normal;
}
.content.content-report .macro-edit,
.content.content-section .macro-edit,
.content.content-report .macro-delete,
.content.content-section .macro-delete {
  display: none;
}
div.report-head .report-title {
  width: 90%;
}
div.table-data table thead th {
  word-wrap: break-word;
  white-space: pre-wrap;
}
