body {

}

.container-fluid {
    padding-left: 0px;
}

#home {

}
#top {
    background-color: #2B323BFF;
    padding: 5px 10px;
    margin: 0px;
    height: 50px;
}
#top a {
    color: #ddd;
    font-size: 15px;
}

#top .nav-tabs{
    border-bottom:0;
}
#top>.nav-tabs>li>a{
    border: 0;
}
#top>.nav-tabs>li.active>a,
#top>.nav-tabs>li.active>a:focus,
#top>.nav-tabs>li.active>a:hover,
#top>.nav-tabs>li>a:hover {
    background-color: #404a53;
    /*color: #fff;*/
    border: 0;
    border-bottom: 3px solid #607d8b;
}

#left {
    background-color: #2B323BFF;
}
#main {
    margin-top: 15px;
}
#left.col-md-1 {
    padding: 0 2px;
    width: 10.64%;
}
#mainDiv .col-md-11 {
    width: 89.36%;
    /*background-color: #fff;*/
}
#left .nav {
    background-color: #2B323BFF;
}

#left .menu > .nav > li > .nav > li > a {
    border:0;
    border-bottom: 1px solid #495158;
    color: #eee;
}
#left .menu > .nav > li > .nav > li>a:hover {
    background-color: #404a53;
    border:0;
    border-bottom: 1px solid #495158;
    color: #fff;
}
#left .menu > .nav > li > .nav > li.active > a:hover {
    background-color: rgba(255,255,255,.2);/*#607D8B;*/
    color: #fff;
}


#left .menu > .nav > li > .nav > li.active a,#left .menu > .nav > li > .nav > li a:hover{
    background-color: rgba(255,255,255,.2);/*#607D8B;*/
    border-left: 2px solid #77cb99;
    color: #fff;
}
.logo h1{
    float: left;
    color: #ccc;
    margin-top: 10px;
    width: 150px;
    font-size: 22px;
}
.footer,.main-footer {
    position: fixed;
    bottom: 0;
    height: 35px;
    width: 100%;
    color: #808080;
    padding: 8px;
}
.main-footer {
    /*background-color: #eee;*/
    /*left: 50px;*/
    margin-left: -10px;
}

/*.list-head {
    padding-bottom: 10px;
}*/

table td,th{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    max-width: 173px;
}
/*th{
    background-color: #f1f1f1;
}*/

/*ddl-page*/
.ddl .input-group {
    margin-bottom: 10px;
}

/*.data-list 元数据测试用例页面*/
.data-list .table > thead > tr > th.sort:after{
    display: inline-block;
    margin-left: 5px;
    font-family: ZenIcon;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    color: #808080;
    text-transform: none;
    content: '\e6bd';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.data-list .table > thead > tr > th.sort:hover{
    cursor:pointer;
}
.data-list .table > thead > tr > th.sort-up:after {
    color: #145ccd;
    content: '\e6b9';
}
.data-list .table > thead > tr > th.sort-down:after {
    color: #145ccd;
    content: '\e6b8';
}

.table td, .table th{
    padding: 5px;
}
/*.table td {background-color: #fff;}*/

/* 页面信息按钮样式 */
#main .info {
    position: fixed;
    float: right;
    display: none;
    right: 15px;
    bottom: 7px;
    z-index:99999;
}

/* 设置对话框内容居中显示 */
.modal-body {
    text-align: center;
}

.tlist{
    height:100%; overflow: auto;
}
.tlist>li{
    margin-top: 0;
    /*设置不换行*/
    white-space: nowrap;
    /*设置高度*/
    /*height: 30px;
    padding: 0;*/
}
.tlist>li.active>a,
.tlist>li.active>a:focus,
.tlist>li.active>a:hover,
.tlist>li>a:hover {
    background-color: #404348;
    border-radius: 2px 0 0 2px;
    border-left: 5px solid #a5cff8;
}

/* 为可拖动的条目应用可移动光标类型 */
.icon.icon-move {cursor: move}

/* 为正在被拖动的条目应用半透明外观 */
tr.dragging {
    visibility: visible;
    opacity: .3;
}

#left {
    .footer {
        background-color: #1b1e2461!important;
        cursor: pointer;
        color: #ccc;
        margin: auto;
        left: -1px;
        z-index: 999;
    }

    .user {
        position: fixed;
        bottom: 35px;
        height: 35px;
        margin: auto;
        background-color: #404a53;
        color: #808080;
    }
}
.leftMini {
    #left {
        width: 50px;
        .icon {
            font-size: 16px;
        }
        .footer {
            margin: auto;
            width: 50px;
        }
    }
    .col-md-11 {
        width: 96%!important;
    }
    .main-footer {
        width: 100%;
    }
}

