.no-edit {
    background-color: #f4f4f4;
    padding:4px 8px 4px 8px;
}

/* Display pointer image when TR can be clicked */
#clickable-table-row {
    cursor:pointer;
}

/* Modal dialog title bg colour */
.app-modal-header {
    background-color: #1c669c;
}

.app-caption-bar {
    /* background-color: #F9F9F9; */
    abackground-color: #4F5D75;
    background-color: #4F5D85;
    bbackground-color: #9E7B74;
    cbackground-color: #C6C7C4;
}


.card-raised {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.250);
	border: 1px solid #d9d9d9;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}

.card-header-title {
	/* font-weight: bold; */
	font-size: 20px;
	/* color: #7c7c7c; */
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}

.notify-darkgreen {
  background: #24b66d !important;
  color: #fff;
}

.notify-darkred {
  background: #df4646 !important;
  color: #fff;
}

.text-light {
    text-decoration: underline;
}
