.c-setting {
	box-shadow:0px 0px 4px #cccccc;
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #0e1b14;
}

.c-setting .c-title {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	display:inline;
}
.c-setting .c-title svg {
	transform: translateY(6px);
    margin-right: 4px;
    width: 24px;
    height: 24px;
}
.c-setting .c-title p {
	position: relative;
	top: 5px;
	display: inline-block;
	max-width: 500px;
	line-height: 22px;
	height: 22px;
	margin: 0px;
}
.c-setting .c-title .c-community-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.c-setting .c-title span {
	position: relative;
}

.c-setting .c-title span img {
	position: absolute;
	left: -25px;
	top: 2px;
}

.c-setting .c-subtitle {
	height: 30px;
	line-height: 28px;
	vertical-align: middle;
	background-color: #eeeeee;
	font-size: 12px;
	padding-left: 20px;
	border-top: 1px solid #999999; 
	border-bottom: 1px solid #dddddd; 
}
.c-setting .c-subtitle.danger {
}

.c-setting .c-rows {
}

.c-setting div.disabled {
	background-color: #f6f6f6;
}

.c-setting .c-row {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	border-bottom: 1px solid #cccccc;
}
.c-setting .c-row:last-child {
	border: none !important;
}
.c-setting .c-left {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding-left: 20px; 
	padding-top: 10px;
	padding-bottom: 10px; 
	min-width: 100px;
	height: 100%;
	align-self: stretch;
}
.c-setting .c-left .s {
	flex-grow: 1;
}
.c-setting .c-right {
	padding-right: 20px; 
	padding-left: 20px; 
	padding-top: 10px;
	padding-bottom: 10px; 
	display: flex;
	align-items: center;
}
.le-tbs .c-setting {
	width: 100vw;
	min-width: 320px;
	border: none;
	padding: 0;
	margin: 0;
}
.le-tbs .c-setting .c-row {
	display: block;
}
.le-tbs .c-setting .c-left {
	width: 100vw;
	min-width: 320px;
	padding: 10px 10px 0 15px;
}
.le-tbs .c-setting .c-explain {
	font-size: 12px;
}
.le-tbs .c-setting .c-right {
	width: 100vw;
	min-width: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px 10px 15px;
}
.le-tbs .c-setting .c-right .c-status {
	max-width: 600px;
	font-weight: 600;
	flex-grow: 1;
	padding: 0;
}
.le-tbs .c-setting .c-right .c-status.c-min {
	max-width: 600px;
	font-weight: 600;
	flex-grow: 1;
	padding: 0;
}
.le-tbs .c-setting .c-right .c-status div {
	text-align: center;
}
.le-tbs .c-setting .c-right .c-status.c-min {
	text-align: center;
}
.le-tbs .c-setting .c-right .c-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 115px;
	padding: 0 10px;
}
.le-tbs .c-setting .c-right .c-button.only {
	width: 100%;
	margin-right: 5px;
}
.le-tbs .c-setting .c-right .c-button.c-switch {
	width: 88px;
	padding: 0 10px;
}
.le-tbs .c-setting .c-row .c-supplement {
	width: 100vw;
	min-width: 320px;
	font-size: 11px !important;
	color: #E64A19 !important;
	opacity: 0.92;
	padding: 0 10px 10px 15px;
}
.le-tbs .c-setting .c-row.disabled .c-supplement {
	color: #666666 !important;
}
.le-tbs .c-setting .c-right .c-cover-all {
	width: calc(100vw - 25px) !important;
}
.le-tbs .c-setting .c-right .c-cover-img {
	width: 100% !important;
	text-align: center !important;
}
.le-tbs .c-setting .c-right .c-cover-btn {
	width: 115px !important;
	padding: 0 10px !important;
	margin: 0 !important;
	display: flex;
	justify-content: center;
}

.c-setting .c-row .c-item {
	font-weight: bold;
	font-size: 14px;
	opacity: 0.8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.28);
}
.c-setting .c-row.disabled .c-item {
	opacity: 0.8;
}

.c-setting .c-row .c-explain {
	margin-top: 2px;
	opacity: 0.8;
	white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap : break-word;
    min-width: 100px;
}

.c-setting .c-row .c-supplement {
	flex: 1;
	position: relative;
	font-size: 12px;
	white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap : break-word;
	color: #388E3C;
	padding-top: 10px;
}
.c-setting .c-row.disabled .c-supplement {
	color: #999999;
}
.c-setting .c-row .c-supplement p {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.c-setting .c-row .c-status {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 122px;
	text-align: center;
	color: #999999;
	font-size: 14px;
}
.c-setting .c-row .c-status.c-min {
    word-wrap: break-word;
    overflow-wrap : break-word;
	text-align: left;
	min-width: 10px;
	max-width: 300px;
}
.c-setting .c-row .c-status.active {
	color: #0e1b14;
}
.c-setting .c-row .c-status div {
	text-align: left;
}
.c-setting .c-row .c-button {
	width: 110px;
	text-align: center;
	vertical-align: middle;
}
.c-setting .c-row .c-button div.v-input {
	margin: auto;
}
.c-setting .c-row .c-button .input-group {
}
.c-setting .c-row .c-button-wide {
	min-width: 210px;
	text-align: left;
	vertical-align: middle;
}
.c-setting .c-row .c-button-wide .input-group label {
	font-size:14px !important;
}
.c-setting .c-row .c-button-wide .input-group {
	margin: 0px;
	padding: 0px;
}

.c-setting .c-row .c-cover {
	padding-left: 20px;
	padding-right: 20px;
}
.c-setting .c-row .c-cover img {
	box-shadow:0px 0px 4px #999999;
	border: 1px solid #999999;
	width: 80px;
	height: 80px;
}
.c-setting .c-text-only {
	padding: 0 15px;
    font-weight: 600;
    min-width: 120px;
    text-align: center;
}