.wk-asistant [type="text"] {
  padding-right: 112px;
  font-size: 11.9px;
}
.wk-asistant a {
  color: inherit;
  display: inline-block;
  text-shadow: none;
  background: none;
  }

    .wk-asistant a:hover *{
      }
.wk-asistant ul{
  list-style-type: none;
  }

.wk-asistant .wk-tree > ul ul {
  margin-left: -24px;
}
.wk-asistant ~ * {
  margin-top: 16px;
}
.wk-asistant-btn-disable {
  display: none;
}
.wk-asistant-title {
  display: none;
}
.wk-asistant-header a {
  display: block;
  line-height: 32px;
  height: 32px;
  padding: 0 16px;
  /* color: #fff; */
  background-color: #E4EEF4;
  box-sizing: border-box;
}
.wk-asistant-header a:hover {
  color: #000;
  text-decoration: none;
}
.wk-asistant-header a:focus {
  text-decoration: none;
}
.wk-asistant-header .wk-asistant-footer {
  background-color: #F3F3F4;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  float: none;
  overflow: inherit;
  height: auto;
  color: #000;
}
.wk-asistant-header .wk-asistant-footer a {
  background-color: inherit;
  color: inherit;
  line-height: 16px;
  height: 16px;
  padding: 0;
}
.wk-asistant-header .wk-asistant-footer a:hover {

background-color: transparent;
}
.wk-asistant-content {
  background-color: #F3F3F4;
  padding: 16px;
}
.wk-asistant-content:after {
  content: "";
  clear: both;
  display: table;
}
.wk-asistant-main {
  width: 48%\9;
  width: calc(66% - 8px);
  float: left;
  height: 200px;
  overflow: auto;
  clear: both;
  background: #fff;
  margin-right: 8px;
  margin-top: 8px;
}
.wk-asistant-main .wk-tree {
  padding: 10px;
  padding-left: 16px;
}
.wk-asistant-footer {
  padding: 16px;
  float: right;
  height: 200px;
  overflow: auto;
  background: #fff;
  width: 48%\9;
  width: calc(33% - 8px);
  margin-left: 8px;
  margin-top: 8px;
}
.wk-asistant .wk-abc {
  margin-top: 16px;
  display: table;
  width: 100%;
}
div#assistantAmbito .wk--asistant-abc {
  display: none;
}
.wk-asistant .wk-abc-group {
  margin-left: -8px;
}
.wk-asistant .wk-abc-group button {
  border: 0;
  padding: 0 16px;
  cursor: pointer;
  line-height: 32px;
  transition: background-color 0.1s ease-out;
  text-transform: uppercase;
  background-color: #dbdbdb;
  display: inline-block;
  float: left;
  padding: 0;
  width: 32px;
  margin-top: 8px;
  margin-left: 8px;
  color: inherit;
}
.wk-asistant .wk-abc-group button:hover,
.wk-asistant .wk-abc-group button:focus {
  background-color: #bababa;
  text-decoration: none;
  color: #fff;
}
.wk-asistant .wk-abc-group button.active {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.wk-asistant .wk-abc-group:after {
  content: "";
  clear: both;
  display: table;
}
.wk-asistant .wk-searchcontrol {
  position: relative;
}
.wk-asistant .wk-btn-restaurar {
  width: 32px;
  height: 39px;
  line-height: 39px;
  color: inherit;
  text-align: center;
  position: absolute;
  right: 42px;
}
.wk-asistant .wk-btn-restaurar.wk-asistant-btn-disable {
  display: none;
}
.wk-asistant .wk-btn-restaurar span {
  display: none;
}
.wk-asistant .wk-btn-restaurar:after {
  content: '\e866';
  font-family: "wk-icons";
  font-weight: 100;
  font-size: 20px;
  color: #474747;
}
.wk-asistant .wk-btn-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    border: 0;
    padding: 0 16px;
    cursor: pointer;
    line-height: 39px;
    transition: background-color 0.1s ease-out;
    text-transform: uppercase;
    color: #00003c;
    display: inline-block;
    font-size: 0;
    padding: 0;
    text-align: center;
    height: 100%;
    border: 1px solid #00003c;
    background-color: #fed506;
}
    .wk-asistant .wk-btn-search:hover,
    .wk-asistant .wk-btn-search:focus {
        text-decoration: none;
        color: #00003c;
        background-color: #ecc704;
    }
