﻿@keyframes twist {
  100% {
    transform: rotate(90deg);
  }
}
#new_group .modal-dialog {
  height: 200px;
}
#new_group .modal-body {
  padding: 15px 10px;
}
#new_group .modal-body label {
  width: 100%;
  padding: 5px;
  height: unset;
}
#new_group .modal-body input {
  width: 100%;
  padding: 5px;
  height: unset;
}

#main {
  border-bottom: 1px solid #d3d3d3;
  padding: 10px;
}
#main label {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  font-size: 10px;
}
#main input {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  border: none;
  border-bottom: 1px dashed #d3d3d3;
}
#main #app {
  font-size: 30px;
}
#main #desc {
  font-size: 15px;
}

#navItems {
  position: absolute;
  top: 122px;
  left: 0;
  right: 0;
  bottom: 0;
}
#navItems #gs {
  margin: 20px;
  font-size: 20px;
  width: 350px;
  border: 2px dashed #ececec;
  padding: 6px;
  padding-left: 6px;
  padding-left: 60px;
  position: relative;
  color: #595959;
}
#navItems #gs i {
  font-size: 30px;
  margin-top: 10px;
  color: #9d9d9d;
  position: absolute;
  left: 17px;
  top: 13px;
}
#navItems #groups {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  bottom: 0;
  border-right: 1px solid #d3d3d3;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#navItems #groups .collection {
  overflow: auto;
  scrollbar-width: thin;
  flex: 1;
}
#navItems #groups ul {
  list-style: none;
}
#navItems #groups ul li {
  padding: 10px 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#navItems #groups ul li:first-child.active {
  border-top: 1px solid #f2f2f2;
}
#navItems #groups ul li.active {
  background-color: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
#navItems #groups .controls {
  background-color: #f2f2f2;
  padding: 10px;
  border-top: 1px solid #d3d3d3;
}
#navItems #groups .controls > div {
  width: 190px;
  height: 40px;
  float: left;
  text-align: center;
  margin-right: 15px;
  line-height: 36px;
  border-radius: 2px;
}
#navItems #groups .controls > div i {
  margin-left: 5px;
  font-size: 15px;
}
#navItems #groups #g_add i {
  /*          background-color: #40916b;
  border: 1px solid #1a4a20;*/
  color: #40916b;
}
#navItems #groups #g_t {
  border-bottom: 1px solid #d3d3d3;
}
#navItems #groups #g_t label {
  margin: 5px;
}
#navItems #groups #g_t i {
  float: right;
  margin-top: 7px;
  margin-right: 10px;
}
#navItems #groups .grp {
  cursor: pointer;
  display: flex;
}
#navItems #groups .grp:hover {
  background-color: #f7f7f7;
}
#navItems #groups .grp > span {
  flex: 1 1 auto;
  line-height: 30px;
}
#navItems #groups .grp > input {
  flex: 1 1 auto;
  border: 1px dashed #ddd;
}
#navItems #groups .grp i {
  color: #909090;
  transition-duration: 0.3s;
  transition-property: transform;
  font-size: 0.8em;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
