﻿.tag {
    display: inline-block;
    width: 40px;
    height: 14px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 4px;
}

.is_p, .is_p:hover {
    display: inline-block;
    position: relative;
}

.goto-active {
    outline: 1px solid #f00;
}

.is_p:hover {
}

label.text_overflow {
    display: inline-block;
    width: 160px;
}

.is_input {
    position: relative;
    z-index: 12;
}

.is_txt {
    z-index: 10;
    float: left;
    overflow: visible;
    cursor: pointer;
    height: 24px;
    position: absolute;
    top: 0px;
}

.iconfont {
    text-align: center;
    padding-left: 6px;
    cursor: pointer;
    color: #666;
    font-weight: 200;
    float: right;
    padding-right: 8px;
    font-size: 12px !important;
    line-height: 20px;
}

.arrow-btn {
    height: 24px;
    padding-left: 4px;
    cursor: pointer;
    line-height: 24px;
}

.arrow-txt {
    padding-left: 4px;
    font-family: 'Segoe UI',宋体, Tahoma, Arial, Verdana;
    color: #333;
}


.arrow-close:after {
    content: "\e63a";
    transform: rotate(-90deg) scale(0.8,0.8);
    display: inline-block;
    height: 24px;
}

.iconfont.arrow-open:after {
    padding-right: 4px;
}

.arrow-open:after {
    content: "\e63a";
    transform: rotate(0deg) scale(0.8,0.8);
    display: inline-block;
    height: 24px;
}

.item {
    height: 24px;
}

/*销售渠道平铺高度调整*/
#div_shop > .item {
    height: auto;
}

#button_bar {
    position: absolute;
    top: 100%;
    margin-top: -31px;
    width: 100%;
    background-color: #fff;
    z-index: 15;
    border-right: 1px solid #ddd;
    border-top: 1px solid #eee;
}

#f_panel {
    background-color: #f7f7f7;
    border-right: 0px solid #cccccc;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 33px;
    left: 0px;
    z-index: 1;
    padding-top: 1px;
    border-bottom: 31px solid #fff;
    /*    padding: 4px;*/
}

.p_panel {
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 4px;
}

.display_panel {
    padding-top: 10px;
    padding-left: 0px;
}

#search_list_p {
    position: absolute;
    top: 30%;
    height: 70%;
    margin-top: -30px;
    width: 100%;
    background-color: #fff;
    z-index: 15;
    border-right: 1px solid #ddd;
    border-top: 1px solid #0094ff;
    border-radius: 2px;
    opacity: 1;
    -webkit-box-shadow: 0 0px 13px 0px #ccc;
    -moz-box-shadow: 0 0px 13px 0px #ccc;
    box-shadow: 0 0px 13px 0px #ccc;
}

.search_item_del, .search_item_del:hover {
    position: absolute;
    left: 100%;
    width: 21px;
    height: 21px;
    margin-top: 4px;
    top: 0px;
    margin-left: -25px;
    background-image: url("/image/bg/arrow.gif?t=1");
    background-position: center -510px;
    background-repeat: no-repeat;
    border-radius: 10px;
    z-index: 2;
}

    .search_item_del:hover {
        background-color: #0283e0;
    }

#sys_search_list {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #0094ff;
}

#search_list {
    height: 100%;
    border-bottom: 40px solid #fff;
    overflow: auto;
    padding-top: 0px;
}

.search_item_text {
    position: relative;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    width: 180px;
    height: 29px;
    z-index: 1;
}

.search_item, .search_item:hover {
    height: 50px;
    line-height: 29px;
    padding-left: 12px;
    position: relative;
    width: 100%;
}

    .search_item:hover {
        background-color: #0094ff;
        color: #fff;
        cursor: pointer;
    }

#search_name_p {
    position: absolute;
    top: 100%;
    margin-top: -40px;
    z-index: 4;
    width: 100%;
    padding: 4px;
}

#search_name {
    width: 100%;
    height: 28px;
}

.ih {
    display: inline-block;
    overflow: hidden;
    color: #000;
    font-size: 13px;
    font-family: 'Segoe UI', Arial, 'Microsoft Yahei', Simsun, sans-serif;
}

.uq {
    color: #999;
    text-decoration: underline;
}

select.input_text.s {
    width: 80px;
}

