@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Carrois+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:500&display=swap');
* {
  border: 0;
  padding: 0;
  list-style: none;
  font-family: 'Roboto', sans-serif;
}

#wholeContent {
  display: grid;
  grid-template-columns: 80px calc(100vw - 80px);
  grid-template-rows: 100vh;
}

#wholeContent main {
  overflow: hidden;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  display: grid;
  grid-template-columns: 100vw;
  grid-template-rows: 65px calc(100vh - 65px);
}

#wholeContent aside.normal {
  background: var(--main-bg-color);
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
  z-index: 1507;
  border-radius: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  -ms-border-radius: 0px 20px 20px 0px;
  -o-border-radius: 0px 20px 20px 0px;
  display: block;
}

#wholeContent aside.normal .logo {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  justify-content: center;
}

#wholeContent aside.normal .menu {
  height: calc(100vh - 170px);
  padding: 10px;
  display: flex;
  z-index: 9999;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

#wholeContent aside.normal .shortcut {
  display: none;
}

#wholeContent aside.normal .shortcut-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

#wholeContent aside.showOptions .shortcut {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

#wholeContent aside.showOptions .shortcut-main {
  display: none;
}

#wholeContent aside.showOptions .menu {
  z-index: 1507;
}

#wholeContent aside.showOptions .shortcut span {
  padding: 5px;
  margin: 0 15px;
}

#wholeContent aside.showOptions .shortcut span:hover, #wholeContent aside.normal .shortcut-main span:hover {
  cursor: pointer;
}

#wholeContent aside.showOptions .shortcut span i, #wholeContent aside.normal .shortcut-main span i {
  font-size: 20px;
  color: #fff
}

#wholeContent aside.normal .menu ul li.active {
  background: var(--menu-selected-color);
  color: var(--main-bg-color);
}

#wholeContent aside.normal .menu ul li {
  display: bock;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  margin: 10px 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#wholeContent aside.normal .menu ul li:hover {
  color: var(--menu-selected-color);
  cursor: pointer;
}

#wholeContent aside.normal .menu ul li.active:hover {
  color: var(--main-bg-color);
}

#wholeContent aside.normal .menu ul li span.option {
  display: none;
}

#wholeContent aside.normal .menu ul li ul.subMenu {
  display: none;
}

#wholeContent aside.showOptions {
  background: var(--main-bg-color);
  width: 300px;
  display: block;
  position: fixed;
  height: 100vh;
  border-radius: 0px 30px 20px 0px;
  -webkit-border-radius: 0px 30px 20px 0px;
  -moz-border-radius: 0px 30px 20px 0px;
  -ms-border-radius: 0px 30px 20px 0px;
  -o-border-radius: 0px 30px 20px 0px;
  z-index: 1507;
}

#wholeContent aside.showOptions .logo {
  width: 100%;
  padding: 25px;
  background: var(--main-bg-color);
  text-align: right;
  z-index: 2000;
}

#wholeContent aside.showOptions .menu {
  height: calc(100vh - 150px);
  display: flex;
  vertical-align: middle;
  justify-content: center;
  overflow: auto;
  padding: 30px 10px 30px 0;
  align-items: center;
}

#wholeContent aside.showOptions .menu ul.optionMenu {
  width: 100%;
}

#wholeContent aside.showOptions .menu ul.optionMenu li.optMenu div.flex {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin: 0;
  border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
  vertical-align: middle;
  align-items: center;
}

#wholeContent aside.showOptions .menu ul.optionMenu li.optMenu:hover, #wholeContent aside.showOptions .menu ul.optionMenu li.opened {
  background: #fff;
  cursor: pointer;
  box-shadow: 2px 3px 3px 4px var(--menu-bg-shadow);
  border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
}

#wholeContent aside.showOptions .menu ul.optionMenu li.optMenu:hover div.flex, #wholeContent aside.showOptions .menu ul.optionMenu li.opened div.flex {
  background: #fff;
  color: var(--main-bg-color);
  cursor: pointer;
}

#wholeContent aside.showOptions .menu ul.optionMenu li.optMenu span.option {
  font: 15px 'Roboto Mono', monospace;
  margin-left: 30px;
}

#wholeContent aside.showOptions .menu ul.optionMenu li.optMenu i {
  font-size: 25px;
}

#wholeContent aside.showOptions .menu ul.optionMenu li.optMenu ul.subMenu {
  display: none;
  padding: 10px 15px;
}

#wholeContent aside.showOptions .menu ul.optionMenu li.optMenu ul.subMenu a li {
  font: 15px 'Roboto Mono', monospace;
  color: var(--menu-letter-color);
  border-bottom: 1px solid #EDEEF3;
  padding: 20px 20px;
}

#wholeContent aside.showOptions .menu ul.optionMenu li.optMenu ul.subMenu a li i {
  font-size: 11px;
  display: none;
}

#wholeContent aside.showOptions .menu ul.optionMenu li.optMenu ul.subMenu a li:hover i {
  display: inline-block;
}

