/**
 * Project          : Classic
 * Source filename  : pushNotification.css
 * Description      : css styles for push notifications
 * Author           : Suhas <suhas.shetty@robosoftin.com>
 * Copyright        : Copyright © 2014
 *                    Written under contract by Robosoft Technologies Pvt. Ltd.
 */

.notificationDropdownLabel{
  font-weight: bolder;
  font-size: 18px;
}

.notificationImage{
  height: 300px;
  padding: 15px;
}

.notificationImageDiv{
  text-align: center;
}

.notificationPull-right{
  float:  right; 
}

.notificationUserBuckets{
  padding: 15px;
}

.notificationRow{
  margin: 10px 0 10px 0;
}

.notificationHead{
  font-weight: bolder;
  color: #f44336;
}

#excelUploadUserFile{
  display:none;
}

.notificationExcelBox{
  height: 300px !important;
  width: 500px !important;
  word-wrap: break-word;
}

.notificationExcelDesc{
  padding: 5px;
}

.notificationList{
  list-style-type: none;
  background-color: #E5E5E5;
  margin: 10px;
  padding: 6px;
  box-shadow: 0px 0px 2px #777;
  float: left;
  width: 100%;
}

.notificationListCont{
  padding-left: 15px;
  padding-right: 15px;
}

.viewHeading{
  color: #f44336;
}

.viewContent{
  text-align: center;
}

.viewSeperator{
  margin: 5px 0 5px 0;
}

.viewButtonBox{
  margin-top: 25px;
}

.notificationRptIcn{
  font-size: 20px;
  float: right;
}

.notificationReuseRow{
  width: 100%;
  display: inline-block;
}

.notificationNgdialog{
  z-index: 78 !important;
}

.notificationNgdialog .ngdialog-content{
  width: 700px !important;
}

.notificationCondSep{
  width: 100%;
  text-align: center;
  color: #f44336;
  background-color: #ECEAEA;
  font-size: 16px;
  padding: 5px; 
}

.imgCancelBtn > i{
  font-size: 20px;
  line-height: 2.8;
}

.notificationCondClose{
  float: right;
  color: #f44336;
}

.consumedContent{
  float: left;
  width: 100%;
}

.notificationDateTimeLabel{
  color: #f44336;
}

.notificationTime{
  margin-top: 9px;
}

.loadingScreen{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 999;
}

.loadingImage{
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  margin-bottom: -75px;
  margin-right: -75px;
  background-image: url('../gif/ellipsis.gif');
  z-index: 101;
}

.deeplinkLoading{
  position: absolute;
  width: 96%;
  height: 100%;
  background: #fff;
  z-index: 101;
}

.deeplinkLoadingImage{
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 50%;
  margin-bottom: -13px;
  margin-right: -13px;
  background-image: url('../gif/facebook.gif');
  z-index: 102;
}

.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ }
  .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0; }
   .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto; }
  .selectdemoSelectHeader md-content._md {
    max-height: 240px; }
    .catSelectHeader label{
      display: none;
    }