/* 
    Created on : 11.02.2020, 12:36:49
    Author     : ssiunov
*/
.noselect {
  /*-webkit-touch-callout: none;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.wide-search-form {
  border: 0;
  margin-bottom: 15px;
}
.wide-search-form .hidden-fields {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}
.wide-search-form a.btn {
  padding: 4px;
  border-radius: 0px;
}
.wide-search-form a.reset {
  font-size: 1.3rem;
  margin-left: 15px;
}
.wide-search-form .wide-zone {
  width: 100%;
  display: none;
  padding: 15px 15px 5px 15px;
  border-left: 1px solid #EBEDEF;
  border-bottom: 1px solid #EBEDEF;
  border-right: 1px solid #EBEDEF;
}
.wide-search-form .wide-zone.collapsed {
  display: none;
}
.wide-search-form .wide-zone.expanded {
  display: block;
}
.wide-search-form .wide-zone .filter__toggle {
  margin: 15px;
}
.wide-search-form .wide-zone .filter__link {
  text-align: left;
  font-size: 1.4rem;
  color: #337ab7;
}
.wide-search-form .wide-zone .filter__link:hover {
  color: #f58220;
}
.wide-search-form .wide-zone .filter__link:hover span:after {
  background: url(/img/svg/third-h.svg) no-repeat;
}
.wide-search-form .wide-zone .filter__link span:after {
  background: url(/img/svg/third_blue.svg) no-repeat;
}
.wide-search-form .wide-zone .filter__link.active span:after {
  background: url(/img/svg/f-close_blue.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 9px;
  top: 1px;
}
.wide-search-form .wide-zone .filter__link.active:hover span:after {
  background: url(/img/svg/f-close-h.svg) no-repeat;
}
.wide-search-form .wide-zone .special-search-fields {
  /* margin-top: 30px;*/
  position: relative;
}
.wide-search-form .wide-zone .special-search-fields > div:first-child {
  font-size: 1em;
  color: #428bca;
  border-top: 1px solid #428bca;
  position: relative;
}
.wide-search-form .wide-zone .special-search-fields > div:first-child div {
  border-left: 0;
  position: relative;
}
.wide-search-form .wide-zone .special-search-fields > div:first-child div span.fa {
  border: 2px solid #428bca;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  position: relative;
  left: -25px;
  background-color: #fff;
  z-index: 2;
  top: -15px;
  transition: all 0.3s ease-in-out 0s;
}
.wide-search-form .wide-zone .special-search-fields > div:first-child div span:last-child {
  position: relative;
  border: 0;
  padding: 2px 10px 2px 20px;
  background-color: #fff;
  left: -40px;
  top: -17px;
  font-size: 0.8em;
}
.wide-search-form .wide-zone .special-search-fields > div:last-child {
  border: 0;
  border-left: 1px solid #428bca;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 15px;
  margin-top: -16px;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
}
.wide-search-form .wide-zone .special-search-fields.collapsed > div:last-child {
  display: none;
}
.wide-search-form .wide-zone .special-search-fields.expanded > div:last-child {
  display: block;
}
.wide-search-form .wide-zone .special-search-fields.expanded > div:first-child div span.fa {
  transform: rotate(180deg);
}
.wide-search-form .rowlabel,
.wide-search-form .rowhint {
  line-height: 2.3;
}
.wide-search-form .rowlabel {
  text-align: right;
}
.wide-search-form .rowlabel:after {
  content: ":";
}
.wide-search-form .rowhint {
  font-size: 0.7em;
}
.wide-search-form .short-title.form-group {
  margin-bottom: 0;
}
.wide-search-form .short-title .input-wrap {
  margin-bottom: 0;
}
.wide-search-form .bottom-buttons {
  text-align: center;
}
.wide-search-form .bottom-buttons .btn {
  padding: 4px 30px;
  margin: 0px 2px;
}
.wide-search-form .short-form .inline-wrap {
  position: relative;
  font-size: 0;
  z-index: 2;
  background-color: #fff;
}
.wide-search-form .short-form .inline-wrap > .inline {
  position: relative;
  display: inline-block;
  height: 34px;
  vertical-align: middle;
  margin: 0;
}
.wide-search-form .short-form .insubscribe-wrap {
  width: 142px;
}
.wide-search-form .short-form .insubscribe-wrap .input-wrap.input-wrap--hint {
  margin-bottom: 0;
}
.wide-search-form .short-form .insubscribe-wrap .input-wrap.input-wrap--hint .input-container {
  padding-right: 0;
}
.wide-search-form .short-form .insubscribe-wrap .input-wrap.input-wrap--hint .input-container .select-wrap {
  height: 34px;
  line-height: 2;
}
.wide-search-form .short-form .insubscribe-wrap .input-wrap.input-wrap--hint .input-container .select-wrap .jq-selectbox__select {
  height: 34px;
}
.wide-search-form .short-form .insubscribe-wrap .select2-selection__rendered {
  font-size: 1.4rem;
  color: #428bca;
}
.wide-search-form .short-form .insubscribe-wrap .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wide-search-form .short-form .insubscribe-wrap .select2-selection__arrow {
  background-color: #428bca;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wide-search-form .short-form .insubscribe-wrap .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.wide-search-form .short-form .short-input-wrap {
  --widthMain: calc(100% - 142px - 70px - 34px);
  width: var(--widthMain);
}
.wide-search-form .short-form .short-input-wrap .clean-input {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 9px;
  cursor: pointer;
  background: url(/img/svg/letter-x-blue.svg) center no-repeat;
  background-size: 14px auto;
  opacity: 0.6;
  /*   &:before {
             transform: rotate(45deg);
           }

           &:after {
             transform: rotate(-45deg);
           }*/
}
.wide-search-form .short-form .short-input-wrap .clean-input:before,
.wide-search-form .short-form .short-input-wrap .clean-input:after {
  display: block;
  position: absolute;
  /* content: "";*/
  border: 0;
  border-bottom: 2px solid #428bca;
  width: 100%;
  height: 1px;
  top: 50%;
}
.wide-search-form .short-form .short-input-wrap.unloged {
  --widthMain: calc(100% - 70px - 34px);
  width: var(--widthMain);
}
.wide-search-form .short-form .short-input-wrap.unloged input {
  border-left-color: #c5cbd5;
}
.wide-search-form .short-form .short-input-wrap input {
  height: inherit;
  border-left-color: transparent;
  transition: background-color 0.2s ease-in-out 0s;
  padding-right: 27px;
  font-size: 1.4rem;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  
}
.wide-search-form .short-form .short-input-wrap input.alarm {
  background-color: rgba(255, 124, 17, 0.36);
  box-shadow: inset 0 0 20px 6px #fff;
}
.wide-search-form .short-form .submit-wrap {
  font-size: 1.4rem;
  background-color: #428bca;
  color: #fff;
  padding: 0 8px;
  line-height: 2.5;
  text-align: center;
  width: 70px;
  cursor: pointer;
  /*text-transform: lowercase;*/
}
.wide-search-form .short-form .wide-search-wrap {
  width: 34px;
  background-image: url('/img/svg/gear.svg');
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
}
.wide-search-form .short-form .separator {
  background-color: #428bca;
  width: 2px;
}
.wide-search-form .short-form .separator i {
  font-size: 18px;
  line-height: 1.9;
  border: 1px solid transparent;
  border-left-color: #9fbad2;
  border-right-color: #879bab;
}
.wide-search-form .short-form .direction-list {
  position: relative;
  padding: 14px 26px;
  /*border: 1px solid #ddd;*/
  border-top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  min-height: 34px;
  font-size: 13px;
  line-height: 2;
  transition: all 0.3s ease-in-out 0s;
}
.wide-search-form .short-form .direction-list.collapsed {
  display: none;
}
.wide-search-form .short-form .direction-list.expanded {
  top: 0px;
}
.wide-search-form .short-form .direction-list > a {
  margin: 0;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid;
}
.wide-search-form .short-form .direction-list > a.current {
  text-decoration: none;
  color: #666;
  border-bottom: 0;
  cursor: default;
}
.wide-search-form .short-form .direction-list > a.hidden-direct,
.wide-search-form .short-form .direction-list > a.hidden-direct + i {
  display: none;
}
.wide-search-form .short-form .direction-list > i {
  margin: 0 6px;
  font-style: normal;
}
.wide-search-form .conditions {
  /* background-color: #ddd;*/
  border: 1px solid transparent;
  padding: 6px;
  margin-top: 10px;
}
.wide-search-form .conditions .wide-expand {
  font-size: 1.4rem;
}
.wide-search-form .conditions .wide-expand span:last-child:after {
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 4px;
  content: "";
  background: url(/img/svg/third_blue.svg) no-repeat;
}
.wide-search-form .conditions .wide-expand:hover span:last-child:after {
  background: url(/img/svg/third-h.svg) no-repeat;
}
.wide-search-form .conditions.expanded {
  border: 1px solid #EBEDEF;
  border-bottom: none;
}
.wide-search-form .conditions.expanded > .condition {
  display: none;
}
.wide-search-form .conditions.expanded .wide-expand span:last-child:after {
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-left: 4px;
  vertical-align: -2px;
  content: "";
  background: url(/img/svg/f-close_blue.svg) no-repeat;
}
.wide-search-form .conditions.expanded .wide-expand:hover span:last-child:after {
  background: url(/img/svg/f-close-h.svg) no-repeat;
}
.wide-search-form .conditions.collapsed {
  border: 1px solid #EBEDEF;
}
.wide-search-form .conditions.conditions-clear {
  background-color: rgba(255, 255, 255, 0);
}
.wide-search-form .conditions > div {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.wide-search-form .conditions > div.condition {
  font-size: 0.8em;
  border: 1px dotted #ccc;
  background-color: #f5f5f5;
  padding: 3px 6px 3px;
  margin-right: 6px;
  margin-bottom: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #555;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
}
.wide-search-form .conditions > div.condition.visible {
  transform: none;
}
.wide-search-form .conditions > div.condition.multi {
  margin-right: 10px;
}
.wide-search-form .conditions > div.condition.multi b {
  /*background-color: #ddd;*/
  padding: 1px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.wide-search-form .conditions > div.condition.multi b .fa.fa-del-cross {
  position: absolute;
  right: 0;
  left: unset;
  top: 4px;
}
.wide-search-form .conditions > div i {
  /*font-style: normal;*/
  font-variant: all-petite-caps;
}
.wide-search-form .conditions > div i::after {
  content: ":";
}
.wide-search-form .conditions > div b {
  margin: 0 0 2px 4px;
  background-color: #f5f5f5;
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid #aaa;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.wide-search-form [data-anc="conditions-panel"] {
  display: none;
}
.wide-search-form [data-anc="conditions-panel"].active {
  display: block;
}
.wide-search-form [data-anc="conditions-panel"] .fa {
  margin-right: 6px;
}
.wide-search-form [data-anc="conditions-panel"].wite .fa.fa-cog {
  animation: rotate 1s infinite linear;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  height: 12px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wide-search-form .fa.fa-times-circle {
  margin-left: 6px;
  margin-right: 0px;
  cursor: pointer;
}
.wide-search-form .fa.fa-del-cross {
  margin-left: 6px;
  margin-right: 0px;
  cursor: pointer;
  float: right;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0.4;
  font-size: 1.8rem;
  line-height: 1;
}
.wide-search-form.mode-2,
.wide-search-form.mode--1,
.wide-search-form.mode-5 {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.wide-search-form.mode-3 .short-input-wrap {
  width: calc(var(--widthMain) + 34px) !important;
}
.wide-search-form.mode-4 {
  min-width: 40%;
  right: 0;
  top: -1px;
  text-align: right;
  font-size: 0;
  display: block;
  position: relative;
  /*-webkit-touch-callout: none;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.wide-search-form.mode-4 form > div {
  display: inline-block;
  position: relative;
  height: 32px;
  background-color: #428bca;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  line-height: 2.3;
}
.wide-search-form.mode-4 form > div.input-wrap {
  margin: 0;
}
.wide-search-form.mode-4 form > div.input-wrap input {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 30px;
  top: -1px;
  display: inline-block;
  position: relative;
}
.wide-search-form.mode-4 form > div.direction-indicator {
  padding: 0 8px;
  cursor: pointer;
}
.wide-search-form.mode-4 form > div.subscribed-flag {
  width: 32px;
}
.wide-search-form.mode-4 form > div.subscribed-flag label {
  padding: 0;
  margin: 8px 8px;
  display: block;
}
.wide-search-form.mode-4 form > div.submit-wrap {
  padding: 0 8px;
  cursor: pointer;
}
.wide-search-form.mode-4 form > div input[type="checkbox"]:not(:checked) + label:after,
.wide-search-form.mode-4 form > div input[type="checkbox"]:checked + label:after {
  background: url("/img/svg/check-white.svg") center no-repeat;
}
.wide-search-form.mode-4 form > div.x-but {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.wide-search-form.mode-4 form > div.wide-search {
  width: 32px;
  background-image: url('/img/svg/tune.svg');
  cursor: pointer;
}
.wide-search-form.mode-4 form .directions {
  display: none;
  position: absolute;
  right: 0;
  top: 32px;
  width: auto;
  height: auto;
  padding: 10px;
  z-index: 10000;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
}
.wide-search-form.mode-4 form .directions .direction {
  display: inline-flex;
  width: 128px;
  height: 128px;
  vertical-align: bottom;
  border: 1px dashed #aaa;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
  margin: 2px;
  cursor: pointer;
}
.wide-search-form.mode-4 form .directions .direction span {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}
.wide-search-form.mode-4 form .separator i {
  font-size: 18px;
  line-height: 1.7;
  border: 1px solid transparent;
  border-left-color: #9fbad2;
  border-right-color: #879bab;
}
.wide-search-form.mode-4 form .checkbox.mb {
  position: relative !important;
  margin: 0 0 10px;
}
.wide-search-form.mode-4 form .checkbox.mb > label {
  font-size: 14px;
  font-weight: 300;
  color: #999;
  padding-left: 22px;
  cursor: pointer;
}
.wide-search-form.mode-4 form .checkbox.mb > label::before {
  position: absolute;
  content: " ";
  border: 1px solid #999;
  width: 14px;
  height: 14px;
  top: 1px;
  left: 0;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wide-search-form.mode-4 form .checkbox.mb input[type="checkbox"]:checked + label::before {
  -webkit-transform: rotate(-55deg) scaleX(1.3) scaleY(0.6);
  -ms-transform: rotate(-55deg) scaleX(1.3) scaleY(0.6);
  transform: rotate(-55deg) scaleX(1.3) scaleY(0.6);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid #05a9e7;
  border-left: 1px solid #05a9e7;
  top: 1px;
}
.wide-search-form .inline-list {
  display: inline-flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wide-search-form .inline-list > * {
  margin-top: 0;
}
.wide-search-form label[for="nov_from_flag"] {
  line-height: 16px;
  vertical-align: baseline;
  margin: 0;
}
.wide-search-form .bootstrap-datetimepicker-widget .table-condensed {
  min-width: auto;
}
.wide-search-form .bootstrap-datetimepicker-widget li {
  padding-left: 0px;
}
.wide-search-form .bootstrap-datetimepicker-widget li::before {
  content: none;
}
.wide-search-form .dt {
  font-size: 0;
}
.wide-search-form .dt:after {
  content: '';
  width: 1px;
  clear: both;
  visibility: hidden;
}
.wide-search-form .dt .input-group.zn-datepicker {
  width: 30%;
}
@media (max-width: 767px) {
  .wide-search-form .dt .input-group.zn-datepicker {
    width: 60%;
  }
}
@media (max-width: 479px) {
  .wide-search-form .dt .input-group.zn-datepicker {
    width: 100%;
  }
}
.wide-search-form .dt .input-group.zn-datepicker input {
  text-align: center;
}
.wide-search-form .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
  line-height: 21px;
}
#subscribes-input .select-wrap {
  width: 100%;
}
