﻿.kg-resources-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-resources-view{
    width: calc(100% - 68px);
}

.kg-resources-view-main {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    padding: 0 32px 32px 32px;
    box-sizing: border-box;
}
.kg-resources-view .kg-form_default {
    margin-top: 58px;
}
.kg-resources-view .kg-instance-form {
    margin-top: 58px;
}
.kg-resources-view .kg-instance-form,
.kg-resources-view .kg-form_default{
    margin-right: 20px;
}

.kg-resources-view .jsgrid-grid-header{
    display:none;
}

.kg-resources-view .jsgrid-table tr:first-child{
    border-top: none
}
.kg-resources-view .jsgrid-table tr{
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.kg-resources-view .jsgrid-table tr:last-child{
    border-bottom: none
}
.kg-resources-view .jsgrid-table td{
    cursor: default;
    background-color: rgba(255,255,255,0.8) !important;
    padding: 0;
    transition:background-color 0.1s linear;
}
.kg-resources-view .jsgrid-table td:hover{
    background: rgba(255,255,255,1) !important;
}

.kg-resources-view .jsgrid-table td:hover .kg-resources__attachment{
    display: block;
}
.kg-resources-view .jsgrid-table td:hover .kg-resources__remove{
    display: block;
}

.kg-resources-view__items{
    border-radius: 5px;
    width: 100% !important;
}

.kg-resources-view__toolbar-button {
    float: left;
    margin-bottom: 20px;
}

.kg-resources-view .jsgrid-table{
    width:100% !important;
}

.kg-resources__info {
    position: relative;
    margin: 20px;
}

.kg-resources__empty-info {
    position: relative;
    margin: 20px;
}
.kg-resources__empty-info-text {
    margin: 34px 0;
    color: #555;
}


.jsgrid-grid-body tr:first-child td{
    padding: 0;
}

.kg-resources__item {
    display: inline-block;
}

.kg-resources__name {
    cursor: pointer;
    color:#555;
    text-decoration: underline;
    font-size: large;
}

.kg-resources__rating {
    padding-top: 3px;
    font-size: 12px;
    color:#70685A;
}

.kg-resources__attachment {
    background: url(/images/icons/clip.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    border: 0;
    height: 24px;
    width: 24px;
    vertical-align: top;
    margin-left: 20px;
    cursor: pointer;
    float: right;
    display: none;
}

.kg-resources__remove {
    background: url(/images/icons/remove1.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    border: 0;
    height: 24px;
    width: 24px;
    vertical-align: top;
    margin-left: 20px;
    cursor: pointer;
    float: right;
    display: none;
}

.kg-resources-view__add {
    border: none;
    background-position: center;
    background-size: 24px 24px;
    padding: 12px 20px;
    background: #429ED1;
    vertical-align: middle;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    float: left;
}
.kg-resources-view__toolbar-button.kg-resources-view__add:before{
    content: '';
    width: 16px;
    height: 16px;
    margin-top: 3px;
    float: left;
    background-image: url(/images/icons/plus-wight.png);
    background-size: 16px 16px;
}
.kg-resources-view__add:hover {
    background: #52aEe1;
}
.kg-resources-view__add:active {
    background: #227Ec1;
}
.kg-resources-view__add_text-button{
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}