.editClass {
    color: #5330A0;
    padding-right: 10px;
    cursor: pointer;
}

.deleteClass {
    color: #f00;
    cursor: pointer;
}

.addNewOne {
    padding: 5px;
}

.customBadge {
    padding: 6px;
    background-color: #f92c6e;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

@media only screen and (max-width: 600px)
/*.row .col.s3 {
    width: 100%;
}*/
.row .col {
    padding: 0 1rem;
}

nav ul.heightAlter a:hover, nav ul a:focus .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
    padding: 0 .75rem;
}

.pr-0 {
    padding-right: 0 !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.circle {
    border-radius: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

user agent stylesheet div {
    display: block;
}

html {
    font-family: 'Muli', sans-serif !important;
}

@media only screen and (min-width: 0) html {
    font-size: 14px;
}

html {
    font-family: 'Muli', sans-serif !important;
    font-weight: normal;
    line-height: 1.5;
    color: #6b6f82;
}

@media only screen and (min-width: 0) html {
    font-size: 14px;
}

html {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

    *, *:before, *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

}

.paddingCustom {
    padding-right: 10px;
}


#main .section-data-tables .dataTables_wrapper table.dataTable th, #main .section-data-tables .dataTables_wrapper table.dataTable td {
    padding: 7px 7px !important;
}

td, th {
    padding: 8px 5px !important;
}

/*#main .section-data-tables .dataTables_wrapper table.dataTable thead th {
    color: #ffffff !important;
    background-color: #6c26a2 !important;
    border-radius: 0px !important;
}*/


.bootstrap-notify-container {
    max-width: 320px;
    text-align: center;
    padding: 10px;
}
/* Alerts ====================================== */
.p-r-35 {
    padding-right: 35px;
}

.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff !important;
}

    .alert .alert-link {
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }

.alert-success {
    background-color: #2b982b;
}

.alert-info {
    background-color: #00b0e4;
}

.alert-warning {
    background-color: #ff9600 !important;
}

.alert-danger {
    background-color: #fb483a !important;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: 10px !important;
    right: -21px;
    color: inherit;
    background-color: transparent !important;
}

.alert-dismissible .close {
    color: #fff;
    opacity: 1;
    border: none;
    text-shadow: none;
}

#main .section-data-tables .dataTables_wrapper table.dataTable th, #main .section-data-tables .dataTables_wrapper table.dataTable td {
    padding: 7px 7px !important;
}

td, th {
    padding: 8px 5px !important;
}

/*#main .section-data-tables .dataTables_wrapper table.dataTable thead th {
    color: #ffffff !important;
    background-color: #6c26a2 !important;
    border-radius: 0px !important;
}*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}


.DataBlk {
    padding: 10px 10px;
    width: 120px;
    background-color: #19afd7;
    color: #fff;
    text-align: center;
    height: 35px;
    /*border-radius: 0px 10px 10px 0px;*/
    /*border-radius:10px;*/
    float: left;
    line-height: 18px;
    font-size: 18px;
    cursor: pointer;
}

.DataBlk2 {
    padding: 10px 10px;
    width: 120px;
    background-color: #19afd7;
    color: #fff;
    text-align: center;
    height: 35px;
    /*border-radius: 0px 10px 10px 0px;*/
    /*border-radius:10px;*/
    float: left;
    line-height: 18px;
    font-size: 18px;
    cursor: pointer;
}

.activeData {
    box-shadow: -1px 0px 4px #565755;
}

.Blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    color: green;
}

.ActiveDataBlk {
    padding: 10px 10px;
    width: 120px;
    background-color: #589508;
    color: #fff;
    text-align: center;
    height: 35px;
    /*border-radius: 10px 0px 0px 10px;*/
    /*border-radius:10px;*/
    float: left;
    line-height: 18px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: -1px 0px 4px #565755;
}

