/*Theme the Tabulator element*/
.my-table{
    /* background-color:#ccc; */
    background-color:#fff;
    /* border: 1px solid #ddd; */
    border-radius: 0px;
}

.tabulator .tabulator-tableholder .tabulator-table, .tabulator .tabulator-header .tabulator-col{
    border: .1px solid #e6e9ed;
    border-bottom: none;
    border-top: none;
    border-left: none;
}
.tabulator .tabulator-tableholder .tabulator-table{

    border-right: none;
}
.tabulator{
    border: .1px solid #e6e9ed !important;
    border-left: none;
}
.tabulator, .tabulator .tabulator-header{
    font-family: WkdFont-Roboto-Medium;
    border-right: none;
}
.tabulator .tabulator-header{
    border-bottom: .1px solid #e6e9ed;
    /* border-bottom: none; */
}
.tabulator-row .tabulator-cell{
    font-family: WkdFont-Roboto-Regular;
    border: .1px solid #e6e9ed;
    border-left: none;
}
.tabulator .tabulator-footer .tabulator-calcs-holder{
    border-bottom: none;
    border-top: none ;
}
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{
    background-color:#fff !important;

}

/*Theme the header*/
.my-table .tabulator-header .tabulator-col{
    background-color:#fff;
    color:#333 ;
    border-left: none;
}

/*Allow column header names to wrap lines*/
.my-table .tabulator-header .tabulator-col,
.my-table .tabulator-header .tabulator-col-row-handle {
    white-space: normal;
}

/*Color the table rows*/
.my-table .tabulator-tableHolder .tabulator-table .tabulator-row{
    color:#fff;
    background-color:#fff;
}


.tabulator .tabulator-footer{
    background-color:#fff;
    border: .1px solid #e6e9ed
}
.tabulator .tabulator-footer .tabulator-footer-contents{
    font-family: WkdFont-Roboto-Bold;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    color: #151515;

}

/*Color even rows*/
    .my-table .tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even) {
    background-color: #444;
}

/* cell */
.tabulator-row .tabulator-cell {
    padding: 6px;
}

/* 表格暂无数据 */

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{
    color: #d73434 !important;
}

/* ad-account */
/* cell */
#not-ad-account-table .tabulator-row .tabulator-cell[tabulator-field="phx_advertiser_id"], #ad-account-table .tabulator-row .tabulator-cell[tabulator-field="phx_advertiser_id"]{
    padding: 0 6px;
}
#not-ad-account-table .advertiserSelect, #ad-account-table .advertiserSelect{
    height: 100% !important;
    padding: 2px !important;
}

#ad-account-table .tabulator-row .tabulator-cell[tabulator-field="action"] > div{
    gap: .2rem;
}
#not-ad-account-table .tabulator-row .tabulator-cell[tabulator-field="action"]{
    padding: 0;
}
#not-ad-account-table .tabulator-row .tabulator-cell[tabulator-field="action"] button{
    padding: 0;
    width: 100%;
}
#ad-account-table .tabulator-row .tabulator-cell[tabulator-field="action"]{
    padding: 0;
}
#ad-account-table .tabulator-row .tabulator-cell[tabulator-field="action"] button{
    /* padding: 0; */
    /* padding: 5px 5px; */
    padding: 6px 10px;
    margin-bottom: 0;
}

/* speed dial */
#not-speed-dial-table .tabulator-row .tabulator-cell[tabulator-field="phx_advertiser_id"], #speed-dial-table .tabulator-row .tabulator-cell[tabulator-field="phx_advertiser_id"]{
    padding: 0 6px;
}
#not-speed-dial-table .advertiserSelect, #speed-dial-table .advertiserSelect{
    height: 100% !important;
    padding: 2px !important;
}
#not-speed-dial-table .tabulator-row .tabulator-cell[tabulator-field="product"], #speed-dial-table .tabulator-row .tabulator-cell[tabulator-field="product"]{
    padding: 0 6px;
}
#not-speed-dial-table .productSelect, #speed-dial-table .productSelect{
    height: 100% !important;
    padding: 2px !important;
}


