﻿
.GS_ValidateError {
    color: #e02222;
}

.block-spinner-bar > div {
    background: #6fa7d7 !important;
}

a {
    text-decoration: none !important;
}

.checkbox-list > label {
    cursor: pointer;
}

.checkbox-list > input {
    cursor: pointer;
}

input[type=checkbox] {
    cursor: pointer !important;
}

.form-actions {
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
}
.form-inline > .form-group {
    margin-bottom: 15px !important;
}
/**************DataTable start************************/
.table td, th {
    vertical-align: middle !important;
}

.table th {
    text-align: center !important;
}
.dataTable th.tw30, .dataTable td.tw30 {
    width: 30px;
}
.dataTable th.tw40, .dataTable td.tw40 {
    width: 40px;
}

.dataTable th.tw40, .dataTable td.tw40 {
    width: 40px;
}

.dataTable th.tw50, .dataTable td.tw50 {
    width: 50px;
}

.dataTable th.tw60, .dataTable td.tw60 {
    width: 60px;
}

.dataTable th.tw70, .dataTable td.tw70 {
    width: 70px;
}

.dataTable th.tw80, .dataTable td.tw80 {
    width: 80px;
}

.dataTable th.tw90, .dataTable td.tw90 {
    width: 90px;
}

.dataTable th.tw100, .dataTable td.tw100 {
    width: 100px;
}

.dataTable th.tw110, .dataTable td.tw110 {
    width: 110px;
}

.dataTable th.tw120, .dataTable td.tw120 {
    width: 120px;
}

.dataTable th.tw130, .dataTable td.tw130 {
    width: 130px;
}

.dataTable th.tw140, .dataTable td.tw140 {
    width: 140px;
}

.dataTable th.tw150, .dataTable td.tw150 {
    width: 150px;
}

.dataTable th.tw160, .dataTable td.tw160 {
    width: 160px;
}

.dataTable th.tw170, .dataTable td.tw170 {
    width: 170px;
}

.dataTable th.tw180, .dataTable td.tw180 {
    width: 180px;
}

.dataTable th.tw190, .dataTable td.tw190 {
    width: 190px;
}

.dataTable th.tw200, .dataTable td.tw200 {
    width: 200px;
}

.dataTable th.tw210, .dataTable td.tw210 {
    width: 210px;
}

.dataTable th.tw220, .dataTable td.tw220 {
    width: 220px;
}
.dataTable th.tw230, .dataTable td.tw230 {
    width: 230px;
}
.dataTable th.tw240, .dataTable td.tw240 {
    width: 240px;
}
.dataTable th.tw250, .dataTable td.tw250 {
    width: 250px;
}
.dataTable th.tw300, .dataTable td.tw300 {
    width: 300px;
}


.dataTable td.tdEllipsis {
    text-overflow:ellipsis;
    overflow:hidden;

}
.dataTable td > .divEllipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}


.dataTable td.tcenter, .table td.tcenter {
    text-align: center;
}

.dataTable td.tleft, .table td.tleft {
    text-align: left;
}


.dataTable td.tright, .table td.tright {
    text-align: right;
}

.dataTable td.btnGroup > .btn {
    margin-bottom: 2px;
    margin-top: 2px;
}

.font_default {
    color: #c6c6c6;
}
.font_info {
    color: #89C4F4;
}
.font_warning {
    color: #dfba49;
}
.font_success {
    color: #45B6AF;
}
.tab_List_Sel {
    background-color: #E3F5F3 !important;
}
/**************DataTable End************************/
/***************地图插件 start****************************/
.gdmapcontent {
    position: relative;
}

.gdmapsearch {
    height: 35px;
}

.mapcontainer {
    height: 400px;
}

.mapaddress {
    max-height: 300px;
    overflow-y: auto;
    background-color: #e9ecf3;
    position: absolute;
    width: 100%;
    z-index: 100;
    border: 1px solid #ccc;
}

    .mapaddress > .addressItem {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-decoration: none;
        color: #333333;
    }

        .mapaddress > .addressItem > .addInfo {
            color: #bbb;
            margin-left: 5px;
        }

    .mapaddress .addressItem:hover {
        background-color: #3598dc;
    }

/***************地图插件 end****************************/

/***************上传图片插件 start*********************/
.formImgFile {
    width: 200px;
}

.formImg {
    display: table;
}

    .formImg > .img_cnt {
        display: table-cell;
        height: 150px;
        border: 1px solid #ccc;
        padding: 2px;
        vertical-align: middle;
        text-align: center;
        min-width: 200px;
    }

        .formImg > .img_cnt > img {
            max-height: 144px;
        }

