﻿#content {
  margin-top: 0px;
}
.aztitle {
  position: absolute;
  left: 7px;
  top: 5px;
  height: 45px;
  width: 369px;
  /*background-image: url('../Images/CAD/azctitle.png');*/
  background-size: 58%;
  background-position-y: 3px;
  background-repeat: no-repeat;
  background-color: #f3f3f4;
}
.azbutton {
  float: right;
  position: relative;
  height: 60px;
  width: 60px;
  top: 0px;
}
.azbutton:hover {
  background-color: #e0e0e0;
}
.azbutton:hover .azbtnimg {
  opacity: 1.0;
}
.azbtnlabel {
  line-height: 10px;
  /*line-height:17px;*/
  text-align: center;
  width: 60px;
  float: left;
  font-size: 12px;
}
.shape-context {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
}
.colors {
  position: absolute;
  padding: 2px 0px 2px 0px;
}
.colorele {
  float: left;
  width: 20px;
  height: 20px;
  background-color: red;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.colorele:focus {
  border: 0.5px solid black;
}
.vpdial {
  position: absolute;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  /*top:-803px;*/
  top: 0;
  left: 0px;
  width: 60px;
  height: 60px;
  background-color: #808080;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 0.8;
}
.zoombuttons {
  position: absolute;
  float: left;
  margin-left: 37px;
  /*margin-top:90px;*/
  /*top:-803px;*/
  top: 90px;
  left: 1px;
  width: 24px;
  height: 48px;
  background-color: #808080;
  border-radius: 12px;
  -moz-border-radius: 12px;
  opacity: 0.8;
}
.transback {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  opacity: 0.5;
  /*border-radius:5px;
    -moz-border-radius: 5px;*/
}
.uparrow {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 100%;
  height: 14px;
  background-image: url(../Images/CAD/uparr.png);
  background-position: 6px 0px;
  background-repeat: no-repeat;
  background-size: 50%;
  opacity: 0.5;
}
.dnarrow {
  position: absolute;
  top: 781px;
  left: 20px;
  width: 100%;
  height: 14px;
  background-image: url(../Images/CAD/dnarr.png);
  background-position: 6px 0px;
  background-repeat: no-repeat;
  background-size: 50%;
  opacity: 0.5;
}
.zoomin {
  position: relative;
  left: 5px;
  top: 7px;
  width: 14px;
  height: 14px;
  background-image: url(../Images/CAD/plus14.png);
}
.zoomout {
  position: relative;
  left: 5px;
  top: 14px;
  width: 14px;
  height: 14px;
  background-image: url(../Images/CAD/minus14.png);
}
.homeview {
  position: relative;
  left: 21px;
  top: 21px;
  width: 19px;
  height: 16px;
  background-image: url(../Images/CAD/home16.png);
}
.rotvccw {
  position: relative;
  left: 43px;
  top: 8px;
  width: 14px;
  height: 14px;
  background-image: url(../Images/CAD/whitearrows.png);
  background-size: 60px 14px;
  background-position: -11px 0px;
}
.rotvcw {
  position: relative;
  left: 3px;
  top: -6px;
  width: 14px;
  height: 14px;
  background-image: url(../Images/CAD/whitearrows.png);
  background-size: 60px 14px;
  background-position: 3px 0px;
}
.rotvup {
  position: relative;
  left: 23px;
  top: -40px;
  width: 14px;
  height: 14px;
  background-image: url(../Images/CAD/whitearrows.png);
  background-size: 60px 14px;
  background-position: -28px 0px;
}
.rotvdn {
  position: relative;
  left: 23px;
  top: -15px;
  width: 14px;
  height: 14px;
  background-image: url(../Images/CAD/whitearrows.png);
  background-position: -44px 0px;
}
.highlitover {
  opacity: 0.7;
}
.highlitover:hover {
  opacity: 1.7;
}
.shapebtnimg {
  position: relative;
  left: 15px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-image: url('../Images/CAD/azshapebtnimg.png');
}
.shapemodelimg {
  position: relative;
  margin-top: 10px;
  margin-left: 15px;
  width: 50px;
  height: 50px;
  background-image: url('../Images/CAD/azshapemodelimg.png');
}
.shapebtn {
  position: relative;
  width: 100%;
  height: 80px;
}
.shapebtn:hover {
  background-color: #e0e0e0;
}
.shapebtn:hover .shapebtnimg {
  opacity: 1.0;
}
.shapebtnlabel {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #444;
  width: 100%;
  height: 14px;
  font-size: 12px;
}
div.tooltip {
  outline: none;
}
div.tooltip:hover {
  text-decoration: none;
}
div.tooltip span {
  z-index: 10;
  display: none;
  padding: 8px 8px;
  margin-top: -30px;
  margin-left: 28px;
  width: 100px;
  line-height: 16px;
}
div.tooltip:hover span {
  display: inline;
  position: absolute;
  left: -5px;
  top: 55px;
  color: #666;
  border: 1px solid #ccc;
  background: #f0f0f0;
  font-size: 12px;
}
div.tooltip span {
  border-radius: 4px;
  box-shadow: 3px 3px 5px #ddd;
}
.confirm {
  display: block;
  position: absolute;
  width: 368px;
  height: 210px;
  background-color: #fff;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-left: -184px;
  margin-top: -105px;
}
.confirm-context {
  width: 300px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.confirm-pick {
  margin: auto;
  margin-top: 22px;
  width: 280px;
  height: 40px;
}
.confirm-define {
  width: 140px;
  height: 40px;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #2a7ddb;
}
.confirm-cancel {
  width: 140px;
  height: 40px;
  line-height: 40px;
  float: left;
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
}
#model-container {
  background-color: #dddddd;
  width: 80px;
  height: 100%;
  float: left;
}
#model-container div {
  margin-top: 10px;
  margin-bottom: 10px;
}
input[type=range] {
  -webkit-appearance: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 6px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  /*animate: 0.2s;*/
  box-shadow: 0 0 0 #222, 0 0 0 #222222;
  background: #dddddd;
  border-radius: 0;
  border: 0 solid black;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 #5e8ca4, 0 0 0 #5e8ca4;
  border: 0 solid #5e8ca4;
  height: 10px;
  width: 7px;
  border-radius: 0;
  background: #5e8ca4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #dddddd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  /*animate: 0.2s;*/
  box-shadow: 0 0 0 #222, 0 0 0 #222222;
  background: #dddddd;
  border-radius: 0;
  border: 0 solid black;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 #5e8ca4, 0 0 0 #5e8ca4;
  border: 0 solid #5e8ca4;
  height: 10px;
  width: 7px;
  border-radius: 0;
  background: #5e8ca4;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  /*animate: 0.2s;*/
  background: transparent;
  border-color: transparent;
  /*border-width: 16*@rem 16*@rem;*/
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #dddddd;
  border: 0 solid black;
  border-radius: 0;
  box-shadow: 0 0 0 #222, 0 0 0 #222222;
}
input[type=range]::-ms-fill-upper {
  background: #dddddd;
  border: 0 solid black;
  border-radius: 0;
  box-shadow: 0 0 0 #222, 0 0 0 #222222;
}
input[type=range]::-ms-thumb {
  box-shadow: 0 0 0 #5e8ca4, 0 0 0 #5e8ca4;
  border: 0 solid #5e8ca4;
  height: 10px;
  width: 7px;
  border-radius: 0;
  background: #5e8ca4;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #dddddd;
}
input[type=range]:focus::-ms-fill-upper {
  background: #dddddd;
}
.unselectable {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.fill {
  width: 100%;
  height: 100%;
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.azbuttonsnap {
  background-color: #e0e0e0;
}
.azbanner {
  position: relative;
  top: 0px;
  height: 60px;
  width: 100%;
  background-color: #f3f3f4;
}
.azbtnimg {
  width: 46px;
  height: 40px;
  margin-top: 3px;
  margin-left: 3px;
  background-image: url('../Images/CAD/azbutton.png');
  background-size: 650px 40px;
  opacity: 0.66;
}
.createpane {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  float: right;
}
#modeling {
  width: 100%;
  height: inherit;
  background-color: #f8f8f8;
}
#wrapper {
  width: 100%;
  height: 100%;
}
.loading {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 100;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url('../Images/CAD/azloading.png');
  background-size: 40px 40px;
  animation: run 2s linear infinite;
}
.left {
  float: left;
}
.border {
  border: 2px solid #6490a7;
}
.timeout {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -70px;
  z-index: 100;
  width: 260px;
  height: 140px;
  background-color: #fff;
}
.timeout div {
  margin-top: 21px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.refresh {
  background-image: url('../Images/CAD/azrefresh.png');
  background-size: 100px 28px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
@keyframes run {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
canvas {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.no-margin {
  margin: 0;
}
.canvas-container {
  position: relative;
}
.canvas-container div {
  margin-top: 0px;
}
.scroller {
  /*width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: -1px 20px;*/
  /*&::-webkit-scrollbar {
        display: none;
    }*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -17px;
  /* Increase/Decrease this value for cross-browser compatibility */
  overflow-y: auto;
}
#basis-shape {
  width: 80px;
  height: 100%;
  background-color: #dddddd;
  overflow: hidden;
}
#basis-shape div {
  margin-bottom: 10px;
}
.flex-container {
  display: flex;
  justify-content: center;
  /* horizontal centering */
  align-items: center;
  /* vertical centering */
  border: 2px dashed #000;
}
#shape-btn-container {
  background-color: #ededed;
  width: 80px;
  height: 100%;
  float: right;
  overflow: hidden;
}
#shape-btn-container .shapebtn {
  background-color: #ededed;
}
.shape .input-container {
  display: block;
  width: 98px;
  height: 24px;
  float: left;
  margin-left: 2px;
  font-size: 12px;
}
.shape .input-container input,
.shape .input-container select {
  width: 100%;
  height: 100%;
}
.border-bottom {
  border-bottom: 1px solid #6490a7;
  margin: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.op-container {
  width: 100%;
  height: 40px;
  float: left;
  position: relative;
}
.op-container .div {
  background-color: #e9e9e9;
  color: #434343;
  display: block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.op-container .define {
  position: absolute;
  right: 80px;
  bottom: 10px;
}
.op-container .cancal {
  position: absolute;
  right: 25px;
  bottom: 10px;
}
.colorpane {
  position: absolute;
  right: 120px;
  width: 320px;
  height: 80px;
  top: 0;
  display: none;
}
.shape {
  position: absolute;
  background-color: #ffffff;
  width: 186px;
  right: 80px;
  font-size: 12px;
}
.shape.show {
  display: block;
}
.shape .margin {
  margin-top: 5px;
}
.shape .title {
  float: left;
  margin-left: 9px;
  width: 66px;
  height: 24px;
  line-height: 24px;
  text-align: right;
}
.shape .cw1 {
  width: 185px;
}
.shape .ch1 {
  height: 225px;
}
#shape-container {
  display: block;
  height: 100%;
  font-size: 12px;
  position: relative;
  float: right;
}
#select-size {
  position: absolute;
  left: 100px;
  top: 20px;
  width: 130px;
  height: 100px;
  font-size: 16px;
}
#select-size input {
  width: 50px;
  height: 12px;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
