/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.11.0
 * https://github.com/wenzhixin/bootstrap-table/
 */

.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse !important;
    border-radius: 1px;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    padding: 8px;
    text-align: center;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
    border-right: 2px solid transparent;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
    border-right: none;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.fixed-table-container.table-no-bordered {
    border: 1px solid transparent;
}

.fixed-table-footer,
.fixed-table-header {
    overflow: hidden;
}

.fixed-table-footer {
    border-top: 1px solid #dddddd;
}

.fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}

.fixed-table-container table {
    width: 100%;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
    /* border-left: 1px solid #dddddd; */
}

.fixed-table-container thead th:focus {
    outline: 0 solid transparent;
}

.fixed-table-container thead th:first-child {
    border-left: none;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;

}

.fixed-table-container thead th .both {
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC'); */
}

.fixed-table-container thead th .asc {
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg=='); */
}

.fixed-table-container thead th .desc {
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= '); */
}

.fixed-table-container th.detail {
    width: 30px;
}

.fixed-table-container tbody td {
    /* border-left: 1px solid #dddddd; */
    color: #777;
}

.fixed-table-container tbody tr:first-child td {
    border-top: none;
}

.fixed-table-container tbody td:first-child {
    border-left: none;
}

/* the same color with .active */
.fixed-table-container tbody .selected td {
    background-color: #f5f5f5;
}

.fixed-table-container .bs-checkbox {
    text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important;
}

.fixed-table-container .no-records-found {
    text-align: center;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 0;
    position: absolute;
    left: 50%;
    margin-left: -125px;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

.fixed-table-toolbar .columns-left {
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
    margin-left: 5px;
}

.fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px;
}

.fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}

.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}

.fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
    box-sizing: border-box;
     color:#555;
     text-align: center;
         background-color: #F5F5F5;
}

.table th, .table td {
    vertical-align: middle;
    box-sizing: border-box;
}

.fixed-table-toolbar .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto;
}

