/* Page titles */
.aps-fnt-top-bar-major{
    color: #12455B;
    font-family:OpenSans500; 
    font-size:17px;
}

/* Panel headers */
.aps-fnt-header{
    font-family: OpenSans500;
    font-size: 16px;
    color: #12455B;
}

/* Generic bold */
.aps-fnt-bld{
    font-family: OpenSans700;
}

/* Main font */
.aps-fnt-standard{
    font-family: OpenSans400;
    font-size: 14px;
}
.aps-fnt-standard.aps-fnt-bld{
    font-family: OpenSans600;
}
.x-toolbar-text {
    font-family: OpenSans400;
    font-size: 14px;
}
.x-toolbar-item .x-form-display-field {
    font-family: OpenSans400;
    font-size: 14px;
}

.aps-fnt-dash-alert{
    font-family:OpenSans500; 
    font-size:45px; 
}

/* Giant font for major call-outs */
.aps-fnt-huge{
    font-family:OpenSans500; 
    font-size:27px; 
}
.aps-fnt-huge.aps-fnt-bld{
    font-family: OpenSans800;
}

/* Slighly larger font for contrast */
.aps-fnt-large{
    font-family:OpenSans400; 
    font-size:16px; 
}
.aps-fnt-large.aps-fnt-bld{
    font-family: OpenSans500;
}

/* Slighly smaller font for contrast */
.aps-fnt-minor{
    font-family: OpenSans300;
    font-size: 14px;
}
.aps-fnt-minor.aps-fnt-bld{
    font-family: OpenSans500;
}

/* Small/lighter font for notes and descriptions */
.aps-fnt-note{
    font-family: OpenSans300;
    font-size: 13px;
    line-height: 16px;
    color: #444444;
}
.aps-fnt-note.aps-fnt-bld{
    font-family: OpenSans400;
}

/* Helpers */
.aps-fnt-error{
    color: #CC0100;
}
.aps-fnt-good{
    color:#6EB551;
}
.aps-fnt-lnk{
    color:#248CB8;
}
.aps-fnt-warning-bar{
    background-color:#F0F4C3; 
    border-radius:20px; 
    margin-top:10px; 
    padding:10px 10px 10px 12px; 
    cursor:pointer;
    border: solid 1px #DEEBF2 !important;    
    font-family: OpenSans400;
    font-size: 14px;
}
.aps-fnt-alert-bar{
    background-color:#FFFFFF; 
    border-radius:20px; 
    margin-bottom: 10px;
    cursor:pointer;
}

.aps-fnt-bar-icon{
    font-size: 18px;
}

.aps-fnt-selected {
	background-color: #DDEBF2;
}
.aps-fnt-clickable {
	cursor: pointer;
}
.aps-fnt-clickable:hover {
	background-color: #bcd0da;
}