html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,input,button {
	padding: 0;
	margin: 0;
}

ul,li {
	list-style: none;
}

.clearfloat:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

html,body {
	width: 100%;
	height: 100%;
}

img {
	vertical-align: top;
}

a:link {
	color: #47608f;
	text-decoration: none;
}

a:hover,a:visited {
	text-decoration: underline;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

input.disabled,textarea.disabled {
	border: 1px solid #DDD;
	background-color: #F5F5F5;
	color: #ACA899;
}

body {
	font-size: 14px;
	line-height: 1.4em;
	font-family: "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
	background: #f4f5f8;
	color: #333;
}

i[class*="fa-"] {
	display: inline-block;
	vertical-align: middle;
	color: #d0d0d0;
}

i[class*="ic-"] {
	width: 20px;
	height: 20px;
	background: #000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}

i.ic-pr-product {
	background: url(../img/sl-icon-app.png) no-repeat;
	background-position: 0 0;
	background-size: cover;
}

i.ic-pr-new {
	background: url(../img/sl-icon-new.png) no-repeat;
	background-position: 0 0;
	background-size: cover;
}

i.ic-pr-shelves {
	background: url(../img/sl-icon-shelves.png) no-repeat;
	background-position: 0 0;
	background-size: cover;
}

i.ic-pr-draft {
	background: url(../img/sl-icon-draft.png) no-repeat;
	background-position: 0 0;
	background-size: cover;
}

input[type="button"] {
	outline: none;
	vertical-align: top;
}

input,button,textarea,input[type="button"]:active {
	outline: none;
}

p[class*="ip-"] {
	padding-top: 12px;
	line-height: 15px;
	font-size: 15px;
}

input[class*="ip-"],textarea[class*="ip-"] {
	border-radius: 3px;
	border: 1px solid #cacfd6;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 10px;
}

input[class*="ip-"]:focus,textarea[class*="ip-"]:focus {
	border: 1px solid #7da7d9;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset;
	color: #333;
}

input[type="checkbox"],input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
	vertical-align: bottom;
	background: #fff;
	border: 1px solid #cacfd6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
}

input[type="radio"] {
	border-radius: 9px;
}

input[type="checkbox"]:focus,input[type="radio"]:focus {
	outline: none;
}

input[type=checkbox]:active,input[type=radio]:active {
	background: #ebebeb;
}

input[type=checkbox]:checked,input[type=radio]:checked {
	border: 1px solid #6e93bf;
	background: #7da7d9;
}

input[type=checkbox]:checked::after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: -1px;
	width: 18px;
	height: 18px;
	background: url(../img/mc-r.png) no-repeat;
	background-size: cover;
}

