/* general styles */
body {
  margin: 0px;
  padding: 0px;
  /*-webkit-font-smoothing: antialiased;*/
}

.tablenoborder td {
  border-top: none !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  text-align: center !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  vertical-align: middle !important;
}

.tablenoborder {
  table-layout: fixed !important;
  word-wrap: break-word !important;
}

.tablenoborder tr {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ui-widget-header{
  background-color: gray;
  color: gray;
}

/* prevent selection on page content */
#pageContent {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* panels on the left side */
#visualization-panel {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 200;
  width: 200px;
  text-align: center;
  transform-origin: left top;
}

#load-data-panel {
  position: absolute;
  top: 30px;
  left: 260px;
  z-index: 202;
  width: 300px;
  text-align: center;
  transform-origin: left top;
}

#data-dimensions-panel {
  position: absolute;
  top: 30px;
  left: 260px;
  z-index: 202;
  width: 300px;
  text-align: center;
  transform-origin: left top;
}

#palettes-panel {
  position: absolute;
  top: 30px;
  left: 260px;
  z-index: 202;
  width: 300px;
  text-align: center;
  transform-origin: left top;
}

#filters-panel {
  position: absolute;
  top: 30px;
  left: 260px;
  z-index: 202;
  width: 300px;
  text-align: center;
  transform-origin: left top;
}

#dataList {
  overflow-y: auto;
  height: 679px;
  text-align: left;
  white-space: nowrap;
  margin-left: 7px;
  transform-origin: left top;
}

#dataList li {
  display: table-row;
}

#dimensionsList {
  overflow-y: auto;
  height: 679px;
  text-align: left;
  white-space: nowrap;
  margin-left: 7px;
}

#dimensionsList li {
  display: table-row;
}

#palettesList {
  overflow-y: auto;
  height: 679px;
  text-align: left;
  white-space: nowrap;
  margin-left: 7px;
}

#palettesList li {
  margin-bottom: 5px !important;
}

#filtersList {
  overflow-y: auto;
  height: 679px;
  text-align: left;
  white-space: nowrap;
  margin-left: 7px;
}

#filtersList li {
  margin-bottom: 5px !important;
}

.ui-slider-filter-class.ui-slider {
  width: 200px;
  margin-left: 20px;
}


.ui-widget-content { background: white; }
.ui-widget-header  { background: #D6D6D6; }

.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 gray;
  background: LightGray;/* url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;*/
  font-weight: bold;
  color: gray;
}

/*
#ui-slider-palette .ui-slider {
  height: 34px !important;
}
*/

/*
#ui-slider-palette .ui-slider-handle {
  height: 42px !important;
  width: 22px;
  z-index: 300;
  opacity: 0.9;
}

.ui-slider-handle:focus{
  outline: none;
}


.vertical-text {
  transform: rotate(90deg);
  transform-origin: 10px 10px;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
*/

/* panels on the right side */
#tools-panel {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 200;
  width: 200px;
  text-align: center;
  transform-origin: right top;
}

#tools-panel-simple {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 230px;
  z-index: 500;
  min-height: 350px;
  text-align: center;
  transform-origin: right top;
}

#historyList {
  overflow-y: auto;
  height: 377px;
}

#historyList-simple {
  transform: left top;
  overflow-y: auto;
  /*height: 90%;*/
}
/* panels on the bottom side */
#timer-panel {
  position: absolute;
  bottom: 2.5%;
  left: 30%;
  width: 40%;
  z-index: 201;
  text-align: center;
  transform-origin: bottom left;
}

/* panels on the bottom side simple view*/
#timer-panel-simple {
  position: absolute;
  bottom: 2.5%;
  left: 30%;
  width: 40%;
  /*margin-left: -300px;*/
  z-index: 201;
  text-align: center;
  transform-origin: bottom left;
}

#timer-panel .ui-slider-handle {
  height: 30px !important;
  margin-top: -5px !important;
}

#timer-panel .tablenoborder td {
  border-top: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  text-align: center !important;
  padding-left: 0px !important;
  padding-right: 5px !important;
  vertical-align: middle !important;
}

#progress-panel {
  width: 100px;
  height: 100%;
  text-align: center;
}

#progress-panel .progress {
  position: absolute;
  height: 37px;
  width: 120px;
  background: #F8F8F8;
/*  top: 50%;*/
/*  margin-top: -19px;*/
}
#progress-panel .progress-bar {
  height: 50px;
  width:100%;
  background: #FFD4A3;
}
#progress-panel .progress span {
  position: absolute;
/*  height: 20px;*/
  color: black;
  display: block;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  text-align: center;
}

/* tooltips */
.tooltip-inner {
  max-width: 400px;
}

.ui-state-default .tooltip-inner {
  max-width: 200px;
}

/* bookmarks */
#sortableHistoryList { list-style-type: none; margin: 0; padding: 0; width: 100%; }

