﻿
/*Login (Semantic)*/

body > .grid {
    height: 100%;
}

.image {
    margin-top: -100px;
}

.column {
    max-width: 450px;
}
#placeBet_TabMenu {
    display: contents;
}

/*Account Menu*/
.accountMenuItem {
    float: left;
    height: 30px;
    border-left: none;
    margin: 10px;
    border-right: 1px solid #a3d0e4;
}
/*Account Menu*/


/*Deposit Withdrawal Panels*/
#depositwithdrawal_mainpanel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.dash-head {
    width: 970px;
    height: 80px;
    background-color: #222;
    position: relative;
}

    .dash-head .k-rpanel-toggle {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 20px;
        left: 20px;
    }


.panel-wrap {
    max-width: 100%;
    background-color: #dfe8f6;
    border: 0px solid #e5e5e5;
    /*height: 100%;*/
}

#windowPayoutDetail {
}

#sidebar {
    margin: 0;
    padding: 20px 0 20px 20px;
    vertical-align: top;
}

@media (max-width: 1000px) {
    #sidebar {
        background: #fff;
        padding: 20px;
        border-left: 1px solid #e5e5e5;
        /* show sidebar in container, demo only*/
        position: absolute;
        top: 402px;
        bottom: 0;
    }

        #sidebar.k-rpanel-expanded {
            box-shadow: 0 0 10px rgba(0,0,0,.3);
        }
}

#main-content {
    overflow: hidden;
    margin: 0;
    padding: 20px;
    min-height: 580px;
    vertical-align: top;
}

#depositwithdrawal_mainpanel{
    display:flex;
    flex-direction:row;
}


/* WIDGET1 */
#depositLeftPanel {
    margin: 0 0 20px;
    padding: 0;
    /*background-color: #ffffff;*/
    background-color: hsla(0, 0%, 100%, 0);
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    width: 376px;
    /*float: left;*/
}

    #depositLeftPanel div {
        padding: 2px;
        /*min-height: 16px;*/
    }

    #depositLeftPanel h3 {
        font-size: 12px;
        padding: 8px 10px;
        border-bottom: 1px solid #e7e7e7;
        border-radius: 4px 4px 0 0;
    }

        #depositLeftPanel h3 span {
            float: right;
        }

            #depositLeftPanel h3 span:hover {
                cursor: pointer;
                background-color: #e7e7e7;
                border-radius: 20px;
            }

/* WIDGET2 */
#depositRightPanel {
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    /*    width: 71%;
    float: right;*/
}

    #depositRightPanel div {
        padding: 10px;
    }

    #depositRightPanel h3 {
        font-size: 12px;
        padding: 8px 10px;
        border-bottom: 1px solid #e7e7e7;
        border-radius: 4px 4px 0 0;
    }

        #depositRightPanel h3 span {
            float: right;
        }

            #depositRightPanel h3 span:hover {
                cursor: pointer;
                background-color: #e7e7e7;
                border-radius: 20px;
            }


    /* DepositRightPanel */
    #blogs div,
    #depositRightPanel div {
        padding: 0px 0px 0px;
    }

    #depositLeftPanel h4,
    #blogs h4,
    #depositRightPanel h4 {
        width: auto;
        margin: 20px 0 2px;
        font-size: 1.4em;
        color: #1f97f7;
        font-weight: normal;
    }

.blog-info {
    margin: 0 0 10px;
    font-size: .9em;
    color: #787878;
}

#sidebar #blogs h4 {
    font-size: 1em;
}

#sidebar #blogs p {
    display: none;
}

#sidebar #blogs .blog-info {
    display: block;
}

#main-content #depositRightPanel h4 {
    font-size: 1.2em;
    line-height: 1.4em;
}

    #main-content #depositRightPanel h4 span {
        display: block;
        float: left;
        width: 100px;
        color: #000;
        padding-right: 10px;
    }

#sidebar #depositRightPanel h4 {
    font-size: 1em;
}

    #sidebar #depositRightPanel h4 span {
        display: block;
        margin-bottom: 3px;
        color: #000;
    }

/* Panels */
.team-mate:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

#depositLeftPanel .team-mate h4 {
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 12px;
}

/*Deposit Withdrawal Panels*/


/*STYLING*/
.k-panelbar > li.k-state-default > .k-link, .k-tabstrip-items .k-state-default .k-link {
    font: normal 11px tahoma,arial,helvetica;
    color: #416aa3;
    white-space: nowrap;
    cursor: pointer;
    padding: 4px 0;
    font-size: 14px;
}

.k-tabstrip-items .k-state-default {
    padding-left: 10px;
    border-color: #a3d0e4;
    padding-right: 10px;
}



.k-item k-state-default k-first k-tab-on-top k-state-active > .k-link {
    font-weight: bold;
}


/*.ui.form .field {
    clear: both;
    margin: 0px -4px -1em;
}*/