.fixed-table-toolbar .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn {
    border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th {
    padding: 0;
    margin: 0;
}

.bootstrap-table .fixed-table-footer tbody > tr > td {
    padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table {
    border-bottom: none;
    border-radius: 0;
    padding: 0 !important;
}

.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

/* li----*/
.ico-check {
    background: url(../images/flexigrid_pic.png) no-repeat 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.pic-thumb-tip {
    color: #777 !important; 
}

.pic-thumb-tip i {
    font-size: 14px !important;
}

a.btn {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #999;
    background: #FFF none;
    vertical-align: bottom;
    letter-spacing: normal;
    display: inline-block;
    padding: 1px 6px;
    margin-right: 5px;
    border: solid 1px #F5F5F5;
    border-radius: 4px;
    cursor: pointer !important;
}

i.fa {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 4px;
}

.h3tb {
    font-size: 16px;
    color: #333;
    margin-right: 6px;
    margin-bottom: -40px;
    margin-left: 20px;
    margin-top: 25px;
}

.h3tb_tuij_essay{
    font-size: 16px;
    color: #333;
    margin-right: 6px;
    margin-left: 20px;
    margin-top: 25px;
}

.sel_append {
        padding-bottom: 5px;
        outline:none !important;

}

.sel_append1 {
        outline:none !important;
        margin-top: 50px;
        margin-bottom: -45px;
        margin-left: 5px;
        margin-right: -10px;
}


.sel_append3 {
    padding-bottom: 5px;
        outline:none !important;
        margin-top: 50px;
        margin-bottom: -45px;
        margin-left: 5px;
        margin-right: -10px;
}

.sub_append {
    color: #f3e9e9;
    background-color: #1ab394;
    margin-left: 1%;
    margin-top: 40px;
}


.btn_close{
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: #fff;
    border-color: #777;
    margin:3px;
    z-index: 1;
    position: absolute;
    margin-left: 465px;
    padding-top: 3px;
}

.btn_close2{
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: #fff;
    border-color: #777;
    margin: 3px;
    z-index: 1;
    float: right;
}

.btn_close span {
        font-family: 'Glyphicons Halflings';
        color: #777;
}

.btn_close2 span {
        font-family: 'Glyphicons Halflings';
        color: #777;
}

.sub_append:hover{
    color: #f3e9e9;
    background-color: #16A086;
}

.img_edit{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.img_edit2{
    width: 500px;
    height: 550px;
    margin: 0 auto;
    background-color: #fff;
    border:1px solid #ead6d6;
    border-radius:8px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    margin-top: 1%;
}

.img_edit2 div div div div span {
    display: none !important;
}

.img_edit2 div div div div ul {
    left: 62% !important;
}

.img_edit_tuij_essay{
    width: 500px;
    height: 590px;
    margin: 0 auto;
    background-color: #fff;
    border:1px solid #ead6d6;
    border-radius:8px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    margin-top: 1%;
}

.img_edit_tuij_essay div div div div span {
    display: none !important;
}

.img_edit_tuij_essay div div div div ul {
    left: 184px !important;
    margin-top: -40px !important;
}


.form-control1 {
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: left;
    margin-left: 125px;
}

.form-control2 {
    width: 180px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px 4px 4px 0px;
    margin-left: -4px;
}

.toolbar1{
    text-align: center;
}

#table1 tbody tr td{
    display:  table-cell !important;
}


.img_edit_case1{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.img_edit_case2{
    width: 900px;
    height: 200px;
    margin: 0 auto;
    margin-top: 5%;
    background-color: #fff;
    border:1px solid #ead6d6;
    border-radius:8px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#btn_sub1 {
        margin-left: 220px !important; 
}

.pagination li a {
    font-size: 12px !important;
}

.bat ul { display: none;  background: #e6e5e5; border-radius: 0 4px 4px 0; margin-left: -2px; position: absolute; z-index: 1; top: 0; left: 100%; overflow: hidden; }
.bat ul li {padding: 6px 3px 6px 0px;}
.bat ul a { color: #555;}
.bat ul a:hover {color: #f30;}
.bat:hover ul { display: block; padding: 0 5px; }
.bat:hover{ background: #e6e5e5; }

.chul {
    background: rgb(69, 142, 52) !important;
    color: rgb(255, 255, 255) !important;
    height: 28px !important;
    width: 98px !important;
    padding: 2px 6px !important;
}

.model_edit{
    width: 900px;
    height: 540px;
    margin: 0 auto;
    background-color: #fff;
    border:1px solid #ead6d6;
    border-radius:8px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    margin-top: 230px;
    margin-left: 280px;
}

.btn_close2{
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: #fff;
    border-color: #777;
    margin:6px;
    z-index: 1;
    position: absolute;
    margin-left: 865px;
    padding-top: 3px;
}

#table1 thead th .th-inner {
    box-sizing: border-box;
     color:rgb(255, 255, 255);
     text-align: center;
    background-color: rgb(69, 142, 52);
    font-size: 15px;
}

.dow {
    background: rgb(69, 205, 174) !important;
    color: rgb(255, 255, 255) !important;
    height: 25px !important;
    width: 50px !important;
    padding: 2px 6px !important;
    font-size: 15px !important;
    border: 0 !important;
     border-radius: 2px 2px 2px 2px !important;
     margin-bottom: 10px;
    margin-top: 15px;
}

.upl {
    margin-top: 10px !important;
    margin-right: 10px !important;
    background: rgb(5, 175, 250) !important;
    color: rgb(255, 255, 255) !important;
    height: 25px !important;
    width: 50px !important;
    padding: 2px 6px !important;
    font-size: 15px !important;
    border: 0 !important;
    border-radius: 0px 2px 2px 0px !important;
    overflow:hidden;/*去掉的话，输入框也可以点击*/
 position:relative;/*相对定位，为 #file 的绝对定位准备*/
}

#lucency_file {
opacity:0;/*设置此控件透明度为零，即完全透明*/
 filter:alpha(opacity=0);/*设置此控件透明度为零，即完全透明针对IE*/
 font-size:100px;
 position:absolute;/*绝对定位，相对于 .input */
 top:0;
 right:0;
}

.input_dis_c{
    width: 180px;
    height: 25px;
    margin-top: 10px;
    background-color: #fff !important;
    border-width: thin !important;
    border-bottom: 1px solid #9A9A9A !important;
}


.btn_input_close1{
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    background-color: #777;
    border-color: #777;
    margin:6px;
    z-index: 1;
    position: absolute;
    padding: 0px 5px 0px 5px;
    left: 150px;
    top: 7px;
}

.btn_input_close2{
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    background-color: #777;
    border-color: #777;
    margin:6px;
    z-index: 1;
    position: absolute;
    padding: 0px 5px 0px 5px;
    left: 390px;
    top: 7px;
}

.btn_input_close3{
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    background-color: #777;
    border-color: #777;
    margin:6px;
    z-index: 1;
    position: absolute;
    padding: 0px 5px 0px 5px;
    left: 150px;
    top: 42px;
}

.btn_input_close4{
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    background-color: #777;
    border-color: #777;
    margin:6px;
    z-index: 1;
    position: absolute;
    padding: 0px 5px 0px 5px;
    left: 390px;
    top: 42px;
}

#btn_input_close span {
        font-family: 'Glyphicons Halflings';
        color: #fff;
}

.client {
    background: rgb(73, 206, 175) !important;
    color: rgb(255, 255, 255) !important;
    height: 28px;
    width: 98px !important;
    margin-bottom: -10px;
}

.h3_c {
     font-size: 24px;
    font-weight: normal;
    line-height: 20px;
    color: #999;
    margin-left: 15px;
    margin-top: 15px;
    position: absolute;
}

.cli_btn_click {
    height: 35px !important;
    padding-top: 8px !important; 
}