a {
    text-decoration:none;
}
/* Ensure DT tables stretch fully when shown */
table.dataTable { width: 100% !important; }

.table .badge {
  font-size: 0.8rem;
  padding: 0.35em 0.6em;
}

.table th {
    font-weight:normal;
    background-color:#01579b !important;
    color:#fff;
}

.table th.light-th {
    background-color:#fff !important;
    color:#01579b;
}

.guardian-button {
    background-color:#fff !important;
    color:#01579b;
    border: none;
}

.point {
    cursor:pointer;
}

.tableLink {
    color: #01579b;
    cursor:pointer;
}

.page-item.active .page-link {
    background-color: #01579b;
    border-color: #01579b;
}

.right-txt {
	text-align:right;
}

.center-txt {
	text-align:center;
}

.left-txt {
	text-align:left;
}

.red-txt {
	color:#dc3545 !important;
}

.green-txt {
	color:#198754 !important;
}

.orange-txt {
	color:orange !important;
}

.blue-txt {
	color:blue !important;
}

.grey-txt {
	color:rgb(224, 224, 224) !important;
}

.unselected-icon {
    opacity:0.2;
  }

/* Datatables */
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
    cursor: pointer;
}

.tableIcon {
    font-size: 1.25rem;
    color: #01579b;
    cursor:pointer;
}

.tableIconNoPoint {
    font-size: 1.25rem;
    color: #01579b;
}

/* Modals */
.modal-header {
    background-color:#01579b;
    color:#fff;
}

/* Loader */
.loader {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

/* Accordions */
.accordion-button, .accordion-button:not(.collapsed) {
    background-color:#01579b;
    color:#fff;
}

/* Select2 */
.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container .select2-selection--single {
    height: 36px !important;
}
.select2-selection__arrow {
    height: 36px !important;
}

/* Calendar */
.fc .fc-button-primary {
    background-color: #01579b !important;
    border-color: #fff !important;
}

.fc-event {
    border-color:#fff !important;
}

.kpi {
  text-align: center;
  background-color: #f8f9fa;  /* light Bootstrap gray */
  border-radius: 0.5rem;
  padding: 0.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kpi .label {
  justify-content: center;
  font-size: 0.9rem;
  color: #555;
}

.kpi .value {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #01579b;;
}

.call-summary-tooltip .tooltip-inner {
    max-width: 320px;
    padding: 0.85rem 1rem;
    font-size: 0.85rem;
    text-align: left;
}

.call-summary-tooltip .tooltip-inner .tooltip-row + .tooltip-row {
    margin-top: 0.35rem;
}

#quoteSnapshot .quote-product-list {
    font-size: 0.85rem;
}

#quoteSnapshot .quote-product-item + .quote-product-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

#quoteSnapshot .quote-product-title {
    font-weight: 600;
}

#quoteSnapshot .quote-product-meta {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
}

#quoteProductToggle {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
}

#quoteProductToggle:hover,
#quoteProductToggle:focus {
    color: #fff;
    text-decoration: underline;
}
