.fav_txt_edit:hover {
    color: #bbb;
}

/*.fav_txt_edit:hover:after {
    content: "\f040";
    font-family: FontAwesome;
    font-size: 20px;
    color: #bbb;
    padding: 0 5px;
    position: absolute;
} */

input { outline: none !important; }

.nc-demo-modal { display: none; }
.nc-demo-modal-wrapper { display: none; }

.fav_block { position: relative; }

.fav_loader { position: relative; }

.fav_pattern {	
    width: 100%;
    height: 100%;	
	z-index: 1;
	display: none;
    position: absolute;   
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
}

.pagehalf-white .fav_pattern { background: rgba(255, 255, 255, 0.3) !important; }
.pagehalf-gray .fav_pattern { background: rgba(249, 249, 249, 0.3) !important; }

.fav_pattern_st {
	width: 100%;
    display: block !important;
    height: 100px;
    position: relative;
	background: none;
}

.fav_pattern_main {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
}

.fav_pattern-fix { position: fixed !important; }

.fav_pattern-loader {   
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 15px;
	margin: auto;
	position: absolute;
    display: inline-block;    
	background: url(loading.svg);
    background-size: cover;
    background-position: center;
}

.display--hidden { display: none !important; }
.display--active { display: block !important; }

.display--disable { 
	color: #828282 !important;
    background-color: transparent !important;
    border-color: #bdbdbd !important;
}

.fav_form-error > span {
    padding: 20px 0;
    display: block;
    color: #ff0000;
}

