
/* -------------------------------------------------------------------------- */
/* Flow feeds */

.flow-group p, .flow-group ul, .flow-group li.flow-item {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flow-group ul, flow-group li.flow-item {
  list-style-type: none;
  list-style-image: none;
  clear: both;
}

.flow-group li.flow-item {
  padding: 6px 0;
  margin:  0;
  border-bottom: solid 1px #eee;
  border-bottom-color: #eee !important;
  clear:both;
  min-height: 55px;
}

.flow-group li.flow-item {
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #eee;
  padding-left: 2px;
  line-height: 1 !important;
}

.flow-group ul li.flow-item:last-child {
  border-bottom-style: none;
}

.flow-download,
.flow-img {
  width: 40px;
  background-color: #eee;
  display: block;
  float: left;
  margin-right: 7px;
  /*text-align: 100%;*/
  text-align: center;
}

.flow-img img {
  max-width: 100%;
}

.flow-img i {
  font-size: 34px !important;
  line-height: 40px !important;
  width: 40px !important;
}

.flow-download {
  float: right;
  text-align: center;
  background-color: transparent;
  padding: 2px;
}
.flow-download i {
  font-size: 1.8rem;
}

.flow-item p .flow-title,
.flow-item p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.item-date {
  color: #555;
  display: block;
  float: right;
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-left: 7px;
}
.item-date strong {
  display: block;
  font-size: 1.2rem;
}
.item-hours {
  color: #999;
}

.item-date > span {
  display: inline-block;
  border-right: solid 2px #ccc;
  margin-right:  4px;
  padding-right: 4px;
}
.item-date > span:last-child {
  border-right-style: none;
  margin-right:  0;
  padding-right: 0;
}

.flow-btns {
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 1;
}
.flow-btns li {
  display: inline-block;
  font-size: 0.8rem;
  color: #666;
}
.flow-btns li div {
  display: inline-block;
}
.flow-btns li:before {
  display: inline-block;
  content: '-';
  margin: 0 10px;
}
.flow-btns li:first-child:before {
  display: none;
}
.flow-btns a {
  font-size: inherit;
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* Graph feeds */

.graph-group > div {
  margin-bottom: 10px;
}

.graph-group .vis-timeline {
  border-style: none;
  background-color: rgba(220,220,220,0.1);
  border: solid 1px #eee;
}

.graph-group .vis-graph-group0 {
  fill: #268BD2;
  stroke: #268BD2;
}

.graph-group .vis-panel.vis-bottom,
.graph-group .vis-panel.vis-center,
.graph-group .vis-panel.vis-left,
.graph-group .vis-panel.vis-right,
.graph-group .vis-panel.vis-top {
  border-style: none !important;
}

.graph-group .vis-current-time {
  background-color: #268BD2;
}

.graph-group .vis-timeline .vis-bar {
  fill-opacity: 0.8;
  stroke-width: 0;
}

.graph-group .vis-time-axis .vis-text {
  line-height: 1;
  font-size: 0.9rem;
}

/* -------------------------------------------------------------------------- */
/* Counter feeds */

.counter-group {
  color: #fff;
}
.counter-group > div {
  padding: 10px;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}
.counter-group > div  .count-val {
  font-size: 0.9rem;
}
.counter-group > div  .count-val strong {
  font-size: 1.8rem;
}
.counter-group > div .count-icon {
  position: absolute;
  top:    5px;
  right:  5px;
  font-size: 1.8rem;
  line-height: 100%;
}

.counter-group .more-info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  background-color: rgba(0,0,0,0.1);
  color: #fff;
  padding: 5px 30px;
  margin: 10px -10px -10px;
  text-align: center;
  font-size: 0.9rem;
  border-radius: 40px 0 0;
}
.counter-group .more-info:hover {
  background-color: rgba(0,0,0,0.3);
}

/* -------------------------------------------------------------------------- */
/* Inline Columns */

.gsi-row {
  position: relative;
  display: block;
  clear: both;
  margin: 0 -10px;
  box-sizing: border-box;
}
.gsi-row:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.gsi-col {
  min-height: 20px;
  padding: 0 10px 10px;
  float: left;
  box-sizing: border-box;
}
.gsi-1 {width: 8.3333333333%}
.gsi-2 {width: 16.6666666667%}
.gsi-3 {width: 25%}
.gsi-4 {width: 33.3333333333%}
.gsi-5 {width: 41.6666666667%}
.gsi-6 {width: 50%}
.gsi-7 {width: 58.3333333333%}
.gsi-8 {width: 66.6666666667%}
.gsi-9 {width: 75%}
.gsi-10 {width:83.3333333333%}
.gsi-11 {width:91.6666666667%}
.gsi-12 {width:100%}

.gsi-col video,
.gsi-col audio,
.gsi-col img {
  max-width: 100%;
}
.gsi-col img {
  height: auto !important;
}
.gsi-col > div {
  clear: both;
  padding: 0 0 20px;
  box-sizing: border-box;
}
.gsi-withsubcol .gsi-col > div {
  clear: none;
}
.gsi-withsubcol .gsi-col > div:first-child {
  clear: both;
}
.gsi-col > div:last-child {
  padding-bottom: 10px;
}


.gsi-col.col-float-left {
  float: left;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 10px;
}

.gsi-col.col-float-right {
  float: right;
  padding-right: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}

.gsi-row-reverse > .gsi-col {
  float: right;
}

/* -------------------------------------------------------------------------- */
/* Special box */

.pdf_box {
  width: 100%;
  height: 800px;
}


.video_box {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.figure_box {
  margin: 0 0 15px;
}
.figure_box figcaption {
  font-size: 0.9rem;
  font-style: italic;
  color: #777;
}

/* -------------------------------------------------------------------------- */
/* Responsive */

@media screen and (max-width: 1000px) {
  div:not(#gsi-row-select *):not(#gsi_editor *) > .gsi-3 {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  div:not(#gsi-row-select *):not(#gsi_editor *) > .gsi-col {
    display:block;
    width: auto;
    float: none;
  }

}


/* -------------------------------------------------------------------------- */
/* Open/close item */

.title-openclose {
  cursor: pointer;
}

.title-openclose:before {
  content: '-';
  display: inline-block;
  width:       18px;
  height:      18px;
  line-height: 18px;
  font-size: 12px;
  vertical-align: middle;
  border: solid 1px #222;
  text-align: center;
  font-family: "Courier New";
  margin-right: 10px;
}

.title-openclose.closed:before {
  content: '+';
}

/* -------------------------------------------------------------------------- */
/* Glossary popup */

.glo-term {
  display: inline-block;
  border-bottom: dotted 1px #333 !important;;
}
.glo-term:after {
  content: '?';
  border: solid 1px #333;
  color: #333;
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  width:  12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  margin-left: 4px;;
  vertical-align:super;
}


/* -------------------------------------------------------------------------- */
/* Glossary popup */


@media screen and (max-width: 700px) {

  .gs_toggle_summary {
    display: block !important;
    padding: 4px 15px;
    text-align: left;
    background-color: #eee;
    cursor: pointer;
  }

  .gs_summary {
    display: none;
    background-color: #f3f3f3;
    padding: 4px 15px;
  }

}