﻿.btn_close, .btn_close_over {
    filter: chroma(color=#000000);
    border: 1px solid #cccccc;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: #333333;
    width: 100px;
}

.btn_close {
    background-color: #ffffff;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}

.btn_close_over {
    background-color: #e6e6e6;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}


.btn, .btn_over, .btnover {
    filter: chroma(color=#000000);
    border: 1px solid #2e6da4;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    width: 100px;
}

.btn {
    background-color: #337ab7;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}

.btn_over, .btnover {
    background-color: #286090;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}


.btn_add, .btn_add_over {
    filter: chroma(color=#000000);
    border: 1px solid #46b8da;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    width: 100px;
}

.btn_add {
    background-color: #5faee3;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}

.btn_add_over {
    background-color: #479ed9;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}


.btn_del, .btn_del_over {
    filter: chroma(color=#000000);
    border: 1px solid #d43f3a;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    width: 100px;
}

.btn_del {
    background-color: #f54e2c;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}

.btn_del_over {
    background-color: #e53613;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}


.GridStyle {
    border: 0px;
}

.HeaderStyle td, .HeaderStyle th {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    height: 36px;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #5faee3;
}

.RowStyle td {
    font-size: 14px;
    height: 36px;
    border-bottom: 1px solid #9fd1f2;
    padding-left: 8px;
    padding-right: 8px;
    color: #40464b;
    background-color: #ffffff;
}

.RowStyle a {
    color: #40464b;
    text-decoration: none;
    cursor: pointer;
}

    .RowStyle a:hover, .RowStyle a:focus {
        color: #5faee3;
        cursor: pointer;
    }

.RowStyle td:hover {
    color: #5faee3;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: relative;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0px;
    width: 1.4em;
    height: 26px;
}


.TextBoxStyle {
    width: 80%;
    height: 28px;
    line-height: 28px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    color: #3a3a3a;
}

span.error{color:#C00; padding:0 6px;}
input.error { border: 1px solid #C00; }
textarea.error { border: 1px solid #C00; }

.TextTreeViewStyle {
    width: 80%;
}

.DropDownListStyle {
    width: 82%;
    height: 28px;
    line-height: 28px;
    padding-left: 3px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    color: #3a3a3a;
}

select.error { border: 1px solid #C00; }

.CheckboxlistStyle TD, .RadiobuttonlistStyle TD {
    height: 28px;
    text-align: left;
    line-height: 24px;
}

.CheckboxlistStyle, .RadiobuttonlistStyle, .CheckboxStyle {
}

    .CheckboxlistStyle INPUT, .RadiobuttonlistStyle INPUT, .CheckboxStyle INPUT {
        margin-right: 2px;
        vertical-align: middle;
    }

    .CheckboxlistStyle LABEL, .RadiobuttonlistStyle LABEL, .CheckboxStyle LABEL {
        vertical-align: middle;
        margin-right: 8px;
    }

    .btnAttach, .uploadify-button {
    color: #10A2CA;
    background-image: url(images/uploadbtn.png);
    background-repeat: no-repeat;
    border: none;
    font-weight: normal;
    cursor: pointer;
    background-position-y: 3px;
    background-position-x: -4px;
    padding-left: 14px;
    background-color: #FFF;

    height: 30px;
    line-height: 30px;
    float:left;
}
.uploadify-gpy {
  background-image: url(images/upload_gpy.png);
  background-position:2px center;
}

       .uploadify {
                position: relative;
            }

            .uploadify-button.disabled {
                background-color: #D0D0D0;
                color: #808080;
            }

            .uploadify-queue {
                min-height: 1px;
                width: 650px;
                z-index: 8788;
                position: absolute;
                padding-left: 3px;
                border: 0px solid;
                background-color: #fff;
            }

            .uploadify-queue-item {
                background-color: #F5F5F5;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                font: 11px Verdana, Geneva, sans-serif;
                max-width: 750px;
                padding: 5px;
                margin-bottom: 3px;
            }

            .uploadify-attach-item {
                background-color: #F5F5F5;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                font: 14px;
                min-width: 160px;
                padding: 5px;
                float: left;
                margin-right: 10px;
                margin-top: 2px;
            }

            .uploadify-error {
                background-color: #FDE5DD !important;
            }

            .uploadify-queue-item .cancel a {
                background: url('images/uploadify-cancel.png') 0 0 no-repeat;
                float: right;
                height: 16px;
                text-indent: -9999px;
                width: 16px;
                margin-left: 6px;
                margin-top: 2px;
                margin-right: 12px;
            }

            .uploadify-attach-item .cancel {
                background: url('images/uploadify-cancel.png') 0 0 no-repeat;
                float: right;
                height: 16px;
                text-indent: -9999px;
                width: 16px;
                margin-left: 6px;
                margin-top: 2px;
                cursor:pointer;
            }

            .uploadify-queue-item.completed {
                background-color: #E5E5E5;
            }

            .uploadify-progress {
                background-color: #E5E5E5;
                margin-top: 10px;
                width: 100%;
            }

            .uploadify-progress-bar {
                background-color: #0099FF;
                height: 3px;
                width: 1px;
            }

            .progress {
                margin-top: 2px;
                width: 100%;
                height: 14px;
                margin-bottom: 10px;
                overflow: hidden;
                background-color: #f5f5f5;
                border-radius: 4px;
                -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
                box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
            }

            .progress-bar {
                background-color: rgb(92, 184, 92);
                background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
                background-size: 40px 40px;
                box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px 0px inset;
                box-sizing: border-box;
                color: rgb(255, 255, 255);
                display: block;
                float: left;
                font-size: 12px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                transition-delay: 0s;
                transition-duration: 0.6s;
                transition-property: width;
                transition-timing-function: ease;
                width: 100%;
            }
            /*是否启用图片压缩*/
            .enableimagecompress {
                display: inline-block;
                /* float: left; */
                position: absolute;
                left: 100px;
                width: 200px;

            }

                .enableimagecompress input, .enableimagecompress label {
                    cursor: pointer;
                }

            .uploadify-button {
                position: relative;
            }

.attachlist {
clear:left;
}