/*.ecxHeaderBar {
    background-color: #6390C6;
}*/

.navbar-text.headerBarCustomerName,
.nav-item.headerBarCustomerNameMenu {
    color: #ffffff;
    /*padding-left: 4px;*/
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active {
    /* When a dropdown menu item is clicked */
    background-color: #d8e2ed;
    color: #6390C6;
}

.sidenav-item {
    padding: 0.4rem 0.1rem;
}

.btn-link-ecx {
    color: #455A64;
}

.container-logon,
.container-public {
    width: 90%;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.footer-logon {
    width: 100%;
    border-top: 1px dotted #c0c0c0;
    float: left;
}

.footerWrap {
    height: 36px; /* Set the fixed height of the footer here */
    background: #FFF;
    padding: 3px 10px 0 0;
    text-align: right;
    font-size: .9em;
}

/***EVERYTHING BELOW THIS LINE MAY NOT BE NEEDED, TESTING IS REQUIRED ******************************/
/* Wrapper for page content to push down footer */
.pageWrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -50px;
}

.push { height: 50px; }

.cultureOptionWrap {
    float: left;
    font-size: 14px;
    padding-right: 25px;
    text-decoration:none
}

/*Authentication Page*/

.SystemLogo {
    float: left;
    width: 300px;
}

.CustomerLogo {
    float: right;
    width: 250px;
    text-align: right;
}


.headerWrap {
    padding-top: 25px;
    border-bottom: 1px solid #aabfd6;
}

.force-break {
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
}

.force-break-fixed {
   max-width: 10px !important;
    -moz-word-break: break-all !important;
    -o-word-break: break-all !important;
    word-break: keep-all !important;  
   word-wrap: break-word !important;  
}

#AuthenticationCredentials {
    vertical-align: top;
    padding: 10px 0 10px 30px;
    text-align: left;
    display: inline-block;
    margin-top: 50px;
    width: 380px;
    border: 1px solid #aabfd6;
    font-size: 1em;
    color: #606060;
}

#AuthenticationCredentials .validation-label {
    margin-left: 13px;
}

#HomePageMessage {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    width: 450px;
    margin-top: 50px;
    margin-left: 75px;
    font-size: 14px !important;
}

/* Table */
.table {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.table-header-group {
    display: table-header-group;
}

.table-col {
    display: table-column;
}

/***EVERYTHING ABOVE THIS LINE MAY NOT BE NEEDED, TESTING IS REQUIRED ******************************/