

/* ------- CUSTOM LIST GROUP STYLES ------- */
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px 10px 15px;
	margin-bottom: -1px;
	background-color: transparent;
	border: 1px solid #ddd;
        border-left: none;
        border-right: none;
	text-decoration: none;
	color: #555 !important;
	font-size: 15px;
}

.list-group-item:hover,
.list-group-item:focus {
	color: #c00 !important;
	text-decoration: underline;
	background-color: #f5f5f5;
}

.list-group-item:first-child {
	border-top: none;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
}

.list-group-item.active {
	background-color: #C00;
	border-color: #C00;
	color: #fff !important;
	outline-color: #c00;
}

.uu-menu__level1 a {
       font-size: 12px;
}

.uu-menu__level2 a,
.uu-menu__level3 a {
font-size: 11px;
}

.btn-primary{color:#fff;background-color:#C00;border-color:#F1F1F1}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#900;border-color:#d2d2d2}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#C00;border-color:#F1F1F1}.btn-primary .badge{color:#C00;background-color:#fff}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:700;}h1,.h1{font-size:33px;text-transform:none}h2,.h2{font-size:28px;text-transform:none}h3,.h3{font-size:26px;text-transform:none}h4,.h4{font-size:23px;text-transform:none}h5,.h5{font-size:19px;text-transform:none}h6,.h6{font-size:16px;text-transform:uppercase}


.uu-breadcrumb li a {
text-transform: capitalize;
}

table {
  width: 100%;
}
.table-bordered {
  border-collapse: collapse;
}

.table-bordered td, 
.table-bordered th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table-striped tr:nth-child(even){background-color: #f2f2f2;}

.table-striped tr:hover {background-color: #ddd;}

.table-striped th,
.table-bordered th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ddd;
  color: black;
}
