.admin-wrap{
    position: absolute;
    top: 55px;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
.admin-left{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    width: 125px;
    background-color: rgb(34,38,45);
    border-right: 1px solid #ddd;
    position: relative;
}
.admin-right{
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: 0;
    height: 100%;
    left: 130px;
    padding: 15px auto 50px 15px;
    font-size: 12px;
    background-color: rgb(247,247,247);
    z-index: 5;
}
.admin-left ul.admin-menu-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.admin-left ul.admin-menu-list li{
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #3c414A;
}
.admin-left ul.admin-menu-list li a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 111px;
    line-height: 111px;
    vertical-align: middle;
    text-align: center;
    color: #909090;
}
.admin-left ul.admin-menu-list li a span.logo,.admin-left ul.admin-menu-list li a span.title {
    display: block;
    line-height: 20px;
}
.admin-left ul.admin-menu-list li a span.title {
    color: #909090;
    font-size: 12px;
}
.admin-left ul.admin-menu-list li.current a span.title{
    color: #FFFFFF;
}
.admin-left ul.admin-menu-list li.current a{
    background-image: url(../images2/admin-left-select-bk.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
}

/*控制面板页面*/
/* 仪表盘 */
#admin-dashboard-wrap h5{
    margin: 0;
    font-size: 14px;
    color: #333333;
    text-align: left;
}
.dashboard-cell{
    width: 888px;
    padding: 5px 6px 5px 8px;
    height: 230px;
    text-align: center;
    margin: 15px auto 0 auto;
    border: 1px solid #EEEEEE;
    box-shadow: 1px 1px 1px #EAEAEA;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 4px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 7;
}
.dashboard-cell-badge{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3px;
    height: 30px;
    margin-left: -2px;
    z-index: 10;
}
#data-overview .dashboard-cell-badge{
    background-color: rgb(107,121,251);
}
#server-top .dashboard-cell-badge{
    background-color: rgb(123,200,252);
}
#server-disk .dashboard-cell-badge{
    background-color: rgb(243,132,133);
}

#server-doc .dashboard-cell-badge{
    background-color: rgb(151,227,181);
}
#server-monitor .dashboard-cell-badge{
    background-color: rgb(175,177,179);
}
/*节点磁盘空间*/
.server-disk-cell{
    width: 150px;
    height: 150px;
    margin: 5px;
    display: inline-block;
    position: relative;
    background-color: black;
}

/* 水平 和垂直滚动条 标记 */
.scrollbar{
    position: absolute;
    text-align: center;
    width: 100%;
    overflow: hidden;
}


/*数据注入页*/
#data-inject-wrap{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width:1078px;
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    z-index: 3;
}
#data-inject-wrap .head{
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    height: 52px;
    position: relative;
}
#data-inject-wrap .head a.tab{
    width:356px;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    background-color:rgb(252,252,252);
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-collapse: collapse;
    font-size: 14px;
    color: #B3B3B3;
    height: 52px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
#data-inject-wrap .head .tab:first-child{
    border-left: none;
}
#data-inject-wrap .head .tab:last-child{
    border-right: none;
}
#data-inject-wrap .head .tab.active{
    color: #2C313A;
    border-top: 4px solid #57BAFF;
    background-color: #FFFFFF;
    border-right: none;
    border-left: none;
    /*margin-bottom: -1px;*/
    z-index: 5;
}

#data-inject-wrap .job-list , #data-inject-wrap .job-edit{
    margin-top: 20px;
}
#data-inject-wrap .job-list{
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 3;
    position: relative;
}

#data-inject-wrap .job-list table{
    width:100%;
}
#data-inject-wrap .job-list table thead{
    height: 50px;
    line-height: 50px;
    background-color: rgb(246,251,254);
    border: 1px solid rgb(198,225,241);
}
#data-inject-wrap .job-list table tbody tr{
    border-bottom: 1px solid #d0d0d0;
}
#data-inject-wrap .job-list table tbody td{
    padding: 5px 0px;
    line-height: 16px;
    height: 71px;
    text-align: center;
    max-width: 150px;
}
#data-inject-wrap .job-list table tbody tr:hover{
    background-color: #f3f3f3;
}

