* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color: #000;
}
body,html{width: 100%;}
h1, .h1 {
	font: normal 22px/32px Arial, Helvetica, sans-serif;
	color: #cb1016;
	line-height:22px;
	margin:5px 0;
}
h2, .h2 {
	font: normal 18px/28px Arial, Helvetica, sans-serif;
	color: #000;
	}
h3, .h3{
	font:normal 16px/12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px 0px;
}
h4{
	font:normal 14px/12px Arial, Helvetica, sans-serif;
	color:#000;
}
h5{
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#000;
}
img{
	border:none;
}
a{
	color:#cb1016;
	text-decoration:underline;
	cursor: pointer;
}
a:hover{
	color:#cb1016;
	text-decoration:none;
}
li{
	list-style: none outside none;
	padding-left: 7px;
}
.a-more{
	background:url("../images/more.png") no-repeat scroll right 3px transparent;
	color:#000;
	float:right;
	padding-right:15px;

}
.a-more:hover{
	color:#000;
	text-decoration:none;
}
.clear, .clear-all{
	clear:both;
}
.img-l{
	float:left;
	margin:5px 10px 5px 5px;
}
.img-r{
	float:right;
	margin:5px 5px 5px 10px;
}

.clearfix:before , .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.d-ib, .d-ib_div > div, .d-ib_li li{ 
	display: inline-block;
	vertical-align: top;
}
.f-center{
	text-align:center;
}
.b-sinhron {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 300px;	
}
/*log in*/
.background-gray{
	background: #dadada;
}
.b-log-in{
	width: 300px;
	background: #fff;
	border-right: none;
	-moz-box-shadow: 0 2px 4px rgba(2,3,3,.29);
	-webkit-box-shadow: 0 2px 4px rgba(2,3,3,.29);
	box-shadow: 0 2px 4px rgba(2,3,3,.29);
	min-height: 280px;
	font-family: arial;
	position: absolute;
    top: 50%;
    left: 48%;
    margin: -140px 0 0 -140px;
	color: #626262;
}
.vertical-center{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}
.black-title{
	background: #262626;
	color: #fff;
	text-align: center;
	padding: 12px 0 13px;
	font-size: 16px;
	margin: 0;
}
.red-title{
	background: #c4140c;
	padding: 15px 0;
	margin: 25px auto 30px;
	width: 260px;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 14px;
}
.red-title:hover{
	background: #8e0e08;
}
.log-in p{
	font-size: 14px;
	margin: 20px 0 10px 0;
	color:#626262;
}
.log-in input{
	width: 260px;
	height: 38px;
}
.log-form-center{
	width: 260px;
	margin: 0 auto;
}
/*-------Goods Sinhronization--------------*/
		.b-sinhron{
			background: #dadada;
			width: 100%;
			margin: 0 auto;
		}
		.sinhron-menu{
			background: #262626;
			padding: 15px 0;
		}
		.sinhron-menu ul{margin: 0px 20px 0px 20px;}
		.sinhron-menu li{
			list-style-type: none;
			float: left;
			background: none;
			color: #fff;
			margin-top: -8px;
			font-size: 14px;
		}
		.sinhron-menu li:nth-child(2){
			margin-left: 80px;
		}
		.sinhron-menu li:last-child{
			background: #3f3f3f;
			float: right;
			padding: 7px 25px;
			margin: -15px 0 0 0;
		}
		.sinhron-menu li:last-child a{
			color: #fff;
			font-size: 14px;
		}
		
		.sinhron{
			padding: 10px 20px 0px 20px;
			position: absolute;
			top: 0px;
			bottom: 10px;
			width: 100%;
			min-width:1000px;
			min-height:300px;
			box-sizing: border-box;
		}
		.b-exit{
			background: #3f3f3f;
			float: right;
			padding: 7px 25px;
			margin: -15px 0 0 0;
			border-radius: 0px 0px 5px 5px;
			color: #fff;
			font-size: 14px;
		}
		.b-exit:hover{
			color: #fff;
		}
		
		.sinhron-center{
			margin-left: 276px;
		}
		.sinhron-left{
			width: 265px;
			background: #f2f2f2;
			overflow: auto;
			border-right: 1px solid #8b8b8b;
			position: absolute;
			top: 36px;
			border-top: solid #c4140c 1px;
			bottom: 20px;
			min-height: 300px;
		}
		.sinhron-left-pad{
			padding: 15px 0px 0px 15px;
		}
		.sinhron-left a{
			color: #000;
			text-decoration: none;
		}
		.sinhron-left a:active, a:hover{
			color: #c4140c;
		}
		.sinhron-right{
			background: #fff;
			left: 285px;
			min-height: 300px;
			position: absolute;
			top: 36px;
			bottom: 20px;
			right: 20px;
			border-top: solid #c4140c 1px;
		}
		.sinhron-goods{
			right:0px;
			position: absolute;
			bottom: 45px;
			top: 50px;
			left: 15px;
			overflow: auto;
			padding-right:10px;
		}
		.sinhron-goods h2{
			font-size: 16px;
			font-weight: bold;
			padding: 20px 0 5px 0;
			font-family: arial;
		}
		.sinhron-goods table{
			width: 100%;
			border-collapse:collapse;
			margin-bottom: 60px;
			margin-top: 15px;
		}
		.sinhron-goods thead tr, .fake_table, .fake_table  th {
			background: #262626;
			color:#fff;
		}
		.sinhron-goods thead td, .sinhron-goods thead th{
			color: #fff;
			box-sizing: border-box;
		}
		.sinhron-goods thead th, .fake_table  th{
			padding: 5px 0 5px 0px;
		}
		.sinhron-goods thead td{
			padding: 15px 0 15px 10px;
		}
		.sinhron-goods tr td{
			font-family: arial;
			font-size: 12px;
			border: solid 1px #dddddd;
		}
		.sinhron-goods tbody tr{
			height: 60px;
		}
		.sinhron-goods tbody tr:nth-child(2n){
			background: #f3f3f3;
		}
		.sinhron-goods tbody td{
			/*width: 10%;*/
			text-align: center;
			display: table-cell;
			vertical-align: middle;
		}
		.sinhron-goods tbody td div.s-edit-form{
			text-align: left;
		}
		/*.sinhron-goods tbody td:nth-child(3){
			font-size: 14px;
			font-weight: bold;
			color: #000;
		}*/
		.sinhron-goods tbody td:nth-child(2){
			width: 15%;
		}
		.sinhron-goods a{
			color: #000;
		}
		.sinhron-goods a:active, a:hover{
			text-decoration: none;
		}
		.b-pointer{
			cursor:pointer;
		}
		.downl-button{
			background: #c4140c;
			padding: 6px 0;
			margin: 0px;
			width: 165px;
			cursor: pointer;
			border: none;
			color: #fff;
			font-size: 12px;
			text-decoration: none;
		}
		.downl-button a:active, .downl-button a:hover{color: #fff;}
		.downl-button:active, .downl-button:hover{
			background: #8e0e08;
		}
		.sinhron-tabs{
			
		}
		.sinhron-tabs li{
			background: #8b8b8b;
			/*width: 120px;*/
			text-align: center;
			padding: 6px 0 4px;
			float: left;
			margin-right: 3px;
			border-radius: 5px 5px 0px 0;
			font-weight: bold;
			padding:7px 15px;
		}
		.sinhron-tabs li:active{
			background: #c4140c;
		}
		.sinhron-tabs li a{
			color: #fff;
			text-decoration: none;
		}
		.font-s_14{
			font-size: 14px;
		}
		.gradient-top{
			background: #fcfcfd;
			background: linear-gradient(to top, #e0e3e7, #fcfcfd);
			height: 50px;
			padding: 6px 0px 0px 10px;
			z-index: 9999;
			position: relative;
			box-sizing: border-box;
		}
		.gradient-bottom{
			background: #e2e4e8;
			background: linear-gradient(to top, #fff, #e2e4e8);
			border-top: 1px solid #8b8b8b;
			height: 45px;
			position: absolute;
			bottom: 0px;
			width: 100%;
			padding: 8px 0px 0px 10px;
			box-sizing: border-box;
		}
		.footer-sinhron{
			width: 100%;
			margin: 0 auto;
			padding: 0px 0 5px;
			position: absolute;
			bottom: 0px;
			left: 0;
			right: 0;
			z-index: 5;
		}
		.footer-sinhron p{
			text-align: center;
		}
		.footer-sinhron a{
			color: #084785;
		}
		
		/*.sinhron-left .jstree-fcms.jstree-focused{
			background: none !important;
		}*/
		.sinhron-left .jstree-fcms li, .jstree-fcms ins{
			background-image: url(/images-services/sprite-admin.png);
			background-color: transparent;
			vertical-align: middle;
		}
		.jstree-fcms ins{
			background-repeat: no-repeat !important;
		}
		.sinhron-left .jstree-fcms .jstree-open > ins{
			background-position: -73px 0px;
		}
		.sinhron-left .jstree-fcms li {
			background-position: -91px 0;
			background-repeat: repeat-y;
		}
		.sinhron-left .jstree-fcms .jstree-closed > ins{
			background-position: -55px -0px !important;
		}
		.sinhron-left .jstree-fcms .jstree-leaf > ins{
			background-position: -37px -0px;
		}
		
		.sinhron-left .jstree-fcms .jstree-open > a .jstree-icon{
			background-position: -54px -37px;
		}
		.sinhron-left .jstree-fcms a .jstree-icon{
			background-position: -53px -20px;
		}
		.sinhron-left .jstree a > ins{
			height: 20px;
			width: 20px;
		}
		.sinhron-left .jstree a > ins {
			height: 17px;
			width: 19px;
		}
		.footer-sinhron p, a{
			font-size: 12px;
		}
		.jstree-fcms li.jstree-first,
		.jstree-fcms li.jstree-last {
			background: transparent;
		}
		.sinhron-left .jstree-fcms li.jstree-first > ins{
		    background-position: -73px -4px;
			margin-top: 4px;
			height: 15px;
		}
	.table-fixme-fixed{
		  position:fixed;
		  width:auto;
		  display:none;
		  border:none;
		}
	
/*active*/
.active_sinhron-tabs_li{
	background: #c4140c !important;
}
.active_sinhron-left{
	color: #c4140c !important;
}
.input_file{position: relative;margin-left:10px;}
.input_file:hover .downl-button{
	background: #8e0e08; 
}
.input_file input[type=file] {
	opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 165px;
    height: 37px;
}
.fake_input{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
	
}

.fancy-form {
	background-color: #f8f8f2;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .05), rgba(255, 255, 255, .05));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .05), rgba(255, 255, 255, .05));
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .05), rgba(255, 255, 255, .05));
	     background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .05), rgba(255, 255, 255, .05));
	        background-image: linear-gradient(to top, rgba(0, 0, 0, .05), rgba(255, 255, 255, .05));
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25), inset 0 1px 1px #fff;
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .25), inset 0 1px 1px #fff;
	        box-shadow: 0 1px 2px rgba(0, 0, 0, .25), inset 0 1px 1px #fff;
	box-sizing: border-box;
	padding: 20px 30px 34px 30px;
	width: 100%;
	min-width:200px;
}
.fancy-form_online {
	padding-left: 8%;
	padding-right: 8%;
}

