/*公共类*/
html, body, ul, li, ol, dl, dd, dt, p, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/300% Arial, Verdana, "\5b8b\4f53"; /*宋体，Unicode，统一码*/
    color: #333333;
}

fieldset, img, input, button { /*fieldset组合表单中的相关元素*/
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

a {
    text-decoration: none;
    color: #5DC6E0;
}

a:hover {
    text-decoration: none !important;
    color: #5DC6E0 !important;
}

ul, ol {
    list-style: none; /*清除列表风格*/
}

/*主要颜色*/
.col-blue {
    color: #36D8EF !important;
}

/*tabel头样色*/
.col-tr {
    background-color: #EFF7F8 !important;
}

/*模态框h4的样式*/
.modal-title {
    font-size: 20px;
    font-weight: 700;
}

/*页面中每一块内容的边框*/
.frame {
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding: 0 38px 10px;
}

/*删除按钮的样式*/
.table .btn-Delete,span .btn-Delete {
    /*width: 60px;*/
    /*width: 75px;*/
    width: auto;
    height: 22px;
    border: 1px solid #36D8EF;
    color: #36D8EF;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.5 !important;
    margin-top: -3px;
}

.table .btn-Delete:hover,span .btn-Delete:hover {
    color: #36D8EF;
}

.modal .modal-sm {
    display: flex;
    top: 150px;
}

.modal-sm .modal-content {
    margin: auto;
    width: 300px;
    height: 150px;
}

.modal-sm .modal-content .delete-title {
    width: 310px;
    height: 100px;
    font-size: 17px;
    line-height: 5.5;
    padding: 0 25px;
}

/*确定及取消按钮*/
.modal-sm .modal-content .btn-sure {
    width: 70px;
    height: 30px;
    border: 1px solid #36D8EF;
    color: #36D8EF;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 0.5 !important;
    margin: -30px 38px;
}

.table .btn-Edit, span .btn-Edit{
    /*width: 60px;*/
    width:auto;
    height: 22px;
    border: 1px solid #36D8EF;
    color: #36D8EF;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 0.5;
    margin-top: -3px;
}

/*设置小收索框样式*/
.rim {
    border-radius: 0;
    border: 1px solid #7A7A7A;
    outline: none;
}

h4 {
    margin-bottom: 12px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    font-family: inherit;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
}

/*三个device主页面的收索框*/
.label-title {
    width: 100px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.table-height tr {
    height: 32px;
    border: 1px solid #e0e0e0;
}

.table td, .table th {
    font: 12px/300% Arial, Verdana, "\5b8b\4f53";
}

.table thead tr th {
    font-size: 12px;
    font-weight: normal;
}

.ok01 {
    width: 22px;
    height: 20px;
    padding: 0;
}

/*模态框按钮1*/
.btn-modal1 {
    width: 76px;
    height: 32px;
    border: 1px solid #36C6D3;
    color: #36C6D3;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    outline: none;
}

/*模态框按钮2*/
.btn-modal2 {
    width: 52px;
    height: 22px;
    border: 1px solid #36C6D3;
    color: #36C6D3;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    line-height: 0.5 !important;
}

/*模态框文字右对齐*/
.modal-r {
    text-align: right;
}

/*模态框footer部分的两按钮*/
.modal-footer .btn-save {
    width: 76px;
    height: 36px;
    background-color: #32C5D2;
    color: #fff;
    border: none;
}
.modal-footer .btn-save-pause {
    width: 76px;
    height: 36px;
    background-color: #eeeeee;
    color: #fff;
    border: none;
}
.modal-footer .btn-submit {
    width: 76px;
    height: 36px;
    background-color: #32C5D2;
    color: #fff;
    border: none;
}
.modal-footer .btn-submit-pause {
    width: 76px;
    height: 36px;
    background-color: #eeeeee;
    color: #fff;
    border: none;
}

.modal-footer .btn-cancel {
    width: 76px;
    height: 36px;
    border: 1px solid #32C5D2;
    color: #32C5D2;
    background-color: #fff;
}

.modal-footer .btn-cancel:hover {
    color: #32C5D2;
}

/*模态框基本样式*/
.modal-body {
    font: 12px/300% Arial, Verdana, "\5b8b\4f53"; /*宋体，Unicode，统一码*/
    color: #333333;
}

/*模态框中输入框的基本样式*/
.modal-text-lg {
    width: 372px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

.modal-text {
    width: 178px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

.modal-text-300 {
    width: 300px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
    display: inline-block !important;
}

.modal-text-150 {
    width: 150px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

.input-300 {
    width: 300px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

.input-150 {
    width: 150px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

.input-50 {
    width: 50px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

.input-100 {
    width: 100px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

.text-area-300 {
    width: 300px;
    height: 100px;
    border: 1px solid #A5AEBA;
    line-height: 1;
}

/*每一页右上角页面跳转按钮*/
.page {
    position: relative;
}

.page .btn-link {
    position: absolute;
    right: 2px;
    top: -5px;
    border: 1px solid #36D8EF;
    font-family: 'Arial Negreta', 'Arial';
    width: 180px;
    text-decoration: none;
}

/*分页器*/
.table-margin {
    margin-bottom: 0;
}

.pagination {
    margin: 0;
}

.pagination > li > a, .pagination > li > span {
    line-height: 0.5;
    background-color: #EFF7F8;
    border: none;
}

/*头部区域类*/
.header {
    border-bottom: 1px solid #e7ecf1;
    padding-right: 20px;
    margin: -25px -20px 0;
}

.header .content {
    font-size: 16px;
    line-height: 4;
    height: 50px;
    padding-left: 20px;
    margin: 0;
}

.header .content a {
    color: #999999;
}

.header span:last-child {
    margin: 24px;
    collapse: pink;
}

/*标题区域类*/
h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 12px;
}

/*收索部分类*/
.btn {
    width: 100%;
    background-color: #36C6D3;
    height: 42px;
    border-radius: 0;
    line-height: 1 !important;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 5px;
}

.btn:focus, .btn:hover {
    color: #ffffff;
}

.btn-Edit:focus, .btn-Edit:hover, .btn-Delete:focus, .btn-Delete:hover, .btn-Add:focus, .btn-Add:hover, .btn-Add-160:focus, .btn-Add-160:hover, .btn-Add-200:focus, .btn-Add-200:hover {
    color: #36C6D3;
}

/*编辑按钮*/
.btn-Edit {
    width: 78px;
    height: 36px;
    border-radius: 0;
    line-height: 0.5 !important;
    text-align: center;
    font-size: 14px;
    color: #36C6D3;
    border: 1px solid #36C6D3;
    background-color: #fff;
}

/*添加按钮*/
.btn-Add {
    width: 78px;
    height: 36px;
    border-radius: 0;
    line-height: 0.5 !important;
    text-align: center;
    font-size: 14px;
    color: #36C6D3;
    border: 1px solid #36C6D3;
    background-color: #fff;
    margin-top: 20px;
}

.btn-Add-160 {
    width: 160px;
    height: 36px;
    border-radius: 0;
    line-height: 0.5 !important;
    text-align: center;
    font-size: 14px;
    color: #36C6D3;
    border: 1px solid #36C6D3;
    background-color: #fff;
    margin-top: 20px;
}

.btn-Add-200 {
    width: 200px;
    height: 36px;
    border-radius: 0;
    line-height: 0.5 !important;
    text-align: center;
    font-size: 14px;
    color: #36C6D3;
    border: 1px solid #36C6D3;
    background-color: #fff;
    margin-top: 20px;
}

/*文件上传样式*/

.D-upload {
    position: relative;
}

.upfilebox {
    position: absolute;
    top: 0px;
    left: 380px;
}

.upfilebox input {
    width: 92px;
    height: 36px;
    position: relative;
    z-index: 9;
    opacity: 0;
}

.upfilebox label {
    position: absolute;
    background: #36C6D3;
    display: inline-block;
    color: #fff;
    width: 92px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 0px;
    left: 0px;
}

/*页头跳转样式*/
#page .btn-modal-s {
    width: 120px;
    height: 32px;
    border: 1px solid #36C6D3;
    color: #36C6D3;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    line-height: 0.5 !important;
}

#page .btn-modal-lg {
    width: 150px;
    height: 32px;
    border: 1px solid #36C6D3;
    color: #36C6D3;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    line-height: 0.5 !important;
}

#page .btn-modal-bg {
    /*width: 170px;*/
    padding: 0 5px;
    height: 32px;
    border: 1px solid #36C6D3;
    color: #36C6D3;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    line-height: 0.5 !important;
}

#page .btn-link1 {
    position: absolute;
    right: 2px;
    top: -5px;
    border: 1px solid #36D8EF;
    font-family: 'Arial Negreta', 'Arial';
    text-decoration: none;
}

/*复选框样式*/
/*.checkbox-align {*/
/*margin-top: 5px;*/
/*}*/

.checkbox-align:nth-child(1) {
    margin-top: 5px;
}

/*begin Device部分*/

#page .ud_input {
    width: 330px;
    height: 30px;
    border: 1px solid #7A7A7A;
}

#page .D-form li {
    height: 36px;
    margin-bottom: 12px;
}

#page .D-form .modal-text-lg {
    width: 330px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

.page .D-form .hint {
    color: #A5AEBA;
}

#footer {
    height: 30px;
}

.page .btn-modal1 {
    height: 32px;
    border: 1px solid #36C6D3;
    color: #36C6D3;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    outline: none;
}

#page .u2296_input {
    height: 30px;
    border: 1px solid #7A7A7A;
    width: 220px;
}

