/**
 * Project          : Classic
 * Source filename  : whatsnew.css
 * Description      : css styles for whats new
 * 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*/
.whatsnewSearch {
  margin: 0 auto;
  width: 500px;
  width: 100% !important; }
  .whatsnewSearch label {
    font-family: "Roboto", sans-serif;
    color: #fff; }
  .whatsnewSearch 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; }
  .whatsnewSearch .form-group {
    position: relative; }
  .whatsnewSearch input {
    width: 100% !important; }

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

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

.whatsnewEditImage {
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
 .whatsnewSectionEditImage {
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
  .whatsnewEditImage .whatsnewThumbnail {
    display: block;
    border: solid 1px black;
    max-height: 400px;
    max-width: 400px; }
  .whatsnewSectionEditImage .whatsnewSectionThumbnail{
    display: block;
    border: solid 1px black;
    max-height: 400px;
    max-width: 400px; }

  .whatsnewEditImage .editImage {
    display: none; }
    .whatsnewSectionEditImage .editImage {
      display: none;
    }
    .whatsnewEditImage .editSectionImage {
    display: none; }
    .whatsnewEditImage .whatsnewEditImage {
    display: none; }
    .whatsnewEditImage .whatsnewSectionEditImage {
    display: none; }
  .whatsnewEditImage .cropArea {
    display: none;
    margin-bottom: 10px; }
  .whatsnewEditImage .whatsnewEditIcon {
    display: none;
    position: absolute;
    right: 5%;
    top: 0; }
  .whatsnewSectionEditImage .whatsnewEditIcon{
     display: none;
    position: absolute;
    right: 5%;
    top: 0; 
  }
.whatsnewEditImage .whatsnewEditIcon {
    /* display: none; */
    position: absolute;
    right: 5%;
    top: 0;
}
.whatsnewSectionEditImage .whatsnewEditIcon {
    /* display: none; */
    position: absolute;
    right: 5%;
    top: 0;
}
.whatsnewEditImage:hover .whatsnewThumbnail {
  opacity: 0.7; }
.whatsnewEditImage:hover .whatsnewEditIcon {
  display: block; }
.whatsnewSectionEditImage:hover .whatsnewEditIcon {
  display: block; }
.whatsnewCard:hover .whatsnewEditIcons {
  display: block;
  z-index: 10; }
.whatsnewCard:hover img {
  opacity: 0.7; }
.editSectionImage {
    max-width: 100%;
}
.editBannerImage{
    max-width: 100%;
}
.addExcel{
  width:0%;
  opacity: 0;
  
}
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;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 98%;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.uploadExcelConfirm{
    color: #fff;
    margin: 0 13px 18px 22px;
    font-size: 19px;
}
/*# sourceMappingURL=whatsnews.css.map */
