﻿body #ModalAccessories {
  direction: ltr; }
  body #ModalAccessories input {
    text-align: left; }
  body #ModalAccessories .inp-src {
    position: relative;
    display: table-row; }
    body #ModalAccessories .inp-src .Accessories_List {
      border: 1px solid silver;
      padding: 5px;
      overflow: auto;
      max-height: 200px;
      background: beige;
      width: 84%;
      position: absolute;
      box-shadow: 4px 4px 10px #dfd5d5;
      border-top: none; }
      body #ModalAccessories .inp-src .Accessories_List dl dd {
        padding-left: 6px; }
        body #ModalAccessories .inp-src .Accessories_List dl dd:hover {
          cursor: pointer;
          background-color: #f5cc6c; }
  body #ModalAccessories .uploadfile {
    width: 350px;
    height: 350px; }
    body #ModalAccessories .uploadfile img {
      width: 100%;
      height: 100%;
      margin-top: 20px;
      object-fit: cover;
      transition: transform 0.5s ease; }
      body #ModalAccessories .uploadfile img:hover {
        cursor: pointer;
        transform: scale(1.05); }
  body #ModalAccessories .btn-group {
    float: right;
    text-align: center;
    margin-right: 38px; }
    body #ModalAccessories .btn-group .btn {
      margin-right: 5px; }

body .zoom {
  padding: 50px;
  background-color: green;
  transition: transform .2s;
  /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto; }

body .zoom:hover {
  transform: scale(1.4); }

