/*必须输入符号专用样式*/
ul li label strong {
    color: #ee5a2f;
    margin-left: 2px;
}

/*头部标签切换-列表页*/
.tabs-switch-head {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 99;
}

.tabs-switch-head span {
    width: 50%;
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
}

.tabs-switch-head span.active {
    border-bottom: 2px solid #ee5a2f;
    color: #ee5a2f;
}

.tabs-hide-head .tabs-switch-head {
    display: none;
}

.select2-dropdown {
    border: 1px solid #aaa !important;
}

/*日历样式修改*/
.mbsc-ios .mbsc-sc-itm {
    font-size: 18px !important;
    text-align: center !important;
}

.mbsc-sc-lbl {
    display: block !important;
    top: -32px;
    font-size: 18px;
}

.mbsc-ios .mbsc-sc-whl-gr {
    padding-top: 30px !important;
}

.mbsc-ios .mbsc-fr-btn, .mbsc-sc-lbl {
    color: #09c !important;
}

.mbsc-ios .mbsc-fr-btn {
    font-weight: normal !important;
}

/*员工合同*/
.patrol-owner-contract-head {
    position: fixed;
    top: 48px;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 99;
}

.patrol-owner-contract-head span {
    width: 33%;
    display: block;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    height: 50px;
    line-height: 50px;
}

.patrol-owner-contract-head span.active {
    border-bottom: 3px solid #09c;
    color: #09c;
}

.patrol-owner-contract {
    color: #aaa;
    position: fixed;
    top: 50px;
    z-index: 9999;
    padding: 10px;
    background-color: #f8f8f8;
    width: 100%;
}

.patrol-owner-contract > div {
    background-color: #fff;
    border-radius: 50px;
    padding: 0 10px;
    border: 1px #ddd solid;
    overflow: hidden;
}

.patrol-owner-contract > div > div {
    position: relative;
    float: left;
    width: 50%;
}

.patrol-owner-contract .left-select select {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 32px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.patrol-owner-contract .left-select i.fa {
    position: absolute;
    top: 9px;
    right: 9px;
}

.patrol-owner-contract .right-search {
    border-left: 1px #ddd solid;
}

.patrol-owner-contract .right-search input {
    text-indent: 10px;
    width: 100%;
    background-color: transparent;
    border: none;
    height: 32px;
}

.patrol-owner-contract .right-search input::placeholder {
    color: #ddd;
}

.patrol-owner-contract .right-search button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    height: 32px;
}

.patrol-owner-contract .right-search button i.fa {
    color: #aaa;
}

