.migErrorDiv {
    word-wrap: break-word;
}

.migErrorProblems {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    color: #000000;
}

.migErrorAttempts {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

.errorLink {
    color: #D80000;
    cursor:pointer;
}

.errorLink:hover {
    color: #D80000;
    opacity: .6;
}

.errorText {
    float:left;
    margin-right: 5px;
    color: #D80000;
}

.errorArrow {
    color: #D80000;
}

.sustainerMigrationPageHeader {
    display:block;
}

.sustainerMigrationLabel {
    display: inline-block;
}

.sustainerMigrationNameLabel {
    font: 25px bold italic arial,helvetica,cleansans-serif;
    line-height: 40px;
}

.sustainerMigrationHiddenLabel {
    display: none;
}

.progressNumberLabel {
    font: 36px bold italic arial,helvetica,cleansans-serif;
    color: #9DCCEF;
    display: inline-block;
    line-height: 40px;
}

.progressLabel {
    color: #000000;
}

.migrationTable {
    min-width: 800px;
    padding: 0px;
    overflow: hidden;
}

.tableSpacer {
    margin-top: 15px
}

.hiddenRow {
    display: none;
}

.hiddenDiv {
    display: none;
}

.leftText {
    float: left;
    width: 50%;
}

.rightText {
    text-align: right;
    float: left;
    width: 50%;
}

.filterComponent {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.line {
    border:1px solid #000000;
    opacity:.1;
    height: 0px;
    width: 100%;
    float: left;
}

.tabLine {
    border-top: 3px solid #666;
    width: 100%;
    float: left;
}

.tableTitleRow {
    width: 100%;
    float: left;
    vertical-align: middle;
}

.actionButtons {
    text-align: right;
    width: 100%;
}

.actionButtons a {
    display:inline-block;
    padding: 5px 5px 5px 5px;
    margin-top: 2px;
    margin-right: 5px;
    width: 100px;
    text-align: center;
    color: #000000;
}

.actionButton {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  text-decoration: none;
  background-color: #D4D4D4;
  border-radius: 4px;
}

.actionButton:hover {
    color: #000000;
    background-color: #AAAAAA;
}

.actionButtonDisabled {
   font: 13px/1.231 arial,helvetica,clean,sans-serif;
   text-decoration: none;
   background-color: #D4D4D4;
   border-radius: 4px;
   opacity: .3;
 }

 .actionButtonDisabled:hover {
     cursor:default;
 }

.listContainer {
    float:left;
    width: 100%;
}

.processArea {
    margin-left: 18px;
    padding-bottom: 10px;
}

.processTitle {
    color: #333;
    text-align: left;
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.fullRow {
    width: 100%;
}

.processSubSection {
    margin-left: 25px;
}

.boldText {
    font-weight: bold;
}

.disabledLink {
    opacity: .3;
    color: #284869;
    padding: 5px;
}

#auditTrailContentArea {
    margin-top: 10px;
    min-width: 1300px;
}

#auditTrailFilters {
    float: left;
    min-width: 200px;
}

#auditTrailData {
    float: left;
    min-width: 800px;
    width: 1000px;
    min-height: 500px;
    border: 1px solid #e4e4e4;
    border-bottom: none;
}

.auditTrailDateContainer{
    width: 100%;
}

.auditTrailDateHeader {
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 10px;
}

.auditTrailActionEntry {
    padding: 5px 20px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    overflow: hidden;
}

.auditTrailActionEntryDesc {
    width: 50%;
    float: left;
}

.auditTrailActionTime {
    color: lightgray;
    font-size: small;
}

.auditTrailActionEntryLink {
    width:45%;
    float: left;
}

.auditTrailActionEntryLink a {
    color: #9DCCEF;
}

.overflowContainer {
    max-height: 150px;
    overflow: auto;
}

.mercAcctEntry {
    margin-top: 5px;
    padding-left: 10px;
    font-size: 90%;
    width: 95%;
    display: block;
}

.filterElement {
    display: block;
}

.filterTitle {
    font-style: italic;
}

.filterTitleMain {
    font-size: 18px;
    font-weight: bold;
}

.filterSubTitle {
    font-size: 16px;
}

.filterAction {
    font-weight: bold;
    color: #9DCCFF;
}

.calendarTitle {
    font-weight: bold;
}

.datePicker {
    width: 150px;
}

#userFilters {
    margin-top: 20px;
}

/*Prevents the user from seeing the uncompiled version of the page.*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}