#page .DG-form li {
    height: 36px;
    margin-bottom: 12px;
}

/*end Device Groups部分*/

/*begin Device Types 部分*/
.DT-form li {
    height: 36px;
    margin-bottom: 12px;
}

.radio-and {
    margin-left: 60px;
}

.udt_input {
    width: 178px;
    height: 30px;
    border: 1px solid #7A7A7A;
}

/*end Device Types 部分*/

/*begin Device Types Details部分*/

#D-Fields .modal .td-text {
    width: 150px;
    height: 30px;
    border: 1px solid #e0e0e0;
}

#D-Fields .modal .u1711_input {
    width: 150px;
    height: 30px;
    border: 1px solid #e0e0e0;
}

#page .DT-form li {
    height: 36px;
    margin-bottom: 12px;
}

/*end Device Types Details部分*/

/*begin Device   Details部分*/

/*标题区域类-警告提示*/
#page .warning {
    background-color: #FFCCFF;
    color: #C10000;
    border-radius: 0;
    padding: 6px;
    border-color: #FFCCFF;
}

/*设置input的禁用样式*/
#D-Info input[disabled] {
    cursor: default;
}

/*设置模态框下拉列表的宽（目前还有问题）*/
#D-Info .u970_input {
    width: 218px;
}

#D-Scheduled .td50 {
    padding-left: 50px;
    width: 154px;
}

