/**
 * Project          : Classic
 * Source filename  : recommendations.css
 * Description      : css styles for recommendations
 * Author           : Pratham <pratham.jn@robosoftin.com>
 * Copyright        : Copyright © 2016, Saregama India Ltd
 *                    Written under contract by Robosoft Technologies Pvt. Ltd.
 */


/*Classical Toolbar*/
/*Classical Menubar*/
/*card color*/
.recommendSearch {
  margin: 0 auto;
  width: 500px;
  width: 100% !important; }
  .recommendSearch label {
    font-family: "Roboto", sans-serif;
    color: #fff; }
  .recommendSearch 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; }
  .recommendSearch .form-group {
    position: relative; }
  .recommendSearch input {
    width: 100% !important; }

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

.recommendCard:hover .recommendEditIcons {
  display: block;
  z-index: 10; }
.recommendCard:hover img {
  opacity: 0.7; }
.recommendCard .recommendName{
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #fff;;
  }
  .recommendImage {
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
  .recommendImage .recommendThumbnail {
    display: none;
    border: solid 1px black; }
  .recommendImage .cropArea {
    display: none;
    margin-bottom: 10px; 
  }

.recommendEditImage {
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
 .recommendSectionEditImage {
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
  .recommendEditImage .recommendThumbnail {
    display: block;
    border: solid 1px black;
    max-height: 400px;
    max-width: 400px; }
  .recommendSectionEditImage .recommendSectionThumbnail{
    display: block;
    border: solid 1px black;
    max-height: 400px;
    max-width: 400px; }

  .recommendEditImage .editImage {
    display: none; }
    .recommendSectionEditImage .editImage {
      display: none;
    }
    .recommendSectionEditImage:hover .recommendSectionThumbnail {
      opacity: 0.7; }
    .recommendEditImage .editSectionImage {
    display: none; }
    .recommendEditImage .recommendEditImage {
    display: none; }
    .recommendEditImage .recommendSectionEditImage {
    display: none; }
  .recommendEditImage .cropArea {
    display: none;
    margin-bottom: 10px; }
  .recommendEditImage .recommendEditIcon {
    display: none;
    position: absolute;
    right: 5%;
    top: 0; }
  .recommendSectionEditImage .recommendEditIcon{
     display: none;
    position: absolute;
    right: 5%;
    top: 0; 
  }
.recommendEditImage .recommendEditIcon {
    /* display: none; */
    position: absolute;
    right: 5%;
    top: 0;
}
.recommendSectionEditImage .recommendEditIcon {
    /* display: none; */
    position: absolute;
    right: 5%;
    top: 0;
}
.recommendEditImage:hover .recommendThumbnail {
  opacity: 0.7; }
.recommendEditImage:hover .recommendEditIcon {
  display: block; }
.recommendSectionEditImage:hover .recommendEditIcon {
  display: block; }
.recommendCard:hover .recommendEditIcons {
  display: block;
  z-index: 10; }
.recommendCard:hover img {
  opacity: 0.7; }
.editSectionImage {
    max-width: 100%;
}
.editBannerImage{
    max-width: 100%;
}
ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}
ul[dnd-list], ul[dnd-list] > li {
    position: relative;
}
ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}
ul[dnd-list], ul[dnd-list] > li {
    position: relative;
}
.excelBox button {
    position: absolute;
    left: 8%;
    top: 73%;
}
.image_heading{
    transform: translate3d(0, 0, 0) scale(1) !important;
    order: 0 !important;
    transition: none !important;
}
/*# sourceMappingURL=recommends.css.map */