#wholeContent header {
  padding: 10px 0 0 0;
  display: flex;
  position: fixed;
  width: 100vw;
  background: var(--header-background);
  justify-content: space-between;
}

#wholeContent header.opMenu {
  width: calc(100vw - 80px);
}

#wholeContent header ul {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

#wholeContent header ul li.logo {
  margin: 0 15px;
}

#wholeContent header ul li.option, #wholeContent header ul li.option-n {
  margin: 0 10px;
  background: #EDEEF3;
  padding: 5px 13px;
  color: #55565A;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#wholeContent header ul li.option:hover {
  cursor: pointer;
  color: #252323
}

#wholeContent header .menuClosed {
  display: none;
}

#wholeContent header ul li.option-n {
  background: none;
}

#wholeContent header ul li.option, #wholeContent header ul li.option-n i {
  font-size: 15px
}

#wholeContent header ul li.avatar, #wholeContent header ul li.name {
  padding: 0 10px;
  font-family: 'Roboto Mono', monospace;
  font-style: normal;
}

#wholeContent #main_content {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  overflow-x: hidden;
}

#wholeContent #main_content.opMenu {
  width: calc(100vw - 80px);
}

.pull-left {
  float: left;
}

.circleNotification {
  position: absolute;
  z-index: 2000;
  font-size: 8px;
  margin-top: -30px;
  margin-left: 10px;
  display: none;
}

#companyControl {
  height: 100%;
  width: 300px;
  border-left: 2px solid rgb(159, 159, 159);
  background: rgba(55, 55, 55, 0.95);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  display: none;
}

#companyControl .list-group div {
  background: rgb(54, 54, 54)
}

#companyControl .card {
  padding: 10px 0;
  background: rgb(40, 38, 38);
  border-top: 2px solid #252323;
  width: 300px;
  border-left: 5px solid rgb(37, 115, 66);
}

#companyControl .card img {
  margin: 0 auto
}

#companyControl .card .card-body {
  padding: 10px 0 0 0;
}

#companyControl .card .card-body .card-text {
  color: rgb(55, 129, 64)
}

#companyControl .cardCompany {
  padding: 10px 0;
  background: rgb(40, 38, 38);
  border-bottom: 2px solid rgb(71, 71, 71);
  border-left: 5px solid rgb(39, 100, 193)
}

#companyControl .readInput {
  padding: 0;
}

#moduleConstructor {
  height: 100%;
  width: 300px;
  box-shadow: -5px -5px 4px #ccc;
  background: rgba(16, 22, 59, 0.95);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  display: none;
}

#diagramConstructor {
  height: 100%;
  width: 90vw;
  box-shadow: -5px -5px 4px #ccc;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  display: none;
}

#componentConstructorInfo {
  height: 100%;
  width: 600px;
  box-shadow: -5px -5px 4px #ccc;
  background: #fff;
  position: fixed;
  right: 300px;
  top: 0;
  z-index: 1900;
  display: none;
}

#LoadingBackground {
  width: 100%;
  height: 100%;
  z-index: 1504;
  background: rgba(245, 235, 235, 0.83);
  position: fixed;
  left: 0;
  top: 0;
  display: none
}