#depositWithdrawalUsernameField {
    min-height: 30px;
}

#depositWithdrawalAmountField {
    min-height: 30px;
}

#depositWithdrawalNameField {
    min-height: 30px;
}

#depositWithdrawalAccountBalanceField {
    min-height: 30px;
}


.k-tabstrip .k-content.k-state-active {
    /*height: 96%;*/
    background-color: #dfe8f6;
    color: #003f59;
}



.depositWithdrawal_customer_item {
    float: left;
    padding: 10px;
    margin: 10px;
}

h1, h2, h3, h4, h5 {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    line-height: 1.285714em;
    margin: calc(2rem - .14285714em) 0 0rem;
    font-weight: 700;
    padding: 0;
}

.k-window-content p {
    margin-bottom: 1em;
}

.k-window-content a {
    color: #BBB;
}

@media screen and (max-width: 1023px) {
    div.k-window {
        display: none !important;
    }
}



.calculatorDownItem {
    float: left;
    height: 30px;
    border-left: none;
    margin: 10px;
}

.calculatorDownField {
    background-color: #e4f2f8;
    height: 50px;
}

/*Notification */

/* Info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

.new-mail {
    width: 300px;
    height: 72px;
}

    .new-mail h3 {
        font-size: 1em;
        padding: 2px 10px 5px;
    }

    .new-mail img {
        float: left;
        margin: 2px 8px 30px 12px;
    }

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

.wrong-pass {
    width: 300px;
    height: 72px;
}

    .wrong-pass h3 {
        font-size: 1em;
        padding: 2px 10px 5px;
    }

    .wrong-pass img {
        float: left;
        margin: 2px 8px 30px 12px;
    }

/* Success template */
.k-notification-upload-success {
    background: rgba(0,153,0,1);
    color: #fff;
}

.upload-success {
    width: 300px;
    height: 72px;
}

    .upload-success h3 {
        font-size: 1em;
        padding: 2px 10px 5px;
    }

    .upload-success img {
        float: left;
        margin: 2px 8px 30px 12px;
    }
/*Notification */


#panelbar-images-1 {
    height: 150px !important;
}

.k-grid-header th.k-header {
    vertical-align: middle !important;
}

.customers_buttons {
    float: left;
}

#Customers_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#Customers_btnSelectRange_mn_active {
    border-style: none;
}

#Customers_btnSelectRange_mn {
    border-style: none;
}

#Customers_btnNewCustomer {
    width: 10% !important;
    float: left !important;
}

.k-menu .k-item > .k-link > .k-i-arrow-60-down, .k-menu-scroll-wrapper .k-item > .k-link > .k-i-arrow-60-down, .k-popups-wrapper .k-item > .k-link > .k-i-arrow-60-down {
    margin-right: 0px;
}




#depositwithdrawal_mainpanel {
    height: 100%;
}

#depositWithDrawalGrid {
    height: 100%;
}

#depositWithdrawal_Grid {
    height: 100%;
    background-color: #dfe8f6;
}

/*.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    height: 9%;
}*/


.customer_WindowCusttomerData {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}

.customer_WindowDateOfBirth {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}

.customer_WindowAddress {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}

.customer_WindowUsername {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}

.customer_WindowCheckBoxEmail {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}

div.k-window-content {
    background-color: #dfe8f6;
    position: relative;
    height: 100%;
    padding: 0em;
    overflow: auto;
    outline: 0;
}


#gridCustomers {
    font-size: 12px;
    font-family: arial, tahoma, helvetica, sans-serif;
}

#BranchTransactionGrid {
    font-size: 12px;
    font-family: arial, tahoma, helvetica, sans-serif;
}

#tabstrip-3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}


legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: inherit;
    border: 0;
    /* border-bottom: 1px solid #e6e2e2; */
}

.customers_button_block {
    border-radius: 0px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 1px 6px;
    background-color: #eeeeee;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-color: #a5a5a5;
    border-image: initial;
}

.transactions_button_summary {
    border-radius: 0px;
    font-family: sans-serif;
    font-size: 12px%;
    line-height: 1.15;
    margin: 0;
    padding: 1px 6px;
    background-color: #eeeeee;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-color: #a5a5a5;
    border-image: initial;
}

.terminal_button_summary {
    border-radius: 0px;
    font-family: sans-serif;
    font-size: 12px%;
    line-height: 1.15;
    margin: 0;
    padding: 1px 6px;
    background-color: #eeeeee;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: #cce2ff;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-color: #a5a5a5;
    border-image: initial;
    width: 100%;
}

.k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
    position: static;
    border-style: solid;
    border-width: 1px;
    margin: 0 .286em .3em;
    padding: 0em;
    zoom: 1;
}

.cashier_WindowCashier {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}


.customer_WindowNewCustomerSuccess {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}

.partners_WindowPartners {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}


