﻿.kg-my-circle-view {
    width: calc(100% - 247px);
    height: calc(100% - 82px);
    float: left;
    box-sizing: border-box;
    overflow-y: auto;
    margin-top: 82px;
    animation: fade-in 0.4s ease;
    display: flex;
    transition: width 0.4s ease;
}

#main.widescreen .kg-my-circle-view{
    width: calc(100% - 68px);
}

.kg-my-circle-view-main {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    padding: 0 32px 32px 32px;
    box-sizing: border-box;
}

.kg-my-circle-view .jsgrid-table{
    width:100% !important;
}

.kg-my-circle-view .jsgrid-table tr:first-child{
    border-top: none;
}
.kg-my-circle-view .jsgrid-table tr:last-child{
    border-bottom: none;
}
.kg-my-circle-view .jsgrid-table tr{
    border-bottom: 1px solid rgba(255,255,255, 0.5);
}

.kg-my-circle-view .jsgrid-grid-header{
    display: none;
}

.kg-my-circle-view .kg-form__bottom-actions {
    display: none;
}

.kg-my-circle-view__list {
    
}
.kg-my-circle-view__items{
    border-radius: 5px;
}

.kg-my-circle__info {
    padding: 8px;
    cursor: default;
}

.kg-my-circle__empty-info {
    position: relative;
    margin: 20px;
}
.kg-my-circle__empty-info-text {
    margin: 34px 0;
    color: #555;
}

.kg-my-circle__result-item {        
    display: inline-block;
    margin-left: 10px;
}

.kg-my-circle__result-name {
    cursor: pointer;
    color: #555;
    text-decoration: none;
    font-size: large;
}

.kg-my-circle__attachment-icon {
    display: inline-block;
    padding: 0;
    border: none;
    background: url(/images/icons/doc1.png);
    background-position: center;
    vertical-align: middle;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
}

.kg-my-circle__attachment-icon_hidden {
    display: none;
} 

.kg-my-circle__attachment {
    display: inline-block; 
    color: #C80000;
}

.kg-my-circle__attachment_hidden {
    display: none;
}

.kg-my-circle__source {    
    font-size: 0.8em;
    color: #70685A;
}

.kg-my-circle__areas {    
    font-size: smaller;
    color: #70685A;
}

.kg-my-circle__source_hidden {
    display: none;
}

.kg-my-circle__messages {
    background: url(/images/icons/message2.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    border: 0;
    height: 32px;
    width: 32px;
    vertical-align: middle;    
    cursor: pointer;
    float: right;
    opacity: 0.7;
    transition: opacity ease-in-out 0.1s;
}
.kg-my-circle__messages:active {
    background: url(/images/icons/message2.png) no-repeat;
     background-size: 16px 16px;
    background-position: center;
}

.kg-my-circle__messages_unread {
    background: url(/images/icons/message3.png) no-repeat;
     background-size: 16px 16px;
    background-position: center;
}

.kg-my-circle__messages:hover {
    opacity: 1;
}

.kg-my-circle-view__items .jsgrid-table td{
    padding: 0;
    background-color: rgba(255,255,255,0.8);
    transition: background-color 0.1s linear;
}
.kg-my-circle-view__items .jsgrid-table td:hover{
    background-color: rgba(255,255,255,1)
}
.kg-my-circle-view__items .jsgrid-table td:hover .kg-recommendation__result-bookmark{
    display: block;
}

.kg-my-circle-messagebox {
    border-color: gray;
    border-width: 2px;
}

.kg-my-circle-image {
    height: 64px;
    width: 64px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 5px; 
    background-size: 100%;
    background-color: #429ED1;
}

.kg-my-circle-messagebox__input {
    width: 300px;
    max-width: 300px;
    height: 200px;
    max-height: 200px;
}

.kg-my-circle-messagebox {
    margin-top: 20px;
}

.kg-my-circle-messagebox:target {
	opacity:1;
	pointer-events: auto;
}

.kg-my-circle-messagebox > dialog {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.kg-my-circle__actions {
    float: right;
    width: 86px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 60px;
}
.kg-my-circle__remove {
background: url(/images/icons/icon_close-36.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    border: 0;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    margin-left: 16px;
    float: right;
    cursor: pointer;
    margin-right: 6px;
    opacity: 0.7;
}
.kg-my-circle__remove:hover {
    opacity: 1;
}