.btn {
	padding: 0;
	height: 28px;
	line-height: 26px;
	min-width: 80px;
	text-align: center;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	background: -moz-linear-gradient(left, #f0f0f0, #dcdcdc);
	background: -webkit-linear-gradient(left, #f0f0f0, #dcdcdc);
	background: -ms-linear-gradient(left, #f0f0f0, #dcdcdc);
	background: -o-linear-gradient(left, #f0f0f0, #dcdcdc);
	background: linear-gradient(to bottom, #f0f0f0, #dcdcdc);
	font-size: 12px;
	white-space: nowrap;
	padding: 0 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-weight: 500;
	border-color: #c1c1c1 #c1c1c1 #a5a5a5 #c1c1c1;
	color: #333;
	margin-right: 8px;
}

.btn-r {
	margin-right: 0;
}

.btn:hover {
	color: #333;
	border-color: #a0a0a0 #a0a0a0 #7c7c7c #a0a0a0;
	background: -moz-linear-gradient(left, #f0f0f0, #dcdcdc);
	background: -webkit-linear-gradient(left, #f0f0f0, #dcdcdc);
	background: -ms-linear-gradient(left, #f0f0f0, #dcdcdc);
	background: -o-linear-gradient(left, #f0f0f0, #dcdcdc);
	background: linear-gradient(to bottom, #f0f0f0, #dcdcdc);
}

.btn:active {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

.btn i[class*="ic-"] {
	margin-top: -2px;
	width: 16px;
	height: 16px;
}

.btn-green {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	border-color: #00b65f #009e52 #008244 #009e52;
	background: -moz-linear-gradient(left, #00d36e, #00b55e);
	background: -webkit-linear-gradient(left, #00d36e, #00b55e);
	background: -ms-linear-gradient(left, #00d36e, #00b55e);
	background: -o-linear-gradient(left, #00d36e, #00b55e);
	background: linear-gradient(to bottom, #00d36e, #00b55e);
}
.btn-yellow {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	border-color: #00b65f #009e52 #008244 #009e52;
	background: -moz-linear-gradient(left, #00d36e, #00b55e);
	background: -webkit-linear-gradient(left, #00d36e, #00b55e);
	background: -ms-linear-gradient(left, #00d36e, #00b55e);
	background: -o-linear-gradient(left, #00d36e, #00b55e);
	background: linear-gradient(to bottom, #004ed3, #b2b500);
}

.btn-yellow:hover {
	border-color: #008d49 #008d49 #008244 #008d49;
	background: -moz-linear-gradient(left, #00d36e, #00b55e);
	background: -webkit-linear-gradient(left, #00d36e, #00b55e);
	background: -ms-linear-gradient(left, #00d36e, #00b55e);
	background: -o-linear-gradient(left, #00d36e, #00b55e);
	background: linear-gradient(to bottom, #cad300, #0048b5);
	color: #FFF;
}
.btn-green:hover {
	border-color: #008d49 #008d49 #008244 #008d49;
	background: -moz-linear-gradient(left, #00d36e, #00b55e);
	background: -webkit-linear-gradient(left, #00d36e, #00b55e);
	background: -ms-linear-gradient(left, #00d36e, #00b55e);
	background: -o-linear-gradient(left, #00d36e, #00b55e);
	background: linear-gradient(to bottom, #00d36e, #00b55e);
	color: #FFF;
}

a.btn {
	color: #333;
}

a.btn-green {
	color: #FFF;
}

.main-header {
	width: 100%;
	height: 65px;
	display: block;
	background-color: #32AD68;
	/*background: -moz-linear-gradient(left,#334c73,#2e4568);
    background: -webkit-linear-gradient(left,#334c73,#2e4568);
    background: -ms-linear-gradient(left,#334c73,#2e4568);
    background: -o-linear-gradient(left,#334c73,#2e4568);
    background: linear-gradient(to bottom,#334c73,#2e4568);*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	/*box-shadow:0 -1px 0 rgba(0,0,0,0.5) inset;
    -webkit-box-shadow:0 -1px 0 rgba(0,0,0,0.5) inset;
    -moz-box-shadow:0 -1px 0 rgba(0,0,0,0.5) inset;
    -o-box-shadow:0 -1px 0 rgba(0,0,0,0.5) inset;*/
	overflow: hidden;
}

.main-header .header-min-width {
	min-width: 1004px;
}
/*
.main-header h1{
    display:block;
    float:left;
    width:155px;
    height:50px;
    overflow:hidden;
    text-indent:-10000px;
    background-color:#F00;
    background:url(../img/mc-logo.png) no-repeat;
    background-size:cover;
    margin:6px 0 0 10px;
}*/
.main-header h1 {
	display: block;
	float: left;
	margin: 6px 0 0 10px;
	overflow: hidden;
	width: 405px;
}

.main-header .logo {
	color: #ffffff;
	float: left;
	padding-top: 3px;
}

.main-header .logo-title {
	padding-top: 20px;
	float: left;
	width: 155px;
	height: 50px;
	overflow: hidden;
	text-indent: -10000px;
	background-color: #F00;
	background: url(../img/mc-logo.png) no-repeat;
	background-size: cover;
}

.main-header h1 a {
	display: block;
}

.main-header .user-status {
	float: right;
	display: inline-block;
	display: block;
	height: 70px;
	padding: 22px 10px 0 0;
	color: #ffffff;
}

.main-header .user-time {
	float: left;
	display: inline-block;
	display: block;
	height: 70px;
	padding: 22px 0 0 270px;
	color: #ffffff;
}

.main-header .value-view {
	display: inline-block;
	display: block;
	height: 70px;
	padding: 22px 10px 0 0;
	color: #ffffff;
}

.main-header .user-status a {
	color: #ffffff;
	text-decoration: underline;
}

.main-header .user-status:link,.main-header .user-status:visited {
	color: #FFF;
}

.main-header .user-status i.ic-user {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 2px;
	vertical-align: middle;
	position: relative;
	z-index: 9;
	background: #000;
}

.main-header .user-status i.ic-user img {
	border-radius: 2px;
	width: 24px;
	height: 24px;
}

.main-header .user-status i.ic-user:after {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10px;
	border-radius: 2px;
}

.main-header .user-status .ic-drapdown-arrow {
	display: inline-block;
	margin-left: 8px;
	margin-top: 1px;
	width: 8px;
	height: 6px;
	background: url(../img/sl-ic-dropdown-arrow.png) no-repeat;
	background-size: 100%;
}

.main-sidebar {
	width: 190px;
	height: 100%;
	padding-top: 65px;
	display: block;
	background-color: #32AD68;
	color: #eee;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	/*box-shadow:-1px 0 0 rgba(0,0,0,0.5) inset;
    -webkit-box-shadow:-1px 0 0 rgba(0,0,0,0.5) inset;
    -moz-box-shadow:-1px 0 0 rgba(0,0,0,0.5) inset;
    -o-box-shadow:-1px 0 0 rgba(0,0,0,0.5) inset;*/
}

.main-sidebar .search-bar {
	height: 70px;
	overflow: hidden;
}

.main-sidebar .search-bar .search-box {
	margin: 19px 10px 0 10px;
	position: relative;
}

.main-sidebar .search-bar .search-box input.ip-search-box-side {
	width: 170px;
	padding: 6px 0;
	text-indent: 30px;
	border: 1px solid #000;
}

.main-sidebar .search-bar .search-box .ic-search-side {
	position: absolute;
	left: 6px;
	top: 8px;
	background: url(../img/sl-icon-search.png) no-repeat;
	background-size: cover;
	background-position: 0 0;
}

ul.menu-tree li {
	/*height:32px;*/
	line-height: 32px;
	font-size: 14px;
}

ul.menu-tree li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

ul.menu-tree>li>a:hover {
	background: rgba(255, 255, 255, 0.3);
}

ul.menu-tree li.current>a {
	background-color: #f3643c;
	/*
    box-shadow:3px 0 0 #ff5722 inset;
    -webkit-box-shadow:3px 0 0 #ff5722 inset;
    -moz-box-shadow:3px 0 0 #ff5722 inset;
    -o-box-shadow:3px 0 0 #ff5722 inset;
    */
}

ul.menu-tree>li>a {
	padding-left: 15px;
}

ul.menu-tree>li>a>.fa {
	margin-right: 5px;
}

ul.menu-tree>li>ol>li>a {
	padding-left: 35px;
}

ul.menu-tree>li>ol>li {
	
}

ul.menu-tree>li>ol>li:hover {
	background: rgba(255, 255, 255, 0.1);
}

.main-body {
	/*width: 200px;
    height: 100%;*/
	margin-top: 65px;
	margin-left: 190px;

	/*float: left;*/
	/*display: block;*/

	/*position: fixed;*/
}

.subtitle {
	position: fixed;
	width: 100%;
	top: 65px;
	/*margin-top: 0;*/
	height: 70px;
	background-color: #ffffff;
	color: #2e374a;
	padding-left: 20px;
	/*border-bottom: 1px solid #bbc3d3;*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 -1px 0 #bbc3d3 inset;
	z-index: 1000;
}

.subtitle h2 {
	font-size: 24px;
	padding-top: 20px;
}

.subtitle h2 a.cancel-create {
	font-size: 12px;
	margin-left: 20px;
}

.subtitle h2 a.cancel-create .ic-cancel {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	margin-top: -2px;
	background: url(../img/mc-icon-cancel.png) no-repeat;
	background-size: cover;
	background-position: 0 0;
}

.main-body .main-container {
	margin-top: 136px;
	padding: 20px;
	width: 100%;
	z-index: 0;
}

.main-container .panel {
	height: 182px;
	padding: 20px;
	position: relative;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 2px;
	margin-bottom: 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.panel .panel-img {
	height: 142px;
	width: 142px;
	position: relative;
	background: #F1F1F1;
	border-radius: 12px;
	overflow: hidden;
}

.panel .panel-img:after {
	content: "";
	display: block;
	width: 142px;
	height: 142px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border-radius: 12px;
}

.panel .panel-upper {
	position: absolute;
	left: 168px;
	top: 20px;
	padding-left: 15px;
}

.panel .panel-upper h3.title {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
}

.panel .panel-upper .property-block {
	padding: 5px 0 10px;
	float: left;
	width: 180px;
	color: #a8a8a8;
	font-size: 12px;
}

.property-block .property-name {
	color: #a8a8a8;
}

.property-block .property-value {
	color: #777777;
}

.panel .panel-upper .content {
	clear: left;
	color: #777;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/*fallback*/
	font-size: 13px;
	line-height: 18px;
	height: 36px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.panel .panel-bottom {
	position: absolute;
	left: 168px;
	bottom: 18px;
	padding-left: 15px;
	/*padding-bottom: 20px;*/
}

.detail-body {
	margin-top: 340px;
}

.app-title {
	height: 280px;
}

.app-head {
	margin-top: 20px;
	height: 260px;
	position: relative;
}

span.app-icon {
	width: 200px;
	height: 200px;
	border-radius: 12px;
	overflow: hidden;
	display: block;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	background: url(../img/sl-appicon-default.png) no-repeat;
	background-size: cover;
}

span.app-icon:after {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 12px;
}

.app-genre {
	position: absolute;
	left: 220px;
	top: -10px;
}

.app-genre h2 {
	padding-top: 0.5em;
	margin-bottom: 10px;
}

.app-genre .fixed-attribute {
	width: 100%;
	overflow: hidden;
	font-size: 0.9em;
	color: #333;
	margin-bottom: 2px;
}

.app-genre .fixed-attribute b {
	display: inline-block;
	width: 80px;
}

.app-genre .fixed-attribute span {
	color: #777;
}

.app-status-tag {
	font-size: 9px;
	color: #FFF !important;
	background: #C1C1C1;
	border-radius: 2px;
	padding: 3px 5px;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-top: -2px;
}

.ast-green {
	background: #2ecc71
}

.ast-orange {
	background: #e67e22;
}

.ast-blue {
	background: #3498db;
}

.ast-red {
	background: #e74c3c;
}

.app-head .app-attr-tab {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	overflow: hidden;
}

.app-head .btn-line {
	position: absolute;
	left: 220px;
	top: 172px;
}

.app-head .app-attr-tab>li {
	float: left;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 150px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #47608f;
}

.app-head .app-attr-tab>li a {
	display: block;
	text-decoration: none;
}

.app-head .app-attr-tab>li.current {
	box-shadow: 0 -3px 0 #ff5722 inset;
}

.app-head .app-attr-tab>li.current a {
	color: #ff5722;
}

.app-head .app-attr-tab>li:hover {
	-webkit-transition: box-shadow .25s linear;
	transition: box-shadow .25s linear;
	box-shadow: 0 -3px 0 #bbc3d3 inset;
	-webkit-box-shadow: 0 -3px 0 #bbc3d3 inset;
	-moz-box-shadow: 0 -3px 0 #bbc3d3 inset;
	-o-box-shadow: 0 -3px 0 #bbc3d3 inset;
}

ul.app-detail-attrs li {
	padding: 4px 0;
	line-height: 20px;
	/*font-size:0.9em;*/
	overflow: hidden;
}

ul.app-detail-attrs li:after {
	content: "";
	clear: both;
	height: 0;
	width: 100%;
	overflow: hidden;
}

ul.app-detail-attrs li b {
	display: inline-block;
	padding: 0 10px;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	color: #777;
	font-weight: 400;
}

ul.app-detail-attrs li p {
	margin-left: 200px;
}

ul.app-detail-attrs li:nth-of-type(even) {
	background: #FFF;
	border: 1px solid;
	border-color: #e5e5e5 transparent;
}

.form-all {
	width: 1000px;
}

.form-all .fb-l {
	margin-bottom: 10px;
	vertical-align: bottom;
}

.form-all .fb-l .filter {
	float: right;
}

.form-box {
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 2px;
	background: #FFF;
	margin-bottom: 20px;
}

.form-box:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.form-box h4 {
	padding-left: 40px;
	margin: 40px 0 20px;
	position: relative;
	overflow: hidden;
	font-size: 15px;
}

.form-box h4:first-child {
	margin-top: 20px;
}

.form-box h4:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #F1F1F1;
	position: absolute;
	left: 220px;
	top: 50%;
}

.hoz-select-4 {
	width: 25%;
	float: left;
	height: 300px;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 1px solid #f6f7f9;
	padding: 10px;
	display: table;
}

.hoz-select-4:first-child {
	border: 0;
}

.hoz-select-4 select.hs4-s {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	border: none;
	outline: none;
}

.hoz-select-4 select.hs4-s option {
	padding: 8px;
	border-radius: 3px;
}

.hoz-select-4 .empty {
	display: block;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	color: #C1C1C1;
}

.fbl-l {
	display: inline-block;
	padding-top: 10px;
}

.filter-input-text {
	height: 30px;
	text-indent: 8px;
	border: 1px solid #CCC;
	border-radius: 2px 0 0 2px;
}

.search-filter {
	padding: 8px;
	line-height: 12px;
	text-align: center;
	border-radius: 0 2px 2px 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	background: -moz-linear-gradient(left, #5776b0, #476190);
	background: -webkit-linear-gradient(left, #5776b0, #476190);
	background: -ms-linear-gradient(left, #5776b0, #476190);
	background: -o-linear-gradient(left, #5776b0, #476190);
	background: linear-gradient(to bottom, #5776b0, #476190);
	font-size: 12px;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
	font-weight: 500;
	border: 1px solid;
	border-color: #405680 #405680 #405680 #405680;
	color: #FFF;
	margin-left: -10px;
}

.step-board {
	background: #FFF;
	background-size: cover;
	width: 800px;
	height: 120px;
}

.step-board [class*="p-s"] {
	height: 50px;
	width: 798px;
	background: url(../img/sl-step.png) no-repeat;
	background-size: cover;
	margin-top: 10px;
}

.step-board .p-s2 {
	background-position: 0 -50px;
}

.step-board .p-s3 {
	background-position: 0 -100px;
}

.step-board .p-s4 {
	background-position: 0 -150px;
}

.step-board span.cur {
	color: #009d51;
}

.step-board span.link {
	color: #47608f;
	text-decoration: none;
	cursor: pointer;
}

.step-board ul {
	width: 100%;
	margin-top: 10px;
}

.step-board ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	font-weight: 500;
	color: #a8a8a8;
	text-align: center;
}

.info-form {
	padding: 20px 0 40px 0;
}

.input-row {
	padding: 20px 40px 0 40px;
	box-sizing: border-box;
}

.input-row label.l {
	display: inline-block;
	width: 110px;
	float: left;
	line-height: 40px;
	height: 28px;
	font-weight: 400;
	color: #6699CC;
}

.input-row label.ll {
	display: inline-block;
	width: 140px;
	float: left;
	line-height: 40px;
	height: 28px;
	font-weight: 400;
	color: #6699CC;
}

.required label[class='l']:after {
	content: " *";
	color: red;
	font-weight: bold;
}

.input-row div.ip {
	display: inline-block;
	width: 75%;
}

.input-row input[type="text"],.input-row input[type="url"],.input-row textarea[type="text"],.input-row input[type="number"]
	{
	width: 100%;
}

.input-row select {
	width: 100%;
}

.input-row input.ip-error {
	color: #ef3333;
	border-color: #ef3333;
}

.input-row p.error {
	padding-top: 8px;
	color: #ef3333;
	padding-left: 25%;
}

.input-row p.des {
	padding-top: 8px;
	padding-left: 25%;
	color: #a8a8a8;
	font-size: 11px;
}

.input-row  .ic-error {
	width: 20px;
	height: 20px;
	background: url(../img/sl-icon-warnning.png) no-repeat;
	background-size: cover;
	background-position: 0 0;
}

.input-row [id*='star-'] {
	margin-left: 70px;
}

.input-row .ip>label.l {
	line-height: 28px;
}

.small-box {
	display: inline-block;
	font-style: normal;
	padding-right: 10px;
	min-width: 80px;
	width: auto;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.small-box label {
	font-weight: normal;
}

.upload-icon {
	padding-bottom: 20px;
}

.upload-icon .app-icon {
	float: left;
	margin-right: 20px;
}

i.ic-img {
	background: url(../img/mc-icon-appicon.png) no-repeat;
	background-size: 100%;
}

.upload-icon p.u-d {
	padding-top: 8px;
	color: #a8a8a8;
}

.upload-screenshot {
	margin-top: 20px;
}

.upload-screenshot label.th {
	display: block;
	padding: 0 0 15px 40px;
	font-weight: 500;
}

.screenshot-box {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #F1F1F1;
	padding: 8px;
}

.screenshot-box ul {
	width: 1550px;
	overflow: hidden;
	display: table;
}

.screenshot-box ul li {
	width: 270px;
	height: 480px;
	overflow: hidden;
	margin-right: 10px;
	background: #FFF;
	float: left;
	display: table;
	vertical-align: middle;
}

.screenshot-box ul li div.usb {
	height: 100%;
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

a.btn {
	position: relative;
	overflow: hidden;
}

a.btn input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.btn-upload-icon {
	width: 300px;
	height: 40px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.btn-upload-icon .ip-upload-file {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.btn-upload-icon .btn {
	position: absolute;
	left: 0;
	top: 0;
}

.pagination {
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

.pagination a,.pagination span.current {
	display: inline-block;
	padding: 8px;
	min-width: 32px;
	border-radius: 2px;
	border: 1px solid #CCC;
	text-align: center;
	background: #FFF;
	margin-left: 5px;
	vertical-align: bottom;
	cursor: pointer;
}

.pagination a:hover {
	border-color: #777;
	text-decoration: none;
}

.pagination span.current {
	border-color: #f3643c;
	color: #f3643c;
	font-weight: bold;
}

.pagination a.prev,.pagination a.next {
	overflow: hidden;
	text-indent: -10000px;
	position: relative;
}

.pagination a.prev:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -10px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #777 transparent transparent;
}

.pagination a.next:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -2px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #777;
}

.pagination span.dot {
	display: inline-block;
	margin-left: 5px;
	padding: 8px;
	font-size: 20px;
	color: #777;
}

.login {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #FFF;
	width: 350px;
	height: 300px;
	margin-top: -120px;
	margin-left: -175px;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 2px;
}

.register {
	position: absolute;
	left: 50%;
	top: 30%;
	background: #FFF;
	width: 350px;
	height: 600px;
	margin-top: -120px;
	margin-left: -175px;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 2px;
}

.login h4,.register h4 {
	text-align: center;
	padding: 20px 0 0 0;
}

.login ul,.register ul {
	padding: 20px;
}

.login ul li,.register ul li {
	width: 100%;
	padding-bottom: 10px;
}

.login ul li input.ip-default,.register ul li input.ip-default {
	width: 100%;
}

.login ul li .btn,.register ul li .btn {
	width: 100%;
}

::-webkit-input-placeholder {
	font-size: 14px;
	line-height: normal;
}

::-moz-placeholder {
	color: #f00;
} /* firefox 19+ */
:-ms-input-placeholder {
	color: #f00;
} /* ie */
input:-moz-placeholder {
	color: #f00;
}

.search-panel {
	background: #f0f6fa;
	width: 100%;
	padding: 15px 20px 5px 20px;
	margin: 0;
}

.list-result {
	margin-top: 5px;
}

.list-result .table-hover tbody tr:hover>td,.list-result .table-hover tbody tr:hover>th,.list-result .table-striped tbody>tr:nth-child(odd)>td,.list-result .table-striped tbody>tr:nth-child(odd)>th
	{
	background: #f8fbfd;
	cursor: pointer;
}

.list-result .table-hover tbody tr:hover>td,.list-result .table-hover tbody tr:hover>th
	{
	background: #eef4f7;
}

.list-result .table th,.list-result .table td {
	border: none;
	max-width: 140px;
	min-width: 20px;
}

.list-result .table td .lines-limit-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/*fallback*/
	font-size: 14px;
	line-height: 18px;
	height: 36px;
}

.list-result .table th {
	background: #eef4f7;
	border-bottom: solid 5px #fff;
}

.search-panel label {
	padding-right: 0;
}

.main-container .main-box {
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 2px;
	background: #FFF;
	margin-bottom: 20px;
	padding: 20px;
	min-height: 600px;
	width: 1550px;
}

.main-box .btn {
	margin-right: 20px;
}

.main-container .left-box {
	float: left;
	width: 550px;
	border: 1px solid;
	border-right: 0;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 2px;
	background: #FFF;
	margin-bottom: 20px;
	padding: 20px;
	height: 810px;
}

.main-container .right-box {
	float: left;
	width: 500px;
	border: 1px solid;
	border-left: 2px dashed;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 2px;
	background: #FFF;
	margin-bottom: 20px;
	padding: 20px;
	height: 810px;
}

.main-container .right-box .input-row div.ip {
	display: inline-block;
	width: 100%;
}

.nav-tabs .tab-title {
	color: #666;
	font-size: 16px;
	cursor: pointer;
}

.nav-tabs>li.active>.tab-title,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus
	{
	color: #f3643c;
}

.nav-subtitle {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: none;
}

.nav-subtitle>li {
	float: left;
	margin-bottom: -1px;
	position: relative;
	display: block;
}

.nav-subtitle>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

.nav-subtitle>li>a:hover,.nav-subtitle>li>a:focus {
	background-color: #eee;
}

.nav-subtitle .tab-link-title {
	border: none;
	border-radius: 4px;
}

.nav-subtitle>li>.tab-link-title {
	color: #666;
	margin-top: 5px;
	font-size: 18px;
	cursor: pointer;
}

.nav-subtitle>li.active>.tab-link-title {
	color: #f3643c;
	background-color: #ffffff;
	margin-top: 0;
	line-height: 1.1;
	font-size: 24px;
	cursor: default;
}

.control-label {
	color: slategrey;
}

.xdsoft_datetimepicker {
	z-index: 99999999 !important;
}

.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto;
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}

.large-format-loader-slice {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
	width: auto;
	font-weight: normal;
	border: 0;
	z-index: 2;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	transform: translateY(-50%);
}

.large-format-loader-simple {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	width: auto;
	padding: 250px 0 0;
	font-weight: normal;
	border: 0;
	z-index: 2147483586;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.large-format-loader {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	width: auto;
	padding: 250px 0 0;
	font-weight: normal;
	background: rgba(102, 102, 102, 0.8);
	border: 0;
	z-index: 2147483586;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.large-format-loader p {
	line-height: 30px;
}

.loader-inside-format {
	width: 280px;
	height: 150px;
	background: rgba(41, 41, 41, 0.7);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05) inset;
	border-radius: 10px;
}
.loader-inside-format-slice {
	width: 280px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.is-not-loading {
	visibility: hidden;
}

#loading-process {
	height: 100%;
	position: absolute;
}

#loader-inside-bar {
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	/*box-shadow: 0 1px 0 rgb(0, 0, 0);*/
}

#loader-inside-bar div {
	border-radius: 4px;
}

.count-label {
	float: left;
	padding-top: 8px;
}

.a-upload {
	padding: 4px 10px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
	color: #888;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.a-upload  input {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	cursor: pointer
}

.a-upload:hover {
	color: #444;
	background: #eee;
	border-color: #ccc;
	text-decoration: none
}