.partners_NewPartnersWindow {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}

.terminals_NewTerminalsWindow {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}

#ProfitCalculation_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#ProfitCalculation_Online_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#ProfitCalculation_WebPOS_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#ProfitCalculation_Terminal_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#ProfitCalculation_Casino_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}
#ProfitCalculation_LiveCasino_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#ProfitCalculation_Virtual_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#ProfitCalculation_Total_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}
#ProfitCalculation_ShopOnline_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#CloseCashbox_Cashbox_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#CloseCashbox_Terminal_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#CloseCashbox_Total_btnSelectRange {
    width: 10% !important;
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

.checkWindow_Item {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
    height: 30px;
}


.checkpanel {
    max-width: 100%;
    background-color: #dfe8f6;
    border: 0px solid #e5e5e5;
    height: 50%;
}

.closeCaschbox_Window_Item {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
    height: 30px;
}

.payout_Window_Item {
    float: left;
}

.terminalCheck_Window_Item {
    float: left;
}

.closeCaschbox_Window_Button {
    padding-top: 8px;
    margin-left: 10px;
    height: 30px;
}


/*Print*/
.example-print {
    display: none;
}

@media print {
    .example-screen {
        display: none;
    }

    .example-print {
        display: block;
    }
}

.creditStatus_Window_Item {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
    font-size: 13px;
}


.toolbarMenu_ChangePassword_Window_Item {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}


/*#LoginSubmitButton {
    background-color: #a81a16;
}*/

#LoginFormBackground {
    background-color: #dfe8f6;
}


.k-grid td {
    font-size: 12px;
    white-space: nowrap !important;
}

.k-grid-header th.k-header > .k-link {
    font-size: 12px;
}

/*#MainContent_Cashier_Grid{
    height:90%;
}*/

#mainContent {
    height: 87%;
}

#ProfitCalculation_TotalSportsbook_Grid {
    /*height: 516px;*/
}


/*GRİD DENEME*/
.k-tabstrip-wrapper {
    /*height: 100%;*/
}

#mainContent_TabMenu {
    /*height: 100%;*/
}

#mainContent_TabMenu-1 {
    /*height: 94%;*/
}

/*.k-grid-content {
    height: 94%;
}*/

.AccountMenu_Button_Calculator {
    height: 35px;
    font-weight: bold;
    font-size: 13px;
    /*float: right;*/
}

.Cashiers_NewPassword_Table {
    border: 0px;
    /*background-color: #c8ecfc;*/
}

    .Cashiers_NewPassword_Table td {
        border: 0px;
        font-size: 14px;
        color: black;
        font-weight: bold;
    }

#TerminalCheck_Window_TotalsPanel {
    background-color: white;
}

#TerminalCheck_Window_DetailsPanel {
    background-color: white;
    height: 180px;
}

#PlaceBet_BetSlip_Button_SubmitBet {
    font-size: 16px;
    background-color: orange;
    color: #323131;
    font-weight: bold;
    border: 9px;
    border-style: solid;
    width: 244px;
    height: 25px;
}
#PlaceBet_BetSlip_Button_CheckIsSystem {
    font-size: 16px;
    background-color: orange;
    color: #323131;
    font-weight: bold;
    border: 9px;
    border-style: solid;
    width: 244px;
    height: 25px;
}

.PlaceBet_BetSlip_Button_AfterSubmitBet {
    font-size: 13px;
    background-color: orange;
    color: #323131;
    font-weight: bold;
    border: 9px;
    border-style: solid;
    /*width: 107px;*/
    height: 25px;
    float: left;
}

.BetSlip_TabMenu {
    color: black !important;
    font-weight: bold !important;
    /*background-color: #eeab47 !important;*/
    background-color: transparent !important;
    border-radius: 0 !important;
    border-color: #eeab47 !important;
    text-align: center !important;
    padding-right: 30px !important;
}


.k-panelbar .k-tabstrip-top .k-tabstrip-items .k-state-active, .k-tabstrip-top .k-tabstrip-items .k-state-active {
    background-color: white !important;
}

#placeBet_BetSlip_TabMenu {
    background-color: orange;
}

#placeBet_BetSlip_TabMenu-1 {
    background-color: transparent;
    border-color: wheat;
}

#placeBet_BetSlip_TabMenu-2 {
    background-color: transparent;
    border-color: wheat;
}

#placeBet_BetSlip_TabMenu-3 {
    background-color: transparent;
    border-color: wheat;
}



/*#PlaceBet_BetSlip_TabMenu_MultipleContent {
    height: 490px;
}

#PlaceBet_BetSlip_TabMenu_SingleContent {
    height: 490px;
}

#PlaceBet_BetSlip_TabMenu_SystemContent {
    height: 490px;
}*/