#D-Firmware .table tbody tr {
    border-bottom: none;
    border-top: none;
}

#D-Firmware .table tbody tr td {
    border-bottom: none;
    border-top: none;
}

#D-Firmware .table-boer {
    border-bottom: 1px solid #e0e0e0;
}

#D-Config .td50 {
    padding-left: 50px;
    width: 154px;
}

#D-Config .table tbody tr {
    border-bottom: none;
    border-top: none;
}

#D-Config .table tbody tr td {
    border-bottom: none;
    border-top: none;
}

#D-Config .table-boer {
    border-bottom: 1px solid #e0e0e0 !important;
}

.u2296_input {
    height: 30px;
    border: 1px solid #7A7A7A;
    width: 360px;
}

.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 0;
}

/*end Device  Details部分*/

/*begin Device Type Details 部分*/
#TD-Fields .u1986_input {
    width: 178px;
    height: 30px;
    border: 1px solid #7A7A7A;
}

#TD-Fields .radio-and {
    margin-left: 60px;
}

#TD-Fields .TD-form li {
    height: 36px;
    margin-bottom: 12px;
}

/*end Device Type Details 部分*/

/*begin Device Group  Details 部分*/
.frame .add-service {
    position: relative;
    height: 36px;
}

.add-service .add-r-service .btn-link {
    position: absolute;
    left: 2px;
    top: -5px;
    border: 1px solid #36D8EF;
    font-family: 'Arial Negreta', 'Arial';
    width: 180px;
    height: 36px;
    text-decoration: none;
    background-color: #fff;
    color: #36D8EF;
    line-height: 0.5 !important;
}

