html {
    height: 100%;
}

body{
    height: calc(100% - 20px);
    background: #ffffff;
    margin: 0px;
    font-family: Arial;
}

#divLoginWrapper{
    margin: auto;
    width: 450px;
    height: 300px;
    margin-top: 15vh;
    text-align: center;
}

#imgLoginLogo{
    width: 80%;
    margin-left: 40px;
    margin-bottom: 25px;
}

#divLoginInputHolder{
    width: 80%;
    margin: auto;
    height: 100px;
}

.txtLogin{
    width: 100%;
    height: 50px;
    float: left;
    border: none;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
}

.txtLogin:first-of-type{
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-radius: 10px 10px 0px 0px;
}

.txtLogin:last-of-type{
    border: 1px solid #dcdcdc;
    border-radius: 0px 0px 10px 10px;
}

#btnLogin{
    width: 80%;
    height: 50px;
    margin-top: 20px;
    border: none;
    background: #ece9e0;
    color: #6b6a6a;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    outline: 0;
}

#btnLogin:active{
    background: #d5d2ca;
}

#divMenu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 20vw;
    height: 100%;
    min-width: 250px;
    max-width: 400px;
    width: 350px;
    background: #F8F6F3;
    text-align: left;
    border-right: 2px solid #E5E5E6;
    overflow-x: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
}

#imgMenuLogo{
    margin-top: 50px;
    margin-left: 50px;
    width: calc(100% - 100px);
    max-width: 246px;

    display: block;
}

#divCollapsibleMenu{
    width: calc(100% - 100px);
    margin-left: 50px;
    text-align: left;
    color: #878787;
}

#divCollapsibleMenu p{
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
}

#divMenu a{
    text-decoration: none;
    color: #878787;
}

.pLevel1{
    font-size: 20px;
    margin: 0px;
    margin-top: 20px;
}

.aLevel1{
    display: block !important;
}

.aNoIcon .fa-caret-right::before{
    display: none;
}

.pLevel1{
    cursor: pointer;
}

.pLevel2{
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
}

.pLevel3{
    font-size: 14px;
    padding-left: 40px;
    box-sizing: border-box;
}

#divCollapsibleMenu .fas{
    margin-left: 5px;
}

#divFooter{
    background: #ff3801;
    position: fixed;
    width: 100%;
    height: 20px;
    bottom: 0px;
    left: 0px;
    z-index: 30;
}

#divUserHolder{
    position: fixed;
    top: 20px;
    right: 20px;
    height: 80px;
    background: white;
    padding-left: 20px;
    box-sizing: border-box;
}

#divUserImage{
    width: 60px;
    height: 60px;
    background: #dcdcdc;
    border-radius: 40px;
    float: right;
    cursor: pointer;
}

#divUserImage:hover img:first-of-type{
    visibility: hidden;
}

#divUserImage:hover img:last-of-type{
    visibility: visible;
}

#divUserImage img:first-of-type{
    width: 50px;
    position: relative;
    left: 5px;
    top: 5px;
}

#divUserImage img:last-of-type{
    width: 26px;
    position: absolute;
    margin-left: -33px;
    margin-top: 17px;
    visibility: hidden;
}

#divUserInfoHolder{
    height: 80px;
    float: right;
    margin-right: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}

#pUserName{
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
    text-align: right;
}

#pUserRelation{
    font-size: 15px;
    margin: 0px;
    text-align: right;
    cursor: pointer;
}

#pLoginReason{
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: -10px;
}

.pageWrapper{
    width: 100%;
    height: 100%;
    padding: 20px 20px 0 370px;
    box-sizing: border-box;
    z-index: -1;
}

h1{
    color: #ff3801;
}

#divMaterialWrapper{
    width: 100%;
    float: left;
}

#divMaterialWrapper select{
    height: 32px;
    margin-right: 20px;
    width: 130px;
    float: left;
    border-radius: 3px;
}

#divMaterialWrapper input{
    height: 32px;
    margin-right: 20px;
    width: 130px;
    float: left;
}

.divMaterialWrapperDraw input{
    height: 32px;
    margin-right: 20px;
    width: 250px;
    float: left;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

#divMaterialWrapper p{
    float: left;
    width: 130px;
    margin-right: 20px;
    margin-bottom: 5px;
}

