/* --------------------------- HISTORY ----------------------------- */
.historyContent .history-delete.history-button{
  cursor: pointer; 
}

.historyContent .history-block-action-button{
  text-align: center;
}

.historyContent .history-block-footer{
  padding: 5px 10px;
}

.historyContent .history-block-header {
  border-bottom: 1px solid #cdcdcd;
  padding: 5px 10px;
}

.historyContent .actionIcon a,
.historyContent .actionIcon a:hover,
.historyContent .actionIcon a:focus,
.historyContent .history-block-action-button a, 
.historyContent .history-block-action-button a:hover, 
.historyContent .history-block-action-button a:focus{
  text-decoration: none;
  color: #000000;
}

.historyContent .history-item-wrapper-left{
  padding: 2px 0px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.historyContent .history-item-wrapper-right{
  padding: 2px 5px 0 0px;
}

.historyContent .history-item{
  display: inline;
}

.historyContent .actionIcon {
  display: inline-block;
}

.historyContent .history-row-wrapper{
  border-top: 1px solid #cdcdcd;
}

.historyContent .history-row-wrapper:first-child {
  border-top: none;
}

.historyContent .history-block-footer{
  border-top: 1px solid #cdcdcd;
}

.historyContent .history-block-footer a{
  display: inline-block;
}

.historyContent .history-button{
  width: 15px;
  height: 15px;
}

.historyContent .tab-pane {
  position: relative;
  /* margin: 0px 12px 0px 24px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; */
}

.historyContent .tab-pane .history-block-load-wrapper{
  width: 100%;
  background-image: url('../../res/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
}

.historyContent .tab-pane .history-block-load-wrapper.hide-history-block{
  position: absolute;
  top: 0px;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
}