body #PanelSalesTester_Accessories, body #PanelSalesTester_RecordOrder {
  text-align: center;
  padding: 30px;
  display: grid; }
  body #PanelSalesTester_Accessories .card, body #PanelSalesTester_Accessories .cardnew, body #PanelSalesTester_RecordOrder .card, body #PanelSalesTester_RecordOrder .cardnew {
    position: relative;
    display: inline; }
    body #PanelSalesTester_Accessories .card .tools, body #PanelSalesTester_Accessories .cardnew .tools, body #PanelSalesTester_RecordOrder .card .tools, body #PanelSalesTester_RecordOrder .cardnew .tools {
      z-index: 99;
      display: none;
      position: absolute;
      padding: 2px;
      width: 100%;
      margin-top: 18px;
      margin-left: -4px;
      text-align: right; }
      body #PanelSalesTester_Accessories .card .tools .fa, body #PanelSalesTester_Accessories .cardnew .tools .fa, body #PanelSalesTester_RecordOrder .card .tools .fa, body #PanelSalesTester_RecordOrder .cardnew .tools .fa {
        font-size: 20px;
        padding-left: 10px; }
    body #PanelSalesTester_Accessories .card input[type=checkbox], body #PanelSalesTester_Accessories .cardnew input[type=checkbox], body #PanelSalesTester_RecordOrder .card input[type=checkbox], body #PanelSalesTester_RecordOrder .cardnew input[type=checkbox] {
      position: absolute;
      margin: 15px; }
    body #PanelSalesTester_Accessories .card .img-card, body #PanelSalesTester_Accessories .cardnew .img-card, body #PanelSalesTester_RecordOrder .card .img-card, body #PanelSalesTester_RecordOrder .cardnew .img-card {
      border: 1px solid #eaeaea;
      margin: 2px;
      position: relative;
      border-radius: 6px;
      transition: transform .2s;
      margin-bottom: 10px;
      margin-top: 10px;
      height: 99%; }
      body #PanelSalesTester_Accessories .card .img-card:hover, body #PanelSalesTester_Accessories .cardnew .img-card:hover, body #PanelSalesTester_RecordOrder .card .img-card:hover, body #PanelSalesTester_RecordOrder .cardnew .img-card:hover {
        border: 1px solid green;
        background-color: white;
        border-radius: 0px;
        z-index: 5;
        cursor: pointer; }
      body #PanelSalesTester_Accessories .card .img-card img, body #PanelSalesTester_Accessories .cardnew .img-card img, body #PanelSalesTester_RecordOrder .card .img-card img, body #PanelSalesTester_RecordOrder .cardnew .img-card img {
        height: 250px;
        max-width: 250px;
        margin-left: 7px; }
      body #PanelSalesTester_Accessories .card .img-card .info-card, body #PanelSalesTester_Accessories .cardnew .img-card .info-card, body #PanelSalesTester_RecordOrder .card .img-card .info-card, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card {
        display: grid; }
        body #PanelSalesTester_Accessories .card .img-card .info-card i, body #PanelSalesTester_Accessories .cardnew .img-card .info-card i, body #PanelSalesTester_RecordOrder .card .img-card .info-card i, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card i {
          display: block;
          z-index: 1;
          width: 160px;
          white-space: break-spaces;
          text-align: center;
          padding: 10px; }
        body #PanelSalesTester_Accessories .card .img-card .info-card dl, body #PanelSalesTester_Accessories .cardnew .img-card .info-card dl, body #PanelSalesTester_RecordOrder .card .img-card .info-card dl, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card dl {
          text-align: left;
          padding: 10px; }
          body #PanelSalesTester_Accessories .card .img-card .info-card dl dd[class=fee], body #PanelSalesTester_Accessories .cardnew .img-card .info-card dl dd[class=fee], body #PanelSalesTester_RecordOrder .card .img-card .info-card dl dd[class=fee], body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card dl dd[class=fee] {
            color: #a89f6f; }
          body #PanelSalesTester_Accessories .card .img-card .info-card dl dd[class=price], body #PanelSalesTester_Accessories .cardnew .img-card .info-card dl dd[class=price], body #PanelSalesTester_RecordOrder .card .img-card .info-card dl dd[class=price], body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card dl dd[class=price] {
            color: #a89f6f; }
          body #PanelSalesTester_Accessories .card .img-card .info-card dl dd[class=description] span, body #PanelSalesTester_Accessories .cardnew .img-card .info-card dl dd[class=description] span, body #PanelSalesTester_RecordOrder .card .img-card .info-card dl dd[class=description] span, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card dl dd[class=description] span {
            display: block; }
        body #PanelSalesTester_Accessories .card .img-card .info-card strong, body #PanelSalesTester_Accessories .cardnew .img-card .info-card strong, body #PanelSalesTester_RecordOrder .card .img-card .info-card strong, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card strong {
          font-weight: bold;
          font-family: Tahoma;
          color: #4b7777; }
        body #PanelSalesTester_Accessories .card .img-card .info-card .info, body #PanelSalesTester_Accessories .cardnew .img-card .info-card .info, body #PanelSalesTester_RecordOrder .card .img-card .info-card .info, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card .info {
          direction: ltr;
          margin: 15px; }
          body #PanelSalesTester_Accessories .card .img-card .info-card .info .lbl, body #PanelSalesTester_Accessories .cardnew .img-card .info-card .info .lbl, body #PanelSalesTester_RecordOrder .card .img-card .info-card .info .lbl, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card .info .lbl {
            font-family: Tahoma;
            direction: rtl;
            color: black; }
          body #PanelSalesTester_Accessories .card .img-card .info-card .info .fa-angle-up:hover, body #PanelSalesTester_Accessories .cardnew .img-card .info-card .info .fa-angle-up:hover, body #PanelSalesTester_RecordOrder .card .img-card .info-card .info .fa-angle-up:hover, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card .info .fa-angle-up:hover {
            color: red; }
          body #PanelSalesTester_Accessories .card .img-card .info-card .info .fa-angle-down:hover, body #PanelSalesTester_Accessories .cardnew .img-card .info-card .info .fa-angle-down:hover, body #PanelSalesTester_RecordOrder .card .img-card .info-card .info .fa-angle-down:hover, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card .info .fa-angle-down:hover {
            color: red; }
          body #PanelSalesTester_Accessories .card .img-card .info-card .info input[type=button], body #PanelSalesTester_Accessories .cardnew .img-card .info-card .info input[type=button], body #PanelSalesTester_RecordOrder .card .img-card .info-card .info input[type=button], body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card .info input[type=button] {
            width: 20px;
            height: 20px;
            /*margin-left: 35px;*/
            background-color: #2cc886;
            color: #fff;
            border: 1px solid #2cc886;
            text-align: center;
            border-radius: 6px;
            box-shadow: 2px 2px 2px #39a454;
            font-weight: bolder;
            font-size: 12px; }
            body #PanelSalesTester_Accessories .card .img-card .info-card .info input[type=button]:hover, body #PanelSalesTester_Accessories .cardnew .img-card .info-card .info input[type=button]:hover, body #PanelSalesTester_RecordOrder .card .img-card .info-card .info input[type=button]:hover, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card .info input[type=button]:hover {
              cursor: pointer;
              background-color: red;
              box-shadow: 2px 2px 2px #d9402b;
              border: 1px solid red; }
          body #PanelSalesTester_Accessories .card .img-card .info-card .info .clicking, body #PanelSalesTester_Accessories .cardnew .img-card .info-card .info .clicking, body #PanelSalesTester_RecordOrder .card .img-card .info-card .info .clicking, body #PanelSalesTester_RecordOrder .cardnew .img-card .info-card .info .clicking {
            background-color: orange !important;
            box-shadow: 2px 2px 2px #d7b880 !important;
            border: 1px solid orange !important; }
  body #PanelSalesTester_Accessories .cardnew .img-card .fa-plus, body #PanelSalesTester_RecordOrder .cardnew .img-card .fa-plus {
    position: absolute;
    left: 45%;
    top: 45%;
    font-size: 40px;
    opacity: 0.5; }