#data-inject-wrap .job-list table tfoot{
    font-size: 14px;
}
#data-inject-wrap .job-list table tfoot tr td{
    padding-right: 20px;
    padding-top:20px;
}
#data-inject-wrap .job-list table tfoot tr td span{
    margin-left: 19px;
} 

#data-inject-wrap .job-plus-minus{
    width: 30px;
    height: 25px;
    line-height: 25px;
    margin-right: 20px;
    color: #ffffff;
    background-color: #337ab7;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}


/*下拉选择*/
.select{
    display: inline-block!important;
    position: relative;
    width:100%;
    cursor: pointer;
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
}
.select a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 500;
}
.select a .title{
    margin-left: 10px;
}
.select .dropdown-icon{
    background-image: url(../images/glyphicons-halflings.png);
    background-repeat: no-repeat;
    background-position: -310px -117px;
    position: absolute;
    width: 20px;
    top:50%;
    margin-top: -10px;
    height: 20px;
    right: 0;
}
.select.open .dropdown-icon{
    background-image: url(../images/glyphicons-halflings.png);
    background-repeat: no-repeat;
    background-position: -286px -117px;
    cursor: pointer;
}
.select-option {
    position: absolute;
    left: -1px;
    right: -1px;
    display: none;
    margin: 0 !important;
    z-index: 510;
    background-color: #EEEEEE;
}

.select a:hover+.select-option,.select-option:hover{
    display: block;
}
ul{
    list-style:none;
    margin: 0;
    padding: 0;
}
.select-option ul{
    border: 1px solid #aaaaaa;
    background-color: #EEEEEE;
    border-top: none;
    position: relative;
    display: block;
}
.select-option ul li{
    margin-top: 1px;
    padding-left: 10px !important;
    position: relative;
}
.select-option ul li.tips{
    cursor: sw-resize;
    border-bottom: 1px dashed #777777;
}

#select-db .select-option ul li:hover{
    background-color: #7ecff4;
}
.select-option ul li  span.icon{
    position: absolute;
    left: 0;
    margin-left: 5px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}
.select-option ul li.active span.icon{
    background-image: url(../images/glyphicons-halflings.png);
    background-position: -286px 0px;
    background-repeat: no-repeat;
}


/*任务编辑*/
.job-edit {
    position: absolute;
    top: 68px;
    border: 2px solid #d0d0d0;
    padding: 10px 3px 20px 3px;
    z-index: 20;
    background-color: #ffffff;
    left: 0;
    right: 0;
}
.job-edit .job-edit-cell{
    margin: 10px 15px 5px 15px;
    background-color: #f0f0f0;
    line-height: 20px;
    font-size: 14px;
    padding: 15px 5px;
}
.job-edit .job-edit-cell div{
    margin-top: 5px;
}
.job-edit .job-edit-cell span{
    display: inline-block;
    margin-left: 15px;
}

.job-edit .job-edit-cell label{
    display: inline-block;
    margin: 0 5px 0 15px;
}

.text-preview-panel table{
    margin-left: 30px;
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
}
.text-preview-panel table tr.mapping{
    background-color: #337ab7;
}
.text-preview-panel table tr th{
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
    padding: 3px 8px;
}
.text-preview-panel table tr td{
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
    padding: 3px 8px;
}

.job-edit .job-edit-cell .job-edit-cell-label{
    width: 130px;
    text-align: left;
    margin-left: 20px;
}
.job-edit .job-edit-cell span input{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 23px;
}
.span-btn {
    padding: 3px 10px;
    text-align: center;
    cursor: pointer;
}
.color-db-test{
    background-color: rgb(253,202,69);
}
.color-db-test:hover{
    background-color: rgb(253,202,150);
}
.color-new {
    background-color: rgb(105,156,252);
    color: #ffffff;
}
.job-edit-div-btn {
    margin: 25px 0 15px 0;
    text-align: center;
}
.color-job-edit-cancel , .color-job-edit-sure{

    width: 90px;
    line-height: 23px;
    font-size: 16px;
    margin: 0px 25px;
    padding: 9px 50px;
}
.color-job-edit-cancel{
    background-color: rgb(255,153,0);
}
.color-job-edit-sure{
    background-color: rgb(0,255,0);
}
#execute-model-select {
    width: 130px;
}

 /*滑动开关  任务列表中任务的开启 关闭 */
