/* line 6, ../sass/dropdown.1.0.scss */
.params {
  /*::-webkit-input-placeholder {
      color: rgb(0, 77, 157);
  }*/
  /*:-moz-placeholder { !* Firefox 18- *!
      color: rgb(0, 77, 157);
  }*/
  /*::-moz-placeholder {  !* Firefox 19+ *!
      color: rgb(0, 77, 157);
  }*/
  /*:-ms-input-placeholder {
      color: rgb(0, 77, 157);
  }*/
}
/* line 7, ../sass/dropdown.1.0.scss */
.params .field {
  width: 225px;
  color: #004d9d;
  padding: 5px;
  border: none;
  cursor: pointer;
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: solid 1px #004d9d;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #ffffff url(/ui/js/jquery.styled.dropdown/bg-popup-menu.svg) no-repeat right top;
  height: 35px !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 25, ../sass/dropdown.1.0.scss */
.params .field.textarea {
  height: 42px;
  padding: 7px 5px 3px 5px;
  resize: none;
}
/* line 30, ../sass/dropdown.1.0.scss */
.params .field.no-popup {
  background: none;
  width: 117px;
  cursor: default;
}
/* line 37, ../sass/dropdown.1.0.scss */
.params .popup {
  position: relative;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 15px;
}
/* line 43, ../sass/dropdown.1.0.scss */
.params .popup > ul.list.textarea {
  /*background-image: url(bg-popup-menu-cut-double.svg);*/
}
/* line 46, ../sass/dropdown.1.0.scss */
.params .popup > ul.list {
  display: none;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 999;
  width: 223px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: #000000;
  border: solid 1px #004d9d;
  background-color: #ffffff;
}
/* line 59, ../sass/dropdown.1.0.scss */
.params .popup > ul.list li {
  padding: 8px 5px 2px 5px;
  border-bottom: dotted 1px #b8cafb;
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 23px;
}
/* line 66, ../sass/dropdown.1.0.scss */
.params .popup > ul.list li:hover {
  color: #004d9d;
}
/* line 69, ../sass/dropdown.1.0.scss */
.params .popup > ul.list li:last-child {
  border: none;
}
/* line 76, ../sass/dropdown.1.0.scss */
.params .popup-box {
  position: relative;
  width: 100%;
  clear: both;
}
/* line 80, ../sass/dropdown.1.0.scss */
.params .popup-box .label-text {
  width: 110px;
  float: left;
  margin-top: 8px;
  font-weight: 500;
}
/* line 86, ../sass/dropdown.1.0.scss */
.params .popup-box .param-text {
  width: 190px;
  float: left;
}
/* line 92, ../sass/dropdown.1.0.scss */
.params .noselect {
  cursor: default;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
/* line 102, ../sass/dropdown.1.0.scss */
.params .noselect:focus {
  outline: none;
}

/* line 123, ../sass/dropdown.1.0.scss */
.round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px;
}

/* line 134, ../sass/dropdown.1.0.scss */
.b-black {
  color: black;
  border: solid 1px black;
  padding: 5px;
  width: 150px;
  text-align: center;
}

/* line 142, ../sass/dropdown.1.0.scss */
.b-blue {
  background-color: #004d9d;
  border: solid 1px #004d9d;
  padding: 5px;
  width: 150px;
  text-align: center;
}
/* line 148, ../sass/dropdown.1.0.scss */
.b-blue a {
  text-decoration: none;
  color: white;
}
