#main-notification-panel {
  height: 100%;
  /*搜索框*/

}
#main-notification-panel .marginLeft3 {
  margin-left: 3px;
}
#main-notification-panel .marginBottom5 {
  margin-bottom: 5px;
}
#main-notification-panel #left-control-panel {
  border-width: 0px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
}
#main-notification-panel #left-control-panel .left-top-action-panel .left-action-menu {
  cursor: pointer;
}
#main-notification-panel #left-control-panel .left-top-action-panel .left-action-menu i {
  margin-left: 50px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
#main-notification-panel #left-control-panel .left-top-action-panel .left-action-menu span {
  font-size: 12px;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel .tabCat {
  background-color: #f2f2f2;
  color: black;
  font-size: 14px;
  font-weight: bold;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel .nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel .nav-tabs.nav-justified > .active > a,
#main-notification-panel #left-control-panel .left-bottom-action-panel .nav-tabs.nav-justified > .active > a:hover,
#main-notification-panel #left-control-panel .left-bottom-action-panel .nav-tabs.nav-justified > .active > a:focus {
  border-bottom-color: black;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel .nav > li > a {
  color: black !important;
  height: 55px;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel select::-ms-expand {
  width: 12px;
  border: none;
  background: white;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel .notification-picker {
  float: left;
  width: 150px;
  height: 32px;
  border: 1px solid darkgray;
  display: inline-block;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel .notification-picker .red-color {
  color: #e0301e;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel .notification-picker .vat-subheader {
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel .notification-picker .vat-subheader select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel #notificationCategory .expandableList {
  margin-top: 20px;
  margin-left: 50px;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel #notificationCategory .expandableList .expandableListItem {
  margin-top: 20px;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel #notificationCategory .expandableList .active i.fa-plus-square-o {
  display: inline-block;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel #notificationCategory .expandableList .active i.fa-minus-square-o {
  display: none;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel #notificationCategory .expandableList .inactive i.fa-minus-square-o {
  display: inline-block;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel #notificationCategory .expandableList .inactive i.fa-plus-square-o {
  display: none;
}
#main-notification-panel #left-control-panel .left-bottom-action-panel .line2Date {
  font-size: 12px;
  color: gray;
}
#main-notification-panel .unReadMessage {
  font-weight: bold;
  cursor: pointer;
}
#main-notification-panel .readMessage {
  cursor: pointer;
  color: black;
}
#main-notification-panel .LRmargin10 {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#main-notification-panel .panel-title:hover {
  cursor: pointer;
}
#main-notification-panel .panel-default > .panel-heading {
  background-color: #f2f2f2;
}
#main-notification-panel .HighPriority {
  color: #e0301e;
}
#main-notification-panel .MidPriority {
  color: #ff006e;
}
#main-notification-panel .LowPriority {
  color: #ffd800;
}
#main-notification-panel .watermark {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  opacity: 0.25;
  font-size: 3em;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
#main-notification-panel .search-container {
  /*display: inline-block;*/
  height: 40px;
  border: 1px solid #c7c8ca;
  line-height: 39px;
  margin-top: 12px;
  width: 256px;
  background-color: white;
}
#main-notification-panel .search-container .search-input {
  border: none;
  outline: none;
  width: 84%;
  height: 30px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 5px 5px 10px;
  margin-left: 1%;
}
#main-notification-panel .search-container .search-icon {
  height: 20px;
  width: 15%;
  display: inline-block;
  background-color: white;
  border: 0px;
  box-sizing: border-box;
  padding-top: 0px;
}
#main-notification-panel .search-container .clearable input::-ms-clear {
  /* Remove IE default X */
  display: inline-block;
}