body #PanelSalesTester_RecordOrder .fa-angle-up, body #PanelSalesTester_RecordOrder .fa-angle-down {
  display: none; }

body div[class=form] {
  margin: 20px;
  padding: 20px;
  margin-bottom: 0px; }
  body div[class=form] .header {
    margin-bottom: 10px;
    font-weight: bold; }
  body div[class=form] div[class=input] {
    direction: ltr !important; }
    body div[class=form] div[class=input] .error {
      padding: 5px;
      color: red; }
    body div[class=form] div[class=input] input[type=text] {
      direction: ltr !important;
      text-align: left !important; }
    body div[class=form] div[class=input] .lbl {
      font-weight: lighter; }
  body div[class=form] input[type=button] {
    background-color: #18b5b4; }
    body div[class=form] input[type=button]:hover {
      background-color: black; }

body .Your-registered-order {
  margin: 45px;
  margin-top: 0px; }
  body .Your-registered-order #ListSalesTesterRecordOrder dl {
    font-weight: bolder; }
    body .Your-registered-order #ListSalesTesterRecordOrder dl ol {
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0px;
      padding-left: 25px; }
      body .Your-registered-order #ListSalesTesterRecordOrder dl ol li {
        padding: 0px;
        font-weight: lighter; }
    body .Your-registered-order #ListSalesTesterRecordOrder dl dd[class=total] {
      color: chocolate;
      font-weight: lighter; }

body .modal-footer {
  border-top: none; }

body .modal-header {
  background-color: #126f6e;
  color: white;
  font-weight: bold;
  font-size: 18px; }
  body .modal-header .close {
    opacity: 1;
    color: white; }
    body .modal-header .close:hover {
      color: red;
      text-shadow: none; }

body #PanelHistory #Panel3dListName {
  width: 1200px;
  height: 800px;
  display: flex; }
  body #PanelHistory #Panel3dListName #ListObject3d {
    overflow: auto;
    height: 800px;
    width: 260px; }
    body #PanelHistory #Panel3dListName #ListObject3d dl {
      background-color: #f8f8f8;
      padding: 10px; }
      body #PanelHistory #Panel3dListName #ListObject3d dl dd {
        direction: ltr;
        position: relative; }
        body #PanelHistory #Panel3dListName #ListObject3d dl dd span[class=nameobj] {
          margin: 5px;
          font-family: Tahoma; }
          body #PanelHistory #Panel3dListName #ListObject3d dl dd span[class=nameobj]:hover {
            color: red;
            cursor: pointer; }
        body #PanelHistory #Panel3dListName #ListObject3d dl dd .fa-eye {
          position: absolute;
          right: 0px;
          margin-left: 5px;
          color: silver; }
          body #PanelHistory #Panel3dListName #ListObject3d dl dd .fa-eye:hover {
            color: green; }
  body #PanelHistory #Panel3dListName #Panel3d {
    width: 900px; }
    body #PanelHistory #Panel3dListName #Panel3d canvas {
      margin-right: 60px; }

