﻿body {
    /*background-color: #3d3d3d !important;*/
    /*color: #000;
    direction: ltr;
    font-size: 13px;
    margin: 0 !important;
    padding: 0 !important;*/
}

/* 模板样式  */
.header.navbar-fixed-top {
    z-index: 9995 !important;
}

.header {
    margin: 0 !important;
    padding: 0 !important;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

.header .navbar-inner {
    background-color: #212121 !important;
    background-image: none !important;
    filter: none !important;
}

.header .navbar-inner {
    border: 0 none;
    box-shadow: none;
    height: 42px;
    padding: 0;
    width: 100%;
}


.header .brand {
    display: inline-block;
    margin-right: 0;
    margin-top: -1px;
    padding-left: 0;
    padding-right: 0;
    width: 225px;
}

.header .btn-navbar {
    background-color: #212121 !important;
}

.header .btn-navbar {
    background-image: none;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    filter: none;
    margin-bottom: 0;
    padding-bottom: 6px;
    padding-right: 0;
    padding-top: 10px;
}

.header .nav {
    display: block;
}

    .header .nav > li.dropdown, .header .nav > li.dropdown > a {
        padding-left: 4px;
        padding-right: 4px;
    }

    .header .nav > li {
        margin: 0;
        padding: 0;
    }

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}




/*/*右侧操作栏
.operateBar {
    border: 1px dotted #a7b5bc;
    height: 35px;
    line-height: 30px;
    margin-top: 5px;
    /*padding: 3px;
    width: 100%;
}

.toolbar {
    margin-left: 10px;
}

    .toolbar li {
        float: left;
        margin-right: 10px;
    }


/*查询form
.seachform {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-left: 5px;
    overflow: hidden;
}

    .seachform li {
        float: left;
        margin-right: 5px;
    } 
    
.seachform li label {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    padding-right: 3px;
}
.vocation {
    float: left;
    width:144px;
    height:33px;
}*/


/*文本框，下拉框*/

.scinput {
    font-size: 10px !important;
}

.scinputsm {
    font-size: 13px !important;
    height: 28px;
    line-height: 30px;
    width: 100px;
}

.scinputmin {
    font-size: 13px !important;
    height: 28px;
    line-height: 30px;
    width: 60px;
}

.scinputlong {
    font-size: 13px !important;
    height: 30px;
    line-height: 30px;
    width: 180px;
}

.scinputmax {
    font-size: 13px !important;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.scinputtime {
    font-size: 13px !important;
    line-height: 30px;
    width: 93px;
}

.scinputtimelong {
    font-size: 13px !important;
    height: 30px;
    line-height: 30px;
    width: 129px !important;
}

.scselect {
    width: 180px;
    height: 28px;
    line-height: 28px;
    font-size: 13px !important;
}

    .scselect option {
        font-size: 13px;
    }

.scselectlong {
    width: 180px;
    height: 30px;
    line-height: 30px;
}

.scselectshort {
    width: 90px;
    height: 30px;
    line-height: 30px;
}

sclabel {
    font-size: 14px;
    font-weight: bold;
}


/*datetimepecker样式*/
.input-group {
    line-height: 23px;
}

.input-group-addon {
    padding: 5px;
    font-size: 13px;
}

/*按钮样式*/
.scbtn {
    width: 85px;
    height: 32px;
    background: url(../images/btnbg.png) no-repeat center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    behavior: url(js/pie.htc);
    line-height: 30px;
    padding: 0;
    border-radius: 4px;
}

    .scbtn[disabled] {
        color: #fff;
        text-decoration: none;
        background-color: #aeadad;
        background-image: none;
    }

/*布局*/
.col-xs-1, .col-xs-2,
.col-xs-3, .col-xs-4,
.col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8,
.col-xs-9, .col-xs-10,
.col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2,
.col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-10,
.col-sm-11, .col-sm-12,
.col-md-1, .col-md-2,
.col-md-3, .col-md-4,
.col-md-5, .col-md-6,
.col-md-7, .col-md-8,
.col-md-9, .col-md-10,
.col-md-11, .col-md-12,
.col-lg-1, .col-lg-2,
.col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8,
.col-lg-9, .col-lg-10,
.col-lg-11, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

/*表单*/
.form-group .control-label {
   line-height: 24px;
    margin-top: 5px;
    text-align: right;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}





.form-control {
    color: #383838;
}
/*按钮*/

.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 21px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 7.5px 22px;
}

.btn-sm {
    margin: 2px;
}

.btn-xs {
    padding: 2px 10px;
}

.btn-lg {
    padding: 12px 20px;
}

