﻿.accentBackground, a:focus .accentContainerSelectedItemBackgroundFocus {
    background-color: #00CCFF;
}
.accentBackgroundText, .accentBackgroundText:visited {
    color: #00CCFF;
}
.accentBorder {
    border-color: #00CCFF;
}
.accentForeground, .accentForeground:visited, a:focus .accentContainerSelectedItemForegroundFocus {
    color: #FFFFFF;
}
.accentForegroundHover:hover, .accentForegroundHover:focus, .accentForegroundHover:active, a:focus .accentContainerForegroundFocus {
    color: #FFFFFF;
}
a, a:visited, .accentColor, .accentLinkColor, .accentLinkColor:visited {
    color: #1570A6;
}
a:hover, a:focus, a:active, .accentColorHover:hover, .accentColorHover:focus, .accentColorHover:active, .accentLinkColor:hover, .accentLinkColor:focus, .accentLinkColor:active {
    color: #24459A;
}
.accentBackgroundHover:hover, .accentBackgroundHover:focus, a:hover .accentContainerBackgroundHover, a:focus .accentContainerBackgroundFocus {
    background-color: #24459A;
}
.accentBorderHover:hover, .accentBorderHover:focus {
    border-color: #24459A;
}



#btnReset {
    border: 0 none;
    font-size: 16px;
    font-weight: 600;
    height: 34px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 1px;
    padding: 4px 11px 10px;
}


#btnTransfer {
    border: 0 none;
    font-size: 16px;
    font-weight: 600;
    height: 34px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 1px;
    padding: 4px 11px 10px;
}


#btnExample {
    border: 0 none;
    font-size: 16px;
    font-weight: 600;
    height: 34px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 1px;
    padding: 4px 11px 10px;
}


.singleLineText {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #BABABA;
    color: #212121;
    font-size: 100%;
    padding: 4px 8px;
    height: 1.571em;
}