body #PanelHistory .carousel {
  position: relative; }
  body #PanelHistory .carousel .carousel-indicators {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    right: auto; }
    body #PanelHistory .carousel .carousel-indicators .active {
      width: auto !important;
      background-color: forestgreen;
      height: auto !important;
      margin: 0px; }
    body #PanelHistory .carousel .carousel-indicators img {
      box-shadow: 2px 2px 2px silver;
      width: 70px !important;
      height: 70px !important;
      margin: 3px; }
      body #PanelHistory .carousel .carousel-indicators img:hover {
        border: 1px solid green;
        cursor: pointer; }

body #PanelHistory #ModalSize {
  width: 1200px !important; }

body #PanelHistory .HardwareDevice_TechnicalSpecifications {
  display: flex;
  padding: 20px; }
  body #PanelHistory .HardwareDevice_TechnicalSpecifications .info {
    line-height: 1.5;
    width: 400px;
    padding: 20px;
    font-family: 20px;
    font-size: 15px;
    font-weight: bold;
    background: white;
    border-radius: 6px;
    position: relative;
    box-shadow: 0px 2px 2px #b5dbdb; }
    body #PanelHistory .HardwareDevice_TechnicalSpecifications .info p {
      line-height: 2;
      height: 250px;
      overflow: auto;
      padding-left: 8px;
      padding-right: 8px; }
    body #PanelHistory .HardwareDevice_TechnicalSpecifications .info strong {
      color: #262626;
      font-weight: bold;
      margin-top: 5px;
      display: block;
      background-color: #dff4f4;
      padding: 8px;
      border-right: 3px solid #126f6e;
      margin-bottom: 10px; }
    body #PanelHistory .HardwareDevice_TechnicalSpecifications .info ol {
      list-style: none;
      white-space: pre-line;
      text-align: justify; }
    body #PanelHistory .HardwareDevice_TechnicalSpecifications .info input[type=button] {
      position: absolute;
      margin-top: 10px;
      background-color: #126f6e;
      border-color: #126f6e;
      left: 0px;
      bottom: 0px;
      margin: 20px;
      font-weight: bold;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 7px; }
      body #PanelHistory .HardwareDevice_TechnicalSpecifications .info input[type=button]:hover {
        background-color: red;
        border-color: red; }
    body #PanelHistory .HardwareDevice_TechnicalSpecifications .info .addnumber {
      display: table;
      position: absolute;
      bottom: 0px; }
      body #PanelHistory .HardwareDevice_TechnicalSpecifications .info .addnumber span {
        display: table-row;
        text-align: center; }
        body #PanelHistory .HardwareDevice_TechnicalSpecifications .info .addnumber span input {
          position: unset !important;
          border-radius: 12px;
          background-color: red;
          border: 1px solid red;
          font-size: 24px;
          color: white;
          width: 50px;
          text-align: center;
          margin: 0px !important;
          padding: 0px; }
      body #PanelHistory .HardwareDevice_TechnicalSpecifications .info .addnumber .fa-angle-down, body #PanelHistory .HardwareDevice_TechnicalSpecifications .info .addnumber .fa-angle-up {
        font-size: 24px;
        display: block;
        font-weight: bold; }
        body #PanelHistory .HardwareDevice_TechnicalSpecifications .info .addnumber .fa-angle-down:hover, body #PanelHistory .HardwareDevice_TechnicalSpecifications .info .addnumber .fa-angle-up:hover {
          color: red; }

body .carousel-control {
  left: auto;
  right: 0;
  background-image: none !important;
  background-repeat: repeat-x;
  filter: none !important; }

@media (min-width: 992px) {
  .modal-lg {
    width: 1200px; } }

@media only screen and (min-width: 768px) {
  #PanelSalesTester_Accessories {
    grid-template-columns: repeat(3, 1fr); }
  .functions .FuncCodeGenerate {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(18, 1fr); } }

@media only screen and (min-width: 1024px) {
  #PanelSalesTester_Accessories {
    grid-template-columns: repeat(4, 1fr); }
  .functions .FuncCodeGenerate {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(13, 1fr); } }

@media only screen and (min-width: 1440px) {
  #PanelSalesTester_Accessories {
    grid-template-columns: repeat(7, 1fr); }
  .functions .FuncCodeGenerate {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(12, 1fr); } }

@media only screen and (min-width: 1921px) {
  #PanelSalesTester_Accessories {
    grid-template-columns: repeat(9, 1fr); }
  .functions .FuncCodeGenerate {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, 1fr); } }