.col-md-12>h3{
    margin-top: 0px;
}

.base-info {
    padding-left: 10px;
    background-color: #ccc;
    width: 100%;
}
.base-input {
    margin-top: 5px;margin-bottom: 5px;height: 30px; border: 1px solid black;
}
.plat-switch {
    border: 0;
    background-color: #404a53!important;
    color: #fff;
    margin-left: -5px;
    height: 35px;
}
ul.pager {
    margin: -15px 0 11px 10px;
}
.meta-service {
    #show,#edit,#filter,#export,#detail {
        td {
            input,select {
                margin: -4px;
                /*width: auto;*/
            }
            input[type="checkbox"] {
                margin: 5px;
            }
        }
    }
    .icon-move {
        text-align: center;
        width: 35px;
    }
    .color-x {
        color: #7771b9!important;
    }
}


body,table,tr,/*th,td,*/.table-bordered,textarea,.form-control,button,pre,hr,.panel,input,checkbox,
.btn-default,.input-group-btn,.input-group,
/*.nav-tabs>li.active>a,.nav-tabs>li:focus,*/
.previous>a,.next>a,
.dlist>li>a,
.input-group-addon,
.modal-content,.modal-header,.modal-body,.modal-footer,
.base-info,.plat-switch,
/*.tlist>li.active>a,*/
.tlist>li>a,
.alert-info{
    background-color: #22272e !important;
    color: #c3c5c7 !important;
    border-color: #9e9e9e50!important;

    th {
        background-color: #3b4652 !important;
        color: #85878AFF!important;
    }
    a {
        color: #7f74c4;
    }
    .btn-primary {
        background-color: #8276c9!important;
        color: #3e3a57!important;
    }
    .btn-primary:focus, .btn-primary:hover {
        background-color: #998fd9 !important;
    }
    .btn {
        text-shadow: none;
    }
    .btn-default:focus,.btn-default:hover {
        border-color: #7f74c4!important;
        color: #7f74c4!important;
    }
    .main-footer {
        background-color: #404a53 !important;
    }
    a:focus,a:hover {
        color: #fff!important;
    }
    .nav-tabs.nav-stacked {
        border-right: 0;
        ul {
            li>a {
                padding: 7px 15px;
                border-radius: 0 25px 25px 0;
            }
        }
    }
    .base-info,H3 {
        color: #85878AFF!important;
    }
    .nav-tabs.nav-stacked>li {
        margin-right: 5px;
    }
    .alert-info {
        background-color: #607d8b!important;
    }
    table {
        width: 100%;
    }
    td,th {
        border-color: #9e9e9e50!important;
    }
    tr.active {
        background-color: #4c5960 !important;
    }

    .dropdown-menu {
        background-color: #404a53;
    }

    .table tr > td.active,
    .table tr > th.active,
    .table tr.active > td,
    .table tr.active > th {
        background-color: var(--override-bg-color);
    }
    .table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
        background-color: var(--override-bg-color);
    }

    .table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
        background-color: var(--override-bg-color);
    }
    .nav-tabs>li>a:hover,
    .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
        color: grey;
        cursor: default;
        background-color: var(--override-bg-color);
        border: 1px solid #4c5960;
        border-bottom-color: transparent
    }
    .nav-tabs {
        border-bottom: 1px solid #4c5960;
    }
    /*tr:hover {
        background-color: #4c5960 !important;
    }*/

    .dlist li.active a, .tlist li.active a, .tlist tr.active
    /*,.dlist li a:hover, .tlist li a:hover, .tlist tr:hover*/{
        border-left: 5px solid #607d8b!important;
        background-color: #4c5960;
    }


}
.plat-switch {
    border: 0;
    background-color: #404a53 !important;
    color: #fff;
}

#leftMiniBtn {
    position: fixed;
    left: 10.63%;
    top: 40%;

    /* 居中到容器中间*/
    display: flex;
    align-items: center;
    justify-content: center;


    width: 10px;
    height: 100px;
    border-radius: 0 15px 15px 0;
    background-color: #404a53;
    /*z-index: 9999;*/

    cursor: pointer;
}
.leftMini {
    #leftMiniBtn {
        position: fixed;
        left: 50px;
    }
}

