.selection-tool-window {
    font-size: 12px;
    font-family: arial;
    overflow: hidden !important;
}

.selection-tool-window button {
    margin-left: 10px;
}

.selection-tool-window .selection-tool-filter label {
    display: inline-block;
}

.selection-tool-window .level-1, .selection-tool-window .level-2 {
    /*display: none;*/
}

.selection-tool-window .level-1 {
    margin-left: 15px;
}

.selection-tool-window .level-2 {
    margin-left: 30px;
}

.selection-tool-tree {
    float: left;
    width: 455px;
    height: 305px;
    overflow: auto;
}

.selection-tool-window .selection-tool-selected {
    float: right;
    width: 455px;
    height: 305px;
    overflow: auto;
}

.selection-tool-window .st-row {
    line-height: 21px;
    background-color: #EFEFEF;
    border-bottom: 0.5px solid #FFFFFF;
}

.selection-tool-window .st-row .item-fullname {
    width: 92%;
    display: inline-block;
    padding-left:5px;
}

.selection-tool-window .st-row.branch {
    cursor: pointer;
}

.selection-tool-window .add-item, .selection-tool-window .remove-item {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none !important;
}

.selection-tool-window .add-item:hover, .selection-tool-window .remove-item:hover {
    text-decoration: none !important;
}

.data-loading-wheel {
    background: url('/images/loader.gif') no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 3px;
}

.selection-tool-window input[type="text"] {
    width: 250px;
}

.edit-codes {
    display: block;
}

.selection-tool-window .selection-tool-filter {
    padding-bottom: 10px;
}

.selection-tool-window .select-all-button {
    width: 455px;
    text-align: right;
    min-height: 22px;
    margin-bottom: 5px;
}

.selection-tool-window .selected-items-buttons {
    width: 455px;
    float: right;
    margin-bottom: 5px;
}

.selection-tool-window .selected-items-buttons button {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.selection-tool-window .selection-tool-filter .filter-item label:first-child {
    margin-left: 0px;
}

.selection-tool-window .selection-tool-filter .filter-item label, .selection-tool-window .selection-tool-filter .filter-item select {
    margin-left: 5px;
}

.item-row {
    display: block;
}

.item-row-inline {
    display: inline-block;
}

.filter-item select {
    width: 340px;
}

.field-st-container {
    display: inline-block;
    max-width: 976px;
}

.selection-tool-tree .add-item, .selection-tool-window .remove-item {
    margin-top: 2px;
}
