﻿.ribbon-window-title {
  display: none !important;
}
#ribbon .ribbon-button-large .glyphicon {
  font-size: 3.8em;
}
#ribbon .ribbon-button-small .glyphicon {
  font-size: 1.1em;
  padding-top: 1px;
}
#ribbon {
  height: 114px;
  box-sizing: content-box;
}
#ribbon-hide {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
#ribbon .badge {
  margin-left: 7px;
  margin-top: -2px;
}
.ribbon-icon,
glyphicon {
  padding-bottom: 3px;
}
body.bodyNoPadding {
  padding-top: 0 !important;
}
.page {
  border: 1px solid #a5acb5;
  margin: 20px;
  padding: 15px;
  -webkit-box-shadow: #000000 0px 0px 10px;
  -moz-box-shadow: #000000 0px 0px 10px;
  box-shadow: #000000 0px 0px 10px;
  background: #FFF;
  behavior: url(/PIE.htc);
}
#ribbon {
  font-family: "Segoe UI", Verdana, Tahoma, Helvetica, sans-serif;
  cursor: default;
  font-size: 8pt;
  padding-top: 10px;
  background-color: #eaedf1;
  border-bottom: 1px solid #8b9097;
  -webkit-box-shadow: #8b9097 0px 1px 3px;
  -moz-box-shadow: #8b9097 0px 1px 3px;
  box-shadow: #8b9097 0px 1px 3px;
  overflow: hidden;
  behavior: url(/PIE.htc);
  z-index: 25;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#ribbon.backstage {
  height: auto;
  bottom: 0;
}
#ribbon .ribbon-window-title {
  text-align: center;
  color: #000;
  padding: 2px;
  font-size: 10pt;
  display: block;
}
#ribbon #ribbon-tab-header-strip {
  margin: 5px 0 0 10px;
  white-space: nowrap;
}
#ribbon .ribbon-tab-header {
  display: inline;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 8pt;
  color: #444;
  /*border: 1px solid #eaedf1;*/
  border-bottom: 1px solid #b6babf;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  position: relative;
  z-index: 40;
}
#ribbon.backstage .ribbon-tab-header {
  border-bottom: 1px solid #1f48a1;
}
#ribbon .ribbon-tab-header:hover {
  background: #f1f3f4;
  border: 1px solid #b6babf;
  margin: -1px 4px;
  cursor: pointer;
}
#ribbon.backstage .ribbon-tab-header {
  border-bottom: 1px solid #1f48a1;
}
#ribbon .ribbon-tab-header.sel,
#ribbon .ribbon-tab-header.sel:hover {
  background: #fff;
  margin: -1px 4px;
  border: 1px solid #b6babf;
  border-bottom: 1px solid #fff;
  cursor: default;
  z-index: 45;
}
#ribbon .ribbon-tab-header.file {
  padding: 5px 20px;
  background: #2860b3;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4488e5), to(#2860b3));
  background: -moz-linear-gradient(#4488e5, #2860b3);
  -pie-background: linear-gradient(#4488e5, #2860b3);
  border: 1px solid #1f48a1;
  margin: -1px 4px;
  border-bottom: 1px solid #4488e5;
  cursor: default;
  color: #fff;
}
#ribbon .ribbon-tab-header.file:hover {
  background: #3870c3;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5498f5), to(#3870c3));
  background: -moz-linear-gradient(#5498f5, #3870c3);
  -pie-background: linear-gradient(#5498f5, #3870c3);
  border: 1px solid #1f48a1;
  cursor: pointer;
  border-bottom: 1px solid #4488e5;
  z-index: 55;
  position: relative;
}
#ribbon .ribbon-tab-header.file.sel {
  background: #4488e5;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2860b3), to(#4488e5));
  background: -moz-linear-gradient(#2860b3, #4488e5);
  -pie-background: linear-gradient(#2860b3, #4488e5);
  border: 1px solid #1f48a1;
  cursor: pointer;
  border-bottom: 1px solid #4488e5;
  z-index: 55;
  position: relative;
}
#ribbon .ribbon-tab {
  height: 90px;
  padding: 5px;
  margin-top: 5px;
  border-top: 1px solid #b6babf;
  background: #ffffff url('rib-back.png') repeat-x bottom;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eaedf1));
  background: -moz-linear-gradient(#ffffff, #eaedf1);
  /*-pie-background: linear-gradient(#ffffff, #eaedf1);*/
  overflow: hidden;
  min-width: 500px;
  behavior: url(/PIE.htc);
  z-index: 30;
  -pie-watch-ancestors: 2;
}
#ribbon .ribbon-tab.file {
  padding: 0;
  margin-top: 5px;
  border-top: 1px solid #1f48a1;
  background-color: #4488e5;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#4488e5, endColorstr=#ffffff);
  background-image: -moz-linear-gradient(left, #4488e5 15%, #ffffff 100%);
  background-image: -webkit-linear-gradient(left, #4488e5 15%, #ffffff 100%);
  background-image: -ms-linear-gradient(left, #4488e5 15%, #ffffff 100%);
  background-image: linear-gradient(left, #4488e5 15%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #4488e5 15%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(15%, #4488e5), color-stop(100%, #ffffff));
  overflow: hidden;
  min-width: 500px;
  z-index: 30;
}
#ribbon .ribbon-backstage {
  display: none;
}
#ribbon.backstage .ribbon-backstage {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: #FFF;
}
#ribbon .section-title {
  color: #5B626C;
  text-align: center;
  clear: left;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}
#ribbon .ribbon-section {
  float: left;
  position: relative;
  height: 82px;
}
#ribbon .ribbon-section-sep {
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #fff;
  margin: 0 5px;
  height: 75px;
  position: relative;
  width: 0;
  float: left;
}
#ribbon .ribbon-button {
  padding: 4px 6px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
#ribbon .ribbon-button-large {
  text-align: center;
  /*height: 58px;*/
  min-width: 44px;
  float: left;
}
#ribbon .ribbon-button-small {
  padding: 3px 4px;
  text-align: left;
}
#ribbon .ribbon-button .button-help {
  display: none;
}
#ribbon .ribbon-button .button-title {
  color: #444;
}
#ribbon .ribbon-button-large .button-title {
  clear: left;
  display: block;
}
#ribbon .ribbon-button-large .ribbon-icon {
  margin: auto;
}
#ribbon .ribbon-button-small .ribbon-icon {
  width: 16px;
  height: 16px;
  float: left;
  clear: left;
  margin: -1px 5px 0px 1px;
}
#ribbon .ribbon-button .ribbon-icon.ribbon-hot,
#ribbon .ribbon-button .ribbon-icon.ribbon-disabled {
  display: none;
}
#ribbon .ribbon-button-large .ribbon-icon.ribbon-normal {
  display: block;
}
#ribbon .ribbon-button:hover .ribbon-icon.ribbon-normal {
  display: none;
}
#ribbon .ribbon-button-large:hover .ribbon-icon.ribbon-hot {
  display: block;
}
#ribbon .ribbon-button-small .ribbon-icon.ribbon-normal {
  display: inline;
}
#ribbon .ribbon-button-small:hover .ribbon-icon.ribbon-hot {
  display: inline;
}
#ribbon .ribbon-button:hover,
#ribbon .ribbon-button.sel {
  border: 1px solid #F1C43F;
  background: #fdeeb3;
  cursor: pointer;
}
#ribbon .ribbon-button:active {
  border: 1px solid #F1C43F;
  background: #F1C43F;
  cursor: pointer;
}
#ribbon .ribbon-button.disabled .ribbon-icon,
#ribbon .ribbon-button.disabled:hover .ribbon-icon {
  display: none;
}
#ribbon .ribbon-button.disabled .ribbon-icon.ribbon-disabled {
  display: block;
  opacity: 0.8;
}
#ribbon .ribbon-button.disabled .ribbon-icon.ribbon-implicit-disabled {
  opacity: 0.4;
}
#ribbon .ribbon-button.disabled:hover {
  border: 1px solid transparent;
  background: transparent;
  cursor: default;
}
#ribbon .ribbon-button.disabled:active {
  border: 1px solid transparent;
  background: transparent;
  cursor: default;
}
#ribbon .ribbon-button.disabled .button-title {
  color: #888;
}
.ribbon-tooltip {
  font-family: "Segoe UI", Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 10pt;
  position: fixed;
  z-index: 5000;
  border: 1px solid #8b9097;
  background-color: #e5e5f0;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e5e5f0));
  background: -moz-linear-gradient(#ffffff, #e5e5f0);
  -pie-background: linear-gradient(#ffffff, #e5e5f0);
  padding: 5px;
  -webkit-box-shadow: #c6c9cd 1px 1px 3px;
  -moz-box-shadow: #c6c9cd 1px 1px 3px;
  box-shadow: #c6c9cd 1px 1px 3px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  width: 200px;
  top: 150px !important;
}
.palette-container {
  position: fixed;
  width: 400px;
  right: 0;
  top: 125px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(234, 237, 241, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(234, 237, 241, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(234, 237, 241, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#cceaedf1', GradientType=0);
  -webkit-box-shadow: #8b9097 0 1px 3px;
  box-shadow: #8b9097 0 1px 3px;
  border: 1px solid #8b9097;
  padding: 10px;
  z-index: 10;
}
.palette-container .palette h1 {
  font-size: 24px;
  margin-top: 0;
}
.library-content.images .photo-item {
  width: 80px;
  height: 80px;
  margin: 0 10px 10px 0;
}
/*!
 * Handsontable 0.11.4
 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs
 *
 * Copyright 2012-2014 Marcin Warpechowski
 * Licensed under the MIT license.
 * http://handsontable.com/
 *
 * Date: Tue Oct 07 2014 21:47:07 GMT+0200 (CEST)
 */
.handsontable {
  position: relative;
}
.handsontable .hide {
  display: none;
}
.handsontable .relative {
  position: relative;
}
.handsontable.htAutoColumnSize {
  visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
}
.handsontable table,
.handsontable tbody,
.handsontable thead,
.handsontable td,
.handsontable th,
.handsontable div {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.handsontable table.htCore {
  border-collapse: separate;
  /*it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit*/
  position: relative;
  /*this actually only changes appearance of user selection - does not make text unselectable
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  /*user-select: none; /*no browser supports unprefixed version*/
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  /* reset bootstrap table style. for more info see: https://github.com/handsontable/jquery-handsontable/issues/224 */
  max-width: none;
  max-height: none;
}
.handsontable col {
  width: 50px;
}
.handsontable col.rowHeader {
  width: 50px;
}
.handsontable th,
.handsontable td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px 0 4px;
  /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
  background-color: #FFF;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
  /* preserve new line character in cell */
}
.handsontable td.htInvalid {
  background-color: #ff4c42 !important;
  /*gives priority over td.area selection background*/
}
.handsontable td.htNoWrap {
  white-space: nowrap;
}
.handsontable th:last-child {
  /*Foundation framework fix*/
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.handsontable tr:first-child th.htNoFrame,
.handsontable th:first-child.htNoFrame,
.handsontable th.htNoFrame {
  border-left-width: 0;
  background-color: white;
  border-color: #FFF;
}
.handsontable th:first-child,
.handsontable td:first-child,
.handsontable .htNoFrame + th,
.handsontable .htNoFrame + td {
  border-left: 1px solid #CCC;
}
.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top: 1px solid #CCC;
}
.handsontable thead tr:last-child th {
  border-bottom-width: 0;
}
.handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}
.handsontable th {
  background-color: #EEE;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
.handsontable thead th {
  padding: 0;
}
.handsontable th.active {
  background-color: #CCC;
}
.handsontable thead th .relative {
  padding: 2px 4px;
}
/* plugins */
.handsontable .manualColumnMover {
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  width: 5px;
  height: 25px;
  z-index: 999;
  cursor: move;
}
.handsontable .manualRowMover {
  position: fixed;
  left: -4px;
  top: 0;
  background-color: transparent;
  height: 5px;
  width: 50px;
  z-index: 999;
  cursor: move;
}
.handsontable .manualColumnMoverGuide,
.handsontable .manualRowMoverGuide {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #CCC;
  width: 25px;
  height: 25px;
  opacity: 0.7;
  display: none;
}
.handsontable .manualColumnMoverGuide.active,
.handsontable .manualRowMoverGuide.active {
  display: block;
}
.handsontable .manualColumnMover:hover,
.handsontable .manualColumnMover.active,
.handsontable .manualRowMover:hover,
.handsontable .manualRowMover.active {
  background-color: #88F;
}
/* row + column resizer*/
.handsontable .manualColumnResizer {
  position: fixed;
  top: 0;
  cursor: col-resize;
  z-index: 110;
  width: 5px;
  height: 25px;
}
.handsontable .manualRowResizer {
  position: fixed;
  left: 0;
  cursor: row-resize;
  z-index: 110;
  height: 5px;
  width: 50px;
}
.handsontable .manualColumnResizer:hover,
.handsontable .manualColumnResizer.active,
.handsontable .manualRowResizer:hover,
.handsontable .manualRowResizer.active {
  background-color: #AAB;
}
.handsontable .manualColumnResizerGuide {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #AAB;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
  margin-left: 5px;
}
.handsontable .manualRowResizerGuide {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #AAB;
  display: none;
  height: 0;
  border-bottom: 1px dashed #777;
  margin-top: 5px;
}
.handsontable .manualColumnResizerGuide.active,
.handsontable .manualRowResizerGuide.active {
  display: block;
}
.handsontable .columnSorting:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* border line */
.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}
.handsontable .wtBorder.hidden {
  display: none !important;
}
.handsontable td.area {
  background-color: #EEF4FF;
}
/* fill handle */
.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}
.handsontable .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}
.handsontableInput {
  border: 2px solid #5292F7;
  outline-width: 0;
  margin: 0;
  padding: 1px 4px 0 2px;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  resize: none;
  /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
  display: inline-block;
  color: #000;
  border-radius: 0;
  background-color: #FFF;
  /*overwrite styles potentionally made by a framework*/
}
.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
}
/*
TextRenderer readOnly cell
*/
.handsontable .htDimmed {
  color: #777;
}
.handsontable .htSubmenu :after {
  content: '▶';
  color: #777;
  position: absolute;
  right: 5px;
}
/*
TextRenderer horizontal alignment
*/
.handsontable .htLeft {
  text-align: left;
}
.handsontable .htCenter {
  text-align: center;
}
.handsontable .htRight {
  text-align: right;
}
.handsontable .htJustify {
  text-align: justify;
}
/*
TextRenderer vertical alignment
*/
.handsontable .htTop {
  vertical-align: top;
}
.handsontable .htMiddle {
  vertical-align: middle;
}
.handsontable .htBottom {
  vertical-align: bottom;
}
/*
TextRenderer placeholder value
*/
.handsontable .htPlaceholder {
  color: #999;
}
/*
AutocompleteRenderer down arrow
*/
.handsontable .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #EEE;
  cursor: default;
  width: 16px;
  text-align: center;
}
.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}
/*
CheckboxRenderer
*/
.handsontable .htCheckboxRendererInput.noValue {
  opacity: 0.5;
}
/*
NumericRenderer
*/
.handsontable .htNumeric {
  text-align: right;
}
/*
Comment For Cell
*/
.htCommentCell {
  position: relative;
}
.htCommentCell:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid red;
}
/**
 * Handsontable in Handsontable
 */