#divMaterialLabelWrapper{
    width: 100%;
    float: left;
}

#divCanvasHolder {
    position: relative;
    width: 100%;
    height: calc(100% - 210px);
    margin-top: 110px;
    border: 2px solid #E5E5E6;
    border-radius: 5px;
    overflow-y: scroll;
}

#divButtonWrapper{
    float: right;
}

#divButtonWrapper a{
    display: inline-block;
    text-decoration: none;
    width: 50px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #878787;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-left: 10px;
    box-sizing: border-box;

}

.buttonBack{
    display: inline-block;
    text-decoration: none;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #878787;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-left: 10px;
    box-sizing: border-box;
    border: none;
    font-size: 17px;
    float: right;
    cursor: pointer;
}

#divButtonWrapper a:active{
    background: #adabab;
}

.divButtonWrapperShoppingCart{
    float:none !important;
    display: flex !important;
    justify-content: flex-end !important;
    margin-bottom: 0px;
}

#canvasDrawing, #canvasEdit{
    position: relative;
    width: 100%;
    /*height: 100%;*/
}

#divEditProfileInputHolder{
    overflow: hidden;
    width: 100px;
    height: 30px;
    border: 1px solid #dcdcdc;
    float: left;
    border-radius: 5px;
}

#divEditProfileInputHolder input{
    width: 68px;
    height: 28px;
    position: absolute;
    border: none;
    margin-left: 30px;
    outline: 0;
    padding-left: 5px;
    box-sizing: border-box;
}

#divEditProfileInputHolder p{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #dcdcdc;
    border-radius: 5px 0px 0px 5px;
    color: #323232;
    margin-top: 0px;
    text-align: center;
    font-size: 13px;
    padding-top: 7px;
    box-sizing: border-box;
}

.aEditButton{
    display: block;
    text-decoration: none;
    width: 30px;
    height: 32px;
    float: left;
    background: #878787;
    text-align: center;
    color: white;
    margin-left: 5px;
    padding-top: 7px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}

.aEditButton:active{
    background: #adabab;
}

#divShoppingCartNewItemBackground{
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.4;
    display: none;
}

#divAlertBackground{
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.4;
    display: none;
}

.divAlert{
    width: 30vw;
    height: 250px;
    background: white;
    position: fixed;
    z-index: 30;
    left: calc(50% - 15vw);
    top: calc(50% - 125px);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border-bottom: 5px solid #ff3801;
    display: none;
}

#divShoppingCartNewItem{
    width: 400px;
    height: 250px;
    background: white;
    position: fixed;
    z-index: 10;
    left: calc(50% - 200px);
    top: calc(50% - 125px);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border-bottom: 5px solid #ff3801;
    display: none;
}

#divShoppingCartNewItem a{
    text-decoration: none;
    color: #878787;
}

#iCloseNewItemAlert{
    float: right;
    cursor: pointer;
}

#pAlertTitle{
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    color: #ff3801;
}

#pAlertContent{
    overflow: auto;
    height: calc(100% - 70px);
}

.iCloseAlert{
    position: absolute;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}

.aGreenButton{
    background: #ff3801 !important;
}

.aGreenButton:active{
    background: #E61F00 !important;
}

.aRedButton{
    background: #c0392b !important;
}

.aRedButton:active{
    background: #962d22 !important;
}

#divDrawingHolder{
    width: 100%;
    float: left;
    margin-top: 10px;
}

#divDrawing{
    position: relative;
    float: left;
    width: 50%;
    height: 475px;
    border: 3px solid #F8F6F3;
}

#divDrawingInfo{
    float: left;
    width: calc(50% - 6px);
}

.divTitleHeader{
    width: 100%;
    float: left;
    height: 40px;
    background: #f8f6f3;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.divTitleHeader div{
    margin-top: -3px;
}

.pTitle{
    color: #878787;
    font-size: 15px;
}

.divDetailRow{
    height: 40px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    border-bottom: 2px solid #f8f6f3;
    font-size: 13px;
}

.pDetailRowTitle{
    width: 50%;
    float: left;
}

.pDetailRowValue{
    width: 50%;
    float: right;
    text-align: right;
}

#divTableHolder{
    width: 100%;
    float: left;

    margin-top: 40px;
}

.pTableTitle{
    font-weight: bold;
    color: #878787;
}

