﻿/*日期插件*/
.dropdown-menu {
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: outside none none;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    position: absolute;
}

.datepicker {
    top: 0px;
    left: 0px;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
    width: 220px;
    height: 224px;
}

/*学校下拉样式*/
.school_select {
    width: 250px;
    position: absolute;
    background: #FFF;
    display: none;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    /*padding: 10px 15px;*/
    background: #FFF;
    font-size: 12px;
    overflow: auto;
   /* height: 150px;*/
}

    .school_select dl {
        line-height: 2;
        clear: both;
        padding: 0px;
        margin: 0px;
    }

    .school_select dd {
        width: 170px;
        display: inline;
        float: left;
        margin-left: 0px;
    }

    .school_select a {
        display: inline-block;
        color: #4D4D4D;
        padding: 0px 10px;
        outline: 0px none;
        text-decoration: none;
        white-space: nowrap;
        margin-right: 2px;
        cursor: pointer;
    }

        .school_select a.current, .school_select a:hover {
            background-color: #adcc7c;
            color: #FFF;
            border-radius: 2px;
        }


/*地区选择列表样式*/
.city-select-warp {
            width: 320px;
            position: absolute;
            background: #FFF;
            display: none;
            z-index: 100;
            border:1px solid #ccc;
            margin:0px;padding:0px;
        }

        .city-select-tab {
            width: 100%;
            height: 35px;
            background: #F0F0F0;
        }

            .city-select-tab a {
                float: left;
                display: inline;
                margin-bottom: -1px;
                width:33%;
                line-height:35px;
                border-left: 1px solid #CCC;
                border-bottom: 1px solid #ccc;
                color: #4D4D4D;
                text-align: center;
                outline: 0px none;
                cursor: pointer;
                font-size: 14px;
            }

            .city-select-tab .current {
                background: #FFF;
                color: #90cd18;
                border-bottom: none;
            }
        .city-select {
            padding: 15px 10px;
            background: #FFF;
            font-size: 12px;
            overflow: hidden;
        }

            .city-select dl {
                line-height: 2;
                clear: both;
                padding: 3px 0px;
                margin: 0px;
            }

            .city-select dd {
                /*margin-top:10px;
                width: 290px;
                display: inline;
                float: left;*/
                margin-left: 0px;
            }

            .city-select a {
                display: inline-block;
                color: #4D4D4D;
                padding: 0px 10px;
                outline: 0px none;
                text-decoration: none;
                white-space: nowrap;
                margin-right: 2px;
                cursor: pointer;
            }

                .city-select a.current, .city-select a:hover {
                    background-color: #90cd18;
                    color: #FFF;
                    border-radius: 2px;
                }