input:disabled,
input:read-only {
  background-color: #eee;
  opacity: 1;
}
.left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
svg,
img[src$=".svg"] {
  width: 100%;
}
.flex-left-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#wrapper > .azbanner {
  flex: 0 0 auto;
}
#content {
  flex: 1 1 auto;
}
.shapebtnimg {
  background: url(../Images/CAD/azshapebtnimg.png) no-repeat;
}
.azbtnimg {
  background: url(../Images/cad/azbtnimg.png) no-repeat;
  height: 40px;
  width: 50px;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-change-container {
  display: flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 140px;
  height: 30px;
  line-height: 30px;
  justify-content: flex-start;
  align-items: flex-end;
}
.custom-change-container .custom-sector.selected {
  fill: #6493AB;
  opacity: 1;
}
.custom-change-container .custom-container {
  display: flex;
  position: absolute;
  bottom: 0;
}
.custom-change-container .addon {
  background-color: #000;
  opacity: 0.42;
  color: #fff;
  border-radius: 0;
  border: 0;
}
.custom-change-container .input-group-addon {
  width: 24px;
}
.custom-change-container .form-control {
  opacity: 0.36;
  width: 54px;
}
.checkbox-container .svg-icon {
  border: 0;
}
.checkbox {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
.custom-change-container.unselect > div:not(:first-child) {
  display: none;
}
.custom-change-container.rot-x #custom-x,
.custom-change-container.rot-y #custom-y,
.custom-change-container.rot-z #custom-z {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.custom-change-container > .checkbox-container {
  width: 100px;
  padding-right: 15px;
  margin-right: 15px;
  border-radius: 15px;
  background-color: #a8a8a8;
  color: #fff;
}
.custom-change-container .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.custom-change-container .checkbox label {
  padding-left: 15px;
}
.custom-change-container .checkbox label::before {
  width: 24px;
  height: 24px;
  border: 0;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  transform: translate(4px, 2px);
}
.custom-change-container .checkbox input[type="checkbox"]:focus + label::before {
  outline: 0;
}
.custom-change-container .checkbox input[type="checkbox"]:checked + label::before {
  transform: translate(4px, 2px);
}
.custom-change-container .checkbox input[type="checkbox"]:checked + label::after {
  color: #6594ab;
  font-style: italic;
  font-size: 20px;
  transform: translate(1px, -2px);
}
.custom-change-container > .font-container {
  line-height: 0;
}
.custom-change-container > .font-container span {
  font-size: 1.6em;
  padding: 3px;
}
.custom-change-container > .font-container > div {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 1px 3px;
  opacity: 0.36;
}
.fa-question:before {
  padding-left: 2px;
}
.disabled {
  pointer-events: none;
}
.surface-container {
  width: auto;
  height: auto;
  top: 0;
  right: 80px;
  position: absolute;
  display: block;
  background-color: #fff;
}
.surface-container .bspline-container {
  display: block;
  position: relative;
  width: 250px;
  height: 250px;
  float: left;
  border-bottom: 1px solid #6490a7;
}
.surface-container .bspline-container:nth-of-type(2n) {
  border-left: 1px solid #6490a7;
}
.surface-container .options {
  position: absolute;
  right: 6px;
  top: 10px;
}
.surface-container .options > .fa {
  width: 15px;
  height: 15px;
  line-height: 16px;
  text-align: center;
  background-color: #e9e9e9;
  display: none;
  color: #000;
}
.surface-container .options.plus > .fa.fa-plus {
  display: block;
}
.surface-container .options.minus > .fa.fa-minus {
  display: block;
}