.CustomerName {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.floatBlk {
    float: left;
    margin-right: 16px;
}

.winCls {
    background-color: #72b802;
    color: #fff;
    border-radius: 10px;
    padding: 0px 10px;
    FONT-SIZE: 12PX;
    width: 70px;
    padding: 3px;
    margin-bottom: 3px;
}

.gameCls {
    background-color: #03837c;
    color: #fff;
    border-radius: 10px;
    padding: 0px 10px;
    FONT-SIZE: 12PX;
    width: 70px;
    padding: 3px;
    margin-bottom: 3px;
}

.balCls {
    background-color: #f00;
    color: #fff;
    border-radius: 10px;
    padding: 0px 10px;
    FONT-SIZE: 12PX;
    width: 70px;
    padding: 3px;
    margin-bottom: 3px;
}

.floatBlk small {
    FONT-SIZE: 12PX;
    color: #000;
    TEXT-TRANSFORM: LOWERCASE;
    FONT-WEIGHT: BOLD;
}

.floatBlk3 {
    float: left;
    margin-right: 0px;
    margin-bottom: 5px;
    width: 102px;
    height: 80px;
    margin-top: 10px;
}

.actionBlk {
    padding: 10px;
    display: block;
    margin-top: 20px;
}

.addMoney {
    background-color: #72b802;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* width: 100%; */
    padding: 11px;
    font-size: 12px;
}

.borderCls {
    border-top: solid 1px #bab7b7;
    /* padding-top: 10px; */
    font-weight: bold;
    background-color: #e2ffd0;
    padding: 10px;
    border-bottom: solid 1px #bab7b7;
    color: #000;
}

#OldBalancePopup {
    width: 30%;
}

.floatBlk small {
    FONT-SIZE: 12PX;
    color: #000;
    TEXT-TRANSFORM: LOWERCASE;
    FONT-WEIGHT: BOLD;
}

.floatBlk1 {
    float: left;
    margin-right: 16px;
    width: 110px;
    padding: 5px;
    border: solid 1px #eee;
    border-radius: 10px;
    cursor: pointer;
}

    .floatBlk1:hover {
        border-color: #FF9100;
    }

.floatBlk1Active {
    border: solid 2px #FF9100;
}


.floatBlk12 {
    float: left;
    margin-right: 16px;
    width: 90px;
    padding: 5px;
    border: solid 1px #eee;
    border-radius: 10px;
    cursor: pointer;
}

    .floatBlk12:hover {
        border-color: #FF9100;
    }

.floatBlk12Active {
    border: solid 2px #FF9100;
}


.headPay {
    font-weight: bold;
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 0px;
}

floatBlk3 {
    float: left;
    margin-right: 14px;
    margin-bottom: 5px;
    width: 110px;
    height: 80px;
    margin-top: 10px;
}.

.actionBlk {
    padding: 10px;
    display: block;
    margin-top: 20px;
}

.addMoney {
    background-color: #72b802;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* width: 100%; */
    padding: 11px;
    font-size: 12px;
}

.lableHead {
    color: #000 !important;
    font-weight: bold;
}

#OldBalancePopup {
    width: 30%;
}

#PayNowPopup {
    width: 30%;
}

#modalDlgProfile {
    width: 40%;
}

.borderCls {
    border-top: solid 1px #bab7b7;
    /* padding-top: 10px; */
    font-weight: bold;
    background-color: #e2ffd0;
    padding: 10px;
    border-bottom: solid 1px #bab7b7;
    color: #000;
}

/*@media only screen and (min-device-width : 768px) and (max-device-width : 1500px) {
    .row .col.s6 {
        width: 50% !important;
    }

    .row .col.s5 {
      width: 41.66667%;
    }

    .row .col.s4 {
        width: 25%;
    }

    .row .col.s12 {
        width: 100% !important;
    }

    .row .col.s3 {
        width: 33.33%;
    }

    .row .col.s7 {
        width: 58.33333%;
    }
   
     .row .col.s9 {
        width: 75%;
    }
     .row .col.s8 {
        width: 66.66667%;
    }
    .chooseOptionCls {
        margin-bottom:50px;
    }

   
    .ActiveDataBlk {
        width:auto !important;
        font-size:16px !important;
    }
    .DataBlk {
         width:auto !important;
        font-size:16px !important;
    }
}*/
@media only screen and (min-width: 601px) {
    .ActiveDataBlk {
        width: auto;
        font-size: 12px;
        text-transform: uppercase;
    }

    .chooseOptionCls {
        margin-top: 7px;
    }

    .DataBlk {
        width: auto;
        font-size: 12px;
        text-transform: uppercase;
    }

    .btn, .btn-large, .btn-small, .btn-flat {
        padding: 0 1rem;
    }

   

   
}

@media only screen and (min-width: 1201px) {
    .ActiveDataBlk {
        width: 120px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .chooseOptionCls {
        margin-top: 0px;
    }

    .DataBlk {
        width: 120px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .prefix ~ .select-wrapper {
        width: calc(100% - 3rem);
        margin-left: 3rem;
    }
     .select-wrapper input.select-dropdown {
        font-size: 1rem;
    }
}
