﻿.datagrid-row-selected {
    background: #ffe48d;
    color: #000000;
}

.textbox textarea.textbox-text {
    padding: 4px;
}

.radiobutton {
    position: relative;
    border: 2px solid #0070a9;
    border-radius: 50%;
}

.radiobutton-inner {
    background: #0070a9;
}



.button {
    line-height: 28px;
    height: 30px;
    width: 103px;
    color: #ffffff;
    background-color: #3e73ca;
    font-size: 12px;
    font-weight: normal;
    font-family: 微软雅黑;
    border: 0px solid #dcdcdc;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

    .button:hover {
        background-color: #2b58a0;
    }



div[multiline] {
    line-height: 18px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.bootstrap_table {
    width: 100%;
    background: #fff;
    /*border-top: 1px solid #E7EAEC;
            border-left: 1px solid #E7EAEC;*/
}

    .bootstrap_table tr td {
        /*color: #666;*/
        padding: 2px;
        /*background: #F8F8F8;*/
        /*border-right: 1px solid #E7EAEC;
                border-bottom: 1px solid #E7EAEC;*/
    }

        /*.bootstrap_table tr td.title {
            width: 10%;
            text-align: center;
            color: #7f7f7f;
            font-weight: bold;
        }

        .bootstrap_table tr td.text {
            width: 40%;
            text-align: left;
        }*/

        .bootstrap_table tr td.title {
            width: 15%;
            text-align: center;
            color: #707070;
            font-weight: bold;
        }

        .bootstrap_table tr td.text {
            width: 35%;
            text-align: left;
            /*background: #fff;*/
        }

        .bootstrap_table tr td.btn {
            width: 100%;
            text-align: center;
            background: #fff;
        }

        .bootstrap_table tr td input[type=text], select, textarea {
          /*  min-width: 150px;
            line-height: 80px;*/
        }

.btnFixed {
    text-align: center;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    margin-right: 45px;
    border-top: 1px solid #E7EAEC;
}

fieldset.scheduler-border {
    padding: 0;
    margin: 0;
    border: 0;
}

legend.scheduler-border {
    /*display: block;*/
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 36px;
    color: #333;
    border: 0;
    text-align: center;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.frame-fieldset {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

    .frame-fieldset .frame-legend {
        width: auto;
        display: block;
        margin: 0 0 0 -5px;
        font-size: 13px;
        font-weight: bold;
        border-bottom: 0;
        padding: 0 5px;
        color: #333;
    }

.tabs li .tabs-inner {
    color: #777;
}



/*表格样式*/
.border-table {
    width: 100%;
    border-width: 1px;
    margin: 0;
    background: #fff;
}

    .border-table th, .border-table td {
        margin: 0;
        padding: 4px 10px;
        line-height: 26px;
        height: 26px;
        border: 1px solid #eee;
        vertical-align: middle;
        white-space: nowrap;
        word-break: keep-all;
    }

    .border-table th {
        text-align: right;
        padding-right: 5px;
        color: #707070;
        width: 15%;
        background: #f9f9f9;
    }

    .border-table td {
        width: 35%;
    }


