/*
 * 基类css
 * 后续统一使用cw作为命名前缀
 */

body
{
    font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    color: #535353;
    background-color: #f3f3f4;
    min-width: 768px;
}
/* Mac 字体显示粗大，拿取boostrap的字体 20200316 */
body {
    font-family: Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Hiragino Sans GB W3,WenQuanYi Micro Hei,sans-serif;
}

/*
 * 文本域 禁止改变大小
 */

textarea
{
    resize: none;
}

.cw_pos_rel
{
    position: relative;
}

/*
 * 车牌标签
 */
.block-label
{
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    border-radius: 2px;
    padding: 2px 5px;
    color: #4a4a4a;
}
.block-label.block-default
{
    border-color: #000;
    background-color: rgba(0,0,0,.2);
}
.block-label.block-primary
{
    border-color: #0AB48C;
    background-color: rgba(10,180,140,.2);
}
.block-label.block-danger
{
    border-color: #FF4A39;
    background-color: rgba(255,74,57,.2);
}

/*
 * 宽度
 */

.w-4 { width: 40px; }
.w-5 { width: 50px; }
.w-6 { width: 60px; }
.w-7 { width: 70px; }
.w-8 { width: 80px; }
.w-9 { width: 90px; }
.w-10 { width: 100px; }
.w-11 { width: 110px; }
.w-12 { width: 120px; }
.w-13 { width: 130px; }
.w-14 { width: 140px; }
.w-15 { width: 150px; }
.w-16 { width: 160px; }
.w-18 { width: 180px; }
.w-20 { width: 200px; }
.w-22 { width: 220px; }
.w-24 { width: 240px; }
.w-28 { width: 280px; }
.w-30 { width: 300px; }
.w-32 { width: 320px; }
.w-34 { width: 340px; }
.w-36 { width: 360px; }

/*
 * 字体
 */

.cw_font_size
{
    font-size: 32px;
    font-weight: 900;
}
.cw_fw_bolder
{
    font-size: 16px;
    font-weight: 700;
}

.cw_font_25
{
    font-size: 20px;
    font-weight: 700;
}

.cw_font_md
{
    font-size: 16px;
}

.cw_font_18
{
    font-size: 18px;
}

.cw_font_14
{
    font-size: 14px;
}
.cw_font_15{
    font-size: 15px;
}
.cw_font_16
{
    font-size: 16px;
    color: #676a6c;
    font-weight: normal !important;
}

.cw_font_color
{
    text-decoration: underline;
    color: #ff4a39;
}
.cw_font_a_green
{
    text-decoration: underline;
    color: #1cb394;
}
.cw_font_a_gray
{
    text-decoration: underline;
    color: #666;
}
.cw_font_red
{
    color: #ff4a39;
    font-size: 16px;
    font-weight: 900;
}

.cw_weight
{
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
    color: #535353;
}
.cw_font_14_w {
    font-weight: bold;
    font-size: 14px;
}

.cw_font_error{
    font-size: 12px;
    color: #cc5965;
}

/*
 * 内边距
 */
.cw_in_15
{
    padding:15px 15px 0px 15px;
}
/*
 * 上内边距
 */

.cw_p_0
{
    padding: 0;
}

.cw_pt_0
{
    padding-top: 0;
}

.cw_pt_40
{
    padding-top: 40px;
}

/*
 * 上外边距
 */

.cw_mt_3
{
    margin-top: 3px;
}

.cw_mt_5
{
    margin-top: 5px;
}

.cw_mt_10
{
    margin-top: 10px;
}

.cw_mt_15
{
    margin-top: 15px;
}

.cw_mt_20
{
    margin-top: 20px;
}

.cw_mt_30
{
    margin-top: 30px;
}

.cw_mt_40
{
    margin-top: 40px;
}

.cw_mt_60
{
    margin-top: 60px;
}

/*
 * 下外边距
 */

.cw_mb_0
{
    margin-bottom: 0;
}

.cw_mb_5{
    margin-bottom: 5px;
}

.cw_mb_10
{
    margin-bottom: 10px;
}

.cw_mb_20
{
    margin-bottom: 20px;
}

.cw_mb_30
{
    margin-bottom: 30px;
}

.cw_mb_40
{
    margin-bottom: 40px;
}

/*
 * 左外边距
 */

.cw_ml_0
{
    margin-left: 0px;
}

.cw_ml_3
{
    margin-left: -3px;
}

.cw_ml_5
{
    margin-left: 5px;
}

.cw_ml_10
{
    margin-left: -10px;
}

.cw_ml_13
{
    margin-left: -13px;
}

.cw_ml_11
{
    margin-left: 10px;
}

.cw_ml_20
{
    margin-left: 20px;
}

.cw_ml_50
{
    margin-left: 50px;
}

.cw_ml_60
{
    margin-left: 60px;
}

.cw_m_left
{
    margin-left: 40px;
}

.cw_ml_134
{
    margin-left: 134px;
}

/*
 * 左内边距
 */

.cw_pl_0
{
    padding-left: 0px;
}

.cw_p_5
{
    padding-left: 5px;
}