.loadPageIcon {
  position: absolute;
  z-index: 2000;
  width: 100px;
  bottom: 0
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube:nth-child(4n+1):before {
  background: rgb(208, 101, 3);
}

.sk-folding-cube .sk-cube:nth-child(4n+2):before {
  background: rgb(233, 147, 26);
}

.sk-folding-cube .sk-cube:nth-child(4n+3):before {
  background: rgb(22, 145, 190);
}

.sk-folding-cube .sk-cube:nth-child(4n+4):before {
  background: rgb(22, 107, 162);
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/****  Custom Scrollbar Browser  ****/

::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #d8bb75;
}

::-webkit-scrollbar-thumb {
  background-color: #d8bb75;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #d8bb75;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

button .tooltiptext {
  width: 120px;
  background-color: #555;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  margin-top: -40px;
  margin-left: -65px;
  opacity: 0;
  font-size: 11px;
  transition: opacity 0.3s;
  display: none;
}

button .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

button .tooltiptext.top::after {
  top: 100%;
  left: 50%;
  border-color: #555 transparent transparent transparent;
}

button .tooltiptext.bottom::after {
  top: -44%;
  left: 50%;
  border-color: transparent transparent #555 transparent;
}

button .tooltiptext.right::after {
  top: 20%;
  left: -4%;
  border-color: transparent #555 transparent transparent;
}

button .tooltiptext.left::after {
  top: 20%;
  left: 104%;
  border-color: transparent transparent transparent #555;
}

button .tooltiptext.top {
  margin-top: -40px;
  margin-left: -65px;
}

button .tooltiptext.bottom {
  margin-top: 40px;
  margin-left: -65px;
}

button .tooltiptext.right {
  margin-top: 0;
  margin-left: 25px;
}

button .tooltiptext.left {
  margin-top: 0;
  margin-left: -160px;
}

button:hover .tooltiptext {
  visibility: visible;
  font-size: 11px;
  display: block;
  opacity: 1;
}

.timeline {
  margin: 0 0 45px;
  padding: 0;
  height: calc(100vh - 200px);
  overflow: auto;
  position: relative
}

.timeline::before {
  border-radius: .25rem;
  background: #dee2e6;
  bottom: 0;
  content: '';
  left: 31px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 4px
}

.timeline>div {
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative
}

.timeline>div::after, .timeline>div::before {
  content: "";
  display: table
}

.timeline>div>.timeline-item {
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
  border-radius: .25rem;
  background: #fff;
  color: #495057;
  margin-left: 60px;
  margin-right: 15px;
  margin-top: 0;
  padding: 0;
  position: relative
}

.timeline>div>.timeline-item>.time {
  color: #999;
  float: right;
  font-size: 12px;
  padding: 10px
}

.timeline>div>.timeline-item>.timeline-header {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  color: #495057;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  padding: 10px
}

.timeline>div>.timeline-item>.timeline-header>a {
  font-weight: 600
}

.timeline>div>.timeline-item>.timeline-body, .timeline>div>.timeline-item>.timeline-footer {
  padding: 10px
}

.timeline>div>.timeline-item>.timeline-body>img {
  margin: 10px
}

.timeline>div>.timeline-item>.timeline-body ol, .timeline>div>.timeline-item>.timeline-body ul, .timeline>div>.timeline-item>.timeline-body>dl {
  margin: 0
}

.timeline>div>.timeline-item>.timeline-footer>a {
  color: #fff
}

.timeline>div>.fa, .timeline>div>.fab, .timeline>div>.far, .timeline>div>.fas, .timeline>div>.glyphicon, .timeline>div>.ion {
  background: #adb5bd;
  border-radius: 50%;
  font-size: 15px;
  height: 30px;
  left: 18px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px
}

.timeline>.time-label>span {
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 5px
}

.timeline-inverse>div>.timeline-item {
  box-shadow: none;
  background: #f8f9fa;
  border: 1px solid #dee2e6
}

.timeline-inverse>div>.timeline-item>.timeline-header {
  border-bottom-color: #dee2e6
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@media (max-width: 830px) {
  .hide830px {
    display: none;
  }
}

@media (max-width: 600px) {
  .mobileFalse {
    display: none;
  }
  .hide600px {
    display: none;
  }
  #wholeContent main {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #wholeContent header .menuOpened {
    display: none;
  }
  #wholeContent header .menuClosed {
    display: block;
  }
  #wholeContent aside.normal {
    display: none;
  }
  #wholeContent #main_content.opMenu, .opMenu {
    width: 100vw;
  }
}

.modal-xl {
  max-width: 1500px;
}

@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  .inputCheckbox, .inputRadio {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background .3s, border-color .3s, box-shadow .2s;
    &:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    }
    &:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    &:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: .9;
      &:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
      }
      &+label {
        cursor: not-allowed;
      }
    }
    &:hover {
      &:not(:checked) {
        &:not(:disabled) {
          --bc: var(--border-hover);
        }
      }
    }
    &:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    &:not(.switch) {
      width: 21px;
      &:after {
        opacity: var(--o, 0);
      }
      &:checked {
        --o: 1;
      }
    }
    &+label {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px;
    }
  }
  .inputCheckbox {
    &:not(.switch) {
      border-radius: 7px;
      &:after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
      }
      &:checked {
        --r: 43deg;
      }
    }
    &.switch {
      width: 38px;
      border-radius: 11px;
      &:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
      }
      &:checked {
        --ab: var(--active-inner);
        --x: 17px;
      }
      &:disabled {
        &:not(:checked) {
          &:after {
            opacity: .6;
          }
        }
      }
    }
  }
  .inputRadio {
    border-radius: 50%;
    &:after {
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: var(--active-inner);
      opacity: 0;
      transform: scale(var(--s, .7));
    }
    &:checked {
      --s: .5;
    }
  }
}

.tabsToSelect {
  max-height: 40px;
  box-shadow: 0;
  background: #dfdddd;
}

.tabsToSelect ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.tabsToSelect ul li {
  font-weight: bold;
  width: 25%;
  font-family: 'Roboto Mono';
  font-size: 13px;
  padding: 10px;
  text-transform: uppercase;
}

.tabsToSelect.opt3 ul li {
  width: 33.3%;
}

.tabsToSelect ul li:hover {
  cursor: pointer;
  background: #ebeaea;
}

.tabsToSelect ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabsToSelect.opt3 ul li {
  justify-content: center;
}

.tabsToSelect ul li.active {
  background: #fff;
}

.tabsToSelect ul li span.value {
  font-size: 10px;
}

.myFont {
  font-size: 22px
}

.scrollNone::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.scrollNone {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}