.import .ticket-item {
    padding: 25px 25px 10px 25px;
    background: white;
    margin-left: 15px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #CDD3DA;
    margin-bottom: 20px;
}

.import .items-section {
    padding: 15px 15px 10px 15px;
    border-radius: 5px;
    border: 1px solid #CDD3DA;
    margin-bottom: 20px;
    margin-top: 10px;
}

.import .items-section h2 {
    font-size: 16px;
    margin: 0 0 10px;
}

.import .btn-import {
    background-color: #282828;
    color: white;
    font-weight: bold;
    /* Hug content by default. Pages that need a fixed width can set it
       inline (e.g. merge.html's "Save" button). */
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    margin-top: 2px;
}

.import .btn-import-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 35px;
}

.import .status-select {
    display: inline-block;
    width: 150px;
    margin-right: 10px;
}

.import .btn-import:hover, .import .btn-import:active, .import .btn-import:visited {
    background-color: #282828;
    color: white;
}

.import .import-table {
    margin-top: 20px;
    margin-bottom: 0;
}

.import .disabled, .import .disabled a, .import .disabled p {
    color: #939595;
}

.import .import-table image {
    width: 40px;
}

.import .import-table img {
    max-width: 40px;
    max-height: 40px;
}

.import .import-table td {
    padding-top: 15px;
}

.import .import-table .image {
    width: 40px;
    padding-top: 10px;
}

.import .import-table p {
    margin-bottom: 0;
}


.import .merge-block h1 {
    font-size: 14px;
}

.import .duplicate-table {
    margin-top: 0;
}

.no-border td {
    border-top: none !important;
}

.import .merge-block {
    padding: 0;
}

.import .merge-table {
    margin-top: 10px;
}

.import .merge-table .radio-inline {
    min-height: 17px;
}

.import .merge-table td {
    vertical-align: middle;
}

.import .merge-table tr:first-child td {
    border-top: none;
}

.import .merge-table .first-column {
    width: 10%;
}

.import .merge-table .second-column {
    width: 30%;
}

.import .merge-table .third-column {
    width: 30%;
}

.import .merge-table .fourth-column {
    width: 30%;
}

.import .merge-table .form-group {
    margin-bottom: 0;
}

.import .merge-table tr td:first-child {
    padding-left: 15px;
}

.import .merge-table input[type=text], .import .ui-select-container, .import .merge-table select, .import .merge-table textarea {
    display: inline-block;
    width: 90%;
}

.import .merge-table .top-align  td {
    vertical-align: top;
}

.import .merge-table .button-text {
    position: relative;
    top: 3px;
    max-width: 300px;
}

.import .merge-table .radio-input {
    display: inline-block;
}

.import .merge-table .images-info-image {
    float: left;
    margin-right: 20px;
}

.import .merge-table .images-label label {
    font-weight: normal;
}

.import-top-link {
    font-size: 16px;
    text-decoration: underline;
}

.import .ui-select-match-item {
    background-color: #d8d8d8;
    color: #2a2b2a;
    padding: 5px 7px 3px 7px;
    margin-left: 5px !important;
    border-radius: 4px;
    border: none;
    margin-top: 1px !important;
    margin-bottom: 5px !important;
}

.import .ui-select-container {
    min-height: 34px;
}

.import .ui-select-match-close {
    font-size: 14px !important;
    margin-top: 6px !important;
    margin-left: 3px;
}

.import .ui-select-bootstrap .ui-select-choices-row.active > a {
    background-color: #dfefed;
    color: #21ba93;
}

.import .create-new .glyphicon {
    font-size: 12px;
    color: #21ba93;
}

.import .save-button {
    text-transform: none;
    padding: 10px 50px 5px 50px;
    margin-top: 30px;
}

.import .ui-select-toggle .caret {
    display: none;
}

.import .ui-select-toggle {
    height: 45px;
    font-size: 16px;
    padding-top: 10px;
}

.import .ui-select-toggle:hover, .import .ui-select-match {
    background: none;
}

.import a {
    color: #333;
}