#tableProfiles{
    border: none;
    width: 100%;
}

#tableProfiles th{
    text-align: left;
    color: #878787;
    background: #f8f6f3;
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    width: 20%;
}

.trProfileRow{
    height: 40px;
}

.trProfileRow td{
    box-sizing: border-box;
    border-bottom: 1px solid #f8f6f3;
}

.trProfileRow input{
    height: 40px;
    border: none;
    outline: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-family: Arial;
    color: black;
    font-size: 13px;
}

.aTableProfileButton{
    text-decoration: none;
    color: white;
    font-size: 15px;
    padding-top: 7px;
    cursor: pointer;
    box-sizing: border-box;
    background: #DCDCDC;
    border: none;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 2px;
    margin-left: 10px;
    transition: 0.1s all ease-in;
}

.aTableProfileButton:hover{
    background: #c0392b;
}

#trPlus{
    text-align: center;
    height: 50px;
    cursor: pointer;
    color: black;
}

#trPlus a{
    color: black;
}

#tableProfilesAdd{
    width: 100%;
}

#iDrawingCode{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #DCDCDC;
    cursor: pointer;
}

.divCartItem:hover{
    opacity: 0.9;
}

.divCartItem{
    width: 100%;
    min-height: 230px;
    height: auto;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.divCartItemImageHolder{
    position: relative;
    width: 20vw;
    border: 2px solid #E5E5E6;
}

.pCartItemTitle{
    font-weight: bold;
}

.tableDivCartItem{
    width: calc(100% - 220px);
}

.tableDivCartItem th{
    text-align: left;
    color: #878787;
    background: #F8F6F3;
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: normal;
}

.tableDivCartItem tr td{
    text-align: left;
    height: 30px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: normal;
}

.divDeleteCartItemDelete, .divDeleteCartItemEdit, .divDeleteCartItemReorder {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    font-size: 10px;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
}

.divDeleteCartItemDelete {
    color: #fff;
    background: #f00;
}

.divDeleteCartItemEdit {
    color: #fff;
    background: #929292;
}

.divDeleteCartItemReorder {
    color: #fff;
    background: #b8b8b8;
    padding: 3px;
    padding-top: 5px;
}

.divCartItemDivider{
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    float: left;
    margin-top: 30px;
}

.divPageWrapperIcon{
    width: 100%;
    text-align: center;
    margin-top: 30vh;
    color: #f1f1f1;
    font-size: 30px;
}

.divPageWrapperIcon i{
    font-size: 100px;
}

.divBasicProfileCategory{
    float: left;
    width: 220px;
    margin: 20px;
    padding: 0px;
    box-sizing: border-box;
    cursor: pointer;
}

.divBasicProfileCategory:hover .divBasicProfileCategoryImageHolder{
    opacity: 0.8;
}

.divFavored{
    float: left;
    width: 420px;
    margin: 20px;
    padding: 0px;
    box-sizing: border-box;
    cursor: pointer;
}

.divFavoredImageHolder{
    width: 420px;
    height: 240px;
    float: left;
    margin: 0px;
}

.aDeleteFavorite{
    background: #ff3801;
    border-radius: 15px;
    color: #ffffff;
    float: right;
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
}

.divFavoredTitle {
    float: left;
    padding: 0px;
    margin: 0px;
    color: black;
    margin-top: 10px;
}

.divBasicProfileCategoryImageHolder{
    width: 220px;
    height: 140px;
    float: left;
    margin: 0px;
}

.pBasicProfileCategoryTitle{
    float: left;
    padding: 0px;
    margin: 0px;
    color: black;
    text-decoration: none;
}

.pageWrapperInfo a{
    color: #ff3801;
}

#divRelationHolder{
    background: rgba(255,255,255, 0.9);
    padding: 20px;
    box-sizing: border-box;
    text-align: right;
    margin-top: 10px;
    box-shadow: 0px 0px 10px #dcdcdc;
    border-radius: 0px;
    max-height: 60vh;
    overflow-y: auto;
    display: none;
}

#divRelationHolder a{
    text-decoration: none;
    color: black;
}

#divRelationHolder p{
    margin: 0px;
    margin-top: 5px;
    cursor: pointer;
}

#divRelationHolder p:hover{
    opacity: 0.8;
}

