﻿
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

input.ng-pristine + ul#strength {
    display: none;
}

ul#strength {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

#footer {
    position: fixed;
    bottom: 5px;
}

/*Blikning*/
.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
    color: red;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.custom-height-form {
    min-height: 435px;
}


.eclabel {
    padding-top: 20px;
    font-weight: 700;
}

.cart-scroll {
    max-height: 350px;
    overflow-y: auto;
    width: 100%;
}


.throbber-content {
    display: none;
}

.OrderSummary {
    height: 480px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

.paddingleft15px {
    padding-left: 0px;
    margin-top: -25px;
}

.custom-height-grid {
    min-height: 435px;
}

.custom-heading {
    display: none;
}

.custom-height {
    min-height: 488px;
}

.headerAddButtons {
    margin-bottom: 7px;
}


.ui-tabs-scrollable > .spacer:not(.hidden-buttons) {
    margin-left: 35px;
}

.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs {
    margin-right: 30px;
    margin-left: 4px;
    /*border-bottom: 1px solid #cecece;*/
}

.myautoscroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

    .myautoscroll:hover {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .myautoscroll:focus {
        overflow-x: auto;
        overflow-y: hidden;
    }

.ui-tabs-scrollable > .spacer > div:first-child > .tab-content {
}

.ui-tabs-scrollable > .nav-button {
    top: 2px;
}

.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs li {
    float: none;
    display: table-cell;
}

.nav-tabs li {
    margin-bottom: -3px;
    text-align: center;
}

.nav li {
    position: relative;
}

.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs {
    white-space: nowrap;
}

.nav-tabs li:first-child a:hover {
    border-top-left-radius: 0;
    border-left: 1px solid transparent;
}

.tabContent {
    background-color: #fff !important;
}

.nav-tabs li {
    margin-bottom: 0px !important;
}

.myautoscroll {
    height: 68px !important;
}

.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs li > a {
    /*font-size: 11px !important;*/
    line-height: 13px !important;
    background: #fff !important;
    border-width: 1px 1px 0 1px !important;
    border-color: #CECECE !important;
    border-style: solid !important;
    border-bottom: none !important;
    padding: 24px 25px 7px !important;
    color: #484848 !important;
    margin-top: -2px !important;
    text-align: center !important;
    min-width: 50px !important;
    position: relative;
    margin: 0;
    margin-right: -1px;
    cursor: pointer;
    list-style-type: none;
    height: 66px !important;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #CECECE !important;
    top: 2px;
}


.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs li.active > a {
    background: #fff !important;
    color: #d71410 !important;
    border-top-color: #d71410 !important;
    border-top-width: 3px !important;
    border-bottom: 1px solid #fff !important;
    height: 66px !important;
    top: 4px !important;
}

.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
    border-width: 0;
}

.nav-tabs li:first-child {
    margin-left: 2px !important;
}


.removeTab {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ABA3A3;
    width: 22%;
    text-align: right;
    height: 15px;
    display: none;
}

.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs li.active > a a.removeTab {
    display: block;
}

.removeTab .fa {
    font-size: 14px !important;
}

.nav-tabs li > a {
    border: 0;
    border-radius: 0;
    color: #8E9AA2;
    min-width: 70px;
    padding: 24px 10px;
    border-right: 1px solid #d5d5d5;
}

.nav-tabs li > a {
    margin-right: 0px;
    line-height: 1.42857143;
}

.nav li, .nav li > a {
    position: relative;
    display: block;
}

.ui-tabs-scrollable > .nav-button {
    height: 66px;
    width: 40px;
    line-height: 65px;
    border-bottom: 1px solid #cecece !important;
}

.ui-tabs-scrollable > .dropdown {
    display: none !important;
}

.ui-tabs-scrollable.show-drop-down > .nav-button.right-nav-button {
    right: 0px;
    border-radius: 0;
}




.nav-tabs > li > a {
    padding: 22px 16px !important;
}

.ui-tabs-scrollable.show-drop-down > .nav-button.right-nav-button {
    right: 40px;
    border-radius: 0;
}

.buttonmarginright {
    right: 17.5% !important;
}


.back_left-md-Refresh-button {
    left: 7.5% !important;
}

.pos-button-height-width {
    width: 100px;
    height: 50px;
    padding: 13px;
}

.leftButton {
    width: 50%;
    float: left;
    position: fixed;
    bottom: 0px !important;
    left: 0px;
    border-radius: 0px !important;
    margin: 0px;
    box-shadow: 0px -3px 5px -3px rgba(0, 0, 0, 0.15);
    z-index: 101;
    text-align: center;
    color: #888 !important;
    background-color: #ffffff;
    font-weight: 500;
    /*background: #FFF none repeat scroll 0% 0%;*/
    height: 60px;
    line-height: 55px;
    display: block;
}

    .leftButton:hover {
        color: #888 !important;
        background-color: #ffffff;
    }

.rightButton {
    width: 50%;
    float: right;
    position: fixed;
    bottom: 0px !important;
    border-radius: 0px !important;
    right: 0px;
    margin: 0px !important;
    box-shadow: 0px -3px 5px -3px rgba(0, 0, 0, 0.15);
    z-index: 101;
    text-align: center;
    color: #888;
    font-weight: 500;
    /*background: #FFF none repeat scroll 0% 0%;*/
    height: 60px;
    line-height: 55px;
    display: block;
}

.pos-order-div {
    position: fixed;
    bottom: 60px !important;
    left: 0px;
    right: 0px;
    margin: 0px !important;
    box-shadow: 0px -3px 5px -3px rgba(0, 0, 0, 0.15);
    z-index: 101;
    text-align: center;
    background-color: #ffffff;
    color: #888;
    font-weight: 500;
    /*background: #FFF none repeat scroll 0% 0%;*/
    height: 55px;
    line-height: 55px;
    display: block;
}

.pos-order-Cashdiv {
    position: fixed;
    bottom: 120px !important;
    left: 0px;
    right: 0px;
    margin: 0px !important;
    box-shadow: 0px -3px 5px -3px rgba(0, 0, 0, 0.15);
    z-index: 101;
    text-align: center;
    background-color: #ffffff;
    color: #888;
    font-weight: 500;
    /*background: #FFF none repeat scroll 0% 0%;*/
    height: 55px;
    line-height: 55px;
    display: block;
}

body {
    -webkit-text-size-adjust: 100% !important;
}

.fontforRecentSearch {
    font-size: 11px;
}


.height-widht {
    width: 100%;
    border-radius: 0 !important;
    height: 55px !important;
    padding: 17px !important;
}

.Campus-pos-version {
    display: none;
}



.uk-nav > li > a {
    border-bottom: 1px solid #CEC8C8;
    height: 32px;
}



.k-window .k-window-content {
    display: block !important;
}


.uk-nav > li:last-child > a {
    border-bottom: none;
}


.animate-fade-slide-in-right .item.ng-enter {
    -webkit-animation: fadeInUpBig 1s;
    -moz-animation: fadeInUpBig 1s;
    -ms-animation: fadeInUpBig 1s;
    animation: fadeInUpBig 1s;
}

.customimage .md-list .uk-nestable-list > li, .md-list > li {
    padding: 0px !important;
}

.textalignright {
    text-align: right;
}

.textaligncenter {
    text-align: center;
}


.checkboxui {
    width: 3%;
    float: left;
    padding: 2px;
}

.unselectedcheckbox .fa {
    display: none;
}

.selectedcheckbox .fa {
    display: block !important;
    color: rgb(229, 57, 53);
}


.listStudent .modal-content {
    float: left;
    width: 100%;
}

.studentlistmodal {
    padding: 0px;
    float: left;
    width: 100%;
}

    .studentlistmodal .studentlist {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .studentlistmodal .list-group {
        float: left;
        width: 100%;
        margin-bottom: 0px;
        height: 300px;
        overflow-y: auto;
    }

    .studentlistmodal .list-group-item {
        padding: 0px;
        float: left;
        width: 100%;
        height: 42px;
    }

    .studentlistmodal .listimg {
        float: left;
        width: 100%;
        padding-left: 12px;
        padding-top: 11px;
        border-bottom: 1px solid #d5d5d5;
        height: 42px;
    }



    .studentlistmodal .listdetails {
        float: left;
        width: 86%;
        margin-top: 10px;
        margin-left: 10px;
    }


    .studentlistmodal md-checkbox {
        margin: 0px;
        padding: 0px;
        height: 50px;
    }

.listimg md-checkbox .md-container {
    margin-top: -4px;
}

.listimg .md-label {
    float: left;
    width: 90%;
    margin-left: 8%;
    margin-top: 15px;
}

.studentlistmodal .listimages {
    width: 12%;
    float: left;
    margin-left: 11px;
    margin-top: -14px;
}

    .studentlistmodal .listimages img {
        width: 75px;
        height: 70px;
    }

.studentlistmodal .listName {
    /*width: 65%;
            float: left;*/
    word-wrap: break-word !important;
    width: 94%;
    float: right;
}

.displayfalse {
    display: none;
}

.displaytrue {
    display: block;
}


.classlabelPosorder {
    text-align: center;
    top: 14px;
}

.headingtext {
    float: left;
    width: 100%;
}

.productaddonstext {
    float: left;
}

.AddOnsAddIcon {
    float: right;
}

.Copybtn {
    position: absolute;
    right: 43px;
    top: 5px;
    color: white !important;
    cursor: pointer;
}

.panel-group .panel {
    position: relative;
}

.customcollapse .panel-collapse {
    position: initial !important;
}



.discountType {
    width: 80%;
    margin: auto;
}

.discountAmount {
    width: 48%;
    float: left;
}

.btnAmount {
}

.discountPercentage {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.btnPercentage {
}

.discountModal .modal-content {
    float: left;
    width: 100%;
}

.discountTextdiv {
    width: 80%;
    margin: auto;
}

.discountPrice {
    float: left;
    margin-top: 12px;
    width: 100%;
}

.discountinput {
    float: left;
    width: 48%;
    border: 1px solid rgb(213, 213, 213);
    border-radius: 4px;
    height: 34px;
    padding: 10px;
}

.discountypeicon {
    float: left;
    margin-top: 8px;
    margin-left: 2px;
    font-size: 18px;
}

.discountoverallbtn {
    float: left;
    color: #fff !important;
    width: 100% !important;
    background-color: #238a23;
    border: #62e462;
}

.cleardiscountamount {
    float: left;
    margin-left: 15px;
}

.disablediscountitemlevelbtn {
    background-color: #cac7c7;
    padding: 10px;
}


.disablediscountoverallbtn {
    background-color: #cac7c7;
    padding: 10px;
}

.discountitemlevelbtn i {
}

.uk-table td.possalesalingment {
    vertical-align: middle;
}


.addwithdraw {
    position: relative;
    top: 35px;
}

.amountdistribution .heading_b .subheading {
    width: 100% !important;
}

.main-login {
    float: none !important;
    width: 41%;
    margin-left: auto;
    margin-right: auto;
}

.screendatacontainer {
    float: left;
    width: 100%;
    overflow-y: auto !important;
    margin-bottom: 50px;
}

.studentrechargecard {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.TopButtons {
    position: absolute;
    width: 100%;
    top: 15px;
}

.uk-margin-bottom {
    margin-bottom: 0px !important;
}

.user_heading_content {
    padding: 0;
}

.rechargeaccountui md-radio-button, .md-switch-thumb {
    border-bottom: none !important;
}

.amountdistribution md-radio-button {
    border-bottom: none !important;
}

.navbarbtn {
    display: none;
}

.filtercollapse {
    display: block;
}

.product-name a {
    word-break: break-all;
}

/* this css apply only less then ipad resolution screens*/
@media (max-width: 765px) {

    .cardpaymentbutton {
        width: 100% !important;
    }

    .confirmationcontainer {
        padding: 0px !important;
    }

    .rechargeaccountui .user_heading_avatar {
        float: left;
        width: 22% !important;
        margin-right: 12px !important;
    }

    .rechargeaccountui .user_heading_content {
        float: left;
        width: 72% !important;
    }

    .rechargeaccountui .userheadingT {
        width: 100%;
        float: left;
    }

    .topupcard {
        width: 100%;
        float: right;
        height: auto;
        margin: 15px 0px !important;
    }

    .termsconditions {
        width: 100% !important;
        max-height: 150px;
    }

        .termsconditions .user_heading_content {
            padding: 0px 10px;
            width: 100%;
        }

            .termsconditions .user_heading_content p {
                margin: 6px 0px;
            }

    .checkboxtermcondition {
        float: right;
        width: 100% !important;
        margin-bottom: 10px !important;
    }


        .checkboxtermcondition md-checkbox {
            float: right;
        }

    .confirmationcontainer {
        float: left;
        width: 100%;
        padding: 5px;
    }

    .amountdetails {
        float: left;
        width: 100%;
    }

        .amountdetails .uk-form-label {
            float: left;
            /*width: auto;*/
        }


        .amountdetails .uk-text-muted {
            float: right;
            width: auto;
        }

    .user_heading_content .headingb {
        margin-top: 0px !important;
    }

    .menuprofileimages {
        width: 50% !important;
        margin: auto !important;
    }

    .noofproduct {
        display: none;
    }

    .shoppingcart .collapse {
        overflow: inherit !important;
    }

    .shoppingcartdiv {
        position: fixed !important;
        top: 30px !important;
        z-index: 10000 !important;
        overflow: visible !important;
        right: 10px !important;
        display: block !important;
    }

        .shoppingcartdiv a {
            margin: 0px;
            border-radius: 50%;
            height: 45px;
            width: 45px;
            padding: 9px 7px;
        }

            .shoppingcartdiv a .hidden-sm {
                display: none !important;
            }

    .btn-group > .btn, .btn-group-vertical > .btn {
        font-size: 12px !important;
    }

    .mobilecart {
        display: block;
        position: absolute;
        top: 13px;
        right: 20px;
    }

    .srindex {
        display: none;
    }

    .productcartimg {
        display: none;
    }

    .cartitems {
        padding: 0px;
    }

    .actions-continue {
        padding: 4px;
    }

        .actions-continue > a {
            margin-right: 2px;
        }

            .actions-continue > a.proceedtocheckout {
                margin-top: 4px;
            }

    #content .info-bar .products-number-sort {
        margin-top: 0px !important;
    }

    .boxcontainer {
        padding: 5px 10px !important;
    }

    .productfiltercontainer .navbar-default .navbar-toggle {
        border-color: #ddd;
        margin: 4px;
    }

    .productfiltercontainer .navbarbtn {
        min-height: 45px !important;
        margin-bottom: 2px !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

    .navbarbtn {
        display: block;
    }

    .filtercollapse {
        display: none;
    }

        .filtercollapse.in {
            display: block;
        }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
        background-color: #fff;
    }

    .productfiltercontainer .box {
        margin: 0 0 10px;
    }

    .shoppingcartdiv .fa-shopping-cart {
        margin: 0 !important;
        float: left;
        margin-top: 5px !important;
    }
}



/* Common CSS for Portrait and landscape Smaller than ipad screens*/
@media (max-width: 767px) {
}


/* End */


/* Portrait */

/* CSS for Portrait View Smaller than ipad screens*/ /* max-width: 767px Means width is not more thab 767px.  */
@media (max-width: 767px) and (orientation: portrait) {

    .rechargeaccountui .md-card {
        height: 100% !important;
    }

    .rechargeaccountui md-content section {
        height: 100% !important;
    }

    .rechargeaccountui .wizard.vertical > .actions {
        position: fixed !important;
        left: 0;
    }

    .rechargeaccountui md-radio-button:first-child {
        width: 100%;
    }

    .rechargeaccountui md-radio-button, .md-switch-thumb {
        width: 100%;
    }
}
/* min-width : 300px Means width is  300 or more than 300.  */
@media (min-width:100px) and (orientation: portrait) {
    .main-login {
        position: relative;
        width: 86%;
    }

    .addwithdraw {
        float: right;
        width: 66%;
        top: 0px;
    }

    md-radio-button:first-child {
        width: 28%;
    }

    md-radio-button, .md-switch-thumb {
        float: left;
        width: 40%;
        margin: 5px;
    }
}

/* min-width : 300px Means width is  300 or more than 300.  */
@media (min-width:300px) and (orientation: portrait) {
    .displayhideformobileview {
        display: none;
    }

    md-radio-button, .md-switch-thumb {
        float: left;
        width: 16%;
        margin: 5px;
    }

    .rechargeaccount {
        float: left;
        width: 100%;
    }

    .addwithdraw {
        float: left;
        width: 100%;
    }

    .amountdistribution .md-fab-wrapper .md-fab {
        float: right;
        top: 8px;
    }

    .main-login {
        width: 85%;
        margin: 22% auto;
    }

    .user_heading_menuName {
        top: 11px;
        right: 45px;
    }

    .user_heading_menu {
        top: 6px;
        right: 10px;
    }

    .user_heading_avatar {
        float: left;
        width: 24%;
    }

    .user_heading_content {
        float: left;
        width: 67%;
    }

    .addwithdraw {
        float: right;
        width: 66%;
        top: 0px;
    }

    md-radio-button, .md-switch-thumb {
        float: left;
        width: 40%;
        margin: 5px;
    }

        md-radio-button:first-child {
            width: 28%;
        }

    .studentrechargecard {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 4px;
    }
}

@media (min-width:400px) and (orientation: portrait) {
    .main-login {
        width: 80%;
        margin: 20% auto;
    }
}

@media (min-width:467px) and (orientation: portrait) {
}

@media (min-width:567px) and (orientation: portrait) {
    .main-login {
        width: 80%;
    }
}

@media (min-width:767px) and (orientation: portrait) {

    .displayhideformobileview {
        display: table-cell;
    }

    md-radio-button, .md-switch-thumb {
        float: left;
        width: 45%;
        margin: 5px;
    }

    .rechargeaccount {
        float: left;
        width: 70%;
    }

    .addwithdraw {
        float: left;
        width: 25%;
    }

    .userheadingcontents {
        float: left;
        width: 75%;
    }

    .main-login {
        margin: 22% auto;
        width: 55%;
    }

    .user_heading_menuName {
        right: 50px;
    }

    .user_heading_menu {
        right: 16px;
    }

    .user_heading_avatar {
        float: left;
        width: 18%;
    }

    .userheadingcontents {
        float: left;
        width: 75%;
    }

    .addwithdraw {
        top: 32px;
    }

    .md-fab.md-fab-small {
        width: 50px;
        height: 50px;
    }

        .md-fab.md-fab-small > i {
            line-height: 50px;
            height: inherit;
            width: inherit;
            font-size: 28px;
            padding: 0px;
            margin: 0px;
        }


    .studentrechargecard {
        border-bottom: none;
        padding-bottom: 4px;
    }

    .checkboxtermcondition {
        float: right;
    }

        .checkboxtermcondition md-checkbox {
            margin-left: 180px !important;
        }


    .userheadingT .userheadingT {
        width: 60%;
        float: left;
    }

    .topupcard {
        width: 40%;
        float: right;
        height: 200px;
    }

    .termsconditions {
        width: 59% !important;
    }


    .productfiltercontainer .navbar-default .navbar-toggle {
        border-color: #ddd;
        margin: 4px;
    }

    .productfiltercontainer .navbarbtn {
        min-height: 45px !important;
        margin-bottom: 2px !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

    .productfiltercontainer .navbar-toggle {
        display: block;
    }

    .productfiltercontainer .navbar-header {
        float: right;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

    .navbarbtn {
        display: block;
    }

    .filtercollapse {
        display: none;
    }

        .filtercollapse.in {
            display: block;
        }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
        background-color: #fff;
    }

    .boxcontainer {
        padding: 5px 10px !important;
    }

    .noofproduct {
        display: none;
    }

    .shoppingcart .collapse {
        overflow: inherit !important;
    }

    .shoppingcartdiv {
        position: fixed !important;
        top: 30px !important;
        z-index: 10000 !important;
        overflow: visible !important;
        right: 10px !important;
        display: block !important;
    }

        .shoppingcartdiv a {
            margin: 0px;
            border-radius: 50%;
            height: 45px;
            width: 45px;
            padding: 9px 7px;
        }

            .shoppingcartdiv a .hidden-sm {
                display: none !important;
            }

    .btn-group > .btn, .btn-group-vertical > .btn {
        font-size: 12px !important;
    }

    .mobilecart {
        display: block;
        position: absolute;
        top: 13px;
        right: 20px;
    }

    #content .info-bar .products-number-sort {
        margin-top: 0px !important;
    }

    .productfiltercontainer .box {
        margin: 0 0 10px;
    }

    .shoppingcartdiv .fa-shopping-cart {
        margin: 0 !important;
        float: left;
        margin-top: 5px !important;
    }
}
/* End Portrait */
/* landscape */
/* CSS for landscape View Smaller than ipad screens*/
@media (max-width: 767px) and (orientation: landscape) {

    .rechargeaccountui .md-card {
        height: 100% !important;
    }

    .rechargeaccountui md-content section {
        height: 100% !important;
    }

    .rechargeaccountui .wizard.vertical > .actions {
        position: fixed !important;
        left: 0;
    }

    .rechargeaccountui md-radio-button:first-child {
        width: 100%;
    }

    .rechargeaccountui md-radio-button, .md-switch-thumb {
        width: 100%;
    }
}

@media (min-width:300px) and (orientation: landscape) {
    .displayhideformobileview {
        display: none;
    }

    md-radio-button, .md-switch-thumb {
        float: left;
        width: 45%;
        margin: 5px;
    }

    .rechargeaccount {
        float: left;
        width: 100%;
    }

    .addwithdraw {
        float: left;
        width: 100%;
    }

    .amountdistribution .md-fab-wrapper .md-fab {
        float: right;
        top: 8px;
    }

    .user_heading_avatar {
        float: left;
        width: 15%;
    }

    .user_heading_content {
        float: left;
        width: 70%;
    }

    .addwithdraw {
        float: right;
        width: 70%;
        top: 0px;
    }

    md-radio-button, .md-switch-thumb {
        float: left;
        width: 15%;
        margin: 5px;
    }

    .studentrechargecard {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 4px;
    }

    .addwithdraw {
        width: 79%;
    }
}

@media (min-width:400px) and (orientation: landscape) {
    .main-login {
        width: 60%;
    }
}


@media (min-width:467px) and (orientation: landscape) {
    .user_heading_menu {
        top: 5px;
        right: 12px;
    }
}


@media (min-width:567px) and (orientation: landscape) {
}


@media (min-width:600px) and (orientation: landscape) {
    md-radio-button, .md-switch-thumb {
        float: left;
        width: 15%;
        margin: 5px;
    }
}



@media (min-width:680px) and (orientation: landscape) {
    .main-login {
        width: 52%;
    }


    .user_heading_menu {
        top: 5px;
        right: 12px;
    }

    .user_heading_avatar {
        float: left;
        width: 13%;
    }

    .user_heading_content {
        float: left;
        width: 70%;
    }

    .addwithdraw {
        width: 83%;
    }

    .displayhideformobileview {
        display: none;
    }
}

@media (min-width:767px) and (orientation: landscape) {

    .displayhideformobileview {
        display: table-cell;
    }


    md-radio-button, .md-switch-thumb {
        float: left;
        width: 45%;
        margin: 5px;
    }

    .rechargeaccount {
        float: left;
        width: 70%;
    }

    .addwithdraw {
        float: left;
        width: 25%;
    }

    .userheadingcontents {
        float: left;
        width: 75%;
    }

    .rechargeaccount {
        float: left;
        width: 60% !important;
    }

    .addwithdraw {
        float: left;
        width: 20% !important;
    }

    .user_heading_menuName {
        right: 82px;
        font-size: 18px;
        top: 20px;
    }

    .user_heading_avatar {
        float: left;
        width: 15%;
    }

    .userheadingcontents {
        float: left;
        width: 78%;
    }

    .addwithdraw {
        top: 32px;
    }

    .md-fab.md-fab-small {
        width: 50px;
        height: 50px;
    }

        .md-fab.md-fab-small > i {
            line-height: 50px;
            height: inherit;
            width: inherit;
            font-size: 28px;
            padding: 0px;
            margin: 0px;
        }

    .studentrechargecard {
        border-bottom: none;
        padding-bottom: 4px;
    }

    .addwithdraw {
        width: 83%;
    }

    .checkboxtermcondition {
        float: right;
    }

        .checkboxtermcondition md-checkbox {
            margin-left: 180px !important;
        }

    .btn-group > .btn, .btn-group-vertical > .btn {
        font-size: 12px !important;
    }

    .productfiltercontainer {
        margin-top: 4px;
    }
}


/* End landscape */


/* CSS Apply to only IPad And above (Desktop) Only*/

@media (min-width:300px) {
    #google_translate_element { 
        display: none;
    }
}

@media (min-width:900px) {
    .user_heading_menuName {
        right: 80px;
        top: 18px;
    }

    .checkboxtermcondition {
        float: right;
    }

        .checkboxtermcondition md-checkbox {
            margin-left: 180px !important;
        }

    .userheadingT .userheadingT {
        width: 50%;
        float: left;
    }

    .topupcard {
        width: 50%;
        float: right;
        height: 200px;
    }

    .termsconditions {
        width: 50% !important;
    }

    .mobilecart {
        display: none;
    }

    .boxcontainer {
        margin: 0 0 10px !important;
        padding: 10px !important;
    }
}


@media (min-width:1023px) {

    #google_translate_element {
        display: block;
    }

    md-radio-button:first-child {
        width: 45%;
    }

    md-radio-button, .md-switch-thumb {
        float: left;
        width: 45%;
        margin: 5px;
    }

    .rechargeaccount {
        float: left;
        width: 55%;
    }

    .addwithdraw {
        float: left;
        width: 15%;
    }

    .main-login {
        width: 42%;
    }

    .user_heading_menuName {
        right: 82px;
        font-size: 18px;
        top: 15px;
    }

    .user_heading_menu {
        top: 7px;
        right: 38px;
    }

    .tblrechargedata {
        max-height: 210px;
        overflow-y: auto;
    }
}





@media (min-width:1250px) {
    .main-login {
        width: 32%;
    }
}

@media (min-width:1350px) {
}


@media (min-width:1400px) {
}

/* End IPad And Desktop Only */


.selectedcartimg {
    height: 40px !important;
    width: 40px !important;
    max-width: 40px !important;
}
