﻿.boxPriceContainer {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin: auto;
    overflow: auto;
    padding: 2em;
    min-width: 700px;
}

.boxPriceRow:hover {
    background-color: #39659C;
    color: white;
    
}

.boxPriceRowHeader {
    background: #1d447e;
    color: white;
    display: table;
    margin: 1px 0px 0px 0px;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
}

.boxPriceRow {
    background: #efefef;
    display: table;
    margin: 1px 0px 0px 0px;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
}

.divListPricePrice {
    float: left;
    padding: 2px;
    width: 80px;
    overflow-x: hidden;
    text-align: right;
}

.divListPriceAct {
    float: left;
    padding: 2px;
    width: 360px;
    overflow-x: hidden;
}

.divListPriceCat {
    float: left;
    padding: 2px;
    width: 220px;
    overflow-x: hidden;
}


#divPriceList {
    width: 710px;
}


.boxChangePassContainer p {
    background-color: #ffc7ce;
    color: #9c0052;
    padding: 5px;
    border-radius: 6px;
    display: none;
}

.boxChangePassContainer {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin: auto;
    overflow: auto;
    padding: 3em;
    max-width: 590px;
}

.txtRecovery {
    padding: 2px 2px 2px;
    border: 2px solid silver;
    border-radius: 5px;
    width: 200px;
    margin: 1em 1em 1em 1em;
}

.boxChangePassField {
    padding: 5px;
    width: 550px;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.boxWOItemTitle {
    margin: 0px;
    font-size: 1.4em;
    padding-top: 10px;
}



.btn-changePass {
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 16px;
    background-color: #39659C;
    color: #fff;
    border-color: #ddd;
    padding: 10px 20px;
    float: right;
    margin-top: 4em;
}

.btn-back {
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 1em;
    background-color: #3c8dbc;
    color: #fff;
    border-color: #ddd;
    padding: 10px;
}

.boxPassItem {
    display: none;
    border: 2px solid silver;
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 6;    
    font-weight: lighter;
    color: #555;
    padding: 0px;
    overflow-y: auto;
}

.div-menu {
    left: 0;
    background-color: #f7f7f7;
    border-color: #ddd;
    color: #333;
    z-index: 10;
    width: 20em;
    min-height: 100%;
    max-height: none;
    border-width: 0;
    position: absolute;
    top: 0;
    display: block;
    box-shadow: 2px 0px 3px #888888;
    display: none;
    position: fixed;
}

.div-submenu {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    font-size:14px;
}

.lu-menu {
    font-family: sans-serif;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f9f9f9;
    border-color: #bbb;
    color: #333;
    line-height: 1.3;
}

    .lu-menu li {
        -webkit-border-top-right-radius: inherit;
        border-top-right-radius: inherit;
        -webkit-border-top-left-radius: inherit;
        border-top-left-radius: inherit;
        display: block;
        position: relative;
        overflow: visible;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #39659C;
        border-bottom: 1px solid white;
        color: #fff;
        cursor: pointer;
        padding: 1em;
        font-weight: 700;
    }

        .lu-menu li:hover {
            opacity: 0.8;
        }

.menu-button {
    cursor: pointer;
    padding: 5px;
    border: 1px solid silver;
    border-radius: 30px;
    display: inline-block;
    background-color: #39659C;
    margin: -3px 0 0 5px;
    float: left;
    position: absolute;
    display: none;
    -webkit-user-drag: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 1s;
}

.menu-buttonLogOut {
    cursor: pointer;
    padding: 5px;
    border: 1px solid silver;
    border-radius: 30px;
    display: inline-block;
    background-color: #e84a40;
    margin: -3px 0 0 50px;
    float: left;
    position: absolute;
    display: none;
    -webkit-user-drag: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 1s;
}

    .menu-button:hover {
        opacity: 0.8;
    }
    .menu-buttonLogOut:hover {
        opacity: 0.8;
    }

.menu-hide-button {
    cursor: pointer;
    padding: 5px;
    border: 1px solid silver;
    border-radius: 30px;
    display: inline-block;
    background-color: #39659C;
    margin: 3px 0 0 5px;
}


.img-menu-button {
    height: 32px;
    width: 32px;
}


@media all and (min-width: 481px) and (max-width: 700px) {
    .boxPriceContainer {
        padding:1em;
    }

    .boxPriceContainer {
        min-width: 0px;
        max-width: 300px;
    }


    .boxChangePassContainer {
        max-width: 400px;
    }

    .boxChangePassField {
        width: 380px;
    }


    .divListPricePrice {
        float: left;
        padding: 2px;
        width: 55px;
        overflow-x: hidden;
        font-size: 0.8em;
        text-align: right;
    }

    .divListPriceAct {
        float: left;
        padding: 2px;
        width: 160px;
        font-size: 0.8em;
        overflow-x: hidden;
    }

    .divListPriceCat {
        float: left;
        padding: 2px;
        width: 80px;
        font-size: 0.8em;
        overflow-x: hidden;
    }


    #divPriceList {
        width: 310px;
    }
}

@media all and (min-width: 321px) and (max-width: 480px) {
    .boxPriceContainer {
        padding:1em;
    }

    .boxPriceContainer {
        min-width: 0px;
        max-width: 300px;
    }

    .boxChangePassContainer {
        max-width: 320px;
    }

    .boxChangePassField {
        width: 300px;
    }


    .divListPricePrice {
        float: left;
        padding: 2px;
        width: 55px;
        overflow-x: hidden;
        font-size: 0.8em;
        text-align: right;
    }

    .divListPriceAct {
        float: left;
        padding: 2px;
        width: 160px;
        font-size: 0.8em;
        overflow-x: hidden;
    }

    .divListPriceCat {
        float: left;
        padding: 2px;
        width: 80px;
        font-size: 0.8em;
        overflow-x: hidden;
    }


    #divPriceList {
        width: 310px;
    }
}


@media all and (min-width: 0px) and (max-width: 320px) {
    .boxPriceContainer {
        min-width: 0px;
        max-width: 300px;
    }
    .boxPriceContainer {
        padding:1em;
    }

    .boxChangePassContainer {
        max-width: 280px;
    }

    .boxChangePassField {
        width: 260px;
    }


    .divListPricePrice {
        float: left;
        padding: 2px;
        width: 55px;
        overflow-x: hidden;
        font-size: 0.8em;
        text-align: right;
    }

    .divListPriceAct {
        float: left;
        padding: 2px;
        width: 150px;
        font-size: 0.8em;
        overflow-x: hidden;
    }

    .divListPriceCat {
        float: left;
        padding: 2px;
        width: 65px;
        font-size: 0.8em;
        overflow-x: hidden;
    }


    #divPriceList {
        width: 285px;
    }
}