.add-service .add-service-s .btn-link {
    position: absolute;
    left: 200px;
    top: -5px;
    border: 1px solid #36D8EF;
    font-family: 'Arial Negreta', 'Arial';
    width: 180px;
    height: 36px;
    text-decoration: none;
    background-color: #fff;
    color: #36D8EF;
    line-height: 0.5 !important;
}

.DGD-form li {
    height: 36px;
    margin-bottom: 12px;
}

/*end Device Group  Details 部分*/

/*begin Business Brands  品牌部分*/
.page .btn-modal2 {
    width: 130px;
    height: 32px;
    border: 1px solid #36C6D3;
    color: #36C6D3;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    outline: none;
}

/*end  Business Brands  品牌部分*/

/*begin Business Unit  部件部分*/
/*品牌被删后对应品牌显示为灰色 */
.change-col {
    color: gray;
}

.col-blue {
    color: #36D8EF !important;
}

/*end Business Unit  部件部分*/

/*begin Business Unit Categories 部分*/

.BUC-page .btn-link {
    position: absolute;
    right: 20px;
    top: 100px;
    border: 1px solid #36D8EF;
    font-family: 'Arial Negreta', 'Arial';
    width: 250px;
    height: 32px;
    text-decoration: none;
    background-color: #fff;
    color: #36D8EF;
}

.BUC-page .BUC-form li {
    height: 36px;
    margin-bottom: 12px;
}

.BUC-page .BUC-form .BUC-input {
    width: 372px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

/*end Business Unit Categories 部分*/

/*begin  Brand PHILIPS 品牌飞利浦部分*/
.add-service .add-r-BUsiness-u .btn-link {
    position: absolute;
    left: 2px;
    top: -5px;
    border: 1px solid #36D8EF;
    font-family: 'Arial Negreta', 'Arial';
    width: 210px;
    height: 36px;
    text-decoration: none;
    background-color: #fff;
    color: #36D8EF;
    line-height: 0.5 !important;
}

.frame .modal .RBU-input {
    width: 178px;
    height: 30px;
    border: 1px solid #7A7A7A;
}

/*end  Brand PHILIPS 品牌飞利浦部分*/

/*begin Portal Environments  门户环境部分*/
#page .btn-modal-cp {
    width: 216px;
    height: 32px;
    border: 1px solid #36C6D3;
    color: #36C6D3;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    line-height: 0.5 !important;
}

/*end  Portal Environments 门户环境部分*/

/*begin  Business Unit Domestic Appliances 部分*/

.frame .modal .RBD-input {
    width: 178px;
    height: 30px;
    border: 1px solid #7A7A7A;
}

/*end Business Unit Domestic Appliances 部分*/

/*begin   部分*/

.bs-example .ud_input {
    width: 330px;
    height: 30px;
    border: 1px solid #7A7A7A;
}

.bs-example .modal .modal-body li {
    height: 36px;
    margin-bottom: 12px;
}

