﻿/* datagrid 删除按钮样式*/
.easyui-combobox, .easyui-datebox, .easyui-textbox {
    border-width: 0px !important
}
.datagrid-deletebutton {
    color: rgb(20,130,243);
    text-decoration: none;
}

    .datagrid-deletebutton:hover {
        color: #FF5500;
        text-decoration: none;
    }

body, td, th {
    font-family: Arial,Helvetica,sans-serif,"宋体";
    font-size: 14px;
}

a {
    text-decoration: none;
}

li {
    list-style: none
}

.body_p {
    margin-left: 25px;
}

.refresh_p {
    width: 16px;
}

    .refresh_p:hover {
        width: 18px;
    }

.row-p {
    margin-top: 12px;
    height: 31px;
    width: 99%;
}

.row-repair {
    margin-top: 12px;
    height: 26px;
    width: 820px;
    border: 0px solid #FF5500;
}

.row-big {
    margin-top: 15px;
    height: 60px;
}

.row_bottom_print_btn {
    height: 26px;
    width: 99%;
    margin-top: 8px;
    border-top: 1px solid #e6e6e6;
}
.imgSize_100 {
    width: 100% !important;
    height: 100% !important
}
/*编辑页面最后一行保存按钮*/
.row_bottom_save_btn {
    margin-top: 40px;
    margin-bottom: 100px;
    height: 26px;
    width: 99%;
}

/*编辑页面最后一行打印等按钮*/
.btn_bottom_right_print {
    padding-top: 3px;
    margin-right: 12px;
    float: right
}

.btn_bottom_right_other {
    padding-top: 6px;
    margin-right: 12px;
    float: right
}

.btn_bottom_left_check {
    padding-top: 6px;
    margin-right: 12px;
    float: left
}

.col-title {
    width: 90px;
    text-align: right;
    padding-right: 13px;
    margin-top: 6px;
    float: left;
    color: #333333;
}

.required {
    padding-right: 0px;
}

.required-icon {
    width: 10px;
    float: left;
    margin-top: 10px;
    color: #FF5500;
    padding-left: 3px;
}

.col-value-1 {
    width: 120px;
    height: 31px;
    float: left;
}

.col-value-3 {
    width: 347px;
    height: 31px;
    float: left;
}

.col-value-5 {
    border: 1px solid #FF6F6F;
    width: 580px;
    height: 31px;
    float: left;
}

.col-value-7 {
    border: 1px solid #FF6F6F;
    width: 810px;
    height: 31px;
    float: left;
}

.col-value-9 {
    width: 980px;
    height: 31px;
    float: left;
}

.col-value-txt {
    margin-top: 5px;
    color: #333;
}

.col-value-span {
    margin-top: 9px;
    color: #333;
}

.input {
    border-radius: 2px;
    border: 1px solid #d5d7d7;
    height: 26px;
    color: #333;
    padding-left: 5px;
    font-size: 15px;
    width: 120px;
    vertical-align: middle;
    font-family: Arial !important;
}

.input-big {
    width: 343px;
}

.input-comb {
    width: 127px;
    height: 30px;
}

.input-area {
    height: 50px;
}

.btn_edit {
    height: 37px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    border: none;
    border-radius: 4px;
    padding-left: 25px;
    padding-right: 25px;
}

    .btn_edit:hover {
        opacity: 0.8;
    }

