/* ----------------------------------------Tab TR Information-------------------------------------- */
.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
}

  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 0.5rem 0;
    text-align: center; }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: 50%; }
    .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }

.tabs2 {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs2 [class^="tab"] label,
  .tabs2 [class*=" tab"] label {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 0.5rem 0;
    text-align: center; }
  .tabs2 [class^="tab"] [type="radio"],
  .tabs2 [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: ;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs2 [class^="tab"] [type="radio"]:hover, .tabs2 [class^="tab"] [type="radio"]:focus,
    .tabs2 [class*=" tab"] [type="radio"]:hover,
    .tabs2 [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #fd264f; }
    .tabs2 [class^="tab"] [type="radio"]:checked,
    .tabs2 [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #fd264f; }
    .tabs2 [class^="tab"] [type="radio"]:checked + div,
    .tabs2 [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs2 [class^="tab"] [type="radio"] + div,
    .tabs2 [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs2 .tab-3 {
    width: 50%; }
    .tabs2 .tab-3 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs2 .tab-3 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs2 .tab-3:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs2 .tab-3:last-child [type="radio"]:checked + div {
      margin-left: -100%; }

.tabs3 {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs3 [class^="tab"] label,
  .tabs3 [class*=" tab"] label {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 0.5rem 0;
    text-align: center; }
  .tabs3 [class^="tab"] [type="radio"],
  .tabs3 [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: ;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs3 [class^="tab"] [type="radio"]:hover, .tabs3 [class^="tab"] [type="radio"]:focus,
    .tabs3 [class*=" tab"] [type="radio"]:hover,
    .tabs3 [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #fd264f; }
    .tabs3 [class^="tab"] [type="radio"]:checked,
    .tabs3 [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #fd264f; }
    .tabs3 [class^="tab"] [type="radio"]:checked + div,
    .tabs3 [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs3 [class^="tab"] [type="radio"] + div,
    .tabs3 [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs3 .tab-4 {
    width: 50%; }
    .tabs3 .tab-4 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs3 .tab-4 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs3 .tab-4:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs3 .tab-4:last-child [type="radio"]:checked + div {
      margin-left: -100%; }
/* ----------------------------------------End Tab TR Information-------------------------------------- */


/* ----------------------------------------Search-------------------------------------- */
    .combobox {
      width: 300px;
      display: inline-block;
      position: relative;
      font-size: 15px;
    }
    .combobox input[type="text"] {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 33px;
      padding-left: 5px;
      border: 2px solid #28545b;
    }
    .combobox button {
      outline: none;
      float: right;
      display: block;
      border: none;
      background: #28545b;
      color: #FFF;
      text-decoration: none;
      font-size: 20px;
      padding-left: 25.7px;
      padding-bottom: 5.5px;
    }
    .combobox ul {
      margin: 0;
      padding: 0;
      position: absolute;
      width: 300px;
      z-index: 10000;
    }
    .combobox li {
      list-style: none;
      padding: 0 15px;
      line-height: 50px;
      background: #28545b;
      color: #FFF;
      cursor: pointer;
    }
    .combobox i {
      margin-right: 20px;
    } 

/* ----------------------------------------End Search-------------------------------------- */


/* ----------------------------------------Chart-------------------------------------- */
/* Table */
#data-table {
  border: none; /* Turn off all borders */
  border-top: 1px solid #ccc;
  width: 60%;
}
#data-table th, 
#data-table td {
  border: none; /* Turn off all borders */
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px;
  text-align: left; 
}

/* Toggle */
.toggles {
  background: #ebebeb;  
  color: #545454;
  height: 20px;
  padding: 15px;
}
.toggles p {
  margin: 0;
}
.toggles a {
  background: #222;
  border-radius: 3px; 
  color: #fff;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 6px;
  text-decoration: none;
}
.toggles a:hover {
  background: #666;
}
#reset-graph-button {
  float:right;
}

/* Graph */
/* Containers */
#wrapper {
  margin: 25px auto;
  width: 60%;
}
#figure {
  height: 380px;
  position: relative;
}
#figure ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.graph {
  height: 283px;
  position: relative;
}

/* Legend */
.legend {
  background: #f0f0f0;
  border-radius: 4px;
  bottom: 0;
  position: absolute;
  text-align: left;
  width: 540px; 
}
.legend li {
  display: block;
  float: left;
  height: 20px;
  margin: 0;
  padding: 10px 30px;
  width: 120px;
}
.legend span.icon {
  background-position: 50% 0;
  border-radius: 2px;
  display: block;
  float: left;
  height: 16px;
  margin: 2px 10px 0 0;
  width: 16px;  
}

/* X-Axis */
.x-axis {
  bottom: 0;
  color: #555;
  position: absolute;
  text-align: center;
  width: 100%;
}
.x-axis li {
  float: left;
  margin: 0 15px;
  padding: 5px 0;
  width: 10%; 
}
.x-axis li span {
  float: left;
}
/* Y-Axis */
.y-axis {
  color: #555;
  position: absolute;
  text-align: right;
  width: 100%;
}
.y-axis li {
  border-top: 1px solid #ccc;
  display: block;
  height: 62px;
  width: 100%;
}
.y-axis li span {
  display: block;
  margin: -10px 0 0 -60px;
  padding: 0 10px;
  width: 40px;
}

/* Graph Bars */
.bars {
  height: 253px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.bar-group {
  float: left;
  height: 100%;
  margin: 0 15px;
  position: relative;
  width: 10%;
}
.bar {
  border-radius: 3px 3px 0 0;
  bottom: 0;
  cursor: pointer;  
  height: 0;
  position: absolute;
  text-align: center;
  width: 24px;
}
.bar span {
  background: #fefefe;
  border-radius: 3px;
  left: -8px;
  display: none;
  margin: 0;
  position: relative;
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
  width: 40px;
  z-index: 20;
  
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
}
.bar:hover span {
  display: block;
  margin-top: -25px;
}

#data-table.js {
  display: none;
}
.bar span {
  background: #fefefe;
}
.fig0 {
  background: #a22;
}
/* ----------------------------------------End Chart-------------------------------------- */


/* ----------------------------------------Table-------------------------------------- */
/* The integration stylesheet that coincides with the integration script can be found at https://cdn.datatables.net/plug-ins/28e7751dbec/integration/bootstrap/3/dataTables.bootstrap.css
*/
#ex-datatables-basic_wrapper {
  padding: 20px;
  background-color: #FFFFFF;
}
/* ----------------------------------------End Table-------------------------------------- */

.pad-top-space{
  margin-top: -60px;
}


/* ----------------------------------------Tab Gallery-------------------------------------- */
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 300;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #F00;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #F00;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #F00;
}

.tabset > input:checked + label {
  border-color: #F00;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tabset {
  max-width: 100%;
}