#iDropdownRelation{
    color: #323232 !important;
}

#divAlertButtons{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -5px;
    text-align: center;
    display: none;
}

#divAlertButtons a, #divAlertButtons input[type="submit"]{
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    padding-top: 11px;
    box-sizing: border-box;
    cursor: pointer;
}

#aAlertYes{
    background: #ff3801;
    border-radius: 0px 0px 5px 0px;
    color: #800000;
}

#aAlertYes:active{
    background: #E61F00;
}

#aAlertNo{
    background: #dcdcdc;
    border-radius: 0px 0px 0px 5px;
    color: #5D5D5D;
}

#aAlertNo:active{
    background: #C3C3C3;
}

#divEditMaterial{
    position: fixed;
    width: 500px;
    height: 570px;
    left: calc(50% - 250px);
    top: calc(50% - 300px);
    background: white;
    z-index: 20;
    border-radius: 5px;
    border-bottom: 5px solid #ff3801;
    padding: 20px;
    box-sizing: border-box;
}

#divEditMaterialBackground{
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0px !important;
    left: 0px;
    z-index: 19;
    opacity: 0.4;
}

#pEditTitle{
    font-weight: bold;
    float: left;
    margin: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.divEditItem{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

.divEditItem p{
    margin: 0px;
    color: #848484;
    margin-bottom: 5px;
}

.divEditItem input{
    width: 100%;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.divEditItem select{
    width: 100%;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

#iCloseEditAlert{
    position: absolute;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: black;
}

.divEditDivider{
    width: 100%;
    height: 1px;
    float: left;
    background: #efefef;
    margin-bottom: 15px;
}

#aEditProfileButton{
    display: block;
    width: 100%;
    height: 40px;
    background: #F8F6F3;
    text-align: center;
    cursor: pointer;
    padding-top: 12px;
    box-sizing: border-box;
    color: #878787;
    border-radius: 5px;
}

#aEditProfileButton:active{
    background: #DFDDDA;
}

.aButtonEdit{
    background: #ff3801;
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
}

.aButtonEditInTitle{
    font-size: 14px;
}

#aAlertSave{
    background: #ff3801;
    border-radius: 0px 0px 5px 0px;
    color: #800000;
}

#aAlertSave:active{
    background: #E61F00;
}

#aEditCancel{
    background: #dcdcdc;
    border-radius: 0px 0px 0px 5px;
    color: #5D5D5D;
    text-decoration: none;
}

#aEditCancel:active{
    background: #C3C3C3;
}

#tableHistory{
    border: none;
    width: 100%;
}

#tableHistory th{
    text-align: left;
    color: #878787;
    background: #f8f6f3;
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
}

#tableHistory td{
    text-align: left;
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
}

#tableHistory tr{
    cursor: pointer;
}

#tableHistory tr td{
    border-bottom: 1px solid #f8f6f3;
}

#tableHistory tr:hover{
    background: #f8f6f3;
}

.tdHistoryStatus{
    color: #ff3801;
    font-weight: bold;
}

.divHistoryTotal{
    width: calc(100% - 390px);
    position: fixed;
    bottom: 10px;
    border-top: 2px solid #ff3801;
    padding-bottom: 10px;
    background: white;
}

.divHistoryDetailTotal{
    width: calc(100% - 390px);
    position: fixed;
    bottom: 10px;
    border-top: 2px solid #ff3801;
    padding-bottom: 10px;
    background: white;
    padding-top: 10px;
    box-sizing: border-box;
}

.divHistoryTotal p:first-of-type{
    float: left;
    font-weight: bold;
}

.divHistoryTotal p:last-of-type{
    float: right;
    font-weight: bold;
}

#thHistoryPrice{
    text-align: right !important;
    padding-right: 10px;
    box-sizing: border-box;
}

.tdHistoryPrice{
    text-align: right !important;
    padding-right: 10px;
    box-sizing: border-box;
}

#divHistorySearch{
    position: relative;
    margin-bottom: 10px;
}

#txtHistorySearch{
    height: 32px;
    width: 250px;
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    outline-style: none;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

#divHistorySearch i{
    position: absolute;
    margin-top: 8px;
    margin-left: 8px;
    color: #dcdcdc;
}

.divHistoryDetailTotal div{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}


.divHistoryDetailTotal div p:first-of-type{
    float: left;
    margin: 0px;
    padding: 0px;
}

