* {
  box-sizing: border-box;
  z-index: 1;
  font-family: 'ubuntu','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  letter-spacing: 0px;
}

html,body {
  min-height: 100%!important;
  padding: 0;
  margin: 0;
}

button {
  outline: none;
}

i:not([c='n']) {
  cursor: pointer;
}

table {
  font-size: 18px;
}

tr,td {
  text-align: left;
  border: none;
  border: 1px solid rgba(0,0,0,0.4);
  padding: 1px 10px;
  font-size: inherit;
}

tbody>tr>td>button {
  cursor: pointer;
  border: none;
  background: none;
  font-size: 20px;
}


.exp-rw {
  float: right;
  visibility: hidden;
}

tbody>tr>td:nth-child(1):hover .exp-rw{
  visibility: visible;
}

tbody>tr>td>p {
  margin: 0;
  padding:0;
  display: inline-block;
}

td:nth-child(1)>p {
  width: 59%;
  text-overflow: ellipsis;
  overflow: hidden;
}

tbody>tr>td>button:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

tbody>tr>td>button>i {
  font-size: inherit;
}

.functions-sing-lin:hover{
  background-color: #F2F2F2;
}

.functions-sing-lin>i:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

th,td {
  font-size: 14px;
  width: 80px;
  max-width: 80px;
  height: 20px;
  max-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: inherit;
}

th {
  text-align: center;
  border: none;
  border: 1px solid rgba(0,0,0,0.4);
  border-top: none;
  padding: 8px 10px;
  font-weight: normal;
}

td > i{
  font-size: 18px !important;
  padding-right: 6px;
}

thead > tr:nth-child(1) {
  color: #2D2D2D;
}

thead > tr:nth-child(2) {
  color: white;
  background-color: #CF3838;
}


th:nth-child(1),td:nth-child(1) {
  width: 160px !important;
  max-width: 160px !important;
}

th:nth-child(2),td:nth-child(2) {
  width: 50px !important;
  max-width: 50px !important;
}

th:nth-child(3),td:nth-child(3) {
  width: 200px !important;
  max-width: 200px !important;
}

th:nth-child(4),td:nth-child(4) {
  width: 150px !important;
  max-width: 150px !important;
}

line {
  text-align: left;
  position: relative;
  display:block;
  padding-left: 7px;
}

.functions-sing-lin {
  border-bottom: 1px dashed rgba(0,0,0,0.4);
  padding: 6px 0 6px 5px;
  cursor: pointer;
  height: 30px;
  line-height: 19px;

}


.functions-sing-lin> i:not([hazard = "t"]) {
  float: right;
  font-size: 23px;
  margin: 0;
  height: inherit;
  margin-right: 15px;
  color: #2D2D2D;
  line-height: 17px;
}

.functions-sing-lin> i[hazard = "t"] {
  margin: 0 6px 0 0;
  visibility: hidden;
  color: rgba(255,211,0);
  margin-left: 5px;
}

pin-collection {
  margin-left: 15px;
  display: block;
  border-left: 1px dotted black;
}

options-collection {
  display: none;
  margin-left: 15px;
  border-left: 1px dotted black
}

option-p {
  display: inline-block;
  color:black;
  font-weight: normal;
  line-height: 20px;
}

option-div {
  display: block;
}

port {
  display: block;
  margin-left: 10px;
  border-left: 1px dotted black;
}


pin {
  text-align: left;
  position: relative;
  display:block;
}

function-name {
  cursor: pointer;
}

function-name > i {
  float:right;
  margin-right:15%;
}

.main-doc {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  width:100%;
  height: 100%;
}

.doc-body {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  height: 100%;
}


