﻿/**
    input styles
*/

.form-control.keep-open-on-click.list-search {
    position: relative;
    top: -4px;
    width: 96%;
    margin: 0 0 6px 8px;
    border: none;
    box-shadow: none;
}

#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #000;
}

.prevent-overflow {
    overflow: hidden !important;
}

div.isempty.cat-disabled::before, div.rtb-editor[disabled]:empty::before {
    content: attr(placeholder);
    color: #999;
}