.fav_inputs-error * { color: #CA4002 !important; }

.fav_input { transition: 0.3s; }

.fav_bot-err.fav_input-error {
    border-bottom: 1px solid #ff0000 !important;
    color: #ff0000 !important;
}

.fav_item_cursor, .fav_span_button { cursor: pointer; }
.fav_item_disable { opacity: 0.5; }

.fav_span_button:hover { color: #0ebab9 !important; }

.fav_items_none {
	width: 100%;	
	border-bottom: 1px solid #0ebab9;
    padding: 10px 0px;
}

.fav_entity-item { transition : none !important; }

.fav_button {
    cursor: pointer;
    margin: 20px 0;
    width: 100%;
}

.fav_items_scrols { 
    max-height: 400px;
    padding: 0 15px !important;
}	

.fav_item_h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.fav_items_more {
    width: 100%;
    position: relative;
    border-top: 1px solid #BDBDBD;
    margin: 20px 0 10px 0;
    padding: 5px 0 10px 0;
    text-align: -webkit-center;
    color: #AAA;
}

.fav_item_select{ z-index: 999; }

.fav_input_text {
	border: 2px solid rgb(14, 186, 185);
	width: 100%;
	padding: 10px;
	min-height: 300px;		
	height: 300px;	
}

.fav_input_text_min {
    border: 2px solid rgb(14, 186, 185);
    width: 100%;
    padding: 10px;
    min-height: 120px;
    height: 120px;
}

.fav_edite_element {
	cursor: pointer;	
    position: relative;
    padding: 5px 5px 5px 0px;
}

.fav_edite_input {
	border: 2px solid rgb(14,186,185);
    padding: 5px;
    width: 100%;
    min-width: 100px;	
}

.fav_edite_no {
	border: 0;
    border-radius: 0;
	padding: 0;	
}

.fav_edite_item {
	margin: 0;
	outline: none;	
	/*background: none !important;*/
}

.fav_popup {
    position: fixed;
    background: #fff;
    z-index: 999999;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    height: 120px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fav_popup_block {    
    width: 410px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fav_popup_active { 

	bottom: 0px !important; 
	webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
}

.fav_elem_droped { opacity: 0.3 !important;  }

.fav_search_result {
    margin: 0;
    padding: 20px 0 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.fav_form_button.fav_form_disable,
input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label {
    opacity: 0.5;
}

.fav_search_result span.text-success {
    text-align: center;
    display: block;
}

.fav-pr-btns .fav-pr-btn { display: inline-block; }

/* Правки */

.fav_blue { color: #0EBAB9; }

hr.fav_line {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #BDBDBD;
}

.fav_popup_save .mbtn_noframe:hover { color: #0ebab9; }

ul.antity-state__list { padding: 10px 0 0 0 !important; }

.toTop { z-index: 999; }

.fav_files-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.fav_itog-item {
    background: #0EBAB9;
    color: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    margin-top: 20px;
    border: 1px solid #0EBAB9;
}

.fav_itog-item .itog-item__price { font-weight: 800; }
.fav_itog-item .small-text { color: #fff; }

nput[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

form { margin: 0; }

.sidebar-item__right span {
    margin: 0px;
    padding: 0px;    
}

.redactor__panel .redactor__name {
    white-space: nowrap;
}

.fav_home-box {
    position: relative;
    width: 25px;
    height: 23px;
}

.tooltip-inner {
    text-align: left;
    padding: 10px;
}

.tooltip-inner span {
    display: block;
}

.new-tabs__link.nav-link { font-size: 18px; font-weight: 400; }

.fav_modal-body { padding: 0; }

.small-button {
    font-weight: 600;
    border: 2px solid #bbbbbb;
    color: #bbbbbb;
}

.small-button:hover {
    color: #bbbbbb;
    text-decoration: none;
}

/* icons ------------------------------------------ */

.fav_icon-top-back svg { fill: #0ebab9; }

.fav_filter-btn .filter-top__filter,
.fav_filter-export .filter-top__filter {
	width: 26px;
    height: 26px;
}

svg { fill: #BBBBBB; }

.fav_icon-top-box svg,
.fav_redactor-box svg {
    overflow: hidden;
    vertical-align: top;
}

.fav_icon-top-box img,
.fav_redactor-box img {
    vertical-align: top;
    border-style: none;
}

.fav_readactor {
    position: absolute;
    right: 15px;
}

.fav_icon-top-box {
    position: relative;
    width: 26px;
    height: 26px;
    margin: 0 auto;
}

.fav_icon-top-box-mob {
    position: relative;
    width: 26px;
    height: 26px;    
}

.fav_icon-top-text {
    display: block;
    font-size: 12px;
    color: #bbb;
    padding: 10px 0 0 0;
    line-height: 1;
}

.fav_icon-top { margin-left: 30px; }

.top-btns__item.fav_icon-top-back { margin: 0; }

/* items ------------------------------------------ */


.entity-item__right {
    border-left: 1px solid #BBBBBB;
    padding-left: 25px;
    padding-top: 0;
    position: relative;
}

.fav_vr_center {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.entity-item__right:before { display: none; }

.fav_entity-item-main { padding: 20px 60px 20px 40px; }
.fav_entity-item-work { padding: 20px 70px 20px 40px; }
.entity-item.profile-item { padding: 20px 40px 20px 40px; }
.fav_entity-item-material { padding: 20px 70px 20px 40px; }

.fav_entity-item-work .entity-item__inner { min-height: 80px; }
.fav_entity-item-material .entity-item__inner { min-height: 80px; }

.fav_entity-item-main .entity-item__left { width: 70%; }
.fav_entity-item-main .entity-item__right { width: 30%; padding-top: 0; padding-left: 25px; }

.fav_entity-item-work .entity-item__left { width: 65%; }
.fav_entity-item-work .entity-item__right { width: 35%; padding-top: 0; padding-left: 25px; }

.entity-item.profile-item .entity-item__left { width: 65%; }
.entity-item.profile-item .entity-item__right { width: 35%; padding-top: 0; padding-left: 25px; }

.fav_entity-item-material .entity-item__left { width: 70%; }
.fav_entity-item-material .entity-item__right { width: 30%; padding-top: 0; padding-left: 25px; }

.fav_readactor-action {
    display: block;
    color: #BBBBBB;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
	margin-bottom: 15px;
}

span.fav_redactor-text {
    display: block;
    font-size: 10px;
    color: #bbb;
    padding: 5px 0 0 0;
    line-height: 1;
    text-align: center;
}

.fav_redactor-box {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    display: block;
}

.sidebar.sidebar-open .logo.logo--true { width: 100%; }

.sign-page .sign-logo {
    display: block;
    width: 160px;
    height: 50px;
    position: relative;
}

/* ------------------------------------------ */

@media ( max-width: 767px ){	
	
	.entity-item.profile-item  { padding: 15px 15px 15px 15px; }
	.entity-item.profile-item .entity-item__left { width: 60%; }
	.entity-item.profile-item .entity-item__right { width: 40%; padding-left: 15px; }
	
	.fav_entity-item-main { padding: 15px 60px 15px 15px; }
	.fav_entity-item-main .entity-item__left { width: 60%; }
	.fav_entity-item-main .entity-item__right { width: 40%; padding-left: 15px; }
	
	.fav_entity-item-work { padding: 15px 70px 15px 15px; }
	.fav_entity-item-work .entity-item__left { width: 60%; }
	.fav_entity-item-work .entity-item__right { width: 40%; padding-left: 15px; }
	
	.fav_entity-item-material { padding: 15px 70px 15px 15px; }
	.fav_entity-item-material .entity-item__left { width: 60%; }
	.fav_entity-item-material .entity-item__right { width: 40%; padding-left: 15px; }
}