﻿

/* DevExpress */

.dxbButton {
    border: medium none;
    cursor: pointer;
    padding: 0;
    text-align:center;
}

.dxbButton div.dxb {
    border-width: 0;
    padding: 3px 7px;
    width: 100%;
}

.dxucButton {
    cursor: pointer;
}

.dxucButton a {
    cursor: pointer;
    position: relative;
    top: 4px;
    text-decoration: none;
}

.dxmLite .dxm-popup {
    padding: 0 !important;
}

.dxpcLite .dxpc-mainDiv, .dxpcLite.dxpc-mainDiv, .dxdpLite .dxpc-mainDiv, .dxdpLite.dxpc-mainDiv 
{
    overflow:visible;
}

.dxpcLite {
    overflow:visible;
}

input.ASPxButton
{
	width:0px;
}

table.ASPxButton
{
	min-width:100px;
}

input[type="radio"], input[type="checkbox"]
{
	margin-right:4px;
}

.dxeRadioButtonList td.dxe, .dxeCheckBoxList td.dxe {
	padding: 0;
}

.dxgvCommandColumnItem {
	margin-right: 6px;
}

.dxpcLite .dxpc-content, .dxdpLite .dxpc-content {
    padding: 9px 5px !important;
}

.dxtc-stripContainer {
    height: 22px !important;
}

.dxtc-stripContainer li {
    height: 20px !important;
}

.dxbButton .dxb .dxb-hb {
	word-wrap: normal !important;
    display: none;
}

.dxbButton .dxb .dx-vam{
	word-wrap: normal !important;
    white-space: nowrap !important;
}

.dxgvFilterBarExpressionCell, .dxgvFilterBarExpressionCell a {
    white-space: nowrap !important;
}

/* END OF DevExpress */

