/*
Product Name: dhtmlxSuite 
Version: 5.0 
Edition: Standard 
License: content of this file is covered by GPL. Usage outside GPL terms is prohibited. To obtain Commercial or Enterprise license contact sales@dhtmlx.com
Copyright UAB Dinamenta http://www.dhtmlx.com
*/

/*
    skin detected: material
    include extra file: skins/material.less
*/

@keyframes dhx_loader_rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dhx_loader_dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.dhx_list {
    -moz-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-select: none;
    width: 100%;
    overflow: hidden;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    background: #fdfdfd;
    display: flex;
    max-height: 100%;
    flex-direction: column;
    height: 100%;
}

.dhx_list .headerWrapper {
    display: flex;
    width: 100%;
    /* position: absolute; */
    position: static;
    top: 0;
}

.dhx_list .contentWrapper {
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    /* position: absolute; */
    position: static;
    top: 33px;
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    height: calc(100% - 34px);
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    flex-basis: content;
}

.dhx_list .row-cell {
    display: inline-block;
    min-width: 32px;
    position: relative;
    height: 100%;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 33px;
    line-height: 33px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    padding-left: 6px;
    padding-right: 6px;
    outline: transparent;
    overflow: hidden;
}

.dhx_list_empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.dhx_list_list {
    /*height: -moz-calc(100% - 29px);*/
    overflow-y: auto;
    position: relative;
    height: -webkit-calc(100% - 28px);
    height: -moz-calc(100% - 28px);
    height: calc(100% - 28px);
}

.dhx_list_list span {
    height:100%;
    float:left;
    margin-left: 4px;
    margin-right: 2px;
    word-wrap: break-word;
}

.dhx_list_list_empty {
    width: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 25%;
    text-align: center;
    font-size: 15px;
    color: rgb(137, 137, 137);
}

.dhx_list_default_item,
.dhx_list_default_item.selected {
    cursor: default;
}
.dhx_list .dhx_list_default_item,
.dhx_list .dhx_list_default_item.selected {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dhx_list .dhx_list_default_item.selected {
    background-color: #f3f3f3;
    /* color: #000; */
    /* border-color: #f4f4f4; */
    background-repeat: repeat-x;
    /* border-bottom: 1px solid #f4f4f4; */
}

.dhx_list .dhx_list_default_item:hover {
    background: #f5f5f5;
}

.dhx_list_header {
    font-family: Roboto, Arial, Helvetica;
    font-size: 13px;
    /* color: ; */
    box-sizing: border-box;
    line-height: normal;
    
    border-right: none;
    border-bottom: 1px solid #dedede;
    
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    
    cursor: default;
    
    width: 100%;
    height: 33px;
    padding: 0 0 0 8px;
    margin: 0px;
    display: flex;
}
.dhx_list_header textarea {
    resize: none;
    margin-top: -8px;
}
.dhx_list_header .dhx_strong {
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
}
/*.dhx_list_default_item.selected .dhx_light {
    color: #C3C3C3;
}
.dhx_list_header .dhx_light {
    color: #919191;
}*/

.dhx_list_header .row-cell:hover {
    background: #f5f5f5;
}


.dhx_list_item {
    font-family: Roboto, Arial, Helvetica;
    font-size: 13px;
    /* color: ; */
    box-sizing: border-box;
    line-height: normal;
    display: flex;
    width: 100%;
}
.dhx_list_item textarea {
    resize: none;
    margin-top: -8px;
}
.dhx_list_item .dhx_strong {
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
}
.dhx_list_default_item.selected .dhx_light {
    color: #C3C3C3;
}
.dhx_list_item .dhx_light {
    color: #919191;
}
