﻿@charset "UTF-8";




input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/*
#gmemo::-webkit-scrollbar {
    width: 12px;
}

#gmemo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#gmemo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    */
@media (max-width:1024px) {
    .btnpaypal {
        width: 150px;
        height: 30px;
        background-size: 100% 100%;
    }
}

/* loader-------------------------------------------------------------------------- */
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loading_modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.4) url(images/loader.gif) 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
modal element will be visible */
.loading_modal {
    display: block;
}

/*-purchase history*/
.dnhistory {
    width: 1000px;
    margin: 0 auto;
}

#btngototop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
/*
@media (max-width:639px) {
    .pagination .pa {
        display:none;
    }
    .pagination .pa:first-child,
     .pagination .pa:last-child{
        display:inline-block;
    }
}
    */