/* Mobile First Styles */
    .ms-parent {
      display: inline-block;
      position: relative;
      vertical-align: middle;
    }

    .ms-choice {
      display: block;
      width: 100%;
      height: 38px;
      padding: 0;
      overflow: hidden;
      cursor: pointer;
      text-align: left;
      white-space: nowrap;
      line-height: 39px;
      color: #444;
      text-decoration: none;
      border-radius: 4px;
      background-color: #fff;
      border: 1px solid #cdcdcd;
    }

    .ms-choice.disabled {
      background-color: #f4f4f4;
      border: 1px solid #ddd;
      cursor: default;
    }

    .ms-choice > span {
      position: absolute;
      top: 0;
      left: 0;
      right: 20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      padding-left: 18px;
    }

    .ms-choice > span.placeholder {
      color: #999;
    }

    .ms-choice > div {
      position: absolute;
      top: 8px;
      right: 10px;
      width: 20px;
      height: 25px;
      background: url("/themes/custom/mvc_theme/images/multiple-select.png") right top no-repeat;
    }

    .ms-drop {
      width: 100%;
      overflow: hidden;
      display: none;
      margin-top: -3px;
      padding: 0;
      position: absolute;
      z-index: 90;
      background: #fff;
      color: #000;
      border-radius: 0 0 4px 4px;
      border: 1px solid #cdcdcd;
      border-top: none;
    }

    .ms-search {
      display: inline-block;
      margin: 0;
      min-height: 26px;
      padding: 4px;
      position: relative;
      white-space: nowrap;
      width: 97%;
      z-index: 10000;
    }

    .ms-search input {
      width: 96%;
      height: auto !important;
      min-height: 35px;
      padding: 0 20px 0 5px;
      margin: 0 12px;
      outline: 0;
      font-family: sans-serif;
      font-size: 1em;
      border: 1px solid #cdcdcd;
      border-radius: 6px;
      background: #fff url("../images/multiple-select.png") no-repeat 96% -16px;
      box-sizing: border-box;
    }

    .ms-drop ul {
      overflow: auto;
      margin: 0;
      padding: 5px 17px;
      list-style: none;
    }

    .ms-drop ul > li:first-child {
      padding-bottom: 9px;
      margin-bottom: 2px;
    }

    .ms-drop ul > li {
      display: list-item;
      background-image: none;
      position: static;
    }

    .ms-drop ul > li .disabled {
      opacity: .35;
    }

    .ms-drop ul > li.multiple {
      display: block;
      float: left;
    }

    .ms-drop ul > li.group {
      clear: both;
    }

    .ms-drop ul > li label {
      font-weight: normal;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .ms-drop ul > li label.optgroup {
      font-weight: bold;
    }

    .ms-drop input[type="checkbox"] {
      vertical-align: middle;
    }

    .ms-drop .ms-no-results {
      display: none;
    }

    #qualification-mvc-submit-btn {
      display: none;
    }

    .select_multi .mvc-submit {
      display: none;
    }

    /* Media Queries for larger screens */
    @media screen and (min-width: 361px) {
      .ms-drop ul > li.ms-select-all label {
        font-size: 11px !important;
      }

      .ms-drop ul > li label {
        padding-left: 40px;
      }

      .ms-drop ul > li label:before {
        width: 2.1rem !important;
        height: 1.2rem !important;
      }

      .ms-drop ul > li label:after {
        width: 1.3rem !important;
        height: 1.3rem !important;
      }

      .ms-drop ul > li label .brand-image {
        zoom: 0.8;
      }

      .ms-drop ul > li label .brand-name {
        font-size: 11px;
        margin-left: 3px !important;
        top: -9px !important;
      }

      .ms-drop input[type="checkbox"] {
        zoom: 0.7;
      }
    }
