﻿#redistrict-menu.desktop {
  z-index: 1050;
  position: absolute;
  left: calc(100% - 429px);
  top: 210px;
  width: 339px;
  height: auto;
  margin-right: 20px;
  background-color: white;
}
#redistrict-menu.desktop .caret {
  float: right;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 81px;
  left: calc(100% - 11px);
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
#redistrict-menu.desktop .header {
  display: none;
}
#redistrict-menu.desktop .container {
  width: 100%;
  min-height: 61px;
  max-height: 305px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
}
#redistrict-menu.desktop .container div {
  height: 60px;
  line-height: 60px;
  width: calc(100% - 15px);
  border-bottom: 1px solid #f2f2f2;
  display: block;
  margin-left: 15px;
  font-weight: normal;
  font-size: 14px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#redistrict-menu.desktop .container div.selected {
  font-weight: bold;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAd0lEQVQY02P4z4AdMpAgwRDEcJXBAVM4lOErkHqMLhzF8BNIfWBwA3FMGLihwnkMv8DCzkA2QxHDP4ZlDBxAZjXDX6DwCwZbsCKGCrDieQy1YOG3INVQVzFkw614yeCJ4lyGTLCVdxhcUPzBwAjE0QzHGTSJ8jkAAQJ9d0QrgIEAAAAASUVORK5CYII=);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
#redistrict-menu.mobile {
  position: fixed;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1050;
  transition: top 300ms ease-out;
}
#redistrict-menu.mobile .caret {
  display: none;
}
#redistrict-menu.mobile .header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  font: 14px Arial;
  height: 50px;
  line-height: 50px;
}
#redistrict-menu.mobile .header .cancel {
  flex: 0;
  text-align: left;
  padding: 0 15px;
  min-width: 50px;
}
#redistrict-menu.mobile .header .title {
  flex: auto;
  text-align: center;
  font-weight: bold;
}
#redistrict-menu.mobile .header .apply {
  flex: 0;
  text-align: right;
  padding: 0 15px;
  min-width: 50px;
}
#redistrict-menu.mobile .container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
}
#redistrict-menu.mobile .container div {
  height: 60px;
  line-height: 60px;
  width: calc(100% - 15px);
  border-bottom: 1px solid #f2f2f2;
  display: block;
  margin-left: 15px;
  font-weight: normal;
  font-size: 14px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#redistrict-menu.mobile .container div.selected {
  font-weight: bold;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAd0lEQVQY02P4z4AdMpAgwRDEcJXBAVM4lOErkHqMLhzF8BNIfWBwA3FMGLihwnkMv8DCzkA2QxHDP4ZlDBxAZjXDX6DwCwZbsCKGCrDieQy1YOG3INVQVzFkw614yeCJ4lyGTLCVdxhcUPzBwAjE0QzHGTSJ8jkAAQJ9d0QrgIEAAAAASUVORK5CYII=);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
