﻿/* Module Specific Css Definitions*/
.k-querybuilder-icon-table {
    background-position: center top;
    background: transparent url(icons/table.png) no-repeat scroll center top;
    cursor: pointer;
    margin-left: 0;
    margin-top: -2px;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.k-querybuilder-icon-tables {
    background-position: center top;
    background: transparent url(icons/tables.png) no-repeat scroll center top;
    cursor: pointer;
    margin-left: 0;
    margin-top: -2px;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.k-querybuilder-icon-datetime {
    background-position: center top;
    background: transparent url(icons/fieldtypes/datetime.png) no-repeat scroll center top;
    cursor: pointer;
    margin-left: 0;
    margin-top: -2px;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.k-querybuilder-icon-int32 {
    background-position: center top;
    background: transparent url(icons/fieldtypes/integer.png) no-repeat scroll center top;
    cursor: pointer;
    margin-left: 0;
    margin-top: -2px;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.k-querybuilder-icon-string {
    background-position: center top;
    background: transparent url(icons/fieldtypes/string.png) no-repeat scroll center top;
    cursor: pointer;
    margin-left: 0;
    margin-top: -2px;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.k-querybuilder-icon-boolean {
    background-position: center top;
    background: transparent url(icons/fieldtypes/boolean.png) no-repeat scroll center top;
    cursor: pointer;
    margin-left: 0;
    margin-top: -2px;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}
