﻿/*
 * Created by: Denis M. Silkov
 * Created: 2012.09.02
 * Copyright © JSC NAT Kazakhstan 2012
 */

js-checkbox {
    
}

.ui-autocomplete-input {
    background-color: white;
    border: none;
    display: inline-block;
    height: 18px;
    padding: 4px;
    margin: 0 !important;
    font-size: 13px;
    line-height: 18px;
    font-family: "Helvetica Neue",Helvetica;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -ms-transition: border linear .2s,box-shadow linear .2s;
}

.ui-autocomplete {
    list-style: none;
    padding: 2px;
    margin: 0;
    float: left;
    position: absolute;
    cursor: pointer;
    border: 1px solid #AAA;
    color: #222;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    background-color: white;
}

.js-autocomplete, .js-dropdown {
/*    color: #000 !important;
    width:50% !important;*/
}

.js-autocomplete-button {
    
}

.js-clear-button {
    
}

.js-dialog-table {
    
}