.divHistoryDetailTotal div p:last-of-type{
    float: right;
    margin: 0px;
    padding: 0px;
}

.pHistoryBold{
    font-weight: bold;
    font-size: 110%;
}

.divReOrderItem {
    width: 30px;
    height: 30px;
    background: #ff3801;
    opacity: 1.0;
    border-radius: 5px;
    color: white;
    right: 10px;
    top: 10px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    font-size: 13px;
    box-sizing: border-box;
    position: absolute;
    transition: 0.3s ease all;
}

.divFavoriteItem {
    width: 30px;
    height: 30px;
    background: #e5e5e5;
    opacity: 1.0;
    border-radius: 5px;
    color: white;
    right: 10px;
    top: 45px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    font-size: 13px;
    box-sizing: border-box;
    position: absolute;
    transition: 0.3s ease all;
}

.divReOrderItem:hover {
    opacity: 1;
}

#imgContact{
    width: 340px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
    margin-left: 40px;
}

#divContactWrapper{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20vh;
}

#divContactWrapper p{
    margin: 0px;
    margin-bottom: 5px;
    color: #878787;
}

#divContactWrapper p:first-of-type{
    margin-top: 50px;
}

.pOrange{
    color: #ff3801 !important;
}

.divContactSpacer{
    height: 20px;
}

#aAlertReOrder{
    background: #ff3801;
    border-radius: 0px 0px 5px 0px;
    color: #800000;
    border: none;
    font-size: 100%;
    padding-top: 2px !important;
    outline: 0px;
}

#aAlertReOrder:active{
    background: #E61F00;
}

#aAlertNo{
    background: #dcdcdc;
    border-radius: 0px 0px 0px 5px;
    color: #5D5D5D;
    text-decoration: none;
}

#aAlertNo:active{
    background: #C3C3C3;
}

.aGreenButtonText{
    width: auto !important;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

#divOrderDetailsPersonalInfo{
    float: left;
    width: calc(50% - 3px);
    margin-right: 3px;
}

#divOrderDetailsSpecialInfo{
    float: left;
    width: 50%;
}

.pDetailRowValue input[type="radio"]{
    float: left !important;
    cursor: pointer;
    width: 10px;
}

.inputOrderDetail{
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    padding-right: 10px;
    outline-style: none;
}

.divDetailRowResize{
    height: auto;
}

.pRadioLabel {
    float: left !important;
    margin-right: 10px;
}

.divDetailRowValue{
    width: 50%;
    float: left;
    text-align: left !important;
}

#pageWrapperOrderDetails .pDetailRowTitle{
    width: auto !important;
}

#pageWrapperOrderDetails .pDetailRowValue, #pageWrapperOrderDetails .divDetailRowValue{
    width: auto;
    float: left;
    max-width: 350px;
}

.inputOrderDetailDate{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 200px;
}

#divOrderDetailAdresGegevens, #divOrderDetailLevertijd, #divOrderDetailAddressBook {
    transition: 0.3s ease opacity;
    -webkit-transition: 0.3s ease opacity;
    opacity: 0.4;
}


#pageWrapperOrderDetails .inputOrderDetailSelect{
    width: 200px;
    background: white;
}

.inputOrderDetailTime{
    width: 97.5px;
    margin-right: 5px;
    font-family: Arial;
}

#divOrderDetailsReferenties{
    width: 50%;
    float: left;
}

.inputOrderDetailOne{
    margin-bottom: 0px;
    width: 300px;
}

#divDetailRowFirst{
    min-height: 60px;
}

.textareaOrderDetail{
    width: 300px;
    height: 100px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    outline-style: none;
    resize: none;
}

#pageWrapperOrderDetails .pDetailRowTitle{
    width: 150px !important;
}

.divButtonWrapperOrderDetails{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divButtonWrapperOrderDetails input{
    display: block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    height: 30px;
    font-family: Arial;
    background: #ff3801;
    border: none;
    color: white;
    font-size: 14px;
    padding-top: 3px;
    float: right;
    cursor: pointer;
    outline: 0;
    border-radius: 5px;
}

.divButtonWrapperOrderDetails input:active{
    background: #E61F00;
}

.aLoginLink{
    color: #ff3801;
}

#divLoginWrapper .aLoginLink:first-of-type{
    float: left;
    margin-left: 10%;
    margin-top: 10px;
    text-decoration: none;
    font-size: 14px;
}

