/********************************************************************/
/*                                                                  */
/*                          Edit profile                            */
/*                                                                  */
/********************************************************************/


#editUserBg {
    background: #fff;
    box-shadow: 0 38px 20px -31px rgba(0,0,0,0.2);
}

#panCustomerPagesTabButtons {
    display: table-cell;
    padding: .1em 0 0 0;
    background: #3b3b3b;
    padding: 0 0 .5em 0;
}

.customerPageTab {
    display: table-cell;
    padding: 1em;
    /*width: 81%;*/
}


/********************************************************************/
/*                                                                  */
/*                Left table - Profile navigation                   */
/*                                                                  */
/********************************************************************/

.customerPagesTabButtons {
    background: none;
    color: #FFF;
    cursor: pointer;
    margin-bottom: 1px;
    border: none;
    padding: .9em 1em .6em 1em;
    width: 150px;
    text-align: left;
}


#panCustomerPagesTabButtons div:hover {
    -moz-box-shadow: inset 0 0 10px #222;
    -webkit-box-shadow: inset 0 0 10px #222;
    box-shadow: inset 0 0 10px #222;
    -webkit-transition: all 1s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -kthtml-transition: all .5s linear;
    transition: all .5s linear;
    background: #11aa00;
}

#panEditProfileButton span:before {
    font-family: fontAwesome;
    content: "\f040 ";
    color: #FFF;
    font-size: 1.5em;
    padding: 0 0 0 1em;
}

#panFavoriteButton span:before {
    font-family: fontAwesome;
    content: "\f005";
    color: #FFF;
    font-size: 1.5em;
    padding: 0 0 0 1em;
}

#panOrderListButton span:before {
    font-family: fontAwesome;
    content: "\f1c1";
    color: #FFF;
    font-size: 1.5em;
    padding: 0 0 0 1em;
}

/********************************************************************/
/*                                                                  */
/*                     Right table - Content                        */
/*                                                                  */
/********************************************************************/
/**************************************************/
/*                   Edit user                    */
/**************************************************/

#labEditProfile {
    font-size: 2.5em;
    font-weight: 800;
    padding: .5em 0 .5em 0;
}


.editUserHeaderText {
    font-size: 1.5em;
    background: #3b3b3b;
    padding: .6em .5em .4em .5em;
    display: block;
    color: #eee;
    margin: 1em 0 1em 0;
    border-bottom: solid 4px #222;
    box-shadow: 0 8px 5px -2px rgba(0,0,0,0.2);
}

    .editUserHeaderText:before {
        font-family: FontAwesome;
        margin-right: .6em;
        font-size: 1em;
        color: #eee;
    }

.editUserInputWrapper {
    margin-bottom: .2em;
}

.editUserLabel {
    width: 10em;
    display: inline-block;
}

#txtPostalCode {
    width: 4em;
}

#txtCity {
width: 20.2em;
}

.editUserTextBox {
    color: #888;
    padding: 0px 0px 0px 5px;
    border: 1px solid #BBB;
    background: none repeat scroll 0% 0% #FBFBFB;
    outline: 0px none;
    box-shadow: 0px 1px 6px #ECF3F5 inset;
    font: 200 12px/15px Arial,Helvetica,sans-serif;
    height: 2em;
    width: 25em;
    border-radius: 2px;
}

