html, body {
    min-height: 100% !important;
    height: 100%;
    background-color: #fff;
    /*background-color: #3c3c3b;*/
    color: #333333;
    /*color: #ededed;*/
    font-family: RobotoLight, arial, sans-serif;
    /*overflow: hidden;*/
}
.view {
    height: 100%;
    width: 100%;
    /*display: none;*/
}
.ph {
    height: 100%;
}
.pw {
    width: 100%;
}
.mt20 {
    margin-top: 20px;
}

.scroll {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

h4 {
    font-family: RobotoLight, arial, sans-serif;
}
.mt10 {
    margin-top: 10px;
}
.mb5 {
    margin-bottom: 5px;
}

textarea {
    font-size: 12px;
    padding: 8px;
    resize: none;
    border: 1px solid #d2d2d2;
}

input, textarea {
    color: #333333;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.def-input-pd {
    height: 40px;
    font-size: 14px;
    padding: 0 8px;
}

.pdata {
    border: 1px solid #d2d2d2;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 40px;
    text-indent: 3px;
    border: 1px solid #d2d2d2;
    padding-left: 5px;
}

table tr.sticky-row {
    position: sticky;
    top: -1px !important;
    z-index: 10;
}

table tr.sticky-row td {
    padding: 0;
}

table tr.sticky-row td div {
    background-color: #fff;
    height: 51px;
    padding: 0 5px;
    border-top: 1px solid #333333;
}

table tr td div p {
    line-height: 41px;
    margin: 0;
}

.pt20 {
    padding-top: 20px;
}

.pd-table {
    width: 100%;
}

.pd-table tr td {
    width: 50%;
}

.pd-table tr td:nth-child(1) {
    padding-right: 10px;
}

.pd-table tr td:nth-child(2) {
    padding-left: 10px;
}

.pd-table tr td p {
    margin-bottom: 5px;
}

.pd-table tr td table {
    width: 100%;
}

.rempd,
.remcrt {
    width: 36px;
    height: 36px;
    background-image: url("../images/dustbin-white.png");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
}



.rempd,
.load-project,
.save-project,
.remcrt,
#cart-onlineshop {
    float: right;
}

.rempd,
.save-project,
.remcrt,
#cart-onlineshop {
    margin-left: 5px;
}

.dblue {
    background-color: #002d59;
}

.dblue:hover {
    background-color: rgba(0,45,89,0.9);
}

.cart-btn.cbw,
.cart-export,
.load-project,
.save-project {
    width: 200px;
    color: #fff;
    text-align: center;
}

.pdbbar{
    margin-bottom: 100px;
}