#divLoginWrapper .aLoginLink:last-of-type{
    float: right;
    margin-right: 10%;
    margin-top: 10px;
    text-decoration: none;
    font-size: 14px;
}

#pShortCutAddProfile{
    color: #dcdcdc;
    text-decoration: none;
    position: absolute;
    width: 100px;
    left: calc(50% + 125px);
}

#pVersion{
    float: right;
    box-sizing: border-box;
    /*color: #cc2d00;*/
    color: #ffffff;
    margin: 0px;
    margin-right: 20px;
    margin-top: 2px;
}

#selectRef{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    height: 30px;
    max-width: 300px !important;
}

.aAddNewProfile {
    display: block;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 32px;

    text-align: center;

    color: inherit;
}

#materialCog {
    color: #ff3801;
    text-decoration: none;

    display: inline-block;
    float: right;
}

.basicProfileAnchor {
    text-decoration: none;
}

.sidebarMenuContainer {
    display: flex;
    align-items: center;
}

.sidebarMenuContainer > * {
    flex: 1 0;
}

.sidebarMenuContainer * {
    color: #fff;
}

.sidebarMenuContainer > h1 {
    display: inline-block;
    flex-basis: auto;

    font-size: 1.2em;
    text-align: center;
}

.sidebarMenuContainer > .sidebarOptions {
    text-align: right;
    padding: 8px;
}

.sidebarMenuContainer > .sidebarOptions > * {
    padding: 4px;
}

.sidebarMenuContainer > .sidebarOptions > #materialCog {
    float: initial;
}

.table-profiles {
    display: flex;
    flex-direction: column;

    font-size: 13px;
}

.profileLineButtons {
    display: flex;
}

.profileLineButtons {
    display: flex;
}

.aChangeKlangen {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 6px;
    color: #ff3801;;
}

.table-profiles.table-profiles-desktop > div, .table-profiles.table-profiles-mobile > .table-profile > div {
    display: flex;
    width: 100%;
}

.table-profiles.table-profiles-desktop > div, .table-profiles.table-profiles-mobile > .table-profile > div:not(#tableProfilesHeader) {
    align-items: center;
}

.table-profiles.table-profiles-desktop > div > *, .table-profiles.table-profiles-mobile > .table-profile > div > * {
    flex: 1 1;
}

.table-profiles.table-profiles-mobile > .table-profile > div {
    flex-direction: column;
}

.table-profiles.table-profiles-mobile > .table-profile > div > div {
    width: 100%;
}

.table-profiles.table-profiles-mobile > .table-profile {
    display: flex;
    margin-top: 10px;
}

.table-profiles > #tableProfilesHeader, .table-profiles > .table-profile > #tableProfilesHeader {
    color: #878787;
    background-color: #f8f6f3;

    font-weight: bold;
}

.table-profiles > #tableProfilesHeader > *, .table-profiles > .table-profile > #tableProfilesHeader > *, .table-profiles.table-profiles-mobile > .table-profile > div > * {
    box-sizing: border-box;
    padding: 8px;
}

.table-profiles.table-profiles-mobile > .table-profile > div:not(#tableProfilesHeader) > div {
    border: 1px solid #f8f6f3;
    border-left: none;
}

.table-profiles input {
    border: none;
    outline: 0;

    width: 100%;
    margin: 0 8px;
}

.shopping-cart-wrapper{
    /*float: left;*/
}

.shopping-cart-item {
    display: flex;
    margin-bottom: 80px;
}

.shopping-cart > a {
    width: 100%;
    height: 71px;
}

.shopping-cart-items > .shopping-cart-item:last-child {
    margin-bottom: 40px;
}

.shopping-cart-item:last-child {
    margin-bottom: 20px;
}

.shopping-cart-item-orders-title {
    color: #777777;
    font-size: 1.3em;
    margin: 20px 0 10px 0;
}

.shopping-cart-item-specifications, .shopping-cart-item-orders {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0;
}

.shopping-cart-item[data-target="mobile"] > .shopping-cart-item-specifications {
    align-items: stretch;
}

.shopping-cart-item[data-target="desktop"] > .shopping-cart-item-specifications {
    align-items: flex-start;
    align-content: flex-start;
}

