/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete {
    width:100% !important
}
.easy-autocomplete.eac-square {
    font-family: "Prompt", sans-serif;
}
.easy-autocomplete.eac-square input {
    color: #001f33;
    font-family: inherit;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    min-width: 100%;
    padding: 0.575rem 1rem;
}
.easy-autocomplete.eac-square ul {
    border-color: #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    box-shadow: none;
    top: 5px;
}
.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category {
    border-bottom: none;
    border-color: #ced4da;
    font-family: inherit;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 7px;
    transition: all 0.4s ease 0s;
    white-space: nowrap;
}
.easy-autocomplete.eac-square ul li *, .easy-autocomplete.eac-square ul .eac-category * {
    font-weight: 300;
}
.easy-autocomplete.eac-square ul li.selected, .easy-autocomplete.eac-square ul .eac-category.selected {
    background-color: #e9ecef;
    font-weight: 300;
}
.easy-autocomplete.eac-square ul li b, .easy-autocomplete.eac-square ul .eac-category b {
    font-weight: 600;
}
.easy-autocomplete.eac-round {
    font-family: "Prompt", sans-serif;
}
.easy-autocomplete.eac-round input {
    border: 2px solid #888;
    border-radius: 10px;
    color: #888;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    min-width: 300px;
    padding: 10px;
}
.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
    border-color: #3079ed;
}
.easy-autocomplete.eac-round ul {
    background: none;
    border-color: #888;
    border-width: 0;
    box-shadow: none;
    min-width: 300px;
    top: 20px;
}
.easy-autocomplete.eac-round ul li, .easy-autocomplete.eac-round ul .eac-category {
    background: #fff;
    border-color: #3079ed;
    border-width: 0 2px;
    font-size: 14px;
    padding: 8px 12px;
    transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-round ul li.selected, .easy-autocomplete.eac-round ul .eac-category.selected {
    background-color: #d4e3fb;
}
.easy-autocomplete.eac-round ul li:first-child, .easy-autocomplete.eac-round ul .eac-category:first-child {
    border-radius: 10px 10px 0 0;
    border-width: 2px 2px 0;
}
.easy-autocomplete.eac-round ul li:last-child, .easy-autocomplete.eac-round ul .eac-category:last-child {
    border-radius: 0 0 10px 10px;
    border-width: 0 2px 2px;
}
.easy-autocomplete.eac-round ul li b, .easy-autocomplete.eac-round ul .eac-category b {
    font-weight: 700;
}
.easy-autocomplete.eac-funky {
    font-family: "Prompt", sans-serif;
}
.easy-autocomplete.eac-funky input {
    background: #07ED89;
    border: 0;
    border-radius: 0;
    color: #ED076B;
    font-family: inherit;
    font-size: 18px;
    min-width: 240px;
    padding: 12px;
}
.easy-autocomplete.eac-funky ul {
    background: transparent;
    border: 0;
}
.easy-autocomplete.eac-funky ul li, .easy-autocomplete.eac-funky ul .eac-category {
    background: transparent;
    border: 0;
    color: #ED076B;
    font-size: 18px;
    padding: 4px 12px;
    transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-funky ul li.selected, .easy-autocomplete.eac-funky ul .eac-category.selected {
    color: #8907ED;
}
.easy-autocomplete.eac-solid input {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    border-color: #ddd;
    color: #666;
    font-size: 13px;
    min-height: 0;
    padding: 6px 12px;
}
.easy-autocomplete.eac-solid ul li, .easy-autocomplete.eac-solid ul .eac-category {
    transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-solid ul li.selected, .easy-autocomplete.eac-solid ul .eac-category.selected {
    background-color: #f2f2f2;
}
.easy-autocomplete.eac-plate {
    font-family: "Prompt", sans-serif;
}
.easy-autocomplete.eac-plate input {
    font-size: 13px;
    padding: 6px 12px;
}
.easy-autocomplete.eac-plate ul {
    background: #b5b5b5;
    border-radius: 6px;
    border-width: 0;
    top: 10px;
}
.easy-autocomplete.eac-plate ul li, .easy-autocomplete.eac-plate ul .eac-category {
    background: #b5b5b5;
    color: #FAFAFA;
    font-size: 12px;
    transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-plate ul li b, .easy-autocomplete.eac-plate ul .eac-category b {
    color: #ffd464;
}
.easy-autocomplete.eac-plate ul li.selected, .easy-autocomplete.eac-plate ul .eac-category.selected {
    background: #656565;
}
.easy-autocomplete.eac-plate ul li:first-child, .easy-autocomplete.eac-plate ul .eac-category:first-child {
    border-radius: 6px 6px 0 0;
}
.easy-autocomplete.eac-plate ul li:last-child, .easy-autocomplete.eac-plate ul .eac-category:last-child {
    border-radius: 0 0 6px 6px;
}
.easy-autocomplete.eac-plate-dark {
    font-family: "Prompt", sans-serif;
}
.easy-autocomplete.eac-plate-dark input {
    font-size: 13px;
    padding: 6px 12px;
}
.easy-autocomplete.eac-plate-dark ul {
    background: #212121;
    border-radius: 6px;
    border-width: 0;
    top: 10px;
}
.easy-autocomplete.eac-plate-dark ul li, .easy-autocomplete.eac-plate-dark ul .eac-category {
    background: #212121;
    color: #FAFAFA;
    font-size: 12px;
    transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-plate-dark ul li b, .easy-autocomplete.eac-plate-dark ul .eac-category b {
    color: #ffd464;
}
.easy-autocomplete.eac-plate-dark ul li.selected, .easy-autocomplete.eac-plate-dark ul .eac-category.selected {
    background: #656565;
}
.easy-autocomplete.eac-plate-dark ul li:first-child, .easy-autocomplete.eac-plate-dark ul .eac-category:first-child {
    border-radius: 6px 6px 0 0;
}
.easy-autocomplete.eac-plate-dark ul li:last-child, .easy-autocomplete.eac-plate-dark ul .eac-category:last-child {
    border-radius: 0 0 6px 6px;
}
/*# sourceMappingURL=easy-autocomplete.themes.css.map */

.eac-icon-right .eac-item a.eac-icon {
    position: absolute;
    right: -4px;
    top: -6px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px !important;
}

.eac-icon-right .eac-item img.eac-icon {
    max-height: 45px;
    position: absolute;
    top: -12px;
    left: -10px;
}

.eac-icon-right .eac-item a.content-link {
    margin-left: 85px;
}

@media (max-width: 576px) {
   .eac-icon-right .eac-item a.eac-icon {
      position: absolute;
      right: -4px;
      top: -6px;
      color: #fff;
      margin-top: 10px;
      padding: 5px 10px;
      font-size: 12px !important;
   }

   .eac-icon-right .eac-item img.eac-icon {
      max-height: 40px;
      position: absolute;
      top: 0px;
      left: -10px;
   }

   .eac-icon-right .eac-item a.content-link {
      margin-left: 75px;
      margin-right: 65px;
   }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
   .eac-icon-right .eac-item a.eac-icon {
      position: absolute;
      right: -4px;
      top: -6px;
      color: #fff;
      margin-top: 10px;
      padding: 5px 10px;
      font-size: 12px !important;
   }

   .eac-icon-right .eac-item img.eac-icon {
      max-height: 40px;
      position: absolute;
      top: 0px;
      left: -10px;
   }

   .eac-icon-right .eac-item a.content-link {
      margin-left: 75px;
      margin-right: 65px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   .eac-icon-right .eac-item a.eac-icon {
      position: absolute;
      right: -4px;
      top: -6px;
      color: #fff;
      margin-top: 10px;
      padding: 5px 10px;
      font-size: 12px !important;
   }

   .eac-icon-right .eac-item img.eac-icon {
      max-height: 40px;
      position: absolute;
      top: 0px;
      left: -10px;
   }

   .eac-icon-right .eac-item a.content-link {
      margin-left: 75px;
      margin-right: 65px;
   }
}

#eac-container-search_course_name {
   position: relative;
}