/***** Here color, customer images and customer fonts *****/
/***** HTML elements *****/
body {
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.1;
    font-size: 13px;
    background-clip: border-box;
    background: transparent url(../images/circles.png?F1568773198459BBRWUM=_) no-repeat;
    background-position-x: center;
    background-position-y: 0px;
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-size: auto;
    background-repeat: no-repeat;
    }
.wordwrapServiceName {
    width:120px;
    word-wrap:break-word;      /* IE */
}
/***** Common Classes *****/

/***** JQuery Classes *****/
.ui-widget-header {
    text-align: left;
    padding-left: 8px;
}

/***** Statement Pages *****/
.fullyUsed {
    font-weight: bold;
    white-space: nowrap;
}

.dataTables_scrollHead, .dataTables_scrollBody, .dataTables_scrollFoot {
    overflow: visible !important;
}

.partiallyUsed {
}

.dateCell span {
    display:block;
    width: 70px !important;
}

#statementContent th.passName {
    width: 100px;
}
.passName{
    text-transform: capitalize;
}

.contentBackgroundDiv {
    background: #F0F8FF;
}

.account_summary_title {
    font-size: 1.4em;
}

/***** Dialog Classes *****/
.dialogBox {
    background: #F0F8FF;
}

.helpContent {
    font-size:12px;
    background-color: #F0F8FF;
    color: #0078ae;
}

/***** Layout Style *****/
#bannerLogo {
    background: url(../images/logo.png?F1568773198459BBRWUM=_) no-repeat left;
    height: 92px;
}

#language, #flagIcons a {
    text-decoration: none;
}

#language, #textLinks a, .contentBlock a, #otherNav a {
    color: #0078ae;
    text-decoration: none;
}

.contentBlock a {
    color: #CA077F;
}

#language, .contentBlock a:hover {
    color: #666666;
}

#periodTable_pageNumbers a:hover {
    color: #FFFFFF;
}

#mainTitle {
    color: #aaaaaa;
    font-size: 1.4em;
}

table.dataTable th, table.dataTable td, .tableContent th, .tableContent td {
    border-color: #aaaaaa;
}

tr.evenColored, table.dataTable tr.even, td.even {
    background-color: #FFFFFF;
}

tr.oddColored, table.dataTable tr.odd, td.odd {
    background-color: #FFFFFF;
}

tr.evenColored:hover, table.dataTable tr.even:hover, td.even:hover {
    background-color: #FFFFFF;
}

tr.oddColored:hover, table.dataTable tr.odd:hover, td.odd:hover  {
    background-color: #FFFFFF;
}

/* Data table Processing indicator */
#dataTables_processing {
    background-color: #f0f2f2;
    border: 1px solid #aaaaaa;
}

#otherNav a, #otherNav:hover, #otherNav:after {
    color: #CA077F;
}

.grid_8 {
    width: 1000px !important;
}

#header {
    padding-top: 21px;
}

#resourcesContent {
    color: #666666;
}

.ui-button-text-only:hover {
    color: #FFFFFF !important;
}

.changePassword label {
    display: inline-block;
    clear: left;
    width: 200px;
    padding-right: 1em;
    text-align: right;
}