table.table-cac tr td{
 padding:2px;
}

table.table-cac tr.borderTop td{
    border-top:2px solid;
}


.container{
width:1200px;
}



table.table-cac .select2-container .select2-choice {
  border:0;
}

table.table-cac .select2-container .select2-choice .select2-arrow{
border:0;
}



/*
文本框下拉选项用 可编辑下拉列表
*/
    .input-select-container {
        position: relative;
        width: 300px;
    }
    .input-select {
        width: 100%;
        padding: 5px;
    }
    .dropdown-menu{
        position: absolute;
        top:52px;
    }
    .dropdown-item {
        padding: 5px;
        cursor: pointer;
    }
    .dropdown-item:hover {
        background-color: #f0f0f0;
    }