.shopping-cart-item-row {
    display: flex;
    flex: 1 0;
}

.shopping-cart-item-row:not(.shopping-cart-item-vertical) {
    flex: 1 0 100%;
}

.shopping-cart-item-vertical {
    flex-direction: column;
}

.shopping-cart-item-row > div {
    flex: 1 0;

    padding: 10px 10px;
    font-size: 14px;

    border-bottom: 1px solid #dadada;
}

.shopping-cart-item-row.shopping-cart-header:not(.shopping-cart-item-vertical) > div {
    color: #7e7e7e;
    background-color: #f7f7f7;
}

.shopping-cart-item[data-target="mobile"] > .shopping-cart-item-row > div:nth-child(even) {
    background-color: #fafafa;
}

.shopping-cart-item[data-target="mobile"] > .shopping-cart-item-row > div:nth-child(odd) {
    background-color: #fff;
}

.shopping-cart-item-row.shopping-cart-item-vertical > div:last-child {
    border-bottom: none;
}

.shopping-cart-item-actions {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.shopping-cart-item-image {
    width: 12vw;
    height: 12vw;
    margin-right: 16px;
    border: 2px solid #E5E5E6;
    vertical-align: middle;
    position: relative;
}

.shopping-cart-item-orders:last-child {
    margin-bottom: 20px;
}

.shopping-cart-item[data-target="desktop"] > .shopping-cart-item-specifications > .shopping-cart-item-row.shopping-cart-header {
    color: #7e7e7e;
    background-color: #f3f3f3;
}

#relationSelection {
    border: 1px solid #ff3801;
    border-radius: 3px;

    color: #fff;
    background-color: #ff3801;

    padding: 6px;
    width: 60%;
    margin: 10px 20%;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 28 28' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}

input[type="date"], input[type="time"], select {
    background-color: #fff;
}

input[type="button"], input[type="submit"], button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.history-table {
    display: flex;
    flex-wrap: wrap;

    margin: 30px 0;
}

.history-row > div:first-child {
    color: #7e7e7e;
    background-color: #f3f3f3;
}

.history-row {
    display: flex;

    flex: 1 0 100%;
}

.history-row > div {
    flex: 1 0 50%;

    padding: 8px;
    font-size: 12px;

    border-bottom: 1px solid #dadada;
    box-sizing: border-box;
}

.history-row:nth-child(even) {
    background-color: #fafafa;
}

.history-row:nth-child(odd) {
    background-color: #fff;
}

.history-row > div:not(:first-child) {
    text-align: right;
    flex: 1 0;
}

.shopping-cart-item-orders[data-target="mobile"] > .shopping-cart-item-row {
    flex-direction: column;
    flex: 1 0 50%;
}

.shopping-cart-item-orders[data-target="mobile"] > .shopping-cart-item-row:not(.shopping-cart-header) > div {
    text-align: right;
}

.responsive-container {
    overflow-x: auto;
}

.bottom-toolbar-container {
    width: 100%;
}

.bottom-toolbar-container > .mobileMaterialInput {
    display: flex;
    width: 100%;
}

.bottom-toolbar-container > .mobileMaterialInput > .materialDialogInput > * {
    flex-basis: 33%;
    margin-right: 0;
}

.bottom-toolbar-container > .mobileMaterialInput > .materialDialogInput > #pCurrentTypeLabel {
    flex-basis: 10%;
}

.bottom-toolbar-container > .mobileMaterialInput > .materialDialogInput > .aEditButton {
    flex: 1 0 20%;
}

#divEditProfileInputHolder > input {
    position: initial;
}

.aEditButton.finishButton {
    background-color: #ff3801;
    display: none;
}

.lead {
    font-size: 1.1em;
}

.small {
    font-size: 0.85em;
}

.txtSearchColumn{
    width: calc(100% - 10px);
    height: 30px;
    color: #323232;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    outline-color: #ff3801;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.txtSearchColumn::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dcdcdc;
    opacity: 1; /* Firefox */
}

.txtSearchColumn:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dcdcdc;
}

.txtSearchColumn::-ms-input-placeholder { /* Microsoft Edge */
    color: #dcdcdc;
}

