.rs-handle  {
  background-color: #C2E9F7;
    padding: 7px;
    border: 2px solid #C2E9F7;
}
.rs-handle:after {
  border-color: #33B5E5;
    background-color: #33B5E5;
}

.rs-border {
  border-color: transparent;
}

.rs-top .rs-tooltip {
  bottom: 9px !important;
  font-family: "Lora", serif !important;
}

.rs-range-color  {
  background-color: #33B5E5;
}

/* .category-name {
  cursor: pointer;
  padding:0 16px;
} */

.hidden-sort {
  width: 0px;
  height: 0px;
  display: inline-block;
  overflow: hidden;
}

/* .category-name.sorting {
  background-image: url("sort_both.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.category-name.sorting_asc {
  background-image: url("sort_asc.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.category-name.sorting_desc {
  background-image: url("sort_desc.png");
  background-repeat: no-repeat;
  background-position: center right;
} */

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  background-color: #00E0B0 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
  background-color: rgb(235, 87, 77) !important;
}
 /*  .rs-tooltip  {
  top: 75%;
  font-size: 11px;
}
 .rs-tooltip div  {
  text-align: center;
  background: orange;
  color: white;
  border-radius: 4px;
  padding: 1px 5px 2px;
  margin-top: 4px;
}
 .rs-range-color  {
  background-color: #DB5959;
}
 .rs-path-color  {
  background-color: #F0C5C5;
} */

#container {
  margin: 0 auto;
  max-width:660px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  font-style: normal;
}
  #container p {
    font-size: 1.125rem;
    line-height: 1.6;
  }

@media screen and (max-width: 660px) {
  #container {
    padding: 0 15px;
  }
}


#notes-methodology p {
  font-size: 1rem;
}  
  
.my-tooltip > strong {
  font-family: "Lora", serif !important;
  font-optical-sizing: auto !important;
  font-weight: bold !important;
  font-style: normal !important;
}


.chart {
  display: table;
  overflow: auto;
}

.dial-holder {
  grid-template-columns: 25% 25% 25% 25%;
  font-size:9pt;
  justify-content:center;
  display:grid;
}

.dial-holder > span {
  text-align:center;
  padding-bottom:10px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.dial-holder .slider {
  margin:0 auto;
  width:100%;
}

.traffic-circle {
  border-radius:50%;
  display:inline-block;
  opacity:1;
  height:10px;
  width:10px;
  margin:2%;
}

/* .traffic-circle:after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #c00;
  content: "";
  width: 100%;
  display: block;
} */

#atl-table_wrapper {
  font-size: 9pt;
}

.third {
  /* float: left;
  clear: none; */
  display: table-cell;
  width: 33%;
  vertical-align: top;
  height: 100%;
  font-size: 10pt;
}

.third strong {
  margin: 0 1em;
  display: block;
}

.third ul {
  padding-bottom: 10px;
  margin: 0 1.8em;
}

.third:nth-child(2), .third:nth-child(3) {
  background-color: #FFC0CB;
}

.third:nth-child(1) {
  background-color: #B0C4DE;
}

.third:nth-child(1), .third:nth-child(2) {
  border-right: 1px solid #888888;
  border-bottom: none;
}

.d3-container {
  text-align: left;
  width: 100%;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f4f3f4
}

.dek {
  display: block;
  padding: 3%;
  font-size: 11pt;
  font-family: Arial, Helvetica, sans-serif;
}

.hed {
  display: block;
  padding: 3%;
  font-size: 12pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.bottom {
  width: 100%;
  position: relative;
  display: inline-block;
}

.source {
  float: left;
  display: inline-block;
  width: 50%;
  margin: 10px 25% 10px 10px;
  font-size: 10pt;
}

.gfx-logo {
  display: inline-block;
  width: 25%;
  text-align: right;
  padding: 10px 20px;
  position: relative;
  bottom: 0;
  float: right;
}

.gfx-logo img {
  width: 100%;
  overflow: visible;
}

#article button {
  font-weight: 600;
  font-size: 12pt;
  border: solid 2px black;
  outline: 0;
  padding: 5px 5px;
  background-color: white;
  border-radius: 0.35rem;
  position: relative;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  box-shadow: 5px 5px black;
}