.ui-state-highlight {
  height: 100px; line-height: 100px; background-color: #f5f5f5;
}
.ui-state-default { width:100%; height:100px; text-align:left; vertical-align: top; margin:0; padding:0; margin-bottom:7px; display: inline-flex; cursor: move;}

.ui-state-default .btn.btn-default.btn-sm{padding: 0; margin: 0; width:162px; height:99px; background-position: center; background-repeat: no-repeat;  text-align: right; }

.ui-state-default .btn.btn-link.btn-sm{padding:0px; margin: 0px; margin-bottom:85px; margin-right: -10px; color:#000; z-index:4; background: white; opacity: 0.6; width: 20px; height: 20px; text-align: center;}
.ui-state-default .btn.btn-link.btn-sm.desc{ padding:0px; margin: 0px; margin-bottom:42px; margin-left: -10px; color:#000; z-index:4; width: 20px; height: 20px; text-align: center;}
.ui-state-default .btn.btn-link.btn-sm:hover{ color:red; opacity:1;}


/* modals */

.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

.scrollable-wrapper {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.pac-container {
  z-index: 1051 !important;
}

/* ------------------------ */




/* triangle model color bar */
/* ------------------------ */


#ui-slider-palette.ui-slider {
  height: 17px !important;
}



#ui-slider-palette .ui-slider-handle {
  height: 0px !important;
  width: 0px;
  z-index: 300;
  cursor: pointer;
  border-radius: 0px;
  border-style: solid;
  border-color: transparent transparent rgb(80,80,80);
  background-image: none;
  background-color: transparent;
  margin-left: -7px;
  margin-top: 20px;
  border-width: 0px 8px 14px;


/*
  background-image: none;
  background-color: transparent;
  height: 0px !important;
  width: 0px;
  z-index: 300;
  cursor: pointer;
  border-radius: 0px;
  border-style: solid;
  margin-left: -9px;
  margin-top: -9px;
  border-width: 0px 0px 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid rgb(80,80,80);
*/


}


#ui-slider-palette .ui-slider-handle-right {
  background-image: none;
  background-color: transparent;
  height: 0px !important;
  width: 0px;
  z-index: 300;
  cursor: pointer;
  border-radius: 0px;
  border-style: solid;
  margin-left: -9px;
  margin-top: -9px;
  border-width: 0px 0px 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid rgb(80,80,80);
}

#ui-slider-palette .ui-slider-handle:focus{
	outline: none;
}

#ui-slider-palette .ui-slider-handle-right:focus{
	outline: none;
}

.ui-slider-filter-class .ui-slider-handle:focus{
	outline: none;
}

/* ------------------------ */


/* share pop up */
/* ------------------------ */
.wrapper {
    text-align: center;
}

/* ------------------------ */

/* description/subject panel */
/* ------------------------ */
.desc-subj-txt{
  width: 100%;
  position: relative;
  /*left: -50%;*/
  padding-left:9px;
  padding-top:1px;
  padding-bottom:1px;
  padding-right:-9px;
  color:rgba(255, 255, 255, 0.8);
  text-align: left;
  opacity: 1;
  overflow-y: auto;
  border-radius: 3px;
}

#desc-bkg-div{
  /*display:none;*/
  z-index:1;
  position: absolute;
  transform: left bottom;
  left: 30%;
  /*transform: translateX(-30%);*/
  bottom: 110px;
  width: 40%;
  height: 67px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  border-radius: 3px;
}

#mapattr-bkg-div{
  z-index:1;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: auto;
  height: auto;
  transform: left bottom;
  /*background-color: rgba(0, 0, 0, 0.6); */
  overflow-y: auto;
  border-radius: 1px;
  font-family: arial;
  font-size: 8pt;
  color: blue;
  opacity: 0.5;
}

.subj-bar-bkg{
  z-index:3;
  left: 3px;
  margin-bottom: 90px;
  background-color:
  rgba(0, 0, 0, 0.6);
  width: 100%;
}

.subj-bar{
  z-index:4;
  width: 100%;
  color:rgba(255, 255, 255, 0.8);
  text-align: center;
  overflow: hidden;
  padding-right:-2px;
  padding-left:2px;
  white-space: nowrap;
  opacity: 1;
}

#title-bkg-div{
  z-index:1;
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 12%;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}

.title-txt{
  z-index:2;
  width: 100%;
  padding-top:2px;
  padding-bottom:2px;
  padding-right:-9px;
  color:rgba(255, 255, 255, 0.8);
  text-align: left;
  opacity: 1;
  border-radius: 3px;
}

#color-bkg-div{
  display:none;
  z-index:1;
  position: absolute;
  transform-origin: right bottom;
  right: 20%;
  bottom: 10px;
  width: 200px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  border-radius: 3px;
}

#navigation-bkg-div{
  z-index:1;
  position: absolute;
  transform-origin: left top;
  left: 10px;
  top: 80px;
  width: 190px;
}

.dataTables_scrollHeadInner{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    font-color: white;
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.c3-target-dashed { stroke-dasharray: 5, 5; }

.c3-target-area-clean {}