.wk-asistant .wk-btn-search:after {
  content: '\e87a';
  font-family: "wk-icons";
  font-weight: 100;
  font-size: 20px;
}
.wk-asistant .wk-icon-search {
  display: none;
}
.wk-asistant .wk-icon-is-nocollapse {
  display: table;
  width: 100%;
  font-family: inherit;
}
.wk-asistant .wk-icon-is-nocollapse:after {
  content: '\e90e';
  font-size: 20px;
  font-family: "wk-icons";
  float: right;
}
.wk-asistant .wk-icon-is-collapse {
  display: table;
  width: 100%;
  font-family: inherit;
}
.wk-asistant .wk-icon-is-collapse:after {
  content: "";
  content: '\e90f';
  font-size: 20px;
  font-family: "wk-icons";
  float: right;
}
.wk-asistant .wk-title-assistant-main {
  float: left;
  width: 66%;
  margin-top: 16px;
}
.wk-asistant .wk-title-assistant-footer {
  margin-top: 16px;
  padding-left: calc(66% + 16px);
}
.wk-asistant .wk-link-close {
  position: absolute;
  background-color: transparent !important;
  left: 0;
  top: 0;
}
.wk-asistant .wk-link-close span {
  display: none;
}
.wk-asistant .wk-link-close:after {
  content: '\e866';
  font-weight: 100;
  font-family: "wk-icons";
  font-size: 16px;
  color: #e5202e;
}
.wk-asistant .loading-conf {
  background-color: #ededed;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
}
.wk-asistant .loading-conf:before {
  content: "";
  display: table;
  margin-left: auto;
  margin-right: auto;
  animation: wk-spin 1s infinite linear;
  width: 32px;
  height: 32px;
  background-image: url(../img/spinner-blue.png);
  background-position: center;
  background-size: 32px;
}
.wk-asistant .wk-addsElements-list li {
  position: relative;
  padding-left: 24px;
  line-height: 16px;
}
.wk-asistant .wk-addsElements-list li + li {
  margin-top: 16px;
}
.wk-asistant .wk-addsElements-arrow-l {
  display: none;
}
.wk-asistant .wk-addsElements-arrow-r {
  display: none;
}
.wk-tree > ul ul {
  margin-top: 16px;
}
.wk-tree li {
  position: relative;
  line-height: 16px;
  padding-left: 48px;
}
.wk-tree li + li {
  margin-top: 16px;
}
.wk-tree li:after {
  content: "";
  clear: both;
  display: table;
}
.wk-tree span {
  display: inline-block;
}
.wk-tree [type="checkbox"] {
  position: absolute;
  left: 0;
}
.wk-tree .wk-icon-folderOpen {
  cursor: pointer;
  position: absolute;
  left: 24px;
}
.wk-tree .wk-icon-folderOpen:after {
  content: '\e846';
  font-family: "wk-icons";
  font-weight: 100;
  font-size: 16px;
}
.wk-tree .wk-icon-folderClose {
  cursor: pointer;
  position: absolute;
  left: 24px;
}
.wk-tree .wk-icon-folderClose:after {
  content: '\e83d';
  font-family: "wk-icons";
  font-weight: 100;
  font-size: 16px;
}
.wk-tree .wk-icon-doc {
  position: absolute;
  left: 24px;
}
.wk-tree .wk-icon-doc:after {
  content: '\e82b';
  font-family: "wk-icons";
  font-weight: 100;
  font-size: 16px;
}

input[value="Normas Básicas"], input[value="Otras Normas"] {
    display: none;
}