#atl-table_filter {
  float: left;
}

#reset-btn {
  float: right;
  display: flex;
  /* height: 32px;
  width: 18%; */
  color: #EB574D;
  outline: 1px grey solid;
  opacity: 0.9;
  cursor: default;
  font-size: 9pt;
  padding: 0 5px;
  margin: 0 0 6px 3px;
  border-radius: 2px;
  position: relative;
  justify-content: center;
  align-items: center;
}

#reset-btn:hover {
  background-color: #EB574D;
  color: white;
}

#reset-btn:active {
  background-color: white;
  color: #EB574D;
  box-shadow: none;
}

input[type='checkbox'] {
  display: none;
}

.wrap-collabsible {
  margin: 1.2rem 0;
  max-width: 100%;
  font-family: Arial, sans-serif;
}

.lbl-toggle {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  padding: 1rem;
  color: #D7D9D7;
  background: #0B2A44;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  color: #FFF;
}

.lbl-toggle::before {
  content: ' ';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);
  transition: transform .2s ease-out;
}

.toggle:checked+.lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked+.lbl-toggle+.collapsible-content {
  max-height: 900px;
}

.toggle:checked+.lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dt-hasChild.parent, .dt-hasChild.parent + tr.child {
  background-color:#6A4C93;
  color:white;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: 1px solid #efefef !important;
  /* padding: .5em 0 !important; */
}

.dtr-details > li[data-dtr-index="1"], 
.dtr-details > li[data-dtr-index="2"], 
.dtr-details > li[data-dtr-index="3"], 
.dtr-details > li[data-dtr-index="4"], 
.dtr-details > li[data-dtr-index="5"], 
.dtr-details > li[data-dtr-index="6"],
.dtr-details > li[data-dtr-index="7"], 
.dtr-details > li[data-dtr-index="8"], 
.dtr-details > li[data-dtr-index="9"]  {
  background-color:#ADC3D9;
  color:black;
}


.dtr-details > li[data-dtr-index="10"], 
.dtr-details > li[data-dtr-index="11"], 
.dtr-details > li[data-dtr-index="12"] {
  /* background-color:#7EA1C4; */
  background-color:#ADC3D9;
  color:black;
}

.dtr-details > li[data-dtr-index="13"] .dtr-title {
  display:none !important;
}

.dtr-details > li[data-dtr-index="13"] {
  background-color:#ADC3D9;
  grid-column: 1/4;
  color:black;
  text-align: left;
  display:none;
}

li.screen-xs {padding-left:3px !important;}

.dtr-details {
  display:grid !important;
  grid-template-columns: 33% 33% 33%;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: .5em !important;
  padding:.5em 0 .5em 3px !important
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  font-size: 12px;
}

td.child {padding:0;}

.collapsible-content .content-inner {
  background: #0B2A44;
  border-bottom: 1px solid rgba(0, 105, 255, .45);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: .5rem .5rem;
}

.collapsible-content p {
  margin-bottom: 0;
}

/* LONGFORM SPECIFIC */
.social-share {
  visibility: hidden;
}

.body-copy {
  max-width: 100%;
}

#atl-table div.row {
  width: 100%;
  margin: 0;
}

#atl-table td {
  /* text-align: center; */
  vertical-align: middle !important;
}

#atl-table tr.affirmed {
  background-color: pink !important;
}

#atl-table tr.vacated {
  background-color: lightsteelblue !important;
}

#atl-table tfoot {
  display: table-row-group;
}

#atl-table tfoot th {
  padding: 0 !important;
}

