.project-timeline .vis-labelset .draggable .category-title {
    padding: 28px 10px 0px;
}

.project-timeline .item-icon img {
    /*height: 82px;
    width: 82px;*/
}

.f_image {
	overflow: hidden;
    height: 82px;
    width: 82px;
}

.f_image_flag {
	overflow: hidden;
    position: absolute;
    display: flex;
}

.project-timeline .vis-item-content .order {
    /*top: -5px;*/
    top: -5px;
    left: -40px;
}

.f_image_flag{
	top: -20px;
    left: -10px;
    margin-left: 8px;
    /*height: 82px;*/
    width: 82px;
    /*max-width: 82px;*/
    /*width: 100%;*/
	/*width: 82px;*/
} 

.f_image_flag img{
	height: 82px;
	/*width: 82px;*/
    /*max-width: 64px;
    max-height: 64px;*/
} 

.project-timeline .vis-item-content .hover-autors{
    top: -20px;  
}

.project-timeline .vis-item-content .hover-autors .country_img{
    /*top: 102px;*/
    top: 39px;
    left: 91px;
}

.hover-autors{
	position: relative;
	width: 82px;
	height: 82px;
	/*width: 100%;*/
	/*height: 100%;*/
	/*min-width: 82px;*/
	/*min-height: 82px;*/
	/*max-height: 82px;*/
	/*max-width: 82px;*/
	margin-top: 25px;
}

.hover-autors:hover{
	z-index: 2;
}

.hover-autors img{
	/*position: absolute;*/
	left: 8px;
	/*width: 82px;*/
	/*height: 82px;*/
}

.hover-autors .hover-background{
	position: absolute;
	/*width: 82px;*/
	height: 82px;
	background: url(/templates/sravnivse/images/compare_background.png) no-repeat;
	color:#fff;
	font-size: 9px;
	left: 0;
	display: none;
	top: -20px;
	left: -2px;
	width: 100%;
	
}

.hover-autors .hover-background div.tx{
	position: absolute;
	height: 10px;
	bottom: 10px;
	width: 82px;
	text-align: center;
}
.hover-background > div.fag{
	cursor: pointer;
	width: 34px;
	height: 34px;
	position: absolute;
	margin: 5% 5%;
	opacity: 0.9;
	background: url(/templates/sravnivse/images/compare_cb2.png) no-repeat;
}

.hover-background > div.fag:hover{
	opacity: 3;
}

.hover-autors:hover > .hover-background{
	z-index: 2;
	display: block;
}
.hover-autors:hover > .hover-background > div.fag{
	display: block;
}

.add-to-favorit-user{
	margin-top: 5%;
	text-align: right;
}

.imp-check{
	cursor: pointer;
	color: #fff;

	width: 110px;
	line-height: 15px;
	font-size: 12px;
 	padding-top: 4px;
    padding-bottom: 4px;
	margin-left: 2px;
	-webkit-transition: ease-all 0.2s;
	-moz-transition: ease-all 0.2s;
	-ms-transition: ease-all 0.2s;
	-o-transition: ease-all 0.2s;
	transition: ease-all 0.2s;
	color: #273248;
}

.imp-check:hover {
	cursor:pointer;
	    background: #afafaf;
		color: #fff;
}
.imp-check span{
	vertical-align: middle;
	
}

.imp-checked{
	background-color: #273248;
	color: #fff;
}

.imp-check:last-child{
	width: 20%;
}

.imp-check:not(:first-child){
	/*border-left:1px solid #fff;*/
}

.categories-item-project{
	height: 41px;
}

.nummenu-project{
	height: 25px;
}

.nesting-project > span{
	height: 25px !important;
	width: 25px !important;
}

#user-name-link-full-data{
	border-radius: 0px;
}

.lupa_fav{
	height: 55px;
    margin-top: -5px;
}

.ul-my-fav{
	display: none;
	position: absolute;
	margin-left: 1px;
	padding: 0px;
	/*right: 90px;*/
	width: 143px;
}

.lupa_fav:hover{
	background-color: #273248;
    color: #fff !important;
}

.lupa_fav:hover + .ul-my-fav{
	display: block;
}

.lupa_fav > span:hover + .ul-my-fav{
	display: block;
}

.lupa_fav > span:hover .lupa_fav{
	background-color: #273248;
    color: #fff !important;
}

.ul-my-fav:hover{
	display: block;
}

.ul-my-fav:hover .lupa_fav{
	background-color: #273248;
    color: #fff !important;
}
.li-my-fav:hover .ul-my-fav{
	background-color: #273248;
}
.li-add-to-my-fav:hover .lupa_fav{
	    color: #fff !important;
}

.modals-feedback-2-adm > a{
	color: black;
}

.modals-feedback-2-adm > a:hover{
	color: black;
	text-decoration: none;
}

.modals-feedback-2-chat > a:hover{
	text-decoration: none;
}

.logo_search_hide{
	display:none;
}

.project_tml > .vis-timeline{
	height: 0px !important;
	margin: 0px !important;
	border: 0px !important;
}

.project_tml > .vis-timeline > .vis-top{
	width: 0px !important;
}

.project_forms{
	padding: 25px;
}

.project_paragraphs_go_buttons{
    position: fixed;
    bottom: 10px;
}

.project_paragraphs_go_buttons_item{
	font-size: 15px;
    padding: 5px 25px;
    background-color: #fff;
    color: #273248 !important;
    border: 2px solid #273248;
    border-radius: 25px;
    text-transform: uppercase;
    opacity: 0.8;
    margin-right: 5px;
}

.project_paragraphs_go_buttons_item:hover{
	background-color: #273248;
	color: #fff !important;
	opacity: 1;
}

