﻿/* Account Info */
.ACHeader {
    background: #D2DFEE;
    color: Navy;
    font-size: small;
    font-weight: bold;
    border: solid 1px Navy;
}

.ACContent {
    background: White;
    text-align: left;
}

.ACLabel {
    font-weight: bold;
    text-align: left;
}
/*End Account Info*/

.ui-dialog .ui-dialog-titlebar-close {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/aui/6.0.1/aui/css/icons/aui-icon-close.png);
    z-index: 999999;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}