.top-btn {
    margin-top: 28px;
}
/*按钮*/

.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 21px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 5.5px 28px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 14px;
}

/*返回按钮*/
.btn-default {
    background: #5bc0de;
    color: #fff;
    border: none;
    font-size:14px;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #40a7c6;
        border-color: #285e8e;
        border: none;
    }
/*保存按钮*/
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #0a8952;
    border-color: #ac2925;
   
}

.btn-success {
    color: #fff;
    background-color: #28b779;
    border: none;
    font-size:14px;
}

/*增加按钮*/
.btn-increase {
    color: #fff;
    background-color: #dfaa4f;
    border: none;
}

    .btn-increase:hover, .btn-increase:focus, .btn-increase:active, .btn-increase.active, .open > .dropdown-toggle.btn-increase {
        color: #fff;
        background-color: #e59e2f;
        border: none;
    }
/*修改按钮*/
.btn-revise {
    color: #fff;
    background-color: #5bc0de;
    border: none;
}

    .btn-revise:hover, .btn-revise:focus, .btn-revise:active, .btn-revise.active, .open > .dropdown-toggle.btn-revise {
        color: #fff;
        background-color: #40a7c6;
        border: none;
    }


/*审核按钮*/
.btn-auditing {
    color: #fff;
    background-color: #28b779;
    border: none;
}

    .btn-auditing:hover, .btn-auditing:focus, .btn-auditing:active, .btn-auditing.active, .open > .dropdown-toggle.btn-auditing {
        color: #fff;
        background-color: #0a8952;
        border: none;
    }

/*删除按钮*/
.btn-delete {
    color: #fff;
    background-color: #ae4fc3;
    border: none;
}

    .btn-delete:hover, .btn-delete:focus, .btn-deleteactive, .btn-delete.active, .open > .dropdown-toggle.btn-delete {
        color: #fff;
        background-color: #9b3bb0;
        border: none;
    }
/*删除按钮*/
.btn-back {
    color: #fff;
    background-color: #555555;
    border: none;
}

    .btn-back:hover, .btn-back:focus, .btn-backactive, .btn-backe.active, .open > .dropdown-toggle.btn-back {
        color: #fff;
        background-color: #3E3D3D;
        border: none;
    }

.btn-alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.btn-alert-success:hover {
    color: #468847;
    background-color: #CBF3BB;
    border-color: #d6e9c6;
}
.yellow {
    color: white;
    text-shadow: none;
    background-color: #ffb848;
        padding: 4px 10px;
    margin-top: -13px;
}
/*按钮边框去除*/
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
.action-qingdan {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    float: right;
    margin-right: 5px;
}

.caption-qingdan {
    float: left;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color:#fff;
    margin-left:5px;
}
.action-qingdan .btn {
    padding: 3px 1px;
    margin-top: -13px;
    width: 95px;
    height: 25px;
    border-radius:0px;
    font-size:12px;
}
.yellow {
    color: #555555;
    text-shadow: none;
    background-color: #fff;
}
.yellow:hover {
    color: #555555;
    text-shadow: none;
    background-color: #e2e2e2;
}
 .btn > i {
    color: #fff;
}
 .panel-success>.panel-heading{

         color: #fff;
    background-color: #28B779;
    border:1px solid  #28B779;
 }
 .panel-success{

         border-color: #D6EBF1;
 }
 .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
   
    background-color: white;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor:pointer;
}
.row {
  
    margin-bottom: 10px;
}
/*物流信息*/
             ul li{list-style: none;}
            .track-rcol{width: 900px; border: 1px solid #eee; }
            .track-list{margin: 20px; padding-left: 5px; position: relative;}
            .track-list li{position: relative; padding: 9px 0 0 25px; line-height: 18px; border-left: 1px solid #d9d9d9; color: #999;}
            .track-list li.first{color: red; padding-top: 0; border-left-color: #fff;}
            .track-list li .node-icon{position: absolute; left: -6px; top: 50%; width: 11px; height: 11px; background: url(../images/order-icons.png) -21px -72px no-repeat;}
            .track-list li.first .node-icon{background-position:0 -72px;}
            .track-list li .time{margin-right: 20px; position: relative; top: 4px; display: inline-block; vertical-align: middle;}
            .track-list li .txt{max-width: 600px; position: relative; top: 4px; display: inline-block; vertical-align: middle;}
            .track-list li.first .time{margin-right: 20px; }
            .track-list li.first .txt{max-width: 600px; }
            .d{ font-size:14px;}
            .w{ margin-top: 6px; padding: 2px 6px; color: #f0ad4e;}