.project_paragraphs_go_buttons_item_active{
	background-color: #273248;
	color: #fff !important;
	opacity: 1;
}

body{
	height: initial !important;
}

.project_paragraphs_edit_button{
	position: fixed;
    bottom: 0px;
    right: 250px;
    height: 30px;
    background-color: #273248;
    color: #fff;
    padding: 3px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: blink;
    font-size: 15px;
}

.project_paragraphs_edit_button:hover{
	color: #fff !important;
	background-color: #273248;
	text-decoration: blink;
}

.project_paragraphs_edit_item_name{
	color: #273248;
    font-size: 25px;
}

.project_paragraphs_item_name{
	color: #273248;
    font-size: 25px;
}

.project_paragraphs_item_content{
	font-size: 12px;
}

.delete_project_paragraph{
	background-color: #e11010;
    height: 25px;
}

.delete_project_paragraph:hover{
	background-color: #273248;
    height: 25px;
}

.add_project_paragraph{
	height: 25px;
}

.add_project_paragraph:hover{
	background-color: #273248;
    height: 25px;
}

.friendsList-container > ul > li{
	position: relative !important;
}

.compare-friends-title{
    width: 80px;
    position: absolute;
    bottom: 0px;
    text-align: center;
}

.compare-friends-img img{
     height: 80px;
     margin-top: 0px !important;
}

.friendsList-container{
	padding: 0px;
}

.friendsList-container ul{
	padding: 0px;
}

.friendsList-container li, .mainFriendsList-container li, .mainFriendsList-container-all li, .mainFriendsList-container-main li{
    display: inline-block;
    overflow: hidden;
    margin-right: 7px;
		box-shadow: 1px 1px 4px grey;
		border-radius: 7px;
        width: 80px;
		height: 105px;
		
}

.mainFriendsList-container .selected-category-friends{
	z-index: 501 !important;
	background:#fff;
	box-shadow: 0 4px 12px 0 grey;
	border-radius: 4px;
    width: 120px;
    overflow-x: auto;
    position: absolute;
    z-index: 100;
    display: none;
    overflow-y: hidden;
}

.mainFriendsList-container-all .selected-category-friends{
	z-index: 501 !important;
	background:#fff;
	box-shadow: 0 4px 12px 0 grey;
	border-radius: 4px;
    width: 120px;
    overflow-x: auto;
    position: absolute;
    z-index: 100;
    display: none;
    overflow-y: hidden;
}
.mainFriendsList-container-main .selected-category-friends{
	z-index: 501 !important;
	background:#fff;
	box-shadow: 0 4px 12px 0 grey;
	border-radius: 4px;
    padding-bottom:5px; 
    width: 140px;
    overflow-x: auto;
    position: absolute;
    z-index: 100;
    display: none;
    overflow-y: hidden;
}
.mainFriendsList-container .friend-delet-dialog{
	background:#fff;
	box-shadow: 0 4px 12px 0 grey;
	border-radius: 4px;
	padding:30px 30px 20px 30px;
	width: 340px;
	position: absolute;
	top:-80px;
	z-index: 5000;
	display: none;
	text-align: center;
}

.project-paragraphs-autors-button{
	font-size: 15px !important;
	color: #fff !important;
    background-color: #273248 !important;
    border-color: #273248 !important;
}

.project-paragraphs-autors-button:hover{
	font-size: 15px;
	color: #273248 !important;
    background-color: #fff !important;
}

/* .modal-backdrop.in {
    opacity: 0.5 !important;
} */

/* .searchAutorsFormModalClass{
	margin-top: 50px;
} */

#adv_user_age1, #adv_user_age2{
	flex-basis: 0% !important;
	width: 90px !important;
}

.adv-search-country-container{
	width: 60%;
	float: left;
	max-height: 300px;
	overflow: auto;
	border: 1px solid #333333;
    padding: 10px;
}

.adv-search-country-item{
	width: 25%;
	float: left;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #dadada;
}

#adv-search-country-input{
	width: 35%;
	margin-left: 4px;
}

.adv-search-category-container{
	width: 60%;
	float: left;
	max-height: 300px;
	overflow: auto;
	border: 1px solid #333333;
    padding: 10px;
}

.form-group-search-for-category{
	padding-top: 5px;
}

.form-group-search-for-category, .search-for-category{
	clear: both;
}

.adv-search-category-item{
	width: 33%;
	float: left;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #dadada;
}

#adv-search-category-input{
	width: 35%;
	margin-left: 4px;
}

.adv-search-country-item-checked, .adv-search-category-item-checked{
	font-weight: bold;
	color: #333;
}

.catedit{
	position: absolute;
	top: 60px;
	left: 5px;
	z-index: 100;
	width: 16px;
	height: 16px;
	background: #fff;
	cursor: pointer;
	padding: 0px 3px;
	/*border:1px solid #2999d6;
	border-radius: 50%;*/
}

.selected-category-friends{
	z-index: 501 !important;
	background:#fff;
	box-shadow: 0 4px 12px 0 grey;
	border-radius: 4px;
    /*padding-bottom:5px; */
    /*width: 140px;*/
    width: 120px;
    /*height: 180px;*/
    overflow-x: auto;
    position: absolute;
    z-index: 100;
    display: none;
    overflow-y: hidden;
}

.selected-category-friends-menu-panel-element-autors-module{
	width: calc(50% - 2px);
	/* width: 50%; */
}

.selected-category-friends-menu-panel-element-autors-module-hr{
	float: left;
    width: 4px;
    height: 30px;
    background-color: #6699cc;
}

.selected-category-friends-menu-panel-element-autors-module-hr-block{
	background-color: #fff;
    height: 20px;
    margin-top: 5px;
    border-radius: 10px;
}