/***** Here color, customer images and customer fonts *****/
/***** HTML elements *****/
body {
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.1;
    font-size: 11px;
}

/***** Common Classes *****/
.nowrap {
    white-space: nowrap;
}
.wordwrapServiceName {
    width:120px;
    word-wrap:break-word;      /* IE */
}
/***** JQuery Classes *****/
.ui-widget-header {
    color: #CE153F !important;
    text-align: center;
    padding: 5px;
    background-color: #f1f2f3 !important;
    border: 1px #363C41 solid !important;
}

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

.partiallyUsed {
}

.dateCell span {
    display:block;
}

.contentBackgroundDiv {
    background: #F0F8FF;
}

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

.helpContent {
    font-size:12px;
    background-color: #F0F8FF;
    color: #363C41;
}

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

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

#language #textLinks a, .contentBlock a {
    color: #363C41 !important;
    text-decoration: underline;
}

#language #textLinks a:hover, .contentBlock a:hover {
    text-decoration: underline;
}

#mainTitle {
    color: #FFFFFF;
    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: #7F868B;
}

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

tr.evenColored:hover, table.dataTable tr.even:hover, td.even:hover {
    background-color: rgba(112, 2, 5, 0.89);
    color: #000;
}

tr.oddColored:hover, table.dataTable tr.odd:hover, td.odd:hover  {
    background-color: rgba(112, 2, 5, 0.89);
    color: #000;
}

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

.changePassword label {
    display: inline-block;
    clear: left;
    width: 200px;
    padding-right: 1em;
    text-align: right;
}
label {
    font-weight:normal !important;
}
fieldset input.text {
    color: #666666 !important;
    position: relative;
    border: 1px solid #999;
    float: inherit;
    padding: 3px 5px;
    width: 85%;
    margin-top: 3px;
}

.ticketNumber a{
    color: #363C41 !important;
}

.ticketNumber a:hover{
    color:#ffffff !important;
}

input#searchBtn {
    border: 1px solid #7F868B;
    background-color: #F3F3F3;
    color: #CE153F;
    font-weight: bold;
}

input#searchBtn:hover {
    border: 1px solid #CE153F;
    background-color: #CE153F;
    color: #F3F3F3;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 2px solid  #7F868B !important;
    color: #CE153F !important;
}
