﻿
#lstOrders_wrapper .dt-buttons button {
    width: 100px;
    height: 35px;
    border: solid 2px #008000;
    background-image: none;
    background-color: transparent;
    display: none;
}

#lstOrders_wrapper .dt-buttons span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #008000;
}

#lstOrders {
    width: 100% !important;
    font-family: Roboto;
    color: #6d7278;
}

    #lstOrders thead {
        background-color: #f78e00;
        color: white;
        height: 40px;
        font-family: Roboto;
        font-size: 17px;
        text-align: left;
    }

        #lstOrders thead tr {
            height: 44px;
        }

            #lstOrders thead tr th {
                padding-left: 10px;
            }

    #lstOrders.dataTable thead th {
        border-bottom: 0px solid #111;
    }

    #lstOrders.dataTable.no-footer {
        border-bottom: 0px solid #111;
    }

    #lstOrders tbody {
        font-family: Roboto;
        font-size: 14px;
        text-align: left;
    }

        #lstOrders tbody tr:nth-child(odd) {
            background: white;
            height: 51px;
            cursor: pointer;
        }

        #lstOrders tbody tr:nth-child(even) {
            background: #f8f8f8;
            height: 51px;
            cursor: pointer;
        }

        #lstOrders tbody tr td {
            padding-left: 10px;
        }


#lstOrders_paginate {
    font-size: 12px;
    margin-top: 20px;
    font-family: Roboto;
}

    #lstOrders_paginate .paginate_button.current {
        background-color: #f78e00 !important;
        background: #f78e00 !important;
        color: white !important;
        font-family: Roboto;
    }

    #lstOrders_paginate .paginate_button:hover {
        background-color: #6236ff !important;
        background: #f78e00 !important;
        color: white !important;
        border: 0px !important;
        font-family: Roboto;
    }

.btnSubmitOrders {
    width: 127px;
    height: 44px;
    border: solid 2px #f78e00;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f78e00;
    border-radius: 0;
    z-index: 50;
    float: right;
    /*max-width: 127px;*/
}

#OrdersHistoryPartial .tableHistory {
    width: 100%;
    font-family: Roboto;
    color: #6d7278;
}

    #OrdersHistoryPartial .tableHistory thead {
        background-color: #f78e00;
        color: white;
        height: 40px;
        font-family: Roboto;
        font-size: 17px;
        text-align: left;
    }

        #OrdersHistoryPartial .tableHistory thead tr {
            height: 44px;
        }

            #OrdersHistoryPartial .tableHistory thead tr th {
                padding-left: 10px;
            }

    #OrdersHistoryPartial .tableHistory tbody {
        font-family: Roboto;
        font-size: 14px;
        text-align: left;
    }

        #OrdersHistoryPartial .tableHistory tbody tr:nth-child(odd) {
            background: white;
            height: 51px;
            cursor: pointer;
        }

        #OrdersHistoryPartial .tableHistory tbody tr:nth-child(even) {
            background: #f8f8f8;
            height: 51px;
            cursor: pointer;
        }

        #OrdersHistoryPartial .tableHistory tbody tr td {
            padding-left: 10px;
        }



#OrdersHistoryPartial #HistoryList_wrapper {
    width: 100%;
    text-align: center;
}


#OrdersHistoryList_paginate {
    font-size: 12px;
    margin-top: 20px;
    font-family: Roboto;
}

    #OrdersHistoryList_paginate .paginate_button.current {
        background-color: #f78e00 !important;
        background: #f78e00 !important;
        color: white !important;
        font-family: Roboto;
    }

    #OrdersHistoryList_paginate .paginate_button:hover {
        background-color: #f78e00 !important;
        background: #f78e00 !important;
        color: white !important;
        border: 0px !important;
        font-family: Roboto;
    }

#OrdersHistoryList_wrapper.dataTables_wrapper {
    width: 100%;
}



#lstSuppForn {
    width: 100% !important;
    font-family: Roboto;
    color: #6d7278;
}

    #lstSuppForn thead {
        background-color: #f78e00;
        color: white;
        height: 40px;
        font-family: Roboto;
        font-size: 17px;
        text-align: left;
    }

        #lstSuppForn thead tr {
            height: 44px;
        }

            #lstSuppForn thead tr th {
                padding-left: 10px;
            }

    #lstSuppForn.dataTable thead th {
        border-bottom: 0px solid #111;
    }

    #lstSuppForn.dataTable.no-footer {
        border-bottom: 0px solid #111;
    }

    #lstSuppForn tbody {
        font-family: Roboto;
        font-size: 14px;
        text-align: left;
    }

        #lstSuppForn tbody tr:nth-child(odd) {
            background: white;
            height: 51px;
            cursor: pointer;
        }

        #lstSuppForn tbody tr:nth-child(even) {
            background: #f8f8f8;
            height: 51px;
            cursor: pointer;
        }

        #lstSuppForn tbody tr td {
            padding-left: 10px;
        }


    #lstSuppForn td.details-control {
        background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
        cursor: pointer;
    }

    #lstSuppForn tr.shown td.details-control {
        background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
    }

#lstSuppForn_paginate {
    font-size: 12px;
    margin-top: 20px;
    font-family: Roboto;
}

    #lstSuppForn_paginate .paginate_button.current {
        background-color: #f78e00 !important;
        background: #f78e00 !important;
        color: white !important;
        font-family: Roboto;
    }

    #lstSuppForn_paginate .paginate_button:hover {
        background-color: #6236ff !important;
        background: #f78e00 !important;
        color: white !important;
        border: 0px !important;
        font-family: Roboto;
    }