.scroll-switch-btn{
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.scroll-switch-btn span{
    width:30px;
    font-size:12px;
    height:26px;
    line-height: 26px;
    padding: 0 10px;
    vertical-align: middle;
    display:block;
    color:#3B75FD;
    background-image: url(../images2/switch-off.png);
    background-repeat: no-repeat;
    text-align: right;
}
.scroll-switch-btn span.on{
    background-image: url(../images2/switch-on.png);
    text-align: left;
}

.es-select-wrap{
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.es-select-wrap .select{
    width:170px;
    height:23px;
}
.es-select-wrap.edit{
    background-color: #FFFECE;
}
.es-select-input{
    text-align: center;
    display: none;
}
.es-select-input input[type="text"]{
    width:180px;
    margin-left: 10px;
    line-height: 20px;
}
.es-select-wrap.edit .es-select-input{
    display: block;
}

/*弹出定时任务时间设置*/
.m-mark{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-color: rgba(129, 133, 136, 0.8);
}
.m-win {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 1px #84878b;
    color: #3a4b55;
    background-color: #fff;
}
.m-win.m-win-schedule {
    position: absolute;
    width: 350px;
    min-height: 280px;
    margin: -140px 0 0 -175px;
    font-size: 14px;
}
#hdfsEsTypeNew .m-win{
    width:500px;
}

.m-win .head {
    padding: 0 20px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
}
.m-win .head, .m-win .foot {
    height: 45px;
    line-height: 45px;
    background-color: #fcfcfc;
}
.m-win .foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
}
.m-win.m-win-schedule .content {
    padding: 10px 20px;
}

.m-win.m-win-schedule .content li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.m-win .foot .submit, .m-win .foot .cancel ,.m-win .foot .btn{
    height: 28px;
    line-height: 28px;
    margin-top: 7px;
    padding: 0 8px 0 8px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    background-color: #f0f0f0;
    cursor: pointer;
}
.m-win .foot .submit {
    margin-right: 10px;
    color: #fdfdfd;
    background-color: #15bae9;
}

.f-fr {
    float: right;
}

.job-delete-radio{
    margin-left: 3px;
    margin-right: 5px;
    display: none;
}
#job-delete-btn{
    color: #ffffff;
    background-color: red;
    float: left;
    margin-left: 30px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}

/* 数据库管理  */
#admin-database-wrap{
    margin-left: 35px;
}
.admin-title{
    padding-left: 7px;
    border-left: 3px solid rgb(113, 192, 244);
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333333;
    font-size:14px;
}
#admin-database-wrap .admin-database-table-wrap{
    background-color: #FFFFFF;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 1px 2px 3px #a1a3a3;
    -moz-box-shadow: 1px 2px 3px  #a1a3a3;
    box-shadow: 1px 2px 3px  #a1a3a3;
    text-align: center;
    width: 930px;
    padding:43px 50px;
}
#admin-database-wrap .btn-add-index-wrap{
    margin-top: 15px;
    text-align: right;
    position: relative;
}
#admin-database-wrap .btn-add-index{
    display: inline-block;
    padding: 3px 10px;
    margin-right: 3px;
    line-height: 35px;
    height: 35px;
    color: #ffffff;
    font-size: 16px;
    /*background-color: #6ACCCB;*/
    cursor: pointer;
}
#admin-database-wrap .add-index-panel{
    position: absolute;
    width: 300px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    right: 0;
    background-color: #D9D9D9;
    border: 1px solid #555555;
    display: none;
}
#admin-database-wrap .add-index-panel input{
    line-height: 22px;
    margin-left: 8px;
    width: 230px;
}
#admin-database-wrap .add-index-panel .add-index-submit{
    margin-left: 7px;
    padding: 3px 7px;
    line-height: 22px;
    background-color: #64A0C1;
    cursor: pointer;
    color: #ffffff;
}