#speed-dial-table .tabulator-row .tabulator-cell[tabulator-field="action"] > div{
    gap: .2rem;
}

#not-speed-dial-table .tabulator-row .tabulator-cell[tabulator-field="action"]{
    padding: 0;
}

#not-speed-dial-table .tabulator-row .tabulator-cell[tabulator-field="action"] button{
    padding: 0;
    width: 100%;
} 
#speed-dial-table .tabulator-row .tabulator-cell[tabulator-field="action"]{
    padding: 0;
}
#speed-dial-table .tabulator-row .tabulator-cell[tabulator-field="action"] button{
    /* padding: 0; */
    /* padding: 5px 5px; */
    padding: 6px 10px;
    margin-bottom: 0;
}

/* adset config */
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="country"],
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="product"],
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="operator"],
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="campaign"],
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="lp"],
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="sub_param1"],
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="sub_param2"]
{
    padding: 0px;
}

#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="country"] input,
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="product"] input,
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="operator"] input,
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="campaign"] input,
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="lp"] input,
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="sub_param1"] input,
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="sub_param2"] input
{
    height: 100%;
}

#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="country"],
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="product"],
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="operator"],
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="campaign"],
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="lp"],
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="sub_param1"],
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="sub_param2"]
{
    padding: 0px;
}

#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="country"] input,
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="product"] input,
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="operator"] input,
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="campaign"] input,
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="lp"] input,
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="sub_param1"] input,
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="sub_param2"] input
{
    height: 100%;
}


#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="phx_advertiser_id"], #adset-config-table .tabulator-row .tabulator-cell[tabulator-field="phx_advertiser_id"]{
    padding: 0 6px;
}
#not-adset-config-table .advertiserSelect, #adset-config-table .advertiserSelect{
    height: 100% !important;
    padding: 2px !important;
}


#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="action"] > div{
    gap: .2rem;
}

#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="action"]{
    padding: 0;
}

#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="action"] > div{
    gap: .2rem;
}
#not-adset-config-table .tabulator-row .tabulator-cell[tabulator-field="action"] button{
    /* padding: 0;
    width: 100%; */

    padding: 6px 10px;
    margin-bottom: 0;
} 
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="action"]{
    padding: 0;
}
#adset-config-table .tabulator-row .tabulator-cell[tabulator-field="action"] button{
    /* padding: 0; */
    /* padding: 5px 5px; */
    padding: 6px 10px;
    margin-bottom: 0;
}





/* invoice-country-table */
#invoice-country-table .tabulator-row .tabulator-cell{
    border-bottom: none;
}
#invoice-country-table .tabulator-row{
    border-bottom: none;

}



/* branding_orders */
#branding-order-table .tabulator-row .tabulator-cell[tabulator-field="order_price"], #branding-order-table .tabulator-row .tabulator-cell[tabulator-field="status"]{
    padding: 0;
}
#branding-order-table .tabulator-row .tabulator-cell[tabulator-field="order_price"], #branding-order-table .tabulator-row .tabulator-cell[tabulator-field="price_type"]{
    padding: 0;
}

#branding-order-table .tabulator-row .tabulator-cell[tabulator-field="action"] > div{
    gap: .2rem;
}
#branding-order-table .tabulator-row .tabulator-cell[tabulator-field="action"]{
    padding: 0;
}
#branding-order-table .tabulator-row .tabulator-cell[tabulator-field="action"] button{
    /* padding: 0; */
    /* padding: 5px 5px; */
    padding: 6px 10px;
    margin-bottom: 0;
}



/* monthly-report-management.html */
[tabulator-field="invoice_created"], [tabulator-field="email_sent"]{
    align-items: center;
}
