.list-group-item-li {
    border-radius: 0;
	list-style:none;
	padding: 0;
}

.list-group-item-url {
    border-radius: 0;
	padding: 10px 15px;
    margin: 0;
    border: 0;
}


.radius-0.list-group-item-url:first-child, .radius-0.list-group-item:last-child {
    border-radius: 0;
}


.have_access {
background-color: #ace;
color: #000;
font-size: 80%;
font-weight: bold;
padding: 3px 5px;
}

.no_access {
background-color: #ccc;
color: #000;
font-size: 80%;
font-weight: bold;
padding: 3px 5px;
}

.no_access_text {
color: #707070;
}

.newBadge {
    background-color: #2572b4;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.text-white {
  color: white;
}


/* All the words within the div are lowercase except for the first word. */
div.capitalizeSentence { 
	text-transform: lowercase; 
}
div.capitalizeSentence::first-letter { 
	text-transform: uppercase; 
}

/*CCDEV-9760 Standardise button sizes in panel footer*/
.panel-footer .btn:not(.btn-link) {
    min-width: 6.5em;
}