#navItems #groups .grp i:hover {
  color: #000;
  background-color: #f7f7f7;
}
#navItems #groups .grp .g-rem {
  flex: 0 0 30px;
}
#navItems #groups .grp .g-rem:hover {
  color: #9c1616;
  transform: rotate(90deg);
}
#navItems #navigation {
  position: absolute;
  left: 400px;
  bottom: 0;
  right: 0;
  /*background-color: #f2f2f2;*/
  padding: 10px;
  border-top: 1px solid #d3d3d3;
}
#navItems #navigation > div {
  /*width: 190px;*/
  height: 40px;
  float: left;
  text-align: center;
  margin-right: 15px;
  line-height: 36px;
  border-radius: 2px;
  cursor: pointer;
}
#navItems #navigation > div i {
  margin-left: 5px;
  font-size: 15px;
}
#navItems #navigation #new_item i {
  /*background-color: #d75a0f;*/
  /*border: 1px solid #5b3a1c;*/
  color: #d75a0f;
}
#navItems #navigation #new_form i {
  /*     background-color: #444b5e;
  border: 1px solid #21283c;*/
  color: #444b5e;
}
#navItems #navigation #new_link i {
  /*background-color: #3253ad;*/
  /*border: 1px solid #152c70;*/
  color: #3253ad;
}
#navItems #home {
  position: absolute;
  overflow: auto;
  top: 0;
  left: 400px;
  right: 0;
  bottom: 61px;
  padding: 5px;
  box-shadow: inset 0 0 5px #dfdfdf;
}
#navItems #home .group {
  display: none;
}
#navItems #home .group > .items {
  margin-left: 0px;
  padding-bottom: 10px;
}
#navItems #home .group.active {
  display: block;
}
#navItems #home > .ih .ico {
  width: 40px;
}
#navItems #home > .items {
  margin-bottom: 20px;
}
#navItems .item .ih {
  width: 600px;
  border: 1px solid #ececec;
  margin-top: 5px;
  display: flex;
  box-shadow: 0 0 5px #e8e8e8;
  background: #fff;
}
#navItems .item .ih .it.home {
  width: 444px;
}
#navItems .item .ih:hover {
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 5px #d4d4d4;
}
#navItems .item .ih > div {
  display: table;
  height: 52px;
}
#navItems .item .ih > div > div {
  display: table-cell;
  vertical-align: middle;
}
#navItems .item .ih .elb {
  background-color: #000;
  color: #fff;
  padding: 3px;
  cursor: s-resize;
  font-size: 10px;
  opacity: 0.2;
  position: absolute;
}
#navItems .item .ih .ico {
  width: 52px;
  background-color: #25a6c0;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#navItems .item .ih .itemp {
  display: none;
  width: 280px;
  height: 50px;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.3rem center;
  background-size: 8px 10px;
  padding-right: 17px;
  border: none;
  border-left: 1px solid #d3d3d3;
  background-color: #fbfbfb;
  font-size: 0.8rem;
}
#navItems .item .ih .itemp:focus {
  box-shadow: none;
}
#navItems .item .ih .uri {
  display: none;
}
#navItems .item .ih .uri input {
  width: 280px;
  height: 52px;
  border: none;
  background: #fbfbfb;
  border-left: 1px solid #d3d3d3;
  padding-left: 5px;
}
#navItems .item .ih .ic {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 8px;
}
#navItems .item .ih .it {
  font-weight: normal;
  border: none;
  flex: auto;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  padding-right: 5px;
  font-size: 14px;
}
#navItems .item .ih .it input {
  float: left;
  clear: both;
  width: 100%;
  border: none;
  border-bottom: 1px dashed #d3d3d3;
  margin-bottom: 3px;
}
#navItems .item .ia {
  width: 40px;
}
#navItems .item .ia > div {
  cursor: pointer;
}
#navItems .item .ia.ad {
  width: 40px;
  padding-left: 14px;
  position: relative;
}
#navItems .item .ia.ad .ac {
  position: absolute;
  left: 0;
  top: 50px;
  width: 107px;
  border: 1px solid #cbcbcb;
  border-radius: 0px 2px 2px 2px;
  display: none;
  z-index: 9999;
  background-color: #fff;
  font-size: 12px;
}
#navItems .item .ia.ad.hov:hover {
  background-color: #f7f7f7;
}
#navItems .item .ia.ad.hov:hover .ac {
  display: block;
}
#navItems .item .ia.ad.hov:hover .ac > div {
  padding: 10px;
  border-bottom: 1px solid #aeaeae;
}
#navItems .item .ia.ad.hov:hover .ac > div .fa {
  margin-right: 7px;
}
#navItems .item .ia.ad.hov:hover .ac > div:last-child {
  border: none;
}
#navItems .item .ia.ad.hov:hover .ac > .ni:hover {
  background-color: #ddf7c2;
}
#navItems .item .ia.ad.hov:hover .ac > .nf:hover {
  background-color: #c2f4f7;
}
#navItems .item .ia.re {
  width: 25px;
  padding-left: 6px;
}
#navItems .item .ia.re:hover {
  background-color: #ec2f19;
  color: #fff;
}
#navItems .item .ia.re:hover span {
  transform: rotate(90deg);
}
#navItems .item .ia.re span {
  transition-duration: 0.3s;
  transition-property: transform;
}
#navItems .items {
  margin-left: 40px;
}
#navItems .item.uri .ih {
  /*   .it {
      width: 257px;
  }*/
}
#navItems .item.uri .ih .uri {
  display: block;
}
#navItems .item.uri .ia.ad {
  display: none;
}
#navItems .item.form .ih {
  /*   .it {
      width: 257px;
  }*/
}
#navItems .item.form .ih .itemp {
  display: block;
}
#navItems .item.form .ia.ad {
  display: none;
}
