/* ==================
GK CUSTOM CSS
===================== */

/* ------ ACCESSIBILITY FIXES ------ */
.gk-link {
	text-decoration: underline;
	color: #9B030D;
}
.alert a {
	text-decoration: underline;
}

/* ------ STATION DATA TABLES ------ */

.gk-stn-data {
	background-color: #d02e28;
	padding: 10px 15px 13px 15px;
	border-radius: 20px;
}
.gk-stn-data.gk-stn-data-response-time {
	background-color: #D14905;
}
.gk-stn-data thead {
    color: #fff;
	background-color: #D14905;
	text-align: center;
}
.gk-stn-data tbody {
	background-color: #f8d7cd;
	text-align: center;
}
.gk-stn-data.gk-stn-data-response-time tbody {
	background-color: #fff;
}
.gk-stn-data caption {
    color: #fff;
    font-weight: 300;
    font-size: 1.375rem;
	caption-side: top;
	background-size: auto 50px;
	margin-bottom: 10px;
	padding-top: .9375rem;
    padding-bottom: .9375rem;
}
.gk-stn-data table, .gk-stn-data table th, .gk-stn-data table td {
    border-color: #fff;
}
.gk-stn-data.gk-stn-data-response-time table, .gk-stn-data.gk-stn-data-response-time td {
    border-color: #000;
}
.gk-all-att-inc {
	background: url('/media/fg2brs1e/icon-all-attended-incidents.png') no-repeat left center;
	padding-left: 80px;
}
.gk-acc-house-fire {
    background: url('/media/yfhj52ep/icon-acc-house-fires.png') no-repeat left center;
    padding-left: 60px;
}
.gk-rtc {
    background: url('/media/rv1f3o4a/icon-rtc.png') no-repeat left center;
    padding-left: 72px;
}
.gk-home-fire-safety-visit {
    background: url('/media/g00pr4nd/icon-hfsv.png') no-repeat left center;
    padding-left: 64px;
}
.gk-avg-res-time {
    background: url('/media/p5mc4b05/icon-avg-response-time.png') no-repeat left center;
    padding-left: 58px;
}
.gk-att-stnds-met {
    background: url('/media/p5mc4b05/icon-avg-response-time.png') no-repeat left center;
    padding-left: 58px;
}
.gk-response-time {
    background: url('/media/p5mc4b05/icon-avg-response-time.png') no-repeat left center;
    padding-left: 58px;
}
.gk-availability {
    background: url('/media/muobaq1s/icon-availability.png') no-repeat left center;
    padding-left: 70px;
}
.gk-rso dt {
    font-size: 1.125rem;
}
.gk-rso dd {
    margin-bottom: 0;
}
.gk-rso dd .stationname {
    color: #757575;
}
.gk-rso {
    margin-bottom: 1rem;
}

/* ------ HMICFS SECTION ------ */
.gk-hmicfrs-oustanding.card {
    background-color: #b2e7ca;
    margin-bottom: 15px;
}
.gk-hmicfrs-oustanding.list-group-item {
    background-color: #b2e7ca;
}
.gk-hmicfrs-oustanding.card-header {
    background-color: #00b050;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
}
.gk-hmicfrs-good.card {
    background-color: #def1ca;
    margin-bottom: 15px;
}
.gk-hmicfrs-good.list-group-item {
    background-color: #def1ca;
}
.gk-hmicfrs-good.card-header {
    background-color: #92d050;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
}
.gk-hmicfrs-adequate.card {
    background-color: #fad8c1;
    margin-bottom: 15px;
}
.gk-hmicfrs-adequate.list-group-item {
    background-color: #fad8c1;
}
.gk-hmicfrs-adequate.card-header {
    background-color: #ed7d31;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
}
.gk-circle-fill-ontrack {
    height: 1.1rem;
    width: 1.1rem;
    background-color: #e9bfe2;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.gk-circle-fill-complete {
    height: 1.1rem;
    width: 1.1rem;
    background-color: #85ca4f;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.gk-circle-fill-offtrack {
    height: 1.1rem;
    width: 1.1rem;
    background-color: #ff8300;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}