/*!
 * Simple Font Awesome Icon Picker 2.0
 * http://howlthemes.com
 *
 * Originally written by (c) 2016-17 Aumkar Thakur
 * Special Thanks To Deepak Kamat
 * Licensed under the MIT License
 * https://github.com/aumkarthakur/simple-fontawesome-iconpicker/blob/master/LICENSE
 *
 */
 .howl-iconpicker-outer {
    background: rgba(0, 0, 0, 0.78);
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}
.howl-iconpicker-middle {
    display: table-cell;
    vertical-align: middle;
}
.howl-iconpicker-close
{
    background-color: #1e88e5;
    color: #fff;
    padding: 10px 2px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    width: 680px;
    margin: 0 auto;
    cursor: pointer;
}

.howl-iconpicker-close:hover
{
    background-color: #007bdd;
}

.howl-iconpicker {
    border: 1px solid #ccc;
    background: #efefef;
    width: 680px;
    margin:0 auto;
    /*display: none;*/
    position:relative;
}
.howl-iconpicker:hover,
.howl-iconpicker:active,
.howl-iconpicker:focus {
  display: block !important;
}
.howl-iconpicker .geticonval .fa {
    font-size: 28px;
    /*margin-right: 10px;*/
    padding-bottom: 10px;
}
.howl-iconpicker .geticonval {
    background: #fcfcfc;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    margin: 5px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    float: left;
    text-align: center;
}
.howl-iconpicker .geticonval:hover {
    background: #efefef;
    cursor: pointer;
}
.howl-iconpicker .geticonval:active {
    background: #ccc;
}

.howl-iconpicker input.srchicons
{
    margin: 5px 0 5px 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    width: 96%;
    position: absolute;
    margin-bottom: 60px;
    display: block;
    line-height: 2;
}

.howl-iconpicker .iconsholder
{
    height: 420px;
    overflow: auto;
    margin-top: 50px;
}

.howl-iconpicker .selectedicon{
  background:#f55e4f !important;
  border-color: #f55e4f !important;
  color:#fff;
}