.PlaceBet_BetSlip_TabMenu_MultipleContent_Item {
    border-color: white;
    /*border-width: 3px 3px 3px;
    border-style: solid;*/
    margin-bottom: 1px;
    min-height: 36px;
    padding-left: 6px;
}

.PlaceBet_BetSlip_TabMenu_MultipleContent_Table {
    border: 0px;
}

    .PlaceBet_BetSlip_TabMenu_MultipleContent_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
        padding: 0;
    }

#BettingSlipEditor_Insert_Table {
    border: 0px;
    background-color: #c8ecfc;
}

    #BettingSlipEditor_Insert_Table td {
        border: 0px;
        font-size: 12px;
        color: black;
        /*font-weight: bold;*/
    }

.PlaceBet_Combo_Event_Table {
    border: 0px;
}

    .PlaceBet_Combo_Event_Table td {
        border: 0px;
        font-size: 10px;
        /*font-weight: bold;*/
    }

#DepositWithdrawal_LeftPanel_Table {
    border: 0px;
}

    #DepositWithdrawal_LeftPanel_Table td {
        padding: 2px;
        border: 0px;
        font-size: 12px;
        font-weight: bold;
        line-height: 25px;
        /*color:#003f59;*/
        color: black;
    }



.PlaceBet_BetSlip_Confirm_Modify_Table {
    border: 0px;
}

    .PlaceBet_BetSlip_Confirm_Modify_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
        padding: 0px;
        font-size: 13px;
        background-color: orange;
        color: #323131;
        font-weight: bold;
        border: 10px;
        border-style: solid;
        width: 50%;
        height: 25px;
        cursor: pointer;
        text-align: center;
    }

.PlaceBet_BetSlip_ShowBettingSlip_Table {
    border: 0px;
}

    .PlaceBet_BetSlip_ShowBettingSlip_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
        padding: 0px;
        font-size: 13px;
        background-color: orange;
        color: #323131;
        font-weight: bold;
        border: 10px;
        border-style: solid;
        width: 50%;
        height: 25px;
        cursor: pointer;
        text-align: center;
    }

.PlaceBet_BetSlip_TabMenu_MultipleContent_CancelButton {
    background-color: black;
    border: 0px;
    color: white;
    font-weight: bold;
}

.PlaceBet_BetSlip_TabMenu_MultipleContent_Table_Amount {
    border: 0px;
}

    .PlaceBet_BetSlip_TabMenu_MultipleContent_Table_Amount td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
        padding: 1px;
    }



.ToolbarMenu_Devices_Window_Printer {
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}

#ToolbarMenu_Devices_Window_TabStrip-1 {
    height: 170px;
}

#ToolbarMenu_Devices_Window_TabStrip-2 {
    height: 170px;
}


.devices_Window_Button {
    padding-top: 8px;
    margin-left: 10px;
    height: 30px;
}



.PrintSlip_Vertical_Text {
    background-image: url('../Icons/ico_actions.png');
    background-repeat: repeat-y;
    width: 100px;
    height: 100px;
    float: left;
    min-height: 100%;
    width: 22px;
}



.Bets_DetailWindow_Item {
    float: right;
    padding-top: 8px;
    margin-right: 10px;
    height: 30px;
}


.Bets_DetailWindow_Table {
    border: 0px;
}

    .Bets_DetailWindow_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }

    .Bets_DetailWindow_Table tr {
        line-height: 10px;
    }

button:disabled,
button[disabled] {
    border: 2px solid #999999;
    background-color: #cccccc;
    color: #666666;
}


.grid_Button {
    border-radius: 0px;
    font-family: sans-serif;
    font-size: 12px%;
    line-height: 1.15;
    margin: 0;
    padding: 1px 6px;
    background-color: #e1f0f6 !important;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-color: #a5a5a5;
    border-image: initial;
}

.Bets_ToggleFilters_Item {
    float: left;
    /*padding-top: 8px;
    margin-left: 10px;*/
}

.Bets_ToggleFilters_Table {
    border: 0px;
}

    .Bets_ToggleFilters_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }


.Customers_ToggleFilters_Table {
    border: 0px;
}

    .Customers_ToggleFilters_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }

.Customers_ToggleFilters_Item {
    float: left;
}


.Customers_NewPassword_Table {
    border: 0px;
}

    .Customers_NewPassword_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }


.Partners_ToggleFilters_Table {
    border: 0px;
}

    .Partners_ToggleFilters_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }

.Partners_ToggleFilters_Item {
    float: left;
}


.customers_grid_button {
    border-radius: 0px;
    font-family: sans-serif;
    line-height: 1.15;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-image: initial;
}



.Transactions_ToggleFilters_Item {
    float: left;
    /*padding-top: 8px;
    margin-left: 10px;*/
}

.Transactions_ToggleFilters_Table {
    border: 0px;
}

    .Transactions_ToggleFilters_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }

.dropbtn {
    background-color: #3498DB;
    color: white;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #2980B9;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    position: fixed;
}

    .dropdown-content a {
        color: black;
        padding: 3px 6px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}


