﻿#cpr-import-manager {
    margin: 0px;
    padding: 0px;
}
[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.cpr-fields {
    margin: 10px;
}
.cpr-fields .menu-head{
    text-align: center;
    text-decoration: underline;
    margin-top: 0px;
}
.cpr-fields ul {
    list-style-type: none;
    padding-left: 0px;
    margin-right: 5px;
    margin-left: 5px;
}
.cpr-fields li {
    margin: 1px;
    border: 1px solid #c5c5c5;
    background-color: #e3e3e3;
    margin-right: 0px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#imported-fields li {
    cursor: move;
}
#mapped-fields li {
    display: none;
}
.map-arrow
{
    width: 16px;
    height: 16px;
    display: inline-block;
}
.map-delete
{
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
    margin-top: 2px;
    margin-right: 5px;
    cursor: pointer;
}
.cpr-fields li.over {
    background-color: khaki;
    color: #666;
}