.fieldMapper, .fieldMapper table {
    width: auto !important;
}

.fieldMappingContainer, .mappingOptions {
    border: solid 1px #999999;
    background: #fafafa;
    padding: 10px; /*overflow: scroll;*/
    white-space: nowrap;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    width: auto !Important;
}

.mappingOptions {
    display: none;
    position: absolute;
    color: #633;
    top: 45%;
    left: 40%;
    text-align: left;
    z-index: 2;
}

    .mappingOptions INPUT {
        margin: 2px;
    }

.mappingOptionsHelp {
    background-color: #E7FFE7;
    border: 1px solid #ccc;
    margin: 2px;
    font-size: 10px;
    padding: 4px;
}

    .mappingOptionsHelp LI {
        font-size: 10px;
        padding: 0;
        list-style-type: disc;
    }

.fieldMappingContainer {
    margin: 3px;
}

    .fieldMappingContainer SPAN {
        float: right;
        margin-top: 5px;
    }

    .fieldMappingContainer TD {
        font-size: 12px;
        white-space: nowrap;
        -moz-user-select: none;
        -khtml-user-select: none;
        user-select: none;
    }

    .fieldMappingContainer TH {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        white-space: nowrap;
        text-align: left;
    }

    .fieldMappingContainer TABLE .alt {
        background: #e0e0e0;
    }

    .fieldMappingContainer .friendlyname {
        width: 250px;
        white-space: pre-wrap;
        padding: 5px;
    }

    .fieldMappingContainer A, .fieldMappingContainer A:visited, .fieldMappingContainer A:hover {
        font-weight: bold;
        text-decoration: none;
    }

    .fieldMappingContainer TD IMG {
        border: 0;
        width: 18px;
        height: 18px;
        cursor: pointer;
        cursor: hand;
    }

    .fieldMappingContainer td, .fieldMappingContainer th {
        padding-left: 5px;
        padding-right: 5px;
    }

.staticvaluecontainer {
    width: 40px !Important;
}

.fieldMappingContainer INPUT {
    font-size: 12px;
    width: auto;
}

.fieldMappingSourceInfo {
    color: #777;
    font-size: 12px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fieldMappingSource, .fieldMappingSourceUsed {
    position: relative;
    border: solid 1px #000000;
    background: #e0e0e0;
    padding: 5px !Important;
    cursor: move;
    z-index: 0;
    font-size: 12px;
}

.fieldMappingSourceUsed {
    background: #e7ffe7;
}

.fieldMappingSource INPUT {
    cursor: move;
    height: 27px;
    padding: 4px 6px;
    line-height: 1.4285;
    font-size: 12px;
    background-color: #fff;
    background-image: none;
    border: solid 1px #009ee5;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dragDestinationBoundary {
    border: 1px dashed #ccc;
    background: #F0F0F0;
    padding: .2em;
}

.fieldMappingDestinationInfo, .fieldMappingDestination {
    border: solid 1px #000000;
    background: #ffffff;
    padding: 5px;
    color: #ccc;
    width: 100px;
    font-size: 12px;
}

.fieldMappingDestination {
    color: #000;
    width: auto;
    white-space: nowrap !Important;
}

.fieldMappingDisabled {
    background-color: #CCC;
    color: #000;
}

    .fieldMappingDisabled DIV {
        background-color: #CCC;
        color: #000;
        border: none;
    }

.dragDestinationHightlight {
    background: #FFF7C2;
}

.mappingOptionsCanvas {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    filter: alpha(opacity=50);
    opacity: .5;
    width: 102%;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.fieldMappingContainer .group Table {
    margin-bottom: 5px;
}

.fieldMappingSample, .fieldMappingSampleData {
    border: 1px solid black;
    padding: 5px 7px;
    margin: .3em;
    color: #000;
    white-space: nowrap;
    letter-spacing: 2px;
}

.fieldMappingSampleData {
    /*background-color: #E2E2E2;*/
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .fieldMappingSampleData * {
        font-family: monospace !important;
        font-family: 11px !important;
    }

.fieldMappingDestinationContainer {
    width: 50%;
}

.mappingoptiontable {
    padding: 0px;
}

    .mappingoptiontable td {
        vertical-align: middle;
    }

    .mappingoptiontable input {
        border: 0px;
    }

.destinationcontainer tr, .destinationcontainer td {
    white-space: nowrap;
    padding-left: 10px;
}

.section {
    padding: 10px;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    margin: 10px;
    text-align: left;
    width: auto;
}

    .section img {
        border: none;
        margin: 0px 5px 0px 5px;
    }

    .section, .section TD {
        font: 1em helvetica, arial;
        color: #000;
    }


        .section .heading {
            color: #000000;
            font-size: 1.2em;
            font-weight: bold;
            border-bottom: 1px solid #ccc;
            margin-bottom: 5px;
            padding: 5px;
        }

        .section .legend {
            color: #000;
            font-weight: bold;
            font-size: 1em;
        }

.fieldsetTable {
    width: auto;
}

    .fieldsetTable td {
        white-space: nowrap;
        padding-right: 10px;
    }

.definitionTable {
    width: auto;
}

    .definitionTable td, .definitionTable th {
        padding: 5px;
    }