.btn_editmin {
    height: 28px;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    font-weight: 300;
    border: none;
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn_edit1 {
    height: 24px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    border: none;
    border-radius: 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}

    .btn_edit1:hover {
        opacity: 0.8;
    }


.btn_fxedit {
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    border: none;
    line-height: 25px;
}

.bg_c_grayfx {
    color: #333;
    border: 1px solid #d4d4d4;
    background-color: #eeeeee;
}

.bg_c_grayfx1 {
    color: #333;
    border: 1px solid rgb(245,245,245);
    background-color: rgb(245,245,245);
}

    .bg_c_grayfx1:hover {
        color: #333;
        border: 1px solid #eeeeee;
        background-color: #e6e6e6;
    }



.btn_menu {
    width: 90px;
    height: 37px;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    margin: 0px;
    color: #FFF;
    border: none;
}

    .btn_menu:hover {
        color: #ffffff;
        background-color: #FF6F6F;
    }

.btn_search {
    height: 25px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}

    .btn_search:hover {
        color: #ffffff;
        background-color: #4A586A;
    }

.bg_c_blue {
    background-color: #4990E2;
}

.bg_c_blue1 {
    background-color: #6fbef9;
}

.bg_c_blue2 {
    background-color: #89c7f5;
}

.bg_c_green {
    background-color: #64B56A;
}

.bg_c_red {
    background-color: #FF5153;
}

.bg_c_orange {
    background-color: #FF6a3c;
}

.bg_c_orange2 {
    background-color: #F76E4B;
}

.bg_c_gray {
    background-color: #d9dbdb;
}

.bg_c_gray1 {
    background-color: #666666;
}

.bg_c_gray2 {
    background-color: #999999;
}

.bg_c_white {
    color: #808080;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.tab_div {
    width: 100px;
    height: 30px;
    margin-top: 15px;
    background-color: #FF6A3C;
    border-radius: 4px 4px 0px 0px;
}

.tab_title {
    width: 90px;
    float: left;
    height: 22px;
    margin-top: 5px;
    padding-left: 5px;
    text-align: center;
    color: #FFF;
}

.tab_btn_div {
    height: 30px;
    margin-top: 15px;
    margin-right: 20px;
    float: right;
}

.tab_btn {
    float: left;
    height: 22px;
    padding-top: 2px;
    margin-left: 12px;
    text-align: center;
    color: #FFF;
}



.c_orange {
    color: #F76E4B !important;
}

.c_orange2 {
    color: #F54C20;
}

.c_blue {
    color: #4990E2;
}

.c_blue_2 {
    color: #48b0f7;
}

.c_red {
    color: red !important;
}

.c_grey_80 {
    color: #808080;
}

.c_grey_A0 {
    color: #A0A0A0;
}

.fw_bold {
    font-weight: bold;
}

.mg_left_20 {
    margin-left: 20px;
}

.wd_40 {
    width: 40px;
}

.wd_50 {
    width: 50px;
}

.wd_60 {
    width: 60px;
}

.wd_65 {
    width: 65px;
}

.wd_70 {
    width: 70px;
}

.wd_80 {
    width: 80px;
}

.wd_90 {
    width: 90px;
}
.wd_95 {
    width: 95px;
}

.wd_100 {
    width: 100px;
}

.wd_105 {
    width: 100px;
}
.wd_104 {
    width: 104px;
}
.wd_106 {
    width: 106px !important;
}

.wd_108 {
    width: 108px;
}

.wd_110 {
    width: 110px;
}

.wd_112 {
    width: 112px;
}

.wd_119 {
    width: 119px;
}

.wd_120 {
    width: 120px;
}

.wd_140 {
    width: 140px;
}

.wd_160 {
    width: 160px;
}
.wd_205 {
    width: 205px !important;
}
.wd_208 {
    width: 208px !important;
}
.wd_229 {
    width: 229px !important;
}
.wd_215 {
    width: 215px !important;
}
.wd_218 {
    width: 218px !important;
}
/*---快捷查找框，带放大镜图标--*/
.input-search {
    padding-left: 10px;
    height: 28px;
    width: 260px;
    border: none;
    border-top: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-radius: 4px 0px 0px 4px;
}

.div-img-search {
    border: 1px solid #BBBBBB;
    float: left;
    width: 40px;
    height: 30px;
    border-radius: 0px 4px 4px 0px;
}

.img-search {
    margin-top: 3px;
    margin-left: 5px;
    width: 28px;
}
/*--快捷查找框，带放大镜图标--*/


.display_none {
    display: none;
}

.td_title {
    width: 70px;
    text-align: right;
    color: #333;
    font-size: 14px !important;
}
.td_title_80 {
    min-width: 70px;
    text-align: right;
    color: #808080;
    font-size: 14px !important;
}

.userpwd {
    color: Gray;
    line-height: 30px;
}

.usernumber {
    padding: 0px 6px !important;
    /*color: #808080;*/
}

input.textbox:disabled {
    background-color: rgb(235, 235, 228);
}

.mapside-botton {
    border: none;
    background-color: #348498;
    color: #fff;
}

    .mapside-botton:hover {
        border: none;
        background-color: #ff502f;
    }

.btn_hide {
    display: none;
}

.loadEffect {
    position: relative;
    border-radius: 50%;
    margin: 0px auto;
    width: 30px;
    height: 30px;
    border-top: 6px solid #ff502f; /*//颜色看个人喜好*/
    border-left: 6px solid #ff502f;
    border-right: 6px solid #ff502f;
    border-bottom: 6px solid #f0f0f0;
    animation: loading 2s infinite;
}

    .loadEffect:dir(ltr) {
        margin-top: 5px;
        color: #999;
    }

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading_main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    opacity: 1;
    display: block;
    width: 100%;
    background-color: #f3f3f3;
}

.loading_box {
    position: absolute;
    z-index: 1001;
}

.loading {
    width: 1px;
    height: 15px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
}

    .loading span {
        position: absolute;
        width: 15px;
        height: 100%;
        border-radius: 50%;
        background: #ff502f;
        -webkit-animation: load 1.04s ease-in infinite alternate;
    }

@-webkit-keyframes load {
    0% {
        opacity: 1;
        -webkit-transform: translate(0px);
    }

    100% {
        opacity: 0.2;
        -webkit-transform: translate(150px);
    }
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0.13s;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.26s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.39s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.52s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.65s;
}


.top_line {
    width: 99.9%;
    border-top: 1px solid #95b8e7;
    height: 1px;
}