.partners_grid_button {
    border-radius: 0px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 1px 6px;
    background-color: #eeeeee;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-color: #a5a5a5;
    border-image: initial;
}


#PlaceBet_BetSlip_Single_SlipEvents {
    overflow-x: hidden;
    overflow-y: scroll;
}

#systemSlipItems {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 105px;
    min-height: 10px;
}

    #systemSlipItems li {
        padding: 0;
        /*height: 15px;*/
    }


#placeBet_BetSlip_TabMenu ul {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.PlaceBet_BetSlip_TabMenu_MultipleContent_Table_Amount tr {
    height: 10px;
}


#PlaceBet_Live_PanelBar .k-link.k-header {
    background-color: black !important;
    color: white !important;
}

.k-grouping-row td {
    background-color: black !important;
    color: white !important;
}

.PlaceBet_Live_PanelBar_Button {
    /*border-radius: 3px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 1px 6px;
    background-color: #eeeeee;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-color: #a5a5a5;
    border: 0;
    border-image: initial;
    width: 100%;*/
    font-size: 12px;
    background-image: url('../Icons/odd_button.jpg');
    /*background-image: url("/img/odd_button_bg.png");*/
    background-repeat: repeat-x;
    /*background-color: rgb(255, 255, 255); #e0931f*/
    background-color: #e0931f;
    border: 1px solid rgb(90, 90, 90);
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px 2px 3px 0px;
    height: 20px;
    width: 100%;
}

.PlaceBet_Live_PanelBar_Mini_Button {
    /*border-radius: 3px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 1px 6px;
    background-color: #eeeeee;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-color: #a5a5a5;
    border: 0;
    border-image: initial;
    width: 30%;
    margin-left: 3px;*/
    font-size: 12px;
    background-image: url('../Icons/odd_button.jpg');
    /*background-image: url("/img/odd_button_bg.png");*/
    background-repeat: repeat-x;
    /*background-color: rgb(255, 255, 255);*/
    background-color: #e0931f;
    border: 1px solid rgb(90, 90, 90);
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px 2px 3px 0px;
    height: 20px;
    width: 28%;
    margin-left: 3px;
}

.PlaceBet_Live_PanelBar_Mini2_Button {
    font-size: 12px;
    background-image: url('../Icons/odd_button.jpg');
    /*background-image: url("/img/odd_button_bg.png");*/
    background-repeat: repeat-x;
    /*background-color: rgb(255, 255, 255);*/
    background-color: #e0931f;
    border: 1px solid rgb(90, 90, 90);
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px 2px 3px 0px;
    height: 20px;
    width: 45%;
    margin-left: 3px;
}

.PlaceBet_Live_PanelBar_Button_Block {
}

.FixtureOddBlockButton {
    /*background-color: gray !important;
    background-image: none !important;*/
    cursor: default;
    color: rgb(0, 0, 0);
    background-repeat: repeat-x;
    background-image: url('../Icons/odd_button_bg_disable.png');
    background-color: rgb(179, 179, 179);
    border: 1px solid rgb(68, 68, 68);
}

.FixtureOddActiveButton {
    background-color: green !important;
    /*background-image: none !important;*/
    color: rgb(255, 255, 255);
    background-image: url('../Icons/odd_button_bg_active.png');
}

.FixtureOddLockedIcon {
    background-image: url('../Icons/bg_locked_icon.png');
    position: absolute;
    top: 3px;
    right: 4px;
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: right;
}

.PlaceBet_Live_Grid .k-grid-header {
    display: none;
}

.PlaceBet_Live_Grid .k-pager-wrap k-grid-pager k-widget k-floatwrap {
    display: none;
}

.PlaceBet_Live_Grid .k-grid-content {
    height: auto !important;
}

#GridSignalR .k-grid-content {
    height: auto !important;
}

#PlaceBet_Live_PanelBar-2 {
    /*height: auto;*/
}

.Live_Market_Span {
    color: rgb(124, 124, 124);
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    clear: both;
}



.Live_Board_Green {
    background-image: url('../Icons/green_board.jpg');
    background-repeat: no-repeat;
    width: 67px;
    color: green;
}

.Live_Board_Blue {
    background-image: url('../Icons/blue_board.jpg');
    background-repeat: no-repeat;
    width: 67px;
    color: blue;
}

.Live_Board_Gray {
    background-image: url('../Icons/gray_board.jpg');
    background-repeat: no-repeat;
    width: 67px;
    color: gray;
}

/*#placeBet_TabMenu-1 {
    overflow-x: hidden;
    overflow-y: scroll;
}*/

.Live_SubGrid_OddType {
    color: rgb(124, 124, 124);
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-align: left;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    clear: both;
}



.PlaceBet_Live_Span_Left_Icon {
    /*font-weight: bold;*/
    position: absolute;
    top: 2px;
    font-size: 14px;
}