.select {
    background-position: right center;
    background-image: url('/image/table_bg/select.gif');
    background-repeat: no-repeat;
    height: 16px;
    cursor: pointer;
    padding-left: 4px;
    width: 76px;
    color: #00a8ec;
    height: 22px;
    background-color: #f7f7f7;
    padding: 2px;
    padding-left: 4px;
}

.select_options {
    position: absolute;
    list-style-type: none;
    border-radius: 0px;
    padding: 0px;
    border: 1px solid #0094ff;
    border-top: none;
    background-color: #f7f7f7;
    width: 77px;
    margin-top: 0px;
    z-index: 20;
    cursor: pointer;
}

.idtype, .idtype:hover {
    padding: 5px;
    height: 26px;
}

    .idtype:hover {
        background-color: #0094ff;
        color: #fff;
    }

span {
    display: inline-block;
}

.open:before {
    content: "\e6a1"
}

.ih.open, .ih.close {
    padding-left: 0px;
    background-image: none;
    height: 18px;
    display: inline-block;
    line-height: 12px;
    padding-bottom: 4px;
    margin: 0px;
}

.ih.txt {
    font-family: 'Segoe UI',宋体, Tahoma, Arial, Verdana;
    padding-left: 6px;
    height: 18px;
}

.open, .close {
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

    .close:before {
        content: "\e6b2";
    }
/*.open, .close
{
    background-image: url('/image/bg/arrow.gif');
    background-repeat: no-repeat;
    padding-left: 12px;
    height: 16px;
    cursor: pointer;
}

.open
{
    background-position: -6px -201px;
}

.close
{
    background-position: -6px -221px;
}

*/
.q_event {
    width: 30px;
}

.q_item {
    background-position: right 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ui-datepicker {
    width: 198px !important;
    padding: .2em .2em 0;
    display: none;
}

.q_item:hover {
    background-position: right 5px;
    background-image: url('/image/find.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

#s_show {
    position: absolute;
}

#reload_rpt {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 1px;
    z-index: 12;
    width: 100%;
    padding-top: 2px;
    height: 33px;
    /*box-shadow: 0 0px 3px 0px #ccc;*/
    border-bottom: 1px solid #eee;
}

.btn_4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


#f_hide {
    left: 100%;
    position: absolute;
    width: 1px;
    overflow: visible;
    height: 100%;
    z-index: 13;
}

#b_hide, #b_hide:hover {
    position: absolute;
    background-position: center center;
    background-image: url('/image/frame/closemenu.gif');
    background-repeat: no-repeat;
    height: 28px;
    cursor: pointer;
    width: 16px;
    left: -17px;
    top: 1px;
    font-family: monospace,'Fixedsys Excelsior 3.01';
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-weight: 700;
    z-index: 13;
    /*border: 1px solid #efefef;*/
}

#b_hide {
    background-color: #fff;
    color: #00a8ec;
}

    #b_hide:hover {
        background-color: #f3f3f3;
        color: #fff;
    }

#b_show {
    background-position: right center;
    background-image: url('/image/frame/openmenu.gif');
    background-repeat: no-repeat;
    height: 20px;
    cursor: pointer;
    width: 20px;
}

#f_btn {
    left: 100%;
    position: absolute;
    width: 10px;
    overflow: visible;
    text-align: right;
    height: 100%;
    border: 1px solid #00a8ec;
    padding-bottom: 25px;
    z-index: 3;
}

.count {
    background-color: #f00;
    color: #ffffff;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    font-family: Arial;
    line-height: 12px;
}
/*.n_status 
{
    color:#039a0f;
}
    .n_status:hover
    {
        color:#00a8ec;
    }*/
label {
}

    label:hover {
        color: #00a8ec;
    }

#f_search_btn {
    float: left;
    position: absolute;
    top: 100%;
    left: -170px;
    width: 170px;
    height: 25px;
    padding-right: 1px;
    /*background-repeat:no-repeat;
    background-image:url('/image/search_30.png');
    border-radius:2px;
    background-position:center center;*/
}

.search_item_export_config {
    position: absolute;
    right: 10%;
    margin-right: 4px;
    color: #19bcfa;
}

.search_item_export_title {
    position: absolute;
    left: 2%;
    margin-right: 4px;
    margin-top: 20px;
    font-size: x-small;
}
/*.f_search_btn
{
        background-color:#0094ff;

}
.f_search_btn:hover
{
        background-color:#00a8ec;

}*/
