.p-lr-5{padding: 0 5%;}
.m-lr-5{margin: 0 5%;}
.btn-borderblue{
	background-color: #fff;
	color: #108ee9;
	border: 1px solid #eee;
	box-shadow: 3px 3px 15px rgba(0,0,0,.3);
}
.t-c{text-align: center;}
.mb-10{margin-bottom: 1rem;}
.bc-red{background-color: red;}
.border-c-red{
	border: 1.5px solid red;
	color: red;
}
.bc-blue{background-color: #239aff;}
.border-c-blue{
	border: 1.5px solid #239aff;
	color: #239aff;
}
.bc-green{
	background-color: green;
}
.border-c-green{
	border: 1.5px solid green;
	color: green;
}

.apply-one{
	background-color: #fff;
	margin: 15px;
	box-shadow: 3px 3px 15px rgba(0,0,0,.3);
	border-radius: 5px;
	color: #000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 8px 15px;
	position: relative;
}
.apply-one>p{
	font-size: 1.4rem;
}
.apply-one>p>span{
	font-size: 1.4rem;
	float: right;
	color: #999;
}
.apply-one>p.corname{
	color: #333;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.apply-one>p.submsg{
	font-size: 1.2rem;
	color: #999;
	margin: 5px 0;
}
.apply-one>p>span.hassubmit{
	color: green;
}
a.copylink-a{
	color: #108ee9;
	text-decoration: underline;
}
.upload-box{
	border: 1px solid #eee;
	box-shadow: 3px 3px 15px rgba(0,0,0,.3);
	border-radius: 5px;
	margin-bottom: 1rem;
	margin-top: 1rem;
	text-align: center;
	padding: 1rem 0;
}
.upload-box>p{
	color: #333;
	font-size: 1.3rem;
}
.upload-box>input{
	width: 50px;
	height: 50px;
	background: url(../../images/upload-pic.png) no-repeat center;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background-size: cover;
	position: relative;
	left: 50%;
	margin-left: -25px;
	margin-bottom: 1rem;
}
.apply-status{
	width: 76px;
	height: 76px;
	border-radius: 50%;
	position: absolute;
	right: 5%;
	top: .3rem;
}
.status-1{
	width: 68px;
	height: 68px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 4px;
	top: 4px;
}
.status-2{
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 8px;
	top: 8px;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	font-size: 1.5rem;
	transform:rotate(340deg);
	-ms-transform:rotate(340deg); 	/* IE 9 */
	-moz-transform:rotate(340deg); 	/* Firefox */
	-webkit-transform:rotate(340deg); /* Safari 和 Chrome */
	-o-transform:rotate(340deg);
}
p.weui-toast_content{
	color: #fff!important;
	margin-bottom: 1rem!important;
}
.upload-result{
	position: fixed;
	z-index: 99;
	background-color: #fff;
	width: 80%;
	margin: 0 auto;
	max-width: 500px;
	bottom: 3rem;
	text-align: center;
	box-shadow: 3px 3px 15px rgba(0,0,0,.3);
	border: 1px solid #eee;
	padding: .6rem 0;
}
.upload-result>img{
	display: inline-block;
	width: 50px;
}

/* 20200216新增  ljx*/
.twocode-box{
	margin: 0 15px;
	border-radius: 5px;
	margin-top: 2rem;
	text-align: center;
	box-shadow: 3px 3px 15px rgba(0,0,0,.3);
	padding: 2rem 0;
}
.twocode-box>img{
	width: 50%;
	display: inline-block;
}
.d3{
	position: absolute;
	right: -4rem;
	top: -4rem;
	float: left;
	width: 0;
	height: 0;
	border-width: 4rem;
	border-style: solid;
	border-color: #009933 transparent transparent transparent;
	transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
}
.d3.disable{
	border-color: #999 transparent transparent transparent;
}

.d3-white{
	position: absolute;
	right: -2.1rem;
	top: -2.1rem;
	float: left;
	width: 0;
	height: 0;
	border-width: 2rem;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
}
.valid{
	position: absolute;
	right: 1rem;
	top: 1rem;
	color: #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.c-333{color: #333!important;}
.c-999{color: #999!important;}
.font-bold{font-weight: bold;}
.proof-box{
	background-color: #fff;
	margin: 15px;
	box-shadow: 3px 3px 15px rgba(0,0,0,.3);
	border-radius: 5px;
	margin-bottom: 6rem;
}
.m-0{margin: 0;}
.noshadow{box-shadow: none;}
.proof-tab-one{
	height: 3rem;
	line-height: 3rem;
}
.proof-active{
	color: #239aff;
	border-bottom: 3px solid #239aff;
}
.dis-block{display: block;}
.flow-hide{
	overflow: hidden!important;
}
.h-lh-4{
	height: 4rem;
	line-height: 4rem;
}
.c-0079fe{
	color: #0079FE!important;
}
.bortop{border-top:1px solid #eee;}
.clock>span{
	display: inline-block;
	width: 2rem;
	height: 2rem;
	position: relative;
	top: .6rem;
	margin-right: 5px;
}
.bc-999{background-color: #999;}
.bc-239aff{background-color: #239aff;}
.bc-red{background-color: red;}

/*  打卡日历*/
table {width: 100%;}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#calendar {
	background-color: white;
}
.calendar {
	position: relative;
	font-family: "Chinese Quote", "Microsoft YaHei";
	font-size: 14px;
	color: rgba(0, 0, 0, 0.25);
}
.calendar-header {
	border-bottom:1px solid #e5e5e5;
	padding: 7px 0;
	text-align: center;
}
.calendar-select {
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.65);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
	outline: 0;
}
.calendar-table {
	/*width: 100%;
                height: 100%;*/
}
.calendar-column-header,  .calendar-cell {
	width: 14%;
	line-height: 1;
}
.calendar-column-header {
	font-weight: 400;
	text-align: center;
	padding:16px 0;
}
.calendar-table {
	table-layout: fixed;
}
.calendar-cell {
	font-size: 12px;
	color: #26c7e9;
}
.calendar-cell.calendar-last-month-cell,  .calendar-cell.calendar-next-month-cell {
	color: rgba(0, 0, 0, 0.25);
}
.calendar-date {
	padding: 4px 5px;
	margin: 0 4px;/*border-top: 2px solid #e8e8e8;*/



}
.calendar-value{border-radius:30px !important;}
/*.calendar-cell.calendar-thisMonth .calendar-date,  .calendar-cell.calendar-today .calendar-date {
	border-top-color: #1890ff;
	background-color: #e6f7ff;
	border-radius: 50%;
}*/
/*.calendar-date:hover {
	background: #e6f7ff;
	border-radius: 50%;
}*/
.calendar-value {
	text-align: center;
	padding: 10px 0;
}
.calendar-content {
	text-align: center;
	height: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	position: static;
	width: 100%;
	left: auto;
	bottom: auto;
}
.calendar-select {
	font-size: 13px;
	vertical-align: middle;
}
.btn.calendar-select-active {
	border-color: #fff;
	z-index: 2;
}
.calendar-select:first-child {
	margin-right: 10px;
}
.calendar-year-select,  .calendar-month-select {
	border-radius: 4px;
	border: 1px solid #d9d9d9;
}
.calendar-year-select:hover,  .calendar-month-select:hover {
	/*border-color: #fff;*/
}
.calendar-year-text,  .calendar-month-text {
	margin: 0 10px;
	line-height: 28px;
}
.calendar-icon {
	margin: 0 10px 0 0;
}
.calendar-icon * {
	color: rgba(0, 0, 0, 0.25);
}
.btn {
	float: left;
	padding: 5px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}
.btn-group {
	float: left;
	display: inline;
	padding: 0 8px;
}
.btn-group > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover {
	z-index: 2;
	border-color: #fff;
}
.btn-group .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/*dropdown-menu*/
ul.dropdown-month, .dropdown-month li,  ul.dropdown-year, .dropdown-year li {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
.dropdown-month.open,  .dropdown-year.open {
	display: inline-block;
	margin-top: 1px;
	width: 100%;
}
.dropdown-month,  .dropdown-year {
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 50px;
	border: 1px solid #eee;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}
.dropdown-month .month-item,  .dropdown-year .year-item {
	font-size: 12px;
	position: relative;
	display: block;
	padding: 5px 2px;
	line-height: 20px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.65);
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.month-item:hover,  .year-item:hover {
	background: #e6f7ff;
}
.year-item.active {
	background-color: #fafafa;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.65);
}
/*自定义事件样式*/
/*ul.events li {
    white-space: nowrap;
    font-size: 13px;
    padding: 1px 2px;
}

    ul.events li span {
        margin-left: 5px;
    }

    ul.events li:before {
        content: "*"
    }*/

/*scrollbar*/
/**::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
}*/
.calendar-status {
	color:#fff;
	padding: 10px 0;
}

.calendar-normal {
	background-color: #239aff;
}

.calendar-absence {
	background-color: #999;
}

.calendar-abnormal {
	background-color: red;
}

/* 0217页面调整 ljx */
.today-status{
	width: 20%;height:35px;text-align: center;
}
.status-box{
	height: 50%;
}
span.return-today-span{
	border: 1px solid #108ee9;
	color: #108ee9;
	font-size: 1rem;
	padding: 0 6px;
	border-radius: 12px;
}
.status-box>span{
	width: .8rem;
	height: .8rem;
	top: 0;
	margin-right: 5px;
}
.m10{margin: 10px;}
.bc-efeff4{background-color: #efeff4;}
.bc-fff{background-color: #fff;}
.fr{float: right;}
.span-mid{
	width: 10%;
	text-align: center;
	margin-top: 10px;
}
.select-name-box{
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 500px;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.select-name-box>h2{
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.3rem;
	background-color: #F7F7F8;
}
.select-name-box>h2>span{
	font-size: 1.4rem;
	color: #3CC51F;
	margin-right: 1rem;
}
.p-lr-10{
	padding: 0 1rem!important;
}
.result-one{
	font-size: 1.3rem;
	padding: .7rem 0;
}
.select-result-box{
	height: 200px;
	overflow: auto;
}
.border-ddd{border: 1px solid #ddd;}


/* 2.26新增 */
.use-tips{margin: 15px;}
.use-tips p{
	font-size: 1.3rem;
	line-height: 26px;
}
.leadin-btn{
    position: fixed;
    bottom: 6rem;
    width: 100%;
    max-width: 500px;
    padding: 0 5%;
}
.share-code-box{
	height: calc(100vh - 12rem);
	height: -moz-calc(100vh - 12rem);
	height: -webkit-calc(100vh - 12rem);
	overflow: auto;
	max-width: 500px;
    overflow-x: hidden;
}

/* 2.27新增 */
.p-r{position: relative;}
p.warning-text{
	color: red;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 1.2rem;
	bottom: 4.5rem;
	left: 0;
}
i.warning{
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url(../../images/warning.png);
	position: relative;
	top: 3px;
	background-size: cover;
	margin-right: 5px;
}
.refresh-box{
	margin: 2rem 15px 0 15px;
}
.refresh-box img{
	display: inline-block;
	width: 1.6rem;
	position: relative;
	top: -.1rem;
	margin-right: 3px;
}

/* 2.27  21:14 */
.dis-ib{display: inline-block!important;}
.mr15{margin-right: 1.5rem;}
.delete-btn{
	line-height: 3rem!important;
	boder: 1px solid #ddd;
	boeder-left: none;
	box-sizing: border-box;
}
.delete-box{
	top: 1px!important;
	bottom: 1px!important;
	right: 1px!important;
}

/* 2.29新增 */
img.refresh{
	display: inline-block;
	width: 1.4rem;
	margin-right: 5px;
}
.header-fixed{
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	max-width: 500px;
}
.refresh-fixed{
	position: fixed;
	top: 4rem;
	width: 100%;
	z-index: 9;
	max-width: 500px;
}
.main-content-box{
	overflow: auto;
	height: -moz-calc(100vh - 4.7rem);
	height: -webkit-calc(100vh - 4.7rem);
	height: calc(100vh - 4.7rem);
	padding-top: 7rem;
}

/* 2.29  23:24 */
.check-result{
	padding: 1rem 0;
}
.check-result-one{
	width: 25%;
	text-align: center;
}
.check-result-one p{
	margin: .5rem 0;
	font-size: 1.3rem;
}
.check-result-one p:last-child{
	font-weight: bold;
}
.c-grey{color: #98979f!important;}
.c-orange{color: #fe9d5b!important;}
.c-green{color: #5ab898!important;}
.c-red{color: #e00914!important;}
img.doubt{
	display: inline-block;
	width: 1.6rem;
	position: relative;
	top: -1px;
	margin-right: 4px;
}
.mt8{
	margin-top: .8rem!important;
}
.check-tab{
	height: 4rem;
	line-height: 4rem;
	position: sticky;
	top: 0;
	z-index: 19;
	background-color: #f5f5f9;
}
.check-tab span{
	color: #3b3d3e;
	padding: 0 5px 3px 5px;
}
.check-tab span.active{
	color: #6c67bd;
	border-bottom: 2px solid #6c67bd;
}
.check-box{
	overflow: auto;
	height: calc(100vh - 4.5rem);
	height: -moz-calc(100vh - 4.5rem);
	height: -webkit-calc(100vh - 4.5rem);
}

/* 3.2新增 */
.record-box{
	padding-top: 5.5rem;
	margin-left: .5rem;
	padding-bottom: 1rem;
}
.record-one:after {
	content: '';
	display: block;
	clear: both;
	width: 1px;
	height: 2rem;
	background-color: #239aff;
	margin-left: 1rem;
}
.record-one:last-child:after{
	width: 0;
	height: 0;
}
.record-one img{
	display: inline-block;
	width: 20px;
	position: relative;
	top: -1.5px;
	margin-right: .5rem;
}
.record-one span{
	display: inline-block;
	min-width: 6rem;
}
.record-one span.time{
	float: right;
	margin-right: .5rem;
}
.c-pass{color: green;}
.c-no-pass{color: red;}
.c-wait{color: #239aff;}

/* 两行样式 */
.two-line-box{
	position: relative;
	padding-bottom: 2rem;
	min-height: 6.4rem;
}
.two-line-box .line{
	width: 1px;
	height: 4rem;
	border-right: 1px solid #239aff;
	position: absolute;
	top: 36px;
	left: 9px;
}
.two-line-box img{
	display: inline-block;
	width: 20px;
	position: relative;
	top: 10px;
	margin-right: .5rem;
}
.two-line-box span.time {
	display: block;
	margin-left: 2.8rem;
	float: none;
}
.two-line-box:after {
	width: 0;
	height: 0;
}
.two-line-box:last-child .line{
	display: none;
}
.record-two-line-box{
	margin-left: 1rem;
}
.no-time{
	position: relative;
	top: 11px;
}

/* 3.4新增 */
.c-main-color{color: #239aff!important;}
.daily-calc-box{padding: 2rem 0;}
.daily-calc-box>img{
	width: 24%;
	display: inline-block;
}
.c-fff{color: #fff!important;}
.daily-calc-item>img{display: inline-block;width: 3rem;position: absolute;top: 17px;left: 8px;}
.daily-calc-item{
	position: relative;
	width: 48%;
	float: left;
	padding: 1.2rem;
	border-radius: 5px;
}
.vh-100{height: 100vh!important;}
.daily-calc-item p{padding-left: 3.5rem;line-height: 22px;}
.daily-calc-item p:last-child{font-size: 1rem;}
.fr{float: right;}
.t22{top: 22px!important;}
@media screen and (min-width: 315px) and (max-width: 355px) {
	.use-tips {margin: 10px;}
	.daily-calc-item p{font-size: 1.2rem;}
	.daily-calc-item {width: 49%;}
}
span.btn-fill{
	padding: 2px 5px;
	border-radius: 10px;
	display: inline-block;
	font-size: 1rem;
	position: relative;
	top: -1px;
}
.t-r{text-align: right;}
.w135{width: 135px!important;}

/* 3.10新增 */
.enter-box>img{
	width: 18%;
	display: inline-block;
}
.enter-box{
	padding: 2.5rem 0;
}
.col333{
	color: #333;
}
.mt5{margin-top: 5px!important;}
.mb0{margin-bottom: 0;!important;}
.lh24{line-height: 24px!important;}
.enter-one{
	position: relative;
	margin: 10px 0;
}
.enter-one p{
	padding-left: 4rem;
	line-height: 24px;
	font-size: 1.2rem;
}
.enter-one p.title{
	font-size: 1.4rem;
	color: #239aff;
	font-weight: bold;
}
.enter-one>img{
	display: inline-block;
	width: 10%;
	top: 5px;
	position: absolute;
}
.wd48{
	width: 48%!important;
}
.watch-delete-btn{
	line-height: 4rem!important;
}
.watch-box{
	height: calc(100vh - 13rem);
	height: -moz-calc(100vh - 13rem);
	height: -webkit-calc(100vh - 13rem);
}
.wd50{width: 50%!important;}
.font-normal{font-weight: normal!important;}
.border-r-ddd{border-right: 1px solid #ddd;}
.fs-r16 {font-size: 1.6rem!important;}
.enter-line{
	background-color: #f5f5f9;
	height: 1rem;
}
.mt12rem{margin-top: 1.2rem!important;}
@media screen and (min-width: 315px) and (max-width: 355px) {
	.leadin-btn button{
		font-size: 1.2rem;
	}
	.look-enter-details{
		margin-top: 1rem;
	}
	.enter-result-one p{margin: 0;}
}
img.scan-code-img{
	width: 90%;
    height: 90%;
    display: inline-block;
}
.scan-box{
	position: absolute;
    top: 44vh;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    border: 1px solid #239aff;
    width: 150px;
    height: 150px;
    padding: 30px;
}
p.scan-tip-text{
	position: absolute;
    top: calc(44vh + 85px);
    top: -moz-calc(44vh + 85px);
    top: -webkit-calc(44vh + 85px);
    left: 0;
    width: 100%;
}
.mb1rem{margin-bottom: 1rem!important;}
.overflow-auto{overflow: auto;}
.mask{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 9;
}
.max-width{max-width: 500px!important;}
.ml3rem{margin-left:3rem!important;}
.bc-light-green{background-color: #00CC33;}
span.enter-type{
	padding: 4px 6px;
}
.enter-select-container{margin: 10px 15px!important;}
.mt8rem{margin-top: .8rem!important;}
.is-enter{margin: 1.5rem 0 3rem 0;}
.enter-btn{bottom: 3rem;}
.enter-result-box{height: 90px;}
.enter-pop{padding: 1rem 5%!important;}
.pl12{padding-left: 12px;}
.pr12{padding-right: 12px;}
span.temp-icon{
	font-size: 1.4rem;
	color: #333;
	position: absolute;
	display: inline-block;
	right: 5px;
    top: 6px;
}

/*5.24安防*/
.scene-btn{
    bottom: 2rem;
}
.scene-box{
	height: calc(100vh - 10rem);
	height: -moz-calc(100vh - 10rem);
	height: -webkit-calc(100vh - 10rem);
}
.pt10{padding-top:1rem;}
.pb10{padding-bottom:1rem;}
.mlr15{
	margin-left: 15px;
	margin-right: 15px;
}
.scene-tips{
	padding-top: 1.8rem;
    padding-bottom: 1.5rem;
}
.scene-tips>p{
	text-align: center;
	color: #999;
	font-size: 1.1rem;
}
.scene-tips>p:first-child{
	color: #3366cc;
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.scene-tips>p.add-tips{
	text-align: left;
	color: red;
	font-size: 1.4rem;
}
.sceneone{
	border: 1px dashed #ccc;
	position: relative;
	padding: 15px;
	margin-bottom: 1rem;
}
.borradius10{
	border-radius: 1rem;
}	
.sceneone img.scene{
	width: 25%;
	float: left;
}
.sceneone img.edit{
	width: 7%;
	float: right;
	margin-top: 7%;
}
.sceneone>p{
	color: #6b6b6b;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: bold;
	margin-top: 0.5rem;
}
.sceneone>p:last-child{
	color: #999;
	margin-bottom: 0;
	font-weight: normal;
	margin-top: 0;
}
/*与文字超出省略相关*/
.ellips1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ellips2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.bc-ff6600{
	background-color: #ff6600!important;
}
.t-l{
	text-align: left!important;
}
.editone{
	border-bottom: 1px solid #ccc;
	position: relative;
}
.editone img{
	float: right;
}
.c-ccc{
	color: #ccc;
}
.weui-media-box {
    padding-top: 12px;
    padding-bottom: 12px;
}
.line{
	height: 10px;
	background-color: #f2f2f2;
}
p.add-title{
	color: #666;
	font-weight: bold;
	font-size: 1.5rem;
}
p.add-title>span{
	color: #666;
	font-weight: normal;
	font-size: 1.5rem;
	float: right;
	color: #999;
	text-decoration: underline;
}
.validone{}
.weekdaybox span{
	display: inline-block;
    border: 1px solid #ccc;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    padding: .3rem 1.5rem;
    color: #999;
}
.weekdaybox span.weekactive{
    border: 1px solid transparent;
	color: #fff;
	background-color: #239aff;
}
.allselect{
	margin: 1rem 0;
}
img.del-icon{
	float: right;
	width: 5%;
}
.pt20{
	padding-top: 2rem!important;
}
.pb20{
	padding-bottom: 2rem!important;
}
.wd40{
	width: 40%!important;
}
.valid-input{
	font-size: 1.3rem;
    color: #999;
}
.valid-del{
	margin-top: 2%;
}
.span-mid{
	color: #999;
	font-size: 1.3rem;
}
.selectimg{
	width: 5%;
	display: inline;
	position: relative;
	top: -2px;
}
span.allselect{
	color: #333;
	font-size: 1.4rem;
}
.dislogbox{
	position: absolute;
    width: 80%;
    margin: 0 10%;
    background-color: aqua;
    top: 30vh;
	text-align: center;
	border-radius: 1rem;
	z-index: 19;
	background-color: #fff;
}
.shadow{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.dislogbox p.title{
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	color: #333;
	margin: 1rem 0;
}
.dislogbox p.text{
	text-align: left;
	font-weight: normal;
	font-size: 1.3rem;
	color: #999;
	margin: 1rem 0;
	padding: 0 15px;
	margin-bottom: 3rem;
}
.dialog-btn{
	border-top: 1px solid #ccc;
}
.dialog-btn span{
	width: 50%;
	text-align: center;
	float: left;
	background-color: #239aff;
	color: #fff;
	height: 4rem;
	line-height: 4rem;
	border-radius: 0 0 1rem 0;;
}
.dialog-btn span:first-child{
	background-color: #fff;
	color: #239aff;
	border-radius: 0 0 0 1rem;
}
.sceneiconbox{
	text-align: left;
	max-height: 35vh;
	overflow: auto;
}
.sceneiconone{
    text-align: left;
	margin-bottom: 10px;
	padding: 0 15px;
}
.sceneiconone>img.select{
	width: 7%;
	display: inline-block;
}
.sceneiconone>img.selectimg{
	width: 26%;
	display: inline-block;
	margin-left: 5px;
}
.icondialog{
	top: 20vh;
}
.editdialog>input{
	display: block;
	width: 90%;
	margin: 3rem 5%;
	font-size: 1.4rem;
}