.BettingSlipEditor_Grid_3Button {
    min-width: 54px !important;
    height: 26px;
}

#BSE_Combo_Event-list {
    background-color: white;
}

#BSE_Table_Combo_Event-list {
    background-color: white;
}


#BetsDetail_Window_Withdrawal_Table {
    border: 0px;
}

    #BetsDetail_Window_Withdrawal_Table td {
        border-bottom: 0px solid;
        border-left: 0px solid;
    }


#BetsDetail_Window_Cashout_Table {
    border: 0px;
}

    #BetsDetail_Window_Cashout_Table td {
        border-bottom: 0px solid;
        border-left: 0px solid;
    }

#BetsDetail_Window_Withdrawal_Error_Table {
    border: 0px;
}

    #BetsDetail_Window_Withdrawal_Error_Table td {
        border-bottom: 0px solid;
        border-left: 0px solid;
    }


#BetsDetail_Window_PasswordCancelBet_Table {
    border: 0px;
}

    #BetsDetail_Window_PasswordCancelBet_Table td {
        border-bottom: 0px solid;
        border-left: 0px solid;
    }


.Transactions_DetailWindow_Item {
    float: right;
    padding-top: 8px;
    margin-right: 10px;
    height: 30px;
}


.Transactions_DetailWindow_Table {
    border: 0px;
}

    .Transactions_DetailWindow_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }

    .Transactions_DetailWindow_Table tr {
        line-height: 10px;
    }



#PrintDepositWithdrawal_Table {
    border: 0px;
}

    #PrintDepositWithdrawal_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }

.Customers_NewCustomer_Success_Table {
    border: 0px;
}

    .Customers_NewCustomer_Success_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }

#PlaceBet_Live_Grid_Table td {
    border-top-width: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

.PlaceBet_Live_ScoreBoard_Table td {
    border-top-width: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

.PlaceBet_Live_OverUnder_Span_Left {
    float: left;
    overflow: hidden;
    padding: 0px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    /* font-weight: bold; */
    width: 50%;
    font-family: Verdana,Helvetica,Arial;
}

.PlaceBet_Live_OverUnder_Span_Right {
    font-weight: bold;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 14px;
    width: 50%;
    text-align: right;
}


.PlaceBet_Live_NextGoal_Span_Left {
    /* font-weight: bold; */
    position: absolute;
    top: 3px;
    font-size: 13px;
    width: 20%;
}

.PlaceBet_Live_NextGoal_Span_Right {
    font-weight: bold;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 13px;
    width: 80%;
    text-align: right;
}


.PlaceBet_Live_RestOfMatch_Span_Left {
    /* font-weight: bold; */
    position: absolute;
    top: 3px;
    font-size: 13px;
    width: 20%;
}

.PlaceBet_Live_RestOfMatch_Span_Right {
    font-weight: bold;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 13px;
    width: 80%;
    text-align: right;
}


.PlaceBet_Live_ThreeWay_Span_Left {
    float: left;
    overflow: hidden;
    padding: 0px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    /* font-weight: bold; */
    width: 80%;
    font-family: Verdana,Helvetica,Arial;
}



.PlaceBet_Live_ThreeWay_Span_Right {
    font-weight: bold;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 14px;
    width: 20%;
    text-align: right;
}


.PlaceBet_Live_Tip_Span_Left {
    float: left;
    overflow: hidden;
    padding: 0px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    /* font-weight: bold; */
    width: 50%;
    font-family: Verdana,Helvetica,Arial;
}

.PlaceBet_Live_Tip_Span_Right {
    font-weight: bold;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 14px;
    width: 50%;
    text-align: right;
}

.PlaceBet_Live_FirstScore_Span_Left {
    float: left;
    overflow: hidden;
    padding: 0px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    /* font-weight: bold; */
    width: 50%;
    font-family: Verdana,Helvetica,Arial;
}

.PlaceBet_Live_FirstScore_Span_Right {
    font-weight: bold;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 14px;
    width: 50%;
    text-align: right;
}




.PlaceBet_Live_ThreeWayX_Span_Left {
    float: left;
    overflow: hidden;
    padding: 0px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    /* font-weight: bold; */
    width: 20%;
    font-family: Verdana,Helvetica,Arial;
}


.PlaceBet_Live_ThreeWayX_Span_Right {
    font-weight: bold;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 14px;
    width: 80%;
    text-align: right;
}

.prematch_oddvaluebutton {
    background-color: #dddddd !important;
    width: 30px;
}

.prematch_activebutton {
    background-color: #21ba45 !important;
    width: 30px;
}

#oddtypecount {
    border: solid 1px;
    border-color: red;
    border-radius: 0 6px 6px 0;
    text-align: center;
    width: 30px;
}




