/*Classical Toolbar*/
/*Classical Menubar*/
/*card color*/
.instrumentSearch {
  margin: 0 auto;
  width: 500px;
  width: 100% !important; }
  .instrumentSearch label {
    font-family: "Roboto", sans-serif;
    color: #fff; }
  .instrumentSearch input {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
    border-radius: 24px;
    border-width: 2px;
    width: 500px;
    height: 50px; }
  .instrumentSearch .form-group {
    position: relative; }
  .instrumentSearch input {
    width: 100% !important; }

.instrumentCard {
  background: #2f2f2f none repeat scroll 0 0;
  padding: 10px;
  margin: 10px;
  height: 250px;
  position: relative; }
  .instrumentCard .instrumentEditIcons {
    position: absolute;
    right: 10px;
    display: none; }
  .instrumentCard img {
    width: 100%;
    border: 1px solid #fff; }
  .instrumentCard .instrumentName {
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    color: #fff; }

.instrumentImage {
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
  .instrumentImage .instrumentThumbnail {
    display: none;
    border: solid 1px black;
    max-height: 400px;
    max-width: 400px; }
  .instrumentImage .cropArea {
    display: none;
    margin-bottom: 10px; }

.instrumentEditImage {
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
  .instrumentEditImage .instrumentThumbnail {
    display: block;
    border: solid 1px black;
    max-height: 400px;
    max-width: 400px; }
  .instrumentEditImage .editImage {
    display: none; }
  .instrumentEditImage .cropArea {
    display: none;
    margin-bottom: 10px; }
  .instrumentEditImage .instrumentEditIcon {
    display: none;
    position: absolute;
    right: 5%;
    top: 0; }

.instrumentEditImage:hover .instrumentThumbnail {
  opacity: 0.7; }
.instrumentEditImage:hover .instrumentEditIcon {
  display: block; }
  .instrumentEditImage:hover .instrumentEditIcon i {
    color: #000; }

.instrumentCard:hover .instrumentEditIcons {
  display: block;
  z-index: 10; }
.instrumentCard:hover img {
  opacity: 0.7; }

/*# sourceMappingURL=instruments.css.map */