.cw_col_md_6
{
    padding-left: 5px;
}

.cw_p_12
{
    padding-left: 12px;
}

.cw_p_15
{
    padding-left: 15px;
}

.cw_pl_20
{
    padding-left: 20px;
}

.cw_pl_40
{
    padding-left: 40px;
}
.cw_pl_75
{
    padding-left: 75px;
}

/*
 * 右外边距
 */

.cw_mr_5
{
    margin-right: 5px;
}

.cw_mr_10
{
    margin-right: 10px;
}

.cw_mr_20
{
    margin-right: 20px;
}

.cw_mr_40
{
    margin-right: 40px;
}

.cw_mr_38
{
    margin-right: 38px;
}

.cw_mr_150
{
    margin-right: 150px;
}

/*
 * 下内边距
 */

.cw_pb_5
{
    padding-bottom: 0px;
}

.cw_pb
{
    padding-bottom: 10px;
}

/*
 * 右内边距
 */
.cw_pr_0
{
    padding-right: 0;
}
.cw_pl_0
{
    padding-left: 0;
}
.cw_pr_15
{
    padding-right: 15px;
}
.cw_padding_20
{
    padding-right: 20px;
}
.cw_padding_2
{
    padding: 2px;
}

/*
 * 头部
 */

.cw_head
{
    font-size: 18px;
    background: #fff;
    height: 60px;
    line-height: 60px;
    margin-bottom: 3px;
}

