﻿html, body {
    height: 100%;
}

.iosselect {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#mytopnav {
    margin-bottom: 0;
    color: white;
    /* background-image: url(../_img/top_background.png); */
    background-color: #64808a;
}

#mynaviheader {
    height: 52px;
    /*background:url(../_img/bg-01.png) repeat-y;*/
    background-color: #64808a;
    /*background-image: url(../_img/sidebar-01.png), url(../_img/bg-01.png);*/
    background-repeat: no-repeat, repeat-x;
}

    #mynaviheader .dvheaderlefttop {
        display: inline-block;
        width: 200px;
        color: white;
        padding-left: 30px;
        padding-top: 11px;
        font-size: 18px;
    }

.hiddentag {
    display: none;
}

    .hiddentag input[type="text"] {
        width: 100%;
    }

.imgconsolelogo {
    width: 80px;
    height: 80px;
}

.noborder {
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
}

    .noborder > td {
        border: 0px;
        border-collapse: collapse;
        border-spacing: 0px;
        padding: 0px;
    }

.btnPHright {
    float: right;
    height: 27px;
    padding-top: 3px;
}

.btnDELright {
    float: right;
    position: relative;
    top: -4px;
}

    .btnDELright i {
        font-size: 16px;
    }

.dvdragable {
    cursor: pointer;
    background-color: #FDFFDF;
}

.colorSelector {
    position: relative;
    width: 58px;
    height: 58px;
    /* background: url(../_img/select.png); */
    cursor: pointer;
    border: 4px solid #D6D6D6;
    border-radius: 10px;
}

    .colorSelector div {
        position: absolute;
        /* top: 3px; */
        /* left: 3px; */
        width: 50px;
        height: 50px;
        /* background: url(../_img/select.png) center; */
        border-radius: 6px;
    }

.dvfilecontainerCube, .dvfilecontainer, .dvfilecontainerM {
    background-image: url(img/bg-001.jpg);
}

.gridimg img {
    max-width: 70px;
}

.txtlbl {
    border: none;
    width: 30px;
    text-align: right;
}

.dvblockinpanel {
    border-radius: 12px;
    padding: 10px;
    background-color: rgb(233, 236, 223);
}

.ul-my {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ul-inin {
    padding: 0px;
    margin: 0px;
}

    .ul-inin > li {
        display: inline-block;
    }

.dvpaymsgblock {
    border: 2px solid #B3B3B3;
    padding: 8px;
    border-radius: 10px;
    background-color: beige;
}

.dotnet-ddh label {
    padding-right: 10px;
    cursor: pointer;
}

.formreqblock-mgr {
    background-color: white;
    border-radius: 9px;
    margin: 10px 0px;
    padding: 11px;
}

.formreqblock-agent {
    background-color: #E7EFCD;
    border-radius: 9px;
    margin: 10px 0px;
    padding: 11px;
}

.formreqblock-store {
    background-color: #F7F7F7;
    border-radius: 9px;
    margin: 10px 0px;
    padding: 11px;
}

.lbl-warning {
    color: red;
}

.fa-ibtn {
    cursor: pointer;
}

    .fa-ibtn:hover {
        color: gray;
    }

.fbcolor {
    background-color: #3B5998;
    color: white;
}

.checkbox.refine, .radio.refine {
    line-height: 20px;
}

.form-control.notfill, .dvpopcart input[type='text'].notfill {
    background-color: rgb(191, 108, 108);
    color: yellow;
}

.dvpageOnCart {
    display: none;
    min-height: 0px;
    height: 0px;
}

div {
    -webkit-overflow-scrolling: touch;
}