.PlaceBet_LiveDetail_Span {
    font-weight: bold;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 14px;
    width: 20%;
    text-align: right;
}



#ToolbarMenu_Configuration_OMR_Barcode_Table {
    border: 0px;
}

    #ToolbarMenu_Configuration_OMR_Barcode_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }


#ToolbarMenu_Configuration_OMR_Barcode_Button_Table {
    border: 0px;
}


    #ToolbarMenu_Configuration_OMR_Barcode_Button_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }


#ToolbarMenu_Configuration_Downloads_Table {
    border: 0px;
}

    #ToolbarMenu_Configuration_Downloads_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }

#BettingProgramme_Table {
    border: 0px;
}

    #BettingProgramme_Table td {
        border: 0px;
        font-size: 12px;
        font-weight: bold;
    }



#fixture_grid .k-grid-header .k-header {
    text-align: center;
}

#prematchdetail_grid .k-grid-header .k-header {
    visibility: hidden;
}


.Live_Detail_GroupName {
    color: rgb(124, 124, 124);
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    /* text-align: center; */
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    clear: both;
}

.indicatorUp {
    background-repeat: no-repeat;
    background-image: url("/Icons/odds_indicator_up.png");
}

.indicatorUp {
    left: auto;
    position: absolute;
    right: -1px;
    top: 0px;
    bottom: 0px;
    width: 9px;
}

.indicatorDown {
    top: 11px;
    left: auto;
    position: absolute;
    right: -1px;
    bottom: 0px;
    width: 9px;
}

.indicatorDown {
    background-repeat: no-repeat;
    background-image: url("/Icons/odds_indicator_down.png");
}



.cards .red {
    border-radius: 1px 1px 1px 1px;
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4) inset;
    background: none repeat scroll 0% 0% rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}

.cards span {
    /*position: absolute;*/
    top: 0px;
    font-size: 9px;
    font-weight: bold;
    margin-right: 0px;
    height: 11px;
    text-align: center;
    line-height: 11px;
    border-radius: 1px 1px 1px 1px;
    padding: 2px;
}

.cards .red.away {
    right: 2px;
}


#Deposit_Password_Window_Table {
    border: 0px;
}

    #Deposit_Password_Window_Table td {
        border-bottom: 0px solid;
        border-left: 0px solid;
    }



#Withdraw_Password_Window_Table {
    border: 0px;
}

    #Withdraw_Password_Window_Table td {
        border-bottom: 0px solid;
        border-left: 0px solid;
    }


#CashReport_btnSelectRange {
    /*width: 10% !important;*/
    float: left !important;
    border-radius: 4px;
    height: 29px;
}

#PlaceBet_PreMatch_Grid_Table tr td {
    border: none !important;
}

.passport-div {
    background-color: #f1f084 !important;
    width: 300px;
    height: 300px;
    border: 2px black dashed;
    background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(0,0,0,1) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%), linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(0,0,0,1) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%);
}



/* LIVE HOVER */
#live_page_prematch_grid tr:hover {
    background-color: transparent !important;
}

#PlaceBet_Live_Grid_Table tr:hover {
    background-color: transparent !important;
}
/* LIVE HOVER */

#PlaceBet_Live_Grid tr:hover {
    background-color: transparent !important;
}


.placeBet_row {
    display: flex;
}

.placeBet_left {
    width: calc(100% - 288px);
    float: left;
}

.placeBet_right {
    width: 274px;
    float: right;
    background-color: orange
}

.Partners_NewPartner_Address {
    width: 98%
}

.Terminal_NewTerminal_Address {
    width: 98%
}


.image-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    height: 500px;
}

.image-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.barcode-window-container {
    padding: 12px;
    display: flex;
    flex: 1 1 100% !important;
}

.barcode-window-row {
    height: 30px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.barcode-title {
    height: 30px;
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.barcode-window-ok-button {
    width: 100px;
}

.barcode-box {
    display: flex;
}

.barcode-box-left {
    display: flex;
    flex: 1 1 60% !important;
    flex-direction: column;
}

.barcode-box-right {
    display: flex;
    flex: 1 1 40% !important;
    flex-direction: column;
}

.test-toolbar {
    display: flex;
    align-items: center;
    width: 100%;
    background: #d9ecf5;
    padding-bottom: 4px;
    padding-top: 4px;
}

.test-toolbar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

#depositWithdrawal_btnCustomerCard {
    display: none;
}

    #depositWithdrawal_btnCustomerCard.card-active {
        display: block !important;
    }

#accountMenuQr {
    display: block;
}

    #accountMenuQr.btn-passive {
        display: none !important;
    }

#accountMenuQrLogout {
    display: none;
}

    #accountMenuQrLogout.btn-active {
        display: block !important;
    }

.customer-placebet-window-buttons {
    display: flex;
    justify-content: space-evenly;
}

