﻿
@charset "UTF-8";

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:focus {
        outline: none;
    }

.input_text {
    border: 1px solid #95b8e7;
    height: 25px;
    width: 150px;
    padding-left: 3px;
    padding-right: 3px;
}
.input_noborder_text {
    border: 0px;
    height: 25px;
    width: 150px;
    padding-left: 3px;
    padding-right: 3px;
}
.input_text_radius {
    border-radius: 5px;
}

.mytable {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .mytable td {
        padding-right: 3px;
        padding-left: 3px;
    }
.mytable2 {
    margin-top:20px;
    border-collapse:collapse;
}
    .mytable2 td {
        border:1px solid #cdcdcd;
    }

#navMenu .tree-node-selected {
    background-color: transparent;
}

#header_title {
    color: #fff;
    float: left;
    font-weight: bold;
    font-size: 25px;
    margin-left: 20px;
    height: 46px;
    line-height: 46px;
    width: 600px;
}

#header_top {
    color: #fff;
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 250px;
    margin-top: 5px;
}

    #header_top li {
        float: left;
        margin-right: 5px;
    }

    #header_top a {
        color: #fff;
    }
/**************************** 上传图片CSS开始 ************************************/
.files {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.files_pic {
    position: relative;
    width: 100px;
    height: 100px;
}

    .files_pic img {
        border: 1px solid #cecece;
    }
.upload_close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    line-height:15px;
    text-align:center;
    color:#fff;
    font-size:13px;
    border-radius:50%;
    background-color:red;
    z-index:99998;
    cursor:pointer;
}
/**************************** 上传图片CSS结束 ************************************/
.query_table td {
    padding-left: 10px;
}
.my_form p {
    display: inline-block;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    width: 320px;
}
    .my_form p label {
        width:130px;
        display:inline-block;
        text-align:right;
    }
    
/**************************** 美化select下拉控件 ************************************/


.my_select {
    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #95b8e7;
    outline: none;
    height: 25px !important;
    line-height: 25px;
    width: 150px;
    padding: 2px 0;
}
.input_border_bottom {
    border-bottom: 1px solid #000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 150px;
    height: 25px;
    padding-left:3px;
}
.div_top {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    height: 200px;
    overflow: auto;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .dropdown-content label {
        display: block;
        margin: 0;
        padding: 5px 10px;
        cursor: pointer;
    }

        .dropdown-content label:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}