.bs-example .modal .modal-body li .modal-text-lg {
    width: 330px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

/*end  部分*/

/*begin Services  部分*/

.page .modal .Ser-form .CSer-input-74 {
    width: 74px;
    height: 30px;
    border: 1px solid #A5AEBA;
    line-height: 0.5;
}

/*end Services 部分*/

/*begin   Pages 部分*/
.page .btn-link-page {
    position: absolute;
    right: 0px;
    top: -10px;
    border: 1px solid #36D8EF;
    font-family: 'Arial Negreta', 'Arial';
    width: 110px;
    text-decoration: none;
    background-color: #fff;
    color: #36D8EF;
}

.P-text {
    position: relative;
}

.P-text .btn-Edit-Text {
    position: absolute;
    right: 40px;
    top: 20px;
}

.page-text {
    margin-left: 26px;
}

/*pageDetail中footer的四个输入框部分*/

.inputFooter ul {
    padding: 0;
}

.buttonName {
    width: 190px;
    display: inline-block;
    text-align: center;
}

.inputFooter input {
    border: 1px solid #A5AEBA;
    width: 30%;
    margin-top: 5px;
    height: 30px;
}

.listTabel {
    border: 1px solid #b6b6b6;
}

.listTabel td input {
    width: 100%;
    border: 1px solid #b6b6b6;
    height: 30px;
}

/*end  Pages  部分*/

/*begin  Device Parameter OS Type 部分*/
/*添加按钮*/
.frame .btn-Add-DP {
    width: 78px;
    height: 36px;
    border-radius: 0;
    line-height: 0.5 !important;
    text-align: center;
    font-size: 14px;
    color: #36C6D3;
    border: 1px solid #36C6D3;
    background-color: #fff;
    margin-top: -5px;
}

.frame .btn-Add-DP:hover {
    color: #36C6D3;
}

/*end Device Parameter OS Type  部分*/

/*begin Firmware  部分*/
.btn-Edit-Download {
    width: 85px;
    height: 22px;
    border: 1px solid #36D8EF;
    color: #36D8EF;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 0.5 !important;
    margin-top: -3px;
}

.checkbox-inline input {
    margin-top: 14px;
}

/*end Firmware 部分*/

/*================分页插件==================*/
td .Refresh {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0 8px;
}

.pagination a {
    text-decoration: none;
    /*border: 1px solid #5DC6E0;*/
    color: #5DC6E0;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0.1em 0.4em;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 3px;
}

.pagination > li > a, .pagination > li > span {
    padding: 10px 8px 4px 8px;
}

.pagination .current {
    background: #ffffff;
    color: #36D8EF;
    border: 1px solid #5DC6E0;
}

.pagination .current.prev, .pagination .current.next {
    color: #999;
    border-color: #999;
    background: #EFF7F8;
    border: none;
}

/*============Login页面=============*/
.L-body {
    width: 100%;
    height: 100%;
    background: #364150;
}

.login {
    width: 360px;
    margin: 86px auto 0;
}

.login .L-title {
    width: 210px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: normal;
}

.login .L-title span:nth-child(1) {
    color: #FFCC19;
}

.login .L-title span:nth-child(2) {
    color: #ffffff;
}

.login .L-content {
    margin-top: 50px;
    background: #ECEEF1;
    width: 360px;
    border: 1px solid #797979;
}

.login .L-content h3 {
    margin: 0;
    font-size: 26px;
    text-align: center;
    padding: 24px 0;
    font-weight: normal;
}

.L-content ul {
    width: 304px;
    margin: 0 auto;
}

.L-content ul li {
    margin-bottom: 14px;
    height: 38px;
}

.L-content ul li input {
    background: #DDE3EC;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding-left: 10px;
}

.L-content .L-Validation {
    color: red;
    text-align: center;
    margin-bottom: -15px;
}

.L-content .L-but {
    cursor: pointer;
    background: #36D8EF;
    color: #ffffff;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin-top: 30px;
}

/*=================首页样式修改====================*/

.page-header-fixed .page-container-top {
    margin-top: 0;
}

.page-header.navbar .top-menu .navbar-nav {
    padding: 0;
    margin-right: 80px;
    display: block;
}

.nav .logged {
    color: #97A3A3;
}

.nav span {
    width: 0;
    height: 12px;
    border: 1px solid #97A3A3;
    float: left;
    margin: 14px 10px 0;
}

.nav .logOut a {
    padding: 0;
    margin: 10px 0 0;
}

.nav .logOut a:hover {
    background: #2B3643;
}

.H-row {
    margin-left: 0px;
}

.page-header-fixed .page-header .page-logo .logo-default {
    margin: 0;
}

.page-sidebar .page-sidebar-menu .nav-item:hover a {
    color: #ffffff !important;
}

.success_tip {
    position: absolute;
    border: 1px solid #ccc;
    width: 100px;
    height: 80px;
    background-color: #ffffff;
    text-align: center;
}

.success_tip p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #CCCCCC;
    font-size: 16px;
}

