﻿.kg-list {
}

.kg-list__items {
    padding: 0;
    margin: 0;
}

.kg-list__prev {
    background: url(/components/list/prev-page.svg) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    border: 0;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.kg-list__navigator {
    text-align: center;
    margin-bottom: 3px;
}

.kg-list__navigator_hidden {
    display: none;
}

.kg-list__prev_disabled {
    background: url(/components/list/prev-page-disabled.svg) no-repeat;
    background-size: 16px 16px;
}

.kg-list__next {
    background: url(/components/list/next-page.svg) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    border: 0;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.kg-list__next_disabled {
    background: url(/components/list/next-page-disabled.svg) no-repeat;
    background-size: 16px 16px;
}

.kg-list__item {
    display: block;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    cursor: default;
    min-height: 24px;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.kg-list__item_group {
    background-color: #1BA3E1;
    color: white;
    border-bottom: solid royalblue 1px;
}

.kg-list__item_expanded {
    background: url(/components/list/expanded.png) no-repeat calc(100% - 5px);
    background-color: #1BA3E1;
    background-size: 16px 16px;
}

.kg-list__item_collapsed {
    background: url(/components/list/collapsed.png) no-repeat calc(100% - 5px);
    background-color: #1BA3E1;
    background-size: 16px 16px;
}

.kg-list__item_selected {
    background-color: #e0f8ff;
}

.kg-list__item_hidden {
    display: none;
}

.kg-list__item:hover {
    background-color: whitesmoke;
}

.kg-list__item_selected:hover {
    background-color: lightblue;
}

.kg-list__item_group:hover {
    background-color: lightblue;
    color: white;
}
