.dwc_warning-c {
  color: #f9a84d;
}
.clearfix:before,
.dwc_thr_header-wrap:before,
.clearfix:after,
.dwc_thr_header-wrap:after {
  content: "";
  display: table;
}
.clearfix:after,
.dwc_thr_header-wrap:after {
  clear: both;
}
.m3_middle,
.m3_middle_helper {
  display: inline-block;
  vertical-align: middle;
}
.m3_middle_helper {
  width: 0;
  height: 100%;
}
.m3_ta-c {
  text-align: center;
}
.m3_ta-r {
  text-align: right;
}
.dwc-form_input,
.dwc-form_fixgrid > .dwc-form_fixgrid-right > input,
.dwc-form_base-input,
.dwc-form_textarea,
.dwc-form_validation-textarea_text,
.dwc-mrp_pass,
.dwc-mpp_input {
  border-radius: 1px;
  border: 1px solid #d0d0d0;
  outline: none;
}
.dwc-form_input:focus,
.dwc-form_fixgrid > .dwc-form_fixgrid-right > input:focus,
.dwc-form_base-input:focus,
.dwc-form_textarea:focus,
.dwc-form_validation-textarea_text:focus,
.dwc-mrp_pass:focus,
.dwc-mpp_input:focus {
  border-color: #9f9c9a;
}
.dwc_set_radio-checkbox,
.dwc_thr-file_check,
.dwc_thr-file_check-all,
.dwc_settings_group-checkbox {
  position: absolute;
  float: left;
  width: 0;
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
html {
  font: 13px/18px "Open Sans", Arial;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans-Regular"), url("/font/open_sans.woff") format("woff"), url("/font/open_sans.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansLight";
  font-style: normal;
  font-weight: normal;
  src: local("OpenSans-Light"), url("/font/open_sans_light.woff") format("woff"), url("/font/open_sans_light.ttf") format("truetype");
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
}
.dwc-form {
  display: block;
}
.dwc-form.__break {
  word-wrap: break-word;
}
.dwc-form_btn-wrap:before,
.dwc-form_btn-wrap:after {
  content: "";
  display: table;
}
.dwc-form_btn-wrap:after {
  clear: both;
}
.dwc-form_btn-wrap > .dwc_btn {
  float: right;
  margin-left: 10px;
}
.dwc-form_btn-wrap.__left > .dwc_btn {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.dwc-form_input {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #757575;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  margin: 0 0 15px 0;
}
.dwc-form_input.__invalid {
  color: #f00;
  font-weight: bold;
}
.dwc-form_offset1 {
  margin: 0 0 15px 0;
}
.dwc-form_offset2 {
  margin: 0 0 8px 0;
}
.dwc-form_offset3 {
  margin: 0 0 30px 0;
}
.dwc-form_top-offset {
  margin: 18px 0;
}
.dwc-form_fixgrid {
  position: relative;
  padding: 0 110px 0 0;
  min-height: 26px;
  font-size: 14px;
  line-height: 24px;
}
.dwc-form_fixgrid > .dwc-form_fixgrid-right {
  position: absolute;
  right: 0;
  width: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dwc-form_fixgrid > .dwc-form_fixgrid-right > input {
  width: 60px;
  height: 24px;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  flex: 1 0 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0 3px 0 0;
  border: 1px solid #bbb;
  min-width: 1px;
  text-align: right;
}
.dwc-form_fixgrid > .dwc-form_fixgrid-right > input.__full {
  width: 100%;
}
.dwc-form_fixgrid > .dwc-form_fixgrid-right > .dwc-form_fixgrid-dimension {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 4px;
}
.dwc-form_fixgrid > .dwc-form_fixgrid-right > .dwc-switcher {
  width: 100%;
  height: 24px;
}
.dwc-form_splitter {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.dwc-form_scan-results,
.dwc-form_scan-progress {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #e8e8e8;
}
.dwc-form_scan-results.__hidden,
.dwc-form_scan-progress.__hidden {
  display: none;
}
.dwc-form_scan-progress {
  width: 100%;
  height: 40px;
  background: url(../img/preloader-slow.gif) 50% 50% no-repeat;
}
.dwc-form_scan-results {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
.dwc-form_base-input {
  color: #757575;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 5px;
}
.dwc-form_base-input:-moz-submit-invalid,
.dwc-form_base-input:-moz-ui-invalid {
  box-shadow: none;
}
.dwc-form_text {
  word-break: break-all;
}
.dwc-form_textarea,
.dwc-form_validation-textarea_text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  resize: none;
  min-height: 200px;
}
.dwc-form_textarea {
  margin: 0 0 12px 0;
}
.dwc-form_validation-textarea {
  position: relative;
  margin: 0 0 15px 0;
}
.dwc-form_validation-textarea.__invalid > .dwc-form_validation-textarea_text {
  border-color: #eb5919;
}
.dwc-form_validation-textarea.__invalid:after {
  display: block;
  content: attr(data-warning);
  margin: 6px 0 0 0;
  font-size: 12px;
  line-height: 14px;
  color: #eb5919;
}
.dwc_set_ini-textbox_validation.__invalid:after {
  display: block;
  content: attr(data-warning);
  margin: 6px 0 0 0;
  font-size: 12px;
  line-height: 14px;
  color: #eb5919;
}
.dwc-form_frame {
  width: 100%;
  border: none;
}
.dwc-form_frame.__load {
  background: url(../img/preloader-slow.gif) 50% 50% no-repeat;
}
.dwc-form_chbox,
.dwc-form_chbox-text {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.dwc-form_chbox {
  margin: 0 6px 0 0;
}
.dwc-form_chbox-text {
  margin: 0 12px 0 0;
}
.dwc-layout-wrap {
  height: 100%;
  width: 100%;
}
.dwc_main {
  position: relative;
  width: 100%;
  height: 100%;
}
.dwc_main-panel_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 272px;
  bottom: 0;
  z-index: 2;
}
.dwc_main-body {
  position: absolute;
  left: 272px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1;
  background: #f7f7f5;
}
.dwc_main-panel {
  width: 272px;
  height: 100%;
  background-color: #7ab31f;
  overflow-y: auto;
}
.dwc_main-panel_back {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: #000;
  background: rgba(0,0,0,0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity(n) 0.8s ease;
  -moz-transition: opacity(n) 0.8s ease;
  transition: opacity(n) 0.8s ease;
}
.test {
  width: 10px;
  height: 1000px;
  background: #ff0;
}
@media (max-width: 1200px) {
  .dwc_main-panel {
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    transition: width 0.5s ease;
    width: 80px;
  }
  .dwc_main-panel:hover {
    width: 272px;
  }
  .dwc_main-panel:hover + .dwc_main-panel_back {
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .dwc_main-panel_wrap {
    width: 80px;
  }
  .dwc_main-panel {
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
    width: 80px;
  }
  .dwc_main-body {
    left: 80px;
  }
  .test {
    background: #ffa500;
  }
}
.dwc_dcolumn-panel {
  width: 275px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.dwc_dcolumn-body {
  position: absolute;
  left: 275px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: #f7f7f5;
}
.dwc_dcolumn-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.dwc_dcolumn-wrap.__thr-page .dwc_dcolumn-panel {
  left: auto;
  right: 0;
}
.dwc_dcolumn-wrap.__thr-page .dwc_dcolumn-body {
  right: 275px;
  left: 0;
}
.dwc_main-dropzone {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #fff;
  background: rgba(255,255,255,0.7);
}
.dwc_main-dropzone:before {
  position: absolute;
  left: 22px;
  top: 22px;
  display: block;
  content: "";
  right: 22px;
  bottom: 22px;
  border: 2px dashed #8ac812;
  background: url(../img/dropzone.png) 50% 50% no-repeat;
}
.dwc_nav-logo {
  position: relative;
  width: 100%;
  height: 80px;
  outline: none;
}
.dwc_nav-logo:before {
  content: "";
  display: block;
  position: absolute;
  width: 144px;
  height: 32px;
  background: url(../img/icon-sprite.png) 0px 0px no-repeat;
  left: 22px;
  top: 30px;
}
.dwc_navigation {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 20px 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.dwc_nav-item {
  flex: 0 0 auto;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #fff;
}
.dwc_nav-item.__space {
  flex: 1 1 auto;
}
.dwc_navbtn {
  display: block;
  position: relative;
  padding: 14px 10px 14px 67px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  min-height: 20px;
  text-decoration: none;
}
.dwc_navbtn:hover,
.dwc_navbtn:focus {
  background-color: #85c029;
  outline: none;
}
.dwc_navbtn-label {
  display: block;
  width: 195px;
}
.dwc_navbtn_help:before,
.dwc_navbtn_logout:before,
.dwc_navbtn_dashboard:before,
.dwc_navbtn_check:before,
.dwc_navbtn_maildpass:before,
.dwc_navbtn_threats:before,
.dwc_navbtn_info:before,
.dwc_navbtn_settings:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/icon-sprite.png) no-repeat;
  left: 27px;
  top: 50%;
  margin: -12px 0 0 0;
}
.dwc_navbtn_help:before {
  width: 24px;
  height: 24px;
  background-position: 0px -60px;
}
.dwc_navbtn_logout:before {
  width: 24px;
  height: 24px;
  background-position: -48px -60px;
}
.dwc_navbtn_dashboard:before {
  width: 24px;
  height: 24px;
  background-position: -28px -32px;
}
.dwc_navbtn_maildpass:before {
  width: 16px;
  height: 16px;
  background-position: -72px -84px;
}
.dwc_navbtn_check:before {
  width: 24px;
  height: 24px;
  background-position: -76px -32px;
}
.dwc_navbtn_settings:before {
  width: 24px;
  height: 24px;
  background-position: -100px -32px;
}
.dwc_navbtn_threats:before {
  width: 24px;
  height: 24px;
  background-position: -52px -32px;
}
.dwc_navbtn_info:before {
  width: 24px;
  height: 24px;
  background-position: -96px -60px;
}
.dwc_nav-radio {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  float: left;
}
.dwc_nav-radio:checked + .dwc_navbtn,
.dwc_nav-radio:checked + .dwc_navbtn:hover {
  background-color: #6da218;
}
@media (max-width: 1200px) {
  .dwc_navbtn-label {
    visibility: hidden;
  }
  .dwc_main-panel:hover .dwc_navbtn-label {
    display: block;
    visibility: visible;
  }
  .dwc_main-panel:not(:hover) .dwc_nav-logo:before {
    width: 36px;
  }
}
.dwc_navbtn_threats[data-total]:after {
  position: absolute;
  display: block;
  content: "";
  left: 39px;
  top: 25px;
  background: #f06c32;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-align: center;
}
.dwc_page-title {
  font-size: 21px;
  line-height: 21px;
  color: #626262;
  font-weight: normal;
  font-family: OpenSansLight;
  margin: 0 0 22px 0;
}
.dwc_page-title.__warning {
  color: #eb5919;
}
.dwc_page-title2 {
  font-size: 18px;
  line-height: 21px;
  color: #707070;
  font-weight: normal;
  margin: 0 0 18px 0;
}
.dwc_page-title3 {
  font-size: 15px;
  line-height: 28px;
  color: #545b61;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 1024px) {
  .dwc_page-wrap {
    min-width: 740px;
  }
}
.dwc_page-block_left {
  float: left;
  color: #afafaf;
}
.dwc_license-block_right {
  margin: 0 0 2px 145px;
}
.dwc_update-block_right {
  margin: 0 0 2px 215px;
}
.dwc_help-title {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #eb5919;
  margin: 0 0 20px 0;
  padding: 0 0 0 35px;
  font-weight: normal;
}
.dwc_help-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url("../img/icon-sprite.png");
  background-position: 0px -32px;
  width: 28px;
  height: 28px;
}
.dwc_help-frame {
  width: 100%;
  height: 0;
  border: none;
}
.dwc_help-support {
  text-align: left;
  font-family: Arial;
  padding-left: 5px;
}
.dwc_help-support > a {
  color: #62b000;
}
.dwc_help-support:empty {
  height: 40px;
  background: url("/img/preloader-slow.gif") 50% 50% no-repeat;
}
.dwc_primary-elements {
  border-spacing: 0;
  margin: 0 0 36px 0;
}
.dwc_primary-elements tbody > tr {
  color: #545b61;
}
.dwc_primary-elements tbody > tr td {
  padding: 12px 6px;
  border-top: 1px solid #d3d3d3;
  white-space: nowrap;
  vertical-align: top;
}
.dwc_primary-elements tbody > tr:last-child > td {
  border-bottom: 1px solid #d3d3d3;
}
.dwc_primary-elements thead td {
  font-size: 13px;
  line-height: 15px;
  color: #afafaf;
  padding: 0 6px 10px 6px;
}
.dwc_primary-elements tr.__off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  background-color: #fafafa;
  color: #afafaf;
}
.dwc_primary-elements tr.__off tr {
  color: #afafaf;
}
.dwc_primary-elements tr.__error [type=checkbox]:checked ~ .dwc-switcher_back {
  background: #a6abae;
  border-color: #818a8e;
}
.dwc_primary-elements tr.__error .dwc_elements_error-status {
  display: inline-block;
  max-width: 140px;
}
.dwc_primary-elements tr.__error .dwc_elements_work-status {
  display: none;
}
.dwc_primary-elements td:nth-child(1),
.dwc_primary-elements td:nth-child(2) {
  width: 196px;
}
.dwc_primary-elements td:nth-child(3) {
  width: 212px;
}
.dwc_primary-elements td:nth-child(4) {
  width: 164px;
}
.dwc_primary-elements td:nth-child(2) {
  line-height: 0;
}
.dwc_primary-elements td[colspan] > .dwc_elements_error-status {
  max-width: initial !important;
}
.dwc_primary-elements td[colspan] ~ td {
  display: none;
}
.dwc_primary-elements .dwc-switcher,
.dwc_additional_item .dwc-switcher {
  margin: 0 8px 0 0;
}
.dwc_elements_stats:empty:before {
  content: "—";
  color: #afafaf;
}
.dwc_elements_stats[data-title] {
  position: relative;
  cursor: help;
}
.dwc_elements_stats[data-title]:hover:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: -5px;
  top: 100%;
  background: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
  font-size: 13px;
  line-height: 18px;
  z-index: 1;
  padding: 3px 3px;
  font-style: normal;
  white-space: pre;
}
.dwc_primary-elements_hd {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.dwc_additional-elements_title {
  font-size: 13px;
  line-height: 15px;
  color: #afafaf;
  font-weight: normal;
  margin: 0 0 12px 0;
}
.dwc_additional_wrap:not(:empty) {
  margin: 0 -8px 40px -8px;
}
.dwc_additional_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dwc_additional_item {
  display: inline-block;
  vertical-align: top;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 192px;
  min-height: 176px;
  margin: 8px;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  padding: 22px 16px;
  font-size: 13px;
  line-height: 18px;
  color: #545b61;
}
.dwc_additional_item.__off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  background-color: #fafafa;
  color: #afafaf;
}
.dwc_additional_item.__error .dwc_elements_error-status {
  display: inline-block;
  word-wrap: break-word;
}
.dwc_additional_item.__error [type=checkbox]:checked ~ .dwc-switcher_back {
  background: #a6abae;
  border-color: #818a8e;
}
.dwc_additional_item.__error .dwc_elements_work-status {
  display: none;
}
.dwc_elements_work-status,
.dwc_elements_error-status {
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  color: #66ac00;
}
.dwc_elements_work-status {
  display: inline-block;
}
.dwc_elements_error-status {
  display: none;
  color: #eb5919;
  word-wrap: break-word;
  text-decoration: none;
}
.dwc_elements_error-status:before {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 6px 0 0;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon-sprite.png") -120px -84px no-repeat;
}
.dwc_elements_error-status:focus,
.dwc_elements_error-status:hover {
  text-decoration: underline;
  outline: none;
}
.dwc_elements_error-status.__inited {
  display: inline-block;
}
.dwc_elements_title,
.dwc_elements_link {
  display: block;
  color: inherit;
  font-size: 13px;
}
.dwc_elements_link {
  text-decoration: none;
}
.dwc_elements_link:focus,
.dwc_elements_link:hover {
  text-decoration: underline;
  outline: none;
}
.dwc_elements_property {
  color: #afafaf;
}
.dwc_elements_property:after {
  content: ":";
}
.dwc_elements_control-wrap {
  margin: 0 0 8px 0;
}
.__off .dwc_elements_work-status {
  color: #afafaf;
}
.firewall-block {
  padding: 0 !important;
}
.firewall-block td {
  border: none !important;
  padding: 12px 5px !important;
}
.firewall-block .change-btn {
  font-size: 12px;
  line-height: 12px;
  color: #66ac00;
  text-decoration: none;
  border-bottom: 1px dashed #66ac00;
  padding: 0;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
.firewall-block dwc-switcher_back {
  outline: none !important;
}
.dec_wt-popup_change .dwc_validation-input_text {
  width: 32%;
  margin-left: 10px;
}
.dec_wt-popup_change label {
  display: inline-block;
  min-width: 165px;
  text-align: right;
  vertical-align: top;
}
.dec_wt-popup_change .port-input {
  width: 10%;
}
.dec_wt-popup_change .dwc_popup-header {
  padding: 0 0 10px 0 !important;
}
.dec_wt-popup_change .additional-input {
  width: 60%;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.dec_wt-popup_change .dwc-form_btn-wrap {
  margin-top: 25px;
}
.dwc_elements_protection-status {
  color: #66ac00;
}
.no-protection {
  color: #afafaf;
}
#add-input {
  min-width: 0;
  cursor: pointer;
  color: #66ac00;
  display: inline-block;
  vertical-align: top;
}
#add-input input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}
.trash-icon {
  display: inline-block;
  width: 11px;
  height: 12px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("../img/ic_trash_grey.png");
  background-repeat: no-repeat;
  margin-left: 5px;
  padding: 5px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: center;
}
.trash-icon:hover {
  background-image: url("../img/ic_trash_green.png");
}
.ports-block {
  width: 15%;
  display: inline-block;
}
td.settingCol {
  white-space: normal !important;
}
.dwc_start-screen {
  position: relative;
  min-height: 100%;
  padding: 0 0 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9f8f2;
  text-align: center;
}
.dwc_start-screen_footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  height: 30px;
}
.dwc_start-screen_footer > a {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  margin: 0 20px;
  text-decoration: none;
  color: #545b61;
}
.dwc_start-screen_footer > a:focus,
.dwc_start-screen_footer > a:hover {
  text-decoration: underline;
  outline: none;
}
.dwc_content-login_home {
  float: right;
  color: #757575;
  margin: 10px;
}
.dwc_content-login_home:hover {
  text-decoration: none;
}
.dwc_content-login_form {
  margin: 60px auto 32px auto;
}
.dwc_btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #454d55;
  font-family: "Open Sans";
  cursor: pointer;
  border: 1px solid #9e9e9e;
  padding: 5px 20px;
  margin: 0;
  border-radius: 1px;
  background-image: -webkit-linear-gradient(#fefefe, #f5f7fa);
  background-image: -moz-linear-gradient(#fefefe, #f5f7fa);
  background-image: -ms-linear-gradient(#fefefe, #f5f7fa);
  background-image: linear-gradient(#fefefe, #f5f7fa);
}
.dwc_btn:hover,
.dwc_btn:focus {
  border-color: #70aa00;
  outline: none;
}
.dwc_btn:active {
  background-color: #e8e8e8;
  outline: none;
}
.dwc_btn.dwc_btn-default {
  font-weight: bold;
}
.dwc_btn.__green {
  background-image: -webkit-linear-gradient(#8bca2a, #85c029);
  background-image: -moz-linear-gradient(#8bca2a, #85c029);
  background-image: -ms-linear-gradient(#8bca2a, #85c029);
  background-image: linear-gradient(#8bca2a, #85c029);
  border-color: #70aa00;
  color: #fff;
}
.dwc_btn.__green:hover:not(:disabled) {
  background: #8ac812;
}
.dwc_btn.__fit {
  padding-right: 12px;
  padding-left: 12px;
  white-space: nowrap;
}
.dwc_btn:disabled {
  background: #fefefe;
  border-color: #dedede;
  color: #c9cacb;
  cursor: default;
}
.dwc_btn:disabled:hover,
.dwc_btn:disabled:active {
  border-color: #dedede;
  background: #fefefe;
}
.dwc_isl {
  display: table;
}
.dwc_isl > .dwc_isl-main,
.dwc_isl > .dwc_isl-right {
  display: table-cell;
  vertical-align: top;
}
.dwc_isl > .dwc_isl-main {
  width: 100%;
  white-space: nowrap;
}
.dwc_visual-input {
  display: inline-block;
  padding: 0px 1px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  min-height: 15px;
  text-overflow: ellipsis;
  width: 140px;
}
.dwc_visual-input:focus {
  outline: 1px solid #9f9c9a;
  text-overflow: clip;
}
.dwc_visual-input:after {
  content: attr(data-postfix);
  display: inline-block;
  margin-left: 4px;
}
.dwc_visual-input:before {
  content: "​";
}
.dwc_visual-input[data-empty].dwc_visual-input:empty:before {
  content: attr(data-empty);
}
.dwc_visual-input[data-empty].dwc_visual-input:empty:focus:before {
  content: "​";
}
.dwc_visual-input.__minimal[data-mes]:before {
  content: attr(data-mes);
  display: inline-block;
  width: 110%;
}
.dwc_visual-input.__minimal[data-mes]:focus:before {
  content: "";
}
.dwc_visual-input.__minimal[data-mes]:empty:focus:before {
  content: "​";
}
.dwc_validation-input {
  position: relative;
  margin: 0 0 15px 0;
}
.dwc_validation-input.__invalid > .dwc_validation-input_text {
  border-color: #eb5919;
}
.dwc_validation-input.__invalid:after {
  display: block;
  content: attr(data-warning);
  margin: 6px 0 0 0;
  font-size: 12px;
  line-height: 14px;
  color: #eb5919;
}
.dwc_validation-input_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 24px;
  color: #757575;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  margin: 0;
}
.dwc_validation-input_text:-moz-submit-invalid,
.dwc_validation-input_text:-moz-ui-invalid {
  box-shadow: none;
}
.dwc_validation-input_text {
  border-radius: 1px;
  border: 1px solid #d0d0d0;
  outline: none;
}
.dwc_validation-input_text:focus {
  border-color: #9f9c9a;
}
.dwc_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255,255,255,0.7);
  color: #454d55;
  z-index: 1000;
  outline: none;
}
.dwc_popup .dwc_popup-wrap {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  text-align: center;
}
.dwc_popup .dwc_popup-content {
  position: relative;
  width: 830px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  -webkit-box-shadow: -1px -1px 10px #cfcfcf, 1px 1px 10px #cfcfcf;
  -moz-box-shadow: -1px -1px 10px #cfcfcf, 1px 1px 10px #cfcfcf;
  box-shadow: -1px -1px 10px #cfcfcf, 1px 1px 10px #cfcfcf;
}
.dwc_popup .dwc_popup-content.__moveable {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dwc_popup .dwc_popup-header {
  display: block;
  border: none;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  word-wrap: break-word;
  white-space: normal;
}
.dwc_popup .dwc_popup-header:active {
  cursor: move;
}
.dwc_popup .dwc_popup-body {
  white-space: normal;
}
.dec_wt-popup .dwc_popup-content {
  width: 680px;
}
.dec_wt-popup .dwc_popup-body {
  padding: 0 30px 36px 30px;
}
.dec_wt-popup .dwc_popup-header {
  padding: 36px 30px 15px 30px;
  font-size: 20px;
  line-height: 21px;
}
.dec_wt-popup .dwc_popup-header:empty {
  padding: 0;
  border: none;
}
.dec_wt-popup .dwc_popup-header:empty + .dwc_popup-body {
  padding: 36px 30px;
}
.dec_wt-popup .dwc_btn {
  text-align: center;
}
.dec_doc-popup .dwc_popup-content {
  width: 880px;
}
.dec_doc-popup .dwc_popup-body {
  padding: 40px 50px 30px 50px;
}
.dec_doc-popup .dwc_popup-header {
  border: none;
}
.dec_doc-popup .dwc_btn {
  text-align: center;
}
.dwc_popup-close,
.dwc_popup-conf {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  z-index: 3;
  top: 27px;
  border: none;
  outline: none;
  padding: 0;
}
.dwc_popup-close {
  right: 22px;
  background: url(../img/icon1.png) -73px -1px no-repeat;
}
.dwc_popup-close:hover,
.dwc_popup-close:focus {
  background-position: -73px -21px;
}
.dwc_popup-conf {
  right: 48px;
  background: url(../img/icon1.png) -1px -1px no-repeat;
}
.dwc_popup-conf:hover {
  background-position: -1px -21px;
}
.dwc_check-wrap .dwc_popup-close {
  top: 0;
  right: 0;
}
.dwc_check-wrap .dwc_popup-conf {
  top: 0;
  right: 26px;
}
.dwc_popup_label1 {
  color: #afafaf;
}
.dwc_popup_label2 {
  color: #707070;
}
.dwc_popup_extlink {
  text-decoration: none;
  color: #66ac00;
}
.dwc_popup_extlink:hover,
.dwc_popup_extlink:focus {
  text-decoration: underline;
  outline: none;
}
.dwc_check-wrap {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.dwc_check-title {
  font-size: 21px;
  line-height: 21px;
  color: #626262;
  font-weight: normal;
  font-family: OpenSansLight;
  margin: 0 0 20px 0;
}
.dwc_check-dropzone {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dashed #b8b8b8;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  font-family: inherit;
  color: #afafaf;
}
.dwc_check-dropzone:hover,
.dwc_check-dropzone.__drop {
  color: #545b61;
  background-color: #fbfbfa;
}
.dwc_check-dropzone_label {
  max-width: 90%;
  overflow: hidden;
  word-wrap: break-word;
  font-family: inherit;
  pointer-events: none;
}
.dwc_check-dropzone_input {
  position: absolute;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 500px;
  width: 0;
  overflow: hidden;
}
.dwc_conf-content {
  width: 426px;
  border: 1px solid #d4d4d4;
  padding: 26px;
  text-align: left;
  background-color: #fff;
}
.dec_check-popup_grid {
  border-collapse: collapse;
  margin: 0 0 20px 0;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
}
.dec_check-popup_grid td {
  vertical-align: top;
  padding: 0 0 18px 0;
}
.dec_check-popup_grid td:last-child {
  white-space: nowrap;
  padding-left: 10px;
}
.dec_check-popup_grid td:first-child {
  color: #afafaf;
  width: 100%;
}
.dec_check-popup_grid td [data-component=visualinput] {
  width: 110px;
}
.dec_check-popup_grid .dec_check-popup_row2 > td {
  padding-bottom: 4px;
}
.dec_check-popup_grid .dec_check-popup_field {
  width: 50px;
  margin-right: 6px;
}
.dwc_check-res_title {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #626262;
  font-weight: normal;
  margin: 0 0 24px 0;
  padding: 0 0 0 36px;
}
.dwc_check-res_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: url(../img/anim.gif) 0 0 no-repeat;
}
.dwc_check-res_title.__not-detected:before {
  background: url(../img/icon5.png) 0 0 no-repeat;
}
.dwc_check-res_title.__detected:before {
  background: url(../img/icon5.png) -28px 0 no-repeat;
}
.dwc_check-res_title.__error:before {
  background-image: url("../img/icon-sprite.png");
  background-position: -24px -60px;
  width: 24px;
  height: 24px;
}
.dec_check-popup_more-btn {
  display: none;
}
.dec_check-popup_more-btn {
  display: none;
  color: #66ac00;
  cursor: pointer;
  border-bottom: 1px dashed;
}
.dec_check-popup_more-btn.__threat {
  color: #f17640;
}
.dec_check-popup_more-btn:hover {
  border-color: transparent;
}
.dwc_pwrap6 {
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
}
.dwc_pwrap1 {
  position: fixed;
  outline: none;
  background: transparent;
  color: #454d55;
  right: 20px;
  bottom: 25px;
  left: auto;
  top: auto;
  width: 480px;
  height: auto;
  -webkit-box-shadow: 1px 1px 10px #93959a;
  -moz-box-shadow: 1px 1px 10px #93959a;
  box-shadow: 1px 1px 10px #93959a;
}
.dwc_pwrap1 .dwc_check-wrap {
  min-height: 102px;
}
.dwc_pwrap1 .dwc_check-wrap .help-link_label {
  margin: 8px 0 0 0;
}
.dwc_pwrap1 .dwc_check-wrap .help-link_label a {
  color: #62b000;
}
.dwc_pwrap1 .dwc_conf-content {
  width: 100%;
  border: none;
  padding: 0;
}
.dwc_pwrap1 .dwc_check-res {
  display: block;
  margin: 0 0 10px 0;
}
.dwc_pwrap1 .dec_check-popup_more-btn {
  display: inline-block;
}
.dec_check-results {
  position: relative;
  min-height: 96px;
  padding: 0 0 36px 0;
}
.dec_check-popup_stop-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.dec_check-popup_repline {
  font-size: 13px;
  line-height: 15px;
  color: #afafaf;
  word-break: break-all;
  margin: 0 0 12px 0;
}
.dec_check-popup_repline-inner {
  color: #545b61;
}
.dec_check-popup_checkbox {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
}
.dec_check-popup_checkbox:checked ~ .dwc_scan-wrap {
  display: none;
}
.dec_check-popup_checkbox:checked ~ .dwc_conf-wrap {
  display: block;
}
.dec_check-popup_checkbox:focus ~ .dwc_scan-wrap .dwc_popup-conf {
  background-position: -1px -21px;
}
.dwc_conf-wrap {
  display: none;
}
.dwc_scan-report-cell {
  word-break: break-all;
}
.dwc_scan-report-cell.__found {
  color: #ff6f00;
}
.dwc_scan-report-cell.__not-found {
  white-space: nowrap;
}
.dwc_scan-report-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}
.dwc_scan-report-table td {
  vertical-align: top;
  padding: 8px 0 8px 10px;
}
.dwc_scan-report-table td:first-child {
  padding-left: 0;
}
.dwc_scan-report-table thead > tr > td {
  font-size: 13px;
  line-height: 15px;
  color: #afafaf;
  border-bottom: 1px solid #e1e2dd;
  padding-top: 0;
}
.dwc_scan-report-table tbody > tr > td {
  font-size: 13px;
  line-height: 18px;
  color: #555b61;
  width: calc(50% - 11px);
}
.dwc_scan-report-table tbody > tr > td:first-child {
  width: 18px;
}
.dwc_scan-report-table tbody > tr > td:last-child > .dwc_scan-report-cell {
  white-space: nowrap;
}
.dwc_scan-report_icon {
  display: block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../img/icon2.png) -19px 0 no-repeat;
}
.dwc_scan-report_icon.__found {
  background-position: -40px 0;
}
.dwc_scan-report_icon.__error {
  background-image: url("../img/icon-sprite.png");
  background-position: -88px -84px;
  width: 16px;
  height: 16px;
  margin: 2px 0 0 2px;
}
.dwc_scan-report-footer {
  text-align: right;
}
.dwc_uploader_label {
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.dwc_uploader_label .dwc_uploader_file-input {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 500px;
  width: 100%;
  height: 100%;
}
.dwc_uploader_label .dwc_uploader_file-input:focus + .dwc_uploader_btn {
  border-color: #70aa00;
}
.dwc_uploader_label:hover > .dwc_uploader_btn {
  border-color: #70aa00;
}
.dwc_uploader_label .dwc_uploader_file,
.dwc_uploader_label .dwc_uploader_btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
}
.dwc_uploader_label .dwc_uploader_btn {
  cursor: pointer;
  padding: 2px 0;
  height: auto;
  margin-left: 10px;
  min-width: 100px;
  text-decoration: none;
}
.dwc_uploader_label .dwc_uploader_file {
  color: #757575;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 5px;
  border: 1px solid #d0d0d0;
  outline: none;
  width: 305px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dwc_uploader_label .dwc_uploader_file:not(:empty) {
  border-color: #9e9e9e;
}
.dwc_uploader_label.__invalid:after {
  display: block;
  content: attr(data-warning);
  margin: 6px 0 0 0;
  font-size: 12px;
  line-height: 14px;
  color: #eb5919;
}
.dwc_uploader_label.__invalid .dwc_uploader_file {
  border-color: #eb5919;
}
.dwc_dropdown {
  display: inline-block;
  position: relative;
  padding: 8px 18px 8px 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkyQUM2REVGNEJGNDExRTU4MzBEQUEwQzlGNEM2NDFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkyQUM2REYwNEJGNDExRTU4MzBEQUEwQzlGNEM2NDFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQzZERUQ0QkY0MTFFNTgzMERBQTBDOUY0QzY0MUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQzZERUU0QkY0MTFFNTgzMERBQTBDOUY0QzY0MUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz762TukAAAAJElEQVR42mIsLS39z4AGmICYEU2MkQnGQKaZkFUga8cAAAEGAPVeAm3anHIIAAAAAElFTkSuQmCC);
  background-position: right 6px top 60%;
  background-repeat: no-repeat;
  color: inherit;
  text-decoration: none;
}
.dwc_dropdown:before {
  content: attr(data-value);
}
.dwc_dropdown:focus {
  outline: none;
}
.dwc_dropdown:focus:before {
  text-decoration: underline;
}
.dwc_dropdown .dwc_dropdown_menu {
  position: absolute;
  float: left;
  border: 1px solid #ccc;
  min-width: 100%;
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease, opacity(n) 0.2s ease;
  -moz-transition: height 0.2s ease, opacity(n) 0.2s ease;
  transition: height 0.2s ease, opacity(n) 0.2s ease;
  background: #fff;
  z-index: 100;
  font-weight: normal;
}
.dwc_dropdown.__opened {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk4RUM1QjAwNEJGNDExRTU4OTAxQzVDMEZCN0EzOEY5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk4RUM1QjAxNEJGNDExRTU4OTAxQzVDMEZCN0EzOEY5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OThFQzVBRkU0QkY0MTFFNTg5MDFDNUMwRkI3QTM4RjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OThFQzVBRkY0QkY0MTFFNTg5MDFDNUMwRkI3QTM4RjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7I3/D3AAAALElEQVR42mIsLS1lgIL/QMwIYjAhCcBpJiQBuA4WmBZkwPj/P7pCBgaAAAMAGv8JZDx0+roAAAAASUVORK5CYII=);
}
.dwc_dropdown.__opened .dwc_dropdown_menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.dwc_dropdown_item {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  color: inherit;
  padding: 6px 12px;
  text-decoration: none;
  outline: none;
}
.dwc_dropdown_item:hover,
.dwc_dropdown_item:focus {
  background-color: #e4eed7;
}
.dwc_dropdown_item.__current {
  font-weight: bold;
}
.dwc_dropdown[data-mode=btn] {
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #454d55;
  border: 1px solid #9e9e9e;
  padding: 2px 24px 2px 20px;
  margin: 0;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(#fbfbfb, #ebebeb);
  background-image: -moz-linear-gradient(#fbfbfb, #ebebeb);
  background-image: -ms-linear-gradient(#fbfbfb, #ebebeb);
  background-image: linear-gradient(#fbfbfb, #ebebeb);
  outline: none;
}
.dwc_dropdown[data-mode=btn]:after {
  right: 8px;
}
.dwc_dropdown[data-mode=btn]:hover {
  border-color: #8ac812;
}
.dwc_dropdown[data-mode=btn]:active {
  background-color: #e8e8e8;
}
.dwc_dropdown[data-mode=btn]:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
}
.dwc_dropdown[data-mode=btn]:disabled:hover {
  border-color: #9e9e9e;
}
.dwc_dropdown[data-mode=btn]:disabled:active {
  background-color: #fff;
}
.dwc_warning-tooltip {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  cursor: default;
  background-image: url("../img/icon-sprite.png");
  background-position: -120px -84px;
  width: 16px;
  height: 16px;
}
.dwc_help-icon,
.dwc_attention-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dwc_help-icon {
  background-image: url("../img/icon-sprite.png");
  background-position: -120px -60px;
  width: 18px;
  height: 18px;
}
.dwc_attention-icon {
  background-image: url("../img/icon-sprite.png");
  background-position: -120px -84px;
  width: 16px;
  height: 16px;
}
.dwc_warning {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: #eb5919;
  padding: 0 0 0 23px;
}
.dwc_warning:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-image: url("../img/icon-sprite.png");
  background-position: -120px -84px;
  width: 16px;
  height: 16px;
}
.dwc_normal {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 0 23px;
}
.dwc_normal:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-image: url("../img/icon-sprite.png");
  background-position: -104px -84px;
  width: 16px;
  height: 16px;
}
.dwc_alertline {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 0 23px;
}
.dwc_alertline:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-image: url("../img/icon-sprite.png");
  background-position: -104px -84px;
  width: 16px;
  height: 16px;
}
.dwc_alertline.__warning {
  color: #eb5919;
}
.dwc_alertline.__warning:before {
  background-image: url("../img/icon-sprite.png");
  background-position: -120px -84px;
  width: 16px;
  height: 16px;
}
.dwc-tooltip {
  cursor: pointer;
}
.dwc-tooltip:hover:before {
  content: attr(data-title);
  display: block;
  position: absolute;
  white-space: pre;
  font-style: normal;
}
.dwc-tooltip.__white:hover:before {
  right: 20px;
  top: -3px;
  background: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
  font-size: 13px;
  line-height: 18px;
  z-index: 1;
  padding: 3px 3px;
}
.dwc-tooltip.__black:hover:before {
  left: 50%;
  bottom: 1.5em;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 1px 8px;
  border-radius: 2px;
  transform: translateX(-50%);
}
.dwc-switcher {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dwc-switcher > [type=checkbox] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.dwc-switcher .dwc-switcher_btn {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  width: 50%;
  width: -webkit-calc(50% - 1px);
  width: -moz-calc(50% - 1px);
  width: calc(50% - 1px);
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
  background-image: -webkit-linear-gradient(top, #f7f7ef, #e8e8e0);
  background-image: -moz-linear-gradient(top, #f7f7ef, #e8e8e0);
  background-image: -ms-linear-gradient(top, #f7f7ef, #e8e8e0);
  background-image: linear-gradient(top, #f7f7ef, #e8e8e0);
  -webkit-box-shadow: inset 2px 2px 2px #fff, inset -2px -2px 2px #fff, 0 2px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 2px 2px 2px #fff, inset -2px -2px 2px #fff, 0 2px 1px rgba(0,0,0,0.2);
  box-shadow: inset 2px 2px 2px #fff, inset -2px -2px 2px #fff, 0 2px 1px rgba(0,0,0,0.2);
}
.dwc-switcher .dwc-switcher_back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cbccc7;
  border: 1px solid #a6abae;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
}
.dwc-switcher .dwc-switcher_btn,
.dwc-switcher .dwc-switcher_back {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 2px;
}
.dwc-switcher > [type=checkbox]:checked ~ .dwc-switcher_btn {
  left: 50%;
}
.dwc-switcher > [type=checkbox]:checked ~ .dwc-switcher_back {
  border-color: #66ac00;
  background-color: #8ac812;
  background-color: #7ab31f;
}
.dwc-switcher > [type=checkbox][disabled] ~ .dwc-switcher_back,
.dwc-switcher > [type=checkbox].__disabled ~ .dwc-switcher_back {
  background: #e1e2dd;
  border-color: #bbb;
}
.dwc-switcher > [type=checkbox][disabled]:checked ~ .dwc-switcher_back,
.dwc-switcher > [type=checkbox].__disabled:checked ~ .dwc-switcher_back {
  background: #a6abae;
  border-color: #818a8e;
}
.dwc-switcher > [type=checkbox].__error ~ .dwc-switcher_btn {
  left: 1px;
  cursor: default;
}
.dwc-switcher > [type=checkbox].__error ~ .dwc-switcher_back {
  cursor: default;
  border-color: #ec7400;
  background-color: #f9a84d;
}
.dwc_chbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.dwc_chbox > .dwc_chbox-i,
.dwc_chbox > .dwc_chbox-icn {
  margin: 2px;
  width: 12px;
  height: 12px;
  background: url(../img/checkbox.png) 0 0 no-repeat;
}
.dwc_chbox > .dwc_chbox-icn {
  display: block;
}
.dwc_chbox > .dwc_chbox-i {
  display: inline-block;
  vertical-align: middle;
}
.dwc_chbox > [type=checkbox] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.dwc_chbox > [type=checkbox]:checked + .dwc_chbox-icn,
.dwc_chbox > [type=checkbox]:checked + .dwc_chbox-i {
  background-position: 0 -12px;
}
.dwc_chbox > [type=checkbox]:disabled + .dwc_chbox-icn,
.dwc_chbox > [type=checkbox]:disabled + .dwc_chbox-i {
  background-position: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.dwc_chbox > [type=checkbox]:focus + .dwc_chbox-icn,
.dwc_chbox > [type=checkbox]:focus + .dwc_chbox-i {
  outline: 1px solid #333;
}
[data-component=customlist],
[data-component=singleline] {
  cursor: pointer;
  word-break: break-all;
  color: inherit;
  text-decoration: none;
}
[data-component=customlist]:before,
[data-component=singleline]:before {
  display: inline-block;
  content: attr(data-value);
}
[data-component=customlist].__empty:before,
[data-component=singleline].__empty:before {
  content: attr(data-empty);
}
[data-component=customlist]:focus,
[data-component=singleline]:focus {
  outline: none;
}
[data-component=customlist]:focus:before,
[data-component=singleline]:focus:before {
  text-decoration: underline;
}
.dwc_search-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url(../img/icon-sprite.png) -124px -32px no-repeat;
  z-index: 1;
}
.dwc_search-btn.dwc_clear-btn {
  width: 16px;
  height: 16px;
  background: url(../img/icon1.png) -73px -1px no-repeat;
  top: 5px;
}
.dwc_search-btn.dwc_clear-btn:hover {
  background-position: -73px -21px;
}
.dwc_search-input {
  width: 260px;
  padding: 2px 28px 2px 5px;
  border-color: #d0d0d0;
}
.dwc_search-input::-ms-clear {
  display: none;
}
.dwc_search-input:focus + .dwc_search-btn:not(.dwc_clear-btn) {
  background: url(../img/icon-sprite.png) -18px -84px no-repeat;
}
@media (max-width: 1024px) {
  .dwc_search-input {
    width: 245px;
  }
}
.dwc_search_offset1 {
  position: relative;
}
.dwc_set_radio-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  color: #9e9e9e;
  border-bottom: 1px dashed;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dwc_set_radio-label[data-count]:after {
  content: attr(data-count);
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 4px;
}
.dwc_set_radio-label:hover,
.dwc_set_radio-label color: $black1,
.dwc_set_radio-label:focus {
  color: #454d55;
  outline: none;
}
.dwc_set_radio-checkbox:checked + .dwc_set_radio-label {
  cursor: default;
  color: #66ac00;
  border-color: transparent;
}
.dwc_set_radio-checkbox:checked + .dwc_set_radio-label:hover {
  text-decoration: none;
}
.dwc_set_radio-checkbox:focus + .dwc_set_radio-label {
  color: #454d55;
}
.dwc_set_radio {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 15px 0 0;
}
.dwc_header-offset {
  margin-top: 51px;
}
@media (max-width: 900px) {
  .dwc_header-offset {
    margin-top: 0;
  }
}
.dwc_index-wrap {
  width: 100%;
  height: 100%;
}
.dwc_content-main {
  width: 100%;
  height: 100%;
}
.dwc_content-main_wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  height: auto;
}
.dwc_content-quarter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 50%;
  height: 50%;
  border: 1px solid #a2c3d7;
  padding: 30px 0 0 0;
}
.dwc_content-quarter_title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 0 10px;
}
.dwc_content-quarter_scroll-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.dwc_grid-cell {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.dwc_installed_header {
  font-size: 14px;
  line-height: 18px;
  color: #62b000;
  margin: 0 0 8px 0;
}
.dwc_installed_line {
  font-size: 13px;
  line-height: 16px;
  margin: 6px 0 0 0;
}
.dwc_installed_data {
  color: #9f9c9a;
}
.dwc_installed_numbers {
  color: #454d55;
}
.dwc_appinfo_row {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 16px 0;
  padding: 0 5px 16px 5px;
  border-bottom: 1px solid #e1e2dd;
}
.dwc_appinfo_name {
  margin: 0;
  font-weight: normal;
  color: #62b000;
}
.dwc_appinfo_status {
  margin-left: 10px;
}
.dwc_mainpage {
  padding: 38px 48px 40px 48px;
  max-width: 1086px;
  min-width: 906px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #f0f0e9;
  background: #fff;
}
@media (max-width: 1200px) {
  .dwc_mainpage {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.dwc_disconnect-popup {
  z-index: 100;
  border: 1px solid #fadfb6;
  background: #fffaf1;
  font-size: 14px;
  line-height: 24px;
  color: #d0a887;
  padding: 10px 0;
  height: auto;
  width: auto;
  outline: none;
  text-align: center;
  box-shadow: 0px 3px 8px #cecece;
  left: 320px;
  top: 16px;
  width: 814px;
}
@media (max-width: 1200px) {
  .dwc_disconnect-popup {
    left: 112px;
  }
}
.dwc_disconnect-label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 70px;
  background: url("/img/anim2.gif") 0 0 no-repeat;
}
.dwc_update-block_wrap {
  margin: 0 0 12px 0;
  font-size: 13px;
  line-height: 24px;
  color: #545b61;
}
.dwc_update-block_wrap .dwc_update-warning-wrap {
  color: #afafaf;
  padding: 4px 0;
}
.dwc_update-block_wrap > .dwc_warning {
  margin: 4px 0;
}
.dwc_update-block_offset {
  margin: 0 0 5px 0;
}
.dwc_update-block_progress-line {
  position: relative;
  height: 12px;
  margin: 6px 30px 6px 0;
  border-radius: 1px;
  background: #e0e0e0;
}
.dwc_update-block_label {
  position: absolute;
  right: -30px;
  top: 0;
  font-size: 12px;
  line-height: 12px;
}
.dwc_update-block_progress {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  background: #8ac812;
  border-radius: 1px;
}
.dwc_update-block_progress-size {
  float: right;
}
.dwc_update-block_progress-block {
  width: 330px;
  color: #afafaf;
}
.dwc_update-block_required-block {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.3s ease, opacity(n) 0.3s ease;
  -moz-transition: height 0.3s ease, opacity(n) 0.3s ease;
  transition: height 0.3s ease, opacity(n) 0.3s ease;
  color: #afafaf;
}
.dwc_update-block_required-block > .dwc_alertline {
  margin: 4px 0;
}
.dwc_update-block_required-block.__close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
}
.dwc_bases_thead {
  font-weight: bold;
}
.dwc_bases_cell {
  float: left;
  margin: 0 0 0 2%;
}
.dwc_bases_cell-s1 {
  width: 6.5%;
}
.dwc_bases_cell-s2 {
  width: 15%;
}
.dwc_bases_cell-s3 {
  width: 23.5%;
}
.dwc_bases_cell-s4 {
  width: 32%;
}
.dwc_bases_cell-s5 {
  width: 40.5%;
}
.dwc_bases_row {
  width: 100%;
  margin: 0 0 12px 0;
}
.dwc_bases_row > .dwc_bases_cell {
  margin: 0;
}
.dwc_bases_table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 -4px;
}
.dwc_bases_table td {
  border-bottom: 1px solid #e1e2dd;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
  white-space: nowrap;
}
.dwc_bases_table > thead > tr > td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.dwc_bases_table > tbody {
  color: #545b61;
}
.dwc_bases_table > tbody > tr > td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.dwc_bases_table > tbody > tr > td:last-child {
  padding-right: 20px;
}
.dwc_bases_table > thead {
  color: #afafaf;
}
.dwc_bases_table > thead > td {
  padding: 6px 0;
}
.dwc_bases_table .dwc_bases_empty-list {
  color: #555b61;
  padding: 30px;
  text-align: center;
  border: none;
}
.dwc_bases_liter1 {
  font-size: 13px;
  line-height: 28px;
  color: #545b61;
}
.dwc_bases_liter1-desc {
  display: inline-block;
  vertical-align: middle;
  color: #afafaf;
  width: 120px;
}
.dwc_bases_group {
  margin: 0 0 20px 0;
}
.dwc_bases_title {
  font-size: 15px;
  line-height: 18px;
  color: #555b61;
  font-weight: normal;
  margin: 0 0 6px 0;
}
.dwc_bases_status-ok,
.dwc_bases_status-fail {
  position: relative;
}
.dwc_bases_status-ok:before,
.dwc_bases_status-fail:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 14px;
  width: 16px;
  height: 16px;
  background: url(../img/status_icons.png) no-repeat;
}
.dwc_bases_status-fail:before {
  background-position: -16px 0;
}
.dwc_login-view_input,
.dwc_login-view_submit {
  display: block;
}
.dwc_login-view_input {
  font-size: 14px;
  line-height: 30px;
  padding: 0 6px;
  height: 30px;
  margin: 0 0 14px 0;
}
.dwc_login-view_submit {
  margin: 26px auto 0 auto;
}
.dwc_login-view {
  display: inline-block;
  width: 240px;
}
.dwc_login-view_label {
  font-size: 15px;
  line-height: 45px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.dwc_login-view_inner {
  padding: 155px 0 15px 0;
  background: url(../img/console_login_page.png) 50% 0 no-repeat;
}
.dwc_login-view_error {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  padding: 16px;
  margin: 0 0 22px 0;
  background-color: #ff8672;
  text-align: left;
}
.dwc_login-view_error:empty {
  padding: 0;
  margin: 0;
}
.dwc_threat-group_label {
  display: block;
  position: relative;
  padding: 8px 26px 8px 34px;
  word-wrap: break-word;
  outline: none;
  color: #797b75;
  text-decoration: none;
}
.dwc_threat-group_label:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.dwc_threat-group_label:hover,
.dwc_threat-group_label:focus {
  color: #66ac00;
}
.dwc_threat-group_label:focus ~ .dwc_threat-group_addtag-btn {
  display: block;
}
.dwc_threat-group_addtag-btn {
  position: absolute;
  display: none;
  right: 14px;
  top: 15px;
  cursor: pointer;
  margin: -6px 0 0 0;
  background-image: url("../img/icon-sprite.png");
  background-position: -36px -102px;
  width: 12px;
  height: 12px;
}
.dwc_threat-group_addtag-btn:hover {
  background-image: url("../img/icon-sprite.png");
  background-position: 0px -102px;
  width: 12px;
  height: 12px;
}
.dwc_threat-group_addtag-btn:before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  left: -6px;
  top: -6px;
}
.dwc_threat-group_deltag-btn {
  position: absolute;
  display: none;
  right: 14px;
  top: 50%;
  cursor: pointer;
  margin: -6px 0 0 0;
  background-image: url("../img/icon-sprite.png");
  background-position: -24px -102px;
  width: 12px;
  height: 12px;
}
.dwc_threat-group_deltag-btn:hover {
  background-image: url("../img/icon-sprite.png");
  background-position: -12px -102px;
  width: 12px;
  height: 12px;
}
.dwc_threat-group_tags {
  display: none;
}
.dwc_threat-group_tags .dwc_threat-group_label {
  padding-left: 48px;
}
.dwc_threat-group_item:hover .dwc_threat-group_deltag-btn {
  display: block;
}
:empty + .dwc_threat-group_tags-btn {
  display: none;
}
.dwc_threat-group_tags-btn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
/* down arrow */
}
.dwc_threat-group_tags-btn:before {
  display: block;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left-color: #333;
  margin: -4px 0 0 0;
}
.dwc_threat-group_item {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #757a7e;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
}
.dwc_threat-group_item.__open > .dwc_threat-group_tags {
  display: block;
}
.dwc_threat-group_item.__open > .dwc_threat-group_tags-btn:before {
  border-left-color: transparent;
  border-top-color: #333;
  margin: -2px 2px 0 -2px;
}
.dwc_threat-group_item:hover .dwc_threat-group_addtag-btn {
  display: block;
}
.dwc_threat-group_item.__hide {
  display: none;
}
.dwc_threat-group_item.__active > .dwc_threat-group_label {
  background-color: #ebebeb;
  color: #454d55;
}
.dwc_threat-group_item.__active > .dwc_threat-group_label:hover {
  color: #454d55;
}
.dwc_thr_group {
  margin: 0 0 18px 0;
}
.dwc_thr_group-title {
  font-size: 12px;
  line-height: 14px;
  color: #afafaf;
  font-weight: normal;
  margin: 0;
}
.dwc_thr_group-value {
  font-size: 13px;
  line-height: 14px;
  color: #545b61;
  word-wrap: break-word;
}
.dwc_thr_qentry-name:before {
  background-image: url("../img/icon-sprite.png");
  background-position: -36px -84px;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
}
.dwc_thr-file_name,
.dwc_thr-file_component,
.dwc_thr-file_title,
.dwc_thr-file_owner {
  float: left;
  width: 22%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}
.dwc_thr-type_icn {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 24px;
}
.dwc_thr-type_icn:before {
  display: block;
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  background-image: url("../img/icon-sprite.png");
  background-position: -54px -84px;
  width: 18px;
  height: 18px;
}
[data-group=quarantine] .dwc_thr-type_icn:before {
  background-image: url("../img/icon-sprite.png");
  background-position: -36px -84px;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 1px;
}
[data-group=blocked] .dwc_thr-type_icn:before {
  background-image: url("../img/icon-sprite.png");
  background-position: 0px -84px;
  width: 18px;
  height: 18px;
  left: 1px;
  top: 0;
}
.dwc_thr_fname {
  position: relative;
  padding: 4px 0 4px 22px;
  margin: 0 0 14px 0;
  word-wrap: break-word;
}
.dwc_thr_fname:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  background-image: url("../img/icon-sprite.png");
  background-position: -54px -84px;
  width: 18px;
  height: 18px;
}
.dwc_thr_fname.__blocked:before {
  background-image: url("../img/icon-sprite.png");
  background-position: 0px -84px;
  width: 18px;
  height: 18px;
  top: 5px;
}
.dwc_thr_fname.__quarantine:before {
  background-image: url("../img/icon-sprite.png");
  background-position: -36px -84px;
  width: 18px;
  height: 18px;
  top: 4px;
}
.dwc_thr_fname.__error:before {
  background-image: url("../img/icon-sprite.png");
  background-position: -88px -84px;
  width: 16px;
  height: 16px;
  top: 5px;
}
.dwc_thr-file_check[action=progress] + .dwc_thr-file_wrap .dwc_thr-type_icn:before {
  background-image: url(../img/preloader-slow.gif);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.dwc_thr-file_check[action=error] + .dwc_thr-file_wrap .dwc_thr-type_icn:before {
  background-image: url(../img/icon-sprite.png);
  background-position: -88px -84px;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
}
.dwc_thr-file {
  position: relative;
}
.dwc_thr-file.__hbs {
  display: none;
}
.dwc_thr-file.__error .dwc_thr-type_icn:before {
  background-image: url("../img/icon-sprite.png");
  background-position: -88px -84px;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
}
.dwc_thr-file_header.__stick {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 1;
}
.dwc_thr-file_header.__focus {
  background-color: #f7f7f5;
}
.dwc_thr-file_wrap {
  font-size: 13px;
  line-height: 20px;
  color: #545b61;
  padding: 12px 0 12px 32px;
  border-bottom: 1px solid #e1e2dd;
  cursor: default;
}
.dwc_thr-file_wrap.dwc_thr-file_header {
  padding: 6px 0 6px 32px;
  color: #afafaf;
}
.dwc_thr-file_component,
.dwc_thr-file_title,
.dwc_thr-file_owner {
  margin: 0 0 0 4%;
}
.dwc_thr-checkbox,
.dwc_thr-checkbox_all {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -7px 0 0 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(../img/checkbox.png) 0 0 no-repeat;
}
.dwc_thr-checkbox:before,
.dwc_thr-checkbox_all:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: -14px;
  top: -14px;
}
.dwc_thr-file_check:checked + .dwc_thr-file_wrap,
.dwc_thr-file_check:focus + .dwc_thr-file_wrap {
  background-color: #f7f7f5;
}
.dwc_thr-file_check:checked + .dwc_thr-file_wrap > .dwc_thr-checkbox,
.dwc_thr-file_check-all:checked + .dwc_thr-file_wrap > .dwc_thr-checkbox_all {
  background-position: 0 -12px;
}
.dwc_thr-scroll {
  width: 100%;
  height: 100%;
  position: relative;
}
.dwc_thr-collection {
  position: absolute;
  left: 0;
  top: 33px;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dwc_thr-collection[data-group=active] > .dwc_thr-file:not([data-group=active]),
.dwc_thr-collection[data-group=error] > .dwc_thr-file:not(.__error),
.dwc_thr-collection[data-group=blocked] > .dwc_thr-file:not([data-group=blocked]),
.dwc_thr-collection[data-group=quarantine] > .dwc_thr-file:not([data-group=quarantine]) {
  display: none;
}
.dwc_thr-message {
  position: absolute;
  left: 8px;
  top: 50px;
  right: 30px;
  z-index: 2;
  line-height: 22px;
  text-align: center;
  color: #555b61;
  font-family: inherit;
}
.dwc_thr-sticky-header {
  position: absolute;
  left: 14px;
  top: 0;
  right: 0;
}
.dwc_thr-file_header {
  position: relative;
  z-index: 1;
}
.dwc_thr_btn-wrap {
  margin: 0 0 14px 0;
}
.dwc_thr_leftblock-offset {
  margin-top: 30px;
}
.dwc_thr_dialog-file {
  padding: 0 0 0 14px;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 2px 0;
}
.dwc_thr_dialog-file:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -3px 0 0 0;
}
.dwc_thr_dialog-file.__success:after {
  background: #66ac00;
}
.dwc_thr_dialog-file.__fail:after {
  background: #ec7400;
}
.dwc_thrbox {
  padding: 30px 30px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.dwc_thrbox-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dwc_thrbox-header {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
  width: 100%;
}
.dwc_thrbox-main {
  position: absolute;
  left: 0;
  right: 280px;
  top: 80px;
  bottom: 0;
  overflow-y: auto;
}
.dwc_thrbox-offset1 {
  margin: 0 0 12px 0;
}
.dwc_thr_header-wrap {
  margin: 0 0 14px 0;
}
.dwc_thr_header,
.dwc_set_comp {
  display: inline-block;
  float: left;
  font-size: 21px;
  line-height: 21px;
  color: #797b75;
  font-weight: normal;
  font-family: OpenSansLight;
  margin: 2px 40px 6px 0;
}
.dwc_thr_header {
  margin: 2px 40px 6px 0;
}
.dwc_set_comp {
  margin: 2px 6px 6px 0;
}
.dwc_thr_search-wrap {
  float: right;
  position: relative;
  margin: 0 0 3px 0;
}
.dwc_thr_filters {
  float: left;
  margin: 2px 0 5px 0;
  max-width: 100%;
  word-break: break-all;
}
.dwc_thr_dev-wrap {
  position: relative;
  padding: 100px 48px 0 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 580px;
  background-color: #fff;
}
.dwc_thr_dev-top {
  position: absolute;
  left: 48px;
  top: 20px;
  right: 48px;
  height: 100px;
}
.dwc_thr_panel-offset {
  padding: 36px 20px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
}
.dev_vertal {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px 46px 0 48px;
}
.dev_vertal-row {
  display: table-row;
}
.dev_vertal-cell1 {
  display: table-cell;
}
.dev_vertal-cell2 {
  display: table-cell;
  height: 100%;
}
.dwc_thr_btn-wrap {
  margin: 0 0 16px 0;
}
.dwc_thr_btn-remove,
.dwc_thr_btn-restore,
.dwc_thr_btn-more {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
  padding: 0;
  background: url(../img/icon3.png) no-repeat;
}
.dwc_thr_btn-remove {
  background-position: 0 -2px;
}
.dwc_thr_btn-remove:hover:not(:disabled),
.dwc_thr_btn-remove:focus {
  background-position: 0 -33px;
}
.dwc_thr_btn-remove:disabled {
  background-position: 0 -64px;
  cursor: default;
}
.dwc_thr_btn-restore {
  background-position: -37px -2px;
}
.dwc_thr_btn-restore:hover:not(:disabled),
.dwc_thr_btn-restore:focus {
  background-position: -37px -33px;
}
.dwc_thr_btn-restore:disabled {
  background-position: -37px -64px;
  cursor: default;
}
.dwc_thr_btn-more {
  position: relative;
}
.dwc_thr_btn-more:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  width: 40px;
  height: 34px;
}
.dwc_thr_btn-more .dwc_dropdown_menu {
  position: absolute;
  float: left;
  border: 1px solid #ccc;
  text-align: left;
  min-width: 100%;
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease, opacity(n) 0.2s ease;
  -moz-transition: height 0.2s ease, opacity(n) 0.2s ease;
  transition: height 0.2s ease, opacity(n) 0.2s ease;
  background: #fff;
  z-index: 100;
  color: #333;
}
.dwc_thr_btn-more.__opened .dwc_dropdown_menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.dwc_thr_btn-more .dwc_dropdown_item {
  white-space: nowrap;
  font-size: 15px;
  line-height: 18px;
  padding: 6px 12px;
}
.dwc_thr_btn-more .dwc_dropdown_item:hover {
  background-color: #e4eed7;
}
.dwc_thr_btn-more .dwc_dropdown_item.__current {
  font-weight: bold;
}
.dwc_thr_btn-more {
  background-position: -74px -2px;
}
.dwc_thr_btn-more:hover,
.dwc_thr_btn-more:focus {
  background-position: -74px -33px;
}
.dwc_thr_btn-more[disabled],
.dwc_thr_btn-more[disabled]:hover {
  background-position: -74px -64px;
  pointer-events: none;
}
.dwc_thr-colheader {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dwc_thr_check-all-label {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  z-index: 2;
}
.dwc_thr_check-icn {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -7px 0 0 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(../img/checkbox.png) 0 0 no-repeat;
}
.dwc_thr-file_check-all:checked + .dwc_thr_check-icn {
  background-position: 0 -12px;
}
.dwc_thr_error {
  color: #eb5919;
}
.dwc_thr_discoveredlist-title {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed;
  color: inherit;
}
.dwc_thr_discoveredlist-title:hover {
  border-bottom-color: transparent;
}
.dwc_settings_liter1 {
  font-size: 14px;
}
.dwc_settings_row {
  margin: 0 0 22px 0;
  font-size: 13px;
  line-height: 18px;
}
.dwc_settings_row.__short {
  margin-bottom: 12px;
}
.dwc_settings_row [data-component=customlist].__mod,
.dwc_settings_row [data-component=singleline].__mod,
.dwc_settings_row .dwc_visual-input.__mod,
.dwc_settings_row .dwc_dropdown.__mod {
  font-weight: bold;
}
.dwc_settings_cell {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.dwc_settings_cell:first-child {
  color: #afafaf;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}
.dwc_settings_cell > .dwc_dropdown {
  padding: 0 16px 0 0;
}
.dwc_settings_title {
  color: #757a7e;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}
.dwc_settings_description {
  margin: 0 0 24px 0;
}
.dwc_set_group-subtitle {
  color: #afafaf;
  margin-left: 6px;
}
.dwc_set_group-subtitle:before {
  content: "[";
}
.dwc_set_group-subtitle:after {
  content: "]";
}
.dwc_set_group-title {
  display: inline-block;
  vertical-align: middle;
  color: #afafaf;
  font-size: 15px;
  line-height: 16px;
  margin: 0 30px 0 0;
}
.dwc_settings_group-members {
  display: none;
  padding: 8px 0 0 24px;
}
.dwc_settings_group {
  position: relative;
  margin: 20px 0;
  color: #545b61;
}
.dwc_settings_group-checkbox:checked + .dwc_settings_group-title:before {
  background-image: url("../img/icon-sprite.png");
  background-position: -57px -102px;
  width: 9px;
  height: 9px;
}
.dwc_settings_group-checkbox:checked ~ .dwc_settings_group-members {
  display: block;
}
.dwc_settings_group-checkbox:focus + .dwc_settings_group-title {
  text-decoration: underline;
}
.dwc_settings_group-title {
  display: block;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0 0 8px 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
}
.dwc_settings_group-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 3px;
  background-image: url("../img/icon-sprite.png");
  background-position: -48px -102px;
  width: 9px;
  height: 9px;
}
.dwc_settings_group-title.__cpm {
  padding-left: 16px;
}
.dwc_settings_group-title.__cpm:before {
  left: 0;
}
.dwc_set_no-results {
  font-size: 15px;
  line-height: 18px;
  margin: 20px 0;
}
.dwc_set_block {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.dwc_set_block:empty {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.dwc_dcolumn-wrap.__load {
  position: relative;
  overflow: hidden;
}
.dwc_dcolumn-wrap.__load:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 1px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/preloader-slow.gif);
  background-position: 50% 50%;
  background-color: rgba(255,255,255,0.7);
  background-repeat: no-repeat;
}
.dwc_set_ini-wrap {
  position: relative;
  margin: 0 20px 0 0;
}
.dwc_set_ini-wrap.__load:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/preloader-slow.gif);
  background-position: 50% 50%;
  background-color: rgba(255,255,255,0.7);
  background-repeat: no-repeat;
}
.dwc_set_ini-desc {
  margin: 22px 0;
  font-size: 13px;
  line-height: 18px;
  color: #757575;
}
.dwc_set_ini-textbox {
  padding: 7px 12px;
  border: 1px solid #e1e2dd;
  min-height: 400px;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  margin: 0 0 12px 0;
  width: 100%;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.dwc_set_ini-btns {
  text-align: right;
  margin: 0 0 22px 0;
}
.dwc_set_ini-btns > .dwc_btn {
  margin: 0 0 0 7px;
}
.dwc_set_header {
  font-size: 21px;
  line-height: 21px;
  color: #626262;
  font-weight: normal;
  font-family: OpenSansLight;
  margin: 40px 0 20px 34px;
}
.dwc_set_panel-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
}
.dwc_set_body {
  padding: 38px 30px 30px 30px;
  max-width: 811px;
  min-width: 626px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #f0f0e9;
  background: #fff;
}
.dwc_prot-mode-desc {
  margin: 15px 0 20px 0;
  font-size: 13px;
  line-height: 20px;
  color: #afafaf;
}
.dwc_prot-mode_conn-status {
  position: relative;
  margin: 0 0 12px 0;
  padding: 0 0 0 20px;
  font-weight: normal;
}
.dwc_prot-mode_conn-status:before {
  content: "";
  position: absolute;
  color: transparent;
  border: 5px solid;
  left: 0;
  top: 5px;
}
.dwc_prot-mode_conn-status[data-status=connecting]:before {
  color: #f9af45;
}
.dwc_prot-mode_conn-status[data-status=connected]:before {
  color: #8ac812;
}
.dwc_prot-mode_conn-status[data-status=pending]:before {
  color: #eb5919;
}
.dwc_prot-mode_log {
  width: 90%;
  height: 300px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  font-size: 13px;
  line-height: 16px;
  color: #757a7e;
  outline: none;
  resize: none;
}
.dwc_title-dropdown {
  font-size: 21px;
  line-height: 24px;
  color: #626262;
  padding: 0 20px 0 0;
  margin: 0 0 25px 0;
}
.dwc_title-dropdown:focus:before {
  text-decoration: none;
}
.dwc_prot-mode_newbie {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.dwc_settings-label {
  color: inherit;
  text-decoration: none;
}
.dwc_settings-label:focus {
  text-decoration: underline;
}
.dwc_settings-label.__mod {
  font-weight: bold;
}
.dwc_colayout_grid {
  display: table;
  width: 100%;
  height: 100%;
}
.dwc_colayout_leftblock {
  width: 265px;
}
.dwc_chresgrid-line {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #e1e2dd;
}
.dwc_chresgrid-line:before,
.dwc_chresgrid-line:after {
  content: "";
  display: table;
}
.dwc_chresgrid-line:after {
  clear: both;
}
.dwc_chresgrid-line.__header {
  color: #afafaf;
}
.dwc_chresgrid-line.__threat > .dwc_chresgrid-cell:last-child {
  color: #f06c32;
}
.dwc_chresgrid-line.__error > .dwc_chresgrid-cell:last-child {
  color: #afafaf;
}
.dwc_chresgrid-cell {
  float: left;
  box-sizing: border-box;
  width: 40%;
  padding: 0 6px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dwc_chresgrid-cell:first-child {
  width: 60%;
}
.dwc_chresgrid-inserted {
  display: none;
  width: 100%;
  float: left;
}
.dwc_chresgrid-inserted_arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 46px;
  cursor: pointer;
}
.dwc_chresgrid-inserted_arrow:before {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #555b61;
  margin: -2px 0 0 -2px;
}
.dwc_chresgrid-inserted_arrow.__opened:before {
  border: 4px solid transparent;
  border-top-color: #555b61;
  margin-left: -4px;
  margin-top: 0;
}
.dwc_chresgrid-inserted_arrow.__opened ~ .dwc_chresgrid-inserted {
  display: block;
}
.dwc_chresgrid-inserted_block {
  position: relative;
}
.dwc_chresgrid-inserted_block:before,
.dwc_chresgrid-inserted_block:after {
  content: "";
  display: table;
}
.dwc_chresgrid-inserted_block:after {
  clear: both;
}
.dwc_chresgrid-inserted_block > .dwc_chresgrid-line > .dwc_chresgrid-cell:first-child {
  padding-left: 101px;
}
.dwc_chresgrid-inserted_block > .dwc_chresgrid-inserted > .dwc_chresgrid-line > .dwc_chresgrid-cell:first-child {
  padding-left: 106px;
}
.dwc_chresgrid-inserted_block > .dwc_chresgrid-inserted_arrow {
  left: 80px;
}
.dwc_chresgrid-inserted_block[data-level="0"] > .dwc_chresgrid-line > .dwc_chresgrid-cell:first-child {
  padding-left: 21px;
}
.dwc_chresgrid-inserted_block[data-level="0"] > .dwc_chresgrid-inserted > .dwc_chresgrid-line > .dwc_chresgrid-cell:first-child {
  padding-left: 26px;
}
.dwc_chresgrid-inserted_block[data-level="0"] > .dwc_chresgrid-inserted_arrow {
  left: 0px;
}
.dwc_chresgrid-inserted_block[data-level="1"] > .dwc_chresgrid-line > .dwc_chresgrid-cell:first-child {
  padding-left: 41px;
}
.dwc_chresgrid-inserted_block[data-level="1"] > .dwc_chresgrid-inserted > .dwc_chresgrid-line > .dwc_chresgrid-cell:first-child {
  padding-left: 46px;
}
.dwc_chresgrid-inserted_block[data-level="1"] > .dwc_chresgrid-inserted_arrow {
  left: 20px;
}
.dwc_chresgrid-inserted_block[data-level="2"] > .dwc_chresgrid-line > .dwc_chresgrid-cell:first-child {
  padding-left: 61px;
}
.dwc_chresgrid-inserted_block[data-level="2"] > .dwc_chresgrid-inserted > .dwc_chresgrid-line > .dwc_chresgrid-cell:first-child {
  padding-left: 66px;
}
.dwc_chresgrid-inserted_block[data-level="2"] > .dwc_chresgrid-inserted_arrow {
  left: 40px;
}
.dwc_chresgrid-inserted_block[data-level="3"] > .dwc_chresgrid-line > .dwc_chresgrid-cell:first-child {
  padding-left: 81px;
}
.dwc_chresgrid-inserted_block[data-level="3"] > .dwc_chresgrid-inserted > .dwc_chresgrid-line > .dwc_chresgrid-cell:first-child {
  padding-left: 86px;
}
.dwc_chresgrid-inserted_block[data-level="3"] > .dwc_chresgrid-inserted_arrow {
  left: 60px;
}
.dwc_chresgrid-wrap {
  width: 616px;
  margin: 0 0 20px 0;
}
.dwc_chresgrid-wrap:before,
.dwc_chresgrid-wrap:after {
  content: "";
  display: table;
}
.dwc_chresgrid-wrap:after {
  clear: both;
}
.dwc_chresgrid-wrap > .dwc_chresgrid-inserted_arrow {
  display: none;
}
.dwc_chresgrid-wrap {
  width: 616px;
  margin: 0 0 20px 0;
}
.dwc_chresgrid-wrap > .dwc_chresgrid-inserted_arrow {
  display: none;
}
.dwc_chresgrid-wrap > .dwc_chresgrid-inserted {
  display: block;
}
.dwc_mpp {
  position: fixed;
  outline: none;
  background: transparent;
  color: #454d55;
  right: 20px;
  bottom: 25px;
  left: auto;
  top: auto;
  width: 620px;
  height: auto;
}
.dwc_mpp > .dwc_popup-wrap {
  overflow: auto;
  -webkit-box-shadow: -1px -1px 10px #cfcfcf, 1px 1px 10px #cfcfcf;
  -moz-box-shadow: -1px -1px 10px #cfcfcf, 1px 1px 10px #cfcfcf;
  box-shadow: -1px -1px 10px #cfcfcf, 1px 1px 10px #cfcfcf;
}
.dwc_mpp .dwc_popup-content {
  width: 620px;
}
.dwc_mpp .dwc_popup-header {
  padding: 32px 32px 16px 32px;
}
.dwc_mpp .dwc_popup-body {
  padding: 0 32px 32px 32px;
}
.dwc_mpp .dwc_popup-close {
  top: 16px;
  right: 16px;
}
.dwc-mpp_instructions {
  font-size: 12px;
  line-height: 15px;
  color: #545b61;
  margin: 0 0 20px 0;
}
.dwc-mrp_description {
  margin: 0 0 18px 0;
}
.dwc-mrp_warning {
  position: relative;
  padding: 0 0 0 36px;
  margin: 0 0 20px 0;
  font-size: 12px;
  line-height: 14px;
  color: #999;
}
.dwc-mrp_warning:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  background-image: url("../img/icon-sprite.png");
  background-position: -72px -60px;
  width: 24px;
  height: 24px;
}
.dwc-mrp_pass-row {
  margin: 0 0 16px 0;
}
.dwc-mrp_pass-label {
  min-width: 150px;
  display: inline-block;
  vertical-align: middle;
}
.dwc-mrp_pass {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 24px;
  color: #757575;
  height: 24px;
  width: 215px;
  padding: 3px 5px;
}
.dwc-mpp_input {
  font-size: 15px;
  line-height: 24px;
  color: #757575;
  height: 24px;
  width: 168px;
  padding: 3px 5px;
}
.dwc-mpp_grid {
  margin: 0 -10px 12px -10px;
}
.dwc-mpp_grid td {
  padding: 0 10px 8px 10px;
}
.dwc-mpp_grid .dwc_help-icon {
  margin-left: 10px;
}
.mpp_maild-pass-row {
  font-size: 18px;
  line-height: 20px;
  color: #626262;
  font-weight: bold;
}
.mpp_maild-pass {
  margin: 0 0 0 8px;
  border-bottom: 1px dashed;
}
