﻿.ins_main {
    position: absolute;
    z-index: 99999;
    font-size: 12px;
    width: 850px;
    /*height: 550px;*/
    border: 1px solid cornflowerblue;
    background: #fafcfd;
}

    .ins_main input,
    .ins_main select {
        border: 1px solid cornflowerblue;
        border-radius: 3px;
        color: black;
    }

    .ins_main select {
        width: 100%;
    }

    .ins_main input[type=text] {
       
    }




.ins_header {
    width: 100%;
    height: 25px;
    background-color: cornflowerblue;
    color: white;
    line-height: 25px;
    font-size: 13px;
}

    .ins_header input {
        background: transparent;
        border: none;
        color: white;
        padding-left: 10px;
    }



.ins_content {
    margin-left: 15px;
    width: 100%;
    height: 460px;
}

.ins_list {
    position: absolute;
    height: 350px;
    width: 95%;
    overflow: auto;
}

.ins_waitting {
    width: 180px;
    height: 60px;
    position: absolute;
    font-size: 18px;
    text-align: center;
    padding-top: 30px;
    border: 1px solid #bbe1f1;
    background: #eefaff;
    left: 335px;
    top: 100px;
    display: none;
}

.ins_table_query td,
.ins_table_query th {
    border: none;
    padding-top: 10px;
    padding-left: 5px;
    text-align: right;
}

.ins_table_list {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .ins_table_list td,
    .ins_table_list th {
        font-size: 1em;
        border: 1px solid cornflowerblue;
        padding: 3px 7px 2px 7px;
    }

    .ins_table_list th {
        font-size: 1.1em;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 4px;
        font-weight: bold;
        /*background-color: #A7C942;
                color: #ffffff;*/
    }

        .ins_table_list th:first-child {
            width: 10px;
        }

        .ins_table_list th:last-child {
            width: 60px;
        }

    .ins_table_list tr.alt td {
        background-color: ghostwhite;
    }
