﻿.btn-middle {
    padding: 5px 12px;
    width: 120px;
}

.btn-main {
    padding: 7px 0;
}

.btn {
    background-image: none;
    box-shadow: none;
    background: #fff;
    color: #666;
    text-shadow: none;
    border-color: #aaa;
    border-radius: 4px;
}

    .btn:hover {
        text-decoration: none;
    }

    .btn:focus {
        text-decoration: none;
    }

    .btn.disabled {
        color: #ccc;
    }

.btn-primary {
    background: #08c;
    color: #fff;
    border: none;
}

.btn-info {
    background: #4dbccc;
    color: #fff;
    border: none;
}

.btn-success {
    background: #81ba26;
    color: #fff;
    border: none;
}

.btn-warning {
    background: #ffa000;
    color: #fff;
    border: none;
}

.btn-danger {
    background: #d84c47;
    color: #fff;
    border: none;
}

.btn-inverse {
    background: #555;
    color: #fff;
    border: none;
}

.btn-link {
    background: none;
    color: #08c;
    border: none;
}

.btn-icon {
    padding: 0 12px;
    line-height: 28px;
    font-size: 14px;
}

.btn-white {
    border: none;
    background: #f5f5f5;
}

.btn-icon i {
    opacity: .5;
}

.btn-icon:hover i {
    opacity: 1;
}

.btn-block {
    padding: 8px 0;
    margin-top: 10px;
}

.input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 5px;
    color: #999;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

    .table-responsive > .table {
        margin-bottom: 0;
    }

        .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
            white-space: nowrap;
        }

    .table-responsive > .table-bordered {
        border: 0;
    }

        .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
            border-left: 0;
        }

        .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
            border-right: 0;
        }

        .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
            border-bottom: 0;
        }

.controls .text {
    display: block;
    margin-top: 7px;
    font-weight: 400;
    font-size: 14px;
}

/*水平表单*/

.form-horizontal label.control-label  { font-weight: 900; }


.form-horizontal .control-group {
    margin-bottom: 10px;
}

    .form-horizontal .control-group .control-label {
        width: 140px;
    }

    .form-horizontal .control-group .controls {
        margin-left: 150px;
        line-height: 30px;
    }



.form-horizontal .form-actions {
    padding-left:150px;
    background:none;
    margin-bottom:-30px;
}

.control-group .controls label.inline {
 padding-top:0 !important;
}

/*标签页下划线*/

.nav.nav-tabs li a { border-radius: 0; border:none; color: #aaa; background: none; }
.nav.nav-tabs li.active a,.nav.nav-tabs li.active a:hover  { border:none; border-bottom: 2px solid #08c; color: #08c; }
.nav.nav-tabs li a:hover { color: #f90;  }

/*修复nav-stacked分割线*/
.nav.nav-tabs.nav-stacked li a {border-radius: 0; border:1px solid #ddd; color: #aaa;}
.nav.nav-tabs.nav-stacked li a:hover { background:#f6f6f6; color:#f90}