.success_tip img {
    width: 35%;
}

/*日期插件部分样式修改*/
.datetimepicker-days .table-condensed > tbody > tr > td,
.datetimepicker-days .table-condensed > tbody > tr > th,
.datetimepicker-days .table-condensed > tfoot > tr > td,
.datetimepicker-days .table-condensed > tfoot > tr > th,
.datetimepicker-days .table-condensed > thead > tr > td,
.datetimepicker-days .table-condensed > thead > tr > th {
    padding: 0;
}

.form-group .data-bg {
    background: #ffffff;
    outline: none;
    border: none;
}

.sel_little {
    width: 65px;
    float: left;
}

.firm_url {
    display: none;
}

/*select2样式修改*/
.select2-container {
    z-index: 3333333;
}

#select span .select2-container {
    z-index: 0;
}

.select2-results__options .select2-results__option {
    height: 28px;
    line-height: 1.5;
    padding: 6px 3px;
}

.select2-search--dropdown .select2-search__field {
    padding: 0px;
    height: 28px;
    line-height: 1.5;
}

/*select2下拉多选框*/
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 1.5;
}

/*改版的导航栏*/

.tab_content {
    position: relative;

}
.headMyTab {
    display: block;
    overflow: hidden;
    width: 99%;
}


.tab_content .page-content-left, .tab_content .page-content-right {
    display: inline-block;
    width: 20px;
    height: 47px;
    color: #5dc6e0;
    text-align: center;
    line-height: 47px;
    position: absolute;
    background-color: #ffffff;
    top: 2px;
    z-index: 100;
    border: 1px solid #eeeeee;
    cursor: pointer;
}

.tab_content .gray, .tab_content .gray{
    background-color: #ddd;
}


.tab_content .page-content-left {
    left: 0px;
}

.tab_content .page-content-right {
    right: 0px;
}

.page-content .nav-page {
    margin-top: 2px;
    max-height: 46px;
    width: 11100px;

}
.page-content .li-full{
    margin-left: 21px;
    margin-right: 20px;
}


.page-content .nav .nav-link, .page-content .nav .nav-link:hover, .page-content .nav .nav-link:focus {
    padding-right: 2px;
}

.page-content .nav .nav-close {
    font-size: 12px;
    border: none;
    color: #e0e0e0;
    cursor: pointer;
    float: right;
    line-height: 1.5;
}

.page-content .nav .nav-close:hover {
    color: #000000;
}

.table-head-cal{
    width: calc( 100% - 1.45em )
}

.ruleTableHeader{
    height: 34px;
    border: 1px solid #e0e0e0;
}
.ruleTableItem{
    height: 38px;
    border: 1px solid #e0e0e0;
}
.ruleTableHeader span,.ruleTableItem span{
    padding: 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    height: 32px;
}
.ruleTableBodyScroll{
    max-height: 390px;
    overflow-y: auto;
}

.bs-example {
    width: 100%;
}

.left {
    width: 50%;
    float: left;
}

.right {
    width: 50%;
    float: left;
}

/** happy test css */
.happytest_i{
	color: #999999;
	line-height: 17px; 
	height:17px;
	width: 100%;
	display: inline-block;
}
/* expense center css */
#expense table .b-th{
	font-weight: 700;
}

#expense table .left-padding-th{
	padding-left: 40px;
}

#expense table .firmware-th{
	padding-left: 40px;
	color: rgb(54,198,211);
	font-size: 13px;
}
#expense table .firmware-padding-th{
	padding-left: 70px;
}

.timer-div{
	display: none;
	position: absolute;
	top: 100px;
	left:300px;
	height: 248px;
	width: 200px;
	z-index: 10052;
	background-color: white;
	border: 3px solid #93A1BB;
}
#timer-span{
	display: block;
	height: 200px;
	width: 200px;
	color:darkblue;
	font-weight: bolder;
	display: table-cell;
    vertical-align:middle;
    text-align:center;
}
