html.withSidebar {
  margin-right: 221px;
}
#sideBar {
  display: none;
  position: fixed;
  right: 0;
  width: 220px;
  padding-top: 15px;
  height: 100%;
  background: #ededee;
  border-left: solid 1px #bec0c2;
  top: 0;
  /*a:hover .imagebox {
		height:123px;

		img {
			margin-top:0;
		}
	}*/

}
#sideBar a {
  border-bottom: solid 1px #dfe0e1;
  padding-left: 15px;
  display: block;
  padding-right: 15px;
  padding-bottom: 10px;
}
#sideBar a:hover {
  background: #1a9ead;
}
#sideBar a:hover p {
  color: white;
}
#sideBar h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 15px;
}
#sideBar .imagebox {
  height: 80px;
  position: relative;
  overflow: hidden;
  border: solid 1px dimgray;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
#sideBar .imagebox img {
  top: 0;
  margin-top: -30px;
  margin-left: -15px;
  display: block;
  position: absolute;
  width: 218px;
  -webkit-transition: margin-top 0.2s ease-in-out;
  -moz-transition: margin-top 0.2s ease-in-out;
  -o-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
}
#sideBar .imagebox .recordinfo {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  width: 100%;
  /*color:#ffffff;*/
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#sideBar p {
  padding: 5px 0px 3px 0px;
  font-weight: 500;
  color: dimgray;
}
