/*body {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
} */

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Clear fix */
.group:after {
  content: "";
  display: table;
  clear: both;
}

#office-clock .chart-container, #office-clock, #office-clock svg {
  position: relative;
  top: 0;
  width: 1000px;
  min-height: 460px;
}

/* exit city view button */
.exit-city-view {
  display: none;
  position: absolute;
  top: 115px;
  left: 20px;
  font-size: 14px;
  text-decoration: underline;
  color: #626468;
  cursor: pointer;
  z-index: 1000;
  transition: 0.3s opacity;
}

.exit-city-view:hover {
    opacity: 0.5;
}

/* Menu adjustments */
#office-clock .menu div.item {
  text-align: center;
  padding: 15px 2px;
  height: 20px;
  width: 246px;
  transition: 0.3s background-color, 0.3s border-color;
}
#office-clock .submenu div.item {
  padding: 8px 10px;
  transition: 0.3s background-color, 0.3s border-color;
}

#office-clock .submenu div.item.selected, #office-clock .submenu div.item:hover {
  background-color: #E30613;
  border-color: #E30613;
}

/* Submenus */
#office-clock .submenus {
  height: 50px;
  position: absolute;
  top: 18px;
  width: 760px;
  right: 0px;
}
#office-clock .submenus .submenu {
  right: 0;
}
#office-clock .submenu, #office-clock .history-key {
  position: absolute;
  top: 0;
}
#office-clock .history-key {
  margin: 0px 0 0 10px;
  height: 50px;
  font-size: 14px;
  right: 0;
}
#office-clock .history-key svg {
  width: 725px;
  height: 100px;
}
#office-clock .history-key svg rect {
  fill: none;
  stroke: #626468;
  display: none;
}

/* Clock styling */
#office-clock svg .clock circle {
  fill: none;
  stroke: #B1B2B4;
  stroke-width: 0.5px;
}
#office-clock svg .clock line {
  stroke: #B1B2B4;
  stroke-width: 0.5px;
}
#office-clock svg .clock .quadrant-background {
  fill: #F4F2EE;
  cursor: pointer;
}

/* Quadrant labels */
#office-clock div.quadrant-label {
  position: absolute;
  font-size: 15px;
  color: #ddd;
  pointer-events: none;  
}
#office-clock div.quadrant-label.showcase {
  color: #2E75C1;
}

/* Quadrant about box */
#office-clock .about {
  width: 960px;
  height: 20px;
  margin-left: 20px;
  background-color: white;
}
#office-clock .about h1 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 6px;  
}

#office-clock svg .clock .points circle {
  stroke: white;
  stroke-width: 1px;
}

/* Labels */
#office-clock .label-group {
    width: 280px;
	line-height:15px;
}

#office-clock .label-group span {
  cursor: pointer;
  color: #2E75C1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#office-clock .label-group span:hover, #office-clock .label-group span.selected {
  color: #E30613 !important;
}

/* Connectors */
#office-clock svg g.connectors .connector {
}
#office-clock svg g.connectors path {
  stroke: #bbb;
}

/* tooltip override */
#office-clock .tooltip {
  width: 60px !important;
  text-align: center;
}
.label{
float:none !important;
margin-right:0 !important;
}