#btnChangePassword {
    display: block;
    font-size: 1em;
    height: 1.8em;
    width: 12em;
    cursor: pointer;
    border: solid 1px #0e8e00;
    color: #FFF;
    font-weight: 800;
    font-family: Calibri;
    margin: 1em 0 0 0;
    background-color: #11aa00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11aa00), to(#0e8e00));
    background: -webkit-linear-gradient(top, #11aa00, #0e8e00);
    background: -moz-linear-gradient(top, #11aa00, #0e8e00);
    background: -ms-linear-gradient(top, #11aa00, #0e8e00);
    background: -o-linear-gradient(top, #11aa00, #0e8e00);
}

#btnSave {
font-size: 1.5em;
height: 1.8em;
width: 12em;
cursor: pointer;
border: solid 1px #0e8e00;
color: #FFF;
font-weight: 800;
font-family: Calibri;
margin: .5em 0 0 0;
background-color: #11aa00;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11aa00), to(#0e8e00));
background: -webkit-linear-gradient(top, #11aa00, #0e8e00);
background: -moz-linear-gradient(top, #11aa00, #0e8e00);
background: -ms-linear-gradient(top, #11aa00, #0e8e00);
background: -o-linear-gradient(top, #11aa00, #0e8e00);
}

#btnSave:hover {
-moz-box-shadow: 0px 0px 1px 1px #808080;
-webkit-box-shadow: 0px 0px 1px 1px #808080;
box-shadow: 0px 0px 1px 1px #808080;
}

#btnCancel {
font-size: 1.5em;
height: 1.8em;
width: 12em;
cursor: pointer;
margin: .5em 0 0 0;
border: solid 1px #2b2b2b;
color: #FFF;
font-weight: 800;
font-family: Calibri;
background-color: #3b3b3b;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b3b3b), to(#2b2b2b));
background: -webkit-linear-gradient(top, #3b3b3b, #2b2b2b);
background: -moz-linear-gradient(top, #3b3b3b, #2b2b2b);
background: -ms-linear-gradient(top, #3b3b3b, #2b2b2b);
background: -o-linear-gradient(top, #3b3b3b, #2b2b2b);
}

#btnCancel:hover {
-moz-box-shadow: 0px 0px 1px 1px #808080;
-webkit-box-shadow: 0px 0px 1px 1px #808080;
box-shadow: 0px 0px 1px 1px #808080;
}

/**************************************************/
/*                  Favoritliste                  */
/**************************************************/

#labFavorites {
    font-size: 2.5em;
    font-weight: 800;
    padding: .5em 0 .5em 0;
}

#panFavoritesGridView table {
    margin-top: 10px;
    border: medium none;
    width: 100%;
}

#panFavoritesGridView th {
    border-width: medium medium 4px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #222;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    background-color: #3B3B3B;
    color: #FFF;
    font-weight: 400;
    height: 2em;
    font-size: 1.2em;
}

#panFavoritesGridView td {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #E7E5E5;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 10px 5px 5px;
    text-align: center;
    font-size: 1.2em;
    background: none repeat scroll 0% 0% #FFF;
}

.txtFavoriteProductQuantity {
    color: #888;
padding: 0px 0px 0px 5px;
border: 1px solid #BBB;
background: none repeat scroll 0% 0% #FBFBFB;
outline: 0px none;
box-shadow: 0px 1px 6px #ECF3F5 inset;
font: 200 12px/15px Arial,Helvetica,sans-serif;
height: 2em;
width: 4em;
border-radius: 2px;
text-align: center;

}

.btnAddFavoriteProductToBasket {

width: 130px;
text-align: center;
line-height: 14px;
font-size: 12px;
padding: 0.3em 0px 0.2em;
font-family: Calibri;

border: 1px solid #0E8E00;
background: -moz-linear-gradient(center top , #1A0, #0E8E00) repeat scroll 0% 0% transparent;
cursor: pointer;
color: #FFF;
}

    .btnAddFavoriteProductToBasket:hover {
        box-shadow: 0px 0px 1px 1px #808080;
    }

/**************************************************/
/*                  Ordreoversigt                 */
/**************************************************/


#labOrderList {
    font-size: 2.5em;
    font-weight: 800;
    padding: .5em 0 .5em 0;
}

#grOrderHistory tbody tr:nth-child(odd) {
    background: #f8f8f8;
}

#panOrderHistoryGridView {
    margin: 10px 10px 10px 0px;
}

    #panOrderHistoryGridView table {
        border: none;
        width: 100%;
    }

        #panOrderHistoryGridView table th:nth-child(1n+4) {
            text-align: right;
            padding-right: 34px;
        }


    #panOrderHistoryGridView th {
        border: none;
        background-color: #ededed;
        border-top: solid 1px #CCC;
        border-bottom: solid 1px #CCC;
        font-weight: 400;
        height: 25px;
        font-size: 14px;
    }

    #panOrderHistoryGridView td {
        border: none;
        border-bottom: solid 1px #CCC;
        padding: 10px 5px 5px 5px;
        text-align: center;
        font-size: 14px;
    }

.panOrderHistoryOrderPriceExVat {
    text-align: right;
    margin-right: 20px;
}

.panOrderHistoryOrderVat {
    text-align: right;
    margin-right: 20px;
}

.panOrderHistoryOrderFreight {
    text-align: right;
    margin-right: 20px;
}

.panOrderHistoryPriceTotal {
    text-align: right;
    margin-right: 20px;
}

/********************************************************************/
/*                                                                  */
/*                           Responsive                             */
/*                                                                  */
/********************************************************************/

@media all and (max-width : 1000px) {

    #panOrderListButton span:before, #panFavoriteButton span:before, #panEditProfileButton span:before {
        padding: 0 0 0 .5em;
    }


    .editUserHeaderText {
        width: auto;
    }

    .editUserLabel {
        display: block;
    }

    .editUserTextBox {
        width: 90%;
    }


    #panCustomerPagesTabButtons {
        display: block;
    }

    #ddlDay, #ddlMonth, #ddlYear {
        width: 93%;
    }

    #txtPostalCode {
        width: 90%;
    }

    #txtCity {
        float: left;
        width: 90%;
    }

    .customerPageTab {
        display: block;
        width: auto;
    }


    .customerPagesTabButtons {
        display: inline-block;
        font-size: 1em;
        font-weight: lighter;
        width: auto;
    }


    #btnSave {
        font-size: 1em;
        width: 10em;
    }

    #btnCancel {
        font-size: 1em;
        width: 10em;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
