﻿.kg-bookmarks-view {
    width: calc(100% - 247px);
    height: calc(100% - 82px);
    float: left;
    box-sizing: border-box;
    overflow-y: auto;
    margin-top: 82px;
    display: flex;
    animation: fade-in 0.4s ease;
    transition: width 0.4s ease;
}

#main.widescreen .kg-bookmarks-view {
    width: calc(100% - 68px);
}

.kg-bookmarks-view-main {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    padding: 0 32px 32px 32px;
    box-sizing: border-box;
}

.kg-bookmarks-view .kg-form_default{
    margin-right: 20px;
}

.kg-bookmarks-view .jsgrid-grid-header{
    display: none;
}

.kg-bookmarks-view .jsgrid-grid-body td{
    padding: 0;
}
.kg-bookmarks-view .jsgrid-grid-body td:first-child{
    border-top: 1px solid #000;
}

.kg-bookmarks-view .jsgrid-table td{
    background-color: rgba(255,255,255,0.8);
    cursor: default;
}

.kg-bookmarks-view .jsgrid-table td:hover{
    background-color: rgba(255,255,255,1);
    cursor: default;
    transition:background-color 0.1s linear;
}

.kg-bookmarks-view__items{
    border-radius: 5px;
    widows: 100% !important;
}
 

.kg-bookmarks-view .kg-form__bottom-actions {
    display: none;
}

.kg-bookmarks-view .jsgrid-table{
    width:100% !important;
}

.kg-bookmarks-view tr{
    border-bottom: 1px solid rgba(255,255,255, 0.5);
    /*background: #fff;*/
}
.kg-bookmarks-view tr:first-child{
    border-top: none;
}
.kg-bookmarks-view tr:last-child{
    border-bottom: none;
}

.kg-bookmarks__info {
}

.kg-bookmarks__empty-info {
    position: relative;
    margin: 20px;
}
.kg-bookmarks__empty-info-text {
    margin: 34px 0;
    color: #555;
}

.kg-bookmarks__result-item {
    padding: 20px;
    display: inline-block;
    width: calc(100% - 36px);
}

.kg-bookmarks__result-name {
    cursor: pointer;
    color: #555;
    text-decoration: underline;
    font-size: large;
}

.kg-bookmarks__attachment-icon {
    display: inline-block;
    padding: 0;
    border: none;
    background: url(/images/icons/doc1.png);
    background-position: center;
    vertical-align: top;
    background-size: 24px 24px;
    height: 24px;
    width: 15px;
}

.kg-bookmarks__attachment-icon_hidden {
    display: none;
} 

.kg-bookmarks__attachment {
    display: inline-block; 
    color:#555;
}

.kg-bookmarks__attachment_hidden {
    display: none;
}

.kg-bookmarks__source {    
   font-size: smaller;
   color: #70685A;
}

.kg-bookmarks__areas {    
    margin-left: 5px;
    font-size: smaller;
}

.kg-bookmarks__source_hidden {
    display: none;
}

.kg-bookmarks__remove-bookmark {
    background: url(/images/icons/remove1.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    border: 0;
    height: 16px;
    width: 16px;
    vertical-align: top;    
    cursor: pointer;
    float: right;
    display: none;
    margin-top: 20px;
    margin-right: 20px;
}

.kg-bookmarks-view__items td:hover .kg-bookmarks__remove-bookmark{
    display: inline-block;
}