.tx_value {
    width: 130px;
    padding-left: 10px;
    color: #333;
    font-size: 13px;
}

.detail_td_title {
    width: 90px;
    text-align: right;
    color: #808080;
    font-size: 14px !important;
}

.color-blue {
    color: #4075f3 !important;
}

.datagrid-body {
    min-height: 100px;
}


.btn_detail_edit {
    height: 30px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    font-weight: 300;
    border: none;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
}

.bottom_button {
    width: 99.99%;
    height: 30px;
    padding: 10px 5px 0px 5px;
    padding-bottom: 0px;
    text-align: right;
}


.datagrid-cell-c1-reserveflg {
    padding: 0px;
    width: 21px;
}

.datagrid-cell-c1-rateflg {
    padding: 0px;
    width: 21px;
}

.datagrid-cell-c1-pickflg {
    padding: 0px;
    width: 21px;
}

.datagrid-cell-c1-dispatchflg {
    padding: 0px;
    width: 21px;
}

.datagrid-cell-c1-additionalflg {
    padding: 0px;
    width: 21px;
}

.datagrid-cell-c1-returnflg {
    padding: 0px;
    width: 21px;
}



.td_value_1 {
    width: 120px;
}

.td_value_2 {
    width: 245px;
}

.td_value_2_mini {
    width: 212px;
}

.td_last {
    width: 100px;
}

.search_div_box {
    float: left;
    width: calc(100% - 2px);
    background-color: #F8F8F8;
    padding: 8px 0px 8px 0px;
    margin: 8px 0px 0px 0px;
    border: 1px solid #E6E6E6;
    /*height: 110px;*/
}

.search_div_box_easy {
    height: 37px;
}


.search_div_left {
    width: 1080px;
    float: left;
}

.search_div_right {
    width: 90px;
    float: right;
}

.adv_search_top {
    width: 90px;
    height: 20px;
    margin-top: 10px;
}

.adv_search_bottom {
    width: 90px;
    margin-top: 55px;
    display: none;
}

.north {
    height: 110px !important;
    padding: 0 5px;
}

.north_advance {
    height: 180px !important;
    padding: 0 5px;
}

.top_button {
    width: 99.99%;
    height: 30px;
    padding: 5px 5px 0px 5px;
    padding-bottom: 0px;
}

.top_line {
    width: 99.9%;
    border-top: 1px solid #95b8e7;
    height: 1px;
}


.dg_center {
    padding: 0px 5px;
}

.bg_gray_cancel {
    background: #f8f8f8 !important;
    color: #333 !important;
    border: 1px solid #c1c1c1 !important;
}

.row-edit {
    margin-top: 12px;
    height: 26px;
    border: 0px solid #FF5500;
}

.documentonesearchdiv {
    height: 110px;
    padding: 0 5px;
}

.documenttwosearchdiv {
    height: 147px;
    padding: 0 5px;
}

.documentpaneldiv {
    height: 27px;
    border-bottom: 1px solid #95b8e7;
    padding: 5px 5px 2px 5px;
}

.documentsearchdiv {
    float: left;
    width: calc( 100% - 2px);
    background-color: #F8F8F8;
    padding: 8px 0px 8px 0px;
    margin: 10px 0px 0px 0px;
    border: 1px solid #E6E6E6;
}

.editsavebottom {
    margin-bottom: 60px;
}

.txt-cent {
    text-align: center !important;
    font-size: 18px;
    line-height: 36px !important;
}

.form-control {
    position: fixed;
    left: -20000px;
    top: 0px;
}

.swiperBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.3);
    display: none;
    width: 100%;
    height: 100%
}

.swiperContent {
    width: 600px;
    max-height: 430px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    position: relative;
    margin-top: 70px
}

.swiper-wrapper {
    padding-top: 10px
}

.swiper_img {
    width: 600px;
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 100000;
}

.swiper_btn {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 100001;
    width: 30px;
    cursor: pointer
}

.swiper_btn2 {
    position: absolute;
    right: 10px;
    top: -10px;
    z-index: 100001;
    width: 30px;
    cursor: pointer
}

.swiper_title {
    font-size: 24px;
    font-weight: bold;
    color: #444;
    line-height: 50px;
    width: 100%;
    text-align: center;
    padding-top: 110px
}

.swiper-container {
    width: 100%;
    max-height: 300px;
}

.swiper-slide {
    width: calc(100% - 200px) !important;
    padding: 10px 100px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #444;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column
}

.slide_title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
}

.slide_img {
    width: 100%;
    text-align: center;
}

    .slide_img img {
        max-width: 400px;
        border: 1px solid #d2d2d2;
    }

.swiperStep {
    width: 500px;
    padding: 0px 50px 20px
}

.slide_content {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
}

/*datagrid 列限制最大行高（解决多行文本问题）*/
.datagrid-cell {
    max-height: 75px !important;
}