#admin-database-wrap table{
    position: relative;
    width: 100%;
    font-size: 14px;
    border: 1px solid rgb(198,225,241);
    z-index: 100;
}
#admin-database-wrap table thead{
    line-height: 50px;
    height: 50px;
    background-color: rgb(246,251,254);
}
#admin-database-wrap table tbody tr {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgb(242, 242, 242);
}
#admin-database-wrap table tbody tr:last-child{
    border: none;
}
#admin-database-wrap table tbody tr td {
    padding: 3px 5px;
}
#admin-database-wrap table tbody tr td:first-child {
    font-size: 14px;
    color: #404040;
}
#admin-database-wrap table tbody tr td:last-child {
    font-size: 12px;
    color: #404040;
}


/*用户管理 */
#user-list-wrap{
    margin-left: 35px;
}
#user-list-wrap .table-wrap{
    width: 930px;
    margin-top: 10px;
    padding: 21px 15px;
    background-color: #FFFFFF;
}
#user-list-wrap table{
    width:100%;
    font-size: 14px;
}
#user-list-wrap table thead{
    line-height: 50px;
    height: 50px;
    background-color: rgb(246,251,254);
    border:1px solid rgb(198,225,241);
}
.checkbox-user-delete{
    display: none;
}
#user-list-wrap table tbody tr{
    height: 70px;
}
#user-list-wrap table tbody tr td {
    border-collapse: collapse;
    border-bottom: 1px solid #DDDDDD;
    padding: 3px 5px;
    text-align: center;
    font-size: 14px;
    color: #404040;
}
#user-list-wrap table tbody tr td:last-child{
    font-size: 12px;
}
#user-list-wrap table .user-index-select{
    position: relative;
    min-width: 60px;
    max-width: 190px;
    padding: 0;
    text-align: left;
}
#user-list-wrap table .user-index-select i.fa{
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -7px;
}
#user-list-wrap table .user-index-select div{
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 2px 2px 2px #D1D1D1;
    -moz-box-shadow: 2px 2px 2px #D1D1D1;
    box-shadow: 2px 2px 2px #D1D1D1;

    border-top: none;
    z-index: 500;
}
#user-list-wrap table .user-index-select a {
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    display: block;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding-left: 5px;
}
#user-list-wrap table .user-index-select a.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#user-list-wrap table .user-index-select div ul{
    list-style:none;
    margin: 0 0 5px 0;
    padding: 0px;
    border-bottom: 1px solid #A1A1A1;
}
#user-list-wrap table .user-index-select div ul li{
    line-height: 1.5;
    padding: 3px 5px;
}
#user-list-wrap table .user-index-select div ul label{
    display: block;
    width: 100%;
}
#user-list-wrap table .user-index-select .btn-submit{
    display: block;
    margin: 5px 5px 15px 5px;
    background-color: rgb(100,160,193);
    color: #FFFFFF;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.admin-status{
    width: 100px;
    height: 62px;
    display: inline-block;
}
.admin-status.is-admin{
    background: url('../images/btn_on.png') 57% 50% no-repeat;
}
.admin-status.is-user{
    background: url('../images/btn_off.png') 57% 50% no-repeat;
}

/*分页*/
.pager-container{
    margin-bottom: 50px;
    margin-top: 15px;
}
.pager-container .pager{
    margin-top: 10px;
    margin-left: -4px;
    margin-bottom: 10px;
}
.pager-container .pager a,.pager-container .pager span,.pager em{
    position: relative;
    float: left;
    margin: 3px 4px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #4078c0;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
}
.pager-container .pager a:hover,.pager-container .pager span:hover{
    background-color: #e5e5e5;
}
.pager-container .pager .disabled{
    background-color: #fafafa;
    cursor: default;
    color: #d3d3d3;
}
.pager-container .pager .current,.pager-container .pager .current:hover{
    z-index: 3;
    color: #ffffff;
    background-color: #4078c0;
    border-color: #4078c0;
}