.b-form_file-wrap {
    position: relative;
    overflow: hidden;
}
.b-form_file-wrap a{
	padding-bottom:5px;
}
.b-ico-add {
    background: url(/images/ico-add.png) no-repeat right center;
    display: inline-block;
    margin: 0 3px;
    width: 11px;
    height: 11px;
}
.b-form_file_input {
    cursor: pointer;
    font-size: 999px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
	height: 19px;
    line-height: 17px;
}
.b-preview {
	margin-top:10px
}
.b-preview li{
    background: #fff;
    padding: 25px 10px 5px;
    position: relative;
	box-sizing: border-box;	
	margin-bottom:5px;
}
.b-preview li.current_li{
	border:1px solid #c4140c;
}
.b-preview .b-preview_top{
	height:25px;
	background-color: rgba(0,0,0,.19);
	width: 100%;
	position: absolute;
    top: 0px;
    left: 0px;
	text-align:right;
	padding:2px 2px 2px;
	box-sizing: border-box;
}
.b-preview li  [class^="b-ico"] {
    width: 21px;
    height: 21px;
	display: inline-block;
	cursor:pointer;
}
.b-ico-main {
    background: url(/images/ico-star_fav.png) no-repeat right center transparent;
}
.b-ico-del {
    background: url(/images/ico-delete.png) no-repeat right center transparent;
}
.b-ico-del:hover {
    background-size: 19px;
}
.b-ico-to-do-main {
    background: url(/images/ico-star_fav_empty.png) no-repeat right center transparent;
}
.b-ico-main:hover, .b-ico-to-do-main:hover {
	background-size: 21px;
}

.lightTip {
	width: 217px;
	z-index: 10000;
}
.lightTip .content {
    width: 250px;
    padding: 7px;
    border: 6px solid #e2e2e2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    color: #020202;
    position: absolute;
    z-index: 10000;
    top: -27px;
    left: -12px;
	text-align: center;
}
.lightTip .bottom:after {
	content: '';
    border: 12px solid transparent;
    border-top: 9px solid #e2e2e2;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    z-index: 10001;
    top: 14px;
    left: 115px;
}

#preloader {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 100000;
}