.PlaceBet_BetSlip_TabMenu_MultipleContent_Item2 {
    font-size: 11px !important;
    background-color: white;
    font-weight: 700;
    display: flex;
    border-color: white;
    margin-bottom: 1px;
    min-height: 51px;
    padding-left: 6px;
    padding-right: 6px;
    flex-direction: column;
    color: black;
}

.slip_event_first_row {
    display: flex;
    margin-left: 5%;
}

.slip_event_second_row {
    display: flex;
    min-height: 25px;
    align-items: center;
}

.slip_event_first_left {
    flex: 1 1 5%;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
}

.slip_event_first_center {
    flex: 1 1 55%;
    flex-direction: column;
    display: flex;
    justify-content: start;
}

.slip_event_first_right {
    flex: 1 1 40%;
    display: flex;
    align-items: center;
}

.slip_event_first_right_time {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
}

.slip_event_first_right_score {
    flex: 1 1 50%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.slip_event_first_center_home {
    width: 100%;
    height: 15px;
}

.slip_event_first_center_away {
    width: 100%;
    height: 15px;
}

.slip_event_second_row_zero {
    flex: 1 1 5%;
}

.slip_event_second_row_first {
    flex: 1 1 55%;
}

.slip_event_second_row_second {
    flex: 1 1 15%;
}

.slip_event_second_row_third {
    flex: 1 1 15%;
}

.slip_event_second_row_fourth {
    flex: 1 1 10%;
    justify-content: flex-end;
    display: flex;
}


.check-true {
    font-weight: bold !important;
    color: green !important;
}

.check-false {
    font-weight: bold !important;
    color: red !important;
}


.customer_WindowUsername > input:disabled {
    opacity: 0.7 !important;
}



.window-content {
    height: 100%;
    display: flex;
    padding: 6px;
}


.window-container {
    width: 100%;
}

.window-title {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

    .window-title .title {
        width: 350px;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
    }

.w-box {
    padding: 10px;
    margin-bottom: 10px;
}

    .w-box.gray {
        background: #e1e1e1;
        border-radius: 4px;
    }

.w-input {
    display: flex;
    align-items: center;
    height: 30px
}

    .w-input input {
        margin: 0;
    }

    .w-input label {
        margin: 0;
        padding-left: 10px
    }

.w-input-text {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

.w-input-box {
    width: 100%;
    margin-right: 5px;
}

.w-row {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .w-row.type1 {
        justify-content: space-between;
    }

    .w-row.type2 {
        justify-content: flex-start;
    }

    .w-row.type3 {
        justify-content: center;
    }

.w-form-title {
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.w-form-sub-title {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
}


.modal-submit-button {
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    color: white;
    border-radius: 5px;
    background-color: green;
    padding: 5px;
    margin-bottom: 20px;
}

.w-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 15px;
}

    .w-grid.full-col {
        grid-template-columns: 100%;
    }

    .w-grid.four-col {
        grid-template-columns: 25% 25% 25% 25%;
    }

    .w-grid .item {
        display: flex;
        align-items: center;
        min-height: 30px;
    }

        .w-grid .item input {
            margin: 0;
        }

        .w-grid .item label {
            margin: 0;
            padding-left: 10px
        }

            .w-grid .item label.k-checkbox-label {
                padding-left: 25px;
            }



#depositWithdrawal_btnLoginCustomer {
    display: none;
}

    #depositWithdrawal_btnLoginCustomer.btn-active {
        display: block !important;
    }


.window-input-box {
    display: flex;
    flex-direction: column;
    height: 140px;
    align-items: center;
}


.window-input {
    width: 250px;
}

    .window-input > h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }


.window-center{
    display:flex;
    justify-content:center;
    align-items:center;
}


#ExcelReports_MonthlyReport_Grid .k-pager-wrap .k-pager-sizes .k-dropdown {
    width: 150px
}

#ExcelReports_MonthlyReportForTax_Grid .k-pager-wrap .k-pager-sizes .k-dropdown {
    width: 150px
}

#DW_Unblock_Button {
    display: none;
}

.Deposit_Withdrawal_Button_Box {
    visibility:hidden;
}
.Deposit_Withdrawal_Online_Button_Box {
    visibility: hidden;
}

.customer-status-info {
    height: 20px;
    font-size: 12px;
    line-height: 15px;
}


#newCustomerQuickMessage {
    width: 380px;
    line-height: 20px;
    font-weight: bold;
}

.newCustomerQuickModalContent {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    height: 175px;
    width: 100%;
}

.newCustomerQuickModalButtons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction:row;
    height: 80px;
    width: 100%;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    background: lightgray;
    padding: 4px;
    border-radius: 2px;
    height: 24px;
    font-weight: bold;
    font-size: 16px;
}

    .btn.yes {
        color: #00c300 !important;
    }
    .btn.no {
        color: red !important;
    }

#BranchTransactionGrid .k-footer-template td{
    text-align:right;
}