

/* Start:/local/components/convex/territory_v2/templates/terr_price/style.css?17752134992262*/
/* ---------- TERRITORY-SELECT-STYLES --------- */
#terr_blk { width: 100%; padding: 0 12px; box-sizing: border-box; margin-top: 0;}
.pcurant_hdr { margin: 0; font-family: 'Roboto', sans-serif; font-size: 2rem; }

#terr_shdr { margin-top: 12px; margin-bottom: 6px; font-family: 'Roboto-Condensed', sans-serif; font-size: 1.6rem; color: #455A64; }

.top-ten_cntr { width: 100%; flex-wrap: wrap; justify-content: space-between; }

.t_top_ten {
  flex: 240px 0 0;
  margin: 8px 0;
  padding: 6px 0;
  box-sizing: border-box; 
  font-family: 'Roboto', sans-serif; 
  font-size: 1.6rem;
  text-align: center;
  transition: .2s;
  border: 1px solid #455A64;
  border-radius: 4px;  
}
.t_top_ten:hover { background-color: #CFD8DC; }

.terr_rem { font-family: 'Roboto', sans-serif; font-size: 1.4rem; padding: 6px 0;}

#terr-inpt_wrap { margin: 12px 0; width: 100%; }

#terr_inpt { width: 100%; height: 60px; box-sizing: border-box; }

.terr_add { margin: 32px 0; width: 100%; flex-wrap: wrap; }

.t_city {  
  margin-top: 24px;
  flex-wrap: nowrap;  
  padding: 12px 0;
  box-sizing: border-box;  
  align-items: center;
  background-color: rgba( 152, 29, 151, .5);  
}

.t_city svg { flex: 32px 0 0; height: 32px; margin: 0 12px; fill: #ffffff; }
.t_city svg.rotated { transform: rotate(180deg); }

.t_city_hdr { 
  font-family: 'Roboto', sans-serif;
  font-size: 2rem; 
  font-weight: bold; 
  color: white; 
  text-shadow: 1px 1px 4px #455A64;  
}

.t_submit { cursor: pointer; }

.city_content {   
  width: calc(100% - 1px);  
  box-sizing: border-box;
  flex-flow: row wrap;  
}
.city_content.exposed { padding: 12px; background-color: #fafafa; border: 1px solid #e0e0e0;} 

.t_dist_cntr { flex: 100% 0 0; color: #3f51b5;} 

.w250 { flex: 240px 0 0; color: #000000;}


.t_district { 
  display: block;  
  width: 100%;
  padding: 6px 14px; 
  box-sizing: border-box; 
  font-family: 'Roboto-Condensed', sans-serif; 
  font-size: 1.6rem;
  transition: .2s;  
}
.t_district:hover { background-color: #CFD8DC }
.t_district.h50 { min-height: 53px; /*border: 1px dashed #e0e0e0; border-top: none; */}

.t_street {
  padding: 12px 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  color: #333;
  cursor: pointer;
}

.t_street:hover {
  color: #981D97;
}
/* End */
/* /local/components/convex/territory_v2/templates/terr_price/style.css?17752134992262 */
