@import url(/assets/stylesheets/font-awesome-4.7.0.min.css);
#leftMainMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 45px;
  height: 0;
  z-index: 1050;
  -webkit-transition: border-width .2s, background-color .2s, height 0s .2s;
  -moz-transition: border-width .2s, background-color .2s, height 0s .2s;
  -ms-transition: border-width .2s, background-color .2s, height 0s .2s;
  -o-transition: border-width .2s, background-color .2s, height 0s .2s;
  transition: border-width .2s, background-color .2s, height 0s .2s;
}
#leftMainMenu.open {
  height: 100%;
  -webkit-transition: border-width .2s, background-color .2s;
  -moz-transition: border-width .2s, background-color .2s;
  -ms-transition: border-width .2s, background-color .2s;
  -o-transition: border-width .2s, background-color .2s;
  transition: border-width .2s, background-color .2s;
}
#leftMainMenu .touchbox {
  height: 100%;
}
#leftMainMenu .container {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 100%;
  background-color: rgba(39,43,60,0.96);
  margin-right: -320px;
  overflow: hidden;
  overflow-y: auto;
  transition: all .2s;
  -webkit-transition: all .2s;
}
#leftMainMenu .container:hover {
  width: 260px !important;
}
#leftMainMenu .container:hover #leftlistLinks li a {
  transition: all .2s;
  -webkit-transition: all .2s;
  left: inherit !important;
  opacity: 1;
}
#leftMainMenu .hover {
  width: 260px !important;
}
#leftMainMenu .hover #leftlistLinks li a {
  transition: all .2s;
  -webkit-transition: all .2s;
  left: inherit !important;
  opacity: 1;
}
#leftMainMenu *[class*="col-*"] {
  padding-left: 5px;
  padding-right: 5px;
}
#leftMainMenu label {
  display: block;
  padding: .2em 2em;
  font-weight: normal;
}
#leftlistLinks {
  padding: 7em 15px;
}
#leftlistLinks .bigData .selection {
  transition: all 0.2s;
  list-style-type: none;
  padding: 0px 15px;
  height: 0px;
  background-color: rgba(38,60,82,0.58);
}
#leftlistLinks .bigData .selection li {
  padding: 7px 0px;
}
#leftlistLinks .bigData .selection a {
  display: none;
  opacity: 0;
  color: rgba(255,255,255,0.74);
  font-weight: 100;
}
#leftlistLinks .bigData:hover .selection {
  height: inherit;
  margin: 6px -14px;
  padding: 0px 0 0px 30px;
}
#leftlistLinks .bigData:hover .selection a {
  display: inherit !important;
  opacity: 1 !important;
}
#leftlistLinks .feature .selection {
  transition: all 0.2s;
  list-style-type: none;
  padding: 0px 15px;
  height: 0px;
  background-color: rgba(38,60,82,0.58);
}
#leftlistLinks .feature .selection li {
  padding: 7px 0px;
}
#leftlistLinks .feature .selection a {
  display: none;
  opacity: 0;
  color: rgba(255,255,255,0.74);
  font-weight: 100;
}
#leftlistLinks .feature:hover .selection {
  height: inherit;
  margin: 6px -14px;
  padding: 0px 0 0px 30px;
}
#leftlistLinks .feature:hover .selection a {
  display: inherit !important;
  opacity: 1 !important;
}
#leftlistLinks .transaction .selection {
  transition: all 0.2s;
  list-style-type: none;
  padding: 0px 15px;
  height: 0px;
  background-color: rgba(38,60,82,0.58);
}
#leftlistLinks .transaction .selection li {
  padding: 7px 0px;
}
#leftlistLinks .transaction .selection a {
  display: none;
  opacity: 0;
  color: rgba(255,255,255,0.74);
  font-weight: 100;
}
#leftlistLinks .transaction:hover .selection {
  height: inherit;
  margin: 6px -14px;
  padding: 0px 0 0px 30px;
}
#leftlistLinks .transaction:hover .selection a {
  display: inherit !important;
  opacity: 1 !important;
}
#leftlistLinks .listing .selection {
  transition: all 0.2s;
  list-style-type: none;
  padding: 0px 15px;
  height: 0px;
  background-color: rgba(38,60,82,0.58);
}
#leftlistLinks .listing .selection li {
  padding: 7px 0px;
}
#leftlistLinks .listing .selection a {
  display: none;
  opacity: 0;
  color: rgba(255,255,255,0.74);
  font-weight: 100;
}
#leftlistLinks .listing:hover .selection {
  height: inherit;
  margin: 6px -14px;
  padding: 0px 0 0px 30px;
}
#leftlistLinks .listing:hover .selection a {
  display: inherit !important;
  opacity: 1 !important;
}
#leftlistLinks .product .selection {
  transition: all 0.2s;
  list-style-type: none;
  padding: 0px 15px;
  height: 0px;
  background-color: rgba(38,60,82,0.58);
}
#leftlistLinks .product .selection li {
  padding: 7px 0px;
}
#leftlistLinks .product .selection a {
  display: none;
  opacity: 0;
  color: rgba(255,255,255,0.74);
  font-weight: 100;
}
#leftlistLinks .product:hover .selection {
  height: inherit;
  margin: 6px -14px;
  padding: 0px 0 0px 30px;
}
#leftlistLinks .product:hover .selection a {
  display: inherit !important;
  opacity: 1 !important;
}
#leftlistLinks .title {
  position: absolute;
  left: -60px;
  opacity: 0;
  transition: all .0s;
  -webkit-transition: all .0s;
  display: inline-block;
  color: rgba(255,255,255,0.84);
  font-weight: 200;
}
#leftlistLinks .glyphicon {
  display: inline-block;
  color: rgba(255,255,255,0.84);
}
#leftlistLinks label {
  padding-bottom: 2em;
}
#leftlistLinks li {
  padding: 10px 0px;
}
#leftlistLinks li a {
  color: gray;
  text-decoration: none;
  display: block;
  padding: .2em 1.4em;
}
#leftlistLinks li a:hover {
  color: silver;
}
#leftlistLinks li.active a {
  background-color: black;
  color: white;
}
#listNotifications {
  padding: .2em 0;
}
#listNotifications label {
  padding-bottom: 1.5em;
}
#listNotifications .notification {
  font-size: .8em;
  padding: .5em 1em;
  margin: 0 0 1em;
  border-bottom: 1px solid #333;
  min-height: 4em;
}
#listNotifications .notification label {
  margin: 0;
  padding: 0 0 .2em;
}
#listNotifications .notification label,
#listNotifications .notification p,
#listNotifications .notification div {
  margin-left: 3.5em;
}
#listNotifications .notification .thumbnail {
  float: left;
  margin: 0 1em 0 0;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  border-radius: 1.25em;
  box-shadow: 1px 1px 2px #666;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#btnMainMenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  margin: 30px 20px 0;
  background: none;
  border: 0;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#btnMainMenu:hover {
  color: silver;
}
#btnMainMenu:focus {
  outline: none;
}
#btnCloseMenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  margin: 1em .8em;
  z-index: 1050;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
#btnCloseMenu:hover {
  color: silver;
}
.open #btnCloseMenu {
  display: inherit;
}