.imgFile {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}


.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 23px;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
        direction: ltr;
    }

.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}


.inputexists {
    display: none;
}

.exists .inputexists {
    display: inline-block;
}

.exists .inputnew {
    display: none;
}
/*******************上传图片插件 end*******************/

/********icon 验证 在 Modal上 tooltip 位于 icon 上  start***/
.modal .tooltip {
    z-index: 10070;
}
/********icon 验证 在 Modal上 tooltip 位于 icon 上  end***/
.input-daterange input {
    text-align: left;
}

.form-control[readonly] {
    background-color: #fff;
    text-align: left;
}
/*******************全屏展示 begin*******************/

.GS_Fullscreen {
    padding-top: 7px !important;
}

    .GS_Fullscreen > span {
        color: #a0a0a0 !important;
    }

.GS_Fullscreen_On {
    overflow: auto;
    z-index: 10000;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #e9ecf3;
    padding-right: 20px !important;
    margin-left: 0px !important;
}

/*******************全屏展示 end*******************/



/***********************多图片上传插件 start **************************/
.fileinputImg_exists {
    margin-right: 5px;
}

.fileinputImg {
    max-width: 100px;
    height: 75px;
    line-height: 10px;
    position: relative;
    cursor: pointer;
}

    .fileinputImg > img {
        max-height: 65px;
    }

.fileinputImgDel {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 18px;
    height: 20px;
    padding: 2px;
}

.fileinputImg:hover > .fileinputImgDel {
    display: block;
}

/***********************多图片上传插件 end **************************/

/*********************高德地图隐藏高德logo和版权 start********************************/
.amap-logo, .amap-copyright {
    display: none !important;
}
.amap-container{
    border:1px solid #ccc;
    padding:2px;
    box-sizing:border-box;
}
/*********************高德地图隐藏高德logo和版权 end********************************/


/**********************图片多图上传 start*********************************************/
ul.imgViewer {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.imgViewer > li {
        float: left;
        margin-right: 5px;
        width: 100px;
        height: 100px;
        position: relative;
        margin-bottom: 5px;
    }

        ul.imgViewer > li > .imgdel {
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: #ccc;
            text-align: center;
            cursor: pointer;
            right: 3px;
            top: 3px;
            display: none;
        }

        ul.imgViewer > li:hover .imgdel {
            display: block;
        }

        ul.imgViewer > li:last-child {
            margin-right: 0;
        }

        ul.imgViewer > li > a {
            display: table-cell;
            width: 100px;
            height: 100px;
            border: 1px solid #ccc;
            text-align: center;
            padding: 2px;
            box-sizing: border-box;
            vertical-align: middle;
        }

            ul.imgViewer > li > a > img {
                max-height: 100%;
                max-width: 100%;
            }


.fileinput_upload {
    margin-top: 10px;
}

.fileinput_btn {
    display: inline-block;
}

.fileinput_memo {
    display: inline-block;
    margin-left: 10px;
}
/**********************图片多图上传 end*********************************************/


/***********************内部报事工单 start***********************************************************/
.wkodr_tb {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .wkodr_tb tr > td, .wkodr_tb tr > th {
        border-bottom: 1px solid #808080;
        border-left: 1px solid #808080;
        /*height: 30px;*/
        padding: 5px 3px;
        min-width: 80px;
        box-sizing: border-box;
    }

    .wkodr_tb tr > th {
        text-align: center;
        background-color: #f9f9f9;
    }

        .wkodr_tb tr > td:first-child, .wkodr_tb tr > th:first-child {
            border-left-width: 0;
        }

    .wkodr_tb tr:last-child > td, .wkodr_tb tr:last-child > th {
        border-bottom-width: 0;
    }

    .wkodr_tb tr > td.tdTitle {
        background-color: #f9f9f9;
        width: 80px;
        text-align: right;
    }


.nopading {
    padding: 0;
}

.tdContent {
    min-height: 50px;
}

ul.wkodr_img {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.wkodr_img > li {
        margin-bottom: 8px;
        margin-right: 5px;
        display: inline-block;
    }

        ul.wkodr_img > li > a.imgCon {
            width: 155px;
            height: 176px;
            display: block;
        }

            ul.wkodr_img > li > a.imgCon > img {
                width: 100%;
                max-height: 100%;
            }

.btn_group {
    text-align: center;
}
/***********************内部报事工单 end***********************************************************/