/*Classical Toolbar*/
/*Classical Menubar*/
/*card color*/
.filterCard {
  background: #fff none repeat scroll 0 0;
  margin: 10px 0;
  height: auto;
  border-radius: 10px;
  padding: 10px;
  position: relative; }
  .filterCard .songFilter {
    font-family: "Roboto", sans-serif;
    color: #fff;
    color: #000;
    margin-left: 20px;
    font-weight: 400;
    font-size: 18px; }
    .filterCard .songFilter md-checkbox {
      display: inline-block; }
  .filterCard .filterType {
    margin-left: 10px; }
    .filterCard .filterType .filterLabel {
      font-size: 20px; }
  .filterCard label {
    font-family: "Roboto", sans-serif;
    color: #fff;
    color: #000;
    margin-left: 20px;
    font-weight: 400;
    font-size: 18px; }
  .filterCard md-select {
    display: inline-block;
    margin: 0; }

.songContainer {
  padding: 30px; }
  .songContainer .songSearch {
    margin: 0 auto;
    width: 500px;
    width: 100% !important; }
    .songContainer .songSearch label {
      font-family: "Roboto", sans-serif;
      color: #fff; }
    .songContainer .songSearch 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; }
    .songContainer .songSearch .form-group {
      position: relative; }
    .songContainer .songSearch input {
      width: 100% !important; }

.songTypeDetail {
  text-align: center; }
  .songTypeDetail .songTypeName {
    font-family: "Roboto", sans-serif;
    color: #fff;
    color: #fff;
    font-weight: 400;
    font-size: 22px; }
  .songTypeDetail .songTypeThumbnail {
    margin: 0 auto; }
    .songTypeDetail .songTypeThumbnail img {
      max-width: 400px;
      max-height: 400px; }

.songCard {
  background: #2f2f2f none repeat scroll 0 0;
  margin: 10px 0;
  height: 100px;
  padding: 0px;
  position: relative; }
  .songCard .songImageContainer {
    width: 130px;
    height: 100px; }
    .songCard .songImageContainer div {
      height: 100%;
      background: url("http://r.saregama.com/resources/images/no-image.jpg");
      background-size: 100px 100px; }
  .songCard .albumEditIcons {
    position: absolute;
    right: 10px;
    display: none; }
  .songCard img {
    width: auto;
    max-height: 100px; }
  .songCard .songInfo {
    padding: 10px 15px 10px 5px;
    vertical-align: middle; }
  .songCard .songImage {
    background: url("http://r.saregama.com/resources/images/no-image.jpg"); }
  .songCard .songName {
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 22px; }
  .songCard .songAlbum {
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: left;
    color: #999;
    font-weight: 400;
    font-size: 12px; }
  .songCard .songArtist span {
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: left;
    color: #999;
    font-size: 12px; }
  .songCard .songModify {
    margin-right: 15px;
    padding: 10px;
    float: right; }
    .songCard .songModify .songDelete, .songCard .songModify .songEdit {
      text-align: right;
      height: 50%; }
      .songCard .songModify .songDelete .barButtons, .songCard .songModify .songEdit .barButtons {
        font-size: 20px; }
.fileUploadSongs{
      position: relative;
    overflow: hidden;
    margin: 0px !important;
    width: 98%;
}
.addSongsExcel{
    width: 0%;
    opacity: 0;
    height: auto;
}
/*# sourceMappingURL=songs.css.map */