.app-body {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.work-space {
  display: inline-block;
  position: relative;
  width: 75%;
  height: 100%;
  border-left: 0.5px solid #2D2D2D;
  min-width: 560px;
}

.work-space-content {
  display: none;
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: auto;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 70rem;
}

.oy {
  text-align: center;
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height: 100%;
  width: 100%;
  z-index: 4;
  background-color: rgba(0,0,0,0.95);
  display: block;
}

.oyt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 52%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.ldr {
  position: fixed;
  width: 84px;
  height: 84px;
  top: 60%;
  left:50%;
  z-index:5;
  display: block;
}
.ldr:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid white;
  border-color: white rgba(0,0,0,0.95) white rgba(0,0,0,0.95);
  animation: ldr 1.2s infinite;
}
@keyframes ldr {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.functionality-check-ol {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
}

.ol-dis-op {
  -moz-animation:ol-dis-op 0.5s forwards;
  -webkit-animation:ol-dis-op 0.5s forwards;
  -o-animation:ol-dis-op 0.5s forwards;
  animation:ol-dis-op 0.5s forwards;
}

@keyframes ol-dis-op {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.summary {
  position: absolute;
  width: 85%;
  max-width:1200px;
  min-width: 1000px;
  overflow:auto;
  border-radius: 8px 8px 0 0;
  vertical-align: top;
  background-color: white;
  margin:0 auto;
  overflow-wrap: break-word;
  text-align: center;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  -moz-animation:summary-display 0.5s forwards;
  -webkit-animation:summary-display 0.5s forwards;
  -o-animation:summary-display 0.5s forwards;
  animation:summary-display 0.5s forwards;
}

.summary div[t='mn'] {
  display: inline-block;
  width: 330px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  padding: 4px 2px;
  margin: 20px;
  height: 93%;
  overflow-y: auto;
  overflow-x:hidden;
}

.summary div[t='qa'] {
  display: block;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  padding: 4px 2px;
  margin: 20px;
  overflow: auto;

}

.summary p {
  text-align: left;
  margin: 4px;
}

.summary p[t='tc'] {
  font-size: 1.2em;
  display: inline-block;
  margin: 8px;
  width: 100%;
  text-align: left;
}

.summary p[c='r'] {
  color: red;
}

.summary p[c='g'] {
  color: green;
}

.summary p[t='yy'] {
  font-style: italic;
  padding: 8px 2px;
}
.summary p[t='rq'] {
  font-size: 0.7em;
  font-style: italic;
  color: rgba(0,0,0,0.6);
  text-align: right;
  margin-right: 12px;

  margin: 5px;
}

.summary div[t='tf'] {
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  padding: 4px 2px;
  margin: 20px;
  text-align: left;
}

.summary div[t='ee'] {
  padding: 8px;
}


.summary div[t='ft'], .summary div[t='we'] {
  height: 0;
  overflow: auto;
}

.summary p[t='po'] {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
}

.summary p[t='cw'] {
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  margin-left: 42px;
  font-weight: bold;
}

.summary p[t='uh'] {
  display: inline-block;
  font-size: 13px;
  margin: 0 1px;
}

.summary p[t='ug'] {
  display: inline-block;
  font-size: 13px;
  color: #00508c;
  cursor: pointer;
  margin: 0 4px;
}

.summary p[t='ug']:hover {
  transform: scale(1.05);
}

.summary p[s='t'] {
  font-weight: bold;
}

.summary p[s='f'] {
  font-weight: normal;
}

.summary p[t='sp'] {
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  color: green;
  font-weight: bold;
}

.summary p[t='nsp'] {
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  color: #ff6600;
  font-weight: bold;
}

.summary p[t='nspr'] {
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  color: red;
  font-weight: bold;
}


.summary p[t='nsdp'] {
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  color: rgba(0,0,0,0.4);
  font-weight: bold;
}

.summary p[t='asp'] {
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  color: #843c0c;
  font-weight: bold;
}

.summary p[t='yt'] {
  display: inline-block;
}

.summary button {
  float: right;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.summary button[t='d'] {
  margin-top: -40px;
}

.summary button[t='p'] {
  margin-top: 8px;
}

.summary-popup-close {
  -moz-animation:summary-remove 0.5s forwards;
  -webkit-animation:summary-remove 0.5s forwards;
  -o-animation:summary-remove 0.5s forwards;
  animation:summary-remove 0.5s forwards;
}

.functionality-check-popup {
  position: relative;
  width: 55%;
  /* min-width: 650px; */
  min-width: 730px;
  max-width: 800px;
  max-height: 650px;
  /* min-height: 550px; */
  overflow:auto;
  vertical-align: top;
  background-color: white;
  margin:0 auto;
  overflow-wrap: break-word;
  padding: 10px;
  text-align: center;
  z-index: 3;
  padding: 0;
  background-color: white;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  -moz-animation:functionality-check-popup 0.5s forwards;
  -webkit-animation:functionality-check-popup 0.5s forwards;
  -o-animation:functionality-check-popup 0.5s forwards;
  animation:functionality-check-popup 0.5s forwards;
}

@media (max-height: 610px) {
  .functionality-check-popup {
    min-height: 550px;
  }
}

.functionality-check-popup-close {
  -moz-animation:functionality-check-popup-close 0.5s forwards;
  -webkit-animation:functionality-check-popup-close 0.5s forwards;
  -o-animation:functionality-check-popup-close 0.5s forwards;
  animation:functionality-check-popup-close 0.5s forwards;
}

@keyframes summary-remove {
  from {
    height: 85%;
  }
  to {
    height: 0;
  }
}

@keyframes summary-display {
  from {
    height: 0;
  }
  to {
    height: 85%;
  }
}


@keyframes functionality-check-popup-close {
  from {
    height: 85%;
  }
  to {
    height: 0;
  }
}

@keyframes functionality-check-popup {
  from {
    height: 0;
  }
  to {
    height: 85%;
  }
}

.popup-scroll-ar {
  height: 93%;
  overflow: auto;
  padding: 0px;
}

.summary-scl {
  overflow: auto;
  height: 93%;
}
.functionality-check-popup-body, .summary-body {
  display: block;
  visibility: hidden;
  position: relative;
  height: 100%;
  overflow: hidden;
  -moz-animation: appear-after-ppup 0s ease-in 0.5s forwards;
  -webkit-animation: appear-after-ppup 0s ease-in 0.5s forwards;
  -o-animation: appear-after-ppup 0s ease-in 0.5s forwards;
  animation: appear-after-ppup 0s ease-in 0.5s forwards;

}

@keyframes appear-after-ppup{
  to { visibility: visible; }
}

.functionality-check-popup-body h4{
  font-size: 1.6rem;
  font-weight: 500;
  margin: 5px;
}

.functionality-check-popup-body h4[t='mt'] , .functionality-check-header p{
  display: inline-block;
  color: white;
  float: left;
  padding-left: 5px;
  font-size:18px;
  line-height: 30px;
  font-weight: 100;
}


.functionality-check-popup-body h4[t='mmm'] {
  display: inline-block;
  color: white;
  float: left;
  font-size:18px;
  line-height: 30px;
  font-weight: 100;
  margin-left: 1px;
}

.functionality-check-header > h4[t='mt'] > b{
  font-weight: 500;
}

.functionality-check-popup-body p[t='mw']{
  font-size: 22px;
  text-transform: uppercase;
  font-style: italic;
  margin:10px;
  text-align: center;
}

.functionality-check-min-popup-body {
  margin: 30px;
}

.functionality-check-device {
  text-align: left;
  margin:0 12px;
}

.functionality-check-device[u='t'] {
  border-bottom: 1px solid black;
}

.functionality-check-device i, .functionality-check-popup-body i{
  font-size: 20px;
  font-weight: bold;
  cursor: initial;
  padding-right: 5px;
  font-weight: 100;
}

.functionality-check-device h5{
  display: inline-block;
  margin: 15px 0;
  font-size: 20px;
  font-weight: 500;
}


.functionality-check-device div {
  font-size: 16px;
  overflow: auto;
}

.functionality-check-device div[t = 'h']{
  width: 100%;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  padding: 4px 2px;
  margin-bottom: 10px;
  background-color: #F4F4F4;
}

.functionality-check-device div[t = 'b']{
  text-align: center;
  width: 100%;
}

.functionality-check-device div[t = 'it']{
  text-align: left;
  padding: 10px;
}

.functionality-check-device p {
  text-align: left;
  font-size: 0.9rem;
  padding-left: 8px;
}

.functionality-check-device p[t = 'e'] {
  color:red;
}

.functionality-check-device p[t = 'w'] {
  color:orange;
}

.functionality-check-device p[t = 's'] {

}

.functionality-check-device p[t = 'po'] {
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 13px;
}

.functionality-check-device p[t = 'f'] {
  display: inline-block;
  margin-left: 7px;
  font-size: 18px;
}

.functionality-check-device button{
  float: right;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.functionality-check-device button[t='d'] {
  margin-top: 15px;
}

.functionality-check-device button[m='tr'] {
  margin-top: 30px !important;
}

.functionality-check-device button[t='d'] > i {
  cursor: pointer;
  font-size: 19px;
  transform: translate(-3px,-15px);
}


.show-div-anim {
  -moz-animation:show-DIV 0.1s forwards;
  -webkit-animation:show-DIV 0.1s forwards;
  -o-animation:show-DIV 0.1s forwards;
  animation:show-DIV 0.1s forwards;
}

.hide-div-anim {
  -moz-animation:hide-DIV 0.1s forwards;
  -webkit-animation:hide-DIV 0.1s forwards;
  -o-animation:hide-DIV 0.1s forwards;
  animation:hide-DIV 0.1s forwards;
}

@keyframes hide-DIV {
  0% {height: max-content;}
  10% {height: 90px;}
  20% {height: 80px;}
  30% {height: 70px;}
  40% {height: 60px;}
  50% {height: 50px;}
  60% {height: 40px;}
  70% {height: 30px;}
  80% {height: 20px;}
  90% {height: 10px;}
  100% {height: 0;margin: 0;padding: 0}
}

@keyframes show-DIV {
  0% {height: 0;}
  10% {height: 10px;}
  20% {height: 20px;}
  30% {height: 30px;}
  40% {height: 40px;}
  50% {height: 50px;}
  60% {height: 60px;}
  70% {height: 70px;}
  80% {height: 80px;}
  90% {height: 90px;}
  100% {height: max-content;}
}

.functionality-check-header {
  background-color: #2D2D2D;
  height: 40px !important;
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 2px;
}

.functionality-check-header img {
  height: inherit;
  float: left;
  padding: 6px;
  margin: 0;
  display: table-cell;
  margin-left: 5px;
}

.functionality-check-header button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: white;
  font-weight: bold;
}

.functionality-check-header button:not([t='c']) {
  float: left;
}

.functionality-check-header button[t='c'] {
  float: right;
  font-size: 20px;
  font-weight: 100;
  height: inherit;
  padding: 4px 12px;
  color: #BFBFBF;
}

.functionality-check-header button[t='c']:hover {
  color: white;
}

.functionality-check-header button:hover {
  background-color: rgba(0,0,0,0.1);
}

.funcitonality-check-collision-div {
  display: inline-block;
  text-align: left;
  font-size: 15px !important;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  padding: 3px 8px;
  margin: 0 5px !important;
  width: 260px;
  height: 122px;
  overflow: auto;
  background-color: white;
}

.functionality-check-no-e {
  margin-top: 100px;
  font-size: 40px;
  color: rgba(0,225,0,1);
}

.functionality-check-auto-select-val p, .summary p[t='rm']{
  font-style: oblique;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  text-align: center;
}

.coll-alert {
  position: absolute;
  background-color: rgba(0,0,0,0.85);
  color: white;
  width: 70%;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 10px;
  opacity: 0;
  max-height: 800px;
  min-width: 800px;
  overflow: auto;
  -moz-animation:show-collision-alert 0.5s forwards;
  -webkit-animation:show-collision-alert 0.5s forwards;
  -o-animation:show-collision-alert 0.5s forwards;
  animation:show-collision-alert 0.5s forwards;
}

.coll-alert[r='t'] {
  -moz-animation:remove-collision-alert 0.5s forwards;
  -webkit-animation:remove-collision-alert 0.5s forwards;
  -o-animation:remove-collision-alert 0.5s forwards;
  animation:remove-collision-alert 0.5s forwards;
}

@keyframes show-collision-alert {
  from {opacity:0;}
  to {opacity: 1;}
}

@keyframes remove-collision-alert {
  from {opacity:1;}
  to {opacity: 0;}
}

.coll-alert p[t='t'] {
  font-size: 28px;
  margin-top: 50px;
}

.coll-alert p[t='i']{
  font-size: 20px;
  margin: 20px;
}

.coll-alert p[t='a']{
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  color: white;
  transform: translateY(-200%);
}

.coll-alert p[t='x']{
  font-size: 15px;
  padding: 0;
  margin: 0;
  font-style: italic;
  color: rgba(255,255,255,0.7);
}

.coll-alert button{
  float: right;
  margin: 10px;
  background: none;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.coll-alert div {
  display: table;
  text-align: left;
  margin: 0 auto;
  box-shadow: 4px 4px 10px grey;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 4px 10px;
  color:rgba(255,20,20,1);
}

.coll-alert div[t='c'] {
  display: inline-block;
  margin: 20px;
}

.coll-alert div[t='m'] {
  display: inline-block;
  margin: 20px;
  color:rgba(255,255,0,1);
}

.coll-alert div[t='z'] {
  display: inline-block;
  margin: 20px;
  box-shadow: none;
}

.coll-alert div[t='l'] {
  margin: 0 auto;
  box-shadow: none;
}

.coll-alert div[t='q'] {
  color: white;
  display: inline-block;
  transform: translateY(-40%);
}


.footer {
  display: block;
  border: 0;
  border-top: 2px solid black;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: black;
  height: 40px;
  text-align: center;
  background-color: #2D2D2D;
  color: white;
  min-width: 90rem;
  padding:7px;
  font-size: 0.9rem;
}

.footer div {
  display: inline-block;
  line-height: 26px;
  margin: auto;
  padding: 0 30px;
}

.footer div[bd='t']{
  border-right: 2px solid #BFBFBF;
}

.footer button, .footer a{
  border: none;
  background: none;
  cursor: pointer;
  color: #BFBFBF;
  float: right;
  font-weight: 500;
  padding: 4px 12px;
  font-size: 14px;
}



.footer a{
  float: left;
  text-decoration: none;
}

.footer button:hover, .footer a:hover{
  color: white;
}

.summary-indicator-table {
  width: 120px;
  margin-top: -40px;
  margin-left: 15px;
}

.summary-indicator-table div {
  width: 100px;
  max-width: 100px;
}

.header {
  position: relative;
  text-align: center;
  width: 100%;
  height: 60px;
  color:#2D2D2D !important;
}

.topnav {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  direction: ltr;
  background-color: white;
  height: inherit;
  min-width: 800px;
  color:#2D2D2D !important;
}

.topnav button{
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  height: inherit;
}

.topnav h3{
  display: table-cell;
  margin: 0;
  vertical-align: middle;
  height: inherit;
  padding: 0 4px;
  font-size: 1.5rem;
  font-weight: 100;
}

.project-dev-holder {
  float: right;
  height: inherit;
  display: inline-block;
  padding: 0 15px;
}

.project-dev-holder div{
  display: table-cell;
  height: inherit;
}

.project-dev-holder button{
  font-size: 16px;
  padding: 4px 12px;
}

.project-dev-holder button:hover {
  color: #CF3838;
}

.logo-holder {
  display: inline-block;
  height: inherit;
  float: left;
  margin: 0 10px;
}

.logo-holder img,.logo-holder a {
  height: inherit;
  padding:5px;
}

.project-n-holder {
  height: inherit;
  display: inline-block;
  float: left;
  margin: 0 20px;
  line-height: 49px;
}

.inp-n-hl {
  display: table-cell;
  padding-left: 7px;
  vertical-align:middle;
}

.project-n-holder input{
  height: inherit;
  background: none;
  border: none;
  color: #2D2D2D;
  font-size: 1.2rem;
  position: relative;
  outline: none;
  cursor: text;
  padding: 4px;
}

.project-n-holder input:hover {
  border:1px solid #2D2D2D;
}

.functions {
  display: inline-block;
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  min-width: 350px;
  z-index: 1;
  border-right:1px solid #2D2D2D;
  padding-bottom: 10rem;
}

.functions-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
  font-size:0.9rem;
}

.main-divs-header {
  display: table;
  width: 100%;
  height: 40px;
  background-color: #2D2D2D;
  color: white;
  white-space: normal;
  word-break: break-all;
  padding-left: 10px;
}

.main-divs-header[t='mw'] {
  min-width: 600px;
}

.main-divs-header img {
  height: 30px;
}

.main-divs-header div{
  display: table-cell;
  padding: 0;
  margin: 0;
  text-align: left;
  height: inherit;
  font-size: 21px;
  font-weight: normal;
  vertical-align: middle;
}

.main-divs-header div[f='l'] {
  float: left;
  line-height: 40px;
  font-size: 1.2rem;
}

.main-divs-header div:not([f='l']){
  text-align: center;
}

.main-divs-header input{
  display: table;
  width: 100%;
  border: none;
  border-radius: 5px;
  outline: none;
  height: 25px;
  padding: 2px 6px;
  color: black;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 150px;
}

.main-divs-header button{
  border: none;
  background: none;
  cursor: pointer;
  color: #BFBFBF;
  float: right;
  font-weight: 500;
  height: inherit;
  padding: 4px 12px;
  font-size: 14px;
}

.main-divs-header button:not([a='f']):hover{
  color:#F4F4F4 !important;
}


.select-dev-hol {
  width: 100%;
  margin-top: 35px;
}

.select-dev-hol select{
  font-size : 17px;
  padding: 10px 10px 10px 5px;
  border :none;
  border-bottom: 1px solid #757575;
  padding: 10px;
  background-color: white;
  width: 60%;
  text-align-last: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='20,0 80,0 50,52'/></svg>");
  background-size: 12px;
  background-position-x: right;
  background-position-y: calc(100% - 10px);
  background-repeat: no-repeat;
}

.select-dev-hol option{
  background-color: #2D2D2D;
  color:white;
  font-size : 15px !important;
}

.ws-place-hld {
  display: table;
  height: 60%;
  width: 100%;
  font-size: 26px;
  color: rgba(0,0,0,0.5);
}

.ws-place-hld div{
  display: table-cell;
  vertical-align: middle;
}

.remove-dev {
  border: none;
  background: none;
  outline: none;
  float: right;
  cursor: pointer;
  color: black;
  font-weight: bold;
  height: 100%;
  padding: 4px 12px;
  font-size: 20px;
}

.remove-dev:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.spcr {
  height: 0;
  display: inline-block;
  width: 8px;
  padding: 0;
  border-bottom: 1px dotted black;
  margin-bottom: 4px;
}

pin-p, port-title {
  margin-left: -4px;
  line-height: 20px;
}

.spcr-arr {
  display: inline-block;
  margin-left: -4px;
}

.table-holder {
  height: 100%;
  padding: 8px;
  padding-bottom: 10rem;
}

.table-scl {
  height: 98%;
  overflow: auto;
}

.icn-hld {
  height: inherit;
  display: table-cell !important;
  font-size: 23px;
  padding: 5px;
}

.icn-hld i{
  cursor: initial;
}

.main-search-h {
  width: 160px;
  padding-right: 6px;
}

.download-rpt {
  position: absolute;
  left: 76%;
  top: 93%;
  border: none;
  background: none;
  background-color: #2D2D2D;
  color: white;
  padding: 4px 12px;
  cursor: pointer;
  border-radius: 6px;
  opacity: 0.8;
  box-shadow: 2px 2px 3px black;
  height: 30px;
}

.main-note {
  padding: 0;
  margin: 2px;
  font-size: 0.9rem;
  color: rgba(0,0,0,0.5);
  text-align: left;
  font-style: italic;
  height: 20px;
  line-height: 16px;
}

.rest-d-h {
  /* display: flex;
  flex-direction: column;*/
  position: relative;
  font-size: 11px;
  color:#2D2D2D;
  bottom:-24%;
  font-weight: 100;
}

.rest-d-h input[type="checkbox"]{
  position: relative;
  top: 3.5px;
}

.rest-d-h a{
  color: #2D2D2D;
}


.rig-d-h {
  position: absolute;
  border: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 12px;
  background-color: #EBEBEB;
  color: #ACACAC;
}

.s-b-2-b {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  bottom: 2%;
}


.userInfo {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 44px;
  font-size: 15px;
  left: -3px;

}

.userInfo input {
  width: 28%;
  border: none;
  padding: 7px;
  margin: 0 13px;
  border-bottom: 1px solid #757575;
  cursor: pointer;
  outline: none;
  text-align: center;
}

.userInfo input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px white inset;
}

.userInfo input:focus::placeholder {
  color: transparent;
}



.userInfo p {
  color: #ce3939;
  margin-left: 229px;
  font-size: 11px;
}


.loader {
  position: relative;
  width: 0px;
    height: 0px;
    top: 33.5%;
    margin-bottom: -12px;
    margin-right: -31px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    border: 17px solid white;
    border-color: white rgba(0,0,0,0.95) white rgba(0,0,0,0.95);
    animation: loader 1.2s infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}


.s-b-2-b button {
  margin: 0 15px;
  cursor: pointer;
  padding: 8px;
  width: 110px;
  font-weight: 500;
}

.s-b-2-b button[t='ct'] {
  background-color: #2D2D2D;
  border: none;
  color: #BFBFBF;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.s-b-2-b button[t='ct']:hover {
  color:white;
}

.s-b-2-b button[t='cg'] {
  background-color: #EBEBEB;
  border: none;
  color: #2D2D2D;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.s-b-2-b button[t='cg']:hover {
  background-color:#F4F4F4;
}

.cbox-hd {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


 .cbox-hd input[type='checkbox'] +  label {
  display: block;
  cursor: pointer;
  margin-left: -2px;
}

 .cbox-hd input[type=checkbox] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
}

 .cbox-hd input[type=checkbox] +  label:before {
  content: "\2714";
  border: 1px solid #2D2D2D;
  border-radius: 0.2em;
  display: inline-block;
  width: 14px;
  height: 13px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  vertical-align: bottom;
  color: transparent;
}

 .cbox-hd input[type=checkbox]:checked +  label:before {
  background-color: white;
  border-color: #2D2D2D;
  color: #2D2D2D;
}

.cbox-hd label:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
