@font-face {
  font-family: "Roboto-Medium";
  src: url("fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Roboto-Medium.woff") format("woff"),
    url("fonts/Roboto-Medium.ttf") format("truetype"),
    url("fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Roboto-Light.woff") format("woff"),
    url("fonts/Roboto-Light.ttf") format("truetype"),
    url("fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

.wi-organization-page {
  background: #fff;
  overflow: hidden;
  padding-bottom: 15px;
}

.wi-organization-left-menu {
  float: left;
  width: 25%;
  padding: 10px;
}

.wi-organization-page-info {
  float: left;
  width: 75%;
}

.wi-organization-left-menu ul {
  font-family: RobotoRegular;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  list-style: none;
}

.wi-organization-left-menu ul li {
  border-bottom: 1px solid #fff;
}

.wi-organization-left-menu ul li:nth-last-child {
  border-bottom: 0;
}

.wi-organization-left-menu ul li a,
.wi-organization-left-menu-block {
  display: block;
  padding: 10px;
  background: #f4f8fe;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.wi-organization-left-menu ul li a:hover,
.wi-organization-left-menu ul li .active {
  background: #0399e9;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.wi-organization-left-menu-block {
  background: #e0e2e5;
  color: #505050;
  text-align: center;
}

.wi-zk-structure li ul li ul:nth-of-type(even) {
  color: #8bfff0;
}

@media screen and (min-width: 931px) {
  .wi-organization-left-menu-block i {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .wi-organization-left-menu,
  .wi-organization-page-info {
    float: none;
    width: 100%;
  }
  .wi-organization-left-menu-block i {
    margin-left: 8px;
    display: inline-block;
  }
  .wi-organization-left-menu-block {
    cursor: pointer;
  }
  .wi-organization-left-menu ul {
    display: none;
  }
}

.wi-blink {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

.wi-pp-block {
  width: 600px;
  position: fixed;
  z-index: 99999999;
  left: 50%;
  margin-left: -300px;
  top: 15%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #317b9f;
  color: #fff;
  overflow: auto;
  max-height: 70%;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  font-family: "Roboto-Light";
}

.wi-pp-block .wi-zk-listtitle {
  text-decoration: underline;
}

.wi-pp-block .wi-pp-mess .wi-zk-structure {
  text-align: left;
}

.wi-pp-mess a {
  text-decoration: underline;
  color: #a6f1f9;
}

.wi-zk-structure .wi-zk-passed {
  color: #77ff82;
}

.wi-zk-structure .wi-zk-error {
  color: #ff7272;
  text-decoration: underline;
}

.wi-pp-block .wi-zk-structure li {
  margin: 6px 0 6px;
}

.wi-pp-block .wi-zk-strblock {
  margin: 20px 0 6px !important;
}

@media screen and (max-width: 767px) {
  .wi-zk-structure {
    padding: 0;
    word-break: break-word;
  }
  .wi-pp-block {
    font-size: 14px !important;
    width: 90%;
    margin-left: 0;
    left: 5%;
    top: 5%;
    max-height: 90%;
  }
}

[data-page] {
  color: #525252;
  font-size: 15px;
  font-family: "Roboto-Medium";
}

/*[data-type="LABEL"] {
    font-family: 'Roboto-Medium';
}*/

[data-type="VALUE"],
[data-page] input[type="text"] {
  font-family: RobotoRegular;
  margin-top: 0;
  padding: 0 5px 3px 5px;
}

[data-page] input[type="text"] {
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

[data-page] textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/*[data-type="LABEL"][data-multi="Y"],*/
.wi-multi-block .wi-arr-add,
.wi-del-block {
  padding: 15px 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*[data-type="LABEL"][data-multi="Y"] {
    background: #0399e9;
}*/

.wi-multi-block .wi-arr-add {
  background: #66ce7d;
}

.wi-del-block {
  background: #d63c3c;
  color: #fff !important;
}

[data-active="Y"] .wi-arr-del {
  height: 3px;
  background: #ccc;
}

.wi-upload-block {
  float: left;
  width: 70%;
}

.wi-zk-title {
  text-align: center;
  font-size: 18px;
  padding: 20px 10px;
}

.wi-zk-table .wi-zk-body:nth-child(odd) {
  background: #dbeaea;
}

.wi-zk-header {
  background: #0399e9;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.wi-zk-header .wi-zk-nr,
.wi-zk-header .wi-zk-np,
.wi-zk-header .wi-zk-ntim,
.wi-zk-header .wi-zk-asps {
  border: 1px solid #ffffff;
}

.wi-zk-body .wi-zk-nr,
.wi-zk-body .wi-zk-np,
.wi-zk-body .wi-zk-ntim,
.wi-zk-body .wi-zk-asps {
  border: 1px solid #c5c5c5;
}

.wi-zk-header div:last-of-type {
  border-right: 0;
}

.wi-zk-header div:first-of-type {
  border-left: 0;
}

[data-page] div > .wi-arr-block:not(:nth-last-child(2)) {
  /*border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;*/
}

.wi-zk-table .wi-zk-error,
.wi-zk-table .wi-zk-ntim .wi-zk-passed,
.wi-zk-table .wi-zk-asps .wi-zk-passed {
  text-decoration: underline;
}

.wi-zk-table .wi-zk-error {
  color: #cc2929;
}

.wi-zk-table .wi-zk-ntim .wi-zk-passed {
  color: #1c9010;
}

.wi-settings-block {
  color: #525252;
  padding: 0 15px 50px 15px;
  background: #fff;
}

.wi-settings-title {
  text-align: center;
  font-size: 20px;
  padding: 20px 10px;
}

.wi-settings-paramb {
  margin-bottom: 30px;
}

.wi-settings-ptitle {
  font-family: "Roboto-Light";
  font-size: 16px;
  margin-bottom: 5px;
}

.wi-settings-pvalue input[type="text"] {
  padding: 3px 5px;
}

.wi-settings-pvalue input[type="text"],
.wi-settings-pvalue select {
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
}

.wi-settings-save {
  display: inline-block;
  float: left;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  background-color: #00bd5b;
  border-radius: 3px;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  margin-right: 10px;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

.wi-settings-cancel {
  display: inline-block;
  float: left;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  background-color: #d21b00;
  border-radius: 3px;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  margin-right: 10px;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

.wi-leblock {
  position: relative;
  width: calc(100% - 70px) !important;
  margin-left: 70px;
  padding-right: 60px !important;
  padding-bottom: 5px;
}

.wi-leblock-cancel,
.wi-leblock-save {
  border: 0;
  margin-top: 3px;
  /* margin: 3px 10px 0 10px; */
}

.wi-leblock-cancel:after,
.wi-leblock-save:after {
  font-size: 22px;
}

.wi-leblock-cancel {
  color: #d21b00;
}

.wi-leblock-cancel:after {
  font-family: "FontAwesome";
  content: "\f05e";
}

.wi-leblock-save {
  color: #00bd5b;
}

.wi-leblock-save:after {
  font-family: "FontAwesome";
  content: "\f0c7";
}

.wi-leblock-save {
  top: 1px;
  right: 0;
}

.wi-leblock-cancel {
  top: 1px;
  right: 25px;
}

.wi-zk-passed {
  word-break: break-word;
}

[data-active="N"][data-page="employees_data"]
  > .wi-multi-block
  > [data-name="IAOO"]
  > .wi-arr-block {
  border-bottom: 1px solid #dcdcdc !important;
  /* width: 50%; */
  float: left;
}

@media screen and (max-width: 820px) {
  [data-active="N"][data-page="employees_data"]
    > .wi-multi-block
    > [data-name="IAOO"]
    > .wi-arr-block {
    border-bottom: 1px solid #dcdcdc !important;
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 760px) {
  .wi-doc-upload {
    margin-top: 0 !important;
    margin-right: 30px;
  }
  .wi-upload-success {
    margin-top: 0;
  }
  .wi-progressbar {
    margin: 5px 5px 0 5px;
  }
}

@media screen and (max-width: 759px) {
  /*[data-type="LABEL"],
    .wi-upload-block {
        width: 100%;
    }*/
  [data-type="VALUE"],
  [data-page] input,
  [data-page] textarea {
    width: 100%;
    padding-left: 0;
  }
  [data-page] input[type="text"] {
    margin-top: 10px;
  }
  /* [data-active="Y"] [data-type="LABEL"],*/
  [data-active="Y"] .wi-leblock {
    width: calc(100% - 70px);
    margin-left: 70px;
  }
  .wi-doc-upload {
    margin-top: 10px;
  }
  a[data-input="FILE"] {
    padding-top: 10px;
  }
}

@media screen and (max-width: 850px) {
  .wi-zk-table {
    width: 100%;
    display: block;
  }
  .wi-zk-nr,
  .wi-zk-np,
  .wi-zk-ntim,
  .wi-zk-asps,
  .wi-zk-passed,
  .wi-zk-body,
  .wi-zk-header {
    width: 100%;
    display: block;
  }
  .wi-zk-body .wi-zk-np,
  .wi-zk-body .wi-zk-ntim {
    text-align: left;
  }
  .wi-zk-header > div:nth-child(n + 2),
  .wi-zk-body > div:nth-child(n + 2) {
    border-left: 1px solid #c5c5c5;
  }
  .wi-zk-passed {
    word-wrap: break-word;
  }
}

.wi-dison,
.wi-disoff,
.wi-en-block,
.wi-dis-block {
  font-size: 25px;
  background: none;
  font-family: "FontAwesome";
}

.wi-dison:after {
  content: "\f205";
}

.wi-disoff:after {
  content: "\f204";
}

.wi-en-block:after {
  content: "\f06e";
}

.wi-dis-block:after {
  content: "\f070";
}

/*.wi-multi-block>div>.wi-arr-block>[data-name] {
    padding: 20px 0;
}

.wi-multi-block>div>.wi-arr-block>[data-name]:last-child {
    border-bottom: 1px solid #dcdcdc;
}

.wi-organization-page-info>[data-page]>[data-name] {
    padding: 20px 0;
}*/

.wi-multi-block {
  padding: 0 !important;
}

.wi-version {
  font-size: 9px;
  margin-top: 5px;
  line-height: 1.5;
}