/*新的tabs+筛选弹层结构*/
.tabs-screen-head {
    height: 48px;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.tabs-screen-head span {
    height: 48px;
    border-bottom: 1px solid #ececec;
    display: block;
    text-align: center;
    line-height: 48px;
}

.tabs-screen-head .right {
    float: right;
    width: 48px;
}

.tabs-screen-head .right span {
    width: 100%;
    display: block;
}

.tabs-screen-head .right i {
    font-size: 21px;
}

.tabs-screen-head .left {
    overflow: hidden;
}

.tabs-screen-head .left span.active {
    border-bottom: 2px solid #ee5a2f;
    color: #ee5a2f;
}

.tabs-screen-head .left span {
    width: 50%;
    float: left;
    border-right: 1px solid #ececec;
}

.tabs-screen-more {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}

.tabs-screen-more .bg {
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.tabs-screen-more .content {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 60px 0 20px;
    height: auto;
}

.tabs-screen-more .content .search {
    margin: 10px 15px;
    position: relative;
    overflow: hidden;
}

.tabs-screen-more .content .search input {
    border: 1px solid #ececec;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    text-indent: 15px;
    appearance: none;
    -webkit-appearance: none;
}

.tabs-screen-more .content .search a {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 45px;
    text-align: center;
    line-height: 40px;
}

.tabs-screen-more .content .search a i {
    font-size: 18px;
    color: #ddd;
}

.tabs-screen-more .content .select {
    position: relative;
}

.tabs-screen-more .content .select a.input-box {
    border: 1px solid #ececec;
    border-radius: 10px;
    display: block;
    margin: 10px 15px;
    height: 40px;
    line-height: 38px;
    text-indent: 15px;
    position: relative;
}

.tabs-screen-more .content .select a.input-box i.fa-sort-down {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 18px;
    color: #ddd;
}

.tabs-screen-more .content .select .select-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}

.tabs-screen-more .content .select ul {
    position: absolute;
    top: 39px;
    left: 15px;
    right: 15px;
    z-index: 9;
    padding: 5px 10px;
    max-height: 300px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    display: none;
}

.tabs-screen-more .content .select ul li {
    line-height: 40px;
    text-indent: 5px;
    position: relative;
}

.tabs-screen-more .content .select ul li i {
    display: none;
    position: absolute;
    top: 13px;
    right: 10px;
}

.tabs-screen-more .content .select ul li.active a {
    color: #09c;
}

.tabs-screen-more .content .select ul li.active i {
    display: block;
    color: #09c;
}

.tabs-screen-more .content .select ul li + li {
    border-top: 1px solid #ececec;
}

.alert-danger {
    border-color: #ee5a2f;
    color: #ee5a2f;
    background-color: #fff8f6;
}

/*访谈列表*/
.interview-list .li {
    overflow: hidden;
    background: #fff;
    margin: 10px;
    padding: 12px 0;
    border: 1px solid #eee;
    border-radius: 8px;
}

.interview-list .right {
    float: right;
    text-align: center;
    width: 80px;
    border-left: 1px solid #eee;
}

.interview-list .left {
    overflow: hidden;
    padding-left: 12px;
}

.interview-list .text-lg {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}

.interview-list .text {
    color: #bbb;
    font-size: 12px;
    line-height: 16px;
}

.interview-list .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.interview-list .new {
    padding-left: 30px;
}

.interview-list .new:before {
    content: 'NEW';
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 9px;
    font-weight: normal;
    background: #ee5a2f;
    color: #fff;
    padding: 0 3px;
    border-radius: 3px;
    margin-right: 3px;
    line-height: 14px;
}

/*问卷详情*/
.questionnaire-header {
    text-align: center;
    margin: 20px;
}

.questionnaire-header .title {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.questionnaire-header .time {
    color: #bbb;
}

.questionnaire-list .li {
    overflow: hidden;
    background: #fff;
    margin: 10px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.questionnaire-list .li-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.questionnaire-list .select {
    padding-left: 17px;
    line-height: 20px;
}

.questionnaire-list .option {
    position: relative;
    padding: 8px 0 8px 24px;
}

.questionnaire-list .option:before {
    content: '\f00c';
    position: absolute;
    top: 8px;
    left: 0;
    border: 1px solid #ddd;
    width: 17px;
    height: 17px;
    line-height: 17px;
    padding: 1px 0 0 0;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font: 13px FontAwesome;
}

.questionnaire-list .option.active:before {
    background: #006bff;
    border-color: #006bff;
}

/* 按钮 */
.round-float-button .blue,
.strip-float-button .blue {
    background-color: #006bff;
}

.asset-list .li {
    overflow: hidden;
    background: #fff;
    margin: 10px;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    position: relative;
}

.asset-list .name {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
}

.asset-list .process:after {
    content: '待确认';
    font-weight: normal;
    font-size: 11px;
    background: #ee5a2f;
    color: #fff;
    border-radius: 3px;
    padding: 0 3px 0;
    margin: 4px 0 0 5px;
    display: block;
    line-height: 16px;
    float: left;
}

.asset-list .text {
    color: #bbb;
    font-size: 12px;
    line-height: 16px;
}

.asset-list .icon-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.asset-list .icon-right:before {
    content: "\f105";
    font: 24px FontAwesome;
    line-height: 20px;
    color: #e6e6e6;
}

/**/
.general-label-list {
    background: #fff;
    margin: 10px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.general-label-list .header {
    border-bottom: 1px solid #e8e8e8;
    line-height: 24px;
    padding: 10px 15px;
}

.general-label-list .header .name {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.general-label-list .ul {
    padding: 0 10px;
}

.general-label-list .li {
    overflow: hidden;
    line-height: 24px;
    padding: 10px 5px;
    border-bottom: 1px solid #f4f4f4;
}

.general-label-list .li:last-child {
    border: none;
}

.general-label-list .li .name {
    float: left;
    color: #888;
}

.general-label-list .li .img {
    float: right;
}

.general-label-list .li .text {
    float: right;
    color: #bbb;
}

.general-label-list .li .explain {
    color: #333;
}

/*设备盘点反馈*/
.feedback {
    background: #fff;
    margin: 10px;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 0 15px 10px;
}

.feedback .header {
    padding: 10px 0;
    line-height: 24px;
    overflow: hidden;
}

.feedback .header .name {
    font-weight: bold;
    color: #333;
    font-size: 15px;
}

.feedback .textarea {
    border: 1px solid #eee;
    width: 100%;
    border-radius: 5px;
    resize: none;
    padding: 10px;
}

.feedback .textarea::placeholder {
    color: #ddd;
}

.device-photo-list .li {
    float: left;
    width: 50%;
}

.device-photo-list .text {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    line-height: 24px;
}

.device-photo-list .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    background: #fafafa;
    padding: 1px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
}

.device-photo-list .img img {
    max-width: 100%;
    max-height: 100%;
}

.device-photo-list .fa-close {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #fff;
    background: #ee5a2f;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
}

/*拍摄样图*/
.photo-example {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 30px 0;
}

.photo-example img {
    max-width: 100%;
    max-height: 100%;
}

.photo-example .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url("/static/images/hro/icon-close.svg") center/20px no-repeat;
}
