/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid rgb(193, 193, 193);
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
  height: 65px;
  border-radius: 8px;
  line-height: 65px;
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);*/
  margin: 0 auto;
  /*max-width: 487px;*/
}
.selectric .label {
  font-family: 'roboto';
  font-size: 36px !important;
  padding:0px;
  font-weight: normal;
  text-align: left;
  margin-right: 60px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 70px 0 20px;
  line-height: 60px;
  color: rgb(33, 89, 168);
  height: 65px;
  border-right: 1px solid rgb(193, 193, 193);
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  background-image: url("/assets/img/icon/arrow-bottom-cyan-50.png");
  background-repeat: no-repeat;
  background-position: center; 
  top: 0px;
  width: 70px;
  height: 63px;
  /*line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;*/
}
.selectric-open .button {
  display: block;
  position: absolute;
  right: 0;
  background-image: url("/assets/img/icon/arrow-top-cyan-50.png");
  background-repeat: no-repeat;
  background-position: center; 
  top: 0px;
  width: 70px;
  height: 60px;
/*  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;*/
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
/*
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
*/
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #dbdbdb;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*box-shadow: 0 0px 0px 0 rgba(0,0,0,0.25);*/
}
.selectric-open .selectric-items {
  display: block;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #e1e1e1;
  z-index: -1;
  /*box-shadow: 0 0 10px -6px;*/
  min-height: 600px !important;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  /*top: auto;*/
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  font-family: 'roboto';
  display: block;
  padding: 10px;
  color: rgb(33, 89, 168);
  cursor: pointer;
  font-size: 36px;
  font-weight: normal;
  padding: 20px;
  line-height: 32px;
  letter-spacing: -1px;
  }
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
  display: none;
}
.selectric-items li.highlighted {
  display: block;
  background: #DDDDDD;
  color: rgb(153, 158, 164);
}
.selectric-items li.highlighted:hover {
  background: #DDDDDD;
  color: rgb(153, 158, 164);
}
.selectric-items li:hover {
  background: #DDDDDD;
  color: rgb(33, 89, 168);
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
@media screen and (max-width: 1050px){
  .selectric {
    height: 57px;
  }
  .selectric .label {
    font-size: 28px !important;
    font-weight: normal;
    line-height: 54px;
    height: 55px;
    margin: 0 55px 0 20px;
  }
  .selectric .button {
    background-image: url("/assets/img/icon/arrow-bottom-cyan-30.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 58px;
    width: 55px;
  }
  .selectric-open .button {
    background-image: url("/assets/img/icon/arrow-top-cyan-30.png");
    background-repeat: no-repeat;
    background-position: center; 
  }
  .selectric-items li {
    font-size: 28px !important;
    line-height: 10px;
    font-weight: normal;
  }
  .selectric-items {
    min-height: 425px !important;
  }
}
@media screen and (max-width: 767px){
  /*.view {
    width: 75% !important;
}*/
  .selectric {
    height: 44px;
  }
  .selectric .label {
    font-size: 20px !important;
    font-weight: normal;
    line-height: 42px;
    height: 43px;
    margin: 0 43px 0 20px;
  }
  .selectric .button {
    background-image: url("/assets/img/icon/arrow-bottom-cyan-20.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 43px;
    width: 43px;
  }
  .selectric-open .button {
    background-image: url("/assets/img/icon/arrow-top-cyan-20.png");
    background-repeat: no-repeat;
    background-position: center; 
  }
  .selectric-items li {
    font-size: 20px !important;
    line-height: 10px;
    font-weight: normal;
  }
  .selectric-items {
    min-height: 425px !important;
  }
}

@media screen and (min-width: 1000px){
.view {
  width: 535px !important;
/*  margin: 0 auto 45px auto !important;
  width: 600px; */
  float: right;
}
.selectric {
  border: 1px solid rgb(193, 193, 193);
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
  height: 68px;
  border-radius: 8px;
  line-height: 68px;
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);*/
  margin: 0 auto;
  max-width: 487px;
}

.selectric .label {
  font-family: 'roboto';
  font-size: 36px !important;
  padding: 0px;
  font-weight: 400;
  text-align: left;
  margin-right: 60px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 70px 0 20px;
  line-height: 62px;
  color: rgb(33, 89, 168);
  height: 68px;
  border-right: 1px solid rgb(193, 193, 193);
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  background-image: url("/assets/img/icon/arrow-bottom-cyan-50.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 0px;
  width: 70px;
  height: 69px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  }
  .selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 24px;
    background:#F8F8F8;
    border: 1px solid #e1e1e1;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
    min-height: 600px !important;
  }
  .form-itemsearch .selectric-items {
    left: -1px;
  }
}
.rowContentForm{
  width: 90%;
  max-width: 992px;
  padding: 25px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-itemsearch {
  margin: 0 0 30px 0;
}
.form-itemsearch .selectric-items{
  min-height: 50px !important;
}
/* @media screen and (min-width: 1000px){ */
  .form-itemsearch .selectric {
    border: 0px solid rgb(193, 193, 193);
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
    height: 40px;
    border-radius: 8px;
    line-height: 40px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
    margin: 0 auto;
    max-width: 100%;
  }
  .form-itemsearch .selectric .label {
    font-family: 'roboto';
    font-weight: 500;
    font-size: 20px !important;
    padding: 0px;
    text-align: left;
    margin-right: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 20px;
    line-height: 40px;
    color: rgb(33, 89, 168);
    height: 40px;
    border-right: 1px solid rgb(193, 193, 193);
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.form-itemsearch .selectric .button {
  background-image: url("/assets/img/icon/arrow-bottom-cyan-20.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 35px;
  width: 40px;
}
.form-itemsearch .view {
  width: 35% !important;
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding-left: 15px;
}
.form-itemsearch label {
  vertical-align: middle;
  margin-bottom: 0;
}
.form-itemsearch .selectric-items li {
  font-size: 20px !important;
  line-height: 10px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 991px){
.form-itemsearch label {
    text-align: left;
    width: 100%;
  }
.form-itemsearch .view {
  width: 100% !important;
  display: block;
  float: none;
  vertical-align: middle;
  padding-left: 0px;
  }
  .form-itemsearch {
    margin: 30px auto;
    max-width: 600px;
  }
}
.form-itemsearch .selectric-open {
  z-index: 9999;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.form-itemsearch .selectric-open .selectric {
  border-color: #dbdbdb;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 0px 0px;
}
.form-itemsearch .selectric-open .selectric-items {
  display: block;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 0 0px 0px;
}