
.custom-pagination div div{
    display: none !important;
}
.imageNote {
    font-size: 13px;
}
.asterisk {
    color:red;
}
.search__input{
    max-height: 20px;
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    background-color: transparent;
    background-image: url(http://mihaeltomic.com/codepen/input-search/ic_search_black_24px.svg);
    background-repeat: no-repeat;

    background-size: 18px 18px;
    background-position: 95% center;
    border-radius: 50px;
    border: 1px solid #575756;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.search__input::placeholder{
    color: color(#575756 a(0.8));
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px;
    text-align: center;
}
.search__input:hover :focus{
    padding: 12px 0;
    outline: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #575756;
    border-radius: 0;
    background-position: 100% center;
}
.form-control {
    font-size: 1rem !important;
}

.navbar
{
    position: relative;

    display: flex;

    padding: 1rem 1rem;

    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.input-group-alternative
{
    transition: box-shadow .15s ease;

    border: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}
.input-group-alternative .form-control,
.input-group-alternative .input-group-text
{
    border: 0;
    box-shadow: none;
}

.focused .input-group-alternative
{
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;
}
.navbar-search .input-group
{
    border: 2px solid;
    border-radius: 2rem;
    background-color: transparent;
}
.navbar-search .input-group .input-group-text
{
    padding-left: 1rem;

    background-color: transparent;
}

.navbar-search .form-control
{
    width: 270px;

    background-color: transparent;
}
.navbar-search-light .input-group
{
    border-color: #B48C5A;
}

.navbar-search-light .input-group-text
{
    color: #B48C5A;
}

.navbar-search-light .form-control
{
    color: rgba(0, 0, 0, .9);
}
.navbar-search-light .form-control:-ms-input-placeholder
{
    color: rgba(0, 0, 0, .6);
}
.navbar-search-light .form-control::-ms-input-placeholder
{
    color: rgba(0, 0, 0, .6);
}
.navbar-search-light .form-control::placeholder
{
    color: rgba(0, 0, 0, .6);
}

.navbar-search-light .focused .input-group
{
    border-color: rgba(0, 0, 0, .9);
}

.btn2
{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 1.25rem;

    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .375rem;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url('\Spinner-1s-200px.gif') no-repeat center center;
    z-index: 99999;
}
