.apex-logo-text {
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column1-apex-logo {
  float: left;
  width: 15%;
  padding: 10px;
}
.column2-apex-logo {
  float: right;
  width: 85%;
  padding: 9px;
  line-height: 13px;
  white-space: normal;
}
/* Clear floats after the columns */
.row-apex-logo:after {
  content: "";
  display: table;
  clear: both;
}

/*
@font-face {
    font-family: "ButtonFont";
    src: url(/i_cannock/BPO/fonts/Asap-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: "DefaultFont";
    src: url(/i_cannock/BPO/fonts/Asap-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "TitleFont";
    src: url(/i_cannock/BPO/fonts/Baloo2-SemiBold.ttf) format("truetype");
	font-weight: normal;
    font-style: normal;
}
* {
    font-family: 'DefaultFont';
}
.ui-widget {
    font-family: "TitleFont" !important;
}
.h {
    font-family: "TitleFont" !important;
}
a {
    color: #000;
}
h2{
    color: #8F185C;
}
.t-AVPList-label, .t-AVPList-value {
    line-height: var(--ut-avp-line-height,1.20rem) !important;
}
 .t-Breadcrumb-label {
    color: #8F185C;
    font-size: 20px;
}
.t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item:last-child .t-Breadcrumb-label {
    overflow: visible;
}
.t-BreadcrumbRegion-buttons {
    position: relative;
    left: -192px;
}
.t-Button-label {
    font-family: "ButtonFont" !important;
}
.t-ContentBlock--h1 {
    --ut-content-block-header-font-size: 1rem;
}
.t-Header-branding {
    background: linear-gradient(to right, #1C1333, #8E185B) !important;
    color: #fff !important;
}
.t-Header-logo {
    width: 192px !important;
    background-image: url(#APP_FILES#cannock/Cannock_wit_logo_transparant.png) !important;
}
.t-Header-logo-link {
    overflow:visible;
}
.t-Region-title {
    color: #8F185C;
}
.t-Report-cell {
    border-color:#bfb6b6 !important; ;
}
.t-Report-colHead{
    border-color:#bfb6b6 !important;  
} 
.t-TreeNav .is-current, .t-TreeNav .is-current--top {
    --a-treeview-node-font-weight: var(--a-base-font-weight,100) !important;
}

/*page 2 timeline  */
/*
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/