.handsontable .handsontable .wtHider {
  padding: 0 0 5px 0;
}
.handsontable .handsontable table {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}
/**
* Autocomplete Editor
*/
.handsontable .autocompleteEditor.handsontable {
  padding-right: 17px;
}
.handsontable .autocompleteEditor.handsontable.htMacScroll {
  padding-right: 15px;
}
/**
 * Handsontable listbox theme
 */
.handsontable.listbox {
  margin: 0;
}
.handsontable.listbox .ht_master table {
  border: 1px solid #ccc;
  border-collapse: separate;
  background: white;
}
.handsontable.listbox th,
.handsontable.listbox tr:first-child th,
.handsontable.listbox tr:last-child th,
.handsontable.listbox tr:first-child td,
.handsontable.listbox td {
  border-width: 0;
}
.handsontable.listbox th,
.handsontable.listbox td {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.handsontable.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}
.handsontable.listbox .wtBorder {
  visibility: hidden;
}
.handsontable.listbox tr td.current,
.handsontable.listbox tr:hover td {
  background: #eee;
}
.htContextMenu {
  display: none;
  position: absolute;
  z-index: 1060;
  /*needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569)*/
}
.htContextMenu .ht_clone_top,
.htContextMenu .ht_clone_left,
.htContextMenu .ht_clone_corner {
  display: none;
}
.ht_clone_top {
  z-index: 101;
}
.ht_clone_left {
  z-index: 102;
}
.ht_clone_corner {
  z-index: 103;
}
.htContextMenu table.htCore {
  outline: 1px solid #bbb;
}
.htContextMenu .wtBorder {
  visibility: hidden;
}
.htContextMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0px 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.htContextMenu table tbody tr td:first-child {
  border: 0;
}
.htContextMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}
.htContextMenu table tbody tr td.current,
.htContextMenu table tbody tr td.zeroclipboard-is-hover {
  background: #e9e9e9;
}
.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #bbb;
  height: 0;
  padding: 0;
}
.htContextMenu table tbody tr td.htDisabled {
  color: #999;
}
.htContextMenu table tbody tr td.htDisabled:hover {
  background: white;
  color: #999;
  cursor: default;
}
.htContextMenu table tbody tr td div {
  padding-left: 10px;
}
.htContextMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}
.handsontable td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}
/*
Cell borders
*/
.htBordered {
  /*box-sizing: border-box !important;*/
  border-width: 1px;
}
.htBordered.htTopBorderSolid {
  border-top-style: solid;
  border-top-color: #000;
}
.htBordered.htRightBorderSolid {
  border-right-style: solid;
  border-right-color: #000;
}
.htBordered.htBottomBorderSolid {
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.htBordered.htLeftBorderSolid {
  border-left-style: solid;
  border-left-color: #000;
}
.htCommentTextArea {
  background-color: #FFFACD;
  box-shadow: 1px 1px 2px #bbb;
  font-family: 'Arial';
  -webkit-box-shadow: 1px 1px 2px #bbb;
  -moz-box-shadow: 1px 1px 2px #bbb;
}
/* Grouping indicators */
.handsontable colgroup col.rowHeader.htGroupCol {
  width: 25px !important;
}
.handsontable colgroup col.rowHeader.htGroupColClosest {
  width: 30px !important;
}
.handsontable .htGroupIndicatorContainer {
  background: #fff;
  border: 0px;
  padding-bottom: 0px;
  vertical-align: bottom;
  position: relative;
}
.handsontable thead .htGroupIndicatorContainer {
  vertical-align: top;
  border-bottom: 0px;
}
.handsontable tbody tr th:nth-last-child(2) {
  border-right: 1px solid #CCC;
}
.handsontable thead tr:nth-last-child(2) th {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.ht_clone_corner thead tr th:nth-last-child(2) {
  border-right: 1px solid #CCC;
}
.htVerticalGroup {
  height: 100%;
}
.htHorizontalGroup {
  width: 100%;
  height: 100%;
}
.htVerticalGroup:not(.htCollapseButton):after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  background: #ccc;
  margin-left: 5px;
}
.htHorizontalGroup:not(.htCollapseButton):after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #ccc;
  margin-top: 20%;
}
.htCollapseButton {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
}
.htCollapseButton:after {
  content: "";
  height: 300%;
  width: 1px;
  display: block;
  background: #ccc;
  margin-left: 4px;
  position: absolute;
  /*top: -300%;*/
  bottom: 10px;
}
thead .htCollapseButton {
  right: 5px;
  position: absolute;
  top: 5px;
  background: #fff;
}
thead .htCollapseButton:after {
  height: 1px;
  width: 700%;
  right: 10px;
  top: 4px;
}
.handsontable tr th .htGroupStart:after {
  background: transparent;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 5px;
  position: relative;
  top: 50%;
}
.handsontable thead tr th .htGroupStart:after {
  background: transparent;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 5px;
  width: 50%;
  position: relative;
  top: 0px;
  left: 50%;
}
.handsontable .htGroupLevelTrigger {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  margin: 4px auto;
  padding: 0px;
  line-height: 15px;
  cursor: pointer;
}
.handsontable tr th .htExpandButton {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  top: 0px;
  display: none;
}
.handsontable thead tr th .htExpandButton {
  /*left: 5px;*/
  top: 5px;
}
.handsontable tr th .htExpandButton.clickable {
  display: block;
}
.handsontable col.hidden {
  width: 0px !important;
}
.handsontable tr.hidden,
.handsontable tr.hidden td,
.handsontable tr.hidden th {
  display: none;
}
/*WalkontableDebugOverlay*/
.wtDebugHidden {
  display: none;
}
.wtDebugVisible {
  display: block;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: wtFadeInFromNone;
  animation-duration: 0.5s;
  animation-name: wtFadeInFromNone;
}
@keyframes wtFadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes wtFadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*# sourceMappingURL=toolbars.css.map */