.cw_header
{
    height: 56px;
    background: #f2f2f2;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

/*
 * 内容高度
 */

.cw_content_h
{
    padding: 20px 20px 40px 20px;
    font-size: 14px;
    color: #535353;
    height: 100%;
}

.cw_content_h label
{
    font-size: 16px;
    color: #676a6c;
    font-weight: normal !important;
}

.cw_content_height
{
    height: 435px;
}

.cw_content_modal
{
    width: 430px;
    border-radius: 8px;
}


/*
 * commom
 */

.ltb-pages-heading
{
    border-top: 0;
    padding: 0px 10px 20px 10px;
}

.page-heading h3
{
    display: inline-block;
}

.control-label
{
    margin-top: 0;
}

.ltb-lblock
{
    display: inline-block;
}

/*
 * 媒体查询
 */

@media (min-width: 992px) {
    .cw-from-inline .cw-ctrl-ipt
    {
        width: 14%;
        display: inline-block;
    }

    .cw-from-inline .cw-ctrl-iipt
    {
        width: 14%;
        display: inline-block;
    }

    .cw_new_cartype strong,
    .cw_new_cartype label
    {
        display: block;
    }
}

@media (min-width: 1200px) {
    .cw-from-inline .cw-ctrl-ipt
    {
        width: 27%;
        display: inline-block;
    }

    .cw-from-inline .cw-ctrl-iipt
    {
        width: 18%;
        display: inline-block;
    }

    .cw_adaptive
    {
        display: inline-block;
        width: 37%;
    }

    .cw_adaptive_sm
    {
        display: inline-block;
        width: 20%;
    }

    .cw_new_cartype strong,
    .cw_new_cartype label
    {
        display: inline-block;
    }
}

.cw_new_cartype strong
{
    display: inline-block;
    width: 70px;
}

/* 容器 #ltb-main-wrap */
/*.ltb-main-content {min-height: 751px; height: auto !important;}*/
.ltb-main-content
{
    margin-bottom: 10px;
}

.ltb-main-wrap .nor-row
{
    display: flex;
}

.ltb-main-wrap .ltb-main-content
{
    border: 0px;
    border-radius: 0px;
}

.ltb-main-wrap .control-label
{
    margin-top: 0px;
}

.ltb-main-content .well
{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: inherit;
}



/* 内容容器 #ltb-main-content */

/* 标签类 */

a.ltb-edit-link
{
    color: #E84738;
}

a.ltb-do-link
{
    color: #1AA085;
}

.do-color
{
    color: #1AA085;
}

.undo-color
{
    color: #337ab7;
    text-decoration: none;
}

a.ltb-back-link
{
    color: #999999;
    font-size: 16px;
    display: inline-block;
    margin: 20px 20px 0 0;
}

/* 字体间距 */
.w-space-n
{
    letter-spacing: 8px;
    margin-right: 5px;
}

/* 选项卡 */
.tabs-container .ltb-nav-tabs li
{
    font-size: 16px;
    background: #E7E6E6;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    margin-bottom: -2px;
    text-align: center;
    margin-top:5px;
    float: none;
}

.tabs-container .ltb-nav-tabs li:hover
{
    background-color: #D0D0D0;
}

/*.tabs-container .ltb-nav-tabs li:last-child
{
    background-color: rgb(243, 243, 244);
}*/

.tabs-container .ltb-nav-tabs li a
{
    color: #535353;
    font-weight: normal;
}

.tabs-container .ltb-nav-tabs li.active
{
    background: #fff;
}

.tabs-container .ltb-nav-tabs .single
{
    margin: 2px 0 0 8px;
}

.tabs-container .ltb-nav-tabs > li.active > a,
.tabs-container .ltb-nav-tabs > li.active > a:hover
{
    font-weight: 600;
    border: 0px solid;
    margin-bottom: 2px;
}

.tabs-container .ltb-nav-tabs .dropdown-menu li
{
    background-color: #FFFFFF;
}

.tabs-container .ltb-nav-tabs li span.num
{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #F8AC59;
    border-radius: 5px;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
}

.sub-tab-box2 {
    margin: 0px;
}

.sub-tab-box2 li.tab {
    display: inline-block;
    border:1px solid #dcdcdc;
    padding:5px 7px;
    cursor: pointer;
}

.sub-tab-box2 li a {
    text-decoration: none;
    cursor: pointer;
    color:inherit;
}

.sub-tab-box2 li.active {
    background-color: #1ab394;
    color: #ffffff;
}

/*
 * 表单
 */
.ltb-n-form
{
    margin-top: 20px;
}

.form-inline .cw-inline-input
{
    width: 40%;
    display: inline-block;
}

.ltb-nav-tabs .dropdown-menu
{
    min-width: inherit;
}

.ltb-nav-tabs .dropdown-menu li
{
    margin-right: 0px;
}

/*
 * 表格
 */

.ltb-n-tb
{
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
}

.ltb-n-tb-border
{
    border: 1px solid #e5e5e5;
}

.ltb-n-tb caption
{
    line-height: 34px;
}

.ltb-n-tb .red-mark
{
    background: rgba(255, 74, 57, 0.08);
}

.ltb-n-tb .red-mark2
{
    background: rgba(255, 74, 57, 0.15);
}

.ltb-n-tb .gray-mark
{
    background: #ebecee;
}

.ltb-n-tb .green-mark2{
    background: #e8f7f4;
}

.ltb-n-tb .ltb-col-tb
{
    margin-top: 20px;
}

.ltb-n-tb tr:first-child > th
{
    line-height: 20px;
    white-space: nowrap;
}

.ltb-n-tb tbody > tr > td,
.ltb-n-tb > tbody > tr > th
{
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
}

.ltb-n-tb tbody > tr > td.even
{
    background-color: #f2f2f2;
}

.ltb-n-tb button, .ltb-n-tb button
{
    font-size: 14px;
}

.ltb-col-tb > tbody > tr > th
{
    margin-top: 20px;
    background-color: #F7F7F7;
    line-height: 30px;
    font-size: 14px;
}

.sr_nowrap td,
.sr_nowrap th
{
    white-space: nowrap;
}

.sr_nowrap_single
{
    white-space: nowrap;
}

.sr_tdbg
{
    background-color: #F2F2F2;
    font-weight: bolder;
}



/*
 * 按钮
 */

.cw_switch_text
{
    color: #1ab394;
}

.ltb-lg-btn
{
    width: 150px;
    height: 35px;
}

.ltb-btn-p
{
    background-color: #ff4a39;
    font-size: 14px;
    color: #fff;
}

.ltb-btn-p:hover
{
    color: #ffffff;
}

.ltb-btn-p:focus
{
    color: #ffffff;
}

#ltb-main-wrap .n-btn
{
    padding: 0px;
}

.cw_btn_danger
{
    background-color: #ff4a39;
}

/*
 * input
 */
.ltb-search-box
{
    margin-right: 20px;
}

.inputstyle
{
    width: 200px;
    height: 100px;
    cursor: pointer;
    font-size: 30px;
    outline: medium none;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    left: 0px;
    top: 0px;
}

/*
 * 脚注
 */

.ltb-footer
{
    background-color: #f3f3f4;
    font-size: 14px;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
}

/*
 * 图标
 */
.ltb-icon
{
    margin-right: 5px;
}

.cw_ic_ok
{
    padding-top:5px;
    color: #1ab394;
    font-size:18px;
}

.cw_ic_er
{
    padding-top:5px;
    color: #f54242;
    font-size:18px;
}

.required
{
    color: red;
    float: left;
    line-height: 32px;
}

.calendar{
        width: 35px;
        height: 34px;
        display: inline-block;
        position: relative;
        left: 4px;
        border-right: 0px;
        padding: 8px;
    }

/*
 * 弹出框
 */

.modal-content
{
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
    top: 13em;
}

.modal-header
{
    background-color: #f3f3f4;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 15px 15px 0 0;
}

.modal-header-n
{
    background-color: #fff;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0 solid #e5e5e5;
    border-radius: 15px 15px 0 0;
}

.modal-title
{
    font-size: 16px;
    font-weight: 400;
}

/*
 * 工具框
 */

.ltb-main-wrap .ibox-title
{
    border: 1px solid #e5e6e7;
    background: #f3f3f3;
}

.tips_box
{
    border-top: 3px solid #e5e6e7;
    /*height: 300px;*/
}

.tips_box .tips_header
{
    border: 1px solid #e5e6e7;
    padding: 8px 5px;
}

.tips_box .tips_content
{
    border:none;
}

.tips_box .tips_content textarea
{
    border: 1px solid #e5e6e7;
    width: 100%;
    height: 180px;
    overflow: hidden;
    overflow-y: auto;
}

.tips_box .ctrl-btn
{
    padding-right: 5px;
    cursor: pointer;
}

.ltb-main-wrap .ibox-content
{
    border: 1px solid #e5e6e7;
    display: block;
}

/*
 * 文字类
 */

.md-word
{
    float: left;
    padding-top: 5px;
}

.cw-n-btn {color: #ff4a39;}
.cw-n-had {color: #1ab394;}

.ltb-red
{
    color: red;
    text-decoration: underline;
}

.ltb-black
{
    color: #000;
    text-decoration: underline;
}

.ltb-main-wrap label
{
    font-size: 14px;
    font-weight: normal;
}

.cw-ipt-w
{
    font-size: 16px;
    color: #535353
}

.cw-nt-w
{
    font-size: 14px;
    color: #999999
}

.cw-nor-w
{
    font-size: 14px;
    color: #535353
}

a.cw-ipt-w
{
    text-decoration: underline;
}

a.cw-ipt-w:hover
{
    color: #FF0000;
}

.cw_note_num1{
    padding: 2px 5px;
    background-color: #F8AC59;
    border-radius: 5px;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
}

/*
 * 其它
 */

.photo-box
{
    background-color: #ECECEC;
    cursor: pointer;
    width: auto;
    padding: 0;
    margin-left: 15px;
}

.photo-box h1
{
    position: absolute;
    left: 36%;
    top: -20%;
    font-size: 75px;
    color: #828282;
    font-weight: 500;
}

.photo-box h1.has
{
    position: absolute;
    left: 36%;
    top: -20%;
    font-size: 75px;
    color: #fcfcfc;
    font-weight: 500;
}

.photo-box h1 p
{
    font-size: 15px;
}

.photo-box img.small
{
    background-color: #ECECEC;
    height: 100px;
    width: 200px;
}

/*
 * 默认按钮
 */

.cw_btn_default
{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.cw_btn_default:focus,
.cw_btn_default.focus
{
    color: #333;
    background-color: #fff;
    border-color: #8c8c8c;
}

.cw_btn_default:hover
{
    color: #333;
    background-color: #fff;
    border-color: #adadad;
}

/*
 * 复杂表头
 */

.cw_complex_th > thead tr th
{
    text-align: center;
    vertical-align: middle;
    border: 1px solid #eee;
}

.cw_complex_th > thead tr th:first-child
{
    border-left: none;
}

.cw_complex_th > thead tr th:last-child
{
    border-right: none;
}

.cw_complex_th small
{
    display: block;
}

/*
 * 导出
 */

.cw_export
{
    line-height: 34px;
}

/*
 * 字体颜色
 */

.cw_color_3
{
    color: #333;
}

.cw_color_6
{
    color: #666;
}

.cw_color_9
{
    color: #999;
}

.cw_color_red
{
    color: red;
}

.cw_color_primary
{
    color: #1ab394;
}

/* .cw_color_green,
.cw_color_blue,
.cw_color_gray,
.cw_color_red
{
    text-decoration: underline;
} */

.cw_color_gray
{
    color: #999;
}
.cw_color_green
{
    color: #1ab394;
}

.cw_color_blue
{
    color: #1c84c6;
}
.cw_no_line
{
    text-decoration: none;
}

/*
 * 背景颜色
 */

.cw_bg_white
{
    background-color: #fff;
}

.cw_bg_info
{
    background-color: #fbe7e6;
}

.cw_bg_darkinfo
{
    background-color: #f9d6d2;
}

.cw_bg_lightgreen
{
    background-color: #e8f7f4;
}

.cw_bg_gray
{
    background-color: #ebecee;
}


/*
 * 柱状图说明
 */

.cw_mis_tip
{
    padding: 0 30px;
    color: #999;
}

.cw_mis_tip .cw_mis_b
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.cw_mis_tip .cw_mis_b.s
{
    background-color: #1ab394;
}

.cw_mis_tip .cw_mis_b.z
{
    background-color: #cacaca;
}

/*
 * 柱状图
 */

.cw_chartbox
{
    position: relative;
}

.cw_chartbox .cw_chart_nodata
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 260px;
    line-height: 260px;
    text-align: center;
    z-index: 10;
    display: none;
}

.cw_chartbox .cw_y_axis
{
    position: absolute;
    top: 32px;
    width: 50px;
    height: 260px;
    background-color: #fff;
    z-index: 3;
    color: #999;
    text-align: right;
}

/* y轴数据 */

.cw_chartbox .cw_y_axis span
{
    display: block;
    font-size: 12px;
    position: absolute;
    width: 100%;
    /*left: 18px;*/
}

.cw_y_s1
{
    top: 20px;
}

.cw_y_s2
{
    top: 68px;
}

.cw_y_s3
{
    top: 117px;
}

.cw_y_s4
{
    top: 166px;
}

.cw_y_s5
{
    top: 212px;
}

/*
 * 滚动条样式 横向
 * chrome
 */

.cw_scrollbar::-webkit-scrollbar
{
    height: .6em;
}

.cw_scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
}

.cw_scrollbar::-webkit-scrollbar-thumb
{
    background-color: #eee;
    outline: 1px solid #eee;
}


/*
 * 导航
 */

.cw_nav .navbar-brand
{
    padding: 7px 25px 15px 20px;
}

.cw_brand_title
{
    display: inline-block;
    font-size: 14px;
    padding-top: 16px;
    padding-right: 10px;
    float: left;
}

/* 页面主体最小高度 */

.cw_min_h
{
    position: relative !important;
    min-height: 568px;
}

@media (min-width: 768px) {
    .cw_min_h
    {
        min-height: 1200px;
    }
}

/*
 * 新导航
 */

.cw_nav_bg
{
    background-color: #2f4050 !important;
}

.cw_nav
{
    background-color: #2f4050;
    color: #e3e7ea;
}

.cw_nav li a
{
    height: 50px;
    color: #e3e7ea !important;
}

.top-navigation .nav > li > a
{
    padding: 15px 30px;
}

.cw_nav li a:hover,
.cw_nav li a:focus,
.cw_nav .navbar-nav li.active a
{
    background-color: #283847 !important;
    color: #fff;
    border-bottom: 4px solid #19aa8d;
}

.cw_nav .navbar-right span
{
    display: inline-block;
    padding: 15px 4px;
    cursor: pointer;
}

.cw_nav .navbar-right span:hover
{
    color: #fff;
}

.cw_nav .navbar-right .cw_qr_code
{
    font-size: 12px;
    text-decoration: underline;
}

.cw_nav .navbar-right .cw_qr_line
{
    color: #7d8085;
}
.cw_nav .navbar-right .btn-link-text
{
    color: #e3e7ea;
    text-decoration: underline;
    text-underline: #fff;
}
.cw_nav .navbar-right .btn-link-text:hover
{
    color: #ddd;
}

#page-wrapper
{
    padding: 0;
    margin: 0 !important;
}

/*
 * 临时
 */

.navbar-static-side
{
    top: 0;
    bottom: 0;
    background-color: #2f4050;
}

.cw_btn_radius
{
    border-radius: 8px;
}

.cw_search_bg
{
    background-color: #f2f2f2;
    border-top-width: 0;
    padding: 8px 15px;
}

.cw_revenu_list
{
}

.cw_revenu_list small
{
    color: #555;
    font-weight: bold;
}

.cw_revenu_list h4
{
    font-size: 22px;
    font-weight: 300;
}

.cw_color_darkgray
{
    color: #555;
}

/*
 * 排车
 */
.cw_drag_table
{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
/*.cw_drag_table > tbody > tr.active > td
{
    border-top: 1px dotted #1ab394 !important;
    border-bottom: 1px dotted #1ab394 !important;
}*/
.cw_drag_table > tbody > tr.hover > td
{
    background-color: #fff !important;
}
.cw_drag_table > tbody > tr > td
{
    position: relative;
    white-space: nowrap;
    height: 40px;
    padding: 1px 8px;
    font-size: 14px;
    vertical-align: middle;
}
.cw_drag_table > tbody > tr > td span.sr_block
{
    display: block;
}

.cw_drag_table .cw_drag_box
{
    position: relative;
}

.cw_drag_table .cw_drag_gray,
.cw_drag_table .cw_drag_green
{
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 888;
}

.cw_drag_table .cw_drag_gray
{
    background-color: #c2c2c2;
}

.cw_drag_table .cw_drag_green
{
    background-color: #1ab394;
}

.cw_drag_table .cw_drag_l
{
    left: 0;
}

.cw_drag_table .cw_drag_r
{
    right: 0;
}

.cw_drag_table .cw_more
{
    position: absolute;
    font-size: 12px;
    color: #1ab394;
    cursor: pointer;
}

.popover
{
    max-width: 2000px;
    white-space: nowrap;
}

.cw_drag_table .cw_add_buscode,
.cw_drag_table .cw_add_driver
{
    color: #1ab394;
    text-decoration: underline;
    cursor: pointer;
}

.cw_drag_table .cw_driver_color
{
    color: #535353;
}
.cw_drag_table .cw_add_driver i {
    font-style: normal;
}
.cw_drag_date
{
    padding: 8px;
}

.cw_drag_date .fa
{
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}

/*
 * 自动匹配弹框
 */
.ui-autocomplete
{
    z-index : 99999;
    max-height: 270px;
    overflow: auto;
}

.cw_time_box tr > td
{
    height: 38px;
}

.cw_drag_calendar
{
    font-size: 12px;
}

.cw_drag_calendar .fc-view-container
{
    display: none;
}

.cw_drag_calendar .fc-toolbar
{
    margin-bottom: 0;
}

.cw_drag_calendar .fc-toolbar button
{
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.cw_drag_calendar .fc-toolbar .fc-center
{
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.cw_drag_calendar .fc-toolbar .fc-left,
.cw_drag_calendar .fc-toolbar .fc-right
{
    margin-top: 5px;
}

.cw_drag_calendar .fc-toolbar .fc-center h2
{
    font-size: 16px;
    font-family: '微软雅黑';
}

.cw_table_noborder,
.cw_table_noborder tr,
.cw_table_noborder tr > td
{
    border: none !important;
}

.cw_table_sm td
{
    padding: 2px 5px !important;
}

.cw_table_orderlist > tbody > tr
{
    cursor: pointer;
}

.cw_table_orderlist > tbody > tr.active > td
{
    background: rgb(255, 239, 206);
}

.cw_maxheight_200
{
    max-height: 200px;
}

.cw_maxheight_180
{
    max-height: 180px;
}

.cw_noorder
{
    cursor: default !important;
}

.cw_label_info
{
    background-color: #b4b9cf;
    color: #fff;
    font-size: 12px;
    padding: 2px;
}

.cw_update_order,
.cw_update_time
{
    color: #29b998;
    text-decoration: underline;
    margin-left: 10px;
    cursor: pointer;
}

/* 短信内容 */
.cw_sms_content
{
    border-top: none;
}

.cw_sms_content textarea
{
    padding: 10px;
}

/*等宽字体*/
.consolas
{
    font-family: Consolas;
    white-space: pre;
}

.cw_time_td
{
    width: 60px;
}

.cw_time_table_td
{
    width: 80px;
}

.cw_drag_table .cw_show_more
{
    /*background-color: #333;*/
}

.cw_toast_center
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

/* ================================= 系统设置 ====================================== */
.cw_setting .form-group label
{
    font-weight: normal;
}

.cw_setting_btns
{
    background-color: #fff;
    padding-bottom: 30px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

/* ================================= 订单详情 ====================================== */
.cw_car_type input
{
    display: inline-block;
}

.cw_car_type span
{
    font-weight: normal;
}

.cw_required
{
    float: none;
}

.cw_table_wrap thead
{
    background-color: #f9f9f9;
}

.cw_table_wrap span.cw_wr
{
    display: block;
}

.cw_btn_active .active
{
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}

.cw_pagination > span
{
    font-size: 0;
}

.cw_pagination a
{
    font-size: 12px;
}

.cw_label_w label
{
    width: 117px;
    text-align: left;
}

.cw_label_w label.error
{
    width: auto;
    margin-left: 119px;
}

.cw_time_item
{
    position: relative;
}

.cw_time_item label.error
{
    font-size: 12px;
}

.cw_time_item label.unit
{
    position: absolute;
    right: 20px;
}

.cw_rest_bg
{
    background-color: #f9f9f9;
}

.toast-warning
{
    border: none;
    background-color: #fdf8e4;
    color: #76623f !important;
}
button.toast-close-button
{
    color: #76623f;
}

.cw_fixed
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 20000;
    color: #f1f1f1;
    display: none;
}

.cw_fixed .center_box
{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}

.cw_fixed .glyphicon
{
    font-size: 24px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/**
 * 排车色块
 */

.box_block
{
    position: relative;
    margin: -8px;
    height: 38px;
}

.block_color
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 40px;
    z-index: 8;
}

.block_color.block_green
{
    background: #1ab394;
    z-index: 9;
    cursor: move;
}

.block_color.block_gray
{
    background: #c2c2c2;
    cursor: pointer;
}

.block_color.block_color0
{
    background: #d3eef7;
}
.block_color.block_color1
{
    background: #fff1b8;
}
.block_color.block_color2
{
    background: #daf1d5;
}
.block_color.block_color3
{
    background: #c2c2c2;
}

/**
 * 鼠标样式
 */
.cw_mouse_default
{
    cursor: default;
}
.cw_mouse_pointer
{
    cursor: pointer;
}

.ui-autocomplete-loading
{
    background: url("/public/theme/INSPINIA/img/cw_loading.gif") no-repeat right;
}

/*财务模块*/
.cw_min_h200
{
    min-height: 200px;
}

/*分页*/
.pagination > ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > ul > li {
  display: inline;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > span:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
  z-index: 2;
  color: #333;
  cursor: default;
  background-color: #f4f4f4;
  border-color: #ddd;
}
.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus
{
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.cw_count_bg
{
    background-color: #f4f4f4;
    font-weight: 500;
}

.cw_bg_type
{
    margin: 8px 0;
}
.cw_bg_block
{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.cw_bg_single
{
    background-color: #d3eef7;
}
.cw_bg_round
{
    background-color: #fff1b8;
}
.cw_bg_allday
{
    background-color: #daf1d5;
}
.sortHeight
{
    position: relative;
}
.cw_scroll_upper,
.cw_scroll_down
{
    height: 40px;
    /*background-color: red;*/
    width: 100%;
    /*opacity: 0.3;*/
}
.cw_scroll_upper
{
    margin-bottom: -40px;
}
.cw_scroll_down
{
    margin-top: -40px;
}

.cw_ellipsis
{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cw_high_result
{
    /*background-color: rgba(222,228,249,.4);*/
    background-color: rgba(255,74,57,.5);
}

.cw_cartype_box
{
    position: relative;
    display: inline-block;
}
.cw_cartype_content
{
    position: absolute;
    z-index: 8;
    top: 33px;
    width: 140px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    display: none;
}

.cw_cartype_content label
{
    display: block;
    padding-right: 4px;
}
.cw_cartype_content label input[type="checkbox"],
.cw_cartype_content .icheckbox_square-green
{
    float: right;
}
.cw_cartype_item
{
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 5px;
}

/*选项卡二级导航*/
.cw-nav-tabs li a span.sr_icon
{
    background-color: transparent;
    color: #999;
}
.subtitle
{
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 10px;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    padding: 5px;
}
.cw-nav-tabs .subtitle li a
{
    font-size: 14px;
}
.subtitle ul
{
    list-style: none;
    padding: 0;
}
.subtitle ul li
{
    padding: 0;
    background-color: #fff !important;
    border-radius: 0;
    margin: 0;
}
.subtitle ul li a
{
    display: block;
    padding: 0;
    height: 30px;
    line-height: 30px;
}
.cw_no_orders
{
    text-align: center;
    padding: 30px;
    color: #999;
}
.cw_no_orders span
{
    font-size: 46px;
    margin-bottom: 5px;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover
{
    background-color: #64a3f3 !important;
}

/* 班线平台化 */
.cw_label_border {
    width: 59px;
    display: inline-block;
    border: 1px solid #ffd3a2;
    border-radius: 4px;
    text-align: center;
}

.border_color_orange {
    border-color: #ffd3a2;
    color: #fdaa44;
}

.border_color_green {
    border-color: #44c5a7;
    color: #09b38c;
}
.cw_table_th {
    background: #f3f3f4;
    height: 40px;
    line-height: 40px;
}

.cw_table_tr {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e8e9eb;
}

.cw_div_table {
    overflow: hidden;
    border:1px solid #e8e9eb;
}

.cw_over_hidden {
    overflow: hidden;
}

.cw_font_green_16
{
    font-size: 16px;
    color: #18b394;
}

.cw_font_green_18
{
    font-size: 18px;
    font-weight: bold;
    color: #18b394;
}

.cw_color_gray_nounderfined {
    color: #999;
}

@media (min-width: 768px){
    .modal-dialog_79 {
        width: 800px;
        margin: 30px auto;
    }
}

.modal-dialog_38 {
    width: 380px;
    margin: 30px auto;
}

.cw_pagination span {
    font-size: 12px;
}

.wrapper .form-group .w13 {
  width: 130px;

}.wrapper .form-group .w8 {
  width: 90px;
}

.icon_calendar {
    background: url('/public/theme/INSPINIA/img/linePlatform/calendar.png') no-repeat left center;
    background-size: 15px 15px;
    transform: translateX(40px);
    border: none;
}

.no_margin {
    margin: 0;
}

.hidden {
    display: none;
}

.cw_tl {
    text-align: left !important;
}
.w156
{
    width: 156px !important;
}

/*浮动提示信息*/
.tips_fixed_box
{
    position: fixed;
    top: 85px;
    right: 0;
    z-index: 10;
    color: #535353;
}
.tips_fixed_box .tips_btn
{
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: #1ab394;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
}
.tips_fixed_box .tips_btn:hover
{
    background-color: #18a689;
}
.tips_fixed_box .tips_content
{
    position: absolute;
    top: 0px;
    right: 48px;
    background-color: #fff;
    padding: 20px 32px 20px 20px;
    width: 350px;
    border: 1px solid #eee;
    display: none;
}
.tips_fixed_box .tips_content .tips_content_close
{
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    outline: none;
}
.tips_fixed_box .tips_content .tips_content_close:hover
{
    color: #333;
}
.tips_fixed_box .tips_content .tips_count_item
{
    position: relative;
    padding-left: 70px;
    font-size: 14px;
    margin-bottom: 10px;
}
.tips_fixed_box .tips_content .tips_count_item:last-child
{
    margin-bottom: 0;
}
.tips_content .tips_count_item .tips_item_title
{
    position: absolute;
    left: 0;
    top: 0;
}
.tips_title
{
    font-size: 16px;
    margin-bottom: 15px;
}
.cw_head_btns
{
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 10;
}
.cw_th_newline > span
{
    display: block;
}

/* 表格单元格居中 */
.cw_vm
{
    vertical-align: middle !important;
}

/*自动换行*/
.cw_autowrap
{
    min-width: 120px;
    max-width: 300px;
    white-space: inherit !important;
    word-wrap: break-word;
}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {*+height:1%;}
/* 上传图片 */
.common_uploader ul {
    list-style-type: none;
    padding-left: 0;
}
.common_uploader ul li {
    position: relative;
    width: 200px;
    height: 100px;
    float: left;
    margin: 0 10px 10px 0;
    background-color: #ECECEC;
    border: 1px solid #dcdcdc;
} 
.common_uploader li img {
    width: 100%;
    height: 100%;
}
.common_uploader .addImg {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('/public/web/images/dcon_add.png');
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
}
.common_uploader .removeImg {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('/public/web/images/dcon_clear.png');
    right: 2px;
    top: 2px;
}
.common_uploader .inputstyle {
    position: relative;
}

.LoadingDialog {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 9999;
}
.LoadingDialog .sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    margin-top: 35%;
}
/* 有关模糊搜索的样式 */
.chosen-container
{
    border: 1px solid #e5e6e7;
}
.chosen-container.chosen-container-single{
    min-width: 100px;
    max-width: 150px;
}
.chosen-container-single .chosen-single
{
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 4px 12px;
}
.form-group .chosen-select {
    min-width: 100px;
}
.chosen-container-active.chosen-with-drop .chosen-single div
{
    cursor: pointer;
    z-index: 2000;
}
.chosen-container-active.chosen-with-drop .chosen-single div:after
{
    position: absolute;
    content: 'x';
    top: 3px;
    left: 0;
    font-size: 16px;
    color: #999;
}
.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b
{
    display: none;
    background: none;
}
.sub-check-nav {
    display: inline-block;
    background: #fff;
    border: 1px solid #1ab394;
    border-radius: 5px;
    color: #1ab394;
    overflow: hidden;
    margin-left: 15px;
}
.sub-check-nav .item {
    text-align: center;
    display: inline-block;
    min-width: 102px;
    cursor: pointer;
    color: #1ab394;
    padding: 0 6px;
}
.sub-check-nav .item.active{
    background: #1ab394;
    color: #fff;
    cursor: default;
}

/*  loading 弹框 */
#wrap_loading_tips {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10500;
    z-index: 999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#wrap_loading_tips .loading-tips-content{
    position: absolute;
    top: 20%;
    left: 50%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 200px;
    height: 200px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
#wrap_loading_tips .loading-tips-content img{
    display: inline-block;
    width: 60px;
    height: 60px;
}
#wrap_loading_tips .loading-tips-content .tips{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 10px 20px;
}

.view-sub-nav {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #1ab394;
    border-radius: 5px;
    color: #fff;
}
.view-sub-nav a {
    text-align: center;
    display: inline-block;
    min-width: 102px;
    cursor: pointer;
    background: #fff;
    color: #1ab394;
    float: left;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
}
.view-sub-nav a.no-width {
    width: auto;
    padding: 0 10px;
}
.view-sub-nav .active{
    color: #fff;
    background: #1ab394;
}

.view-login-dropdown {
    position: relative;
    display: inline-block;
}
.view-login-dropdown .btn-default{
    background-color: transparent!important;
    border: none;
    color: #e3e7ea;
    outline: none!important;
}
.view-login-dropdown.open .btn-default {
    color: #fff!important;
}
.view-login-dropdown .btn-default:hover {
    background-color: transparent!important;
    border: none;
    color: #fff!important;
}
.view-login-dropdown .dropdown-menu > li > a{
    height: auto;
    color: #999!important;
    line-height: 20px;
    padding: 10px 20px;
    margin: 0;
    border-radius: 0;
}
.view-login-dropdown .dropdown-menu > li > .active{
    color: #1ab394!important;
}
.view-login-dropdown .dropdown-menu > li > a:hover{
    color: #333!important;
}
.view-login-dropdown .dropdown-menu li a:hover,
.view-login-dropdown .dropdown-menu li a:focus,
.view-login-dropdown .dropdown-menu .navbar-nav li.active a {
    background-color: #1ab394 !important;
    color: #fff!important;
    border-bottom: none;
}
.view-login-dropdown .dropdown-menu .divider{
    margin: 0;
}
.navbar-right .view-login-dropdown  .caret{
    position: relative;
    display: inline-block;
    padding: 0;
}
#view_login_out_nor, #view_login_out_ent {
    display: none;
}
#view_login_out_nor.active, #view_login_out_ent.active {
    display: inline-block;
}
.view-back-box {
    position: relative;
    padding: 20px 10px;
    margin: 0 0 10px 0;
    text-align: left;
    background-color: #fff;
}
.view-back-box .back-title{
    position: relative;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.view-back-box .back-tips{
    position: relative;
    padding: 0 20px 0 0;
    margin: 0;
    text-align: left;
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.view-back-box .back-tips .fa {
    margin: 0 10px 0 0;
}
.view-back-box .back-tips-title{
    position: relative;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.view-tips-modal {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
}
.view-tips-modal.active {
    display: block;
}

.view-tips-modal .tips-content {
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 200px;
    font-size: 14px;
    color: #fff;
    white-space: normal;
    background-color: #4c4c4c;
    border: solid 1px #4c4c4c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 6px;
}

.view-tips-modal .tips-content:after {
    content: ' ';
    position: absolute;
    bottom: -16px;
    left: 50%;
    padding: 0;
    margin: 0 0 0 -8px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #4c4c4c transparent transparent transparent;
    z-index: 10;
}

.view-tips-modal .tips-content:before {
    z-index: 11;
    content: ' ';
    position: absolute;
    bottom: -14px;
    left: 50%;
    padding: 0;
    margin: 0 0 0 -7px;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: #4c4c4c transparent transparent transparent;
}
.sweet-alert button {
    min-width: 98px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.sweet-alert button.cancel {
    padding-top: 7px;
    padding-bottom: 7px;
}
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
    max-width: 80%;
    max-height: 86%;
}
.form-group .btn:focus {
    outline: none;
}
.color-withe {
    opacity: 0;
}
