/* Add here all your CSS customizations */
.disabled { display: none;}
.notification-icon-badge {
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    text-align: center;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 50%;
}


.header .search {
    width: 270px;
}

.table > thead > tr > td.infoSummary, .table > tbody > tr > td.infoSummary, .table > tfoot > tr > td.infoSummary, .table > thead > tr > th.infoSummary, .table > tbody > tr > th.infoSummary, .table > tfoot > tr > th.infoSummary, .table > thead > tr.infoSummary > td, .table > tbody > tr.infoSummary > td, .table > tfoot > tr.infoSummary > td, .table > thead > tr.infoSummary > th, .table > tbody > tr.infoSummary > th, .table > tfoot > tr.infoSummary > th {
    background-color: #f5f5f5 !important;
}

.table > thead > tr > td.infoSection, .table > tbody > tr > td.infoSection, .table > tfoot > tr > td.infoSection, .table > thead > tr > th.infoSection, .table > tbody > tr > th.infoSection, .table > tfoot > tr > th.infoSection, .table > thead > tr.infoSection > td, .table > tbody > tr.infoSection > td, .table > tfoot > tr.infoSection > td, .table > thead > tr.infoSection > th, .table > tbody > tr.infoSection > th, .table > tfoot > tr.infoSection > th {
	color: #000;
	background-color: #C9C9C9 !important;
}


