/*Nestable list style for Knowlegebase*/

.tree-view>ol.dd-list>li.dd-item a {
    padding: 1px 0;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 300;
}

.tree-view>ol.dd-list>li.dd-item a:hover {
    text-decoration: none;
}

.tree-view .dd-list .dd-list {
    padding-left: 10px;
}

.tree-view .dd-list .dd-list>li.dd-item a {
    font-size: 13px;
}

.tree-view .dd-list .dd-list .dd-list>li.dd-item a {
    font-size: 13px;
}

/*END:Nestable list style for Knowlegebase*/
/*Content styles*/
.knb-word-wrap{
    word-wrap: break-word;

}
.knb-word-wrap img{
    height: auto !important;
    max-width: 100%;
}
.flw-knb-container-wysiwyg>div{
    max-width: 800px;
    margin: 0 auto;
}

.flw-knb-form-sideright{
    position: fixed;
    right: 0;
    /*background: #fafafa;*/
    margin-top: -20px;
    margin-bottom: -20px;
    padding-top: 20px;
    overflow-y: auto;
    height: calc(100% - 105px);
}
/* imperavi redactor pre fix*/
.flw-pre{
    font-family: monospace, sans-serif;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    white-space: pre-line;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;

}
/*content styles
/*Search Style*/

.knb-search-list {
    width: 100%;
    border-radius: 4px !important;
    padding: 0px;

}
/*.knb-search-item {

}
.knb-search-link {

}*/
.knb-search-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.knb-search-content {
	text-overflow: ellipsis;
	font-weight: 300;
    overflow: hidden;
}
.note-editor.fullscreen .note-editable.panel-body{
    max-height:none;
    padding-bottom:85px;
    overflow-y: scroll;
}
.note-editor .note-editable.panel-body{
    max-height:590px;

}
.icon-remove:before {
    content: "\f00d";
}
[class^="icon-"], [class*=" icon-"],*:not[class*=" icon-magnifier"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
ul.component-listview-container li.item-base-card{
    overflow: inherit;
    text-overflow: none;
    white-space: normal;
}


.childs-list-item-link{
    border-bottom: 1px solid #E9EDEF;
} 

.childs-list-item-link:hover{
    text-decoration: none;
    border-bottom: 1px solid #23527c;
}

.childs-list-item{
    padding-left:0!important;
}

.knowledgebase-articles-news{
    color:#03363d;
}
.knowledgebase-articles-news:hover{
    color:#03363d;
}
.not-childs-placeholder{
    display:inline-block;
    padding-left:0;
}
/*END:Search Style*/
.js-table-access .list__floating_buttons.btn-group.btn-group-vertical.clone
{
    top: 16px; left: 46px;
}
@media (max-width: 991px){
    .flw-knb-form-sideright{
        position: inherit;
        right:auto;
        background: #fff;
    }
}
