body > .navbar {
	justify-content: space-between
}

body > .navbar .right {
	text-align: right;
}

body > .navbar .icon-info22 {
	cursor: pointer;
}

/* 版本号信息展示 */
#apps_version {
	max-width: 100%;
	position: relative;
}

#apps_version .sweet-alert-content {
	width: 300px;
	display: none;
	font-size: 12px;
	color: #333;
	padding: 30px 15px;

	position: absolute;
	right: -20px;
}

#apps_version:hover .sweet-alert-content{
	display: block;
	background-color: white;
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}

#apps_version .sweet-alert-header {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e6e7;
	margin-bottom: 10px;
}

#apps_version .sweet-alert-header img {
	height: 32px;
	display: inline-block;

	position: relative;
	top: -10px;
}

#apps_version .sweet-alert-body {
	max-height: 250px;
	overflow-y: auto;
	padding-right: 5px;
}

#apps_version .sweet-alert-body .app-item {
	display: flex;
	margin-bottom: 10px;
}

#apps_version .app-item .app-name {
	width: 120px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	word-break: break-all;
	text-align: left;
}
#apps_version .app-item .app-version {
	flex: 1;
	text-align: right;
	color: #c5c5c5;
}

#apps_version .app-item .app-version .item {
	margin-bottom: 3px;
}

#myApp {
	margin: 48px 1.3rem 1.3rem;
}
#myApp .breadcrumb-item {
	/* color: #29b6f6; */
	padding: 0;
}
.clickCont {
	cursor: pointer;
}
.textP {
	height: 3.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.addApp {
	position: relative;
}
.addCont {
	text-align: center;
	cursor: pointer;
}
.icon-googleplus5 {
	font-size: 2rem;
	color: #999;
}
.addText {
	margin-top: 0.5rem;
	color: #999;
}
.icon-headset {
	font-size: 2rem;
}
.sp-container.sp-light {
	z-index: 1051;
}

.iconInputFrm {
	position: relative;
}
.iconInput {
	display: inline-block;
	cursor: pointer;
	padding: 0.375rem;
	border: 1px solid #ddd;
	border-radius: 0.1875rem;
	overflow: hidden;
	color: #999;
	vertical-align: middle;
}
.iconFrm {
	height: 1.5rem;
	line-height: 1.5rem;
	width: 1.625rem;
	border-radius: 0.1875rem;
	float: left;
	color: #000;
}
.iconsFrm {
	display: none;
	position: absolute;
	left: 0;
	top: 3rem;
	background: #fff;
	z-index: 10;
	border: 1px solid #ddd;
	border-radius: 0.1875rem;
	padding: 0.375rem;
}
.iconsFrm.show {
	display: block;
}
.iconsFrm i {
	padding: 0.375rem;
	cursor: pointer;
}

.fileInputFrm {
	position: relative;
	display: block;
}
.browse {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.5rem 2rem;
	background: #f5f5f5;
	border-radius: 0.1875rem;
	cursor: pointer;
}
.fileInput {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}
.fileinput-button {
	display: block;
	height: 36px;
}
.fileborder {
	position: absolute;
	top: 0;
	left: 0;
}
.nav-tabs-bottom .nav-link.active:before {
	background-color: #26a69a;
}
#removeApp .modal-footer {
	padding: 0;
}
.myTab1,
.myTab2 {
	display: none;
}
.progressTitle {
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.progressText {
	text-align: center;
	margin-bottom: 0.925rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #26a69a;
}
.mCSB_outside + .mCSB_scrollTools {
	right: -6px;
}
/*.form-check {*/
/*	padding-left: 0;*/
/*}*/
.super_admin {
	display: none;
}
.sr-only {
	width: 100%;
	height: 100%;
	color: #fff;
	clip: inherit;
}
#importInfoFrm,
#removeInfoFrm {
	border: 1px solid rgba(0, 0, 0, 0.125);
}
#showMode .badge-striped-left:before {
	border-left: 3px solid;
	border-left-color: inherit;
}

#import-result table tbody {
  display: block;
}

#import-result table thead,
#import-result table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; /**表格列的宽度由表格宽度决定，不由内容决定*/
  text-align: center;
}

#import-result thead th,
#import-result tbody td {
  width: 50px;
}

#import-result table thead {
  width: calc( 100% - 1em);/*表头与表格垂直对齐*/
}
