﻿/*弹窗样式*/
.colorbox-tip {
    padding: 5px 0px 5px 15px;
    border-bottom: 1px solid #ddd;
}

table tr th, table tr td, table thead tr th, table tbody tr td {
    font-size: 12px;
}

.form-group label {
    font-size: 12px;
}

#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
}

#cboxLoadedContent {
    margin-bottom: 0px;
}

    /*#cboxLoadedContent .form-control {
        display: inline;
        padding:  6px 12px;
        font-size: 12px;
        background-color: #fff;
        background-image: none;
        border-radius: 0px;
    }*/

    /*#cboxLoadedContent #bottomTool .form-control, #cboxLoadedContent #bottomToolUserGsn .form-control, #cboxLoadedContent #bottomToolGsn .form-control, #cboxLoadedContent #myModal .form-control, #cboxLoadedContent #bottomToolU .form-control {
        display: inline;
        width: 100%;
        height: 30px;
        padding: 6px 9px;
        font-size: 12px;
    }*/

    /*#cboxLoadedContent #divWriteGsn .form-control {
        width: 70%;
    }*/

    /*#cboxLoadedContent .btn {
        border-radius: 0px;
        padding: 4px 12px;
    }*/

    /*#cboxLoadedContent .btn-sm {
        padding: 5px 10px;
    }*/

    #cboxLoadedContent .table-bordered > thead > tr > th {
        border-bottom-width: 0px;
    }

    /*#cboxLoadedContent .table > thead > tr > th {
        padding: 8px 0px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: none;
        text-align: center;
    }*/

    #cboxLoadedContent .table > tbody > tr > td, #cboxLoadedContent .table > tbody > tr > th {
        text-align: center;
        vertical-align:middle;
    }

    #cboxLoadedContent #myModal .panel {
        background: #fff;
    }

    /*#cboxLoadedContent #myModal .panel-body {
        padding: 6px 2px;
    }*/

    #cboxLoadedContent #myModal .panel-default > .panel-heading {
        color: #333;
        background-color: #fff;
        border-color: #fff;
    }

    #cboxLoadedContent #myModal .panel-default {
        border-color: #fff;
    }

    #cboxLoadedContent .alert_height {
        height: 100%;
        min-height: 100px;
        overflow: auto;
    }

    #cboxLoadedContent .padd_10 {
        padding: 0px;
    }

    #cboxLoadedContent select.form-control, #myModalLabel select.form-control {
        line-height:18px;
    }
/*alert弹窗的样式*/
.xcConfirm .popBox .ttBox {
    height: 52px !important;
    line-height: 32px;
    padding: 12px 30px;
    border-bottom: solid 1px #eef0f1;
}

.xcConfirm .popBox {
    width: 360px !important;
    height: 226px !important;
    /*margin-left:-100px !important;*/
    margin-left: -180px !important;
}

    .xcConfirm .popBox .txtBox {
        margin: 22px 31px !important;
        height: 77px !important;
        text-align: left;
    }

        .xcConfirm .popBox .txtBox .bigIcon {
            margin-right: 0px !important;
            float: left;
            width: 0px !important;
            height: 0px !important;
            background-image: url(../img/icons.png);
            background-repeat: no-repeat;
            background-position: 48px 0;
        }

    .xcConfirm .popBox .ttBox .tt {
        font-size: 14px !important;
    }

    .xcConfirm .popBox .sgBtn {
        width: 64px !important;
        font-size: 13px !important;
        height: 30px !important;
        font-weight: 500;
        line-height: 30px !important;
        border-radius: 2px !important;
    }

        .xcConfirm .popBox .sgBtn.cancel {
            background-color: #f1c425 !important;
        }

#cboxLoadedContent .table {
    margin-bottom: 0px;
}

.ex_input {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0px 4px;
    background: none;
    color: #0e354c;
    text-align: center;
}

    .ex_input:focus, .ex_select:focus {
        outline: none;
    }
/*.ex_select{appearance:button;
-moz-appearance:button; 
-webkit-appearance:button;}*/
.xcConfirm .popBox .txtBox p {
    height: 84px;
    margin-top: 0px !important;
    line-height: 16px !important;
    overflow-x: auto !important;
    font-size: 12px;
    font-weight: 400;
    /* overflow-y: auto; */
} 
/*固定弹窗内的表格头部*/
.fixed-table 
table thead {
display: table;
/*width: 100%;*/
table-layout: fixed;
text-align: center;
}
.fixed-table table tbody {
    display: block;
    height: 242px;
    overflow-y: scroll;
}

    #cboxLoadedContent select.form-control, #myModalLabel select.form-control{
    line-height:13px;
    background-image: url(img/bg_down.png);
    background-repeat: no-repeat;
    background-position: right center;
    }