.my-tooltip {
  background-color: white;
  line-height: normal;
  overflow: visible;
  position: absolute;
  border-color: #292121;
  border-width: 1px;
  border-style: solid;
  /* border-radius: 10px; */
  display: none;
  z-index: 500;
  font-size: 9pt;
  padding:5px;
  max-width:125px;
}

/* li[data-dt-column="7"] {
  text-align: center;
}

li[data-dt-column="7"] .dtr-title {
  display: none !important;
} */
/* table {
  width: 100%;
} */
/* table {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed;
} */
/* #demo {
  table-layout: fixed;
} */
.selectize-input {
  height: 4em;
  display: flex;
}

.vertalign .selectize-input {
  align-items: center;
}

.selectize-control {
  font-weight: normal;
  /* text-align: center; */
}

.datepicker {
  width: 200px;
}

#date-input {
  padding: 0 !important;
  border-color: #b8b8b8 !important;
}

#date-input .form-control {
  height: 100%;
  text-align: center;
  border-color: #b8b8b8 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8) !important;
  background-color: #f9f9f9 !important;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2) !important;
  background-repeat: repeat-x !important;
}

.input-group-addon {
  background-color: #fff !important;
  border: none !important;
  display: none;
}

/* #atl-table_length {
  display: none;
} */
.dataTables_scrollFoot {
  display: none;
}

@media screen and (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .dtr-details > li[data-dtr-index="13"] {
    display:block !important;
  }
}

@media screen and (min-width: 769px) {

  /* #atl-table {
    width: 100% !important;
    display: block;
    margin: 0 !important;
  }

  #atl-table thead, #atl-table tfoot {
    display: inline-block;
    width: 100%;
  }

  #atl-table tbody {
    height: 400px;
    display: inline-block;
    width: 100%;
    overflow: auto;
  } */
  td.dataTables_empty {
    width: 640px !important;
  }

  th .selectize-control {
    width: 100%;
  }

  /* th.sorting {
    display: flex !important;
    box-sizing: border-box !important;
  } */
  #atl-table td:nth-child(1) {
    width: 200px !important;
  }

  /* #atl-table th:nth-child(1) {
    width: 240px !important;
  }

  #atl-table th:nth-child(2) {
    width: 95px !important;
  }

  #atl-table th:nth-child(4) {
    width: 80px !important;
  }

  #atl-table th:nth-child(5) {
    width: 107px !important;
  }

  #atl-table th:nth-child(7) {
    width: 106px !important;
  } */
  .table-condensed th, .table-condensed td {
    width: unset;
  }

  /* th:nth-child(2), td:nth-child(2),
  th:nth-child(4), td:nth-child(4),
  th:nth-child(5), td:nth-child(5),
  th:nth-child(7), td:nth-child(7), {
    width: 110px !important;
  } */
  /* th:nth-child(3), td:nth-child(3),
  th:nth-child(6), td:nth-child(6) {
    display: none
  } */
  /*
  thead, tbody, tfoot {
    display: block;
  }

  tbody {
    height: 500px;
    overflow-y: scroll;
  }

  table {
    width: 100% !important;
  } */
}

@media screen and (max-width: 783px) {
  .dial-holder {
    grid-template-columns: 33% 33% 33%;
  }
}

@media screen and (max-width: 783px) {
  .chart {
    display: inline-block;
  }

  .third {
    display: inline-block;
    width: 100%;
  }

  .hed, .dek {
    padding: 2%;
  }

  .third:nth-child(1), .third:nth-child(2) {
    border-bottom: 1px solid #888888;
    border-right: none;
  }

  #atl-table tfoot {
    display: none;
  }

  .dtr-details {
    text-align: left;
  }

  /* th:nth-child(1), td:nth-child(1) {
    width: 100%;
  } */
  /* th:nth-child(2), td:nth-child(2) {
    max-width: 0%;
  } */
  /*
  .dt-wrapper {
    max-width: 100%;
  } */
}