/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
      margin-top: 0px!important;
  }
  
  .selectric-responsive {
    width: 100%;
  }
  
  .selectric {
  /*  	border:1px solid rgba(19,22,48,0.2);*/
        border:1px solid #D7DADB;
    background: #FFFFFF;
    position: relative;
      border-radius: 11px;
  }
  .selectric-open .selectric, .selectric-open .selectric-items{
  /*
      -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
      box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
  */
  }
  
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 36px 0 24px;
    font-size: 14px;
      font-weight: 700;
    line-height: 47px;
    color: #444;
      color: #30383B;
    height: 46px;
      text-align: left;
      font-weight: 400;
      padding: 0px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    color: #BBB;	
       color: #9CA3A6;
    text-align: center;
    font: 0/0 a;
      background: none!important;
      padding: 0px!important;
      text-shadow: none;
  }
  
  /*
  .selectric .button:after {
    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-top-color: rgba(19,22,48,0.4);
    border-bottom: none;
  }
  */
  
  .selectric .button:after {
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
      font-family: "Font Awesome 5 Pro";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 46px;
      vertical-align: middle;	
      text-align: center;
    color: rgba(19,22,48,0.4);
  
  }
  
  .selectric-focus .selectric {
    border-color: #aaaaaa;
  /*	border-color: #1f9bde;*/
      border-color:rgba(19,22,48,0.2);
  /*    background: #e8f5fc;*/
      background: #FFFFFF;
      
  }
  
  .selectric-hover .selectric {
    border-color: #009487;
  }
  
  .selectric-hover .selectric .button {
    color: #9CA3A6;
  }
  
  .selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
  }
  
  .selectric-open {
    z-index: 9999;
  }
  
  .selectric-open .selectric {
  /*    border-color:rgba(19,22,48,0.2);*/
      border-color: #009487;
  }
  .selectric-open.selectric-below .selectric {
      border-radius: 11px 11px 0px 0px;
  }
  .selectric-open.selectric-above .selectric {
      border-radius: 0px 0px 11px 1px;
      border-top-color: transparent;
  }
  
  .selectric-open .selectric-items {
    display: block;
      width: 100%!important;
  }
  
  .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%;
    top: calc(100% - 1px);
    left: 0;
    background: #FFFFFF;
  /*	border:1px solid rgba(19,22,48,0.1);*/
          border: 1px solid #009487;
    z-index: 2;
  /*  box-shadow: 0 0 10px -6px;*/
      overflow: hidden;
  }
  
  .selectric-open.selectric-below .selectric-items {
      border-radius: 0px 0px 11px 11px;
      border-top: none;
  }
  .selectric-open.selectric-above .selectric-items {
      border-radius: 11px 11px 0px 0px;
      border-bottom: none;
  }
  
  .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;*/
      font-size: 14px;
      line-height: 20px;
      min-height: 20px;
  }
  
  .selectric-items li {
      position: relative;
    display: block;
    padding: 8px 24px;
    color: #666;
      color: #30383B;
    cursor: pointer;
  }
  
  .selectric-items li.selected {
    background: #E0E0E0;
      background: rgba(0,148,135,0.1);
  /*    background:#f4fafd;*/
    color: #444;
      font-weight: 700;
  }
  
  .selectric-items li.highlighted {
    background: #D0D0D0;
  background: rgba(0,148,135,0.1);
    color: #444;
      color: #30383B;
  }
  
  .selectric-items li:hover {
    background: #D5D5D5;
  background: rgba(0,148,135,0.1);
    color: #444;
      color: #30383B;
      font-weight: 700;
  }
  
  .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;
  }