.txtSearchColumn[type="date"]::-webkit-datetime-edit-text,
.txtSearchColumn[type="date"]::-webkit-datetime-edit-month-field,
.txtSearchColumn[type="date"]::-webkit-datetime-edit-day-field,
.txtSearchColumn[type="date"]::-webkit-datetime-edit-year-field {
    color: #323232;
    font-family: Arial;
}

.imgZoomShoppingCart{
    width: 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    padding: 8px 5px 5px 8px;
    background: #f1f1f1;
    border-radius: 10px 0px 0px 0px;
}

.imgZoomShoppingCart:hover{
    background: #dcdcdc;
}

#divShoppingCartZoomWrapper{
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    background: white;
    position: fixed;
    z-index: 10;
    left: 50px;
    top: 50px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border-bottom: 5px solid #ff3801;
    display: none;
    text-align: center;
}

#divShoppingCartZoomWrapper img{
    max-height: 100%;
    max-width: 100%;
    min-height: 50%;
}

#iCloseZoom{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#divProfileViewIndicator{
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    position: absolute;
    color: #323232;
}

#divProfileWidthIndicator{
    position: absolute;
    right: 50px;
    margin-top: 20px;
    background: #f1f1f1;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999;
}

#divProfileWidthIndicator i {
    font-size: 12px;
    padding-right: 10px;
}

#divProfileExtraOptions {
    position: absolute;
    right: 50px;
    bottom: 0;
    margin-bottom: 20px;
    background: #f1f1f1;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 20;
    align-content: center;
}

.divProfileExtraOptionsText {
    text-align: center;
    margin: 5px;
    font-size: 12px;
}

.buttonProfileOption {
    box-sizing: border-box;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: white;
    border: none;
    cursor: pointer;
    margin: 5px;
}

.buttonProfileOption > img {
    width: 18px;
    height: 20px;
}

.buttonProfileOptionSelected, .buttonProfileOption:hover{
    background: #ff3801;
}

.buttonProfileOptionSelected {
    outline: 2px solid #ff3801;
}


#buttonProfileOptionEraser:hover img {
    content: url('/images/eraser-solid-white.svg');
}

#buttonProfileOptionAddDimensionLine:hover img {
    content: url('/images/arrows-to-dotted-line-solid-white.svg');
}

#buttonProfileOptionAddText:hover img{
    content: url('/images/text-solid-white.svg');
}


.canvas-wrapper {
    position: relative;
}

#popupTextArea {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    resize: none;
    outline: none;
    padding: 0 10px 0;
}

/* Chrome, Safari, Edge, Opera */
#popupTextArea::-webkit-outer-spin-button,
#popupTextArea::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#popupTextArea {
    -moz-appearance: textfield;
    border: 1px solid #dcdcdc;
    height: 40px;
}

.canvasTextArea {
    position: absolute;
    border: none;
    background: transparent;
    overflow: hidden;
    outline: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 20px;
    vertical-align: middle;
    resize: none;
    max-height: 160px;
}

.canvasDimensionDot, #canvasDimensionDotPreview {
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.canvasDimensionDot {
    background-color: #ff3801;
}

#canvasDimensionDotPreview{
    display: none;
    background-color: #ffbdaa;
}

#pWidthIndicatorError{
    position: absolute;
    right: 50px;
    margin-top: 60px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background: #f1f1f1;
    display: none;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
}

#divProfileWidthIndicator:hover + #pWidthIndicatorError{
    display: block;
}

.divVerticalSeperator{
    width: 1px;
    height: 70px;
    margin-right: 20px;
    background: #dcdcdc;
    float: left;
    margin-top: -28px;
}

.pFelskantSize, .pFelskantSizeBegin, .pFelskantSizeEnd{
    display: none;
    width: 130px !important;
}

.pVerloopSize{
    display: none;
    width: 90px !important;
}

#deliveryUrgent {
    accent-color: #ff3801;
    width: 15px;
    height: 15px;
}

#divSpecialOrderNumber{
    display: none;
}

#klangenStart, #klangenEnd {
    -moz-appearance: textfield;
}

#klangenStart::-webkit-outer-spin-button,
#klangenStart::-webkit-inner-spin-button,
#klangenEnd::-webkit-outer-spin-button,
#klangenEnd::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.order-line-group {
    border: 1px solid red;
    padding: 0 10px;
    margin-top: 10px;
}
