﻿.datagrid-row-selected {
    background: #ffe48d;
    color: #000000;
}

.textbox textarea.textbox-text {
    padding: 4px;
}

.radiobutton {
    position: relative;
    border: 2px solid #9f9f9f;
    border-radius: 50%;
}

.radiobutton-inner {
    background: #8f8f8f;
}


div[multiline] {
    line-height: 18px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.fixed-tool-top {
    text-align: center;
    top: 0;
    border-top: 1px solid #eee;
    background: #F6F6F6;
    position: fixed;
    width: 100%;
    padding: 5px;
    /*height: 45px;
    line-height: 45px;*/
    z-index: 2;
}

.fixed-tool-btn {
    text-align: center;
    bottom: 0;
    border-top: 1px solid #eee;
    background: #F6F6F6;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    /*height: 45px;
    line-height: 45px;*/
    z-index: 2;
}

.fixed-tool-search {
    text-align: center;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
    background: #FDFDFD;
    /*background-color: rgba(252,252,252,0.9);*/
    position: absolute;
    width: 100%;
    padding: 10px 0;
    /*height: 45px;
    line-height: 45px;*/
    z-index: 2;
}

.dialog-fixed-tool-top {
    text-align: left;
    top: 20;
    /*border-top: 1px solid #e5e5e5;*/
    background: #FDFDFD;
    /*background-color: rgba(252,252,252,0.9);*/
    position: absolute;
    width: 100%;
    /*padding: 10px 0;*/
    /*height: 45px;
    line-height: 45px;*/
    z-index: 2;
}

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:last-child {
        margin-bottom: 0;
    }

    .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;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #333;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 0;
}

/*.row {
            margin-bottom: 15px;
        }*/

.form-horizontal {
    padding: 10px;
    margin: 0;
}

    .form-horizontal .control-label {
        padding: 0;
        margin: 0;
        text-align: right;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        /*background:#ffe48d;*/
        /*line-height: inherit;*/
        /*background: #ffe48d;*/
        color: #707070;
    }

    .form-horizontal .control-text {
        margin: 0;
        padding: 0 2px;
        font-size: 12px;
        /*height: 30px;
        line-height: 30px;*/
        /*vertical-align: middle;*/
        /*background: #ffe48d;*/
        font-weight: normal;
    }

    .form-horizontal .control-content {
        margin: 0;
        padding: 0;
        padding-top: 7px;
        /*height: 30px;
        line-height: 30px;*/
        font-size: 12px;
        /*background: #ffe48d;*/
        /*vertical-align: middle;*/
        font-weight: normal;
    }

    .form-horizontal .control-btn {
        text-align: center;
    }

    .form-horizontal .form-group {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

        .form-horizontal .form-group:last-child {
            margin-bottom: 0;
        }

/*图片列表*/
.list_up_img {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    padding-top: 10px;
}

    .list_up_img img {
        padding: 5px;
        border: 1px solid #F0F0F0;
        border-radius: 5px;
        width: 100px;
        height: 100px;
    }

    .list_up_img .btn_del {
        position: absolute;
        top: 3px;
        right: 3px;
        width: 24px;
        height: 24px;
        background: url('/HM/M_Main/images/icon-remove.png') no-repeat center;
    }

        .list_up_img .btn_del:hover {
            border: 2px solid #CCCCCC;
            border-radius: 50px;
        }

    .list_up_img img:hover {
        border: 1px solid #B60227;
    }
/*附件列表*/
.ul_annex_list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .ul_annex_list li {
        /*width: 185px;*/
        float: left;
        padding-right: 10px;
        padding-top: 7px;
        /*padding-right: 10px;*/
        /*border: 1px solid;*/
    }

        .ul_annex_list li a {
            line-height: 18px;
            vertical-align: top;
            text-decoration: none;
            /*border: 1px solid #ff6a00;*/
        }

        .ul_annex_list li .btn_del {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-left: 5px;
            background: url('/HM/M_Main/images/clip_image006.gif') no-repeat center center;
            cursor: pointer;
            /*border: 1px solid #ff6a00;*/
        }

            .ul_annex_list li .btn_del:hover {
                border: 1px solid #CCCCCC;
                border-radius: 2px;
            }

p {
    /*line-height: 14px;*/
    margin: 0;
    padding: 0;
}
