
.sdx-small-list-block{
    box-sizing: border-box;
    width:100%;
}

.sdx-small-list-block .sdx-list{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.sdx-small-list-block ul.sdx-list{
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sdx-small-list-block .sdx-list .sdx-list-row{
    width: 100%;
    flex-direction: row;
    display: flex;
    margin-bottom: 3px;
}

.sdx-small-list-block .sdx-list .sdx-checker{
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #FFFFFF;
    align-self: center;
    margin-right: 10px;
    border-radius: 3px;
    box-shadow: #FFFFFF 0px 0px 3px, inset #FFFFFF 0px 0px 3px;
    background-color: #FFFFFF;
    display: flex;
}

.sdx-small-list-block .sdx-list .sdx-checker:hover, .sdx-small-list-block .sdx-list .sdx-list-row.active-item .sdx-checker{
    border: 1px solid #78A3FF;
    box-shadow: #78A3FF 0px 0px 5px, inset #78A3FF 0px 0px 5px;
    background-color: #78A3FF; 
}

.sdx-small-list-block .sdx-list .sdx-list-item{
    width: 100%;
    background: #222222;
    border-radius: 5px;
    border: 1px solid #FEFEFE;
    box-shadow: #FFFFFF 0px 0px 3px, inset #FFFFFF 0px 0px 3px;
    padding: 5px 20px 5px 20px;
    box-sizing: border-box;
    transition: all 0.5s;
    display: flex;
    flex-shrink: 1;
}

.sdx-small-list-block .sdx-list .sdx-list-item:hover, .sdx-small-list-block .sdx-list .sdx-list-row.active-item .sdx-list-item{
    border: 1px solid #78A3FF;
    color: #78A3FF;
    box-shadow: #78A3FF 0px 0px 5px, inset #78A3FF 0px 0px 5px;
}

.sdx-small-list-block .sdx-list-item.highlighted{
    border: 1px solid #78A3FF;
    color: #78A3FF;
    box-shadow: #78A3FF 0px 0px 5px, inset #78A3FF 0px 0px 5px;
}

.sdx-small-list-block .sdx-list .sdx-list-item.status-ok-item{
    background: #a9ea8a;
    color: #000000;
}

.sdx-small-list-block .sdx-list .sdx-list-item.status-middle-item{
    background: #ede97d;
    color: #000000;
}

.sdx-small-list-block .sdx-list .sdx-list-item.status-bad-item{
    background: #ffa4a2;
    color: #000000;
}

.sdx-small-list-block .sdx-list .sdx-list-item .sdx-item-part{
    
}

.sdx-small-list-block .sdx-list .sdx-list-row.header{
    margin-bottom: 10px;
    padding: 0px;
    background-color: transparent;
    border: none;
}

.sdx-small-list-block .sdx-list .sdx-list-row.header .sdx-item-part{
    font-weight: bold;
    text-shadow: #FFFFFF 0px 0px 2px;
}

.sdx-list-item-activateable{
    cursor: pointer;
}

.sdx-pager{
    width: 100%;
    border-radius: 7px;
    background-color: #f4f4f4;
    box-shadow: inset 1px 1px 3px #999999;
    text-align: left;
    border: 1px solid #111111;
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.sdx-pager .page-block{
    margin-left: 50px;
    float: left;
}

.sdx-pager .count-per-page-block{
    float: right;
    margin-right: 50px;
}

.page-button{
    padding-left: 9px;
    padding-right: 9px;
}

.sdx-pager .pager-current-page{
    background: #7fb7eb;
}

.sdx-pager .pager-current-items-count{
    background: #7fb7eb;
}

.page-button .item-count-button{
    padding-left: 9px;
    padding-right: 9px;
}

.sidex-frame .list-frame-header{
    display: flex;
    flex-direction: row;
}

.sidex-frame .list-frame-header .title{
    width: 100%;
    font-family: 'Space Age';
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-shadow: #FFFFFF 0px 0px 5px;
    min-width: 200px;
}

.sidex-frame .list-frame-header .button-bar{
    margin-top: 5px;
    height: 30px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
}

.sidex-frame .list-frame-header .button-bar .icon-button{
    width: 30px;
    height: 30px;
    border: 1px solid #FFFFFF;
    margin-right: 5px;
    border-radius: 3px;
    box-shadow: #FEFEFE 0px 0px 3px, inset #FEFEFE 0px 0px 3px;
    cursor: pointer;
    background-size: contain;
}

.sidex-frame .list-frame-header .button-bar .icon-button:hover{
    border: 1px solid #78A3FF;
    color: #78A3FF;
    box-shadow: #78A3FF 0px 0px 5px, inset #78A3FF 0px 0px 5px;
}
