.icon-menu-link-coverage {
  background-image: url(/modules/contrib/coverage_module/images/icon.png);
  background-position: left;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-size: 40px;
}
.coverage-box {
  padding: 20px;
  border: solid;
  border-width: 1px;
  border-color: lightgray;
  display: none;
}

.provider-modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
padding: 20px;
}
.provider-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  display: none;
}
/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

.coverage-tile {
  /* border: solid;
  border-width: 1px;
  border-color: lightgray;
  font-size:18px;
  font-weight:600; */
  display: block;
  cursor: pointer;
  /* margin: 0;
  padding-right: 5px;
  color: white;
  padding:10px; */
}
.coverage-tile-item {
cursor: pointer;
list-style-type: none;
margin-top: 5px;
border-bottom: solid;
border-bottom-width: 1px;
border-bottom-color: lightgray;
}
.coverage-tile-item:hover {
background-color: rgba(0, 0, 0, 0.22);
}
.coverage-tile-item-selected {
background-color: rgba(0, 0, 0, 0.11);
}
.coverage-tab-header {
margin: auto;
width: 70%;
}
.coverage-page-description {
  margin:20px;
}
.coverage-tab {
  padding:10px;
}

.coverage-tabs-menu {
  margin-top: 20px;
  margin-right: 20px;
  display: block;
  float: left;
  width:100%;
  padding:10px;
}

.coverage-tabs-menu-block-active {
  display: block;
}

.coverage-tabs-menu-header {
margin: 0 1px;
padding: 10px;
line-height: 100%;
display: inline-block;
vertical-align: top;
position:relative;
  border-top: 1px solid rgba(255, 255, 255, .8);
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
}

tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.chip {
  border-radius: 16px;
  font-size: 14px;
  height: 32px;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  vertical-align: middle;
  white-space: nowrap;
  transition-property: box-shadow,opacity,-webkit-box-shadow;
  transition-duration: .28s;
  display: inline-flex;
  line-height: 20px;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-decoration: none;
  align-items: center;
  cursor: default;
  -webkit-box-align: center;
  color: #fff;
}

.download-center-tile-container .coverage-tile {
  height: 80px;
  margin: 2px;
  padding: 15px;
  line-height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 110%;
  text-decoration: none;
  position: relative;
  max-width:400px;
}