﻿*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: auto;
    border: 0px;
    padding: 0px;
    overflow-y: auto;
    font-family: "宋体", Verdana;
    font-size: 12px;
    overflow: hidden
}

.main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 6px
}

.toobar {
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 6px 2px;
    overflow: hidden;
}

.maintools {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 6px;
    BORDER-TOP: #ccc 1px solid;
    BORDER-RIGHT: #ccc 0px solid;
    WIDTH: 70px;
    BACKGROUND: #f5f5f5;
    BORDER-BOTTOM: #ccc 1px solid;
    TEXT-ALIGN: center;
    BORDER-LEFT: #ccc 1px solid
}

.maintooldiv {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    float: left;
    border: 1px solid #ccc;
}

    .maintooldiv input {
        border: 0px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        width: 80px
    }

    .maintooldiv.pop {
        width: 184px;
        background: url(../../../images/CardWindow/PopImage.png) no-repeat right center;
    }

.content {
    border: 0px;
    overflow: auto
}

    .content .list {
        width: 30%;
        overflow-y: auto;
        float: left;
        padding-left: 8%;
    }

.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

    .sortable li {
        margin: 0 3px 3px 3px;
        padding-right: 0.4em;
        padding-left: 1.5em;
        padding-top: 0.2em;
        font-size: 12px;
        height: 18px;
    }

.newcolor {
    background-color: red !important
}

.sortable li span {
    margin-left: -1.3em;
}

.bgadd {
    background-color: aquamarine;
}

.ll_boxsearch input {
    display: block;
    border: 0;
    border: solid 1px #ccc;
    width: 240px;
    height: 30px;
    padding: 0 30px 0 5px;
    color: #666;
    line-height: 30px;
    margin-left: 2px;
    clear: both;
    background: url(../../../images/ll_main/sousuo.png) no-repeat 200px 5px;
    cursor: pointer;
}