@import "font-awesome/css/font-awesome.min.css";
body{
	min-width: 1170px;
	background: #f2f4f5;
}

/* BOOTSTRAP EDIT*/

a:hover{color: #e21526;}
p{line-height: 1.6em;}

a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.container{
	width: 1170px; !important
	min-width: 1170px; !important
}
.btn, .navbar-nav>li>a{
	-webkit-transition: all .13s linear 0s;
    -webkit-transition-delay: .13s 0s;
    transition: all .13s linear 0s;
}
.btn-primary, .btn-primary:focus{
	background-color: #0491e5;
    border-color: #0482cd;
}
.btn-primary:hover{
	background-color: #049cf7;
    border-color: #048dde;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-bottom-width: 1px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	position: relative;
	padding: 10px;
	vertical-align: middle;
}
.table_center th,
.table_center td{
	text-align: center;
}
.table_center th:first-child,
.table_center td:first-child{
	text-align: left;
}
.table_center2 th,
.table_center2 td{
	text-align: center;
}
.table_center2 th:nth-child(2),
.table_center2 td:nth-child(2){
	text-align: left;
}

/* TAB TOOLS*/
.tab_tools .tab_cont>div{
	display: none;
}
.tab_tools .tab_cont>div.active{
	display: block;
}

/* SPOILER TOOLS*/
.spoiler_tools{
	border-top: 1px solid #ddd;
}
.spoiler_item{
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
}
.spoiler_item.active{
	background-color: #f9f9f9;
}
.spoiler_item_head{
	position: relative;
	margin: 0;
	padding: 4px 0;
	font-size: 1em;
	line-height: 1.5em;
	cursor: pointer;
}
.spoiler_item_head:after{
	content: '\002B';
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	top: 5px;
	right: 0;
	line-height: 20px;
	text-align: center;
	font-size: 1em;
	font-weight: 700;
	color: #e6183a;
	border: 1px solid #ddd;
	border-radius: 50%; 
}
.spoiler_item.active .spoiler_item_head:after{
	content: '\2212';
	color: #fff;
	background-color: #e6183a;
	border-color: #e6183a;
}
.spoiler_item_cont{
	display: none;
	margin: 15px 0 0;
}

.sample_tovar_info_answer .spoiler_item_cont{
	white-space: pre-line;
}
/* TOOLS*/
i.rur{
	margin: 0 0 0 4px;
	font-style: normal;
}
i.rur:after{
	content:"\20BD"; 
}
span.badge_1{
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 2px 6px;
	line-height: 1em;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #e6183a;
	border-radius: 8px;
}
.title_lvl_1{
	margin: 30px 0;
	font-size: 34px;
}
.title_lvl_3{
	margin: 0 0 25px;
	font-size: 24px;
}
.sep_1:after{
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	margin: 15px 0 0;
	background: #ddd;
}
.white_plate{
	padding: 30px 20px;
	background: #fff;
	box-shadow: 0 0 20px rgba(55,55,55,.05);
	overflow-x: auto;
}
.form_cont{
	margin: 40px 0 30px;
}
.btn_search{
	padding-left: 25px;
	padding-right: 25px; 
}

/* TOP NAVIGATION PANEL */
.panel_top{
	margin: 0;
	border-radius: 0;
	z-index: 2;
}

.panel_top_author{
	padding-top: 5px;
	color: #fff;
}
.panel_top_author_ava{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.panel_top_author_info{
	padding: 0 0 0 55px;
}
.panel_top_author_logout{
	font-size: 12px;
}
.panel_top_author_logout>a{
	color: #9d9d9d;
	border-bottom: 1px dashed #9d9d9d;
}
.panel_top_author_logout>a:hover{
	text-decoration: none;
	color: #fff;
	border-color: #fff;
}
/* MAIN */
main.main_cont{
	padding: 0 0 40px;
	min-height: 700px;
}

/* FOOTER */
footer{
	padding: 5px 0 0;
	background: #fff;
}
.panel_bot{
	border-bottom: 1px solid #ddd;
}
.panel_bot .navbar-nav a{
	color: #a1aab3;
}
.panel_bot .nav>li.active>a,
.panel_bot .nav>li>a:focus, 
.panel_bot .nav>li>a:hover{
	color: #333;
	background-color: transparent;
}

/* LOGIN PAGE */
.login_form{
	width: 400px;
	margin: 5% auto 0;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 20px rgba(55,55,55,.2);
}
.login_form_title{
	margin: 0 0 30px;
	text-align: center;
}
.login_form_title:after{
	margin: 15px auto;
}

/* LIST TOVAR */
.list_tovar{
	border-top: 1px solid #ddd;
}
.list_tovar_item{
	display: block;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	-webkit-transition: all .1s linear 0s;
    -webkit-transition-delay: .1s 0s;
    transition: all .1s linear 0s;
}
.list_tovar_item:hover{
	background-color: #f9f9f9;
}
a.list_tovar_item{
	cursor: pointer;
}
.list_tovar_item_title>strong{
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 700;
}
.list_tovar_item_title>small{
	color: #a1aab3;
}
a.list_tovar_item:hover{
	text-decoration: none; 
}
a.list_tovar_item:hover .list_tovar_item_title>strong{
	text-decoration: underline; 
} 
.icon_list{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 1px;
	background: url(../img/list_tovar_icons.png) no-repeat;
	transition: all .2s ease-in-out;
}
.icon_list:hover {
    transform: scale(1.2);
}
.icon_list_new{
	background-position: 0 0; 
}
.icon_list_edit{
	background-position: -32px 0; 
}
.icon_list_top{
	background-position: -64px 0; 
}
.icon_list_start{
	background-position: -96px 0; 
}
.icon_list_empty{
	background-position: -128px 0; 
}
.icon_list_copy{
	background-position: 0 -32px; 
}
.icon_list_change{
	background-position: -32px -32px; 
}
.icon_list_vis{
	background-position: -64px -32px; 
}
.icon_list_hid{
	background-position: -96px -32px; 
}
.icon_list_delete{
	background-position: -128px -32px; 
}

/* SEARCH PAGE */
.search_tovar_title{
	font-size: 20px;
	line-height: 1em;
}
.result_search_tovar .list_tovar_item_title{
	border-right: 1px solid #ddd; 
}

/* NEWS PAGE */

.news_item_info{
	border-right: 1px solid #ddd;	
}
.news_item_info>span{
	display: block;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.5px;	
}
.news_item_info>small{
	display: inline-block;
	margin: 5px 0 0;
	padding: 0 5px;
	font-size: 85%;
	background-color: #eee;
	border-radius: 4px;
}
.news_item_title{
	padding: 0 30px 0 0;
}
.news_item_title>strong {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
}
.news_item_title>small, .news_item_author>small{
    color: #a1aab3;
}

/* MAKE TEMPLATE */
.template_new_tovar{
	display: none;
	padding: 30px 20px 20px;
	background-color: #eee;
}


/* TOVAR NAVIGATION PANEL */
.panel_tovar{
	padding: 25px 0 20px;
	background: #fff;
	box-shadow: 0 8px 15px rgba(55,55,55,.04);
	transition:all 0.3s linear;
}

.main_mode .panel_tovar {
	padding: 70px 0 20px;
	background: #fff;
	box-shadow: 7px 6px 3px 0 rgba(55, 55, 55, 0.3);
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	z-index: 1;
}

.main_mode .panel_tovar.minimized {
	padding: 10px 0 5px;
}

.panel_tovar_title{
	margin: 0;
	font-size: 24px;
	line-height: 1.3em;
}

.panel_tovar.minimized .panel_tovar_title {
	font-size: 18px;
}

.panel_tovar_price{
	white-space: nowrap;
}

.panel_tovar.minimized .panel_tovar_price{
	display: inline;
}
.panel_tovar.minimized .panel_tovar_max_price{
	display: inline;
}

.panel_tovar_price>strong{
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 18px;
	color: #e6183a;
}
.panel_tovar_nav{
	min-height: auto;
	margin: 15px 0 0;
}

.panel_tovar.minimized .panel_tovar_nav {
	margin: 0;
}

.panel_tovar_nav .navbar-nav>li>a{
	padding: 6px 12px;
    border-radius: 4px;
}
.panel_tovar_nav .navbar-nav a{
	color: #a1aab3;
}
.panel_tovar_nav .nav>li.active>a,
.panel_tovar_nav .nav>li>a:focus, 
.panel_tovar_nav .nav>li>a:hover{
	color: #333;
	background-color: #eee;
}
.panel_tovar_act{
	margin: 15px 0 0;
	text-align: right;
}

.panel_tovar.minimized .panel_tovar_act {
	margin: 0;
}

/* COST PAGE TOVAR */
.cost_tovar_gal{
	margin-bottom: 20px;
}
.cost_tovar_gal a{
	position: relative;
	display: block;
}
.cost_tovar_gal img{
	display: inline-block;
}
.cost_tovar_gal_show{
	margin-bottom: 15px;
}
.cost_tovar_gal_show>a{
	border: 3px solid #dbdddf;
}
.cost_tovar_gal_show img{
	max-width: 100%;
}
.cost_tovar_gal_pic>a{
	float: left;
	width: auto;
	height: 100px;
	margin: 0 15px 15px 0;
}
.cost_tovar_gal_pic>a img{
	width: auto;
	height: 100px;
}
.cost_tovar_link>a{
	margin: 0 30px 0 0;
}
.cost_tovar_link_simple{
	text-decoration: underline;
}
.cost_tovar_link_call{
	padding: 8px 20px;
	color: #3dac30;
	text-decoration: none;
	border: 1px solid #41b733;
	background-color: #fff;
	border-radius: 35px;
}
.cost_tovar_link_call>span{
	margin-right: 5px;
}
.cost_tovar_link_call:hover{
    background-color: #41b733;
    border-color: #3c9e30;
    color: #fff;
}
.cost_tovar_info{
	margin: 30px 0 0;
}

/* SAMPLE PAGE TOVAR */
.question-scrollable {
	position: sticky;
	top: 0;
	transition: all 0.3s linear;
}

.question-scrollable.scroll_down {
	top: 120px;
}

.main_mode .sample_tovar{
	padding: 30px 0 0;
	margin-top: 140px;
	display: block;
	widows: 100%;
}
.sample_tovar{
	padding: 30px 0 0;
}

.sample_tovar_question {
	overflow-y: scroll;
}

.question-scrollable > .sample_tovar_question {
	height: 580px;
}

.question-scrollable > .sample_tovar_question.shorten {
	height: 350px;
}

.sample_tovar_question_list{
	margin: 0;
}
.sample_tovar_question_list>p{
	margin: 15px 0 0;
	line-height: 1.4em;
}
.sample_tovar_question_list>p>a:hover{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #333;
}
.sample_tovar_question_list>p>a:focus{
	text-decoration: none;
}
.sample_tovar_question_reply_list{
	display: none;
}
.sample_tovar_question_reply_list_item{
	max-width: 1000px;
	vertical-align: baseline;
}
.sample_tovar_info_txt{
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}
.sample_tovar_info_table{
	margin: 0 0 40px;
}
.sample_tovar_info_answer .nav-pills,
.sample_tovar_info_present .nav_lvl_2{
	margin-bottom: 30px;
	border-spacing: 20px 0;
}
.sample_tovar_info_answer .nav-pills>li,
.sample_tovar_info_present_kit .nav_lvl_2>li{
	padding: 8px 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #337ab7;
	border: 1px solid #ddd;
	background-color: #fff;	
	border-radius: 35px;
	cursor: pointer;
	-webkit-transition: all .13s linear 0s;
    -webkit-transition-delay: .13s 0s;
    transition: all .13s linear 0s;
}
.sample_tovar_info_answer .nav-pills>li.active,
.sample_tovar_info_answer .nav-pills>li:hover,
.sample_tovar_info_present_kit .nav_lvl_2>li.active,
.sample_tovar_info_present_kit .nav_lvl_2>li:hover{
	color: #fff;
	background-color: #0491e5;
    border-color: #0482cd;
}
.sample_tovar_info_answer_title{
	margin: 0 30px 0 0;
	font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    white-space: pre;
}
.sample_tovar_info_present{
	margin-bottom: 50px;
}
.sample_tovar_info_present .nav_lvl_1{
	margin-bottom: 30px;
}
.sample_tovar_info_present .nav_lvl_1>li{
	display: block;
	padding: 10px 20px;
	text-align: center;
	font-size: 24px;
	line-height: 1.3em;
	color: #337ab7;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	-webkit-transition: all .13s linear 0s;
    -webkit-transition-delay: .13s 0s;
    transition: all .13s linear 0s;
}
.sample_tovar_info_present .nav_lvl_1>li:hover{
	border-color: #eee #eee #ddd;
	background-color: #eee;
}
.sample_tovar_info_present .nav_lvl_1>li.active,
.sample_tovar_info_present .nav_lvl_1>li.active:hover{
	color: #333;
	border: 1px solid #ddd;
	border-bottom-color: #fff;
	background: #fff;	
}
.sample_tovar_info_present_txt,
.sample_tovar_info_present_kit_txt{
	margin: 30px 0;
}
.sample_tovar_info_present_kit_sup{
	padding: 20px;
	background: #f9f9f9;
	border-radius: 4px;
}
.sample_tovar_info_present_kit_sup>h4{
	margin: 0 0 10px;	
	font-size: 20px;
	line-height: 1.4em;
}
.sample_tovar_info_present_kit_sup>h4>span{
	margin: 0 5px 0 0;
	color: #555;
}

.cros_property_link{
	display: block;
	width: 180px;
	height: 180px;
	margin: 40px 60px 0;
	padding: 30px 0 0;
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 50%;
	background: rgb(4,242,171);
	background: -moz-linear-gradient(-45deg, rgb(4,242,171) 0%, rgb(4,145,229) 100%);
	background: -webkit-linear-gradient(-45deg, rgb(4,242,171) 0%,rgb(4,145,229) 100%);
	background: linear-gradient(135deg, rgb(4,242,171) 0%,rgb(4,145,229) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04f2ab', endColorstr='#0491e5',GradientType=1 );
	box-shadow: 0 0 20px rgba(55,55,55,.08);
}
.cros_property_link>span{
	font-size: 1.4em;
}
.cros_property_link:hover,
.cros_property_link:focus{
	color: #fff;
	text-decoration: none;
	border-color: #6ef1ba;
}
.cros_property_table{
	display: none;
	max-width: 1000px;
	vertical-align: baseline;
}
.cros_property_table .table>tbody>tr>td{
	vertical-align: top;
}
.cros_property_table tr>td h5{
	line-height: 1.5em;
	text-align: center;
}
.cros_property_table tr>td img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
.cros_property_table tr>td ul{
	padding-left: 20px;
}
.cros_property_table tr>td li{
	line-height: 1.5em;
	margin: 10px 0;
}

/* EDIT MODE*/
.edit_mode span.edit_btn{
	display: inline-block;
}
span.edit_btn{
	display: none;
	position: relative;
	z-index: 99;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #ec971f;
	border-radius: 50%;
	cursor: pointer;
}
span.edit_add{
	background-color: #41b733;    
}
span.edit_delete{
	width: 22px;
	height: 22px;
	line-height: 24px;
	font-size: 12px;
	background-color: #e6183a;    
}
span.edit_btn:before{
	content: "\270f";
	position: relative;
	display: inline-block;
	margin: 0 5px;
	top: 1px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span.edit_add:before{
	content: "\002b";
}
span.edit_delete:before{
	content: "\e014";
}
.edit_mode span.edit_btn_block{
	display: block;
	width: auto;
	height: 40px;
	margin: 20px auto 0;
	line-height: 40px;
	border-radius: 35px;
}
span.edit_btn:hover{
	opacity: 0.8;
}
.edit_modal_cont{
	display: none;
	width: 600px;
	vertical-align: baseline;
}
.edit_modal_alert{
	display: none;
	width: 320px;
	vertical-align: baseline;
	text-align: center;
}
.edit_modal_title{
	font-size: 32px;
	line-height: 1.2em;
}
.edit_modal_title:after{
	margin: 15px auto;
}
.edit_modal_txt{
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 1.4em;
}
.edit_modal_cont_but{
	margin: 30px auto 0;
	text-align: center;
}
.edit_modal_cont_but .btn{
	width: 200px;
	margin: 0 10px;
}
.edit_modal_alert .edit_modal_cont_but .btn{
	width: 48%;
	margin: 0;
}
.cost_tovar_gal span.edit_delete{
	position: absolute;
	top: -10px;
	right: -10px;
}
.table span.edit_delete{
	position: absolute;
	top: 50%;
	right: -12px;
}
.edit_mode .edit_cell_txt{
	cursor: pointer;
	border-bottom: 1px dashed;
	min-width: 30px;
    display: inherit;
}
.edit_mode .icon_list{
	cursor: pointer;
}
.edit_mode .icon_list:hover{
	opacity: 0.8;
}
.edit_mode .spoiler_item_head:after{
	display: none;
}
.spoiler_item_head span.edit_delete{
	position: absolute;
	top: 5px;
    right: 0px;
}
.nav-tabs>li>a {
	margin-right: 0px !important;
}

.required_alert {
	border:1px solid #dc3545;
}


.amaran {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px
}
.amaran-wrapper {
	z-index: 9999
}
.amaran-wrapper.top {
	top: 22px
}
.amaran-close i.fa {
	color: #fff
}
.amaran.default,
.amaran.user {
	font-family: 'PT Sans', sans-serif;
	background-color: #323232;
	font-size: 14px
}
.amaran.default p span.light,
.amaran.default p span {
	font-size: 13px
}
.amaran.user {
	color: #f2f2f2;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px
}
.amaran.user .info {
	padding-right: 12px
}
.amaran.user .info b {
	font-size: 16px
}
.amaran.default.ok .icon {
	background: #5cb85c
}
.amaran.default.ok p.bold {
	color: #5cb85c
}
.amaran.default p {
	color: #f2f2f2
}
.amaran.default p span.light {
	color: #bbb
}
.amaran.default.error .icon {
	background-color: #ff7878
}
.amaran.default.error p.bold {
	color: #ff7878
}
.amaran.default.warning .icon {
	background-color: #f0ad4e
}
.amaran.default.warning p.bold {
	color: #f0ad4e
}
.amaran.default.green .icon,
.amaran.user.green {
	background-color: #1fb5ad
}
.amaran.default.green p.bold {
	color: #1fb5ad
}
.amaran.user .icon {
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	height: 80px;
	width: 80px;
	margin: 10px;
	overflow: hidden
}
.amaran.user.blue {
	background-color: #5bc0de
}
.amaran.readmore .content {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	padding: 20px;
	background: #fff;
	color: #222;
	margin: 0
}
.amaran.readmore .title {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px
}
.amaran.readmore,
.amaran.readmore .readmore-user {
	border-color: #323232
}
.amaran.readmore .title {
	background-color: #323232
}
.amaran.readmore.success,
.amaran.readmore.success .readmore-user {
	border-color: #5cb85c
}
.amaran.readmore.success .title {
	background-color: #5cb85c
}
.amaran.readmore.red,
.amaran.readmore.red .readmore-user {
	border-color: #ff7878
}
.amaran.readmore.red .title {
	background-color: #ff7878
}
.amaran.readmore.warning,
.amaran.readmore.warning .readmore-user {
	border-color: #f0ad4e
}
.amaran.readmore.warning .title {
	background-color: #f0ad4e
}
.amaran.readmore.info,
.amaran.readmore.info .readmore-user {
	border-color: #5bc0de
}
.amaran.readmore.info .title {
	background-color: #5bc0de
}
.amaran.readmore.green,
.amaran.readmore.green .readmore-user {
	border-color: #1fb5ad
}
.amaran.readmore.green .title {
	background-color: #1fb5ad
}

.edit_btn.edit_small {
	position: absolute;
    right: 25px;
    top: 33%;
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 11px;
}

.edit_delete.edit_small {
	right: 0;
}
.spoiler_item {
	position: relative;
}

[name="goods-table"] .edit_delete,.edit-delivery .edit_delete {
	right: 0 !important;
    width: 18px;
    height: 18px;
    font-size: 8px;
	display: block !important;
	line-height: 20px;
	position: relative !important;
}

[name="goods-table"] .edit_delete:before ,.edit-delivery .edit_delete:before  {
	margin: 0 3px;
}

li span.edit_btn.edit_add.edit_btn_block {
	margin:0;
	widows: 40px;
}

.fancybox-close-small {
	right: -6px !important;
    top: -6px !important;
}

.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in {
	z-index: 	99999 !important;
}

.old_data {
	background: rgba(244, 67, 54, 0.58);
	padding: 10px;
}
.new_data {
	margin-top: 10px;
	background: rgba(76, 175, 80, 0.49);
	padding: 10px;
}

.sorted_table tr.placeholder {
	display: block;
	background: red;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}
.sorted_table tr.placeholder:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: red;
	margin-top: -5px;
	left: -5px;
	border-right: none;
}

.centered-modal.in {
    display: flex !important;
}

.centered-modal .modal-dialog {
    margin: auto;
}

.add-label,
.show-labels-list {
	position: fixed;
	padding: 17px;
}

.add-label {
	top: 300px;
}

.show-labels-list {
	top: 370px;
}

.menu_notify_icon {
	position: absolute;
	display: block;
	background-color: red;
	color: #ffffff;
	top: 0px;
	right: 0px;
	padding: 1px 3px;
	font-size: 12px;
	border-radius: 10px;
}