.location .color_ready {
  background-color: lightgreen;
}
.location .color_ready.inp {
  background-color: transparent;
}
.location .color_not-ready {
  background-color: lightpink;
}
.location .color_not-ready.inp {
  background-color: transparent;
}
.mixin-menu-item {
  display: inline-block;
  font-size: 100%;
  padding-top: 0;
  text-align: center;
  color: #353535;
}
.mixin-topmenu {
  background-color: #f4f4f4;
  font-size: 100%;
  line-height: 2.4rem;
  white-space: nowrap;
  clear: both;
  margin: 0;
  padding: 0;
}
.navbar-fixed {
  background-color: #f4f4f4;
  height: 40px;
  position: fixed;
  right: 0;
  z-index: 999;
  width: 100%;
}
.navbar-fixed #topMenu {
  background-color: #f4f4f4;
  font-size: 100%;
  line-height: 2.4rem;
  white-space: nowrap;
  clear: both;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.navbar-fixed #topMenu .mode a {
  animation: blinker 1s linear infinite;
  color: red;
  font-weight: bolder;
}
.navbar-fixed #topMenu * {
  z-index: 999;
}
.navbar-fixed #topMenu li {
  border-bottom: 0;
  font-size: 14px;
  padding: 2px 7px;
  display: inline-block;
  float: right;
  height: 40px;
  list-style: none outside none;
  margin: 0;
  line-height: 16px;
}
.navbar-fixed #topMenu lihover {
  background-color: rgba(0,0,0,0.1);
}
.navbar-fixed #topMenu li a {
  display: inline-block;
  font-size: 100%;
  padding-top: 0;
  text-align: center;
  color: #353535;
  margin: 8px 6px;
}
.navbar-fixed #topMenu li:hover,
.navbar-fixed #topMenu li.hover,
.navbar-fixed #topMenu li .active {
  background-color: #0000001a;
}
.navbar-fixed #topMenu li.left {
  float: left;
}
.navbar-fixed #topMenu .current {
  background-color: #e0e0e0;
  float: right;
}
.navbar-fixed #topMenu .last {
  border-right: 0;
}
.navbar-fixed #topMenu .active {
  background-color: #e0e0e0;
}
.navbar-fixed #topMenu #error-messages {
  position: relative;
}
.navbar-fixed #topMenu #error-messages ul {
  margin-top: 40px;
  display: block;
  position: absolute;
  right: 0;
  left: -24px;
  width: 22em;
}
.navbar-fixed #topMenu #error-messages ul li {
  display: block;
  height: 1.6em;
  min-width: 22em;
}
.navbar-fixed #topMenu #error-messages ul li a {
  height: 1em;
  display: block;
  font-size: 75%;
  margin-top: 0;
  position: relative;
  text-align: left;
}
.navbar-fixed #topMenu li ul {
  display: none;
  position: relative;
}
.navbar-fixed #topMenu li:hover ul {
  display: block;
}
.navbar-fixed #rolesMenu {
  position: fixed;
  top: 40px;
  margin-left: 200px;
  border-left: 0 #cecece;
  width: 100%;
}
.navbar-fixed #rolesMenu .active {
  background-color: rgba(0,0,0,0.1);
}
#subMenu {
  clear: both;
  margin: 40px 0;
  padding: 0;
  padding-bottom: 40px;
  width: 200px;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  position: fixed;
  background-color: #cecece;
  max-height: 100%;
  overflow-y: scroll;
}
#subMenu li {
  transition: background-color 0.1s;
  list-style: none;
  height: 40px;
  background-color: #cecece;
}
#subMenu li.role-active {
  background-color: #e0e0e0;
}
#subMenu li.role {
  margin-left: 0;
  padding: 8px 0px;
  position: relative;
}
#subMenu li.role .a-TreeView-toggle {
  font-size: 66%;
  position: absolute;
  top: 2em;
  right: 15px;
}
#subMenu li.item {
  background-color: #e7e7e7;
}
#subMenu li.item.active {
  background-color: #e0e0e0;
}
#subMenu li.item.active a {
  color: #353535;
}
#subMenu li.item a {
  padding-left: 1em;
}
#subMenu li.item a svg {
  font-size: 81%;
  margin: 0 0.5em;
}
#subMenu li a {
  display: inline-block;
  font-size: 100%;
  padding-top: 0;
  text-align: center;
  color: #353535;
  color: #353535;
  font-size: 14px;
  height: 2em;
  text-align: left;
  text-decoration: none;
  margin-left: 0px;
  padding-top: 3px;
  margin-top: 5px;
  width: 95%;
}
#subMenu li a svg {
  display: inline-block;
  margin: 0 16px;
  font-size: 125%;
  color: #353535;
}
