﻿.new-btn {
    color: White;
    background-color: #3f658f;
    background-position: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: none;
    padding: 0px;
    margin: 5px;
    height: 25px;
    width: 25px;
    text-align: center;
    max-height: 25px;
    max-width: 25px;
    background-image: url('../Image/appbar.add.png');
    background-size: 100%;
}

.delete-btn {
    color: White;
    background-color: #3f658f;
    background-position: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: none;
    padding: 0px;
    margin: 5px;
    height: 25px;
    width: 25px;
    text-align: center;
    max-height: 25px;
    max-width: 25px;
    background-image: url('../Image/appbar.delete.png');
    background-size: 100%;
}

.hidden {
    display: none;
    visibility: hidden;
}

.item {
    fill: white;
    stroke-width: 1px;
    stroke: rgb(0, 0, 0);
}

.part {
    stop-color: rgba(68, 110, 155, 0.53);
    fill: url(#gradient);
}

.partstructure {
    stroke-width: 1px;
    stroke: rgb(0, 0, 0);
}

.canvasarea {
    max-width: 100%;
    min-width: 800px;
}


tbody::-webkit-scrollbar {
    display: none;
}

.editlabel {
    margin-right: 10px;
    min-width: 200px;
    color: black;
}
.editlabel:hover {
    color: black;
    cursor:pointer;
}

.edit-control-container {
    min-width: 120px;
    margin-left: 10px;
}

.cutlistdetailsrow {
    width: 900px;
    display: inline-block;
}

.cutlistdetailscell {
    width: 900px;
}

.activerow {
    background-color: rgb(199, 221, 237);
    margin: 2px;
}

.selectedrow {
    background-color: rgb(199, 221, 237);
    margin: 2px;
    padding: 2px;
}

.edit-control-row {
    vertical-align: top;
    min-height: 15px;
    height: 15px;
}

.edit-control-cell {
    vertical-align: bottom;
    min-height: 15px;
    height: 15px;
}

.tbl-row {
    height: 30px;
    border-bottom: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
}



.hidden {
    display: none;
    visibility: hidden;
}

.checkBox {
    width: 60px;
}

.ctrl {
    height: 23px;
    border: none;
}

.coll {
    height: 24px;
    padding: 1px;
    margin: 3px;
}

.dec {
    text-align: right;
}

.w0 {
    width: 0px;
}

.w10 {
    width: 10px;
}

.w55 {
    width: 55px;
}

.w60 {
    width: 60px;
}

.w65 {
    width: 65px;
}

.w70 {
    width: 70px;
}

.w75 {
    width: 75px;
}

.w80 {
    width: 80px;
}

.w85 {
    width: 85px;
}

.w90 {
    width: 90px;
}

.w95 {
    width: 95px;
}

.w100 {
    width: 100px;
}

.w105 {
    width: 105px;
}

.w110 {
    width: 110px;
}

.w115 {
    width: 115px;
}

.w120 {
    width: 120px;
}

.w145 {
    width: 145px;
}

.w150 {
    width: 150px;
}

.w155 {
    width: 155px;
}

.w160 {
    width: 160px;
}

.w165 {
    width: 165px;
}

.w170 {
    width: 170px;
}

.w175 {
    width: 175px;
}

.w180 {
    width: 180px;
}

.w250 {
    width: 250px;
}
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.fullsize {
    width: 100%;
}
